/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0px !important;
}

.fancybox-opened {
	z-index: 99998;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}


#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 99999;
}


.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 99999;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 9999;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
html {
  box-sizing: border-box;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

html,
body {
  font-size: 100%; }

body {
  background: #000000;
  color: #222222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a:hover {
  cursor: pointer; }

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

img {
  -ms-interpolation-mode: bicubic; }

.site-wrap{
  background-color:#ffffff;
}

.lazy-bg{
  background-image:none !important;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

body .fancybox-inner{
  overflow-y: auto;
}

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left; }

.column + .column:last-child,
.columns + .columns:last-child {
  float: right; }

.column + .column.end,
.columns + .columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 15px;
    padding-right: 15px;
    float: left; } }

@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

.accordion {
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #e8e8e8; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #EFEFEF;
      color: #222222;
      display: block;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 16px;
      padding: 16px; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #e3e3e3; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 15px; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        background: #FFFFFF;
        display: block; }

/* Standard Forms */
form {
  margin: 0 0 16px; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -8px; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 8px; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 8px; }

/* Label Styles */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 16px 0;
    padding: 9px 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 14px;
  height: 37px;
  line-height: 37px;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button, .section-pricing .plan .postfix.plan__link {
  border-color: true; }

.prefix.button, .section-pricing .plan .prefix.plan__link {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button.radius, .section-pricing .plan .prefix.radius.plan__link {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius, .section-pricing .plan .postfix.radius.plan__link {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round, .section-pricing .plan .prefix.round.plan__link {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round, .section-pricing .plan .postfix.round.plan__link {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 14px;
  height: 37px;
  margin: 0 0 16px 0;
  padding: 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"][disabled],
  input[type="text"][readonly],
  fieldset[disabled] input[type="text"], input[type="password"][disabled],
  input[type="password"][readonly],
  fieldset[disabled] input[type="password"], input[type="date"][disabled],
  input[type="date"][readonly],
  fieldset[disabled] input[type="date"], input[type="datetime"][disabled],
  input[type="datetime"][readonly],
  fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled],
  input[type="datetime-local"][readonly],
  fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled],
  input[type="month"][readonly],
  fieldset[disabled] input[type="month"], input[type="week"][disabled],
  input[type="week"][readonly],
  fieldset[disabled] input[type="week"], input[type="email"][disabled],
  input[type="email"][readonly],
  fieldset[disabled] input[type="email"], input[type="number"][disabled],
  input[type="number"][readonly],
  fieldset[disabled] input[type="number"], input[type="search"][disabled],
  input[type="search"][readonly],
  fieldset[disabled] input[type="search"], input[type="tel"][disabled],
  input[type="tel"][readonly],
  fieldset[disabled] input[type="tel"], input[type="time"][disabled],
  input[type="time"][readonly],
  fieldset[disabled] input[type="time"], input[type="url"][disabled],
  input[type="url"][readonly],
  fieldset[disabled] input[type="url"], input[type="color"][disabled],
  input[type="color"][readonly],
  fieldset[disabled] input[type="color"], textarea[disabled],
  textarea[readonly],
  fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

::-webkit-input-placeholder {
  color: #cccccc; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 14px;
  line-height: normal;
  padding: 8px;
  border-radius: 0;
  height: 37px; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  select[multiple] {
    height: auto; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 16px 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 8px;
  margin-right: 16px;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 18px 0;
  padding: 20px; }
  fieldset legend {
    background: #FFFFFF;
    font-weight: bold;
    margin-left: -3px;
    margin: 0;
    padding: 0 3px; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 16px;
  margin-top: -1px;
  padding: 6px 9px 9px;
  background: #f04124;
  color: #FFFFFF; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 16px;
  margin-top: -1px;
  padding: 6px 9px 9px;
  background: #f04124;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 16px; }

.error label,
.error label.error {
  color: #f04124; }

.error small.error {
  display: block;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 16px;
  margin-top: -1px;
  padding: 6px 9px 9px;
  background: #f04124;
  color: #FFFFFF; }

.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

.inline-list {
  list-style: none;
  margin-left: -22px;
  margin-right: 0;
  margin: 0 auto 17px auto;
  overflow: hidden;
  padding: 0; }
  .inline-list > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 22px; }
    .inline-list > li > * {
      display: block; }

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  margin: 0;
  padding: 2px 4px 0;
  border-radius: 3px; }

.label {
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 4px 8px 4px;
  font-size: 11px;
  background-color: #008CBA;
  color: #FFFFFF; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #f04124;
    color: #FFFFFF; }
  .label.warning {
    background-color: #f08a24;
    color: #FFFFFF; }
  .label.success {
    background-color: #43AC6A;
    color: #FFFFFF; }
  .label.secondary {
    background-color: #e7e7e7;
    color: #333333; }
  .label.info {
    background-color: #a0d3e8;
    color: #333333; }

.switch {
  border: none;
  margin-bottom: 24px;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .switch label {
    background: #DDDDDD;
    color: transparent;
    cursor: pointer;
    display: block;
    margin-bottom: 16px;
    position: relative;
    text-indent: 100%;
    width: 64px;
    height: 32px;
    transition: left 0.15s ease-out; }
  .switch input {
    left: 10px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 9px; }
    .switch input + label {
      margin-left: 0;
      margin-right: 0; }
  .switch label:after {
    background: #FFFFFF;
    content: "";
    display: block;
    height: 24px;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 24px;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: translate3d(0, 0, 0);
    transition: left 0.15s ease-out;
    -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); }
  .switch input:checked + label {
    background: #008CBA; }
  .switch input:checked + label:after {
    left: 36px; }
  .switch label {
    height: 32px;
    width: 64px; }
  .switch label:after {
    height: 24px;
    width: 24px; }
  .switch input:checked + label:after {
    left: 36px; }
  .switch label {
    color: transparent;
    background: #DDDDDD; }
  .switch label:after {
    background: #FFFFFF; }
  .switch input:checked + label {
    background: #008CBA; }
  .switch.large label {
    height: 40px;
    width: 80px; }
  .switch.large label:after {
    height: 32px;
    width: 32px; }
  .switch.large input:checked + label:after {
    left: 44px; }
  .switch.small label {
    height: 28px;
    width: 56px; }
  .switch.small label:after {
    height: 20px;
    width: 20px; }
  .switch.small input:checked + label:after {
    left: 32px; }
  .switch.tiny label {
    height: 24px;
    width: 48px; }
  .switch.tiny label:after {
    height: 16px;
    width: 16px; }
  .switch.tiny input:checked + label:after {
    left: 28px; }
  .switch.radius label {
    border-radius: 4px; }
  .switch.radius label:after {
    border-radius: 3px; }
  .switch.round {
    border-radius: 1000px; }
    .switch.round label {
      border-radius: 32px; }
    .switch.round label:after {
      border-radius: 32px; }


[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #FFFFFF;
  min-width: 100%;
  padding: 10px;
  z-index: 50; }
  [data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
      margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
      line-height: 1.8em; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

table {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  margin-bottom: 20px;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: #222222;
    font-size: 16px;
    font-weight: bold; }
  table thead {
    background: #F5F5F5; }
    table thead tr th,
    table thead tr td {
      color: #222222;
      font-size: 14px;
      font-weight: bold;
      padding: 8px 10px 10px; }
  table tfoot {
    background: #F5F5F5; }
    table tfoot tr th,
    table tfoot tr td {
      color: #222222;
      font-size: 14px;
      font-weight: bold;
      padding: 8px 10px 10px; }
  table tr th,
  table tr td {
    color: #222222;
    font-size: 14px;
    padding: 9px 10px;
    text-align: left; }
  table tr.even,
  table tr.alt,
  table tr:nth-of-type(even) {
    background: #F9F9F9; }
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 18px; }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd,
  .tabs .tab-title {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative; }
    .tabs dd > a,
    .tabs .tab-title > a {
      display: block;
      background-color: #EFEFEF;
      color: #222222;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 16px;
      padding: 16px 32px; }
      .tabs dd > a:hover,
      .tabs .tab-title > a:hover {
        background-color: #e1e1e1; }
    .tabs dd.active a,
    .tabs .tab-title.active a {
      background-color: #FFFFFF;
      color: #222222; }
  .tabs.radius dd:first-child a,
  .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a,
  .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd,
  .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 24px;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 15px 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 15px; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 15px; }

@media only screen and (min-width: 40.0625em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 20px !important;
    max-width: 20%;
    width: 20%; }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 16px;
    width: 80%; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* Image Thumbnails */
.th {
  border: solid 4px #FFFFFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: all 200ms ease-out; }
  .th:hover,
  .th:focus {
    box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); }
  .th.radius {
    border-radius: 3px; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  color: #333333;
  cursor: help;
  font-weight: bold; }
  .has-tip:hover,
  .has-tip:focus {
    border-bottom: dotted 1px #003f54;
    color: #008CBA; }
  .has-tip.tip-left,
  .has-tip.tip-right {
    float: none !important; }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0; }
  .fixed.expanded:not(.top-bar) {
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    width: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      margin-top: 45px;
      z-index: 98; }

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

.text-right {
  text-align: right !important; }

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

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.0625em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #EC008C;
  line-height: inherit;
  text-decoration: none; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 20px;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 19.5px;
    line-height: 1.6; }
  p aside {
    font-size: 14px;
    font-style: italic;
    line-height: 1.35; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 8px;
  margin-top: 3px;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #6f6f6f;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 34px; }

h2 {
  font-size: 27px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 3px;
  margin-bottom: 8px; }

hr {
  border:none;
  background-color: #DDDDDD;
  clear: both;
  height: 1px;
  margin: 20px 0 19px; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 2px 5px 1px; }

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 16px;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 20px; }

ul {
  margin-left: 18px; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 20px;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 20px;
  margin-bottom: 0; }

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 18px; }

ul.circle {
  list-style-type: circle;
  margin-left: 18px; }

ul.disc {
  list-style-type: disc;
  margin-left: 18px; }

ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 22px; }
  ol li ul,
  ol li ol {
    margin-left: 20px;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 5px;
  font-weight: bold; }

dl dd {
  margin-bottom: 12px; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 13px;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 20px 0;
  border: 1px solid #DDDDDD;
  padding: 10px 12px; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 15px; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 1px; }

@media only screen and (min-width: 40.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 44px; }
  h2 {
    font-size: 37px; }
  h3 {
    font-size: 27px; }
  h4 {
    font-size: 23px; }
  h5 {
    font-size: 18px; }
  h6 {
    font-size: 16px; } }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right,
  .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 45px;
  line-height: 45px;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 45px;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 18px; }

.left-small {
  height: 45px;
  position: absolute;
  top: 0;
  width: 45px;
  border-right: solid 1px #1a1a1a;
  left: 0; }

.right-small {
  height: 45px;
  position: absolute;
  top: 0;
  width: 45px;
  border-left: solid 1px #1a1a1a;
  right: 0; }

.tab-bar-section {
  height: 45px;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  top: 0; }
  .tab-bar-section.left {
    text-align: left; }
  .tab-bar-section.right {
    text-align: right; }
  .tab-bar-section.left {
    left: 0;
    right: 45px; }
  .tab-bar-section.right {
    left: 45px;
    right: 0; }
  .tab-bar-section.middle {
    left: 45px;
    right: 45px; }

.tab-bar .menu-icon {
  color: #FFFFFF;
  display: block;
  height: 45px;
  padding: 0;
  position: relative;
  text-indent: 35px;
  transform: translate3d(0, 0, 0);
  width: 45px; }
  .tab-bar .menu-icon span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 14.5px;
    box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    width: 16px; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape,
table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape,
  table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape,
  thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape,
  tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape,
  tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape,
  td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait,
  table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait,
  thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait,
  tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait,
  tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait,
  td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus,
  .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important; }
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: .5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

@media not print {
  .show-for-print {
    display: none !important; } }

.inverted {
  background: #222222; }
  .inverted, .inverted h1, .inverted h2, .inverted h3, .inverted h4, .inverted h5, .inverted h6 {
    color: #fff; }

.wistia-player {
  width: 320px;
  height: 240px; }

.section-awards {
  background: #f3f3f3; }
  .section-awards ul {
    margin: 0;
    list-style: none;
    text-align: center; }
  .section-awards li {
    display: inline-block;
    padding: 14px 28px 14px 0; }
  .section-awards img {
    height: 25px; }

.section-tools {
  text-align: center; }
  .section-tools .tools {
    list-style: none; }
    @media only screen and (min-width: 40.0625em) {
      .section-tools .tools {
        display: block;
        padding: 0;
        margin: 0 -10px; }
        .section-tools .tools:before, .section-tools .tools:after {
          content: " ";
          display: table; }
        .section-tools .tools:after {
          clear: both; }
        .section-tools .tools > li {
          display: block;
          float: left;
          height: auto;
          padding: 0 10px 20px; }
        .section-tools .tools > li {
          list-style: none;
          padding: 0 10px 20px;
          width: 33.33333%; }
          .section-tools .tools > li:nth-of-type(1n) {
            clear: none; }
          .section-tools .tools > li:nth-of-type(3n+1) {
            clear: both; } }

.tool {
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: center 30px; }
  .tool h3 {
    padding-top: 120px; }

.section-pricing .plans {
  list-style: none; }
  @media only screen and (min-width: 40.0625em) {
    .section-pricing .plans {
      display: block;
      padding: 0;
      margin: 0 -10px; }
      .section-pricing .plans:before, .section-pricing .plans:after {
        content: " ";
        display: table; }
      .section-pricing .plans:after {
        clear: both; }
      .section-pricing .plans > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 10px 20px; }
      .section-pricing .plans > li {
        list-style: none;
        padding: 0 10px 20px;
        width: 25%; }
        .section-pricing .plans > li:nth-of-type(1n) {
          clear: none; }
        .section-pricing .plans > li:nth-of-type(4n+1) {
          clear: both; } }
  .section-pricing .plans > li {
    height: 300px;
    padding: 0; }

.section-pricing .plan {
  position: relative; }
  .section-pricing .plan .plan__link {
    position: absolute;
    bottom: 0; }
  .section-pricing .plan.plan--popular .plan__link {
    position: absolute;
    bottom: 0; }

.section-success-stories,
.section-our-mission,
.section-footer {
  text-align: center; }

.social-media a {
  color: white; }

.social-media ul {
  list-style: none; }

.social-media li {
  display: inline-block;
  padding: 10px; }

body {
    font-family: sans-serif;
    font-size: .875em;
}

h1, h2, h3, h4, h5, h6, html {
    letter-spacing: normal;
    font-weight: 300;
}

a.arrow:after {
    font-family: FontAwesome;
    content:"\f0da";
    font-size: .75em;
}

a {
    color: #EC008C;
    transition: 0.3s all;
    word-break: break-word;
}

a.button {
    font-family: sans-serif;
}

a:hover {
    color: #EC008C;
    text-decoration: underline;
}

a.button:hover {
    text-decoration: inherit;
}

ul {
    list-style: none;
}
ul li,
ol li {
    font-weight: 300;
    line-height: 1.5em;
    padding-left: 9px;
    margin-bottom: 16px;
}
ul li{
    list-style: none;
}
ul li:before {
    display: block;
    position: absolute;
    font-family: FontAwesome;
    font-size: 5px;
    content:  "\f111";
    vertical-align: middle;
    margin: 0px;
    margin-left:-16px;
}

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

body.blog-template .contain .text-component {
    font-size: 16px;
    font-weight: 400;
    line-height: 23pt;
}

body.blog-template .contain .text-component p{
    font-size: 16px;
    font-weight: 400;
    line-height: 23pt;
}

body.blog-template .contain .column-control .row{
	margin-top: 45px;
    max-width:620px;
    margin-left: auto;
    margin-right: auto;
}

body.blog-template .contain .text-component img{
	margin-top: 36px;
    margin-bottom: 36px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body.blog-template .contain .text-component a{
	color: #EC008C;
}

body.blog-template .contain .text-component a:hover{
	color: #EC008C;
}

body.blog-template .contain .text-component a:focus{
	color: #EC008C;
}

body.blog-template .contain .text-component h1{
	font-size: 60px;
    font-weight:300;
}

body.blog-template .contain .text-component h2{
	font-size: 48px;
    font-weight:300;
}

body.blog-template .contain .text-component h3{
	font-size: 36px;
    font-weight:300;
}

body.blog-template .contain .text-component h4{
	font-size: 24px;
    font-weight:300;
}

body.blog-template .contain .text-component h5{
	font-size: 18px;
    font-weight:300;
}

body.blog-template .contain .text-component h6{
	font-size: 14px;
    font-weight:300;
}

body.blog-template .generic-block.section{
    clear:both;
}

.square-box:after {
    content: '';
    display: block;
    margin-top: 100%;
}
.square-box-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.rss-block,
.rss-block p a,
.rss-block p a:hover{
    text-align: center;
    color: #808080;
}
.rss-block p{
    font-size: 13px;
    line-height: 1;
    margin-bottom: 70px;
}
.rss-block p img{
    height:16px;
    margin-right:8px;
    margin-top:-3px;
}


/* Scrollbar */
.scrollarea {
    position: relative;
    overflow: hidden;
}
.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.3;
}
.ps-container > .ps-scrollbar-x-rail, .ps-container > .ps-scrollbar-y-rail {
    background: transparent none repeat scroll 0px 0px;
    opacity: 1;
    border-radius: 3px;
    transition: background-color 0.4s ease 0s, opacity 0.4s ease 0s;
}
.ps-container > .ps-scrollbar-x-rail:hover, .ps-container > .ps-scrollbar-y-rail:hover {
    background: #444 none repeat scroll 0% 0% !important;
    opacity: 0.6 !important;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #808080;
    opacity: .6 !important;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    height: 20px;
    background: #181818 none repeat scroll 0% 0% !important;
    border-radius: 3px;
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('main/fonts/fontawesome-webfont.eot');src:url('main/fonts/fontawesome-webfont.eot') format('embedded-opentype'),url('main/fonts/fontawesome-webfont.woff2') format('woff2'),url('main/fonts/fontawesome-webfont.woff') format('woff'),url('main/fonts/fontawesome-webfont.ttf') format('truetype'),url('main/fonts/fontawesome-webfont.svg') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }


@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("main/images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: sans-serif;
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* copy of /libs/wcm/foundation/clientlibs/grid/grid_base.less */
/*
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2015 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */
/* grid component */
.aem-Grid {
  display: block;
  width: 100%;
}
.aem-Grid::before,
.aem-Grid::after {
  display: table;
  content: " ";
}
.aem-Grid::after {
  clear: both;
}
/* placeholder for new components */
.aem-Grid-newComponent {
  clear: both;
  margin: 0;
}
/* column of a grid */
.aem-GridColumn {
  box-sizing: border-box;
  clear: both;
}
/* force showing hidden */
.aem-GridShowHidden > .aem-Grid > .aem-GridColumn {
  display: block !important;
}
/* Generates all the rules for the grid columns up to the given amount of column */
/* Generates all the rules for the grid column offset up to the given amount of column */
/* Generates all the rules for the grid and columns for the given break point and total of columns */
/* Generates all the rules for the grids and columns */
/* API function to be called to generate a grid config */
/* maximum amount of grid cells to be provided */
/* default breakpoint */
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--newline {
  /* newline behavior */
  display: block;
  clear: both !important;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--none {
  /* none behavior */
  display: block;
  clear: none !important;
  float: left;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
  /* hide behavior */
  display: none;
}
/* phone breakpoint */
@media (max-width: 640px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide {
    /* hide behavior */
    display: none;
  }
}
/* tablet breakpoint */
@media (min-width: 641px) and (max-width: 1024px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--hide {
    /* hide behavior */
    display: none;
  }
}

[data-aos][data-aos][data-aos-duration='50'],body[data-aos-duration='50'] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay='50'],body[data-aos-delay='50'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='50'].aos-animate,body[data-aos-delay='50'] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration='100'],body[data-aos-duration='100'] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay='100'],body[data-aos-delay='100'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='100'].aos-animate,body[data-aos-delay='100'] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration='150'],body[data-aos-duration='150'] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay='150'],body[data-aos-delay='150'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='150'].aos-animate,body[data-aos-delay='150'] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration='200'],body[data-aos-duration='200'] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay='200'],body[data-aos-delay='200'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='200'].aos-animate,body[data-aos-delay='200'] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration='250'],body[data-aos-duration='250'] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay='250'],body[data-aos-delay='250'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='250'].aos-animate,body[data-aos-delay='250'] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration='300'],body[data-aos-duration='300'] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay='300'],body[data-aos-delay='300'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='300'].aos-animate,body[data-aos-delay='300'] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration='350'],body[data-aos-duration='350'] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay='350'],body[data-aos-delay='350'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='350'].aos-animate,body[data-aos-delay='350'] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration='400'],body[data-aos-duration='400'] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay='400'],body[data-aos-delay='400'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='400'].aos-animate,body[data-aos-delay='400'] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration='450'],body[data-aos-duration='450'] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay='450'],body[data-aos-delay='450'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='450'].aos-animate,body[data-aos-delay='450'] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration='500'],body[data-aos-duration='500'] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay='500'],body[data-aos-delay='500'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='500'].aos-animate,body[data-aos-delay='500'] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration='550'],body[data-aos-duration='550'] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay='550'],body[data-aos-delay='550'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='550'].aos-animate,body[data-aos-delay='550'] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration='600'],body[data-aos-duration='600'] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay='600'],body[data-aos-delay='600'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='600'].aos-animate,body[data-aos-delay='600'] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration='650'],body[data-aos-duration='650'] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay='650'],body[data-aos-delay='650'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='650'].aos-animate,body[data-aos-delay='650'] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration='700'],body[data-aos-duration='700'] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay='700'],body[data-aos-delay='700'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='700'].aos-animate,body[data-aos-delay='700'] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration='750'],body[data-aos-duration='750'] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay='750'],body[data-aos-delay='750'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='750'].aos-animate,body[data-aos-delay='750'] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration='800'],body[data-aos-duration='800'] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay='800'],body[data-aos-delay='800'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='800'].aos-animate,body[data-aos-delay='800'] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration='850'],body[data-aos-duration='850'] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay='850'],body[data-aos-delay='850'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='850'].aos-animate,body[data-aos-delay='850'] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration='900'],body[data-aos-duration='900'] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay='900'],body[data-aos-delay='900'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='900'].aos-animate,body[data-aos-delay='900'] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration='950'],body[data-aos-duration='950'] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay='950'],body[data-aos-delay='950'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='950'].aos-animate,body[data-aos-delay='950'] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration='1000'],body[data-aos-duration='1000'] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay='1000'],body[data-aos-delay='1000'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1000'].aos-animate,body[data-aos-delay='1000'] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration='1050'],body[data-aos-duration='1050'] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay='1050'],body[data-aos-delay='1050'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1050'].aos-animate,body[data-aos-delay='1050'] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration='1100'],body[data-aos-duration='1100'] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay='1100'],body[data-aos-delay='1100'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1100'].aos-animate,body[data-aos-delay='1100'] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration='1150'],body[data-aos-duration='1150'] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay='1150'],body[data-aos-delay='1150'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1150'].aos-animate,body[data-aos-delay='1150'] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration='1200'],body[data-aos-duration='1200'] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay='1200'],body[data-aos-delay='1200'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1200'].aos-animate,body[data-aos-delay='1200'] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration='1250'],body[data-aos-duration='1250'] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay='1250'],body[data-aos-delay='1250'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1250'].aos-animate,body[data-aos-delay='1250'] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration='1300'],body[data-aos-duration='1300'] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay='1300'],body[data-aos-delay='1300'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1300'].aos-animate,body[data-aos-delay='1300'] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration='1350'],body[data-aos-duration='1350'] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay='1350'],body[data-aos-delay='1350'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1350'].aos-animate,body[data-aos-delay='1350'] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration='1400'],body[data-aos-duration='1400'] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay='1400'],body[data-aos-delay='1400'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1400'].aos-animate,body[data-aos-delay='1400'] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration='1450'],body[data-aos-duration='1450'] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay='1450'],body[data-aos-delay='1450'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1450'].aos-animate,body[data-aos-delay='1450'] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration='1500'],body[data-aos-duration='1500'] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay='1500'],body[data-aos-delay='1500'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1500'].aos-animate,body[data-aos-delay='1500'] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration='1550'],body[data-aos-duration='1550'] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay='1550'],body[data-aos-delay='1550'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1550'].aos-animate,body[data-aos-delay='1550'] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration='1600'],body[data-aos-duration='1600'] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay='1600'],body[data-aos-delay='1600'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1600'].aos-animate,body[data-aos-delay='1600'] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration='1650'],body[data-aos-duration='1650'] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay='1650'],body[data-aos-delay='1650'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1650'].aos-animate,body[data-aos-delay='1650'] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration='1700'],body[data-aos-duration='1700'] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay='1700'],body[data-aos-delay='1700'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1700'].aos-animate,body[data-aos-delay='1700'] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration='1750'],body[data-aos-duration='1750'] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay='1750'],body[data-aos-delay='1750'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1750'].aos-animate,body[data-aos-delay='1750'] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration='1800'],body[data-aos-duration='1800'] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay='1800'],body[data-aos-delay='1800'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1800'].aos-animate,body[data-aos-delay='1800'] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration='1850'],body[data-aos-duration='1850'] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay='1850'],body[data-aos-delay='1850'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1850'].aos-animate,body[data-aos-delay='1850'] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration='1900'],body[data-aos-duration='1900'] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay='1900'],body[data-aos-delay='1900'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1900'].aos-animate,body[data-aos-delay='1900'] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration='1950'],body[data-aos-duration='1950'] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay='1950'],body[data-aos-delay='1950'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1950'].aos-animate,body[data-aos-delay='1950'] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration='2000'],body[data-aos-duration='2000'] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay='2000'],body[data-aos-delay='2000'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2000'].aos-animate,body[data-aos-delay='2000'] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration='2050'],body[data-aos-duration='2050'] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay='2050'],body[data-aos-delay='2050'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2050'].aos-animate,body[data-aos-delay='2050'] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration='2100'],body[data-aos-duration='2100'] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay='2100'],body[data-aos-delay='2100'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2100'].aos-animate,body[data-aos-delay='2100'] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration='2150'],body[data-aos-duration='2150'] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay='2150'],body[data-aos-delay='2150'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2150'].aos-animate,body[data-aos-delay='2150'] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration='2200'],body[data-aos-duration='2200'] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay='2200'],body[data-aos-delay='2200'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2200'].aos-animate,body[data-aos-delay='2200'] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration='2250'],body[data-aos-duration='2250'] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay='2250'],body[data-aos-delay='2250'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2250'].aos-animate,body[data-aos-delay='2250'] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration='2300'],body[data-aos-duration='2300'] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay='2300'],body[data-aos-delay='2300'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2300'].aos-animate,body[data-aos-delay='2300'] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration='2350'],body[data-aos-duration='2350'] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay='2350'],body[data-aos-delay='2350'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2350'].aos-animate,body[data-aos-delay='2350'] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration='2400'],body[data-aos-duration='2400'] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay='2400'],body[data-aos-delay='2400'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2400'].aos-animate,body[data-aos-delay='2400'] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration='2450'],body[data-aos-duration='2450'] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay='2450'],body[data-aos-delay='2450'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2450'].aos-animate,body[data-aos-delay='2450'] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration='2500'],body[data-aos-duration='2500'] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay='2500'],body[data-aos-delay='2500'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2500'].aos-animate,body[data-aos-delay='2500'] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration='2550'],body[data-aos-duration='2550'] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay='2550'],body[data-aos-delay='2550'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2550'].aos-animate,body[data-aos-delay='2550'] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration='2600'],body[data-aos-duration='2600'] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay='2600'],body[data-aos-delay='2600'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2600'].aos-animate,body[data-aos-delay='2600'] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration='2650'],body[data-aos-duration='2650'] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay='2650'],body[data-aos-delay='2650'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2650'].aos-animate,body[data-aos-delay='2650'] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration='2700'],body[data-aos-duration='2700'] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay='2700'],body[data-aos-delay='2700'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2700'].aos-animate,body[data-aos-delay='2700'] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration='2750'],body[data-aos-duration='2750'] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay='2750'],body[data-aos-delay='2750'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2750'].aos-animate,body[data-aos-delay='2750'] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration='2800'],body[data-aos-duration='2800'] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay='2800'],body[data-aos-delay='2800'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2800'].aos-animate,body[data-aos-delay='2800'] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration='2850'],body[data-aos-duration='2850'] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay='2850'],body[data-aos-delay='2850'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2850'].aos-animate,body[data-aos-delay='2850'] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration='2900'],body[data-aos-duration='2900'] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay='2900'],body[data-aos-delay='2900'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2900'].aos-animate,body[data-aos-delay='2900'] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration='2950'],body[data-aos-duration='2950'] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay='2950'],body[data-aos-delay='2950'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2950'].aos-animate,body[data-aos-delay='2950'] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration='3000'],body[data-aos-duration='3000'] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay='3000'],body[data-aos-delay='3000'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='3000'].aos-animate,body[data-aos-delay='3000'] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translate(0)}[data-aos=fade-up]{transform:translateY(100px)}[data-aos=fade-down]{transform:translateY(-100px)}[data-aos=fade-right]{transform:translate(-100px)}[data-aos=fade-left]{transform:translate(100px)}[data-aos=fade-up-right]{transform:translate(-100px,100px)}[data-aos=fade-up-left]{transform:translate(100px,100px)}[data-aos=fade-down-right]{transform:translate(-100px,-100px)}[data-aos=fade-down-left]{transform:translate(100px,-100px)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translate(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translateY(100px) scale(.6)}[data-aos=zoom-in-down]{transform:translateY(-100px) scale(.6)}[data-aos=zoom-in-right]{transform:translate(-100px) scale(.6)}[data-aos=zoom-in-left]{transform:translate(100px) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translateY(100px) scale(1.2)}[data-aos=zoom-out-down]{transform:translateY(-100px) scale(1.2)}[data-aos=zoom-out-right]{transform:translate(-100px) scale(1.2)}[data-aos=zoom-out-left]{transform:translate(100px) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translate(0)}[data-aos=slide-up]{transform:translateY(100%)}[data-aos=slide-down]{transform:translateY(-100%)}[data-aos=slide-right]{transform:translateX(-100%)}[data-aos=slide-left]{transform:translateX(100%)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
.search-template .site-wrap{
	background: #000;
}
.search-template #content {
	padding: 15px 0 15px;
	display: table;
	height: 100%;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.search-section {
	background: transparent;
	padding: 20px;
}

#search-filter-left {
	width: 310px;
	max-width: 310px;
	border-right: 15px solid #000;
	display: none;
	height: 100%;
	padding: 0;
	vertical-align: top;
	position: relative;
	background: black;
}
#search-content-right {
	margin: 0 auto;
	max-width: 1090px;
	padding: 0px 40px 0;
	position: relative;
	background: #222222;
}
.search-template #content #search-filter-left {
	display: table-cell;
}

.search-loading-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: #222222;
	opacity: .75;
	top: 0;
	left: 0;
	display: none;
}

#search-field {
	height: 44px;
	padding: 0px;
	border-radius: 2px;
	background: #363636;
	margin-top: 20px;
}
#search-field form {
	display: block;
	height: 100%;
}
#search-field button {
	width: auto;
	height: 18px;
	background: transparent;
	margin: 0;
	min-width: 0;
	padding: 13px 26px;
	float: left;
	border: 0;
	box-sizing: content-box;
}
#search-field button::before {
	content: "\f002";
	font-family: FontAwesome;
	font-size: 18px;
	color: #888888;
	vertical-align: middle;
}
#search-field-input-container {
	height: 100%;
	padding-left: 70px;
}
#search-field input {
	border: 0;
	margin: 0;
	box-shadow: none;
	background: transparent;
	display: block;
	width: 80%;
	height: 100%;
	font-size: 16px;
	color: #aaa;
	font-weight: 300;
	padding: 0;
	position:absolute;
}
#search-field input::-webkit-input-placeholder {
   color: #888888;
}
#search-field input::-moz-placeholder {
   color: #888888;
}

#search-field input:-ms-input-placeholder {
   color: #888888;
}
#search-results-section {
	margin-top: 20px;
}

/* search global header styles */
.search-template .global-header--wrapper, .search-template .global-header--wrapper.light, .search-template #global-footer {
	background: #222222;
}

@media screen and (max-width: 1024px) {
	#search-filter-left {
		display: none !important;
	}
	#search-content-right {
		margin: 0 auto;
	}
}

@media screen and (max-width: 640px) {
	.search-template #content, .search-template #content {
		padding: 10px 0 0;
	}
	#search-content-right {
		padding: 0;
	}
	#search-field-wrapper {
		padding: 0 40px;
	}
	#search-field {
		margin: 20px 0 0;
		height: 28px;
	}
	#search-field button {
		padding: 3px 13px;
		float: right;
	}
	#search-field button::before {
		font-size: 12px;
	}
	#search-field-input-container {
		margin-right: 38px;
		padding-left: 0;
	}
	#search-field input {
		font-size: 14px;
		padding-left: 15px;
	}

	#search-results-section{
		margin-top: 8px;
	}
}
.role-iq-content .block_hero {
  background-image: url('main/images/roleiq/roleiq-hero-bg.png');
}
.role-iq-content .ps-badge {
  margin-bottom: 40px;
  margin-top: -30px;
}
.role-iq-content .block_hero .roleiq-badge {
  font-size: 14px;
  font-weight: 700;
  color: black;
  text-transform: uppercase;
  background: #F7A614;
  padding: 5px;
  line-height: 1;
  border-radius: 3px;
  margin-top: 45px;
  display: table;
}
.role-iq-content .block_hero h1 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.role-iq-content .block_hero .text-3 {
  margin-bottom: 40px;
}
.role-iq-content .role-hero-icon img {
  width: 250px;
  margin-top: 30px;
}

.role-iq-content .roleiq {
  background: #222222;
  padding: 10px;
  position: relative;
  min-height: 400px;
  margin-top: 30px;
}
.role-iq-content .roleiq-item {
  display: flex;
  margin-bottom: 5px;
}
.role-iq-content .roleiq-tab,
.role-iq-content .roleiq-course {
  flex: 0 0 50%;
}
.role-iq-content .roleiq-tab {
  background: #181818;
  height: 75px;
  min-height: 75px;
  font-size: 16px;
  font-weight: 200;
  border-left: 5px solid transparent;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  padding-right: 15px;
}
.role-iq-content .roleiq-tab .beta-tag {
  color: black;
  background-color: #F7A614;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1px 4px;
  border-radius: 4px;
  font-size: 12px;
  vertical-align: middle;
}
.role-iq-content .roleiq-tab.active {
  border-left-color: #50BFA3;
  background: #363636;
}
.role-iq-content .roleiq-tab.active:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: -28px;
  border: 0 solid transparent;
  border-bottom-width: 37px;
  border-top-width: 37px;
  border-left: 28px solid #363636;
}
.role-iq-content .roleiq-tab.active + .roleiq-course {
  display: block;
}
.role-iq-content .roleiq-tab.active + .roleiq-course .roleiq-course--svg {
  display: block;
}
.role-iq-content .roleiq-course {
  display: none;
  position: absolute;
  width: 50%;
  padding: 20px 30px 30px;
  top: 0;
  right: 0;
  font-size: 18px;
}
.role-iq-content .roleiq-course--header {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 21px;
}
@media only screen and (max-width: 1024px) {
  .role-iq-content .roleiq-course--header {
    display: none;
  }
}
.role-iq-content .roleiq-course--header img {
  width: 60px;
}
.role-iq-content .roleiq-course--svg {
  position: relative;
  background-image: url(../../../content/dam/pluralsight2/product/roleiq/ps_graph.jpg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  min-width: 100%;
  min-height: 250px;
}
.role-iq-content .roleiq-course--overlay {
  background: rgba(34, 34, 34, 0.5);
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 200;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: none;
}
.role-iq-content .roleiq-course--overlay > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.role-iq-content .roleiq-course--overlay .button.button--small {
  margin-top: 10px;
}
.role-iq-content .roleiq-tab .roleiq-image img {
  width: 60px;
}
@media only screen and (max-width: 1024px) {
  .role-iq-content .roleiq-item {
    flex-direction: column;
  }
  .role-iq-content .roleiq-tab,
  .role-iq-content .roleiq-course {
    flex: 0 0 100%;
  }
  .role-iq-content .roleiq-tab.active:after {
    display: none;
  }
  .role-iq-content .roleiq-tab {
    height: 75px;
    padding-left: 80px;
  }
  .role-iq-content .roleiq-tab .roleiq-image {
    position: absolute;
    left: 0;
  }
  .role-iq-content .roleiq-course {
    width: 100%;
    position: relative;
    padding: 20px 0;
  }
  .role-iq-content .roleiq-course .roleiq-course--header {
    font-size: 16px;
  }
}

.role-iq-content .block_howitworks .what-is-role-video {
  position: relative;
  bottom: -6px;
}
.role-iq-content .block_howitworks .what-is-role-video video {
  max-width: 100%;
}
.role-iq-content .block_howitworks .what-is-role-steps {
  margin-top: 5px;
  margin-bottom: 40px;
}
.role-iq-content .block_howitworks .what-is-role-steps .image-text-component-3 .text-3 {
  margin-left: 15px;
}
.role-iq-content .block_howitworks .what-is-role-steps:first-child {
  margin-top: 60px;
}
@media only screen and (min-width: 1025px) {
  .role-iq-content .block_howitworks .what-is-role-video {
    margin-left: -100px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1192px) {
  .role-iq-content .block_howitworks .what-is-role-video {
    bottom: -51px;
  }
}

.role-iq-content .generic-block.generic-block-custom {
  overflow: inherit;
}
.role-iq-content .block_roleiqlevel {
  position: relative;
}
.role-iq-content .role-level-cards {
  margin-top: 50px;
}
.role-iq-content .block_roleiqlevel .roleiq-card {
  background: #222222;
  border-radius: 15px;
  padding: 20px 20px 15px;
  position: relative;
}
.role-iq-content .block_roleiqlevel .roleiq-header {
  display: flex;
}
.role-iq-content .block_roleiqlevel .roleiq-card--image {
  flex: 0 0 80px;
  position: relative;
}
.role-iq-content .block_roleiqlevel .roleiq-card--image img.img-role {
  position: absolute;
  left: 13px;
  top: 13px;
  width: 55px;
}
.role-iq-content .block_roleiqlevel .roleiq-card--text {
  color: #48BFA3;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 20px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.role-iq-content .block_roleiqlevel .roleiq-card--text span {
  color: #888888;
  font-size: 12px;
  font-weight: 200;
  display: block;
  padding-left: 3px;
}
.role-iq-content .block_roleiqlevel .roleiq-body {
  margin: 20px 0 30px;
  font-size: 20px;
  font-weight: 200;
}
.role-iq-content .block_roleiqlevel .roleiq-footer {
  border-top: 1px solid #494849;
  margin-left: -20px;
  margin-right: -20px;
  padding: 15px 20px 0;
  display: flex;
  justify-content: space-between;
}
.role-iq-content .block_roleiqlevel .roleiq-footer img {
  width: auto;
  height: 30px;
}
.role-iq-content .block_roleiqlevel .roleiq-footer img:nth-of-type(2) {
  height: 40px;
}
.role-iq-content .block_roleiqlevel .roleiq-badge {
  font-size: 14px;
  font-weight: 700;
  color: black;
  text-transform: uppercase;
  background: #2BABE2;
  padding: 5px;
  line-height: 1;
  border-radius: 3px;
  margin-top: 10px;
  display: table;
}
.role-iq-content .role-level-bottom-text {
  margin-top: 50px;
  margin-bottom: 50px;
}
.role-iq-content .block_roleiqlevel .roleiq-card.no-card {
  background: transparent;
  display: flex;
  justify-content: space-around;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .role-iq-content .block_roleiqlevel .roleiq-card.no-card .roleiq-card--text {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .role-iq-content .block_roleiqlevel .roleiq-card.no-card {
    flex-direction: column;
    align-items: center;
  }
  .role-iq-content .block_roleiqlevel .roleiq-card.no-card .roleiq-header {
    margin-bottom: 50px;
    justify-content: center;
  }
}

.resource-white-paper-template .share__links, .resource-recorded-webinar .share__links {
	margin: 0;
}
.resource-white-paper-template .text-component a, .resource-recorded-webinar .text-component a {
	color: #EC008C;
}
.resource-white-paper-template h4 {
	font-weight: 300;
}

.resource-recorded-webinar .columns[class*="-6"] {
	padding: 0 60px;
}
.resource-recorded-webinar .generic-block.section:last-child .columns[class*="-6"]:first-child {
	padding-left: 160px;
}
.resource-recorded-webinar .generic-block.section:last-child .columns[class*="-6"]:last-child {
	padding-right: 160px;
}
.resource-recorded-webinar h3 {
	margin: 34px 0 30px;
}
.resource-recorded-webinar .mktoForm {
	padding: 0 !important;
}
.resource-recorded-webinar .mktoForm .mktoLabel {
	line-height: 1 !important;
	padding: 0;
	margin-bottom: 8px;
}
.resource-recorded-webinar .mktoForm input[type="text"], .resource-recorded-webinar .mktoForm select, .resource-recorded-webinar .mktoForm textarea {
	margin-bottom: 20px !important;
}

.resource-center-video .section.video {
	margin: 50px 0;
}
.resource-center-video .section.ps-button {
	margin-top: 40px;
}

.resource-training .generic-block.section:nth-child(3) .generic-block-wrapper,
.resource-white-paper-template .generic-block.section:nth-child(3) .generic-block-wrapper {
	padding: 80px 0;
}

@media screen and (max-width: 1024px) {
	.resource-recorded-webinar .columns[class*="-6"] {
		padding: 0 15px;
	}
	.resource-recorded-webinar .generic-block.section:last-child .columns[class*="-6"]:first-child {
		padding-left: 15px;
	}
	.resource-recorded-webinar .generic-block.section:last-child .columns[class*="-6"]:last-child {
		padding-right: 15px;
	}

	.resource-recorded-webinar .mktoForm {
		margin-top: 40px;
	}
}

@media screen and (max-width: 640px) {
	.resource-training .generic-block.section:nth-child(3) .generic-block-wrapper,
	.resource-white-paper-template .generic-block.section:nth-child(3) .generic-block-wrapper {
		padding: 40px 0;
	}
}

@media all and (max-width: 360px) {
	.resource-white-paper-template .marketo-form-component,
	.resource-recorded-webinar .marketo-form-component,
	.resource-center-video .marketo-form-component
	{
		margin: 0;
	}
}
/* Privacy Policy */
.privacypolicy-template .global-header--wrapper {
    background: rgba(0,0,0,1);
}
.privacy-policy.content-block {
    padding-top: 150px;
}

.privacy-policy .title {
    padding-bottom: 50px;
}

.privacy-policy .columns {
    text-align: left;
    padding-top: 35px;
    padding-left: 0;
    margin-left: 0;
}

.privacy-policy .columns .title {
    padding-bottom: 0;
}

.privacy-policy .columns a {
    font-weight: 300;
}
.privacy-policy .columns p {
    font-size: 14px;
}

.privacy-policy #content > div > div.column-control.section > div > div > div > div.large-4.columns > div:nth-child(2)
{
    padding-top: 80px;
    padding-bottom: 10px;
}


.press-release-template2 .publish-date-component {
	font-size: 13px;
	display: block;
	color: #a9a9a9;
	font-weight: 400;
	margin-top:-5px;
}

.press-release-template2 .about-ps-divider{
    margin: 20px 0 40px;
}
.press-release-template .columns[class*="-4"] .title:first-child {
    margin-bottom: 16px;
}
.press-release-template .columns[class*="-4"] .title h6 {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.press-release-template .columns[class*="-4"] .text p, .press-release-template .columns[class*="-4"] .link a, .press-release-template .columns[class*="-4"] .link {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    font-weight: 300;
}
.press-release-template .columns[class*="-4"] .text p {
    color: #555;
}
.press-release-template .columns[class*="-4"] .ps-button {
	margin-top: 30px;
}
.press-release-template .columns[class*="-4"] h6 {
	font-weight: 400;
}
.press-release-template .breadcrumb-component > div {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	padding: 0 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
	color: #aaa;
	font-weight: 200;
}
.press-release-template .breadcrumb-component .breadcrumb__link, .press-release-template .breadcrumb-component span {
	font-size: 12px;
	font-weight: 200;
}

.press-release-template .publish-date-component {
	font-size: 12px;
	display: block;
	color: #a9a9a9;
	font-weight: 200;
}
.press-release-template .columns[class*="-8"] p {
	font-size: 14px;
	line-height: 26px;
	color: #555555;
}
.press-release-template h3 {
	margin-bottom: 33px;
}
.press-release-template h1 {
	margin: 73px 0 17px;
}

@media screen and (max-width: 640px) {
	.press-release-template {
		text-align: center;
	}

	/* Newsroom Hero Block */
	.press-release-template .generic-block.section .generic-block-wrapper {
		min-height: 120px;
		padding: 70px 0 25px;
	}
	.press-release-template h1 {
		font-size: 24px;
		padding: 59px 0 31px;
	}

	.press-release-template .columns[class*="-4"] {
		padding-bottom: 60px;
		margin-bottom: 60px;
		border-bottom: 1px solid #ccc;
	}
	.press-release-template h3 {
		font-size: 24px;
		line-height: 30px;
		margin: 30px 0;
	}

	.press-release-template .publish-date-component {
		font-size: 11px;
	}

	.press-release-template .columns[class*="-8"] {
		padding: 0;
	}
	.press-release-template .columns[class*="-8"] .parsys.section {
		padding: 0 15px;
	}
	.press-release-template .columns[class*="-8"] p {
		text-align: left;
	}
}


/* Hiding old template items */
.press-release-template #content .contain .generic-block:nth-of-type(1),
.press-release-template #content .contain .breadcrumb,
.press-release-template #content .contain .column-control .medium-4,
.press-release-template #content .contain .previousrelease{
  display:none;
}
.press-release-template #content .contain .column-control .medium-8{
  width:100% !important;
}
.press-release-template #content .contain .column-control .medium-8 .title h3{
  text-align:left;
 }

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.ps-paragraph-theme {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: .5px;
}
.ps-eyebrow-text-theme {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ec008c;
  line-height: 130%;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* TT Commons Global style */
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: unset;
  text-transform: none;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 48px;
    line-height: unset;
  }
}
@media screen and (max-width: 640px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 36px;
    line-height: unset;
  }
}
.ps-temporary-tt-commons-theme .text-4.section {
  margin-bottom: 0;
}
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  margin: 0 0 20px 0;
}
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--medium,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty {
  font-size: 18px;
  font-weight: unset;
  line-height: 1.2;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme .text-4 p,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme a.fourteen-px,
.ps-temporary-tt-commons-theme .text-4 .fs--normal,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-size: 24px;
  line-height: 1.2;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier {
  font-weight: unset;
  text-transform: unset;
}
.ps-temporary-tt-commons-theme h1,
.ps-temporary-tt-commons-theme h2,
.ps-temporary-tt-commons-theme h6,
.ps-temporary-tt-commons-theme strong,
.ps-temporary-tt-commons-theme b,
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme .link-list-text .linklist-subnav ul li a,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty,
.ps-temporary-tt-commons-theme .text-4 .fs--tiny,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-family: sans-serif;
  font-weight: 700;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme h3,
.ps-temporary-tt-commons-theme h4,
.ps-temporary-tt-commons-theme h5,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li,
.ps-temporary-tt-commons-theme .text-3 p,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-family: sans-serif;
  font-weight: 400;
}
.ps-temporary-tt-commons-theme ul li:before {
  margin-top: 7px;
}
.paths-content .paths-content-main {
  background-color: #181818;
  padding: 50px 0 100px;
}
.paths-content .paths-content-main .paths-content-breadcrumb {
  margin-bottom: 50px;
}
.paths-content .paths-content-main .paths-content-breadcrumb ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.paths-content .paths-content-main .paths-content-breadcrumb ul li {
  padding: 0;
  margin: 0;
  font-size: 13px;
}
.paths-content .paths-content-main .paths-content-breadcrumb ul li a {
  color: #cccccc;
}
.paths-content .paths-content-main .paths-content-breadcrumb ul li:before {
  display: none;
}
.paths-content .paths-content-main .paths-content-breadcrumb ul li:after {
  content: ">";
  display: inline-block;
  padding: 0 15px;
  color: #cccccc;
}
.paths-content .paths-content-main .paths-content-container h1 {
  color: #ffffff;
  font-size: 32px;
  margin: 0 0 25px;
}
.paths-content .paths-content-main .paths-content-container h2,
.paths-content .paths-content-main .paths-content-container h3 {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  color: #ffffff;
  font-size: 24px;
}
.paths-content .paths-content-main .paths-content-container h6 {
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: bold;
  color: #ec008c;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .paths-content .paths-content-main .paths-content-container {
    display: flex;
    flex-wrap: nowrap;
  }
  .paths-content .paths-content-main .paths-content-container h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1023px) {
  .paths-content .paths-content-main .paths-content-container {
    flex-direction: column;
  }
}
@media screen and (max-width: 1090px) and (min-width: 1024px) {
  .paths-content .paths-content-left {
    flex: 1;
  }
}
.paths-content .paths-content-left .paths-list-details ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.paths-content .paths-content-left .paths-list-details ul li {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  background: #222222;
  border-radius: 8px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  position: relative;
}
.paths-content .paths-content-left .paths-list-details ul li .paths-icon {
  margin-right: 5px;
}
.paths-content .paths-content-left .paths-list-details ul li svg.paths-icon {
  width: 15px;
}
.paths-content .paths-content-left .paths-list-details ul li svg.paths-icon path {
  fill: #ffffff;
}
.paths-content .paths-content-left .paths-list-details ul li:before {
  display: none;
}
.paths-content .paths-content-left .paths-list-details ul li:not(:last-child) {
  margin-right: 10px;
}
.paths-content .paths-content-left .paths-list-details ul li.not-standard-badge {
  background: #0084bd;
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}
.paths-content .paths-content-left .paths-list-details ul li.has-projects .paths-icon {
  width: 20px;
}
.paths-content .paths-content-left .paths-list-details ul li.has-interactive .paths-icon {
  width: 20px;
}
.paths-content .paths-content-left .paths-list-details ul li.tooltip-enabled[data-tooltip]:before,
.paths-content .paths-content-left .paths-list-details ul li.tooltip-enabled[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 50%;
}
.paths-content .paths-content-left .paths-list-details ul li.tooltip-enabled[data-tooltip]:before {
  content: attr(data-tooltip);
  font-family: "PS Commons", Helvetica, Roboto, Arial, sans-serif;
  font-size: 11px;
  color: #181818;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.2;
  bottom: 150%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  border-radius: 3px;
  background-color: #ffffff;
}
.paths-content .paths-content-left .paths-list-details ul li.tooltip-enabled[data-tooltip]:after {
  content: "";
  font-size: 0;
  line-height: 0;
  width: 0;
  bottom: 150%;
  margin-left: -5px;
  border-top: 5px solid #ffffff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.paths-content .paths-content-left .paths-list-details ul li.tooltip-enabled[data-tooltip]:hover:before,
.paths-content .paths-content-left .paths-list-details ul li.tooltip-enabled[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
.paths-content .paths-content-left .paths-list-details ul li.tooltip-enabled.tooltip-btm[data-tooltip]:before,
.paths-content .paths-content-left .paths-list-details ul li.tooltip-enabled.tooltip-btm[data-tooltip]:after {
  left: 0;
}
.paths-content .paths-content-left .paths-list-details ul li.tooltip-enabled.tooltip-btm[data-tooltip]:before {
  bottom: -70px;
  margin-left: -80px;
}
.paths-content .paths-content-left .paths-list-details ul li.tooltip-enabled.tooltip-btm[data-tooltip]:after {
  margin-left: 35px;
  bottom: -12px;
  border-top: unset;
  border-bottom: 5px solid #ffffff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.paths-content .paths-content-left .paths-list-details ul li.tooltip-enabled[data-tooltip]:before {
  z-index: 9999;
  display: block;
  bottom: 130%;
  font-size: 13px;
}
.paths-content .paths-content-left .paths-list-details ul li.tooltip-enabled[data-tooltip]:after {
  bottom: 130%;
}
.paths-content .paths-content-left .paths-content-description {
  margin-bottom: 30px;
}
.paths-content .paths-content-left .paths-content-description p {
  font-size: 17px;
  color: #ffffff;
}
.paths-content .paths-content-left .paths-content-description ul {
  margin: 0 0 0 10px;
  padding: 0;
  grid-template-columns: repeat(3, 33.333%);
  display: grid;
}
.paths-content .paths-content-left .paths-content-description ul li {
  color: #ffffff;
}
.paths-content .paths-content-left .paths-content-description ul li:before {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .paths-content .paths-content-left .paths-content-description ul {
    grid-template-columns: repeat(2, 50%);
  }
}
@media screen and (min-width: 1024px) {
  .paths-content .paths-content-left .paths-content-description p {
    font-size: 20px;
  }
}
.paths-content .paths-content-left .paths-content-courses {
  margin-top: 50px;
}
.paths-content .paths-content-left .paths-content-courses h2 {
  margin-bottom: 25px;
}
.paths-content .paths-content-left .paths-content-courses .difficulty-container {
  margin-bottom: 20px;
}
.paths-content .paths-content-left .paths-content-courses .difficulty-container.active .difficulty-header:after {
  transform: scaleY(-1) rotate(45deg);
  top: 25px;
}
.paths-content .paths-content-left .paths-content-courses .difficulty-header {
  background: #333333;
  padding: 14px 20px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.paths-content .paths-content-left .paths-content-courses .difficulty-header h4 {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px;
  margin: 0;
  color: #ffffff;
}
.paths-content .paths-content-left .paths-content-courses .difficulty-header:after {
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  padding: 4px;
  top: 22px;
  right: 20px;
  transition: all .3s ease;
}
.paths-content .paths-content-left .paths-content-courses p {
  color: #ffffff;
}
.paths-content .paths-content-left .paths-content-courses ul {
  color: #ffffff;
}
.paths-content .paths-content-left .paths-content-courses ul li {
  margin-bottom: 6px;
}
.paths-content .paths-content-left .paths-content-courses ul li:before {
  margin-top: 0;
}
.paths-content .paths-content-left .paths-content-courses .path-content-course-items {
  position: relative;
}
.paths-content .paths-content-left .paths-content-courses .path-content-course-items a {
  display: block;
  padding: 20px 20px 20px 0;
  text-decoration: none;
}
.paths-content .paths-content-left .paths-content-courses .path-content-course-items .path-content-course-info ul {
  margin: 0;
  padding: 0;
}
.paths-content .paths-content-left .paths-content-courses .path-content-course-items .path-content-course-info ul li {
  font-size: 15px;
  color: #cccccc;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.paths-content .paths-content-left .paths-content-courses .path-content-course-items .path-content-course-info ul li img {
  margin-left: 8px;
}
.paths-content .paths-content-left .paths-content-courses .path-content-course-items .path-content-course-info ul li:not(:last-child) {
  margin-right: 50px;
}
.paths-content .paths-content-left .paths-content-courses .path-content-course-items .path-content-course-info ul li:before {
  display: none;
}
.paths-content .paths-content-left .paths-content-courses .path-content-course-items .path-content-course-info .fa {
  color: #f7a614;
}
.paths-content .paths-content-left .paths-content-courses .path-content-course-items .path-content-course-info .fa.fa-star-half-o {
  color: #f7a614;
}
.paths-content .paths-content-left .paths-content-courses .path-content-course-items .path-content-course-info .fa.gray {
  color: #555555;
}
.paths-content .paths-content-left .paths-content-courses .path-content-course-items .path-content-course-info .course-type .badge-icon {
  display: flex;
  align-items: center;
}
.paths-content .paths-content-left .paths-content-courses .path-content-course-items .path-content-course-info .course-type .badge-icon svg {
  fill: #ffffff;
}
.paths-content .paths-content-left .paths-content-courses .path-content-course-items .path-content-course-info .course-type .badge-text {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 11px;
  margin-left: 5px;
}
@media screen and (min-width: 1024px) {
  .paths-content .paths-content-left .paths-content-courses .path-content-course-items .path-content-course-info ul {
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .paths-content .paths-content-left .paths-content-courses .path-content-course-items .path-content-course-info ul {
    display: flex;
  }
}
.paths-content .paths-content-left .paths-content-courses .path-content-course-items:not(:last-child) a {
  border-bottom: 1px solid #363638;
}
.paths-content .paths-content-left .paths-content-courses .path-content-course-items:not(:last-child):after {
  display: block;
}
@media screen and (min-width: 1024px) {
  .paths-content .paths-content-left .paths-content-courses .path-content-course-items {
    padding-left: 50px;
  }
  .paths-content .paths-content-left .paths-content-courses .path-content-course-items:before,
  .paths-content .paths-content-left .paths-content-courses .path-content-course-items:after {
    content: "";
    display: block;
    position: absolute;
  }
  .paths-content .paths-content-left .paths-content-courses .path-content-course-items:before {
    width: 10px;
    height: 10px;
    background: transparent;
    border-radius: 10px;
    left: 0;
    top: 32px;
    border: 2px solid #ffffff;
  }
  .paths-content .paths-content-left .paths-content-courses .path-content-course-items:after {
    width: 1px;
    height: 67%;
    background: #ffffff;
    left: 4px;
    top: 52px;
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .paths-content .paths-content-left .paths-content-courses .difficulty-container {
    margin-bottom: 40px;
  }
}
.paths-content .paths-content-right .paths-aside-box {
  padding: 35px 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
}
.paths-content .paths-content-right .has-practice-exam {
  padding-left: 75px;
  position: relative;
  background: #35383C;
}
.paths-content .paths-content-right .has-practice-exam h3 {
  margin-top: 0;
}
.paths-content .paths-content-right .has-practice-exam p {
  color: #ffffff;
  margin-bottom: 0;
}
.paths-content .paths-content-right .has-practice-exam .practice-exam-icon {
  width: 32px;
  position: absolute;
  left: 35px;
}
.paths-content .paths-content-right .paths-content-highlight {
  background: #222222;
}
.paths-content .paths-content-right .paths-content-highlight .paths-aside-scrollable {
  position: relative;
}
.paths-content .paths-content-right .paths-content-highlight .paths-aside-scrollable.addMaxHeight:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  left: 0;
  background: -moz-linear-gradient(top, rgba(34, 34, 34, 0) 0%, #222222 85%, #222222 100%);
  background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 0%, #222222 85%, #222222 100%);
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, #222222 85%, #222222 100%);
}
.paths-content .paths-content-right .paths-content-highlight .paths-aside-scrollable.addMaxHeight ul {
  padding-bottom: 45px;
  max-height: 328px;
  overflow: hidden;
  overflow-y: auto;
}
.paths-content .paths-content-right .paths-content-highlight ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.paths-content .paths-content-right .paths-content-highlight ul li {
  font-size: 17px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  position: relative;
}
.paths-content .paths-content-right .paths-content-highlight ul li:before {
  margin-top: 0;
}
.paths-content .paths-content-right .paths-content-highlight hr {
  margin: 35px auto;
  background-color: #363638;
}
.paths-content .paths-content-right .paths-content-highlight p {
  color: #ffffff;
  font-size: 17px;
}
.paths-content .paths-content-right .paths-content-highlight h1 {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 8px;
}
.paths-content .paths-content-right .paths-content-highlight h2:not(:first-child) {
  font-size: 18px;
}
.paths-content .paths-content-right .paths-content-tags {
  margin-bottom: 40px;
}
.paths-content .paths-content-right .paths-content-tags ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.paths-content .paths-content-right .paths-content-tags ul li {
  background: #34383C;
  border-radius: 50px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  padding: 6px 12px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.paths-content .paths-content-right .paths-content-tags ul li:before {
  display: none;
}
.paths-content .paths-content-right .paths-content-tags ul li a {
  color: #ffffff;
  text-decoration: none;
}
.paths-content .paths-content-right .paths-content-skilliq {
  background-image: url("main/images/paths-v2/paths-skill-iq-bkgd.png");
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  min-height: 250px;
  overflow: hidden;
}
.paths-content .paths-content-right .paths-content-skilliq > div {
  z-index: 1;
}
.paths-content .paths-content-right .paths-content-skilliq > div h4 {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 32px;
  margin: 20px 0 0;
}
.paths-content .paths-content-right .paths-content-skilliq > div p {
  font-size: 20px;
}
.paths-content .paths-content-right .paths-content-skilliq:before,
.paths-content .paths-content-right .paths-content-skilliq:after {
  content: "";
  display: block;
  position: absolute;
}
.paths-content .paths-content-right .paths-content-skilliq:before {
  background: linear-gradient(to bottom, #26c1e1 0%, #26c1e1 33%, #86ce21 33%, #86ce21 33%, #86ce21 68%, #ffc200 68%, #ffc200 100%);
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px 0 0 10px;
  z-index: 1;
}
.paths-content .paths-content-right .paths-content-skilliq:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(24, 24, 24, 0.8) 55%, rgba(24, 24, 24, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(24, 24, 24, 0.8) 55%, rgba(24, 24, 24, 0) 100%);
  background: linear-gradient(to right, rgba(24, 24, 24, 0.8) 55%, rgba(24, 24, 24, 0) 100%);
  z-index: 0;
}
.paths-content .paths-content-right .paths-content-skilliq.practice-exam {
  background-image: url("https://www.pluralsight.com/content/dam/pluralsight2/learning-paths/practice-exam-cybervista-bgkd.jpg");
}
.paths-content .paths-content-right .paths-content-skilliq.practice-exam:before,
.paths-content .paths-content-right .paths-content-skilliq.practice-exam:after {
  display: none;
}
@media screen and (min-width: 1024px) {
  .paths-content .paths-content-right .paths-content-skilliq.practice-exam {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .paths-content .paths-content-right {
    flex: 0 0 33%;
    margin-left: 8%;
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .paths-content .paths-content-right {
    display: flex;
    flex-direction: column;
  }
  .paths-content .paths-content-right .has-practice-exam {
    order: 1;
  }
  .paths-content .paths-content-right .paths-content-highlight {
    order: 2;
  }
  .paths-content .paths-content-right .paths-content-tags {
    order: 4;
  }
  .paths-content .paths-content-right .paths-content-skilliq {
    order: 3;
    margin-bottom: 40px;
  }
}
.paths-content .paths-content-authors {
  background: #1d1d1d;
  padding: 100px 0;
}
.paths-content .paths-content-authors h2 {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  color: #ffffff;
  font-size: 24px;
}
.paths-content .paths-content-authors h2.centered-header {
  text-align: center;
}
.paths-content .paths-content-authors .paths-content-author .author-info-detail {
  display: flex;
  align-items: center;
}
.paths-content .paths-content-authors .paths-content-author .author-info-detail .author-pic img {
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.paths-content .paths-content-authors .paths-content-author .author-info-detail .author-name {
  font-size: 18px;
  color: #ffffff;
  margin-left: 20px;
}
.paths-content .paths-content-authors .paths-content-author .author-info-bio {
  font-size: 15px;
  color: #ffffff;
  margin-top: 20px;
}
.paths-content .paths-content-authors .paths-content-author.author-single {
  max-width: 500px;
  margin: 0 auto;
}
.paths-content .paths-content-authors .paths-content-author.author-single .author-info-detail {
  justify-content: center;
}
.paths-content .paths-content-authors .paths-content-author.author-single .author-info-bio {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .paths-content .paths-content-authors .paths-content-author.author-multi {
    display: flex;
    flex-wrap: wrap;
  }
  .paths-content .paths-content-authors .paths-content-author.author-multi .author-info {
    flex: 0 0 26.6666%;
    margin: 2% 5%;
  }
  .paths-content .paths-content-authors .paths-content-author.author-multi .author-info:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .paths-content .paths-content-authors .paths-content-author.author-multi .author-info:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .paths-content .paths-content-authors .paths-content-author.author-multi {
    display: flex;
    flex-wrap: wrap;
  }
  .paths-content .paths-content-authors .paths-content-author.author-multi .author-info {
    flex: 0 0 45%;
    margin: 2% 5%;
  }
  .paths-content .paths-content-authors .paths-content-author.author-multi .author-info:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .paths-content .paths-content-authors .paths-content-author.author-multi .author-info:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .paths-content .paths-content-authors .paths-content-author.author-multi {
    display: block;
  }
  .paths-content .paths-content-authors .paths-content-author.author-multi .author-info {
    flex: unset;
    margin: 5% 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .paths-content .paths-content-authors {
    padding: 50px 0;
  }
}
.paths-content .paths-content-btm {
  background: #181818;
  padding: 50px 0;
  text-align: center;
}
.paths-content .paths-content-btm h3 {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 20px;
}
.paths-content .paths-content-btm .button {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .paths-content .paths-content-btm {
    padding: 100px 0;
    text-align: left;
  }
  .paths-content .paths-content-btm h3 {
    font-size: 38px;
    margin-bottom: 0;
  }
  .paths-content .paths-content-btm .button {
    margin-top: 30px;
  }
}

#site-promo {
    position: relative;
}

#site-promo .promo-close-button {
    position: absolute;
    color: white;
    top: 0;
    right: 0;
    font-size: 20px;
    padding: 7px 15px;
    opacity: .7;
    cursor: pointer;
    text-shadow: 0px 0px 12px black;
}

.cookie-notification-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
    color: #d5d5d5;
    background-color: #1e2429;
    align-items: center;
    width: 460px;
    max-width: 95%;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,.50);
    transition-property: width, height, border-radius, padding;
    transition-duration: 250ms;
}

.cookie-notification-wrapper .cookie-notification-text {
    max-width: 400px;
    font-size: 15px;
    font-weight: 100;
    line-height: 20px;
    padding: 0;
    margin: 0;
    color: white;
}

.cookie-notification-wrapper .cookie-notification-text a {
    color: lightgray;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 1px;
}

.cookie-notification-wrapper .cookie-notification-text a:hover {
    color: white !important;
    background: transparent !important;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 1px;
}

.cookie-notification-wrapper .cookie-notification-button {
    margin: 20px 0 0;
    padding: 10px 20px;
    border-radius: 50px;
    color: black;
    font-size: 11px;
    background-color: #ddd;
    text-align: center;
    max-width: 135px;
    transition: all .3s ease;
    border: 0;
}

.cookie-notification-wrapper .cookie-notification-button.decline {
    background-color: transparent;
    color: white;
}

.cookie-notification-wrapper .cookie-notification-button.decline:hover {
    text-decoration: underline  !important;;
    background: transparent !important;
    color:white  !important;;
    box-shadow: none !important;
}

.cookie-notification-wrapper button.cookie-notification-button:active,
.cookie-notification-wrapper button.cookie-notification-button:hover,
.cookie-notification-wrapper button.cookie-notification-button:focus {
    cursor: pointer;
    background: white !important;
    color: black;
}

.cookie-notification-wrapper button.minmax-button {
    font-size: 20px;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -7px;
    right: -7px;
    cursor: pointer;
    display: none; /* initial hide to be shown by js*/
    transition: font-size 400ms;
}

.cookie-notification-wrapper.mini {
    width: 30px;
    padding: 10px 5px;
    border-radius: 0 4px 0 0;
}

.cookie-notification-wrapper .minimized-content {
    min-height: 20px;
    min-width: 20px;
}

.cookie-notification-wrapper .mini-cookie-icon {
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.cookie-notification-wrapper.mini button.minmax-button {
    font-size: 15px;
}

.cookie-notification-wrapper button.minmax-button i.fas {
    font-family: "fontawesome";
    font-style: normal;
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.lab-page-content.aem-page > .lab-title {
  color: #ec008c;
}
.lab-page-content.aem-page .lab-column {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .lab-page-content.aem-page .lab-column {
    display: flex;
    justify-content: space-between;
  }
}
.lab-page-content.aem-page .lab-sections {
  padding-top: 50px;
  padding-bottom: 50px;
}
.lab-page-content.aem-page .lab-sections h2 {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px;
  color: #ffffff;
}
.lab-page-content.aem-page .lab-sections .lab-info--icons {
  width: 10px;
  margin-left: 10px;
}
.lab-page-content.aem-page .lab-hero {
  background: #000000;
}
.lab-page-content.aem-page .lab-hero .labs-hero-badge {
  font-size: 11px;
  letter-spacing: 1.5px;
  background: #F0F3F5;
  border-radius: 3px;
  display: inline-flex;
  padding: 5px;
  font-weight: 700;
  line-height: 1.2;
  justify-content: center;
  align-items: center;
}
.lab-page-content.aem-page .lab-hero .labs-hero-badge > span {
  margin-right: 5px;
}
.lab-page-content.aem-page .lab-hero h1 {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 40px;
  color: #ffffff;
  margin: 25px 0 30px;
}
.lab-page-content.aem-page .lab-hero p {
  color: #eeeeee;
  font-size: 19px;
}
.lab-page-content.aem-page .lab-hero .labs-hero-disclaimer {
  font-size: 15px;
  font-style: italic;
  color: #eeeeee;
  margin-bottom: 30px;
}
.lab-page-content.aem-page .lab-hero .lab-hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lab-page-content.aem-page .lab-hero .lab-hero-image img {
  width: 300px;
}
.lab-page-content.aem-page .lab-info {
  background: #181818;
}
.lab-page-content.aem-page .lab-info .lab-info--row {
  font-size: 15px;
  color: #dddddd;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  margin-bottom: 40px;
  /* Star Rating */
}
.lab-page-content.aem-page .lab-info .lab-info--row .fa {
  color: #f7a614;
  font-size: 13px;
  letter-spacing: .35em;
}
.lab-page-content.aem-page .lab-info .lab-info--row .fa.gray:before {
  content: "\f006";
  color: #f7a614;
}
.lab-page-content.aem-page .lab-info .lab-info--row:not(:last-child) {
  margin-bottom: 0;
  border-bottom: 1px solid #363638;
}
.lab-page-content.aem-page .lab-info .lab-info--tabs .lab-info-tabContent {
  padding: 45px 0 0;
  display: none;
}
.lab-page-content.aem-page .lab-info .lab-info--tabs .lab-info-tabContent.active {
  display: block;
}
.lab-page-content.aem-page .lab-info .lab-info--tabs > ul {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #363638;
  display: flex;
}
.lab-page-content.aem-page .lab-info .lab-info--tabs > ul li.lab-info-tab {
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 15px;
  margin: 0 30px 0 0;
  position: relative;
}
.lab-page-content.aem-page .lab-info .lab-info--tabs > ul li.lab-info-tab a {
  color: #aaaaaa;
  text-decoration: none;
  display: block;
}
.lab-page-content.aem-page .lab-info .lab-info--tabs > ul li.lab-info-tab:before {
  display: none;
}
.lab-page-content.aem-page .lab-info .lab-info--tabs > ul li.lab-info-tab.active a {
  color: #ffffff;
}
.lab-page-content.aem-page .lab-info .lab-info--tabs > ul li.lab-info-tab.active a:after {
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(90.14deg, #ec008c -0.46%, #f15b2a 94.53%);
  display: block;
  position: absolute;
  bottom: 0;
}
.lab-page-content.aem-page .lab-info .lab-info--tabs > ul li.lab-info-tab:not(:first-child) {
  margin: 0 30px 0 ;
}
.lab-page-content.aem-page .lab-info .lab-info--tabs > ul li.lab-info-tab:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .lab-page-content.aem-page .lab-info .lab-info--tabs > ul li.lab-info-tab {
    font-size: 14px;
    margin: 0 15px 0 0;
  }
  .lab-page-content.aem-page .lab-info .lab-info--tabs > ul li.lab-info-tab:not(:first-child) {
    margin: 0 15px 0;
  }
}
.lab-page-content.aem-page .lab-info .lab-info--tabs .lab-info--col {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.lab-page-content.aem-page .lab-info .lab-info--tabs .lab-info--col h3 {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 17px;
  color: #ffffff;
}
.lab-page-content.aem-page .lab-info .lab-info--tabs .lab-info--col h6 {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 15px;
  color: #aaaaaa;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.lab-page-content.aem-page .lab-info .lab-info--tabs .lab-info--col p {
  font-size: 17px;
  color: #dddddd;
}
.lab-page-content.aem-page .lab-info .lab-info--tabs .lab-info--col .lab-info--icon {
  flex: 0 0 50px;
}
.lab-page-content.aem-page .lab-info .lab-info--tabs .lab-info--col .lab-info--desc {
  flex: 1;
}
.lab-page-content.aem-page .lab-info .lab-info--tabs .lab-info--col .lab-info--prereq {
  display: unset;
  flex: 0 0 100%;
  margin-top: 20px;
}
.lab-page-content.aem-page .lab-info .lab-info--tabs .lab-info--col .lab-info--prereq li {
  font-size: 19px;
  color: #eeeeee;
  padding: 0;
  font-weight: 500;
}
.lab-page-content.aem-page .lab-info .lab-info--tabs .lab-info--col .lab-info--prereq li:before {
  font-size: 7px;
  margin-top: 0;
}
.lab-page-content.aem-page .lab-info .lab-info--tabs .lab-info--col.lab-info--toc .lab-info--icon {
  margin-top: 30px;
}
.lab-page-content.aem-page .lab-info .lab-info--tabs .lab-info--col.lab-info--toc .lab-info--icon > span {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 17px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  background: #363638;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .lab-page-content.aem-page .lab-info {
    padding-bottom: 0;
  }
}
.lab-page-content.aem-page .lab-author {
  padding: 20px 0 10px;
}
.lab-page-content.aem-page .lab-author .lab-author-info {
  display: flex;
}
.lab-page-content.aem-page .lab-author .lab-author-info a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.lab-page-content.aem-page .lab-author .lab-author-info a:hover .lab-author-name {
  border-bottom-color: #ec008c;
}
.lab-page-content.aem-page .lab-author .lab-author-info .lab-author-image {
  flex: 0 0 50px;
  margin-right: 20px;
}
.lab-page-content.aem-page .lab-author .lab-author-info .lab-author-image img {
  border-radius: 100px;
}
.lab-page-content.aem-page .lab-author .lab-author-info .lab-author-name {
  font-size: 17px;
  color: #ffffff;
  font-weight: 500;
  border-bottom: 1px solid transparent;
}
.lab-page-content.aem-page .lab-author .lab-author-bio {
  font-size: 15px;
  color: #dddddd;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .lab-page-content.aem-page .lab-author .lab-author-bio {
    padding-bottom: 30px;
  }
}
.lab-page-content.aem-page .lab-author .lab-author-courses {
  padding: 30px 0;
}
.lab-page-content.aem-page .lab-author .lab-author-courses:not(:last-child) {
  border-bottom: 1px solid #363638;
}
.lab-page-content.aem-page .lab-author .lab-author-courses a {
  display: flex;
  color: #ffffff;
  text-decoration: none;
}
.lab-page-content.aem-page .lab-author .lab-author-courses .lab-author-courses-image {
  flex: 0 0 100px;
  margin-right: 20px;
}
.lab-page-content.aem-page .lab-author .lab-author-courses .lab-author-courses-info {
  /* Star Rating */
}
.lab-page-content.aem-page .lab-author .lab-author-courses .lab-author-courses-info h3 {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 17px;
  margin-bottom: 0;
}
.lab-page-content.aem-page .lab-author .lab-author-courses .lab-author-courses-info p {
  font-size: 15px;
  color: #eeeeee;
}
.lab-page-content.aem-page .lab-author .lab-author-courses .lab-author-courses-info ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.lab-page-content.aem-page .lab-author .lab-author-courses .lab-author-courses-info ul li {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  color: #aaaaaa;
}
.lab-page-content.aem-page .lab-author .lab-author-courses .lab-author-courses-info ul li:before {
  display: none;
}
.lab-page-content.aem-page .lab-author .lab-author-courses .lab-author-courses-info ul li:not(:last-child) {
  margin-right: 30px;
}
.lab-page-content.aem-page .lab-author .lab-author-courses .lab-author-courses-info .fa {
  color: #f7a614;
  font-size: 11px;
  letter-spacing: .35em;
}
.lab-page-content.aem-page .lab-author .lab-author-courses .lab-author-courses-info .fa.gray:before {
  content: "\f006";
  color: #f7a614;
}
@media screen and (min-width: 1024px) {
  .lab-page-content.aem-page .lab-author .lab-column {
    flex-wrap: wrap;
  }
  .lab-page-content.aem-page .lab-author .lab-column h2 {
    flex: 0 0 100%;
  }
  .lab-page-content.aem-page .lab-author .lab-author {
    flex: 0 0 100%;
  }
}
.lab-page-content.aem-page .lab-banner-container {
  padding: 50px 0;
  background: #181818;
  background: -moz-linear-gradient(top, #181818 0%, #181818 50%, #222222 50%, #222222 100%);
  background: -webkit-linear-gradient(top, #181818 0%, #181818 50%, #222222 50%, #222222 100%);
  background: linear-gradient(to bottom, #181818 0%, #181818 50%, #222222 50%, #222222 100%);
}
.lab-page-content.aem-page .lab-banner-container > .columns {
  float: none;
  max-width: 1400px;
  margin: 0 auto;
}
.lab-page-content.aem-page .lab-banner-container .lab-banner {
  background: #f15b2a;
  background: -moz-linear-gradient(left, #f15b2a 1%, #ec008c 99%);
  background: -webkit-linear-gradient(left, #f15b2a 1%, #ec008c 99%);
  background: linear-gradient(to right, #f15b2a 1%, #ec008c 99%);
  box-shadow: 2px 20px 30px -15px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
}
.lab-page-content.aem-page .lab-banner-container .lab-banner-inner {
  background-image: url("main/images/labs/accent-dots.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  padding: 30px;
  width: 100%;
  text-align: center;
}
.lab-page-content.aem-page .lab-banner-container .lab-banner-inner h4 {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 24px;
  color: #ffffff;
}
.lab-page-content.aem-page .lab-banner-container .lab-banner-inner .button.button--black {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .lab-page-content.aem-page .lab-banner-container .lab-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: unset;
    background-position: center left;
    background-size: auto;
  }
  .lab-page-content.aem-page .lab-banner-container .lab-banner-inner h4 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .lab-page-content.aem-page .lab-banner-container {
    padding-top: 20px;
  }
}

.jscom--blog_body.jscom--blog--post h1,
.jscom--blog_hero_content h1 {
  margin-bottom: 10px;
  margin-top: 10px;
}

body.js-blog-post-template {
  max-width: 100% !important;
  min-width: 0px !important;
}
.markdown-body .highlight pre,
.markdown-body pre {
  background-color: #222;
}
.jscom--blog-body img {
  display: block;
  margin: 0;
  padding: 0;
}
.jscom--blog-body code {
  color: #fff;
  background-color: #000;
}
.jscom--blog-body {
  color: #fff;
  background: #000000 url(main/images/jscom-blog/triangles_bg.jpg) 0 53px;
  background-size: 960px 840px;
  background-attachment: fixed;
}
a.jscom--blog_post:hover {
  text-decoration: none;
}
.jscom--header_menu {
  color: #fff;
  cursor: pointer;
  display: block;
  height: 40px;
  right: 5px;
  margin: 0 auto;
  position: absolute;
  top: 5px;
  width: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.jscom--header_menu_line {
  background: #000;
  height: 1px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  -webkit-transition: transform 0.1s ease-in-out, top 0.1s 0.1s ease-in-out, opacity 0.1s 0.2s ease-in-out;
  -moz-transition: transform 0.1s ease-in-out, top 0.1s 0.1s ease-in-out, opacity 0.1s 0.2s ease-in-out;
  -ms-transition: transform 0.1s ease-in-out, top 0.1s 0.1s ease-in-out, opacity 0.1s 0.2s ease-in-out;
  -o-transition: transform 0.1s ease-in-out, top 0.1s 0.1s ease-in-out, opacity 0.1s 0.2s ease-in-out;
  transition: transform 0.1s ease-in-out, top 0.1s 0.1s ease-in-out, opacity 0.1s 0.2s ease-in-out;
}
.jscom--header_menu_line:first-of-type {
  top: 14px;
}
.jscom--header_menu_line:last-of-type {
  top: 26px;
}
.jscom--header-menu--open .jscom--header_menu_line {
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out, top 0.1s 0.1s ease-in-out, transform 0.1s 0.2s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out, top 0.1s 0.1s ease-in-out, transform 0.1s 0.2s ease-in-out;
  -ms-transition: opacity 0.1s ease-in-out, top 0.1s 0.1s ease-in-out, transform 0.1s 0.2s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, top 0.1s 0.1s ease-in-out, transform 0.1s 0.2s ease-in-out;
  transition: opacity 0.1s ease-in-out, top 0.1s 0.1s ease-in-out, transform 0.1s 0.2s ease-in-out;
}
.jscom--header-menu--open .jscom--header_menu_line:first-of-type {
  opacity: 1;
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.jscom--header-menu--open .jscom--header_menu_line:last-of-type {
  opacity: 1;
  top: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.jscom--header-menu--open .jscom--blog_nav .jscom--blog_nav_main {
  display: block;
}
.jscom--blog_nav {
  background: #2e2e2e;
  font-size: 11px;
  font-weight: 500;
  left: 0;
  position: fixed;
  top: 0;
  right: 0;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
  z-index: 999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.jscom--blog_nav .jscom--blog_nav_main {
  background: rgba(255, 255, 255, 0.95);
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
}
.jscom--blog_nav .jscom--blog_nav_main a {
  border-bottom: solid 1px #ddd;
  color: #fff;
  display: block;
  padding: 14px 0 12px 32px;
}
.jscom--blog_nav .jscom--blog_nav_main a:hover {
  color: #999;
}
.jscom--blog_nav .jscom--blog_logo {
  display: block;
  float: left;
  padding: 10px 10px;
  width: 160px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.jscom--blog_nav a.rss-link {
  float: right;
  margin-top: 15px;
  margin-right: 18px;
}
.jscom--blog_nav a.rss-link img {
  height: 20px;
  width: 20px;
}
@media only screen and (min-width: 37.5em) {
  .jscom--header_menu {
    display: none;
  }
  .jscom--blog_nav .jscom--blog_nav_main {
    background: transparent;
    display: block;
    top: 0;
    left: 200px;
    right: 0;
  }
  .jscom--blog_nav .jscom--blog_nav_main a {
    border-bottom: none;
    float: left;
  }
  .jscom--blog_nav .jscom--blog_nav_main a:first-child {
    padding-left: 0;
  }
}
@media only screen and (min-width: 75em) {
  .jscom--blog_nav .jscom--blog_logo {
    padding: 10px 50px;
    width: 240px;
  }
  .jscom--blog_nav .jscom--blog_nav_main {
    left: 240px;
  }
}
.jscom--blog_hero {
  height: 414px;
  position: relative;
}
.jscom--blog_hero_headline {
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: 200;
  letter-spacing: -0.025em;
}
.jscom--blog_hero_subhead {
  color: #999;
  font-size: 24px;
  line-height: 24px;
  font-weight: 200;
  margin: 4px auto 24px;
  padding: 0 40px;
  letter-spacing: -0.025em;
}
.jscom--blog_hero_content {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  text-align: center;
  transform: translateY(-50%);
}
@media only screen and (min-width: 37.5em) {
  .jscom--blog_hero_content {
    position: absolute;
    top: 199px;
    left: 20px;
    right: 20px;
    text-align: left;
    transform: none;
  }
  .jscom--blog_hero_subhead {
    margin-bottom: 24px;
    margin-left: 1px;
    padding: 0;
    padding-right: 80px;
  }
}
@media only screen and (min-width: 75em) {
  .jscom--blog_hero_content {
    left: 235px;
    right: 0;
    top: 199px;
  }
  .jscom--blog_hero_headline {
    font-size: 48px;
    line-height: 48px;
  }
  .jscom--blog_hero_subhead {
    font-size: 24px;
    line-height: 24px;
  }
}
.jscom--blog_hero_btn {
  background: #EC008C;
  border: solid 1px #EC008C;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  line-height: 40px;
  font-size: 14px;
  margin-top: -1px;
  margin-left: 5px;
  padding: 0 71px;
  border-radius: 2px;
}
.jscom--blog_hero_container {
  max-width: 1085px;
}
.jscom--blog_body {
  background: #2e2e2e;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 37.5em) {
  .jscom--blog_body {
    margin-left: 240px;
  }
}
@media only screen and (min-width: 75em) {
  .jscom--blog_body {
    margin-left: 240px;
  }
}
.jscom--blog--post {
  margin-left: 0;
  padding: 0 20px;
}
@media only screen and (min-width: 75em) {
  .jscom--blog--post {
    margin-left: 0;
    padding-top: 40px;
    padding-left: 360px;
  }
}
.jscom--blog_body article {
  max-width: 960px;
  padding: 50px 0 80px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.jscom--blog_body time {
  border-top: solid 1px #EC008C;
  color: #fff;
  display: block;
  font-size: 11px;
  font-weight: 500;
  padding: 8px 0;
  text-transform: uppercase;
}
.jscom--blog_body .jscom--blog_content {
  overflow: hidden;
  padding: 8px 0 48px 0;
}
.jscom--blog_body h2 {
  color: #fff;
}
.jscom--blog_body .jscom--blog_content h2 {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 8px 0;
  padding: 0;
  text-transform: uppercase;
}
.jscom--blog_body .jscom--blog_content h2 a {
  color: #fff;
}
.jscom--blog_body .jscom--blog_content .jscom--blog_meta {
  color: #999;
  font-size: 10px;
  line-height: 18px;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}
.jscom--blog_body .jscom--blog_content .jscom--blog_media {
  margin: -16px 0 32px 0;
  padding-top: 42%;
  position: relative;
  max-width: 600px;
}
.jscom--blog_body .jscom--blog_content .jscom--blog_media img,
.jscom--blog_body .jscom--blog_content .jscom--blog_media iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.jscom--blog_body .jscom--blog_content p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding-right: 40px;
  max-width: 540px;
}
.jscom--blog_body .jscom--blog_post {
  display: block;
}
@media only screen and (min-width: 37.5em) {
  .jscom--blog_body time {
    float: left;
    margin-right: 25px;
    padding: 32px 0;
    width: 100px;
  }
  .jscom--blog_body .jscom--blog_content {
    border-top: solid 1px #e6e6e6;
    padding: 32px 0 48px 0;
  }
}
.jscom--blog_article p {
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  margin: 30px 0;
}
.jscom--blog_article h3 {
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
}
.jscom--blog_article_headline {
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: 200;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}
.jscom--blog_article_subhead {
  color: #999;
  font-size: 18px;
  line-height: 18px;
  font-weight: 200;
  margin-bottom: 24px;
  margin-left: 1px;
  padding-right: 80px;
  letter-spacing: -0.025em;
}
@media only screen and (min-width: 75em) {
  .jscom--blog_article_headline {
    font-size: 48px;
    line-height: 48px;
  }
  .jscom--blog_article_subhead {
    font-size: 18px;
    line-height: 18px;
  }
}
pre.prettyprint {
  background: #fff;
  border: solid 1px #e9eaed !important;
  color: #747783;
  font-family: Terminal, Monaco, Monospace;
  font-size: 14px;
  line-height: 24px;
  padding: 24px 32px !important;
  border-radius: 2px;
  overflow: scroll;
}
/* desert scheme ported from vim to google prettify */
pre .nocode {
  background-color: none;
  color: #ffffff;
}
pre .str {
  color: #EC008C;
}
/* string  - pink */
pre .kwd {
  color: #8e95a3;
  font-weight: bold;
}
pre .com {
  color: #aaaaaa;
}
/* comment - skyblue */
pre .typ {
  color: #2a9fbc;
}
/* type    - lightgreen */
pre .lit {
  color: #000000;
}
/* literal - darkred */
pre .pun {
  color: #a599ad;
}
/* punctuation */
pre .pln {
  color: #ffffff;
}
/* plaintext */
pre .tag {
  color: #f0e68c;
  font-weight: bold;
}
/* html/xml tag    - lightyellow */
pre .atn {
  color: #bdb76b;
  font-weight: bold;
}
/* attribute name  - khaki */
pre .atv {
  color: #ffa0a0;
}
/* attribute value - pink */
pre .dec {
  color: #98fb98;
}
/* decimal         - lightgreen */
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
  color: #aeaeae;
}
/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: none;
}
/* Alternate shading for lines */
.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
.clear:before,
.clear:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clear:after {
  clear: both;
}
.jscom--blog-body .javascript-header {
  height: 120px;
  background-color: black;
}
.jscom--blog-body .javascript-header .javascript-logo {
  position: absolute;
  top: 28px;
  left: 40px;
  height: 65px;
}
.jscom--blog-body .javascript-header .logo-small {
  display: none;
}
.jscom--blog-body .javascript-header .header_utilities {
  position: absolute;
  float: none;
  top: 40px;
  right: 40px;
}
.jscom--blog-body .javascript-header .header_utilities a.header-link {
  color: white;
  margin-left: 50px;
}
.jscom--blog-body .javascript-header .header_utilities a.header-link.try {
  display: none;
}
@media screen and (max-width: 900px) {
  .jscom--blog-body .javascript-header {
    height: 80px;
  }
  .jscom--blog-body .javascript-header .javascript-logo {
    position: absolute;
    height: 50px;
    top: 17px;
    left: 10px;
  }
  .jscom--blog-body .javascript-header .header_utilities {
    top: 20px;
    right: 10px;
  }
  .jscom--blog-body .javascript-header .header_utilities a.header-link {
    margin-left: 14px;
  }
}
@media screen and (max-width: 700px) {
  .jscom--blog-body .javascript-header .logo-large {
    display: none;
  }
  .jscom--blog-body .javascript-header .logo-small {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .jscom--blog-body .javascript-header .header_utilities {
    top: 30px;
  }
  .jscom--blog-body .javascript-header .header_utilities a.header-link {
    display: inline !important;
    font-size: 13px;
  }
  .jscom--blog-body .javascript-header .header_utilities .button {
    display: none;
  }
}
.jscom--blog-body .javascript-footer {
  height: 100px;
  background-color: black;
}
.jscom--blog-body .javascript-footer .left-content {
  float: left;
  padding-top: 30px;
  padding-left: 40px;
}
.jscom--blog-body .javascript-footer .left-content .javascript-logo {
  float: left;
  height: 40px;
}
.jscom--blog-body .javascript-footer .left-content .logo-small {
  float: left;
  display: none;
}
.jscom--blog-body .javascript-footer .left-content .copyright {
  float: left;
  font-size: 10px;
  color: #aaa;
  margin-top: 14px;
  margin-left: 20px;
}
.jscom--blog-body .javascript-footer .right-content {
  float: right;
  text-align: right;
  padding-top: 40px;
  padding-right: 50px;
}
.jscom--blog-body .javascript-footer .right-content a.footer-link,
.jscom--blog-body .javascript-footer .right-content .footer-divider {
  color: #eee;
  margin-left: 10px;
  font-size: 12px;
}
@media screen and (max-width: 700px) {
  .jscom--blog-body .javascript-footer .left-content .logo-large {
    display: none;
  }
  .jscom--blog-body .javascript-footer .left-content .logo-small {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .jscom--blog-body .javascript-footer {
    height: 140px;
  }
  .jscom--blog-body .javascript-footer .left-content,
  .jscom--blog-body .javascript-footer .right-content {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0px;
  }
  .jscom--blog-body .javascript-footer div.left-content {
    padding-top: 20px;
    width: 225px;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .jscom--blog-body .javascript-footer a.footer-link:nth-child(1) {
    margin-left: 0;
  }
}

.javascript-page .text-2 a,
.javascript-page .text-2 a:hover,
.javascript-page .text-3 a,
.javascript-page .text-3 a:hover,
.javascript-page .text-4 a,
.javascript-page .text-4 a:hover {
  color: #d53387 !important;
}
.javascript-page .javascript-header {
  height: 120px;
  background-color: black;
}
.javascript-page .javascript-header .javascript-logo {
  position: absolute;
  top: 28px;
  left: 40px;
  height: 65px;
}
.javascript-page .javascript-header .logo-small {
  display: none;
}
.javascript-page .javascript-header .header_utilities {
  position: absolute;
  float: none;
  top: 40px;
  right: 40px;
}
.javascript-page .javascript-header .header_utilities a.header-link {
  color: white;
  margin-left: 50px;
}
.javascript-page .javascript-header .header_utilities a.header-link.try {
  display: none;
}
@media screen and (max-width: 900px) {
  .javascript-page .javascript-header {
    height: 80px;
  }
  .javascript-page .javascript-header .javascript-logo {
    position: absolute;
    height: 50px;
    top: 17px;
    left: 10px;
  }
  .javascript-page .javascript-header .header_utilities {
    top: 20px;
    right: 10px;
  }
  .javascript-page .javascript-header .header_utilities a.header-link {
    margin-left: 14px;
  }
}
@media screen and (max-width: 700px) {
  .javascript-page .javascript-header .logo-large {
    display: none;
  }
  .javascript-page .javascript-header .logo-small {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .javascript-page .javascript-header .header_utilities {
    top: 30px;
  }
  .javascript-page .javascript-header .header_utilities a.header-link {
    display: inline !important;
    font-size: 13px;
  }
  .javascript-page .javascript-header .header_utilities .button {
    display: none;
  }
}
.javascript-page .javascript-footer {
  height: 100px;
  background-color: black;
}
.javascript-page .javascript-footer .left-content {
  float: left;
  padding-top: 30px;
  padding-left: 40px;
}
.javascript-page .javascript-footer .left-content a {
  float: left;
}
.javascript-page .javascript-footer .left-content .javascript-logo {
  height: 40px;
}
.javascript-page .javascript-footer .left-content .logo-small {
  display: none;
}
.javascript-page .javascript-footer .left-content .copyright {
  float: left;
  font-size: 10px;
  color: #aaa;
  margin-top: 14px;
  margin-left: 20px;
}
.javascript-page .javascript-footer .right-content {
  float: right;
  text-align: right;
  padding-top: 40px;
  padding-right: 50px;
}
.javascript-page .javascript-footer .right-content a.footer-link,
.javascript-page .javascript-footer .right-content .footer-divider {
  color: #eee;
  margin-left: 10px;
  font-size: 12px;
}
@media screen and (max-width: 700px) {
  .javascript-page .javascript-footer .left-content .logo-large {
    display: none;
  }
  .javascript-page .javascript-footer .left-content .logo-small {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .javascript-page .javascript-footer {
    height: 140px;
  }
  .javascript-page .javascript-footer .left-content,
  .javascript-page .javascript-footer .right-content {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0px;
  }
  .javascript-page .javascript-footer div.left-content {
    padding-top: 20px;
    width: 225px;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .javascript-page .javascript-footer a.footer-link:nth-child(1) {
    margin-left: 0;
  }
}

.hubgatepage .marketo-form-component {
  margin-top: 30px;
  padding-bottom: 20px;
  padding-top: 5px;
}
@media all and (max-width: 1024px) {
  .hubgatepage .marketo-form-component {
    margin-top: 0px;
  }
}

.hubpage .hub-banner {
  text-align: center;
  background-color: #181818;
  height: 180px;
  padding-top: 50px;
}
.hubpage .hub-hero {
  background-color: #EC008C;
  color: white;
  position: relative;
  overflow: hidden;
}
.hubpage .hub-hero.hub-hero--blue {
  background-color: #0084BD !important;
}
.hubpage .hub-hero.hub-hero--yellow {
  background-color: #FFBA0E !important;
}
.hubpage .hub-hero.hub-hero--green {
  background-color: #4CB272 !important;
}
.hubpage .hub-hero.has-background {
  background-size: cover !important;
  background-position-y: center !important;
}
@media (min-width: 641px) {
  .hubpage .hub-hero.has-background .hub-hero-content-wrapper {
    max-width: 90%;
  }
  .hubpage .hub-hero.has-background .hub-hero-content-wrapper .hub-hero-breadcrumbs {
    margin-bottom: 150px;
  }
  .hubpage .hub-hero.has-background .hub-hero-content-wrapper h1 {
    font-size: 50px;
    line-height: 46px;
  }
  .hubpage .hub-hero.has-background .hub-hero-content-wrapper h5 {
    margin-bottom: 130px;
  }
  .hubpage .hub-hero.has-background .hub-hero-content-backing {
    background-color: #EC008C;
    position: absolute;
    width: 90%;
    top: 160px;
    bottom: 0;
  }
  .hubpage .hub-hero.has-background.hub-hero--blue .hub-hero-content-backing {
    background-color: #0084BD !important;
  }
  .hubpage .hub-hero.has-background.hub-hero--yellow .hub-hero-content-backing {
    background-color: #FFBA0E !important;
  }
  .hubpage .hub-hero.has-background.hub-hero--green .hub-hero-content-backing {
    background-color: #4CB272 !important;
  }
}
@media (min-width: 1024px) {
  .hubpage .hub-hero.has-background .hub-hero-content-wrapper {
    max-width: 60%;
  }
  .hubpage .hub-hero.has-background .hub-hero-content-backing {
    width: 60%;
  }
}
@media (max-width: 640px) {
  .hubpage .hub-hero.has-background {
    background-image: none !important;
  }
}
@media (min-width: 1200px) {
  .hubpage .hub-hero .hub-hero-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.hubpage .hub-hero .hub-hero-bottom-mask {
  background-color: white;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 80px;
  width: 50%;
}
.hubpage .hub-hero .hub-hero-breadcrumbs {
  color: white;
  font-size: 12px;
  margin-top: 30px;
  margin-bottom: 80px;
}
.hubpage .hub-hero .hub-hero-breadcrumbs a {
  color: white;
  font-weight: 500;
}
.hubpage .hub-hero .resource-type {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: black;
}
.hubpage .hub-hero h1 {
  font-size: 72px;
  line-height: 68px;
  margin-top: 20px;
  max-width: 90%;
  text-transform: uppercase;
  font-family: sans-serif;
  margin-bottom: 20px;
}
.hubpage .hub-hero h5 {
  color: black;
  font-size: 14px;
  font-weight: 400;
  width: 75%;
  float: left;
  margin-bottom: 150px;
}
@media all and (max-width: 768px) {
  .hubpage .hub-hero h1 {
    font-size: 9vw;
    line-height: 9vw;
  }
}
.hubpage .hub-hero .share__links {
  width: 90px;
  transform: none;
  margin-left: 0;
  float: right;
  margin-top: -8px;
  margin-bottom: 10px;
}
.hubpage .hub-hero .share__links .share__link {
  margin-left: 0px;
  box-shadow: none;
}
.hubpage .hub-hero .share__links .share__link:first-child {
  margin-left: 0px;
}
@media screen and (max-width: 768px) {
  .hubpage .hub-hero .share__links {
    display: none;
  }
}
.hubpage .hub-content {
  margin-top: -80px;
  background: white;
  padding-top: 50px;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.hubpage .hub-content .hub-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 40px;
}
.hubpage .hub-content .hub-video-container iframe,
.hubpage .hub-content .hub-video-container object,
.hubpage .hub-content .hub-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hubpage .hub-content .contain .text-2 p,
.hubpage .hub-content .contain .text-3 p,
.hubpage .hub-content .contain .text-4 p,
.hubpage .hub-content .contain .text-2 ul li,
.hubpage .hub-content .contain .text-3 ul li,
.hubpage .hub-content .contain .text-4 ul li,
.hubpage .hub-content .contain .text-2 ol li,
.hubpage .hub-content .contain .text-3 ol li,
.hubpage .hub-content .contain .text-4 ol li {
  font-weight: 200;
  font-size: 18px;
  line-height: 34px;
}
@media (min-width: 1200px) {
  .hubpage .hub-content .contain {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .hubpage .hub-content .contain.mainpage .text-2 p,
  .hubpage .hub-content .contain.mainpage .text-3 p,
  .hubpage .hub-content .contain.mainpage .text-4 p {
    padding-left: 60px;
    padding-right: 60px;
  }
  .hubpage .hub-content .contain.mainpage .text-2 ul li:before,
  .hubpage .hub-content .contain.mainpage .text-3 ul li:before,
  .hubpage .hub-content .contain.mainpage .text-4 ul li:before,
  .hubpage .hub-content .contain.mainpage .text-2 ol li:before,
  .hubpage .hub-content .contain.mainpage .text-3 ol li:before,
  .hubpage .hub-content .contain.mainpage .text-4 ol li:before {
    margin-left: -20px;
  }
  .hubpage .hub-content .contain.mainpage .text-2 ul,
  .hubpage .hub-content .contain.mainpage .text-3 ul,
  .hubpage .hub-content .contain.mainpage .text-4 ul,
  .hubpage .hub-content .contain.mainpage .text-2 ol,
  .hubpage .hub-content .contain.mainpage .text-3 ol,
  .hubpage .hub-content .contain.mainpage .text-4 ol {
    margin-left: 75px;
  }
  .hubpage .hub-content .contain.mainpage .text-2 ul li p,
  .hubpage .hub-content .contain.mainpage .text-3 ul li p,
  .hubpage .hub-content .contain.mainpage .text-4 ul li p,
  .hubpage .hub-content .contain.mainpage .text-2 ol li p,
  .hubpage .hub-content .contain.mainpage .text-3 ol li p,
  .hubpage .hub-content .contain.mainpage .text-4 ol li p {
    padding-left: 0;
  }
}
.hubpage .hub-author-container {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #f6f6f6;
  padding: 30px;
  position: relative;
}
@media (min-width: 1200px) {
  .hubpage .hub-author-container {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.hubpage .hub-author-container .author-text {
  float: left;
}
.hubpage .hub-author-container .author-text h3 {
  font-size: 12px;
  font-weight: 700;
  color: #777;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.hubpage .hub-author-container .author-text p {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 200;
  margin-top: 15px;
  color: #888;
}
@media all and (max-width: 700px) {
  .hubpage .hub-author-container .author-text {
    margin-left: 0px;
  }
}
.hubpage .hub-author-container .clear {
  clear: both;
}
.hubpage .share__links {
  transform: none;
  margin-left: 0;
  margin-top: 20px;
}
.hubpage .share__links p {
  font-size: 9px;
  font-weight: 500;
  color: #CCC;
  margin-bottom: 0;
  line-height: 30px;
  float: left;
}
.hubpage .share__links .share__link {
  margin-left: 0;
  opacity: .4;
}
.hubpage .share__links .share__link:first-child {
  margin-left: 5px;
}
.hubpage .share__links .share__link:hover {
  opacity: 1;
}
@media (min-width: 1200px) {
  .hubpage .share__links {
    margin-left: 15px;
  }
}
.hubpage .recommended-section .recommended-tile-heading {
  font-size: 12px;
  color: #EC008C;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}
.hubpage .recommended-section .large-4.columns {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}
.hubpage .recommended-section h5 {
  font-weight: 700;
  font-size: 16px;
}
.hubpage .recommended-section p {
  font-size: 14px;
  line-height: 1.4;
  color: #888888;
  margin-bottom: 12px;
}
.hubpage .recommended-section a {
  font-weight: 500;
  border-bottom: 2px solid #EC008C;
  padding-bottom: 3px;
}
.hubpage .recommended-section a:hover {
  text-decoration: none;
}
.hubpage .subscribe-block {
  margin-top: 20px;
}
.hubpage .subscribe-block p {
  margin-bottom: 50px;
  font-size: 14px;
  float: left;
}
.hubpage .subscribe-block p.back-link {
  float: right;
}
.hubpage .subscribe-block p a {
  font-weight: 500;
  border-bottom: 2px solid #EC008C;
  padding-bottom: 3px;
}
.hubpage .subscribe-block p a:hover {
  text-decoration: none;
}

.hubpage .hub-hero h1 {
  font-size: 52px;
  line-height: 100%;
  margin-top: 20px;
  max-width: 90%;
  text-transform: none;
  font-family: 'PS Commons Bold';
}
@media (max-width: 768px) {
  .hubpage .hub-hero h1 {
    font-size: 42px;
    line-height: 100%;
  }
}
@media (max-width: 768px) {
  .hubpage .hub-hero h1 {
    font-size: 34px;
    line-height: 100%;
  }
}
.hubpage p,
.hubpage .hub-content .contain .text-2 p,
.hubpage .hub-content .contain .text-3 p,
.hubpage .hub-content .contain .text-4 p,
.hubpage .hub-content .contain .text-2 ul li,
.hubpage .hub-content .contain .text-3 ul li,
.hubpage .hub-content .contain .text-4 ul li,
.hubpage .hub-content .contain .text-2 ol li,
.hubpage .hub-content .contain .text-3 ol li,
.hubpage .hub-content .contain .text-4 ol li,
.hubpage .hub-content .contain .text-2 p,
.hubpage .hub-content .contain .text-3 p,
.hubpage .hub-content .contain .text-4 p,
.hubpage .hub-author-container .author-text p,
.hubpage .hub-hero .hub-hero-breadcrumbs a {
  font-weight: unset;
  font-family: 'PS Commons';
  line-height: 1.6;
}
.hubpage h2,
.hubpage h3,
.hubpage h4,
.hubpage h5,
.hubpage .title2 h2,
.hubpage .text-4 h2,
.hubpage .title2 h3,
.hubpage .text-4 h3,
.hubpage .title2 h4,
.hubpage .text-4 h4,
.hubpage .title2 h5,
.hubpage .text-4 h5 {
  font-family: 'PS Commons';
  font-weight: unset !important;
  line-height: 1.4;
}
.hubpage p a,
.hubpage .recommended-section a {
  font-family: 'PS Commons Bold';
}
.hubpage .hub-hero .resource-type,
.hubpage .recommended-section .recommended-tile-heading,
.hubpage .hub-author-container .author-text h3 {
  font-weight: unset;
  font-family: 'PS Commons Bold';
  letter-spacing: 0.5px;
}
.hub-hero-content-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}
.hubpage .hub-author-container .author-text p {
  font-size: 16px;
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.ps-paragraph-theme {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: .5px;
}
.ps-eyebrow-text-theme {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ec008c;
  line-height: 130%;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* TT Commons Global style */
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: unset;
  text-transform: none;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 48px;
    line-height: unset;
  }
}
@media screen and (max-width: 640px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 36px;
    line-height: unset;
  }
}
.ps-temporary-tt-commons-theme .text-4.section {
  margin-bottom: 0;
}
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  margin: 0 0 20px 0;
}
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--medium,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty {
  font-size: 18px;
  font-weight: unset;
  line-height: 1.2;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme .text-4 p,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme a.fourteen-px,
.ps-temporary-tt-commons-theme .text-4 .fs--normal,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-size: 24px;
  line-height: 1.2;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier {
  font-weight: unset;
  text-transform: unset;
}
.ps-temporary-tt-commons-theme h1,
.ps-temporary-tt-commons-theme h2,
.ps-temporary-tt-commons-theme h6,
.ps-temporary-tt-commons-theme strong,
.ps-temporary-tt-commons-theme b,
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme .link-list-text .linklist-subnav ul li a,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty,
.ps-temporary-tt-commons-theme .text-4 .fs--tiny,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-family: sans-serif;
  font-weight: 700;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme h3,
.ps-temporary-tt-commons-theme h4,
.ps-temporary-tt-commons-theme h5,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li,
.ps-temporary-tt-commons-theme .text-3 p,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-family: sans-serif;
  font-weight: 400;
}
.ps-temporary-tt-commons-theme ul li:before {
  margin-top: 7px;
}
.event-webinar .title2 h1,
.event-webinar .text-4 h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: unset;
  text-transform: none;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .event-webinar .title2 h1,
  .event-webinar .text-4 h1 {
    font-size: 48px;
    line-height: unset;
  }
}
@media screen and (max-width: 640px) {
  .event-webinar .title2 h1,
  .event-webinar .text-4 h1 {
    font-size: 36px;
    line-height: unset;
  }
}
.event-webinar .text-4.section {
  margin-bottom: 0;
}
.event-webinar .title2 h1,
.event-webinar .text-4 h1,
.event-webinar .title2 h2,
.event-webinar .text-4 h2,
.event-webinar .title2 h3,
.event-webinar .text-4 h3,
.event-webinar .title2 h4,
.event-webinar .text-4 h4,
.event-webinar .title2 h5,
.event-webinar .text-4 h5,
.event-webinar .title2 h6,
.event-webinar .text-4 h6 {
  margin: 0 0 20px 0;
}
.event-webinar .title2 h6,
.event-webinar .text-4 h6 {
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: unset;
}
.event-webinar .text-4 .fs--medium,
.event-webinar .text-4 .fs--thirty {
  font-size: 18px;
  font-weight: unset;
  line-height: 1.2;
}
.event-webinar p,
.event-webinar .text-4 p,
.event-webinar .link.section a,
.event-webinar a.fourteen-px,
.event-webinar .text-4 .fs--normal,
.event-webinar .section ul,
.event-webinar .section ol,
.event-webinar .section dl,
.event-webinar .section li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: unset;
}
.event-webinar .text-4 .fs--large {
  font-size: 24px;
  line-height: 1.2;
  font-weight: unset;
}
.event-webinar .title2 h1.title--ultra,
.event-webinar .title2 h2.title--ultra,
.event-webinar .title2 h3.title--ultra,
.event-webinar .title2 h4.title--ultra,
.event-webinar .title2 h5.title--ultra,
.event-webinar .title2 h6.title--ultra,
.event-webinar .title2 h1.title--heavier,
.event-webinar .title2 h2.title--heavier,
.event-webinar .title2 h3.title--heavier,
.event-webinar .title2 h4.title--heavier,
.event-webinar .title2 h5.title--heavier,
.event-webinar .title2 h6.title--heavier {
  font-weight: unset;
  text-transform: unset;
}
.event-webinar h1,
.event-webinar h2,
.event-webinar h6,
.event-webinar strong,
.event-webinar b,
.event-webinar .title2 h1.title--ultra,
.event-webinar .title2 h2.title--ultra,
.event-webinar .title2 h3.title--ultra,
.event-webinar .title2 h4.title--ultra,
.event-webinar .title2 h5.title--ultra,
.event-webinar .title2 h6.title--ultra,
.event-webinar .title2 h1,
.event-webinar .text-4 h1,
.event-webinar .title2 h2,
.event-webinar .text-4 h2,
.event-webinar .title2 h6,
.event-webinar .text-4 h6,
.event-webinar .link.section a,
.event-webinar .link-list-text .linklist-subnav ul li a,
.event-webinar .text-4 .fs--thirty,
.event-webinar .text-4 .fs--tiny,
.event-webinar .title2 h1.title--heavier,
.event-webinar .title2 h2.title--heavier,
.event-webinar .title2 h3.title--heavier,
.event-webinar .title2 h4.title--heavier,
.event-webinar .title2 h5.title--heavier,
.event-webinar .title2 h6.title--heavier,
.event-webinar .title2 h6,
.event-webinar .text-4 h6 {
  font-family: sans-serif;
  font-weight: 700;
}
.event-webinar p,
.event-webinar h3,
.event-webinar h4,
.event-webinar h5,
.event-webinar .section ul,
.event-webinar .section ol,
.event-webinar .section dl,
.event-webinar .section li,
.event-webinar .text-3 p,
.event-webinar .title2 h3,
.event-webinar .text-4 h3,
.event-webinar .title2 h4,
.event-webinar .text-4 h4,
.event-webinar .title2 h5,
.event-webinar .text-4 h5,
.event-webinar .text-4 .fs--large {
  font-family: sans-serif;
  font-weight: 400;
}
.event-webinar ul li:before {
  margin-top: 7px;
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.ps-paragraph-theme {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: .5px;
}
.ps-eyebrow-text-theme {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ec008c;
  line-height: 130%;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* TT Commons Global style */
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: unset;
  text-transform: none;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 48px;
    line-height: unset;
  }
}
@media screen and (max-width: 640px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 36px;
    line-height: unset;
  }
}
.ps-temporary-tt-commons-theme .text-4.section {
  margin-bottom: 0;
}
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  margin: 0 0 20px 0;
}
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--medium,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty {
  font-size: 18px;
  font-weight: unset;
  line-height: 1.2;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme .text-4 p,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme a.fourteen-px,
.ps-temporary-tt-commons-theme .text-4 .fs--normal,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-size: 24px;
  line-height: 1.2;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier {
  font-weight: unset;
  text-transform: unset;
}
.ps-temporary-tt-commons-theme h1,
.ps-temporary-tt-commons-theme h2,
.ps-temporary-tt-commons-theme h6,
.ps-temporary-tt-commons-theme strong,
.ps-temporary-tt-commons-theme b,
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme .link-list-text .linklist-subnav ul li a,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty,
.ps-temporary-tt-commons-theme .text-4 .fs--tiny,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-family: sans-serif;
  font-weight: 700;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme h3,
.ps-temporary-tt-commons-theme h4,
.ps-temporary-tt-commons-theme h5,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li,
.ps-temporary-tt-commons-theme .text-3 p,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-family: sans-serif;
  font-weight: 400;
}
.ps-temporary-tt-commons-theme ul li:before {
  margin-top: 7px;
}
.event-upcoming .title2 h1,
.event-upcoming .text-4 h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: unset;
  text-transform: none;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .event-upcoming .title2 h1,
  .event-upcoming .text-4 h1 {
    font-size: 48px;
    line-height: unset;
  }
}
@media screen and (max-width: 640px) {
  .event-upcoming .title2 h1,
  .event-upcoming .text-4 h1 {
    font-size: 36px;
    line-height: unset;
  }
}
.event-upcoming .text-4.section {
  margin-bottom: 0;
}
.event-upcoming .title2 h1,
.event-upcoming .text-4 h1,
.event-upcoming .title2 h2,
.event-upcoming .text-4 h2,
.event-upcoming .title2 h3,
.event-upcoming .text-4 h3,
.event-upcoming .title2 h4,
.event-upcoming .text-4 h4,
.event-upcoming .title2 h5,
.event-upcoming .text-4 h5,
.event-upcoming .title2 h6,
.event-upcoming .text-4 h6 {
  margin: 0 0 20px 0;
}
.event-upcoming .title2 h6,
.event-upcoming .text-4 h6 {
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: unset;
}
.event-upcoming .text-4 .fs--medium,
.event-upcoming .text-4 .fs--thirty {
  font-size: 18px;
  font-weight: unset;
  line-height: 1.2;
}
.event-upcoming p,
.event-upcoming .text-4 p,
.event-upcoming .link.section a,
.event-upcoming a.fourteen-px,
.event-upcoming .text-4 .fs--normal,
.event-upcoming .section ul,
.event-upcoming .section ol,
.event-upcoming .section dl,
.event-upcoming .section li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: unset;
}
.event-upcoming .text-4 .fs--large {
  font-size: 24px;
  line-height: 1.2;
  font-weight: unset;
}
.event-upcoming .title2 h1.title--ultra,
.event-upcoming .title2 h2.title--ultra,
.event-upcoming .title2 h3.title--ultra,
.event-upcoming .title2 h4.title--ultra,
.event-upcoming .title2 h5.title--ultra,
.event-upcoming .title2 h6.title--ultra,
.event-upcoming .title2 h1.title--heavier,
.event-upcoming .title2 h2.title--heavier,
.event-upcoming .title2 h3.title--heavier,
.event-upcoming .title2 h4.title--heavier,
.event-upcoming .title2 h5.title--heavier,
.event-upcoming .title2 h6.title--heavier {
  font-weight: unset;
  text-transform: unset;
}
.event-upcoming h1,
.event-upcoming h2,
.event-upcoming h6,
.event-upcoming strong,
.event-upcoming b,
.event-upcoming .title2 h1.title--ultra,
.event-upcoming .title2 h2.title--ultra,
.event-upcoming .title2 h3.title--ultra,
.event-upcoming .title2 h4.title--ultra,
.event-upcoming .title2 h5.title--ultra,
.event-upcoming .title2 h6.title--ultra,
.event-upcoming .title2 h1,
.event-upcoming .text-4 h1,
.event-upcoming .title2 h2,
.event-upcoming .text-4 h2,
.event-upcoming .title2 h6,
.event-upcoming .text-4 h6,
.event-upcoming .link.section a,
.event-upcoming .link-list-text .linklist-subnav ul li a,
.event-upcoming .text-4 .fs--thirty,
.event-upcoming .text-4 .fs--tiny,
.event-upcoming .title2 h1.title--heavier,
.event-upcoming .title2 h2.title--heavier,
.event-upcoming .title2 h3.title--heavier,
.event-upcoming .title2 h4.title--heavier,
.event-upcoming .title2 h5.title--heavier,
.event-upcoming .title2 h6.title--heavier,
.event-upcoming .title2 h6,
.event-upcoming .text-4 h6 {
  font-family: sans-serif;
  font-weight: 700;
}
.event-upcoming p,
.event-upcoming h3,
.event-upcoming h4,
.event-upcoming h5,
.event-upcoming .section ul,
.event-upcoming .section ol,
.event-upcoming .section dl,
.event-upcoming .section li,
.event-upcoming .text-3 p,
.event-upcoming .title2 h3,
.event-upcoming .text-4 h3,
.event-upcoming .title2 h4,
.event-upcoming .text-4 h4,
.event-upcoming .title2 h5,
.event-upcoming .text-4 h5,
.event-upcoming .text-4 .fs--large {
  font-family: sans-serif;
  font-weight: 400;
}
.event-upcoming ul li:before {
  margin-top: 7px;
}

.event-template #content{
	padding-left:50px;
	margin-bottom:60px;
}
.event-template #content div{
	margin-bottom:10px;
}
.event-template #content div.break{
	margin-top:35px;
}
.event-template #content h1{
	margin-bottom:3px;
}
.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.ps-paragraph-theme {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: .5px;
}
.ps-eyebrow-text-theme {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ec008c;
  line-height: 130%;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* TT Commons Global style */
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: unset;
  text-transform: none;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 48px;
    line-height: unset;
  }
}
@media screen and (max-width: 640px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 36px;
    line-height: unset;
  }
}
.ps-temporary-tt-commons-theme .text-4.section {
  margin-bottom: 0;
}
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  margin: 0 0 20px 0;
}
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--medium,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty {
  font-size: 18px;
  font-weight: unset;
  line-height: 1.2;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme .text-4 p,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme a.fourteen-px,
.ps-temporary-tt-commons-theme .text-4 .fs--normal,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-size: 24px;
  line-height: 1.2;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier {
  font-weight: unset;
  text-transform: unset;
}
.ps-temporary-tt-commons-theme h1,
.ps-temporary-tt-commons-theme h2,
.ps-temporary-tt-commons-theme h6,
.ps-temporary-tt-commons-theme strong,
.ps-temporary-tt-commons-theme b,
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme .link-list-text .linklist-subnav ul li a,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty,
.ps-temporary-tt-commons-theme .text-4 .fs--tiny,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-family: sans-serif;
  font-weight: 700;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme h3,
.ps-temporary-tt-commons-theme h4,
.ps-temporary-tt-commons-theme h5,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li,
.ps-temporary-tt-commons-theme .text-3 p,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-family: sans-serif;
  font-weight: 400;
}
.ps-temporary-tt-commons-theme ul li:before {
  margin-top: 7px;
}
.project-template .course-content-main,
.interactive-course-template .course-content-main,
.course-template .course-content-main {
  background-color: #181818;
  padding: 50px 0 0;
}
.project-template .course-content-main .course-content-breadcrumb,
.interactive-course-template .course-content-main .course-content-breadcrumb,
.course-template .course-content-main .course-content-breadcrumb {
  margin-bottom: 50px;
}
.project-template .course-content-main .course-content-breadcrumb ul,
.interactive-course-template .course-content-main .course-content-breadcrumb ul,
.course-template .course-content-main .course-content-breadcrumb ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.project-template .course-content-main .course-content-breadcrumb ul li,
.interactive-course-template .course-content-main .course-content-breadcrumb ul li,
.course-template .course-content-main .course-content-breadcrumb ul li {
  padding: 0;
  margin: 0;
  font-size: 13px;
}
.project-template .course-content-main .course-content-breadcrumb ul li a,
.interactive-course-template .course-content-main .course-content-breadcrumb ul li a,
.course-template .course-content-main .course-content-breadcrumb ul li a {
  color: #cccccc;
}
.project-template .course-content-main .course-content-breadcrumb ul li:before,
.interactive-course-template .course-content-main .course-content-breadcrumb ul li:before,
.course-template .course-content-main .course-content-breadcrumb ul li:before {
  display: none;
}
.project-template .course-content-main .course-content-breadcrumb ul li:not(:last-child):after,
.interactive-course-template .course-content-main .course-content-breadcrumb ul li:not(:last-child):after,
.course-template .course-content-main .course-content-breadcrumb ul li:not(:last-child):after {
  content: ">";
  display: inline-block;
  padding: 0 15px;
  color: #cccccc;
}
.project-template .course-content-main .course-content-container h1,
.interactive-course-template .course-content-main .course-content-container h1,
.course-template .course-content-main .course-content-container h1,
.project-template .course-content-main .course-content-container h2,
.interactive-course-template .course-content-main .course-content-container h2,
.course-template .course-content-main .course-content-container h2,
.project-template .course-content-main .course-content-container h3,
.interactive-course-template .course-content-main .course-content-container h3,
.course-template .course-content-main .course-content-container h3 {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  color: #ffffff;
  margin: 0 0 20px;
}
.project-template .course-content-main .course-content-container h1,
.interactive-course-template .course-content-main .course-content-container h1,
.course-template .course-content-main .course-content-container h1 {
  font-size: 32px;
}
.project-template .course-content-main .course-content-container h2,
.interactive-course-template .course-content-main .course-content-container h2,
.course-template .course-content-main .course-content-container h2 {
  font-family: "PS Commons", Helvetica, Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
}
.project-template .course-content-main .course-content-container h3,
.interactive-course-template .course-content-main .course-content-container h3,
.course-template .course-content-main .course-content-container h3 {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
}
.project-template .course-content-main .course-content-container p,
.interactive-course-template .course-content-main .course-content-container p,
.course-template .course-content-main .course-content-container p {
  font-size: 17px;
  color: #ffffff;
}
.project-template .course-content-main .course-content-container h6,
.interactive-course-template .course-content-main .course-content-container h6,
.course-template .course-content-main .course-content-container h6 {
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: bold;
  color: #ec008c;
  text-transform: uppercase;
}
.project-template .course-content-main .course-content-container .course-type-badge,
.interactive-course-template .course-content-main .course-content-container .course-type-badge,
.course-template .course-content-main .course-content-container .course-type-badge {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  border-radius: 3px;
  padding: 5px 18px;
  margin-bottom: 15px;
  margin-left: 0;
  max-height: 28px;
  vertical-align: middle;
}
.project-template .course-content-main .course-content-container .course-type-badge.not-standard-badge,
.interactive-course-template .course-content-main .course-content-container .course-type-badge.not-standard-badge,
.course-template .course-content-main .course-content-container .course-type-badge.not-standard-badge {
  color: #ffffff;
  background: #0084bd;
  position: relative;
}
.project-template .course-content-main .course-content-container .course-type-badge.not-standard-badge[data-tooltip]:before,
.interactive-course-template .course-content-main .course-content-container .course-type-badge.not-standard-badge[data-tooltip]:before,
.course-template .course-content-main .course-content-container .course-type-badge.not-standard-badge[data-tooltip]:before,
.project-template .course-content-main .course-content-container .course-type-badge.not-standard-badge[data-tooltip]:after,
.interactive-course-template .course-content-main .course-content-container .course-type-badge.not-standard-badge[data-tooltip]:after,
.course-template .course-content-main .course-content-container .course-type-badge.not-standard-badge[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 50%;
}
.project-template .course-content-main .course-content-container .course-type-badge.not-standard-badge[data-tooltip]:before,
.interactive-course-template .course-content-main .course-content-container .course-type-badge.not-standard-badge[data-tooltip]:before,
.course-template .course-content-main .course-content-container .course-type-badge.not-standard-badge[data-tooltip]:before {
  content: attr(data-tooltip);
  font-family: "PS Commons", Helvetica, Roboto, Arial, sans-serif;
  font-size: 11px;
  color: #181818;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.2;
  bottom: 150%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  border-radius: 3px;
  background-color: #ffffff;
}
.project-template .course-content-main .course-content-container .course-type-badge.not-standard-badge[data-tooltip]:after,
.interactive-course-template .course-content-main .course-content-container .course-type-badge.not-standard-badge[data-tooltip]:after,
.course-template .course-content-main .course-content-container .course-type-badge.not-standard-badge[data-tooltip]:after {
  content: "";
  font-size: 0;
  line-height: 0;
  width: 0;
  bottom: 150%;
  margin-left: -5px;
  border-top: 5px solid #ffffff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.project-template .course-content-main .course-content-container .course-type-badge.not-standard-badge[data-tooltip]:hover:before,
.interactive-course-template .course-content-main .course-content-container .course-type-badge.not-standard-badge[data-tooltip]:hover:before,
.course-template .course-content-main .course-content-container .course-type-badge.not-standard-badge[data-tooltip]:hover:before,
.project-template .course-content-main .course-content-container .course-type-badge.not-standard-badge[data-tooltip]:hover:after,
.interactive-course-template .course-content-main .course-content-container .course-type-badge.not-standard-badge[data-tooltip]:hover:after,
.course-template .course-content-main .course-content-container .course-type-badge.not-standard-badge[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
.project-template .course-content-main .course-content-container .course-type-badge.not-standard-badge.tooltip-btm[data-tooltip]:before,
.interactive-course-template .course-content-main .course-content-container .course-type-badge.not-standard-badge.tooltip-btm[data-tooltip]:before,
.course-template .course-content-main .course-content-container .course-type-badge.not-standard-badge.tooltip-btm[data-tooltip]:before,
.project-template .course-content-main .course-content-container .course-type-badge.not-standard-badge.tooltip-btm[data-tooltip]:after,
.interactive-course-template .course-content-main .course-content-container .course-type-badge.not-standard-badge.tooltip-btm[data-tooltip]:after,
.course-template .course-content-main .course-content-container .course-type-badge.not-standard-badge.tooltip-btm[data-tooltip]:after {
  left: 0;
}
.project-template .course-content-main .course-content-container .course-type-badge.not-standard-badge.tooltip-btm[data-tooltip]:before,
.interactive-course-template .course-content-main .course-content-container .course-type-badge.not-standard-badge.tooltip-btm[data-tooltip]:before,
.course-template .course-content-main .course-content-container .course-type-badge.not-standard-badge.tooltip-btm[data-tooltip]:before {
  bottom: -70px;
  margin-left: -80px;
}
.project-template .course-content-main .course-content-container .course-type-badge.not-standard-badge.tooltip-btm[data-tooltip]:after,
.interactive-course-template .course-content-main .course-content-container .course-type-badge.not-standard-badge.tooltip-btm[data-tooltip]:after,
.course-template .course-content-main .course-content-container .course-type-badge.not-standard-badge.tooltip-btm[data-tooltip]:after {
  margin-left: 35px;
  bottom: -12px;
  border-top: unset;
  border-bottom: 5px solid #ffffff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.project-template .course-content-main .course-content-container .course-type-badge.badge-interactive,
.interactive-course-template .course-content-main .course-content-container .course-type-badge.badge-interactive,
.course-template .course-content-main .course-content-container .course-type-badge.badge-interactive,
.project-template .course-content-main .course-content-container .course-type-badge.badge-project,
.interactive-course-template .course-content-main .course-content-container .course-type-badge.badge-project,
.course-template .course-content-main .course-content-container .course-type-badge.badge-project {
  color: #000000;
  background: #ffffff;
  text-decoration: none;
}
.project-template .course-content-main .course-content-container .course-type-badge:not(:first-child),
.interactive-course-template .course-content-main .course-content-container .course-type-badge:not(:first-child),
.course-template .course-content-main .course-content-container .course-type-badge:not(:first-child) {
  margin-left: 5px;
}
.project-template .course-content-main .course-content-container .course-type-badge .badge-text,
.interactive-course-template .course-content-main .course-content-container .course-type-badge .badge-text,
.course-template .course-content-main .course-content-container .course-type-badge .badge-text,
.project-template .course-content-main .course-content-container .course-type-badge .badge-icon,
.interactive-course-template .course-content-main .course-content-container .course-type-badge .badge-icon,
.course-template .course-content-main .course-content-container .course-type-badge .badge-icon {
  color: #000000;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.project-template .course-content-main .course-content-container .course-type-badge .badge-icon,
.interactive-course-template .course-content-main .course-content-container .course-type-badge .badge-icon,
.course-template .course-content-main .course-content-container .course-type-badge .badge-icon {
  top: 2px;
}
.project-template .course-content-main .course-content-container .course-type-badge > a:hover,
.interactive-course-template .course-content-main .course-content-container .course-type-badge > a:hover,
.course-template .course-content-main .course-content-container .course-type-badge > a:hover,
.project-template .course-content-main .course-content-container .course-type-badge > a:focus,
.interactive-course-template .course-content-main .course-content-container .course-type-badge > a:focus,
.course-template .course-content-main .course-content-container .course-type-badge > a:focus {
  text-decoration: none;
}
.project-template .course-content-main .course-content-container .fa,
.interactive-course-template .course-content-main .course-content-container .fa,
.course-template .course-content-main .course-content-container .fa {
  color: #f7a614;
  font-size: 13px;
}
.project-template .course-content-main .course-content-container .fa.fa-star-half-o,
.interactive-course-template .course-content-main .course-content-container .fa.fa-star-half-o,
.course-template .course-content-main .course-content-container .fa.fa-star-half-o {
  color: #f7a614;
}
.project-template .course-content-main .course-content-container .fa.gray,
.interactive-course-template .course-content-main .course-content-container .fa.gray,
.course-template .course-content-main .course-content-container .fa.gray {
  color: #555555;
}
.project-template .course-content-main .course-content-container #course-page-hero-ytwrapper,
.interactive-course-template .course-content-main .course-content-container #course-page-hero-ytwrapper,
.course-template .course-content-main .course-content-container #course-page-hero-ytwrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.project-template .course-content-main .course-content-container #course-page-hero-ytwrapper iframe#course-page-hero-ytplayer,
.interactive-course-template .course-content-main .course-content-container #course-page-hero-ytwrapper iframe#course-page-hero-ytplayer,
.course-template .course-content-main .course-content-container #course-page-hero-ytwrapper iframe#course-page-hero-ytplayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project-template .course-content-main .course-content-container #course-page-hero-ytwrapper #course-overview-player-close,
.interactive-course-template .course-content-main .course-content-container #course-page-hero-ytwrapper #course-overview-player-close,
.course-template .course-content-main .course-content-container #course-page-hero-ytwrapper #course-overview-player-close {
  position: absolute;
  top: -30px;
  right: 0;
  cursor: pointer;
}
.project-template .course-content-main .course-content-container #course-page-hero-ytwrapper #course-overview-player-close img,
.interactive-course-template .course-content-main .course-content-container #course-page-hero-ytwrapper #course-overview-player-close img,
.course-template .course-content-main .course-content-container #course-page-hero-ytwrapper #course-overview-player-close img {
  width: 30px;
}
@media screen and (min-width: 1024px) {
  .project-template .course-content-main .course-content-container,
  .interactive-course-template .course-content-main .course-content-container,
  .course-template .course-content-main .course-content-container {
    display: flex;
    flex-wrap: nowrap;
  }
  .project-template .course-content-main .course-content-container h1,
  .interactive-course-template .course-content-main .course-content-container h1,
  .course-template .course-content-main .course-content-container h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1023px) {
  .project-template .course-content-main .course-content-container,
  .interactive-course-template .course-content-main .course-content-container,
  .course-template .course-content-main .course-content-container {
    flex-direction: column;
  }
}
.project-template .course-content-main .course-content-left #course-page-hero,
.interactive-course-template .course-content-main .course-content-left #course-page-hero,
.course-template .course-content-main .course-content-left #course-page-hero {
  margin-bottom: 50px;
}
.project-template .course-content-main .course-content-left #course-page-hero .course-content-about .course-rating-stars,
.interactive-course-template .course-content-main .course-content-left #course-page-hero .course-content-about .course-rating-stars,
.course-template .course-content-main .course-content-left #course-page-hero .course-content-about .course-rating-stars {
  font-size: 13px;
  margin-right: 20px;
}
.project-template .course-content-main .course-content-left #course-page-hero .course-content-about .course-authors,
.interactive-course-template .course-content-main .course-content-left #course-page-hero .course-content-about .course-authors,
.course-template .course-content-main .course-content-left #course-page-hero .course-content-about .course-authors {
  font-size: 15px;
  color: #ffffff;
}
.project-template .course-content-main .course-content-left #course-page-hero .course-content-about .course-authors a,
.interactive-course-template .course-content-main .course-content-left #course-page-hero .course-content-about .course-authors a,
.course-template .course-content-main .course-content-left #course-page-hero .course-content-about .course-authors a {
  color: #ffffff;
}
.project-template .course-content-main .course-content-left #course-page-hero .course-content-about p,
.interactive-course-template .course-content-main .course-content-left #course-page-hero .course-content-about p,
.course-template .course-content-main .course-content-left #course-page-hero .course-content-about p {
  color: #f2f2f2;
  margin-top: 20px;
}
.project-template .course-content-main .course-content-left #course-page-hero .ps-button .button:nth-of-type(2),
.interactive-course-template .course-content-main .course-content-left #course-page-hero .ps-button .button:nth-of-type(2),
.course-template .course-content-main .course-content-left #course-page-hero .ps-button .button:nth-of-type(2) {
  margin-left: 20px;
}
@media screen and (min-width: 1024px) {
  .project-template .course-content-main .course-content-left #course-page-hero,
  .interactive-course-template .course-content-main .course-content-left #course-page-hero,
  .course-template .course-content-main .course-content-left #course-page-hero {
    margin-bottom: 60px;
  }
  .project-template .course-content-main .course-content-left #course-page-hero .course-content-about,
  .interactive-course-template .course-content-main .course-content-left #course-page-hero .course-content-about,
  .course-template .course-content-main .course-content-left #course-page-hero .course-content-about {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .project-template .course-content-main .course-content-left #course-page-hero .ps-button .button:nth-of-type(2),
  .interactive-course-template .course-content-main .course-content-left #course-page-hero .ps-button .button:nth-of-type(2),
  .course-template .course-content-main .course-content-left #course-page-hero .ps-button .button:nth-of-type(2) {
    margin-left: 0;
  }
}
.project-template .course-content-main .course-content-left .course-page-section,
.interactive-course-template .course-content-main .course-content-left .course-page-section,
.course-template .course-content-main .course-content-left .course-page-section {
  padding-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000000;
  color: #ffffff;
}
.project-template .course-content-main .course-content-left .course-page-section .toc-item,
.interactive-course-template .course-content-main .course-content-left .course-page-section .toc-item,
.course-template .course-content-main .course-content-left .course-page-section .toc-item {
  padding: 20px 0;
}
.project-template .course-content-main .course-content-left .course-page-section .toc-item .toc-title,
.interactive-course-template .course-content-main .course-content-left .course-page-section .toc-item .toc-title,
.course-template .course-content-main .course-content-left .course-page-section .toc-item .toc-title {
  font-size: 17px;
  color: #ffffff;
  letter-spacing: 0.5px;
  position: relative;
  cursor: pointer;
}
.project-template .course-content-main .course-content-left .course-page-section .toc-item .toc-title:before,
.interactive-course-template .course-content-main .course-content-left .course-page-section .toc-item .toc-title:before,
.course-template .course-content-main .course-content-left .course-page-section .toc-item .toc-title:before {
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg) translateX(-50%);
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  padding: 4px;
  top: 50%;
  right: 20px;
  transition: all .3s ease;
}
.project-template .course-content-main .course-content-left .course-page-section .toc-item .toc-content,
.interactive-course-template .course-content-main .course-content-left .course-page-section .toc-item .toc-content,
.course-template .course-content-main .course-content-left .course-page-section .toc-item .toc-content {
  display: none;
}
.project-template .course-content-main .course-content-left .course-page-section .toc-item .toc-content ul,
.interactive-course-template .course-content-main .course-content-left .course-page-section .toc-item .toc-content ul,
.course-template .course-content-main .course-content-left .course-page-section .toc-item .toc-content ul {
  margin: 30px 0 0 20px;
  padding: 0;
}
.project-template .course-content-main .course-content-left .course-page-section .toc-item .toc-content ul li,
.interactive-course-template .course-content-main .course-content-left .course-page-section .toc-item .toc-content ul li,
.course-template .course-content-main .course-content-left .course-page-section .toc-item .toc-content ul li {
  color: #ffffff;
  padding-left: 0;
}
.project-template .course-content-main .course-content-left .course-page-section .toc-item .toc-content ul li a,
.interactive-course-template .course-content-main .course-content-left .course-page-section .toc-item .toc-content ul li a,
.course-template .course-content-main .course-content-left .course-page-section .toc-item .toc-content ul li a {
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
}
.project-template .course-content-main .course-content-left .course-page-section .toc-item .toc-content ul li a:before,
.interactive-course-template .course-content-main .course-content-left .course-page-section .toc-item .toc-content ul li a:before,
.course-template .course-content-main .course-content-left .course-page-section .toc-item .toc-content ul li a:before {
  content: '';
  display: inline-block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 5px;
  width: 5px;
  margin-right: 10px;
  background-color: #ffffff;
  position: relative;
  top: -2px;
}
.project-template .course-content-main .course-content-left .course-page-section .toc-item .toc-content ul li .fa-lock,
.interactive-course-template .course-content-main .course-content-left .course-page-section .toc-item .toc-content ul li .fa-lock,
.course-template .course-content-main .course-content-left .course-page-section .toc-item .toc-content ul li .fa-lock {
  margin-right: 10px;
}
.project-template .course-content-main .course-content-left .course-page-section .toc-item .toc-content ul li:before,
.interactive-course-template .course-content-main .course-content-left .course-page-section .toc-item .toc-content ul li:before,
.course-template .course-content-main .course-content-left .course-page-section .toc-item .toc-content ul li:before {
  display: none;
}
.project-template .course-content-main .course-content-left .course-page-section .toc-item.open .toc-title:before,
.interactive-course-template .course-content-main .course-content-left .course-page-section .toc-item.open .toc-title:before,
.course-template .course-content-main .course-content-left .course-page-section .toc-item.open .toc-title:before {
  transform: scaleY(-1) rotate(45deg);
  top: 25px;
}
.project-template .course-content-main .course-content-left .course-page-section .toc-item:not(:last-child),
.interactive-course-template .course-content-main .course-content-left .course-page-section .toc-item:not(:last-child),
.course-template .course-content-main .course-content-left .course-page-section .toc-item:not(:last-child) {
  border-bottom: 1px solid #363638;
}
.project-template .course-content-main .course-content-left .course-page-section .accordion.section,
.interactive-course-template .course-content-main .course-content-left .course-page-section .accordion.section,
.course-template .course-content-main .course-content-left .course-page-section .accordion.section {
  border-bottom-color: #363638;
}
.project-template .course-content-main .course-content-left .course-page-section .accordion.section .accordion-title,
.interactive-course-template .course-content-main .course-content-left .course-page-section .accordion.section .accordion-title,
.course-template .course-content-main .course-content-left .course-page-section .accordion.section .accordion-title,
.project-template .course-content-main .course-content-left .course-page-section .accordion.section .accordion-content,
.interactive-course-template .course-content-main .course-content-left .course-page-section .accordion.section .accordion-content,
.course-template .course-content-main .course-content-left .course-page-section .accordion.section .accordion-content {
  color: #ffffff;
}
.project-template .course-content-main .course-content-left .course-page-section .author-item,
.interactive-course-template .course-content-main .course-content-left .course-page-section .author-item,
.course-template .course-content-main .course-content-left .course-page-section .author-item {
  padding-bottom: 30px;
  padding-top: 30px;
}
.project-template .course-content-main .course-content-left .course-page-section .author-item:not(:last-child),
.interactive-course-template .course-content-main .course-content-left .course-page-section .author-item:not(:last-child),
.course-template .course-content-main .course-content-left .course-page-section .author-item:not(:last-child) {
  border-bottom: 1px solid #363638;
}
.project-template .course-content-main .course-content-left .course-page-section .author-item .author-profile,
.interactive-course-template .course-content-main .course-content-left .course-page-section .author-item .author-profile,
.course-template .course-content-main .course-content-left .course-page-section .author-item .author-profile {
  margin-bottom: 20px;
}
.project-template .course-content-main .course-content-left .course-page-section .author-item .author-profile a,
.interactive-course-template .course-content-main .course-content-left .course-page-section .author-item .author-profile a,
.course-template .course-content-main .course-content-left .course-page-section .author-item .author-profile a {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
}
.project-template .course-content-main .course-content-left .course-page-section .author-item .author-profile .author-image,
.interactive-course-template .course-content-main .course-content-left .course-page-section .author-item .author-profile .author-image,
.course-template .course-content-main .course-content-left .course-page-section .author-item .author-profile .author-image {
  margin-right: 20px;
}
.project-template .course-content-main .course-content-left .course-page-section .author-item .author-profile .author-image img,
.interactive-course-template .course-content-main .course-content-left .course-page-section .author-item .author-profile .author-image img,
.course-template .course-content-main .course-content-left .course-page-section .author-item .author-profile .author-image img {
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.project-template .course-content-main .course-content-left .course-page-section .author-item p,
.interactive-course-template .course-content-main .course-content-left .course-page-section .author-item p,
.course-template .course-content-main .course-content-left .course-page-section .author-item p {
  color: #cccccc;
}
.project-template .course-content-main .course-content-left .course-page-section .author-item .author-more a,
.interactive-course-template .course-content-main .course-content-left .course-page-section .author-item .author-more a,
.course-template .course-content-main .course-content-left .course-page-section .author-item .author-more a {
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}
.project-template .course-content-main .course-content-left .course-page-section.course-page-last,
.interactive-course-template .course-content-main .course-content-left .course-page-section.course-page-last,
.course-template .course-content-main .course-content-left .course-page-section.course-page-last {
  border-bottom: unset;
}
@media screen and (min-width: 1024px) {
  .project-template .course-content-main .course-content-right,
  .interactive-course-template .course-content-main .course-content-right,
  .course-template .course-content-main .course-content-right {
    flex: 0 0 33%;
    margin-left: 8%;
    flex-direction: column;
  }
}
.project-template .course-content-main .course-content-right .course-content-right-container,
.interactive-course-template .course-content-main .course-content-right .course-content-right-container,
.course-template .course-content-main .course-content-right .course-content-right-container {
  margin-bottom: 50px;
}
.project-template .course-content-main .course-content-right .course-content-right-container.container-highlight,
.interactive-course-template .course-content-main .course-content-right .course-content-right-container.container-highlight,
.course-template .course-content-main .course-content-right .course-content-right-container.container-highlight {
  background: #222222;
  border-radius: 10px;
}
.project-template .course-content-main .course-content-right .course-content-right-container .course-info-rows,
.interactive-course-template .course-content-main .course-content-right .course-content-right-container .course-info-rows,
.course-template .course-content-main .course-content-right .course-content-right-container .course-info-rows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 35px;
}
.project-template .course-content-main .course-content-right .course-content-right-container .course-info-rows:not(:last-child),
.interactive-course-template .course-content-main .course-content-right .course-content-right-container .course-info-rows:not(:last-child),
.course-template .course-content-main .course-content-right .course-content-right-container .course-info-rows:not(:last-child) {
  border-bottom: 2px solid #0d0d0d;
}
.project-template .course-content-main .course-content-right .course-content-right-container .course-info-rows .course-info-row-item,
.interactive-course-template .course-content-main .course-content-right .course-content-right-container .course-info-rows .course-info-row-item,
.course-template .course-content-main .course-content-right .course-content-right-container .course-info-rows .course-info-row-item {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
}
.project-template .course-content-main .course-content-right .course-content-right-container .course-info-rows .course-info-row-item:not(:last-child),
.interactive-course-template .course-content-main .course-content-right .course-content-right-container .course-info-rows .course-info-row-item:not(:last-child),
.course-template .course-content-main .course-content-right .course-content-right-container .course-info-rows .course-info-row-item:not(:last-child) {
  flex: 1;
}
.project-template .course-content-main .course-content-right .course-content-right-container .course-info-rows .course-info-row-item:not(:first-child),
.interactive-course-template .course-content-main .course-content-right .course-content-right-container .course-info-rows .course-info-row-item:not(:first-child),
.course-template .course-content-main .course-content-right .course-content-right-container .course-info-rows .course-info-row-item:not(:first-child) {
  font-size: 15px;
}
.project-template .course-content-main .course-content-right .course-content-right-container .course-info-rows .course-info-row-item span,
.interactive-course-template .course-content-main .course-content-right .course-content-right-container .course-info-rows .course-info-row-item span,
.course-template .course-content-main .course-content-right .course-content-right-container .course-info-rows .course-info-row-item span {
  color: #aaaaaa;
}
.project-template .course-content-main .course-content-right .course-content-right-container .course-info-rows .course-info-row-item .fa,
.interactive-course-template .course-content-main .course-content-right .course-content-right-container .course-info-rows .course-info-row-item .fa,
.course-template .course-content-main .course-content-right .course-content-right-container .course-info-rows .course-info-row-item .fa {
  color: #f7a614;
  font-size: 13px;
  letter-spacing: .35em;
}
.project-template .course-content-main .course-content-right .course-content-right-container .course-info-rows .course-info-row-item .fa-star.gray:before,
.interactive-course-template .course-content-main .course-content-right .course-content-right-container .course-info-rows .course-info-row-item .fa-star.gray:before,
.course-template .course-content-main .course-content-right .course-content-right-container .course-info-rows .course-info-row-item .fa-star.gray:before {
  content: "\f006";
  color: #f7a614;
}
.project-template .course-content-main .course-content-right .course-content-right-container .course-info-rows .course-info-row-item .course-info-icon,
.interactive-course-template .course-content-main .course-content-right .course-content-right-container .course-info-rows .course-info-row-item .course-info-icon,
.course-template .course-content-main .course-content-right .course-content-right-container .course-info-rows .course-info-row-item .course-info-icon {
  width: 10px;
  margin-bottom: 3px;
  margin-left: 8px;
}
.project-template .course-content-main .course-content-right .course-content-right-container .course-assessment-banner,
.interactive-course-template .course-content-main .course-content-right .course-content-right-container .course-assessment-banner,
.course-template .course-content-main .course-content-right .course-content-right-container .course-assessment-banner {
  background-image: url("main/images/paths-v2/paths-skill-iq-bkgd.png");
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  min-height: 250px;
  overflow: hidden;
}
.project-template .course-content-main .course-content-right .course-content-right-container .course-assessment-banner > div,
.interactive-course-template .course-content-main .course-content-right .course-content-right-container .course-assessment-banner > div,
.course-template .course-content-main .course-content-right .course-content-right-container .course-assessment-banner > div {
  z-index: 1;
}
.project-template .course-content-main .course-content-right .course-content-right-container .course-assessment-banner > div h4,
.interactive-course-template .course-content-main .course-content-right .course-content-right-container .course-assessment-banner > div h4,
.course-template .course-content-main .course-content-right .course-content-right-container .course-assessment-banner > div h4 {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 32px;
  margin: 20px 0 0;
}
.project-template .course-content-main .course-content-right .course-content-right-container .course-assessment-banner > div p,
.interactive-course-template .course-content-main .course-content-right .course-content-right-container .course-assessment-banner > div p,
.course-template .course-content-main .course-content-right .course-content-right-container .course-assessment-banner > div p {
  font-size: 20px;
}
.project-template .course-content-main .course-content-right .course-content-right-container .course-assessment-banner:before,
.interactive-course-template .course-content-main .course-content-right .course-content-right-container .course-assessment-banner:before,
.course-template .course-content-main .course-content-right .course-content-right-container .course-assessment-banner:before,
.project-template .course-content-main .course-content-right .course-content-right-container .course-assessment-banner:after,
.interactive-course-template .course-content-main .course-content-right .course-content-right-container .course-assessment-banner:after,
.course-template .course-content-main .course-content-right .course-content-right-container .course-assessment-banner:after {
  content: "";
  display: block;
  position: absolute;
}
.project-template .course-content-main .course-content-right .course-content-right-container .course-assessment-banner:before,
.interactive-course-template .course-content-main .course-content-right .course-content-right-container .course-assessment-banner:before,
.course-template .course-content-main .course-content-right .course-content-right-container .course-assessment-banner:before {
  background: linear-gradient(to bottom, #26c1e1 0%, #26c1e1 33%, #86ce21 33%, #86ce21 33%, #86ce21 68%, #ffc200 68%, #ffc200 100%);
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px 0 0 10px;
  z-index: 1;
}
.project-template .course-content-main .course-content-right .course-content-right-container .course-assessment-banner:after,
.interactive-course-template .course-content-main .course-content-right .course-content-right-container .course-assessment-banner:after,
.course-template .course-content-main .course-content-right .course-content-right-container .course-assessment-banner:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(24, 24, 24, 0.8) 55%, rgba(24, 24, 24, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(24, 24, 24, 0.8) 55%, rgba(24, 24, 24, 0) 100%);
  background: linear-gradient(to right, rgba(24, 24, 24, 0.8) 55%, rgba(24, 24, 24, 0) 100%);
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .project-template .course-content-main .course-content-right .course-content-right-container,
  .interactive-course-template .course-content-main .course-content-right .course-content-right-container,
  .course-template .course-content-main .course-content-right .course-content-right-container {
    margin-top: 50px;
  }
}
.project-template .course-content-main .course-content-right .course-content-section,
.interactive-course-template .course-content-main .course-content-right .course-content-section,
.course-template .course-content-main .course-content-right .course-content-section {
  padding: 35px 40px;
  color: #ffffff;
}
.project-template .course-content-main .course-content-right .course-content-section:not(:last-child),
.interactive-course-template .course-content-main .course-content-right .course-content-section:not(:last-child),
.course-template .course-content-main .course-content-right .course-content-section:not(:last-child) {
  border-bottom: 1px solid #363638;
}
.project-template .course-content-main .course-content-right .course-content-section .library-item,
.interactive-course-template .course-content-main .course-content-right .course-content-section .library-item,
.course-template .course-content-main .course-content-right .course-content-section .library-item {
  display: flex;
  font-size: 17px;
  margin-top: 20px;
}
.project-template .course-content-main .course-content-right .course-content-section .library-item .pink-text,
.interactive-course-template .course-content-main .course-content-right .course-content-section .library-item .pink-text,
.course-template .course-content-main .course-content-right .course-content-section .library-item .pink-text {
  font-weight: 600;
  font-size: 11px;
  color: #EC008C;
}
.project-template .course-content-main .course-content-right .course-content-section .library-item p,
.interactive-course-template .course-content-main .course-content-right .course-content-section .library-item p,
.course-template .course-content-main .course-content-right .course-content-section .library-item p {
  margin-bottom: 10px;
}
.project-template .course-content-main .course-content-right .course-content-section .library-item > div:first-child,
.interactive-course-template .course-content-main .course-content-right .course-content-section .library-item > div:first-child,
.course-template .course-content-main .course-content-right .course-content-section .library-item > div:first-child {
  flex: 0 0 35px;
}
.project-template .course-content-main .course-content-right .course-content-section .library-item > div:not(:first-child),
.interactive-course-template .course-content-main .course-content-right .course-content-section .library-item > div:not(:first-child),
.course-template .course-content-main .course-content-right .course-content-section .library-item > div:not(:first-child) {
  padding-left: 20px;
}
.project-template .course-content-main .course-content-right .course-content-section .library-item .button,
.interactive-course-template .course-content-main .course-content-right .course-content-section .library-item .button,
.course-template .course-content-main .course-content-right .course-content-section .library-item .button {
  margin-left: auto;
  margin-right: auto;
}
.project-template .course-content-main .course-content-right .course-content-section h3,
.interactive-course-template .course-content-main .course-content-right .course-content-section h3,
.course-template .course-content-main .course-content-right .course-content-section h3 {
  margin: 0 0 10px;
}
.project-template .course-content-main .course-content-right .course-content-section:first-child h3,
.interactive-course-template .course-content-main .course-content-right .course-content-section:first-child h3,
.course-template .course-content-main .course-content-right .course-content-section:first-child h3 {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 26px;
}
.project-template .course-content-main .course-content-right .course-content-section:last-child h3,
.interactive-course-template .course-content-main .course-content-right .course-content-section:last-child h3,
.course-template .course-content-main .course-content-right .course-content-section:last-child h3 {
  font-family: "PS Commons", Helvetica, Roboto, Arial, sans-serif;
  font-size: 22px;
  margin-bottom: 5px;
}
.project-template .course-content-main .course-content-right .cta-buttons,
.interactive-course-template .course-content-main .course-content-right .cta-buttons,
.course-template .course-content-main .course-content-right .cta-buttons {
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #ffffff;
  position: relative;
}
.project-template .course-content-main .course-content-right .cta-buttons.sticky,
.interactive-course-template .course-content-main .course-content-right .cta-buttons.sticky,
.course-template .course-content-main .course-content-right .cta-buttons.sticky {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background: #222222;
  padding: 30px;
  left: 0;
  right: 0;
}
.project-template .course-content-main .course-content-right .cta-buttons .ps-button .button,
.interactive-course-template .course-content-main .course-content-right .cta-buttons .ps-button .button,
.course-template .course-content-main .course-content-right .cta-buttons .ps-button .button {
  width: 100%;
}
.project-template .course-content-main .course-content-right .cta-buttons .api-price-styling,
.interactive-course-template .course-content-main .course-content-right .cta-buttons .api-price-styling,
.course-template .course-content-main .course-content-right .cta-buttons .api-price-styling {
  font-size: 17px;
  font-weight: 500;
  height: unset;
  margin-top: unset;
}
.project-template .course-content-main .course-content-right .cta-buttons .api-price-styling .curr-symbol,
.interactive-course-template .course-content-main .course-content-right .cta-buttons .api-price-styling .curr-symbol,
.course-template .course-content-main .course-content-right .cta-buttons .api-price-styling .curr-symbol {
  top: unset;
  left: unset;
  color: #ffffff;
}
.project-template .course-content-main .course-content-right .cta-buttons .api-price-styling .curr-major,
.interactive-course-template .course-content-main .course-content-right .cta-buttons .api-price-styling .curr-major,
.course-template .course-content-main .course-content-right .cta-buttons .api-price-styling .curr-major {
  font-size: 17px;
  font-weight: 500;
}
.project-template .course-content-main .course-full-section,
.interactive-course-template .course-content-main .course-full-section,
.course-template .course-content-main .course-full-section {
  margin-top: 80px;
}
.project-template .course-content-main .course-full-section h2,
.interactive-course-template .course-content-main .course-full-section h2,
.course-template .course-content-main .course-full-section h2 {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  border-bottom: 1px solid #363638;
  margin: 0 0 20px;
  padding-bottom: 20px;
  position: relative;
}
.project-template .course-content-main .course-full-section h2:before,
.interactive-course-template .course-content-main .course-full-section h2:before,
.course-template .course-content-main .course-full-section h2:before {
  content: "";
  width: 200px;
  height: 2px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
.project-template .course-content-main .course-trending,
.interactive-course-template .course-content-main .course-trending,
.course-template .course-content-main .course-trending {
  /* Variable */
  /* Variable End */
}
@media screen and (min-width: 1024px) {
  .project-template .course-content-main .course-trending .library-carousel-feed,
  .interactive-course-template .course-content-main .course-trending .library-carousel-feed,
  .course-template .course-content-main .course-trending .library-carousel-feed {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.project-template .course-content-main .course-trending .library-carousel-feed .carousel-arrow-buttons,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .carousel-arrow-buttons,
.course-template .course-content-main .course-trending .library-carousel-feed .carousel-arrow-buttons {
  display: none;
}
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item {
  /* Slick Slide */
}
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item a,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item a,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item a {
  display: flex;
  padding: 15px;
  text-decoration: none;
}
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item a:hover,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item a:hover,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item a:hover,
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item a:focus,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item a:focus,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item a:focus {
  outline: unset;
}
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-item-inner,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-item-inner,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-item-inner {
  display: flex;
  flex-direction: column;
  background: #222222;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image {
  position: relative;
  height: 100px;
  overflow: hidden;
}
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  background: #0084bd;
  border-radius: 4px;
  width: 80px;
  height: 20px;
  color: white;
  font-size: 10px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge[data-tooltip]:before,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge[data-tooltip]:before,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge[data-tooltip]:before,
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge[data-tooltip]:after,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge[data-tooltip]:after,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 50%;
}
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge[data-tooltip]:before,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge[data-tooltip]:before,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge[data-tooltip]:before {
  content: attr(data-tooltip);
  font-family: "PS Commons", Helvetica, Roboto, Arial, sans-serif;
  font-size: 11px;
  color: #181818;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.2;
  bottom: 150%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  border-radius: 3px;
  background-color: #ffffff;
}
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge[data-tooltip]:after,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge[data-tooltip]:after,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge[data-tooltip]:after {
  content: "";
  font-size: 0;
  line-height: 0;
  width: 0;
  bottom: 150%;
  margin-left: -5px;
  border-top: 5px solid #ffffff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge[data-tooltip]:hover:before,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge[data-tooltip]:hover:before,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge[data-tooltip]:hover:before,
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge[data-tooltip]:hover:after,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge[data-tooltip]:hover:after,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge.tooltip-btm[data-tooltip]:before,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge.tooltip-btm[data-tooltip]:before,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge.tooltip-btm[data-tooltip]:before,
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge.tooltip-btm[data-tooltip]:after,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge.tooltip-btm[data-tooltip]:after,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge.tooltip-btm[data-tooltip]:after {
  left: 0;
}
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge.tooltip-btm[data-tooltip]:before,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge.tooltip-btm[data-tooltip]:before,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge.tooltip-btm[data-tooltip]:before {
  bottom: -70px;
  margin-left: -80px;
}
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge.tooltip-btm[data-tooltip]:after,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge.tooltip-btm[data-tooltip]:after,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge.tooltip-btm[data-tooltip]:after {
  margin-left: 35px;
  bottom: -12px;
  border-top: unset;
  border-bottom: 5px solid #ffffff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image img,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image img,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box {
  font-family: "PS Commons", Helvetica, Roboto, Arial, sans-serif;
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-title,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-title,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-title {
  font-family: "PS Commons Medium", Helvetica, Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 21px;
  color: #ffffff;
  margin-bottom: 0;
}
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-author,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-author,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-author {
  font-size: 14px;
  color: #cccccc;
  margin-bottom: 20px;
}
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details {
  margin-top: auto;
}
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details ul,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details ul,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details ul li,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details ul li,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details ul li {
  padding: 0;
  margin-bottom: 0;
  font-size: 13px;
  color: #ffffff;
}
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details ul li:not(:last-child),
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details ul li:not(:last-child),
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details ul li:not(:last-child) {
  margin: 0 20px 0 0;
}
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details ul li:before,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details ul li:before,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details ul li:before {
  display: none;
}
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details img.library-icon,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details img.library-icon,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details img.library-icon {
  display: inline-block;
  width: 10px;
  margin-bottom: 4px;
  margin-left: 5px;
}
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details .fa.fa-star,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details .fa.fa-star,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details .fa.fa-star,
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details .fa.fa-star-half-o,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details .fa.fa-star-half-o,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details .fa.fa-star-half-o {
  color: #f7a614;
}
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details .fa.fa-star.gray:before,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details .fa.fa-star.gray:before,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details .fa.fa-star.gray:before,
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details .fa.fa-star-half-o.gray:before,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details .fa.fa-star-half-o.gray:before,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details .fa.fa-star-half-o.gray:before {
  content: "\f006";
  color: #ffb115;
}
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details .fa.fa-star + span,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details .fa.fa-star + span,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details .fa.fa-star + span,
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details .fa.fa-star-half-o + span,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details .fa.fa-star-half-o + span,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details .fa.fa-star-half-o + span {
  color: #aaaaaa;
}
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item:hover,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item:hover,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item:hover,
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item:focus,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item:focus,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item:focus {
  outline: unset;
}
.project-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item.slick-slide,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item.slick-slide,
.course-template .course-content-main .course-trending .library-carousel-feed .library-carousel-feed-container .library-carousel-item.slick-slide {
  display: flex;
  height: unset;
}
.project-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-list,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-list,
.course-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-list {
  position: relative;
}
@media screen and (min-width: 1080px) {
  .project-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-list,
  .interactive-course-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-list,
  .course-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-list {
    padding: 0 20% 0 0;
  }
  .project-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-list:after,
  .interactive-course-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-list:after,
  .course-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-list:after {
    content: "";
    display: block;
    width: 20%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(left, rgba(24, 24, 24, 0) 0%, rgba(24, 24, 24, 0.4) 25%, rgba(24, 24, 24, 0.8) 55%, #181818 100%);
    background: -webkit-linear-gradient(left, rgba(24, 24, 24, 0) 0%, rgba(24, 24, 24, 0.4) 25%, rgba(24, 24, 24, 0.8) 55%, #181818 100%);
    background: linear-gradient(to right, rgba(24, 24, 24, 0) 0%, rgba(24, 24, 24, 0.4) 25%, rgba(24, 24, 24, 0.8) 55%, #181818 100%);
  }
}
.project-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-arrow,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-arrow,
.course-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-arrow {
  background: #ffffff;
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 12px -1px #000000;
  z-index: 1;
}
.project-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-arrow:before,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-arrow:before,
.course-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(135deg);
  border: solid;
  border-width: 0 3px 3px 0;
  padding: 3px;
  top: 11px;
  transition: all .3s ease;
  border-color: black;
}
.project-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-arrow.slick-prev,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-arrow.slick-prev,
.course-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.project-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-arrow.slick-prev:before,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-arrow.slick-prev:before,
.course-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-arrow.slick-prev:before {
  left: 11px;
}
.project-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-arrow.slick-next,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-arrow.slick-next,
.course-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.project-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-arrow.slick-next:before,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-arrow.slick-next:before,
.course-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-arrow.slick-next:before {
  transform: rotate(-45deg);
  right: 11px;
}
.project-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-arrow.slick-disabled,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-arrow.slick-disabled,
.course-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-arrow.slick-disabled {
  display: none !important;
}
.project-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-track,
.interactive-course-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-track,
.course-template .course-content-main .course-trending .library-carousel-feed .slick-slider .slick-track {
  display: flex;
}
.project-template .course-page-bottom,
.interactive-course-template .course-page-bottom,
.course-template .course-page-bottom {
  background: #181818;
  background: -moz-linear-gradient(top, #181818 0%, #181818 50%, #222222 50%, #222222 50%, #222222 100%);
  background: -webkit-linear-gradient(top, #181818 0%, #181818 50%, #222222 50%, #222222 50%, #222222 100%);
  background: linear-gradient(to bottom, #181818 0%, #181818 50%, #222222 50%, #222222 50%, #222222 100%);
}
.project-template .course-page-bottom .course-content-banner,
.interactive-course-template .course-page-bottom .course-content-banner,
.course-template .course-page-bottom .course-content-banner {
  background: linear-gradient(269.52deg, #ec008c 0%, #f15b2a 98.86%);
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1400px;
}
.project-template .course-page-bottom .course-content-banner .course-content-banner-container,
.interactive-course-template .course-page-bottom .course-content-banner .course-content-banner-container,
.course-template .course-page-bottom .course-content-banner .course-content-banner-container {
  background-image: url("main/images/course/dots.png");
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
}
.project-template .course-page-bottom .course-content-banner .course-content-banner-container > span,
.interactive-course-template .course-page-bottom .course-content-banner .course-content-banner-container > span,
.course-template .course-page-bottom .course-content-banner .course-content-banner-container > span {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 32px;
  color: #ffffff;
}
.project-template .course-page-bottom .course-content-banner .course-content-banner-container .button,
.interactive-course-template .course-page-bottom .course-content-banner .course-content-banner-container .button,
.course-template .course-page-bottom .course-content-banner .course-content-banner-container .button {
  background: #000000;
  color: #ffffff;
  font-size: 14px;
  padding: 15px 20px;
  margin-bottom: 0;
  min-width: 220px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .project-template .course-page-bottom .course-content-banner .course-content-banner-container,
  .interactive-course-template .course-page-bottom .course-content-banner .course-content-banner-container,
  .course-template .course-page-bottom .course-content-banner .course-content-banner-container {
    flex-direction: column;
    justify-content: center;
  }
}
.project-template .course-content-main .course-content-left .course-page-section .toc-item .toc-content ul {
  margin-left: 35px;
}
.project-template .course-content-main .course-content-left .course-page-section .toc-item .toc-content ul li:before {
  content: '';
  display: inline-block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 5px;
  width: 5px;
  margin-right: 10px;
  background-color: #ffffff;
  position: relative;
  top: -2px;
}

.invite-modal-wrap {
	display: none;
}
.invite_modal__content {
	padding: 65px 100px;
	text-align: center;
	background:#222222;
	color:#fafafa;
}
.invite_modal__content h3 {
	margin-bottom: 27px;
}
.invite_modal__callouts {
	margin-top: 42px;
}
.invite_modal__callouts a {
	margin: 0 9px;
}
.invite_modal__callouts a.cancel {
	color: #ddd;
}
.invite_modal__callouts a.cancel.mobile {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.invite_modal__content {
		padding: 40px 60px;
		text-align: center;
	}
	.invite_modal__content h3 {
		margin-bottom: 15px;
	}
	.invite_modal__callouts {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.invite_modal__content {
		padding: 20px 55px;
	}
}
@media only screen and (max-width: 640px) {
	.invite_modal__content {
		padding: 10px;
	}
	.invite_modal__callouts a {
		margin: 0 0 12px;
		display: block;
	}
	.invite_modal__callouts a.cancel {
		display: none;
	}
	.invite_modal__callouts a.cancel.mobile {
		display: block;
	}
    .invite_modal__callouts .button {
	    min-width: inherit;
    }
}

.invite_modal__content a.cancel.corner{
	position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    color: white;
}
.invite_modal__content a.cancel.corner:hover{
	text-decoration:none;
}
.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.ps-paragraph-theme {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: .5px;
}
.ps-eyebrow-text-theme {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ec008c;
  line-height: 130%;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* TT Commons Global style */
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: unset;
  text-transform: none;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 48px;
    line-height: unset;
  }
}
@media screen and (max-width: 640px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 36px;
    line-height: unset;
  }
}
.ps-temporary-tt-commons-theme .text-4.section {
  margin-bottom: 0;
}
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  margin: 0 0 20px 0;
}
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--medium,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty {
  font-size: 18px;
  font-weight: unset;
  line-height: 1.2;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme .text-4 p,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme a.fourteen-px,
.ps-temporary-tt-commons-theme .text-4 .fs--normal,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-size: 24px;
  line-height: 1.2;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier {
  font-weight: unset;
  text-transform: unset;
}
.ps-temporary-tt-commons-theme h1,
.ps-temporary-tt-commons-theme h2,
.ps-temporary-tt-commons-theme h6,
.ps-temporary-tt-commons-theme strong,
.ps-temporary-tt-commons-theme b,
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme .link-list-text .linklist-subnav ul li a,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty,
.ps-temporary-tt-commons-theme .text-4 .fs--tiny,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-family: sans-serif;
  font-weight: 700;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme h3,
.ps-temporary-tt-commons-theme h4,
.ps-temporary-tt-commons-theme h5,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li,
.ps-temporary-tt-commons-theme .text-3 p,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-family: sans-serif;
  font-weight: 400;
}
.ps-temporary-tt-commons-theme ul li:before {
  margin-top: 7px;
}
.brws-pg {
  color: #fff;
}
.brws-pg #browse-top {
  background: #181818;
}
.brws-pg #browse-top .linklist-subnav {
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (min-width: 641px) {
  .brws-pg #browse-top .row {
    max-width: 1520px;
  }
  .brws-pg #browse-top .medium-12.columns {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.brws-pg h2 {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  line-height: 38px;
}
.brws-pg .brws-pitches-wrapper .brws-pitches,
.brws-pg .brws-paths-courses-wrapper .brws-paths-courses,
.brws-pg .brws-what-is-wrapper .brws-what-is,
.brws-pg .brws-testimonials-wrapper .brws-testimonials,
.brws-pg .brws-trial-wrapper .brws-trial,
.brws-pg .brws-other-resources-wrapper .brws-other-resources,
.brws-pg .brws-pricing-wrapper .brws-pricing-headline {
  max-width: 1400px;
  margin: 0 auto;
}
.brws-pg .brws-pitches-wrapper {
  background: #181818;
}
.brws-pg .brws-pitches-wrapper .brws-pitches {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 30px 10px;
}
@media screen and (max-width: 460px) {
  .brws-pg .brws-pitches-wrapper .brws-pitches {
    font-size: 18px;
  }
}
.brws-pg .brws-pitches-wrapper .brws-pitches .brws-pitch-wrapper {
  width: 33.3%;
  float: left;
  margin: 20px 0;
}
@media screen and (max-width: 1024px) {
  .brws-pg .brws-pitches-wrapper .brws-pitches .brws-pitch-wrapper {
    width: 100%;
  }
}
.brws-pg .brws-pitches-wrapper .brws-pitches .brws-pitch-wrapper .brws-pitch {
  margin: 0 auto;
  width: fit-content;
}
.brws-pg .brws-pitches-wrapper .brws-pitches .brws-pitch-wrapper .brws-pitch img {
  margin-right: 16px;
  margin-top: -5px;
  float: left;
  width: 40px;
}
.brws-pg .brws-pitches-wrapper .brws-pitches .brws-pitch-wrapper .brws-pitch img.checkmark {
  padding: 3px 0;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .brws-pg .brws-pitches-wrapper .brws-pitches .brws-pitch-wrapper .brws-pitch {
    margin: 10px auto;
  }
}
@media screen and (max-width: 460px) {
  .brws-pg .brws-pitches-wrapper .brws-pitches .brws-pitch-wrapper .brws-pitch {
    width: 100%;
  }
  .brws-pg .brws-pitches-wrapper .brws-pitches .brws-pitch-wrapper .brws-pitch img,
  .brws-pg .brws-pitches-wrapper .brws-pitches .brws-pitch-wrapper .brws-pitch span {
    clear: both;
    transform: translateX(-50%);
    margin: 0 0 10px 50%;
  }
  .brws-pg .brws-pitches-wrapper .brws-pitches .brws-pitch-wrapper .brws-pitch span {
    width: 100%;
    float: left;
    text-align: center;
  }
}
.brws-pg .brws-paths-courses-wrapper {
  padding: 130px 60px 120px;
  background: #1F1F1F;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .brws-pg .brws-paths-courses-wrapper {
    padding: 60px;
  }
}
@media screen and (max-width: 640px) {
  .brws-pg .brws-paths-courses-wrapper {
    padding: 60px 15px;
  }
}
.brws-pg .brws-paths-courses-wrapper .brws-paths-courses h4 {
  margin-top: 80px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.brws-pg .brws-paths-courses-wrapper .brws-paths-courses .courses-top {
  max-width: 800px;
  margin: 0 auto;
}
.brws-pg .brws-paths-courses-wrapper .brws-paths-courses .courses-top h2 {
  text-align: center;
  text-transform: lowercase;
}
.brws-pg .brws-paths-courses-wrapper .brws-paths-courses .courses-top h2:first-letter {
  text-transform: uppercase;
}
.brws-pg .brws-paths-courses-wrapper .brws-paths-courses .courses-top p {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .brws-pg .brws-paths-courses-wrapper .brws-paths-courses .courses-top p {
    padding: 0 50px;
  }
}
.brws-pg .brws-paths-courses-wrapper .brws-paths-courses .brws-paths-courses-view-more-wrapper {
  text-align: center;
}
.brws-pg .brws-paths-courses-wrapper .brws-paths-courses .brws-paths-courses-view-more-wrapper a.brws-paths-courses-view-more:hover {
  text-decoration: none;
}
.brws-pg .brws-paths-courses-wrapper .brws-paths-courses .brws-paths-courses-view-more-wrapper a.brws-paths-courses-view-more {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid #ec008c;
  padding-bottom: 3px;
}
.brws-pg .brws-what-is-wrapper {
  padding: 140px 60px 5px;
  background: #181818;
  margin-bottom: -30px;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .brws-pg .brws-what-is-wrapper {
    padding: 60px 60px 30px;
  }
}
@media screen and (max-width: 640px) {
  .brws-pg .brws-what-is-wrapper {
    padding: 60px 15px 5px;
  }
}
.brws-pg .brws-what-is-wrapper .brws-what-is {
  text-align: center;
}
.brws-pg .brws-what-is-wrapper .brws-what-is h2 {
  line-height: 1;
  margin-bottom: 90px;
}
@media screen and (max-width: 640px) {
  .brws-pg .brws-what-is-wrapper .brws-what-is h2 {
    margin-bottom: 50px;
  }
}
.brws-pg .brws-what-is-wrapper .brws-what-is .brws-what-is-points {
  margin-bottom: 0;
}
@media screen and (min-width: 641px) {
  .brws-pg .brws-what-is-wrapper .brws-what-is .brws-what-is-points {
    display: flex;
    flex-wrap: wrap;
  }
}
.brws-pg .brws-what-is-wrapper .brws-what-is .brws-what-is-points .brws-what-is-point {
  width: 100%;
  padding: 0 10px;
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
  .brws-pg .brws-what-is-wrapper .brws-what-is .brws-what-is-points .brws-what-is-point {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .brws-pg .brws-what-is-wrapper .brws-what-is .brws-what-is-points .brws-what-is-point {
    width: 25%;
    padding: 0 15px;
  }
}
.brws-pg .brws-what-is-wrapper .brws-what-is .brws-what-is-points .brws-what-is-point img {
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .brws-pg .brws-what-is-wrapper .brws-what-is .brws-what-is-points .brws-what-is-point img {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
.brws-pg .brws-what-is-wrapper .brws-what-is .brws-what-is-points .brws-what-is-point p {
  color: #ccc;
  font-size: 17px;
  padding: 0 3%;
}
.brws-pg .what-is-pluralsight {
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 640px) {
  .brws-pg .what-is-pluralsight {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.brws-pg .brws-testimonials-wrapper {
  padding: 140px 15px 100px;
  background-image: url(main/images/browse/testimonials-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: none;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .brws-pg .brws-testimonials-wrapper {
    padding: 60px 15px 30px;
  }
}
@media screen and (max-width: 640px) {
  .brws-pg .brws-testimonials-wrapper {
    padding: 15px;
  }
}
.brws-pg .brws-testimonials-wrapper .brws-testimonials {
  text-align: center;
  overflow: hidden;
}
.brws-pg .brws-testimonials-wrapper .brws-testimonials h2 {
  margin-bottom: 0;
}
@media screen and (min-width: 641px) {
  .brws-pg .brws-testimonials-wrapper .brws-testimonials h2 {
    padding: 0 45px;
  }
}
.brws-pg .brws-testimonials-wrapper .brws-testimonials .tl-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.brws-pg .brws-pricing-wrapper {
  background-image: linear-gradient(#181818, #000000);
  padding: 140px 0 70px;
}
@media screen and (max-width: 1024px) {
  .brws-pg .brws-pricing-wrapper {
    padding: 60px 0;
  }
}
.brws-pg .brws-pricing-wrapper .brws-pricing-headline h2 {
  line-height: 35px;
  padding: 0 15px;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .brws-pg .brws-pricing-wrapper .brws-pricing-headline h2 {
    padding: 0 60px;
  }
}
.brws-pg .brws-pricing-wrapper .brws-pricing-headline .ts-scribble-block img {
  width: 150px;
}
@media screen and (max-width: 1024px) {
  .brws-pg .brws-pricing-wrapper .brws-pricing-headline .ts-scribble-block img {
    width: 125px;
  }
}
@media screen and (max-width: 640px) {
  .brws-pg .brws-pricing-wrapper .brws-pricing-headline .ts-scribble-block img {
    width: 150px;
  }
}
.brws-pg .brws-other-resources-wrapper {
  background: #222;
  padding: 130px 60px;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .brws-pg .brws-other-resources-wrapper {
    padding: 60px;
  }
}
@media screen and (max-width: 640px) {
  .brws-pg .brws-other-resources-wrapper {
    padding: 60px 15px;
  }
}
.brws-pg .brws-other-resources-wrapper .brws-other-resources h2 {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .brws-pg .brws-other-resources-wrapper .brws-other-resources .brws-other-resources-col {
    display: flex;
  }
}
.brws-pg .brws-other-resources-wrapper .brws-other-resources .brws-other-resources-col .brws-other-resources-authors {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .brws-pg .brws-other-resources-wrapper .brws-other-resources .brws-other-resources-col .brws-other-resources-authors {
    width: 45%;
  }
  .brws-pg .brws-other-resources-wrapper .brws-other-resources .brws-other-resources-col .brws-other-resources-authors h4 {
    max-width: 80%;
  }
}
.brws-pg .brws-other-resources-wrapper .brws-other-resources .brws-other-resources-col .brws-other-resources-authors a,
.brws-pg .brws-other-resources-wrapper .brws-other-resources .brws-other-resources-col .brws-other-resources-authors a:hover {
  color: #fff;
  text-decoration: none;
}
.brws-pg .brws-other-resources-wrapper .brws-other-resources .brws-other-resources-col .brws-other-resources-authors .brws-other-resources-author {
  display: flex;
  align-items: center;
  padding: 30px 30px 0 0;
}
.brws-pg .brws-other-resources-wrapper .brws-other-resources .brws-other-resources-col .brws-other-resources-authors .brws-other-resources-author img {
  border-radius: 50%;
  margin-right: 35px;
  filter: grayscale(100%);
}
.brws-pg .brws-other-resources-wrapper .brws-other-resources .brws-other-resources-col .brws-other-resources-authors .brws-other-resources-author .brws-other-resources-author-details .brws-other-resources-author-name {
  font-size: 20px;
  font-weight: 900;
}
.brws-pg .brws-other-resources-wrapper .brws-other-resources .brws-other-resources-col .brws-other-resources-authors .brws-other-resources-author .brws-other-resources-author-details .brws-other-resources-author-title {
  font-size: 13px;
  color: #cccccc;
  max-width: 280px;
}
.brws-pg .brws-other-resources-wrapper .brws-other-resources .brws-other-resources-col .brws-other-resources-blogs {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .brws-pg .brws-other-resources-wrapper .brws-other-resources .brws-other-resources-col .brws-other-resources-blogs {
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .brws-pg .brws-other-resources-wrapper .brws-other-resources .brws-other-resources-col .brws-other-resources-blogs {
    margin-top: 100px;
  }
}
.brws-pg .brws-other-resources-wrapper .brws-other-resources .brws-other-resources-col .brws-other-resources-blogs h4 {
  margin-bottom: 40px;
}
.brws-pg .brws-other-resources-wrapper .brws-other-resources .brws-other-resources-col .brws-other-resources-blogs .brws-other-resources-blogs-item {
  color: white;
  padding: 30px;
  display: flex;
  background: #181818;
  justify-content: space-between;
  margin: 20px 0;
  align-items: center;
}
.brws-pg .brws-other-resources-wrapper .brws-other-resources .brws-other-resources-col .brws-other-resources-blogs .brws-other-resources-blogs-item .brws-other-resources-blogs-item-title {
  font-size: 18px;
  padding-right: 25px;
}
.brws-pg .brws-other-resources-wrapper .brws-other-resources .brws-other-resources-col .brws-other-resources-blogs .brws-other-resources-blogs-item .brws-other-resources-blogs-item-link {
  color: #0084bd;
  font-weight: 600;
  line-height: 1.2;
  border-bottom: 1px solid #0084bd;
  padding-bottom: 5px;
  white-space: nowrap;
}
.brws-pg .brws-other-resources-wrapper .brws-other-resources .brws-other-resources-col .brws-other-resources-blogs .brws-other-resources-blogs-item:hover {
  text-decoration: none;
}
.brws-pg .brws-trial-wrapper {
  padding: 100px 60px;
  background: #ec008c;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .brws-pg .brws-trial-wrapper {
    padding: 60px;
  }
}
@media screen and (max-width: 640px) {
  .brws-pg .brws-trial-wrapper {
    padding: 60px 15px;
  }
}
.brws-pg .brws-trial-wrapper .brws-trial h2 {
  margin-bottom: 30px;
  font-size: 45px;
  max-width: 500px;
  line-height: 45px;
}
@media screen and (min-width: 1025px) {
  .brws-pg .brws-trial-wrapper .brws-trial h2 {
    margin-bottom: 0;
    float: left;
  }
  .brws-pg .brws-trial-wrapper .brws-trial .ps-button {
    float: right;
    margin-top: 20px;
  }
}


.browse-landing #content {
    padding: 0 0 20px;
    background: #181818;
}

/* role landing tabs */
#role-landing-course-tabs ul {
    float: none;
}
#role-landing-course-tabs li {
    padding: 0;
    margin: 0 0 0 25px;
}
#role-landing-course-tabs li:first-child {
    margin: 0;
}
#role-landing-course-tabs li::before {
    margin: 0;
    content: '';
}
#browse-course-listing-component .tab-content {
    padding: 0 20px 20px;
}
#tab-courses-newest,
#tab-courses-popular {
    display: none;
}
#role-landing-course-tabs #tab-courses-newest,
#role-landing-course-tabs #tab-courses-popular,
.library-page #tab-courses-newest,
.library-page #tab-courses-popular {
    display: block;
}
#role-landing-course-tabs-view-all {
    margin: 20px 20px 0 0;
    font-size: 12px;
    float: right;
    color: #EC008C;
    font-weight: 200;
    display: none;
}

#browse-course-listing-component {
    background: #222222;
    padding: 0;
}
.browse-course-listing-component--simplified__list {
    display: none;
    background: #222222;
    padding: 20px;
}
.library-page .browse-course-listing-component--simplified__list {
    display: block;
}
#browse-course-listing-component h6 {
    color: #f2f2f2;
    text-transform: uppercase;
    padding-left:20px;
}
.browse-course-listing-component--simplified__list h6{
    color: #f2f2f2;
    text-transform: uppercase;
    padding-left:10px;
}
.browse-course-listing-component--simplified__list ol{
    margin: 10px 0 0 0;
}
#browse-course-listing-component h6 {
    margin-top: 20px;
}

@media screen and (max-width: 1024px) {
    #tab-courses-newest {
        display: block;
    }

    .browse-landing .course-columns,
    .browse-landing .side-columns {
        padding: 0;
    }

    #browse-course-listing-component {
        background: transparent;
        padding: 20px 0;
    }
    #browse-course-listing-component .tab-content {
        padding: 0;
    }
    #browse-course-listing-component .search-results-rows {
        background: #222222;
        padding: 0 20px;
    }
    .browse-course-listing-component--simplified__list {
        background: transparent;
        padding: 20px 0;
    }
    .not-library-page .browse-course-listing-component--simplified__list {
        display: block;
    }
    .browse-course-listing-component--simplified__list .search-results-rows {
        background: #222222;
        padding: 0 20px;
    }
    #browse-course-listing-component h6,
    .browse-course-listing-component--simplified__list h6 {
        padding: 0 20px;
    }
    .browse-course-listing-component--simplified__list ol li{
        padding-left:0px;
    }

    .browse-landing .search-results-section__footer {
        background: #222222;
        margin: 5px 0px 0px;
        padding: 0 20px;
    }
}

.contributor-template .generic-block:first-child .generic-block-wrapper {
    padding-top: 150px;
}
.contributor-template .generic-block:first-child .row {
    max-width: 896px;
    padding: 0 40px;
}
.contributor-template .generic-block:first-child .large-4 {
    width: 23.5%;
    padding: 0;
}
.contributor-template .generic-block:first-child .large-8 {
    width: 76.5%;
    padding: 0 0 0 40px;
}
.contributor-template .text-component p, .contributor-template .text-component {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #363636;
}
.contributor-template .text-component p {
    margin: 0 0 30px;
}
.contributor-template .row .section.title h2 {
    font-size: 48px;
    font-weight: 200;
    color: #222222;
    margin: 0 0 15px;
}

.contributor-template .image.section img {
    border-radius: 50%;
    max-width: 100%;
}
.contributor-image .contributor-image-container {
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .contributor-template .generic-block:first-child .generic-block-wrapper {
        padding-top: 125px;
    }
    .contributor-template .row .section.title h2 {
        font-size: 40px;
        line-height: 1.3em;
    }
    .contributor-template .generic-block:first-child .large-4 {
        width: 100%;
        margin-bottom: 10px;
    }
    .contributor-template .generic-block:first-child .large-8 {
        width: 100%;
        padding: 0;
    }
}
@media screen and (max-width: 640px) {
    .contributor-template .generic-block:first-child .row {
        padding: 0 15px;
    }
}
/* assuming blog format stays like this */
.blog-template #content .generic-block:nth-last-child(3) .generic-block-wrapper {
	padding: 0;
	min-height: 180px;
}
.blog-template #content .mktoForm {
	width: 415px !important;
	margin: 0 auto;
	max-width: none;
}
.blog-template #content .mktoForm input[type="email"] {
	background: transparent;
	border: 1px solid #888888;
	color: white;
	width: 255px !important;
}
.blog-template #content .mktoLabel {
	display: none;
}
.blog-template #content .mktoFormRow {
	float: left;
}
.blog-template #content .mktoButton {
	padding: 0;
	width: 140px;
	min-width: 0px;
}
.blog-template #content .mktoButtonRow {
	margin: 0 0 0 20px !important;
}
.before_after_image {margin: 20px 0;}
.before_after_image img {margin-top: 0; margin-bottom: 0;}
.before_after_image img {max-width: 800px;}

.blog-template #content .text-2 ol li{
    list-style:inherit;
}
.blog-template #content .text-2 ol li:before{
	display:none;
}

@media screen and (max-width: 640px) {
	.blog-template #content .marketo-form-component {
		padding: 0 15px 30px;
	}
	.blog-template #content .mktoForm {
		max-width: 100%;
	}
	.blog-template #content .mktoForm .mktoFormCol,
	.blog-template #content .mktoFormRow,
	.blog-template #content .mktoFieldWrap {
		float: none;
	}
	.blog-template #content .mktoForm input[type="email"] {
		width: 100% !important;
	}
	.blog-template #content .mktoButton {
		width: 100%;
	}
	.blog-template #content .mktoButtonRow {
		margin: 15px 0 0 !important;
		width: 100%;
	}
}
.mtvl-badges .mtvl-badges__hero {
  background: #000000;
  padding-top: 50px;
  padding-bottom: 100px;
  text-align: center;
}
.mtvl-badges .mtvl-badges__hero h1 {
  font-size: 48px;
  font-weight: 500;
  color: #ffffff;
  line-height: 56px;
  text-align: center;
  letter-spacing: -0.72px;
  margin-bottom: 15px;
}
.mtvl-badges .mtvl-badges__hero h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 15px;
}
.mtvl-badges .mtvl-badges__hero p {
  color: #ffffff;
}
.mtvl-badges .mtvl-badges__hero .mtvl-badges__badge img {
  width: 250px;
}
@media only screen and (min-width: 1024px) {
  .mtvl-badges .mtvl-badges__hero h2 {
    padding: 0 50px;
  }
}
.mtvl-badges .mtvl-badges__section {
  background: #0E0F13;
  padding-top: 50px;
  padding-bottom: 50px;
}
.mtvl-badges .mtvl-badges__section h3 {
  font-family: sans-serif;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
}
.mtvl-badges .mtvl-badges__section p {
  color: rgba(255, 255, 255, 0.65);
}
.mtvl-badges .mtvl-badges__section p.columns {
  padding: 0;
}
.mtvl-badges .mtvl-badges__section .section--image {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .mtvl-badges .mtvl-badges__section .row {
    display: flex;
    align-items: center;
  }
}


.b2b-content .text-component p {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.7em;
}

.b2b-content .main .text-component p {
    font-size: 20px;
    line-height: 1.33333;   
}

.b2b-content .marketo-form__image img {
	max-width: 230px;
	margin: -80px auto 0;
	display: block;
}

@media all and (max-width: 1024px) {
	.b2b-content .marketo-form__image img {
		max-width: 330px;
	}
	.b2b-content .marketo-form-component {
		margin-top: 80px;
	}
}
@media all and (max-width: 640px) {
	.b2b-content .marketo-form__image img {
		max-width: 230px;
	}
}
/* Color Variables */
.author-summit-template {
  /* /////////////////////////////////////////////////*/
  /* //////////// Simple Navigation Theme ////////////*/
  /* /////////////////////////////////////////////////*/
  /* /////////////////////////////////////////////////*/
  /* ///////////////////// Agenda ////////////////////*/
  /* /////////////////////////////////////////////////*/
  /* Day one Agenda */
  /* Day two Agenda */
  /* Day three Agenda */
  /* /////////////////////////////////////////////////*/
  /* //////////////////// Speakers ///////////////////*/
  /* /////////////////////////////////////////////////*/
}
.author-summit-template .button {
  background-size: 300% 100%;
  transition: all 0.6s ease-in-out;
  background-image: linear-gradient(to right, #f72cb3, #8b3d98, #f72cb3);
}
.author-summit-template .button:hover,
.author-summit-template .button:focus {
  background: linear-gradient(to right, #f72cb3, #8b3d98, #f72cb3);
  background-position: -50% 0;
}
.author-summit-template .simple-nav ul li.active a,
.author-summit-template .simple-nav ul li:hover a,
.author-summit-template .simple-nav ul li:focus a {
  color: #c44fe0;
}
.author-summit-template .simple-nav .simple-nav--button .button {
  background-image: linear-gradient(to right, #f72cb3, #8b3d98, #f72cb3);
}
.author-summit-template .day-agenda .title2 h3.title-font-tungsten {
  font-size: 55px;
  font-weight: 600;
}
.author-summit-template .day-agenda .title2 h4.title-font-tungsten {
  font-weight: 600;
}
.author-summit-template .day-agenda .lc_agenda--timeline .agenda--timeline {
  padding-bottom: 50px;
}
.author-summit-template .day-agenda .lc_agenda--timeline .agenda-time {
  font-family: sans-serif;
  text-align: center;
  padding-top: 10px;
  color: black;
  letter-spacing: unset;
  font-size: 16px;
  z-index: 0;
}
.author-summit-template .day-agenda .lc_agenda--timeline .agenda-time:before {
  background: #c44fe0;
  height: 40px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .author-summit-template .day-agenda .lc_agenda--timeline .agenda-time {
    font-size: 13px;
    padding-top: 12px;
  }
}
.author-summit-template .day-agenda .lc_agenda--timeline .agenda-style {
  color: #c44fe0;
}
.author-summit-template .day-one .title2 h4.title-font-tungsten {
  color: #fef959;
}
.author-summit-template .day-one .lc_agenda--timeline .agenda-time:before {
  background: #fef959;
}
.author-summit-template .day-two .title2 h4.title-font-tungsten {
  color: #77f772;
}
.author-summit-template .day-two .lc_agenda--timeline .agenda-time:before {
  background: #77f772;
}
.author-summit-template .day-three .title2 h4.title-font-tungsten {
  color: #51bdc0;
}
.author-summit-template .day-three .lc_agenda--timeline .agenda-time:before {
  background: #51bdc0;
}
.author-summit-template .live-speaker-wrapper .live-speaker .pslive-speaker-highlights .pslive-speaker-highlights--image {
  text-align: center;
}
.author-summit-template .live-speaker-wrapper .live-speaker .pslive-speaker-highlights .pslive-speaker-highlights--image > img {
  border-radius: 150px;
  height: 275px;
  width: 275px;
  transform: unset;
  transition: unset;
}
.author-summit-template .live-speaker-wrapper .live-speaker .pslive-speaker-highlights .pslive-speaker-highlights--info {
  text-align: center;
}
.author-summit-template .live-speaker-wrapper .live-speaker .pslive-speaker-highlights .pslive-speaker-highlights--info .box-highlight--name {
  font-family: sans-serif;
  text-transform: unset;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.author-summit-template .live-speaker-wrapper .live-speaker .pslive-speaker-highlights .pslive-speaker-highlights--info .box-highlight--name .speaker_firstName {
  display: inline-block;
}
.author-summit-template .live-speaker-wrapper .live-speaker .pslive-speaker-highlights .pslive-speaker-highlights--info .box-highlight--title {
  font-size: 21px;
  margin-top: 5px;
}
.author-summit-template .live-speaker-wrapper .live-speaker .pslive-speaker-highlights .pslive-speaker-highlights--info .box-highlight--company {
  color: #c44fe0;
}
.author-summit-template .live-speaker-wrapper .live-speaker .pslive-speaker-highlights:hover .pslive-speaker-highlights--image img {
  transform: unset;
}
@media only screen and (min-width: 600px) {
  .author-summit-template .live-speaker-wrapper .live-speaker.section {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .author-summit-template .live-speaker-wrapper .live-speaker.section {
    flex: 0 0 33.33333%;
  }
}
.author-summit-template .ps_live_modal .pslive-speaker-highlights .pslive-speaker-highlights--info .box-highlight--name {
  font-family: sans-serif;
  text-transform: unset;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.author-summit-template .ps_live_modal .pslive-speaker-highlights .pslive-speaker-highlights--info .box-highlight--name .speaker_firstName {
  display: inline-block;
}
.author-summit-template .ps_live_modal .pslive-speaker-highlights .pslive-speaker-highlights--info .box-highlight--name .box-highlight--company {
  color: #c44fe0;
}
.author-summit-template .ps_live_modal .pslive-speaker-highlights .pslive-speaker-highlights--info .pslive-speakers--tabs .tabs li.active {
  color: #c44fe0;
  border-bottom-color: #c44fe0;
}
.author-summit-template .ps_live_modal .pslive-speaker-highlights .pslive-speaker-highlights--info .pslive-speakers--tabs .tabs li:not(:first-child) {
  display: none;
}
.author-summit-template #site-promo {
  display: none !important;
}

/* Author Summit Footer */
.as-footer {
  background-color: #000000;
  padding: 20px 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.as-footer .ps-logo img {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .as-footer .ps-logo {
    background-image: url(https://www.pluralsight.com/content/dam/pluralsight2/general/logo/PluralSight_WhiteIcon_Mobile.svg);
    height: 50px;
    width: 50px;
  }
  .as-footer .ps-logo img {
    display: none;
  }
}
.as-footer > a,
.as-footer > ul {
  width: 25%;
}
.as-footer ul {
  text-align: right;
  margin: 0;
}
.as-footer ul li {
  padding: 0;
  margin: 0;
}
.as-footer ul li a {
  color: #fff;
  font-family: sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
}
.as-footer ul li:before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .as-footer {
    flex-direction: column;
  }
  .as-footer > a,
  .as-footer > ul {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .as-footer ul li {
    margin: 0 10px;
    float: left;
  }
}

.author-template #content{
	background:#181818;
}
.author-template #author-bio, #author-bio p {
	font-size: 14px;
	color: #ccc;
	margin: 0 0 30px;
	font-weight: 500;
	line-height: 1.6;
}
.author-page {
	display: flex;
	flex-direction: row;
}
.author-page .author__info {
	width: 30%;
	background: black;
	padding: 60px 50px;
}
.author-page .author__info .author__image {
	width: 200px;
	height: 200px;
	border-radius: 100px;
	overflow: hidden;
}
.author-page .author__info .author__name h1 {
	color: white;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 5px;
}
.author-page .author__info .author__name > div {
	color:#EC008C;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 30px;
}
.author-page .author__info .author__social {
	display: flex;
	align-items: center;
	text-decoration: none;
	margin-bottom: 30px;
}
.author-page .author__info .author__social .social__link {margin-right: 15px;}
.author-page .author__info .author__social .social__link img {
	width: auto;
	height: 20px;
}
.author-page .author__info .author__social .social__link.social_tw img {
	height: 18px;
}
.author-page .author__content {
	padding: 60px 50px;
	flex: 1;
}
.author-page .author__content h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #aaaaaa;
	font-weight: 700;
	margin: 0 0 10px;
}
.author-page .author__courses .title__type {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #EC008C;
}
.author-page .author__courses .title__course {
	color: white;
	font-size: 18px;
	font-weight: 700;
}
.author-page .author__courses .title__info {
	display: flex;
	justify-content: flex-start;
	position: relative;
}
.author-page .author__courses .title__info > div {
	max-width: 120px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
	color: #aaaaaa;
	line-height: 1;
}
.author-page .author__courses .title__info > div:after {
	content: "\2022";
	padding: 0 10px;
	font-size: 9px;
}
.author-page .author__courses .title__info > div:last-child:after {
	display: none;
}
.author-page .author__stats {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.author-page .author__stats .stats__item {
	width: 33.333%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	border-left: 2px solid #aaa;
	padding-left: 20px;
	padding-right: 10px;
}
@media screen and (min-width:768px){
	.author-page .author__stats .stats__item h3{
		height:35px;
	}
}
.author-page .author__stats .stats__item div {
	font-size: 14px;
	color: #555555;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
}
.author-page .author__stats .stats__item div:last-child {
	margin-bottom:0;
}
.author-page .author__stats .stats__item .stats__number {
	font-weight: 700;
	color: #EC008C;
	font-size: 50px;
	line-height: 1;
	letter-spacing: -3px;
}
.author-page .author__stats .stats__item .stats__topic {
	font-weight: 700;
	color: #
}
.author-page .author__courses ul {
	margin: 30px 0 0;
	padding: 0;
}
.author-page .author__courses ul li {
	padding-left: 0;
}
.author-page .author__courses ul li:before {
	display: none;
}
.author-page .author__courses ul li a {
	display: flex;
	background: black;
	padding: 15px;
	margin-top: 15px;
	text-decoration: none;
}
.author-page .author__courses ul li .author__courses__image {
	position: relative;
	width: 124px;
	height: 70px;
	overflow: hidden;
}
.author-page .author__courses ul li .author__courses__image .play__icon {
	width: 50px;
	height: 50px;
	background-image: url(main/images/icons/playbutton@2x.png);
	background-size: 150px;
	background-position: -12px -12px;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.author-page .author__courses ul li .author__courses__info {
	margin-left: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

@media all and (max-width: 1024px) {
	.author-page {flex-direction: column;}
	.author-page .author__info {width: 100%; display: flex;}
	.author-page .author__info .author__description {flex: 1; margin-left: 30px;}
	.author-page .author__info .author__name h1 {margin-top: 0;}
}
@media all and (max-width: 767px) {
	.author-page .author__info {flex-direction: column; align-items: center;}
	.author-page .author__info .author__name {text-align: center;}
	.author-page .author__info .author__name h1 {margin-top: 45px;}
	.author-page .author__info .author__social {justify-content: center;}
	.author-page .author__info .author__social a:last-child {margin-right: 0;}
	.author-page .author__stats {flex-direction: column;}
	.author-page .author__stats .stats__item {
		border-left: 0;
		border-bottom: 2px solid #aaa;
		width: 100%;
		align-items: center;
		padding: 30px 0;
	}
	.author-page .author__content, .author-page .author__info {padding: 30px 20px;}
	.author-page .author__info .author__description {margin-left: 0;}
	.author-page .author__courses ul li .author__courses__image {display: none;}
	.author-page .author__courses ul li .author__courses__info {margin-left: 0;}
}
body.localized-microsite-template *[id] {
  scroll-margin-top: 150px;
}
body.localized-microsite-template .xf-content-height {
  margin: 0 !important;
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.ps-paragraph-theme {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: .5px;
}
.ps-eyebrow-text-theme {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ec008c;
  line-height: 130%;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* TT Commons Global style */
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: unset;
  text-transform: none;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 48px;
    line-height: unset;
  }
}
@media screen and (max-width: 640px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 36px;
    line-height: unset;
  }
}
.ps-temporary-tt-commons-theme .text-4.section {
  margin-bottom: 0;
}
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  margin: 0 0 20px 0;
}
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--medium,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty {
  font-size: 18px;
  font-weight: unset;
  line-height: 1.2;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme .text-4 p,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme a.fourteen-px,
.ps-temporary-tt-commons-theme .text-4 .fs--normal,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-size: 24px;
  line-height: 1.2;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier {
  font-weight: unset;
  text-transform: unset;
}
.ps-temporary-tt-commons-theme h1,
.ps-temporary-tt-commons-theme h2,
.ps-temporary-tt-commons-theme h6,
.ps-temporary-tt-commons-theme strong,
.ps-temporary-tt-commons-theme b,
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme .link-list-text .linklist-subnav ul li a,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty,
.ps-temporary-tt-commons-theme .text-4 .fs--tiny,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-family: sans-serif;
  font-weight: 700;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme h3,
.ps-temporary-tt-commons-theme h4,
.ps-temporary-tt-commons-theme h5,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li,
.ps-temporary-tt-commons-theme .text-3 p,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-family: sans-serif;
  font-weight: 400;
}
.ps-temporary-tt-commons-theme ul li:before {
  margin-top: 7px;
}
#search-results.row {
  max-width: 100%;
  padding: 40px 0 35px;
}
#search-results h6 {
  color: #f2f2f2;
}
#search-results .column + .column:last-child,
#search-results .columns + .columns:last-child {
  float: left;
}
#search-results #pathContent {
  margin-bottom: 0px;
  margin-top: 10px;
}
#search-results #pathContent div.item .item-each {
  background-color: #181818;
}
#search-results #pathContent div.item .item-each .item-text ul li {
  font-size: 10px;
}
#search-results #pathContent div.item .item-each .item-text ul li span {
  font-weight: 700;
}
#search-results #pathContent .item-each .item-text {
  font-size: 14px;
  font-weight: 300;
  padding: 8px;
}
@media screen and (max-width: 1255px) {
  #search-results #pathContent li.has-test span {
    display: none;
  }
}
#search-results a.paths-page-view-all .search-results-section__footer.columns {
  margin-top: 10px;
}
#search-results .resource-tiles-row {
  margin: 30px -30px 5px;
}
#search-results .resource-tile {
  padding: 0 30px;
  margin-bottom: 60px;
}
#search-results .resource-tile > a {
  border: 1px solid #363636;
  display: block;
  position: relative;
}
#search-results .resource-tile h5 {
  font-size: 13px;
  line-height: 23px;
  font-weight: 200;
  color: #888888;
  margin: 20px 0;
  height: 66px;
  overflow: hidden;
  position: relative;
}
#search-results .resource-tile h5::after {
  background-image: linear-gradient(to top, #222222 0px, rgba(34, 34, 34, 0) 100%);
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
#search-results .resource-tile a:hover,
#search-results .resource-tile:hover {
  text-decoration: none;
}
#search-results .resource-tile-image .square-box-content {
  padding: 0;
}
#search-results .resource-tile-image::after {
  margin-top: 58%;
}
#search-results .resource-tile-text {
  background: transparent;
  padding: 0 35px;
  min-height: 97px;
}
#search-results .author-row {
  margin: 0 -40px;
}
#search-results .author-row:first-child {
  margin-top: 40px;
}
#search-results .author-row a {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
  font-weight: 200;
  height: 48px;
}
#search-results .author-row .author-list-page {
  padding: 0px 50px;
}
#search-results .author-row .columns {
  margin-bottom: 25px;
  padding: 0 50px;
}
#search-results #author-list-view-all__thumbnail-content {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #555555;
  border-radius: 50%;
}
#search-results #author-list-view-all__thumbnail-inner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-weight: 200;
  width: 100%;
}
#search-results #author-list-view-all__count {
  font-size: 41px;
  line-height: 41px;
}
@media screen and (max-width: 768px) {
  #search-results #author-list-view-all__count {
    font-size: 30px;
    line-height: 30px;
  }
  #search-results #author-list-view-all__text {
    font-size: 10px;
    line-height: 17px;
  }
}
.search-template #content.tab-selected #search-results.row {
  padding-top: 15px;
}
.search-template #content.tab-selected .search-results-section h4 {
  display: none;
}
.search-template #content.tab-selected #search-results h6 {
  display: none !important;
}
.search-template #content.tab-selected .search-results-section__footer {
  display: none;
}
.search-template #content.tab-selected #search-results-category-target-wrapper {
  display: block;
}
.search-template #content.tab-selected #search-results-target {
  display: none;
}
.search-results-page {
  border-top: 1px solid black;
}
.search-results-page:first-child {
  border-top: none;
}
.search-result {
  padding: 15px 0;
  border-bottom: 1px solid #000000;
}
.search-result:last-child {
  border-bottom: none;
}
.search-results-section h4 {
  border-bottom: 1px solid #333333;
  margin: 0;
  color: #f2f2f2;
  text-transform: capitalize;
  padding-bottom: 5px;
}
.search-result__title {
  margin-top: 5px;
}
.search-result__title a {
  font-size: 18px;
  font-weight: 400;
  color: #d3d3d3;
}
.hands-on .search-result__title {
  margin-top: 0;
}
.search-result__hands-on-type {
  color: #888888;
  font-weight: 200;
  font-size: 12px;
  margin-bottom: 0;
}
.search-result__hands-on-type .type-icon {
  fill: currentcolor;
  width: 18px;
  float: left;
}
.search-result__hands-on-type .type-text {
  margin-left: 5px;
  float: left;
}
.search-result__details {
  margin-top: 0;
  color: #888888;
  font-weight: 200;
  font-size: 12px;
  margin-bottom: 0;
  clear: left;
}
.search-result__details > div {
  float: left;
  font-size: 12px;
  font-weight: 400;
  margin-right: 20px;
}
.search-result__author {
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-result__level {
  width: 100px;
  text-transform: Capitalize;
}
.search-result__date {
  width: 105px;
}
.search-result__duration {
  width: 100px;
}
.search-result__length {
  width: 100px;
}
.search-result__playlist {
  width: 130px;
}
.search-result__details a {
  color: #888;
}
.search-result__playlist a::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  text-align: center;
  margin-right: 4px;
  background: transparent url(main/images/icon-plus-circle.svg) top left no-repeat;
  background-size: 100% auto;
}
.search-result__rating {
  width: 140px;
}
.search-result__rating .fa {
  color: #f7a614;
}
.search-result__rating .fa-star.gray:before {
  content: "\f006";
  color: #ffb115;
}
.search-result__info {
  float: left;
  width: 80%;
}
.hands-on .search-result__info {
  margin-top: -5px;
}
.search-result__icon {
  float: left;
  width: 120px;
  height: 60px;
  margin-right: 20px;
}
.search-result__icon img {
  margin: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
}
@media screen and (max-width: 1240px) {
  .search-result__icon {
    display: none;
  }
}
.search-results-section__footer {
  background: #111111;
  height: 40px;
  margin: 25px 0 50px;
}
.search-results-section__footer a,
a .search-results-section__footer p {
  color: white;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.search-results-section__load-button {
  text-align: center;
  margin: 60px 0;
}
#search-results-target__pages .search-result__details {
  max-width: 550px;
}
#search-results-category-target-wrapper {
  display: none;
}
.events-results {
  display: flex;
  flex-wrap: wrap;
}
.events-results .event-item {
  padding: 0 15px;
  margin-bottom: 30px;
}
.events-results .event-item a {
  text-decoration: none;
}
.events-results .event-item .regular-container {
  background: #222;
  height: 368px;
  padding: 25px;
  -webkit-box-shadow: 2px 20px 30px -15px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 2px 20px 30px -15px rgba(0, 0, 0, 0.8);
  box-shadow: 2px 20px 30px -15px rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.events-results .event-item .event-type {
  padding: 3px 15px 0px;
  font-size: 14px;
  background: #f7a614;
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 42px;
  color: #000;
  font-weight: 700;
  align-self: start;
}
.events-results .event-item .event-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
  color: white;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.events-results .event-item .event-subtext {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: .5px;
  text-align: left;
  color: #ccc;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.events-results .event-item .event-details {
  margin-top: auto;
  margin-bottom: 25px;
}
.events-results .event-item .event-details ul {
  margin: 0;
  padding: 0;
}
.events-results .event-item .event-details ul li {
  font-size: 12px;
  color: #aaa;
  font-weight: 300;
  padding-left: 0;
  margin-bottom: 10px;
}
.events-results .event-item .event-details ul li:before {
  display: none;
}
.events-results .event-item .event-details i.event-icon {
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.events-results .event-item .event-details i.event-icon.event-calendar {
  background-image: url("main/images/events/calendar.svg");
}
.events-results .event-item .event-details i.event-icon.event-time {
  background-image: url("main/images/events/clock.svg");
  margin-left: 20px;
}
.events-results .event-item .event-details i.event-icon.event-tag {
  background-image: url("main/images/events/tag.svg");
}
.events-results .event-item .event-details i.event-icon.event-global {
  background-image: url("main/images/events/globe.svg");
}
.events-results .event-item .event-cta {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.events-results .event-item .event-cta:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #ec008c;
  margin-left: 4px;
  transition: .3s all;
}
.events-results .event-item a:hover .event-cta:after {
  margin-left: 8px;
}
@media screen and (max-width: 1440px) {
  .search-result::after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 17px;
    line-height: 17px;
    color: #f2f2f2;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #search-results-target__pages .search-result::after {
    content: "";
  }
}
@media screen and (max-width: 1172px) {
  #search-results.row {
    padding: 15px 0 15px;
    margin: 0 auto;
  }
  .search-result {
    padding: 10px 0;
  }
  .search-result::first-child {
    border: none;
  }
  .search-results__details {
    margin-top: 5px;
  }
  .search-result__details > div:not(:first-child) {
    margin-left: 15px;
  }
  .search-result__rating {
    display: none;
  }
  .search-result__details > div.search-result__author {
    margin: 0;
  }
  .search-result__title,
  .search-result__details {
    margin: 0;
  }
  .search-result__title a {
    line-height: 20px;
  }
  .search-result__info {
    width: 100%;
    padding-right: 40px;
  }
  .hands-on .search-result__info {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .search-template #content {
    background: #222222;
  }
  .search-template #content.tab-selected #search-results.row,
  .search-template #content.tab-selected #search-results.row {
    padding: 0;
  }
  .search-template #content.tab-selected #search-results h6 {
    background: #363636;
    float: none;
    padding: 10px 15px;
    margin: 0;
    display: block !important;
  }
  .search-template #content.tab-selected .search-results-section {
    clear: both;
  }
  .search-template #content.tab-selected .search-result {
    border-top: 1px solid black;
    border-bottom: none;
  }
  .search-template #content.tab-selected .search-result .resource-tiles-row {
    margin: 0 15px;
  }
  #search-results h6 {
    font-size: 10px;
    color: #888888;
    font-weight: 200;
    float: right;
    padding: 0 15px;
    margin: 24px 0 0;
  }
  #search-results #pathContent {
    margin-bottom: 0px;
  }
  .search-results-section {
    background: #363636;
  }
  .search-results-section h4 {
    padding: 15px;
    border-bottom: 1px solid #666666;
    font-size: 19px;
  }
  .search-results-rows {
    padding: 0 15px;
    border-top: none;
  }
  .search-result__details > div {
    font-size: 10px;
    margin-right: 0;
  }
  .search-result__author {
    width: 80px;
  }
  .search-result__level {
    width: 65px;
  }
  .search-result__date {
    width: 80px;
  }
  .search-results-section__footer {
    background: #222222;
    margin: 5px 0 0;
  }
  #search-results-target__pages .search-result {
    padding: 15px 0;
  }
  #search-results-target__pages .search-result__title a {
    font-size: 15px;
    line-height: 25px;
  }
  #search-results .resource-tiles-row {
    margin: 15px 15px 0;
  }
  #search-results .resource-tile {
    margin-bottom: 30px;
    padding: 0;
  }
  #search-results .resource-tile h5::after {
    background-image: linear-gradient(to top, #000000 0px, rgba(34, 34, 34, 0) 100%);
  }
  #search-results .resource-tile > a {
    border: 1px solid transparent;
  }
  #search-results .resource-tile-text {
    background: black;
  }
  #search-results .author-row {
    margin: 0;
  }
  #search-results .author-row:first-child {
    margin-top: 0;
  }
  #search-results .author-row:first-child .author-list-page {
    padding-top: 30px;
  }
  #search-results .author-row .columns {
    padding: 0 30px;
  }
  #search-results .author-row a {
    font-size: 10px;
    line-height: 17px;
  }
  #search-results .author-row a .author-name {
    height: 34px;
  }
  #search-results .author-list-page {
    padding: 0;
  }
  #search-results h6.search-results-section-count.paths {
    display: none !important;
  }
}
/* Shared with author component */
.author-row .columns {
  margin-bottom: 80px;
  float: left !important;
}
.author-row a {
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #363636;
  font-weight: 300;
}
.author-row a .author-name {
  height: 54px;
}
@media screen and (max-width: 768px) {
  .author-row .columns {
    margin-bottom: 40px;
  }
}
.author-list-thumbnail {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 50%;
}
.author-list-thumbnail img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#pathContent.search-results-rows div.item .not-standard-badge,
.search-result__details > .not-standard-badge {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  background: #0084bd;
  border-radius: 4px;
  width: 80px;
  height: 20px;
  color: white;
  font-size: 10px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
  position: relative;
  right: unset;
  top: unset;
}
#pathContent.search-results-rows div.item .not-standard-badge[data-tooltip]:before,
.search-result__details > .not-standard-badge[data-tooltip]:before,
#pathContent.search-results-rows div.item .not-standard-badge[data-tooltip]:after,
.search-result__details > .not-standard-badge[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 50%;
}
#pathContent.search-results-rows div.item .not-standard-badge[data-tooltip]:before,
.search-result__details > .not-standard-badge[data-tooltip]:before {
  content: attr(data-tooltip);
  font-family: "PS Commons", Helvetica, Roboto, Arial, sans-serif;
  font-size: 11px;
  color: #181818;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.2;
  bottom: 150%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  border-radius: 3px;
  background-color: #ffffff;
}
#pathContent.search-results-rows div.item .not-standard-badge[data-tooltip]:after,
.search-result__details > .not-standard-badge[data-tooltip]:after {
  content: "";
  font-size: 0;
  line-height: 0;
  width: 0;
  bottom: 150%;
  margin-left: -5px;
  border-top: 5px solid #ffffff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
#pathContent.search-results-rows div.item .not-standard-badge[data-tooltip]:hover:before,
.search-result__details > .not-standard-badge[data-tooltip]:hover:before,
#pathContent.search-results-rows div.item .not-standard-badge[data-tooltip]:hover:after,
.search-result__details > .not-standard-badge[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
#pathContent.search-results-rows div.item .not-standard-badge.tooltip-btm[data-tooltip]:before,
.search-result__details > .not-standard-badge.tooltip-btm[data-tooltip]:before,
#pathContent.search-results-rows div.item .not-standard-badge.tooltip-btm[data-tooltip]:after,
.search-result__details > .not-standard-badge.tooltip-btm[data-tooltip]:after {
  left: 0;
}
#pathContent.search-results-rows div.item .not-standard-badge.tooltip-btm[data-tooltip]:before,
.search-result__details > .not-standard-badge.tooltip-btm[data-tooltip]:before {
  bottom: -70px;
  margin-left: -80px;
}
#pathContent.search-results-rows div.item .not-standard-badge.tooltip-btm[data-tooltip]:after,
.search-result__details > .not-standard-badge.tooltip-btm[data-tooltip]:after {
  margin-left: 35px;
  bottom: -12px;
  border-top: unset;
  border-bottom: 5px solid #ffffff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
#cludo-banner {
  display: none;
  white-space: normal;
}
#cludo-banner .banner {
  background: #222;
  border-radius: 8px;
  color: #fff;
}
#cludo-banner .banner a {
  padding: 0;
  display: block;
}

#search-filter-left-content {
	background: #222222;
	padding: 0 20px 50px;
}
.search-filter-header {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	font-weight: 300;
}
.search-filter-header a {
	color: #f2f2f2;
	display: block;
	padding: 20px 22px 20px 20px;
}
.search-filter-header a:hover {
	text-decoration: none;
}
.search-filter-header a::after {
	content: '+';
	float: right;
	text-align: center;
	width: 10px;
	font-size: 23px;
	color: #EC008C;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.search-filter-header a.open::after {
	content: '–';
}
#search-filter-left-header {
	margin: 30px 20px;
	color: #f2f2f2;
}
#search-filter-left-header::after {
	content: "";
	width: 0;
}
.search-filter-sections {
	border-bottom: 1px solid #000000;
}
.search-filter-section {
	border-top: 1px solid #000000;
}
.search-filter-options {
	display: none;
	margin-right: 14px;
	overflow-y:scroll;
}
.search-filter-options ul {
	max-height: 270px;
	margin: 0 20px 0 32px;
}
.search-filter-options li {
	color: #7a7a7a;
	font-size: 12px;
	font-weight: 400;
	line-height: 27px;
	padding: 0;
	margin-bottom: 5px;
}
.search-filter-options li.selected {
	display: none;
}
.search-filter-options li:last-child {
	margin-bottom: 20px;
}
.search-filter-options li a {
	color: #7a7a7a;
	display: block;
	word-wrap: break-word;
}
.search-filter-options li a:hover {
	text-decoration: none;
}
.search-filter-options li::before {
	margin: 0;
	content: "";
}
.search-filter-selected {
	margin: 0 8px 0 20px;
}
.search-filter-selected-option {
	background: black;
	color: white;
	padding: 0 12px;
	line-height: 40px;
	font-size: 12px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
	display: none;
	margin: 0 10px 20px 10px;
	word-wrap: break-word;
}
.search-filter-selected-option.active {
	display: block;
}
.search-filter-selected-option:last-child {
	margin-bottom: 20px;
}
.search-filter-selected-option-remove::after {
	font-family: "Helvetica Neue",Arial,sans-serif;
	content: '×';
	color: white;
	right: 15px;
	width: 10px;
	font-size: 20px;
	cursor: pointer;
	font-weight: 400;
	position: absolute;
	top: 44%;
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#search-filter-bar {
	border-bottom: 1px solid #000;
}
#search-results-section {
	padding: 0;
}
#search-filter-tabs {
	float: left;
}
#search-filter-tabs ul {
	margin: 20px 0 0;
	padding: 0 20px;
}
#search-filter-tabs li {
	padding: 0;
	margin: 0 0 0 40px;
}
#search-filter-tabs li:first-child {
	margin: 0;
}
#search-filter-tabs li::before {
	margin: 0;
	content: '';
}
#search-filter-tabs.tabs .tab-title > a {
	background: transparent;
	padding: 0 0 20px;
	font-size: 14px;
	font-weight: 300;
	color: #888888;
	border-bottom: 5px solid transparent;
}
#search-filter-tabs.tabs .tab-title.ui-tabs-active > a, #search-filter-tabs.tabs .tab-title > a:hover {
	color: #f2f2f2;
	border-color: #EC008C;
	text-decoration: none;
}

#search-filter-options {
	float: right;
	padding: 12px 0 0 0;
	color: white;
	display: none;
}
.search-template #content.tab-selected #search-filter-options {
	display: block;
}
#search-filter-options select {
	width: auto;
	background: #2d2d2d;
	border: 0;
	margin: 0 0 0 0;
	height: 36px;
	line-height: 36px;
	padding: 0 35px 6px 20px;
	font-weight: 300;
	color: #f2f2f2;
	border-radius: 4px;
}
#search-filter-options > div {
	display: inline-block;
	position: relative;
	font-weight: 400;
}
.search-filter-page-info {
	margin: 0 20px;
}
.search-filter-select-container::after {
	content: "\f078";
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	right: 6px;
	bottom: 0;
	line-height: 36px;
	pointer-events: none;
}

@media screen and (max-width: 1160px) {
	.search-template #content.tab-selected #search-filter-options, #search-filter-options {
		display: none;
	}
	#search-filter-tabs li {
		margin-left: 28px;
	}
}

@media screen and (max-width: 640px) {
	#search-filter-bar {
		border: none;
		padding: 0 40px;
		margin-bottom: 10px;
	}
	#search-filter-tabs-select-wrapper {
		position: relative;
	}
	#search-filter-tabs-select-wrapper::after {
		font-family: FontAwesome;
		position: absolute;
		top: 0;
		right: 15px;
		bottom: 0;
		pointer-events: none;
		content: "\f0d7";
		color: white;
		line-height: 28px;
	}
	#search-filter-tabs-select {
		height: 28px;
		padding: 0 10px;
		border-radius: 9px;
		background: #363636;
		color: white;
		border: 1px solid #999999;
	}

	#search-filter-tabs li {
		margin-left: 25px;
	}
}
.news-table-container .news-card-flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-table-container .news-card-flexbox .news-card:hover {
  text-decoration: none;
}
.news-table-container .news-card-flexbox .news-card {
  width: 32%;
  margin: 1% 0;
  background-color: #222;
  /* Color Scheme */
}
.news-table-container .news-card-flexbox .news-card .news-card-image-padding {
  padding: 20px;
  background-color: white;
}
.news-table-container .news-card-flexbox .news-card .news-card-image {
  height: 110px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.news-table-container .news-card-flexbox .news-card .news-card-content {
  padding: 20px;
  text-align: left;
}
.news-table-container .news-card-flexbox .news-card .news-card-content .news-card-date {
  color: #8f8f8f;
  font-size: 11px;
}
.news-table-container .news-card-flexbox .news-card .news-card-content .news-card-title {
  color: white;
  font-weight: 200;
  font-size: 16px;
}
.news-table-container .news-card-flexbox .news-card.filler {
  visibility: hidden;
  margin: 0;
  height: 0;
}
.news-table-container .news-card-flexbox .news-card.card--nocolor {
  background-color: transparent;
}
.news-table-container .news-card-flexbox .news-card.card--nocolor .news-card-content {
  border-top: 1px solid #EC008C;
}
.news-table-container .news-card-flexbox .news-card.card--nocolor .news-card-title {
  color: black;
}
.news-table-container .news-card-flexbox .news-card.card--nocolor .news-card-date {
  color: #555555;
}
.news-table-container .news-card-flexbox .news-card.card--mgrey {
  background-color: #363636;
}
.news-table-container .news-card-flexbox .news-card.card--dgrey {
  background-color: #222222;
}
.news-table-container .news-card-feed-buttons {
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .news-table-container .news-card-flexbox .news-card {
    width: 98%;
    margin: 1% 1% 5%;
  }
}

.news-archive-container {
  background-color: #222;
  width: 100%;
  color: white;
  padding: 25px;
  position: relative;
  margin-top: 8px;
  margin-bottom: 40px;
}
.news-archive-container .news-archive-dd {
  position: absolute;
  top: 25px;
  right: 25px;
  transform: scale(1.5, 0.75);
  display: none;
  font-size: 12px;
  cursor: pointer;
}
.news-archive-container .news-archive-title {
  font-size: 18px;
  cursor: pointer;
}
.news-archive-container ul.news-archive-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.news-archive-container ul.news-archive-links li:before {
  content: '';
}
.news-archive-container ul.news-archive-links li {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 24px;
}
.news-archive-container ul.news-archive-links li a,
.news-archive-container ul.news-archive-links li a:hover {
  text-decoration: none;
  color: white;
}
@media screen and (max-width: 1024px) {
  .news-archive-container {
    padding: 0px;
  }
  .news-archive-container .news-archive-dd {
    display: block;
  }
  .news-archive-container .news-archive-title {
    font-size: 16px;
    text-align: left;
    padding: 20px;
  }
  .news-archive-container ul.news-archive-links {
    display: none;
    padding: 0px 25px 25px;
  }
  .news-archive-container ul.news-archive-links li a {
    line-height: 30px;
    font-size: 16px;
    color: #aaa;
  }
}

.checkout-list {
    margin-left: 100px;
    margin-bottom: 8px;
}
.checkout-list ul {
    margin-left: 0px;
}
.checkout-list-list {
    margin-bottom: 0px;
}
.checkout-list-list li {
    font-size: 14px;
    padding-left: 0px;
    line-height: inherit;
    margin-bottom: 8px;
}
.checkout-list-list li:before {
    margin-right: 0;
    content: " ";
}
.checkout-list-title {
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 8px;
}
.checkout-list-text {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 8px;
}

.checkout-list .button, .checkout-list a.button {
    color: white;
    min-width: 0px;
    float: left;
    margin-top: 30px;
}

.checkout-list p.business.buttonLink{
    margin-top: 45px;
    float: right;
    display: block;
    font-size: 14px;
    color: #127fc9;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
}
.checkout-list p.business.buttonLink.hidden {
    display: none;
}

@media only screen and (max-width: 64em) {
    .checkout-list {
        margin-left: 0;
        margin-top: 75px;
        margin-bottom: 8px;
    }
}

.awards-row {
	margin-bottom: 40px;
	position: relative;
	transform-style: preserve-3d;
	background-color: #222;
	color: white;
    text-align: left;
	font-size: 12px;
	font-weight: 300;
}

.awards-row-intro {
	color: #a9a9a9;
}
.awards-row-image-container {
    background-color: white;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.awards-row-image {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}
.awards-row-content {
	padding: 20px 25px;
}
.awards-row-date {
	color: #a9a9a9;
    font-size: 10px;
    margin-bottom: 5px;
}
.awards-row h5.awards-row-title  {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 400;
}

/* Color Scheme */
.awards-row.card--nocolor {
	background-color: transparent;
}

.awards-row.card--mgrey {
	background-color: #363636;
}

.awards-row.card--dgrey {
	background-color: #222222;
}

.awards-row.card--nocolor .awards-row-content {
	border-top: 1px solid #EC008C;
}

.awards-row.card--nocolor .awards-row-title {
	color: black;
}

.awards-row.card--nocolor .awards-row-date,
.awards-row.card--nocolor .awards-row-intro {
	color: #555555;
}

@media screen and (max-width: 1023px) {
	.awards-table-simple .awards-row {
		width: 32%;
	}

	.awards-table-simple:after {
		content: "";
		flex: 0 0 32%;
	}
}

@media screen and (max-width: 640px) {
	.awards-row-image-container {
		height: 165px;
	}

	.awards-table-simple .awards-row {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.awards-row-image-container {
	    height: 165px;
	}
}

@media screen and (min-width: 641px) {
	.awards-row-image-container {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 140px;
	}

	.awards-row-content {
		width: calc(100% - 140px);
		position: relative;
		left: 140px;
		top: 0;
	}

	.awards-table-simple {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.awards-table-simple .awards-row-image-container {
		width: 100%;
		height: 150px;
		position:relative;
		top: unset;
		left: unset;
	}
	.awards-table-simple .awards-row-content {
		width: 100%;
		left: unset;
		top: unset;
	}
}

@media screen and (min-width: 1024px) {
	.awards-table-simple .awards-row {
		width: 19%;
	}
}
#local-nav {
  width: 100%;
  height: 60px;
  background: #363636;
  position: sticky;
  display: flex;
  top: 0;
  z-index: 9999;
  align-items: center;
  padding: 0 20px;
}
#local-nav .row {
  display: flex;
  max-width: 1400px;
  align-items: center;
}
#local-nav .locale-switcher {
  margin-right: auto;
  display: flex;
  align-items: center;
}
#local-nav .locale-switcher .locale-dd {
  display: flex;
  align-items: center;
  position: relative;
}
#local-nav .locale-switcher .locale-selected {
  display: flex;
  align-items: center;
}
#local-nav .locale-switcher .locale-selected .nav--arrow {
  display: inline-block;
  height: 4px;
  position: relative;
  transform: rotate(45deg);
  border: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  color: #fff;
  top: -2px;
  right: -8px;
  transition: all .25s ease;
}
#local-nav .locale-switcher .locale-selected a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}
#local-nav .locale-switcher .locale-selected a span.value {
  display: none;
}
#local-nav .locale-switcher .locale-selected.selected .nav--arrow {
  top: 2px;
  transform: scaleY(-1) rotate(45deg);
}
@media screen and (max-width: 640px) {
  #local-nav .locale-switcher .locale-selected a {
    font-size: 11px;
  }
}
@media screen and (max-width: 320px) {
  #local-nav .locale-switcher .locale-selected a {
    font-size: 9px;
  }
}
#local-nav .locale-switcher .locale-lang {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  display: flex;
}
#local-nav .locale-switcher .locale-lang span {
  display: none;
  margin-left: 10px;
}
#local-nav .locale-switcher .locale-lang:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  width: 1px;
  height: 20px;
  vertical-align: middle;
}
@media screen and (min-width: 1024px) {
  #local-nav .locale-switcher .locale-lang span {
    display: inline-block;
  }
}
@media screen and (max-width: 640px) {
  #local-nav .locale-switcher .locale-lang img {
    width: 15px;
  }
  #local-nav .locale-switcher .locale-lang:after {
    background: transparent;
    margin-left: 5px;
    margin-right: 0;
  }
}
#local-nav .locale-switcher .locale-options ul {
  display: none;
  list-style: none;
  padding: 25px 30px;
  margin: 0;
  position: absolute;
  left: 0px;
  top: 40px;
  width: auto;
  min-width: 220px;
  background: linear-gradient(180deg, #000000 0%, #222222 100%);
  box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.4);
}
#local-nav .locale-switcher .locale-options ul li {
  padding-left: 0;
  margin-bottom: 0;
}
#local-nav .locale-switcher .locale-options ul li a {
  padding: 5px;
  display: block;
  text-decoration: none;
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
}
#local-nav .locale-switcher .locale-options ul li a span.value {
  display: none;
}
#local-nav .locale-switcher .locale-options ul li a:hover {
  color: #fff;
  transition: all .3s ease;
}
#local-nav .locale-switcher .locale-options ul li.selected a {
  color: #ffffff;
}
#local-nav .locale-switcher .locale-options ul li.selected a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: relative;
  margin-left: 10px;
  top: -1px;
}
#local-nav .locale-switcher .locale-options ul li:before {
  display: none;
}
#local-nav .locale-utility a {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  color: white;
  text-decoration: none;
}
#local-nav .locale-utility a + a {
  margin-left: 30px;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  #local-nav .locale-utility a {
    font-size: 11px;
  }
  #local-nav .locale-utility a + a {
    margin-left: 10px;
  }
}
@media screen and (max-width: 320px) {
  #local-nav .locale-utility a {
    font-size: 9px;
  }
}

/* Media */
/* Logo & Nav */
/* Padding control */
/* Right pink arrow */
.ps-locale-nav--arrow {
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  transform: rotate(-45deg);
  border: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  top: 50%;
  right: -5px;
}
.ps-locale-nav--pink-arrow {
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  transform: rotate(-45deg);
  border: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  top: 50%;
  right: -5px;
  color: #EC008C;
}
.ps-locale-nav--blue-arrow {
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  transform: rotate(-45deg);
  border: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  top: 50%;
  right: -5px;
  color: #0084bd;
}
/* Mobile list style */
.mobile-list-style {
  margin: 0;
  border-bottom: 1px solid #333333;
  background: #212121;
  position: relative;
}
body.header-popup-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
nav.ps-nav.ps-locale-nav {
  display: flex;
  align-items: center;
  position: sticky;
  height: 80px;
  left: 0;
  right: 0;
  top: 60px;
  padding: 0 20px;
  background: #212121;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9998;
  /* Drop down */
  /* Desktop specific */
  /* Mobile */
}
@media screen and (min-width: 1024px) {
  nav.ps-nav.ps-locale-nav {
    height: 90px;
    padding: 0 30px;
  }
}
nav.ps-nav.ps-locale-nav .ps-nav--logo {
  width: 180px;
  height: 40px;
  background-image: url('main/images/global/header/PS_logo.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 90% auto;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  nav.ps-nav.ps-locale-nav .ps-nav--logo {
    background-size: 100% auto;
  }
}
nav.ps-nav.ps-locale-nav .ps-nav--inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  z-index: 9998;
}
nav.ps-nav.ps-locale-nav .ps-nav--inner .ps-nav--brand {
  display: flex;
  width: 200px;
}
nav.ps-nav.ps-locale-nav .ps-nav--inner .ps-nav--links {
  display: flex;
  width: 100%;
  flex: 1;
}
@media screen and (min-width: 1024px) {
  nav.ps-nav.ps-locale-nav .ps-nav--inner .ps-nav--links {
    justify-content: space-between;
  }
}
nav.ps-nav.ps-locale-nav .ps-nav--inner .ps-nav--mobile .ps-nav--hamburger {
  opacity: 0;
  transition: opacity 0.1s 0.2s ease-in-out;
}
@media screen and (min-width: 1024px) {
  nav.ps-nav.ps-locale-nav .ps-nav--inner {
    justify-content: space-between;
  }
}
nav.ps-nav.ps-locale-nav .ps-nav--links > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
nav.ps-nav.ps-locale-nav .ps-nav--links > ul > li {
  margin: 0;
  padding: 0;
  display: flex;
  white-space: nowrap;
}
nav.ps-nav.ps-locale-nav .ps-nav--links > ul > li a {
  color: white;
  font-size: 14px;
  font-weight: 700;
  padding: 35px 20px;
  display: block;
  position: relative;
  text-decoration: none;
}
nav.ps-nav.ps-locale-nav .ps-nav--links > ul > li .ps-nav--arrow {
  display: inline-block;
  height: 4px;
  position: relative;
  transform: rotate(45deg);
  border: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  color: #fff;
  top: -2px;
  right: -8px;
  transition: all .3s ease;
}
nav.ps-nav.ps-locale-nav .ps-nav--links > ul > li.open a.ps-nav--primary:after {
  content: "";
  width: 100%;
  height: 5px;
  background: linear-gradient(180deg, #f15b2a 0%, #ec008c 100%);
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}
nav.ps-nav.ps-locale-nav .ps-nav--links > ul > li.open .ps-nav--arrow {
  top: 2px;
  transform: scaleY(-1) rotate(45deg);
}
nav.ps-nav.ps-locale-nav .ps-nav--links > ul > li.ps-nav--contact {
  border-bottom: 0 !important;
}
nav.ps-nav.ps-locale-nav .ps-nav--links > ul > li.ps-nav--contact .euro-phone-number {
  width: 100%;
}
nav.ps-nav.ps-locale-nav .ps-nav--links > ul > li.ps-nav--contact .euro-phone-number > a {
  position: relative;
}
nav.ps-nav.ps-locale-nav .ps-nav--links > ul > li.ps-nav--contact .euro-phone-number > a span {
  display: block;
}
nav.ps-nav.ps-locale-nav .ps-nav--links > ul > li.ps-nav--contact .euro-phone-number > a svg {
  display: none;
}
@media only screen and (max-width: 1245px) {
  nav.ps-nav.ps-locale-nav .ps-nav--links > ul > li.ps-nav--contact .euro-phone-number > a span {
    display: none;
  }
  nav.ps-nav.ps-locale-nav .ps-nav--links > ul > li.ps-nav--contact .euro-phone-number > a svg {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    margin-top: 3px;
    display: block;
  }
}
nav.ps-nav.ps-locale-nav .ps-nav--links > ul > li.ps-nav--search a {
  padding-right: 10px;
  padding-top: 36px;
  padding-bottom: 27px;
}
nav.ps-nav.ps-locale-nav .ps-nav--links > ul > li.ps-nav--search a:after {
  display: none;
}
nav.ps-nav.ps-locale-nav .ps-nav--links > ul > li:before {
  display: none;
}
nav.ps-nav.ps-locale-nav .ps-nav--links > ul.ps-nav--main {
  flex: 0 0 460px;
}
nav.ps-nav.ps-locale-nav .ps-nav--links > ul.ps-nav--util {
  justify-content: flex-end;
}
nav.ps-nav.ps-locale-nav .ps-nav--links > ul.ps-nav--util .button {
  margin-bottom: 0;
  font-size: 12px;
  padding: 13px 25px;
}
nav.ps-nav.ps-locale-nav .ps-nav--links > ul.ps-nav--util > li:first-child a {
  display: flex;
}
nav.ps-nav.ps-locale-nav .ps-nav--links > ul.ps-nav--util > li:last-child {
  padding-right: 0;
}
nav.ps-nav.ps-locale-nav .ps-nav--links > ul.ps-nav--util > li.ps-nav--cta__ft {
  padding-left: 20px;
}
nav.ps-nav.ps-locale-nav .header_dropdown {
  background: rgba(0, 0, 0, 0.8);
  display: block;
  position: fixed;
  top: 150px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
}
nav.ps-nav.ps-locale-nav .header_dropdown .container-lg {
  max-width: 1230px;
}
nav.ps-nav.ps-locale-nav .header_dropdown .container-lg,
nav.ps-nav.ps-locale-nav .header_dropdown .container-sm {
  margin: 0 auto;
  display: flex;
  position: relative;
  box-sizing: border-box;
  z-index: 9999;
}
nav.ps-nav.ps-locale-nav #header_tabs {
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  nav.ps-nav.ps-locale-nav #header_tabs {
    /* boost importance without !important tag */
  }
  body nav.ps-nav.ps-locale-nav #header_tabs {
    max-height: 100vh;
  }
  body nav.ps-nav.ps-locale-nav #header_tabs ul {
    min-width: 35%;
  }
  body nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column.paths.browse:nth-of-type(1) ul {
    padding: 50px 30px 0 30px;
  }
  body nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column.paths.browse:nth-of-type(2) ul {
    padding: 0 30px 40px;
  }
  body nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column.paths.browse:nth-of-type(2) ul li a {
    padding-left: 12px;
  }
  body nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column.assessments ul li.last {
    margin-bottom: 30px;
  }
}
nav.ps-nav.ps-locale-nav #header_tabs,
nav.ps-nav.ps-locale-nav #header_tabs--search,
nav.ps-nav.ps-locale-nav #header_tabs--products,
nav.ps-nav.ps-locale-nav #header_tabs--resources,
nav.ps-nav.ps-locale-nav #header_tabs--signin {
  background: #181818;
  max-height: 75vh;
}
nav.ps-nav.ps-locale-nav #header_tabs .closebutton,
nav.ps-nav.ps-locale-nav #header_tabs--search .closebutton,
nav.ps-nav.ps-locale-nav #header_tabs--products .closebutton,
nav.ps-nav.ps-locale-nav #header_tabs--resources .closebutton,
nav.ps-nav.ps-locale-nav #header_tabs--signin .closebutton {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  z-index: 1;
  cursor: pointer;
}
nav.ps-nav.ps-locale-nav #header_tabs .closebutton:before,
nav.ps-nav.ps-locale-nav #header_tabs--search .closebutton:before,
nav.ps-nav.ps-locale-nav #header_tabs--products .closebutton:before,
nav.ps-nav.ps-locale-nav #header_tabs--resources .closebutton:before,
nav.ps-nav.ps-locale-nav #header_tabs--signin .closebutton:before,
nav.ps-nav.ps-locale-nav #header_tabs .closebutton:after,
nav.ps-nav.ps-locale-nav #header_tabs--search .closebutton:after,
nav.ps-nav.ps-locale-nav #header_tabs--products .closebutton:after,
nav.ps-nav.ps-locale-nav #header_tabs--resources .closebutton:after,
nav.ps-nav.ps-locale-nav #header_tabs--signin .closebutton:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  width: 15px;
  height: 2px;
  transform: rotate(45deg);
}
nav.ps-nav.ps-locale-nav #header_tabs .closebutton:after,
nav.ps-nav.ps-locale-nav #header_tabs--search .closebutton:after,
nav.ps-nav.ps-locale-nav #header_tabs--products .closebutton:after,
nav.ps-nav.ps-locale-nav #header_tabs--resources .closebutton:after,
nav.ps-nav.ps-locale-nav #header_tabs--signin .closebutton:after {
  transform: rotate(-45deg);
}
nav.ps-nav.ps-locale-nav #header_tabs ul,
nav.ps-nav.ps-locale-nav #header_tabs--search ul,
nav.ps-nav.ps-locale-nav #header_tabs--products ul,
nav.ps-nav.ps-locale-nav #header_tabs--resources ul,
nav.ps-nav.ps-locale-nav #header_tabs--signin ul {
  min-width: 25%;
  padding: 0;
  background: #222;
  margin: 0;
  overflow-y: hidden;
}
nav.ps-nav.ps-locale-nav #header_tabs ul li,
nav.ps-nav.ps-locale-nav #header_tabs--search ul li,
nav.ps-nav.ps-locale-nav #header_tabs--products ul li,
nav.ps-nav.ps-locale-nav #header_tabs--resources ul li,
nav.ps-nav.ps-locale-nav #header_tabs--signin ul li {
  margin-bottom: 8px;
  white-space: unset;
}
nav.ps-nav.ps-locale-nav #header_tabs ul li:before,
nav.ps-nav.ps-locale-nav #header_tabs--search ul li:before,
nav.ps-nav.ps-locale-nav #header_tabs--products ul li:before,
nav.ps-nav.ps-locale-nav #header_tabs--resources ul li:before,
nav.ps-nav.ps-locale-nav #header_tabs--signin ul li:before {
  display: none;
}
nav.ps-nav.ps-locale-nav #header_tabs ul .header_roles,
nav.ps-nav.ps-locale-nav #header_tabs--search ul .header_roles,
nav.ps-nav.ps-locale-nav #header_tabs--products ul .header_roles,
nav.ps-nav.ps-locale-nav #header_tabs--resources ul .header_roles,
nav.ps-nav.ps-locale-nav #header_tabs--signin ul .header_roles {
  text-align: right;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
  padding: 0;
  display: block;
  transition: all 0.3s ease;
}
nav.ps-nav.ps-locale-nav #header_tabs ul .header_roles a,
nav.ps-nav.ps-locale-nav #header_tabs--search ul .header_roles a,
nav.ps-nav.ps-locale-nav #header_tabs--products ul .header_roles a,
nav.ps-nav.ps-locale-nav #header_tabs--resources ul .header_roles a,
nav.ps-nav.ps-locale-nav #header_tabs--signin ul .header_roles a {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding: 29px 30px;
  border-bottom: 1px solid #363636;
}
nav.ps-nav.ps-locale-nav #header_tabs ul .header_roles.active,
nav.ps-nav.ps-locale-nav #header_tabs--search ul .header_roles.active,
nav.ps-nav.ps-locale-nav #header_tabs--products ul .header_roles.active,
nav.ps-nav.ps-locale-nav #header_tabs--resources ul .header_roles.active,
nav.ps-nav.ps-locale-nav #header_tabs--signin ul .header_roles.active {
  color: white;
}
nav.ps-nav.ps-locale-nav #header_tabs ul .header_roles.active a,
nav.ps-nav.ps-locale-nav #header_tabs--search ul .header_roles.active a,
nav.ps-nav.ps-locale-nav #header_tabs--products ul .header_roles.active a,
nav.ps-nav.ps-locale-nav #header_tabs--resources ul .header_roles.active a,
nav.ps-nav.ps-locale-nav #header_tabs--signin ul .header_roles.active a {
  color: white;
}
nav.ps-nav.ps-locale-nav #header_tabs ul .header_roles.active:after,
nav.ps-nav.ps-locale-nav #header_tabs--search ul .header_roles.active:after,
nav.ps-nav.ps-locale-nav #header_tabs--products ul .header_roles.active:after,
nav.ps-nav.ps-locale-nav #header_tabs--resources ul .header_roles.active:after,
nav.ps-nav.ps-locale-nav #header_tabs--signin ul .header_roles.active:after {
  content: "";
  width: 2px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
nav.ps-nav.ps-locale-nav #header_tabs ul .header_roles:hover a,
nav.ps-nav.ps-locale-nav #header_tabs--search ul .header_roles:hover a,
nav.ps-nav.ps-locale-nav #header_tabs--products ul .header_roles:hover a,
nav.ps-nav.ps-locale-nav #header_tabs--resources ul .header_roles:hover a,
nav.ps-nav.ps-locale-nav #header_tabs--signin ul .header_roles:hover a {
  background: none;
  color: white;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_content,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_content,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_content,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_content,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_content {
  display: none;
  width: 100%;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_content.active,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_content.active,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_content.active,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_content.active,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_content.active {
  display: inherit;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_content--container,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_content--container,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_content--container,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_content--container,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_content--container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  white-space: initial;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_content--container,
  nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_content--container,
  nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_content--container,
  nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_content--container,
  nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_content--container {
    display: block;
  }
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column {
  flex: 1;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column:nth-of-type(1),
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column:nth-of-type(1),
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column:nth-of-type(1),
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column:nth-of-type(1),
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column:nth-of-type(1) {
  flex: 0 0 28%;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column.browse:nth-of-type(1),
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column.browse:nth-of-type(1),
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column.browse:nth-of-type(1),
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column.browse:nth-of-type(1),
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column.browse:nth-of-type(1) {
  flex: 1;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column.full-column,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column.full-column,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column.full-column,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column.full-column,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column.full-column {
  flex: 0 0 100%;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column.full-column ul,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column.full-column ul,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column.full-column ul,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column.full-column ul,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column.full-column ul {
  padding: 28px;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column.full-column ul li,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column.full-column ul li,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column.full-column ul li,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column.full-column ul li,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column.full-column ul li {
  display: inline-block;
  margin-left: 7px;
  margin-bottom: 10px;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column.full-column ul li a,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column.full-column ul li a,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column.full-column ul li a,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column.full-column ul li a,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column.full-column ul li a {
  padding: 10px;
  background: #f1f1f1;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column.full-column ul li.first,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column.full-column ul li.first,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column.full-column ul li.first,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column.full-column ul li.first,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column.full-column ul li.first {
  display: block;
  padding: 0;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column ul,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column ul,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column ul,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column ul,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column ul {
  background: transparent;
  min-width: inherit;
  padding: 28px 15px 0;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column ul,
  nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column ul,
  nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column ul,
  nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column ul,
  nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column ul {
    padding: 1.75em 1.75em 0;
  }
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column ul li,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column ul li,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column ul li,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column ul li,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column ul li {
  padding-left: 0;
  margin-bottom: 0;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column ul li a,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column ul li a,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column ul li a,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column ul li a,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column ul li a {
  color: #ccc;
  padding: 8px 12px;
  display: block;
  font-weight: 500;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column ul li a:hover,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column ul li a:hover,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column ul li a:hover,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column ul li a:hover,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column ul li a:hover {
  color: white;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column ul li.first,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column ul li.first,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column ul li.first,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column ul li.first,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column ul li.first {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 15px;
  padding: 0 12px;
  position: relative;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column ul li.first:after,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column ul li.first:after,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column ul li.first:after,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column ul li.first:after,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column ul li.first:after {
  content: "";
  width: 120px;
  height: 1px;
  background: #363636;
  position: absolute;
  bottom: -5px;
  left: 12px;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column ul li.last,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column ul li.last,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column ul li.last,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column ul li.last,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column ul li.last {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column ul li.last a,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column ul li.last a,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column ul li.last a,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column ul li.last a,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column ul li.last a {
  color: rgba(232, 10, 137, 0.8);
  padding: 8px 12px;
  font-weight: 700;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column ul li.last a:hover,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column ul li.last a:hover,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column ul li.last a:hover,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column ul li.last a:hover,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column ul li.last a:hover {
  color: #e80a89;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column.paths ul li,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column.paths ul li,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column.paths ul li,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column.paths ul li,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column.paths ul li {
  margin-bottom: 10px;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column.paths ul li a,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column.paths ul li a,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column.paths ul li a,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column.paths ul li a,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column.paths ul li a {
  padding-top: 0;
  padding-bottom: 0;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column.paths ul li a:hover,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column.paths ul li a:hover,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column.paths ul li a:hover,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column.paths ul li a:hover,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column.paths ul li a:hover {
  background: none;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column.paths ul li.first,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column.paths ul li.first,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column.paths ul li.first,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column.paths ul li.first,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column.paths ul li.first {
  margin-bottom: 30px;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column.paths ul li.last,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column.paths ul li.last,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column.paths ul li.last,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column.paths ul li.last,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column.paths ul li.last {
  margin-top: 0;
  margin-bottom: 0;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column.paths ul li.last a,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column.paths ul li.last a,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column.paths ul li.last a,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column.paths ul li.last a,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column.paths ul li.last a {
  padding: 5px 10px;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column.paths.browse .item .item-each,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column.paths.browse .item .item-each,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column.paths.browse .item .item-each,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column.paths.browse .item .item-each,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column.paths.browse .item .item-each {
  padding: 22px 20px 22px 70px;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column.paths.browse:nth-of-type(1) ul,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column.paths.browse:nth-of-type(1) ul,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column.paths.browse:nth-of-type(1) ul,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column.paths.browse:nth-of-type(1) ul,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column.paths.browse:nth-of-type(1) ul {
  padding: 30px 0 20px 30px;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column.paths.browse:nth-of-type(2) ul,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column.paths.browse:nth-of-type(2) ul,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column.paths.browse:nth-of-type(2) ul,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column.paths.browse:nth-of-type(2) ul,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column.paths.browse:nth-of-type(2) ul {
  padding: 30px 30px 20px 0;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column.paths.browse:nth-of-type(2) ul li a,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column.paths.browse:nth-of-type(2) ul li a,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column.paths.browse:nth-of-type(2) ul li a,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column.paths.browse:nth-of-type(2) ul li a,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column.paths.browse:nth-of-type(2) ul li a {
  padding-left: 0;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column.paths .item a:hover .item-each,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column.paths .item a:hover .item-each,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column.paths .item a:hover .item-each,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column.paths .item a:hover .item-each,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column.paths .item a:hover .item-each {
  background-color: #363636;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column.paths .item .item-each,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column.paths .item .item-each,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column.paths .item .item-each,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column.paths .item .item-each,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column.paths .item .item-each {
  background-color: #222222;
  width: 100%;
  position: relative;
  padding: 0.85em 0.25em 0.45em 60px;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column.paths .item .item-image,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column.paths .item .item-image,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column.paths .item .item-image,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column.paths .item .item-image,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column.paths .item .item-image {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column.paths .item .item-text,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column.paths .item .item-text,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column.paths .item .item-text,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column.paths .item .item-text,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column.paths .item .item-text {
  color: white;
  font-weight: 500;
  line-height: 1.2;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column.paths .item .item-text > ul,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column.paths .item .item-text > ul,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column.paths .item .item-text > ul,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column.paths .item .item-text > ul,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column.paths .item .item-text > ul {
  padding: 0;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column.paths .item .item-text > ul li,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column.paths .item .item-text > ul li,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column.paths .item .item-text > ul li,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column.paths .item .item-text > ul li,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column.paths .item .item-text > ul li {
  text-transform: none;
  color: #aaaaaa;
  font-weight: 200;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
}
nav.ps-nav.ps-locale-nav #header_tabs .header_tabs_column.paths .item .item-text > ul li > span,
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column.paths .item .item-text > ul li > span,
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column.paths .item .item-text > ul li > span,
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column.paths .item .item-text > ul li > span,
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column.paths .item .item-text > ul li > span {
  color: white;
  font-weight: 500;
}
nav.ps-nav.ps-locale-nav #header_tabs--products {
  max-height: 75vh;
  margin-left: 15%;
  background: linear-gradient(180deg, #000000 0%, #222222 100%);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.6);
}
nav.ps-nav.ps-locale-nav #header_tabs--products.container-sm {
  max-width: 600px;
}
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column {
  flex: 0 0 50%;
}
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column:nth-of-type(1) {
  flex: 0 0 50%;
  border-right: 1px solid #222222;
}
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column .link-items .link-products a {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  padding: 50px 10px 20px 50px;
  border-bottom: 1px solid #212121;
  display: block;
}
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column .link-items .link-products a img {
  height: 16px;
  margin-bottom: 10px;
}
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column .link-items.flow ul li a:after {
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  transform: rotate(-45deg);
  border: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  top: 50%;
  right: -5px;
  color: #0084bd;
}
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column ul {
  padding: 10px 0 0;
}
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column ul li {
  padding: 8px 50px;
}
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column ul li a {
  color: white;
  font-weight: 700;
  padding: 0;
  position: relative;
}
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column ul li.link-item--title {
  text-transform: uppercase;
  color: #aaaaaa;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 3px;
  margin-top: 10px;
}
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column ul li.link-item {
  padding: 5px 50px 5px 65px;
}
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column ul li.link-item a:after {
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  transform: rotate(-45deg);
  border: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  top: 50%;
  right: -5px;
  color: #EC008C;
}
nav.ps-nav.ps-locale-nav #header_tabs--products .header_tabs_column ul li.cta-item > a {
  font-size: 14px;
  padding-bottom: 32px;
}
nav.ps-nav.ps-locale-nav #header_tabs--resources {
  max-height: 75vh;
  background: linear-gradient(180deg, #000000 0%, #222222 100%);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.6);
}
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column {
  flex: 0 0 25%;
  border-right: 1px solid #222222;
}
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column:nth-of-type(1) {
  flex: 0 0 25%;
}
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column .link-items > a {
  font-size: 14px;
  font-weight: 500;
  color: #aaa;
  margin: 50px;
  padding: 0;
}
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column .link-items > a > div:nth-of-type(1) {
  color: white;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column .link-items > a > div:nth-of-type(1):after {
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  transform: rotate(-45deg);
  border: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  top: 50%;
  right: -5px;
  color: #EC008C;
}
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column.live-items .link-items {
  margin: 50px;
  padding: 0;
}
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column.live-items .link-items > div {
  font-size: 14px;
  color: #aaa;
  font-weight: 500;
  margin-bottom: 20px;
}
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column.live-items .link-items > a {
  margin: 0 0 20px;
}
nav.ps-nav.ps-locale-nav #header_tabs--resources .header_tabs_column:nth-of-type(4) {
  border-right: 0;
}
nav.ps-nav.ps-locale-nav #header_tabs--signin {
  max-height: 75vh;
  margin-right: 12%;
  background: linear-gradient(180deg, #000000 0%, #222222 100%);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.6);
}
nav.ps-nav.ps-locale-nav #header_tabs--signin.container-sm {
  max-width: 480px;
}
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column {
  flex: 0 0 50%;
}
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column:nth-of-type(1) {
  flex: 0 0 50%;
  border-right: 1px solid #222222;
}
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column .link-items > a {
  margin: 50px;
  padding: 0;
}
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column .link-items > a > img {
  width: auto;
  height: 21px;
}
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column .link-items > a > div {
  text-transform: uppercase;
  color: #aaaaaa;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 3px;
  padding: 0 0 8px;
}
nav.ps-nav.ps-locale-nav #header_tabs--signin .header_tabs_column .link-items > a:after {
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  transform: rotate(-45deg);
  border: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  top: 50%;
  right: -5px;
  color: #EC008C;
}
nav.ps-nav.ps-locale-nav #header_tabs--search.container-lg {
  max-width: unset;
}
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_content--container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_content--container .header_search--url {
  display: none;
}
nav.ps-nav.ps-locale-nav #header_tabs--search .closebutton {
  top: 30px;
}
nav.ps-nav.ps-locale-nav #header_tabs--search .header_nav_search {
  width: 100%;
}
nav.ps-nav.ps-locale-nav #header_tabs--search .header_nav_search .header_search {
  padding: 15px 0;
  display: flex;
  align-items: center;
  position: relative;
}
nav.ps-nav.ps-locale-nav #header_tabs--search .header_nav_search .header_search input[type="text"] {
  background-color: transparent;
  background-image: url("main/images/search.svg");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 0px 18px;
  color: #FFFFFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  padding: 0.5em 0.5em 0.5em 3em;
  margin: 0;
  border: 0;
  position: relative;
  height: 60px;
  box-sizing: border-box;
  background-clip: padding-box;
  appearance: none;
  transition: all 0.3s ease;
  box-shadow: none;
}
nav.ps-nav.ps-locale-nav #header_tabs--search .header_nav_search .header_search input[type="text"]:focus {
  outline: none;
}
nav.ps-nav.ps-locale-nav #header_tabs--search .header_nav_search .header_search input[type="text"]::placeholder {
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  nav.ps-nav.ps-locale-nav #header_tabs--search .header_nav_search .header_search input[type="text"] {
    font-size: 18px;
  }
}
nav.ps-nav.ps-locale-nav #header_tabs--search .header_nav_search .header_search .header_search--form {
  width: 100%;
  position: relative;
}
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column ul li {
  margin-bottom: 0;
}
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column ul li a {
  display: block;
}
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column ul li a:hover {
  background: #222222;
}
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column ul li.selected a {
  background: #222222;
}
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column ul:last-of-type {
  padding: 28px;
}
nav.ps-nav.ps-locale-nav #header_tabs--search .header_tabs_column:nth-of-type(1) {
  flex: 0 0 35%;
}
nav.ps-nav.ps-locale-nav.ps-nav--desktop #header_tabs--search {
  transition: height ease 0.3s;
  height: 0;
}
nav.ps-nav.ps-locale-nav.ps-nav--desktop .ps-nav--links > ul > li.ps-nav--search.open #header_tabs--search {
  height: 90px;
}
nav.ps-nav.ps-locale-nav.ps-nav--desktop .ps-nav--hamburger {
  display: none;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile .ps-nav--inner .ps-nav--brand {
  flex: 1;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile .ps-nav--hamburger {
  margin-left: auto;
  position: relative;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile .ps-nav--hamburger #searchMobile {
  position: absolute;
  right: 55px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 4px;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile .ps-nav--hamburger #searchMobile svg {
  opacity: 1;
  transition: opacity .3s 0s;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile .ps-nav--hamburger #menuMobile {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile .ps-nav--hamburger .ps-nav--mobileMenu {
  background: #ffffff;
  position: absolute;
  top: 19px;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 2px;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile .ps-nav--hamburger .ps-nav--mobileMenu:nth-of-type(1) {
  top: 12px;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile .ps-nav--hamburger .ps-nav--mobileMenu:nth-of-type(2) {
  width: 15px;
  left: unset;
  margin-left: unset;
  margin-right: -11px;
  right: 50%;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile .ps-nav--hamburger .ps-nav--mobileMenu:nth-of-type(3) {
  top: 26px;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile .ps-nav--links {
  display: none;
  opacity: 0;
  transition: opacity .3s ease;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile ul.ps-nav--main > li:nth-of-type(1) {
  order: 1;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile ul.ps-nav--main > li:nth-of-type(2) {
  order: 2;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile ul.ps-nav--main > li:nth-of-type(3) {
  order: 3;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile ul.ps-nav--main > li:nth-of-type(4) {
  order: 4;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile ul.ps-nav--main > li:nth-of-type(5) {
  order: 6;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile ul.ps-nav--main > li:nth-of-type(6) {
  order: 5;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--links {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 140px;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: 1;
  transform: scale(1) translateY(0px);
  overflow-y: scroll;
  overflow-x: hidden;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li {
  width: 100%;
  border-bottom: 1px solid #212121;
  position: relative;
  transform: translateX(0);
  transition: transform 0.25s 0s;
  display: block;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li a {
  width: 100%;
  background: black;
  padding: 35px 50px;
}
@media screen and (max-width: 320px) {
  nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li a {
    padding: 25px 50px;
  }
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li .ps-nav--arrow {
  top: 0;
  transform: rotate(-45deg);
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.ps-nav--cta {
  border-bottom: 0;
  padding: 20px 20px 0;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.ps-nav--cta a {
  text-align: center;
  border: 1px solid white;
  border-radius: 2px;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.ps-nav--cta + .ps-nav--cta a {
  background: black;
  border: 1px solid white;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.ps-nav--cta__ft a {
  background: linear-gradient(105.4deg, #ec008c 0%, #f15a29 100%);
  border: 0;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.ps-nav--contact .euro-phone-number > a {
  padding: 35px 50px;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.ps-nav--contact .euro-phone-number > a span {
  display: block;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.ps-nav--contact .euro-phone-number > a svg {
  display: none;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.open {
  position: absolute;
  z-index: 1;
  padding: 0;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.open a {
  margin: 0;
  border: 0;
  text-align: left;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.open a > span {
  position: absolute;
  left: 25px;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.open a.ps-nav--primary:after {
  display: none;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.open.ps-nav--cta a {
  border: 0;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.open .ps-nav--arrow {
  top: -1px;
  transform: rotate(135deg);
  left: unset;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.move-out {
  transform: translateX(-100%);
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.move-out .header_dropdown {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--links.back-to-main {
  background: #212121;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--links .ps-nav--main {
  flex-direction: column;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--links .ps-nav--util {
  flex-direction: column;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .header_dropdown {
  background: black;
  top: 92px;
  transform: translateX(100%);
  transition: transform 0.25s 0s;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .header_dropdown.slide-out {
  transform: translateX(0);
  display: block!important;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .header_dropdown.slide-out .header_tabs_content--container {
  flex-direction: column;
  flex-wrap: nowrap !important;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .header_dropdown .closebutton {
  display: none;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tab,
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--products {
  max-width: unset;
  margin-left: unset;
  background: black;
  box-shadow: none;
  max-height: unset;
  display: block;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tab .header_tabs_content--container,
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--products .header_tabs_content--container {
  display: block;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--products .header_tabs_content--container {
  padding-bottom: 200px;
  background: #212121;
  display: block;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--products .header_tabs_column {
  flex: 1;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--products .header_tabs_column ul {
  padding: 0;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--products .header_tabs_column:nth-of-type(1) {
  border: 0;
  flex: none;
  border-bottom: 1px solid #212121;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--products .header_tabs_column .link-items .link-products a {
  margin: 0;
  padding: 30px 50px;
  background: black;
  cursor: pointer;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--products .header_tabs_column .link-items ul {
  display: flex;
  flex-direction: column;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--products .header_tabs_column .link-items ul li {
  padding: 0 50px;
  border-bottom: 0;
  background: #212121;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--products .header_tabs_column .link-items ul li > a {
  margin: 0;
  border-bottom: 1px solid #333333;
  background: #212121;
  position: relative;
  padding: 30px 0;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--products .header_tabs_column .link-items ul li.cta-item {
  border: 0;
  margin-top: 0;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--products .header_tabs_column .link-items ul li.cta-item a {
  background: #212121;
  border-bottom: 0;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--products .header_tabs_column .link-items ul li.link-item--title {
  padding: 8px 50px;
  background: black;
  margin-top: 0;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--products .header_tabs_column .link-items ul li:nth-of-type(1) a {
  border-bottom: 0;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs ul {
  min-width: unset;
  width: 100%;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs ul li {
  text-align: left;
  border-bottom: 0;
  padding: 0 50px;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs ul li a {
  margin: 0;
  border-bottom: 1px solid #333333;
  background: #212121;
  position: relative;
  padding: 30px 0;
  color: white;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs ul li.link-items--title {
  text-transform: uppercase;
  color: #aaaaaa;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 3px;
  margin-bottom: 0;
  padding: 8px 50px;
  background: black;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs .header_tabs_content {
  display: none;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--search.container-lg {
  background: black;
  max-height: unset;
  display: block;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--search .header_tabs_content--container {
  display: block;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--search .header_tabs_column.paths .item .item-each {
  background: #333333;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--search .header_tabs_column.paths .item .item-text > ul li {
  border-bottom: 0;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--search .header_tabs_content--container {
  padding: 0;
  max-height: 100vh;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--search .header_tabs_content--container .header_nav_search .header_search {
  padding: 0;
  width: 100%;
  min-width: 300px;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--search .header_tabs_content--container .header_nav_search .header_search input[type="text"] {
  background-size: 18px;
  background-position: 25px 36px;
  padding-left: 50px;
  height: 90px;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--search #header-search-results-all {
  padding: 0 0 200px;
  background: #212121;
  max-height: unset;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--search #header-search-results-all .header_tabs_column ul.header_dropdown--lists {
  padding: 30px 50px;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--search #header-search-results-all .header_tabs_column ul > li a {
  background: none;
  color: white;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 0;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--search #header-search-results-all .header_tabs_column ul > li.first {
  font-size: 11px;
  color: #aaaaaa;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 0;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--search #header-search-results-all .header_tabs_column ul > li.first:after {
  display: none;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--resources {
  box-shadow: none;
  max-height: unset;
  display: block;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--resources .header_tabs_content--container {
  display: block;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--resources .header_tabs_column .link-items {
  padding: 0 50px;
  background: #222222;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--resources .header_tabs_column .link-items > a {
  margin: 0;
  border-bottom: 1px solid #333333;
  background: #212121;
  position: relative;
  padding: 30px 0;
  font-size: 13px;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--resources .header_tabs_column .link-items > a > div:nth-of-type(1) {
  margin-bottom: 0;
  font-size: 13px;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--resources .header_tabs_column .link-items > a > div:nth-of-type(1):after {
  display: none;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--resources .header_tabs_column .link-items > a > div:last-child {
  display: none;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--resources .header_tabs_column.live-items .link-items {
  margin: 0;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--resources .header_tabs_column.live-items .link-items > div {
  display: none;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--resources .header_tabs_column.live-items .link-items > a > div:last-child {
  display: block;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--resources .header_tabs_column.live-items .link-items > a:after {
  display: none;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--signin.container-sm {
  max-width: unset;
  max-height: unset;
  box-shadow: none;
  margin-right: 0;
  display: block;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--signin .header_tabs_content--container {
  display: block;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--signin .header_tabs_column:nth-of-type(1) {
  border-right: 0;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--signin .header_tabs_column .link-items {
  margin: 0;
  border-bottom: 1px solid #333333;
  background: #212121;
  position: relative;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--signin .header_tabs_column .link-items > a {
  margin: 0;
  padding: 30px 50px;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active #header_tabs--signin .header_tabs_column .link-items > a:after {
  display: none;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--hamburger {
  opacity: 1;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--hamburger #searchMobile {
  display: none;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--hamburger .ps-nav--mobileMenu {
  opacity: 0;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--hamburger .ps-nav--mobileMenu:nth-of-type(1) {
  top: 20px;
  transform: rotate(45deg);
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--hamburger .ps-nav--mobileMenu:nth-of-type(2) {
  width: 0;
  opacity: 0;
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--hamburger .ps-nav--mobileMenu:nth-of-type(3) {
  top: 20px;
  transform: rotate(-45deg);
}
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--hamburger .ps-nav--mobileMenu:nth-of-type(1),
nav.ps-nav.ps-locale-nav.ps-nav--mobile.mobile-active .ps-nav--hamburger .ps-nav--mobileMenu:nth-of-type(3) {
  opacity: 1;
}
/* IE 10+ Support */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.open {
    left: 0;
  }
  nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.open a {
    overflow: hidden;
  }
  nav.ps-nav.ps-nav--mobile.mobile-active .header_dropdown {
    top: 174px;
  }
  nav.ps-nav.ps-nav--mobile.mobile-active #header_tab,
  nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--products,
  nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--signin {
    max-width: none;
    margin-left: 0;
  }
  nav.ps-nav.ps-nav--desktop #header_tabs--products .header_tabs_column {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
  }
  nav.ps-nav.ps-nav--desktop #header_tabs--products .header_tabs_column:nth-of-type(1) {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 49%;
  }
  nav.ps-nav.ps-nav--desktop #header_tabs--resources .header_tabs_column {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 25%;
    white-space: normal;
  }
  nav.ps-nav.ps-nav--desktop #header_tabs--resources .header_tabs_column:nth-of-type(1) {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 24%;
  }
  nav.ps-nav.ps-nav--desktop #header_tabs--signin .header_tabs_column {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
  }
  nav.ps-nav.ps-nav--desktop #header_tabs--signin .header_tabs_column:nth-of-type(1) {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 49%;
  }
}
@supports (-ms-ime-align:auto) and (-webkit-text-stroke:initial) {
  nav.ps-nav.ps-nav--desktop .ps-nav--links > ul > li {
    white-space: normal;
    width: 130px;
  }
  nav.ps-nav.ps-nav--desktop .ps-nav--links > ul > li.ps-nav--search {
    width: 50px;
  }
  nav.ps-nav.ps-nav--desktop .ps-nav--links > ul > li.ps-nav--cta {
    width: 105px;
  }
  nav.ps-nav.ps-nav--desktop .ps-nav--links > ul > li.ps-nav--cta:last-child {
    width: 190px;
  }
}

footer.ps-locale-footer {
  background-color: #222222;
  color: #ffffff;
  text-decoration: none;
  border-top: 1px solid #222222;
  padding: 40px 20px 50px;
}
footer.ps-locale-footer a,
footer.ps-locale-footer a:hover {
  color: #ffffff;
  text-decoration: none;
}
footer.ps-locale-footer .ftr-container {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  footer.ps-locale-footer .ftr-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media screen and (min-width: 1450px) {
  footer.ps-locale-footer .ftr-container {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) {
  footer.ps-locale-footer .ftr-container {
    display: block;
    text-align: center;
    padding: 0 20px;
  }
}
footer.ps-locale-footer .ftr-top-level {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
}
footer.ps-locale-footer .ftr-top-level ul {
  display: flex;
  margin: 0;
}
footer.ps-locale-footer .ftr-top-level ul li {
  padding: 0;
  margin: 0;
}
footer.ps-locale-footer .ftr-top-level ul li a {
  font-size: 14px;
  font-weight: 700;
  color: #C4C4C4;
  padding: 0 20px;
}
footer.ps-locale-footer .ftr-top-level ul li a:hover {
  color: #ffffff;
}
footer.ps-locale-footer .ftr-top-level ul li:before {
  display: none;
}
@media screen and (max-width: 1023px) {
  footer.ps-locale-footer .ftr-top-level {
    flex-direction: column;
  }
  footer.ps-locale-footer .ftr-top-level ul {
    margin-top: 20px;
  }
}
footer.ps-locale-footer .ftr-btm-level {
  padding-top: 40px;
  flex-basis: 100%;
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 1024px) {
  footer.ps-locale-footer .ftr-btm-level {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) {
  footer.ps-locale-footer .ftr-btm-level {
    flex: 1 0 50%;
    flex-direction: column-reverse;
  }
}
footer.ps-locale-footer .ftr-btm-level .ftr-btm {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #aaaaaa;
  font-weight: 500;
}
footer.ps-locale-footer .ftr-btm-level .ftr-btm a {
  color: #C4C4C4;
}
footer.ps-locale-footer .ftr-btm-level .ftr-btm a:hover {
  color: #ffffff;
}
footer.ps-locale-footer .ftr-btm-level .ftr-btm.ftr-terms span {
  min-width: 180px;
}
footer.ps-locale-footer .ftr-btm-level .ftr-btm.ftr-copyright img {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
footer.ps-locale-footer .ftr-btm-level .ftr-btm .share__link {
  opacity: 1;
}
footer.ps-locale-footer .ftr-btm-level .ftr-btm .share__link img {
  height: 15px;
  margin: 8px 5px 0;
}
@media screen and (max-width: 1023px) {
  footer.ps-locale-footer .ftr-btm-level .ftr-btm {
    flex-direction: column-reverse;
  }
  footer.ps-locale-footer .ftr-btm-level .ftr-btm.hide-for-medium-only {
    display: block !important;
  }
  footer.ps-locale-footer .ftr-btm-level .ftr-btm.ftr-copyright {
    text-align: center;
    margin-right: 0;
    margin-top: 10px;
  }
  footer.ps-locale-footer .ftr-btm-level .ftr-btm.ftr-copyright img {
    width: 34px;
    height: 34px;
    margin-right: 0;
    margin-top: 50px;
  }
  footer.ps-locale-footer .ftr-btm-level .ftr-btm.ftr-terms {
    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  footer.ps-locale-footer .ftr-btm-level .ftr-btm.ftr-terms span:nth-of-type(3) {
    flex: 1 0 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* TT Commons */
/* Right pink arrow */
/* Mobile list style */
@media screen and (min-width: 1024px) {
  .show-medium {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .hide-medium {
    display: none !important;
  }
  .show-medium {
    display: block !important;
  }
}
body.header-popup-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.navigation {
  float: unset !important;
  /* Dialog Selections */
}
.navigation .mode-edit .nav-marker {
  color: white;
  background-color: black;
  line-height: 35px;
  text-align: center;
  margin-bottom: 0;
}
.navigation .mode-edit .ps-nav-global,
.navigation .mode-edit .header_padding {
  height: unset;
}
.navigation .mode-edit .ps-nav-global,
.navigation .mode-edit .ps-nav--inner,
.navigation .mode-edit .ps-nav--brand,
.navigation .mode-edit .ps-nav-global--links,
.navigation .mode-edit .ps-nav-global--util,
.navigation .mode-edit .ps-nav-global--main,
.navigation .mode-edit .ps-nav-global--links > ul > li,
.navigation .mode-edit .header_dropdown {
  display: block !important;
  flex: unset !important;
  position: relative;
}
.navigation .header_padding {
  height: 90px;
  background: black;
}
@media screen and (max-width: 1023px) {
  .navigation .header_padding {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .navigation .header_padding {
    height: 80px;
  }
}
.navigation .ps-nav-global {
  font-family: "PS Commons", sans-serif;
  display: flex;
  align-items: center;
  position: fixed;
  height: 80px;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 20px;
  background: #212121;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  z-index: 9999;
  /* Drop down */
  /* Desktop specific */
  /* Mobile */
}
@media screen and (min-width: 1024px) {
  .navigation .ps-nav-global {
    height: 90px;
  }
}
.navigation .ps-nav-global .ps-nav--logo {
  width: 180px;
  height: 40px;
  background-image: url('main/images/global/header/PS_logo.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 90% auto;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .navigation .ps-nav-global .ps-nav--logo {
    background-size: 100% auto;
  }
}
.navigation .ps-nav-global .ps-nav--inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  z-index: 9998;
}
.navigation .ps-nav-global .ps-nav--inner .ps-nav--brand {
  display: flex;
  width: 200px;
}
.navigation .ps-nav-global .ps-nav--inner .ps-nav-global--links {
  display: flex;
  width: 100%;
  flex: 1;
}
@media screen and (min-width: 1024px) {
  .navigation .ps-nav-global .ps-nav--inner .ps-nav-global--links {
    justify-content: space-between;
  }
}
.navigation .ps-nav-global .ps-nav--inner .ps-nav--mobile .ps-nav--hamburger {
  opacity: 0;
  transition: opacity 0.1s 0.2s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .navigation .ps-nav-global .ps-nav--inner {
    justify-content: space-between;
  }
}
.navigation .ps-nav-global .ps-nav-global--links > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}
.navigation .ps-nav-global .ps-nav-global--links > ul > li {
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
  white-space: nowrap;
}
.navigation .ps-nav-global .ps-nav-global--links > ul > li > a {
  color: white;
  font-size: 15px;
  font-weight: 700;
  padding: 33px 18px;
  display: block;
  position: relative;
  text-decoration: none;
}
.navigation .ps-nav-global .ps-nav-global--links > ul > li .ps-nav--arrow {
  display: inline-block;
  height: 4px;
  position: relative;
  transform: rotate(45deg);
  border: solid;
  border-width: 0 2px 2px 0;
  padding: 2px;
  color: #fff;
  top: -3px;
  right: 0;
  transition: all .3s ease;
}
.navigation .ps-nav-global .ps-nav-global--links > ul > li.primary-link > a span {
  display: inline-block;
  margin-left: 4px;
}
.navigation .ps-nav-global .ps-nav-global--links > ul > li.open.primary-link > a:after {
  content: "";
  width: 100%;
  height: 5px;
  background: linear-gradient(180deg, #f15b2a 0%, #ec008c 100%);
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.navigation .ps-nav-global .ps-nav-global--links > ul > li.open .ps-nav--arrow {
  top: 1px;
  transform: scaleY(-1) rotate(45deg);
}
.navigation .ps-nav-global .ps-nav-global--links > ul > li.ps-nav--search a {
  padding: 33px 10px 30px 30px;
}
.navigation .ps-nav-global .ps-nav-global--links > ul > li.ps-nav--search a:after {
  display: none;
}
.navigation .ps-nav-global .ps-nav-global--links > ul > li:before {
  display: none;
}
.navigation .ps-nav-global .ps-nav-global--links > ul.ps-nav-global--main {
  flex: 0 0 460px;
}
.navigation .ps-nav-global .ps-nav-global--links > ul.ps-nav-global--util {
  justify-content: flex-end;
}
.navigation .ps-nav-global .ps-nav-global--links > ul.ps-nav-global--util .button {
  margin-bottom: 0;
  font-size: 12px;
  padding: 13px 25px;
}
.navigation .ps-nav-global .ps-nav-global--links > ul.ps-nav-global--util > li:first-child a {
  display: flex;
}
.navigation .ps-nav-global .ps-nav-global--links > ul.ps-nav-global--util > li:last-child {
  padding-right: 0;
}
.navigation .ps-nav-global .header_dropdown {
  background: rgba(0, 0, 0, 0.8);
  display: block;
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.navigation .ps-nav-global .header_dropdown > .section {
  background: linear-gradient(180deg, #181818 0%, #000000 100%);
  margin: 0 auto;
  display: flex;
  position: relative;
  box-sizing: border-box;
}
.navigation .ps-nav-global .header_dropdown .nav-header--label {
  font-family: "PS Commons Bold";
  font-size: 11px;
  line-height: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #aaaaaa;
  margin-bottom: 20px;
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .navigation .ps-nav-global .header_dropdown .nav-header--label {
    padding: 10px 50px;
    margin-bottom: 0;
    background: #000000;
  }
}
.navigation .ps-nav-global .header_dropdown .closebutton {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  z-index: 1;
  cursor: pointer;
}
.navigation .ps-nav-global .header_dropdown .closebutton:before,
.navigation .ps-nav-global .header_dropdown .closebutton:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  width: 15px;
  height: 2px;
  transform: rotate(45deg);
}
.navigation .ps-nav-global .header_dropdown .closebutton:after {
  transform: rotate(-45deg);
}
.navigation .ps-nav-global.ps-nav--desktop #header_tabs--search {
  transition: height ease 0.3s;
  height: 0;
}
.navigation .ps-nav-global.ps-nav--desktop .ps-nav-global--links > ul > li.ps-nav--search.open #header_tabs--search {
  height: 90px;
}
.navigation .ps-nav-global.ps-nav--desktop .ps-nav--hamburger {
  display: none;
}
.navigation .ps-nav-global.ps-nav--mobile .ps-nav--inner .ps-nav--brand {
  flex: 1;
}
.navigation .ps-nav-global.ps-nav--mobile .ps-nav--hamburger {
  margin-left: auto;
  position: relative;
  display: flex;
  align-items: center;
}
.navigation .ps-nav-global.ps-nav--mobile .ps-nav--hamburger #searchMobile {
  position: relative;
  display: flex;
  width: 40px;
  height: 40px;
}
.navigation .ps-nav-global.ps-nav--mobile .ps-nav--hamburger #searchMobile svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity .3s 0s;
}
.navigation .ps-nav-global.ps-nav--mobile .ps-nav--hamburger #navMobile {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
}
.navigation .ps-nav-global.ps-nav--mobile .ps-nav--hamburger .ps-nav--mobileMenu {
  background: #ffffff;
  position: absolute;
  top: 19px;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 2px;
}
.navigation .ps-nav-global.ps-nav--mobile .ps-nav--hamburger .ps-nav--mobileMenu:nth-of-type(1) {
  top: 12px;
}
.navigation .ps-nav-global.ps-nav--mobile .ps-nav--hamburger .ps-nav--mobileMenu:nth-of-type(2) {
  width: 15px;
  left: unset;
  margin-left: unset;
  margin-right: -11px;
  right: 50%;
}
.navigation .ps-nav-global.ps-nav--mobile .ps-nav--hamburger .ps-nav--mobileMenu:nth-of-type(3) {
  top: 26px;
}
.navigation .ps-nav-global.ps-nav--mobile .ps-nav-global--links {
  display: none;
  opacity: 0;
  transition: opacity .3s ease;
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active.search-is-active .ps-nav-global--links {
  background: #000000;
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .ps-nav-global--links {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: 1;
  transform: scale(1) translateY(0px);
  overflow-x: hidden;
  height: calc(100% - 80px);
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .ps-nav-global--links > ul > li {
  width: 100%;
  position: relative;
  transform: translateX(0);
  transition: transform 0.25s 0s;
  display: block;
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .ps-nav-global--links > ul > li:not(:last-child) {
  border-bottom: 1px solid #212121;
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .ps-nav-global--links > ul > li > a {
  width: 100%;
  background: black;
  padding: 30px 50px;
  height: 84px;
}
@media screen and (max-width: 320px) {
  .navigation .ps-nav-global.ps-nav--mobile.mobile-active .ps-nav-global--links > ul > li > a {
    padding: 25px 50px;
  }
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .ps-nav-global--links > ul > li .ps-nav--arrow {
  top: 0;
  transform: rotate(-45deg);
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .ps-nav-global--links > ul > li.ps-nav--search {
  border-bottom: 0;
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .ps-nav-global--links > ul > li.ps-nav--search a {
  display: none;
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .ps-nav-global--links > ul > li.ps-nav--search .header_dropdown {
  margin: 0;
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .ps-nav-global--links > ul > li.ps-nav--button {
  padding: 20px 50px;
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .ps-nav-global--links > ul > li.open {
  position: fixed;
  z-index: 1;
  padding: 0;
  top: 0;
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .ps-nav-global--links > ul > li.open > a > span {
  position: absolute;
  left: 25px;
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .ps-nav-global--links > ul > li.open .ps-nav--arrow {
  top: -1px;
  transform: rotate(135deg);
  left: unset;
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .ps-nav-global--links > ul > li.open.primary-link > a:after {
  display: none;
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .ps-nav-global--links > ul > li.move-out {
  transform: translateX(-100%);
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .ps-nav-global--links > ul > li.move-out .header_dropdown {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .ps-nav-global--links.back-to-main {
  background: #181818;
  overflow-x: initial;
  height: 100%;
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .ps-nav-global--links .ps-nav-global--main {
  flex-direction: column;
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .ps-nav-global--links .ps-nav-global--util {
  display: none;
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .header_dropdown {
  width: 100%;
  height: 100%;
  background: #000000;
  transform: translateX(100%);
  transition: transform 0.25s 0s;
  top: 0;
  margin-top: 85px;
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .header_dropdown > div {
  max-width: unset;
  margin-left: unset;
  background: transparent;
  box-shadow: none;
  max-height: unset;
  display: block;
  padding: 0;
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .header_dropdown > div .nav-dropdown-container {
  -webkit-overflow-scrolling: touch;
  padding-bottom: 300px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .header_dropdown.slide-out {
  transform: translateX(0);
  display: block!important;
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .header_dropdown .closebutton {
  display: none;
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .ps-nav--hamburger {
  opacity: 1;
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .ps-nav--hamburger #searchMobile {
  display: none;
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .ps-nav--hamburger .ps-nav--mobileMenu {
  opacity: 0;
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .ps-nav--hamburger .ps-nav--mobileMenu:nth-of-type(1) {
  top: 20px;
  transform: rotate(45deg);
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .ps-nav--hamburger .ps-nav--mobileMenu:nth-of-type(2) {
  width: 0;
  opacity: 0;
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .ps-nav--hamburger .ps-nav--mobileMenu:nth-of-type(3) {
  top: 20px;
  transform: rotate(-45deg);
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .ps-nav--hamburger .ps-nav--mobileMenu:nth-of-type(1),
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .ps-nav--hamburger .ps-nav--mobileMenu:nth-of-type(3) {
  opacity: 1;
}
@supports (-ms-ime-align:auto) and (-webkit-text-stroke:initial) {
  .ps-nav--desktop .ps-nav-global--links > ul > li {
    white-space: normal;
    width: 130px;
  }
  .ps-nav--desktop .ps-nav-global--links > ul > li.ps-nav--search {
    width: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .navigation .ps-nav-global .ps-nav-global--links > ul > li > a.large-fs-13 {
    font-size: 13px;
  }
  .navigation .ps-nav-global .ps-nav-global--links > ul > li > a.large-fs-11 {
    font-size: 11px;
  }
}
@media screen and (max-width: 1090px) and (min-width: 1024px) {
  .navigation .ps-nav-global .ps-nav-global--links > ul > li > a.sp-five {
    padding-left: 5px;
    padding-right: 5px;
  }
  .navigation .ps-nav-global .ps-nav-global--links > ul > li > a.sp-eight {
    padding-left: 8px;
    padding-right: 8px;
  }
  .navigation .ps-nav-global .ps-nav-global--links > ul > li > a.sp-ten {
    padding-left: 10px;
    padding-right: 10px;
  }
  .navigation .ps-nav-global .ps-nav-global--links > ul > li > a.sp-twelve {
    padding-left: 12px;
    padding-right: 12px;
  }
  .navigation .ps-nav-global .ps-nav-global--links > ul > li > a.sp-fifteen {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navigation .ps-nav-global .ps-nav-global--links > ul > li > a.sp-eighteen {
    padding-left: 18px;
    padding-right: 18px;
  }
  .navigation .ps-nav-global .ps-nav-global--links > ul > li > a.medium-fs-13 {
    font-size: 13px;
  }
  .navigation .ps-nav-global .ps-nav-global--links > ul > li > a.medium-fs-11 {
    font-size: 11px;
  }
}
@media screen and (max-width: 1023px) {
  .navigation .ps-nav-global .ps-nav-global--links > ul > li > a.small-fs-13 {
    font-size: 13px;
  }
  .navigation .ps-nav-global .ps-nav-global--links > ul > li > a.small-fs-11 {
    font-size: 11px;
  }
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.navigation .ps-nav-global {
  /* Mobile */
  /* Desktop specific */
}
.navigation .ps-nav-global .header_dropdown .nav-search {
  background: #181818;
}
.navigation .ps-nav-global .header_dropdown .nav-search .closebutton {
  top: 30px;
}
@media screen and (min-width: 1024px) {
  .navigation .ps-nav-global .header_dropdown .nav-search .nav-search-item {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .navigation .ps-nav-global .header_dropdown .nav-search #header_tabs--search.nav-dropdown-container {
    display: flex;
    flex-wrap: wrap;
    max-height: 80vh;
    overflow-y: auto;
  }
}
@media screen and (max-width: 1023px) {
  .navigation .ps-nav-global .header_dropdown .nav-search #header_tabs--search.nav-dropdown-container {
    padding-bottom: 200px;
    height: 100vh !important;
  }
}
.navigation .ps-nav-global .header_dropdown .nav-search #header_tabs--search.nav-dropdown-container .header_search--url {
  display: none;
}
.navigation .ps-nav-global .header_dropdown .nav-search #header_tabs--search.nav-dropdown-container .header_tabs_content--container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}
.navigation .ps-nav-global .header_dropdown .nav-search #header_tabs--search .header_nav_search {
  width: 100%;
}
.navigation .ps-nav-global .header_dropdown .nav-search #header_tabs--search .header_nav_search .header_search {
  padding: 15px 0;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .navigation .ps-nav-global .header_dropdown .nav-search #header_tabs--search .header_nav_search .header_search {
    display: flex;
  }
}
.navigation .ps-nav-global .header_dropdown .nav-search #header_tabs--search .header_nav_search .header_search input[type="text"] {
  background-color: transparent;
  background-image: url("main/images/search.svg");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 0px 18px;
  color: #FFFFFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  padding: 0.5em 0.5em 0.5em 3em;
  margin: 0;
  border: 0;
  position: relative;
  height: 60px;
  box-sizing: border-box;
  background-clip: padding-box;
  appearance: none;
  transition: all 0.3s ease;
  box-shadow: none;
}
.navigation .ps-nav-global .header_dropdown .nav-search #header_tabs--search .header_nav_search .header_search input[type="text"]:focus {
  outline: none;
}
.navigation .ps-nav-global .header_dropdown .nav-search #header_tabs--search .header_nav_search .header_search input[type="text"]::placeholder {
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .navigation .ps-nav-global .header_dropdown .nav-search #header_tabs--search .header_nav_search .header_search input[type="text"] {
    font-size: 18px;
  }
}
.navigation .ps-nav-global .header_dropdown .nav-search #header_tabs--search .header_nav_search .header_search .header_search--form {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .navigation .ps-nav-global .header_dropdown .nav-search .nav-search-result {
    flex: 0 0 35%;
  }
  .navigation .ps-nav-global .header_dropdown .nav-search .nav-search-result.paths {
    flex: 1;
  }
}
.navigation .ps-nav-global .header_dropdown .nav-search .nav-search-result ul {
  padding: 20px 40px;
  margin: 0;
}
.navigation .ps-nav-global .header_dropdown .nav-search .nav-search-result ul li {
  margin: 0 0 10px;
  padding: 0;
}
.navigation .ps-nav-global .header_dropdown .nav-search .nav-search-result ul li a {
  color: #ccc;
  padding: 8px 12px;
  display: block;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  white-space: normal;
}
.navigation .ps-nav-global .header_dropdown .nav-search .nav-search-result ul li a:hover {
  background: #222222;
}
.navigation .ps-nav-global .header_dropdown .nav-search .nav-search-result ul li.first {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #aaaaaa;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0 12px;
}
.navigation .ps-nav-global .header_dropdown .nav-search .nav-search-result ul li.last {
  margin: 0;
}
.navigation .ps-nav-global .header_dropdown .nav-search .nav-search-result ul li.last a {
  color: rgba(232, 10, 137, 0.8);
  padding: 8px 12px;
  font-weight: 700;
  font-size: 16px;
}
.navigation .ps-nav-global .header_dropdown .nav-search .nav-search-result ul li.last a:hover {
  background: transparent;
}
.navigation .ps-nav-global .header_dropdown .nav-search .nav-search-result ul li.last a:after {
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  transform: rotate(-45deg);
  color: #ec008c;
  top: 0;
  right: -5px;
  border-style: solid;
  border-color: initial;
  border-image: initial;
  border-width: 0 2px 2px 0;
  padding: 3px;
}
.navigation .ps-nav-global .header_dropdown .nav-search .nav-search-result ul li:before {
  display: none;
}
.navigation .ps-nav-global .header_dropdown .nav-search .nav-search-result.paths ul li {
  margin-bottom: 10px;
}
.navigation .ps-nav-global .header_dropdown .nav-search .nav-search-result.paths ul li a {
  background: #222;
  border-radius: 8px;
  padding: 0;
}
.navigation .ps-nav-global .header_dropdown .nav-search .nav-search-result.paths ul li a .item-each {
  display: flex;
  align-items: center;
}
.navigation .ps-nav-global .header_dropdown .nav-search .nav-search-result.paths ul li a .item-each .item-image {
  flex: 0 0 60px;
}
.navigation .ps-nav-global .header_dropdown .nav-search .nav-search-result.paths ul li a .item-each .item-text {
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
}
.navigation .ps-nav-global .header_dropdown .nav-search .nav-search-result.paths ul li a .item-each .item-text ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.navigation .ps-nav-global .header_dropdown .nav-search .nav-search-result.paths ul li a .item-each .item-text ul li {
  color: #aaaaaa;
  font-size: 12px;
  margin-bottom: 0;
  white-space: normal;
}
.navigation .ps-nav-global .header_dropdown .nav-search .nav-search-result.paths ul li a .item-each .item-text ul li > span {
  color: white;
}
.navigation .ps-nav-global .header_dropdown .nav-search .nav-search-result.paths ul li.last a {
  background: transparent;
}
.navigation .ps-nav-global .header_dropdown .nav-search .nav-search-result .banners {
  padding: 20px 40px;
  white-space: normal;
}
.navigation .ps-nav-global .header_dropdown .nav-search .nav-search-result .banners .banner {
  background: #222;
  border-radius: 8px;
  padding: 32px;
  color: #fff;
}
.navigation .ps-nav-global .header_dropdown .nav-search .nav-search-result .banners .banner a {
  padding: 0;
  display: block;
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .ps-nav-global--links > ul > li.ps-nav--search.open .header_dropdown {
  height: 100%;
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .ps-nav-global--links > ul > li.ps-nav--search.open .header_dropdown .nav-search-result ul.header_dropdown--lists {
  padding: 20px 0;
}
.navigation .ps-nav-global.ps-nav--mobile.mobile-active .ps-nav-global--links > ul > li.ps-nav--search.open .header_dropdown .nav-search-result ul.header_dropdown--lists > li a {
  display: block;
}
.navigation .ps-nav-global.ps-nav--desktop .header_dropdown .nav-search #header_tabs--search {
  width: 100%;
  height: 90px;
  transition: height ease 0.3s;
}


.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.cq-Editable-dom.navigation .ps-nav-global .nav-signin {
  max-width: unset;
  margin: 0;
}
.edit-mode .nav-signin-list {
  flex-wrap: wrap;
  flex: 1 1 0px;
}
.edit-mode .nav-signin-list > .new.section {
  flex-basis: 100%;
}
@media screen and (min-width: 1024px) {
  .navigation .ps-nav-global .header_dropdown > .nav-signin {
    margin-right: 12%;
  }
}
.navigation .ps-nav-global .nav-signin {
  max-width: fit-content;
  max-width: -moz-fit-content;
}
@media screen and (max-width: 1023px) {
  .navigation .ps-nav-global .nav-signin .header_dropdown .nav-header--label {
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 1023px) {
  .navigation .ps-nav-global .nav-signin .nav-signin-container .nav-header--label {
    padding: 0;
    background: transparent;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .navigation .ps-nav-global .nav-signin .nav-signin-container .nav-signin-list {
    display: flex;
    justify-content: space-between;
    padding: 40px;
  }
  .navigation .ps-nav-global .nav-signin .nav-signin-container .nav-signin-list > div:not(:last-child) {
    border-right: 1px solid #363638;
  }
}
@media screen and (min-width: 1024px) {
  .navigation .ps-nav-global .nav-signin .nav-signin-container .nav-signin-item:not(:last-child) {
    border-right: 1px solid #363638;
  }
  .navigation .ps-nav-global .nav-signin .nav-signin-container .nav-signin-item:first-child .nav-signin-inner {
    padding-left: 0;
  }
  .navigation .ps-nav-global .nav-signin .nav-signin-container .nav-signin-item:last-child .nav-signin-inner {
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .navigation .ps-nav-global .nav-signin .nav-signin-container .nav-signin-item:not(:last-child) {
    border-bottom: 1px solid #363638;
  }
  .navigation .ps-nav-global .nav-signin .nav-signin-container .nav-signin-item a {
    padding: 30px 50px;
    background: #000000;
  }
}
@media screen and (min-width: 1024px) {
  .navigation .ps-nav-global .nav-signin .nav-signin-container .nav-signin-item .nav-signin-inner {
    padding: 0 40px;
  }
}
.navigation .ps-nav-global .nav-signin .nav-signin-container .nav-signin-item .nav-signin-inner a {
  text-decoration: none;
  display: block;
}
.navigation .ps-nav-global .nav-signin .nav-signin-container .nav-signin-item .nav-signin-inner a:after {
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  transform: rotate(-45deg);
  border: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  color: #ec008c;
  top: 0;
  right: -5px;
}
.navigation .ps-nav-global .nav-signin .nav-signin-container .nav-signin-item .nav-signin-inner .nav-signin-item-logo {
  height: 21px;
}
.navigation .ps-nav-global .nav-signin .nav-signin-container .nav-signin-item .nav-signin-inner .nav-signin-item-link-label {
  display: none;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  margin-top: 10px;
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.cq-Editable-dom .nav-resource {
  max-width: unset;
}
.nav-resource .edit-mode .nav-resource-container .nav-resource-inner.sans-mit .nav-resource-section {
  width: 100%;
}
.nav-resource .edit-mode .nav-resource-container .nav-resource-inner.sans-mit .nav-resource-secondary {
  padding-left: 0;
}
.nav-resource .edit-mode .nav-resource-container .nav-resource-inner:last-child {
  width: 100%;
  flex: 1;
  display: block;
}
.nav-resource .edit-mode .nav-resource-container .nav-resource-inner:last-child .nav-resource-mit > .new.section {
  width: 100%;
}
.nav-resource {
  max-width: fit-content;
  max-width: -moz-fit-content;
}
@media screen and (min-width: 1024px) {
  .nav-resource .nav-resource-container {
    display: flex;
    justify-content: space-between;
  }
  .nav-resource .nav-resource-container .nav-resource-inner {
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 50%;
  }
  .nav-resource .nav-resource-container .nav-resource-inner:last-child {
    padding: 0;
    flex: 1;
  }
  .nav-resource .nav-resource-container .nav-resource-inner.sans-mit .nav-resource-section {
    width: 250px;
  }
  .nav-resource .nav-resource-container .nav-resource-inner.sans-mit:last-child {
    padding: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .nav-resource .nav-resource-container .nav-resource-section {
    flex: 1;
  }
}
.nav-resource .nav-resource-container .nav-resource-section > ul {
  margin: 0;
  padding: 0;
}
.nav-resource .nav-resource-container .nav-resource-section > ul li {
  margin: 0;
  padding: 10px 0;
}
.nav-resource .nav-resource-container .nav-resource-section > ul li a {
  font-family: "PS Commons Bold";
  font-size: 15px;
  line-height: 21px;
  padding: 0;
  color: #ffffff;
  text-decoration: none;
}
.nav-resource .nav-resource-container .nav-resource-section > ul li a > span {
  width: 35px;
  text-align: left;
  display: inline-block;
}
.nav-resource .nav-resource-container .nav-resource-section > ul li:before {
  display: none;
}
@media screen and (min-width: 1024px) {
  .nav-resource .nav-resource-container .nav-resource-section > ul.resource-primary li {
    padding: 10px 0 0;
  }
  .nav-resource .nav-resource-container .nav-resource-section > ul.resource-secondary li {
    padding: 10px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .nav-resource .nav-resource-container .nav-resource-section.nav-resource-primary {
    border-right: 1px solid #363638;
  }
  .nav-resource .nav-resource-container .nav-resource-section.nav-resource-secondary {
    padding-left: 40px;
  }
  .nav-resource .nav-resource-container .nav-resource-section.nav-resource-secondary > .tertiary-header {
    margin-top: 50px;
  }
}
.nav-resource .nav-resource-container .nav-resource-mit {
  white-space: normal;
}
@media screen and (min-width: 1024px) {
  .nav-resource .nav-resource-container .nav-resource-mit .generic-block,
  .nav-resource .nav-resource-container .nav-resource-mit .generic-block-wrapper {
    height: 100%;
  }
}
nav.ps-nav-global.ps-nav--mobile.mobile-active .nav-resource .nav-resource-container .nav-resource-section {
  flex-basis: 100%;
}
nav.ps-nav-global.ps-nav--mobile.mobile-active .nav-resource .nav-resource-container .nav-resource-section ul li {
  padding: 0 50px;
  background: #181818;
}
nav.ps-nav-global.ps-nav--mobile.mobile-active .nav-resource .nav-resource-container .nav-resource-section ul li a {
  font-size: 14px;
  padding: 20px 0;
  display: block;
  border-bottom: 1px solid #363638;
}
nav.ps-nav-global.ps-nav--mobile.mobile-active .nav-resource .nav-resource-container .nav-resource-section ul li:last-child a {
  border-bottom: 0;
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.cq-Editable-dom .nav-products {
  max-width: unset;
}
.edit-mode .nav-product-list {
  flex-wrap: wrap;
}
.edit-mode .nav-product-list > .new.section {
  flex-basis: 100%;
}
.nav-products {
  max-width: fit-content;
  max-width: -moz-fit-content;
}
@media screen and (min-width: 1024px) {
  .nav-products .nav-product-container .nav-product-list {
    display: flex;
    justify-content: space-between;
    padding: 40px;
  }
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
@media screen and (min-width: 1024px) {
  .nav-product:not(:last-child) {
    border-right: 1px solid #363638;
  }
  .nav-product:first-child .nav-product-inner {
    padding-left: 0;
  }
  .nav-product:last-child .nav-product-inner {
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .nav-product .nav-product-inner {
    padding: 0 40px;
  }
}
.nav-product .nav-product-inner .product-link a {
  text-decoration: none;
  color: #ffffff;
  display: block;
}
@media screen and (max-width: 1023px) {
  .nav-product .nav-product-inner .product-link a {
    padding: 30px 50px;
    background: #000000;
  }
}
.nav-product .nav-product-inner .nav-product-icon {
  height: 20px;
}
.nav-product .nav-product-inner .nav-product-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-product .nav-product-inner .nav-product-subtitle {
  font-size: 17px;
  color: #ffffff;
  margin-top: 10px;
  line-height: 19px;
}
@media screen and (max-width: 1023px) {
  .nav-product .nav-product-inner .nav-product-subtitle {
    margin-bottom: 0;
  }
}
.nav-product .nav-product-inner .nav-product-hr {
  background-color: #363638;
}
@media screen and (max-width: 1023px) {
  .nav-product .nav-product-inner .nav-product-hr {
    margin: 0;
  }
}
.nav-product .nav-product-inner .nav-product-link-list {
  margin: 0;
  padding: 0;
}
.nav-product .nav-product-inner .nav-product-link-list li {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .nav-product .nav-product-inner .nav-product-link-list li {
    padding: 0 50px;
    margin-bottom: 0;
    background: #181818;
  }
}
.nav-product .nav-product-inner .nav-product-link-list li a {
  font-family: "PS Commons Bold";
  font-size: 17px;
  color: #ffffff;
  line-height: 21px;
  display: block;
}
.nav-product .nav-product-inner .nav-product-link-list li a:hover {
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .nav-product .nav-product-inner .nav-product-link-list li a {
    font-size: 14px;
    padding: 30px 0;
    border-bottom: 1px solid #222222;
  }
}
.nav-product .nav-product-inner .nav-product-link-list li:last-child {
  margin-bottom: 0;
}
.nav-product .nav-product-inner .nav-product-link-list li:before {
  display: none;
}

.nav-item-link a {
  color: #ffffff;
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.edit-mode .nav-marker {
  font-size: 12px;
}
.nav-item-dropdown a {
  color: #ffffff;
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.cq-Editable-dom .nav-browse {
  max-width: unset;
}
.nav-browse .edit-mode h1 {
  color: #ffffff;
  font-size: 18px;
}
.nav-browse .edit-mode .nav-browse-inner:last-child {
  width: 100%;
}
.nav-browse {
  max-width: 1230px;
}
@media screen and (min-width: 1024px) {
  .nav-browse .nav-browse-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .nav-browse .nav-browse-container .nav-browse-inner {
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 360px;
  }
  .nav-browse .nav-browse-container .nav-browse-inner:last-child {
    padding-left: 0;
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .nav-browse .nav-browse-container .nav-browse-section {
    flex: 1;
  }
}
.nav-browse .nav-browse-container .nav-browse-section .browse-label {
  width: auto;
  background: linear-gradient(90deg, #ec008c 0%, #f15b2a 100%);
  border-radius: 2px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  margin-left: 15px;
  text-align: center;
  padding: 5px 8px;
  vertical-align: middle;
}
.nav-browse .nav-browse-container .nav-browse-section > ul {
  margin: 0;
  padding: 0;
}
.nav-browse .nav-browse-container .nav-browse-section > ul li {
  margin: 0;
  padding: 10px 0;
}
.nav-browse .nav-browse-container .nav-browse-section > ul li a {
  font-family: "PS Commons Bold";
  font-size: 15px;
  line-height: 19px;
  padding: 0;
  color: #ffffff;
  text-decoration: none;
}
.nav-browse .nav-browse-container .nav-browse-section > ul li a > span {
  width: 35px;
  text-align: left;
  display: inline-block;
}
.nav-browse .nav-browse-container .nav-browse-section > ul li:before {
  display: none;
}
@media screen and (min-width: 1024px) {
  .nav-browse .nav-browse-container .nav-browse-section > ul.browse-primary li {
    padding-bottom: 14px;
  }
  .nav-browse .nav-browse-container .nav-browse-section > ul.browse-primary li a {
    font-size: 17px;
    line-height: 21px;
  }
  .nav-browse .nav-browse-container .nav-browse-section > ul.browse-secondary li {
    padding: 10px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .nav-browse .nav-browse-container .nav-browse-section.nav-browse-primary {
    border-right: 1px solid #363638;
  }
}
.nav-browse .nav-browse-container .nav-browse-trend {
  /* Content Highlight Path */
}
@media screen and (min-width: 1024px) {
  .nav-browse .nav-browse-container .nav-browse-trend {
    flex: 0 0 69%;
  }
}
.nav-browse .nav-browse-container .nav-browse-trend #pathContent {
  margin-bottom: 0;
  padding-top: 10px;
}
@media screen and (min-width: 1024px) {
  .nav-browse .nav-browse-container .nav-browse-trend #pathContent .path-list-page {
    display: flex;
    flex-wrap: wrap;
  }
}
.nav-browse .nav-browse-container .nav-browse-trend #pathContent .item {
  display: flex;
  flex: 0 0 50%;
  width: unset;
  float: unset;
}
.nav-browse .nav-browse-container .nav-browse-trend #pathContent .item a {
  display: flex;
  flex: 1;
  text-decoration: none;
}
.nav-browse .nav-browse-container .nav-browse-trend #pathContent .item .item-each {
  display: flex;
  border-radius: 8px;
  padding: 3px 10px;
  height: auto;
  align-items: center;
}
.nav-browse .nav-browse-container .nav-browse-trend #pathContent .item .item-each .item-image {
  width: 50px;
  height: 50px;
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
  flex: 0 0 50px;
  align-items: center;
  display: flex;
}
.nav-browse .nav-browse-container .nav-browse-trend #pathContent .item .item-each .item-image img {
  width: 37px;
}
.nav-browse .nav-browse-container .nav-browse-trend #pathContent .item .item-each .item-text {
  font-size: 13px;
  font-weight: 300;
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
  flex: 1;
  white-space: normal;
}
.nav-browse .nav-browse-container .nav-browse-trend #pathContent .item .item-each .item-text ul {
  line-height: 1;
}
.nav-browse .nav-browse-container .nav-browse-trend #pathContent .item .item-each .item-text ul li {
  font-size: 11px;
  font-weight: 500;
  padding: 0;
}
.nav-browse .nav-browse-container .nav-browse-trend #pathContent .item .item-each .item-text ul li.has-test svg path {
  fill: #ffffff;
}
.nav-browse .nav-browse-container .nav-browse-trend #pathContent .item .item-each .item-text ul li.has-test > span {
  display: none;
}
.nav-browse .nav-browse-container .nav-browse-trend #pathContent .item .item-each .item-text .course-item__type {
  display: none;
}
@media screen and (min-width: 1024px) {
  .nav-browse .nav-browse-container .nav-browse-trend #pathContent .item .item-each .item-text .course-item__title {
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .nav-browse .nav-browse-container .nav-browse-more {
    flex-basis: 100%;
    border-top: 1px solid #363636;
    margin-top: 15px;
  }
  .nav-browse .nav-browse-container .nav-browse-more ul.browse-tertiary {
    display: flex;
    align-items: center;
  }
  .nav-browse .nav-browse-container .nav-browse-more ul.browse-tertiary li {
    line-height: 2;
  }
  .nav-browse .nav-browse-container .nav-browse-more ul.browse-tertiary li:after {
    content: "|";
    font-size: 18px;
    color: #363636;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav-browse .nav-browse-container .nav-browse-more ul.browse-tertiary li:last-child:after {
    display: none;
  }
}
nav.ps-nav-global.ps-nav--mobile.mobile-active .nav-browse .nav-browse-container .nav-browse-section {
  flex-basis: 100%;
}
nav.ps-nav-global.ps-nav--mobile.mobile-active .nav-browse .nav-browse-container .nav-browse-section > ul li {
  padding: 0 50px;
  background: #181818;
}
nav.ps-nav-global.ps-nav--mobile.mobile-active .nav-browse .nav-browse-container .nav-browse-section > ul li a {
  font-size: 15px;
  padding: 20px 0;
  display: block;
  border-bottom: 1px solid #363638;
}
nav.ps-nav-global.ps-nav--mobile.mobile-active .nav-browse .nav-browse-container .nav-browse-section > ul li:last-child a {
  border-bottom: 0;
}
nav.ps-nav-global.ps-nav--mobile.mobile-active .nav-browse .nav-browse-container .nav-browse-section ul.browse-tertiary.hide-for-large-up li a:after {
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  transform: rotate(-45deg);
  border: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  color: #ec008c;
  top: 50%;
  right: -5px;
}
nav.ps-nav-global.ps-nav--mobile.mobile-active .nav-browse .nav-browse-container .nav-browse-trend {
  /* Content Highlight Path */
  background: #181818;
}
nav.ps-nav-global.ps-nav--mobile.mobile-active .nav-browse .nav-browse-container .nav-browse-trend #pathContent .item {
  padding-left: 50px;
  padding-right: 50px;
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.footer .cq-Editable-dom {
  min-width: 70px;
  margin-left: 15px;
}
.footer-social-icon.aem-component {
  min-width: 5%;
  margin-left: 16px;
}
.footer-social-icon.aem-component > a.social-link {
  height: 30px;
  width: 30px;
}
.footer-social-icon.aem-component > a.social-link > img {
  height: 17px;
  width: 15px;
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.cq-Editable-dom.footer-link-group {
  min-width: 120px !important;
}
.footer-links-area.aem-component > ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-links-area.aem-component > ul > li {
  padding: 0;
  margin: 0;
}
.footer-links-area.aem-component > ul > li:before {
  display: none;
}
@media (max-width: 1024px) {
  .footer-links-area.aem-component > ul > li {
    flex: 1 0 33.3333%;
  }
  .footer-links-area.aem-component > ul:after {
    content: "";
    flex-grow: 50;
  }
}
@media (max-width: 767px) {
  .footer-links-area.aem-component > ul > li {
    flex: 1 0 50%;
  }
}
@media (max-width: 640px) {
  .footer-links-area.aem-component > ul > li {
    flex: 1 0 100%;
    border-top: #363638 1px solid;
    border-bottom: #363638 1px solid;
  }
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.cq-Editable-dom.footer-link-group {
  min-width: 120px !important;
}
.footer-link-group.aem-component {
  margin: 75px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.footer-link-group.aem-component > h2.group-label {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 10px 10px 0px;
}
.footer-link-group.aem-component ul {
  margin: 20px 0 0 0;
  padding: 0;
}
.footer-link-group.aem-component ul li {
  padding: 0;
  margin: 0;
}
.footer-link-group.aem-component ul li:before {
  display: none;
}
@media only screen and (max-width: 640px) {
  .footer-link-group.aem-component {
    flex-grow: 4;
    margin: 0;
  }
  .footer-link-group.aem-component h2.group-label {
    margin: 30px;
  }
  .footer-link-group.aem-component ul {
    margin: 0;
    background-color: #181818;
  }
  .footer-link-group.aem-component li {
    margin: 0 0 0 30px !important;
    padding: 10px 0 0 10px !important;
  }
  .footer-link-group.aem-component .icon-arrow {
    display: inline-block;
    height: 4px;
    position: relative;
    transform: rotate(45deg);
    border: solid;
    border-width: 1px 0 0 1px;
    padding: 5px;
    color: #fff;
    right: 0;
    transition: all .1s ease;
    top: 4px;
    float: right;
    margin-right: 30px;
  }
  .footer-link-group.aem-component.closed .icon-arrow {
    display: inline-block;
    height: 4px;
    position: relative;
    transform: rotate(45deg);
    border: solid;
    border-width: 0 1px 1px 0;
    padding: 5px;
    color: #fff;
    top: -1px;
    right: 0;
    transition: all .1s ease;
    float: right;
  }
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.footer-link.aem-component {
  padding: 0;
  margin: 0;
}
.footer-link.aem-component > a {
  display: inline-block;
  padding: 7px 0;
  line-height: 16px;
  cursor: pointer;
  color: #7c7c7d;
  font-weight: 500;
  transition: color .3s ease;
  font-size: 13px;
}
.footer-link.aem-component > a:hover {
  color: #ffffff;
  text-decoration: none;
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.footer-language-selector-component.aem-component {
  width: 100%;
  border-top: 1px solid #363638;
  border-bottom: 1px solid #363638;
  padding: 25px 0;
  text-align: left;
}
.footer-language-selector-component.aem-component img.globe {
  max-width: 20px;
  max-height: 20px;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}
.footer-language-selector-component.aem-component ul.languages {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.footer-language-selector-component.aem-component ul.languages > li.language {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
}
.footer-language-selector-component.aem-component ul.languages > li.language:before {
  display: none;
}
.footer-language-selector-component.aem-component ul.languages > li.language > a {
  color: #aaaaaa;
  font-size: 13px;
  padding: 30px 0;
}
.footer-language-selector-component.aem-component ul.languages > li.language > a.active {
  color: #ffffff;
}
.footer-language-selector-component.aem-component ul.languages > li.language > a:hover {
  text-decoration: none;
  color: #ffffff;
}
.footer-language-selector-component.aem-component > .language-dropdown-container {
  user-select: none;
}
.footer-language-selector-component.aem-component > .language-dropdown-container > .language-dropdown-label {
  color: #aaaaaa;
  margin-bottom: 12px;
}
.footer-language-selector-component.aem-component > .language-dropdown-container > .language-toggle > img.globe {
  margin-top: 0px;
}
.footer-language-selector-component.aem-component > .language-dropdown-container > .language-toggle > span.current-language {
  color: #ffffff;
  margin-left: 10px;
}
.footer-language-selector-component.aem-component > .language-dropdown-container > .language-toggle .ps-nav--arrow {
  display: inline-block;
  height: 4px;
  position: relative;
  transform: rotate(45deg);
  border: solid;
  border-width: 0 2px 2px 0;
  padding: 2px;
  color: #fff;
  top: -3px;
  left: 5px;
  transition: all .3s ease;
}
.footer-language-selector-component.aem-component > .language-dropdown-container > .language-toggle.open .ps-nav--arrow {
  top: 0;
  transform: scaleY(-1) rotate(45deg);
}
.footer-language-selector-component.aem-component > .language-dropdown-container > .language-toggle:hover {
  cursor: pointer;
}
.footer-language-selector-component.aem-component > .language-dropdown-container > ul.languages {
  position: absolute;
  z-index: 10;
  background-color: #181818;
  padding: 15px;
  margin-top: 10px;
  border-radius: 10px;
}
.footer-language-selector-component.aem-component > .language-dropdown-container > ul.languages > li.language > a {
  padding: 20px 0;
}
@media only screen and (max-width: 640px) {
  .footer-language-selector-component.aem-component {
    padding: 30px;
  }
  .footer-language-selector-component.aem-component > .language-dropdown-container > ul.languages > li.language {
    display: block;
    padding: 15px;
    border-bottom: 1px solid gray;
  }
  .footer-language-selector-component.aem-component > .language-dropdown-container > ul.languages > li.language:last-child {
    border-bottom: none;
  }
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.footer-bottom.aem-component {
  border-top: 1px solid #363638;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.footer-bottom.aem-component > .footer-bottom-left {
  flex: 1;
  display: flex;
}
.footer-bottom.aem-component > .footer-bottom-left > .logo-link {
  display: flex;
}
.footer-bottom.aem-component > .footer-bottom-left > .logo-link > .logo {
  width: 34px;
  height: 34px;
  margin-right: 20px;
}
.footer-bottom.aem-component > .footer-bottom-left > .footer-copyright {
  color: #aaaaaa;
  font-size: 12px;
  display: flex;
  vertical-align: top;
  padding-top: 10px;
}
.footer-bottom.aem-component > .footer-bottom-right {
  display: flex;
  min-width: 5%;
}
.footer-bottom.aem-component > .footer-bottom-right > .footer-bottom-right-list {
  display: flex;
  flex-wrap: wrap;
}
.footer-bottom.aem-component > .footer-bottom-right > .footer-bottom-right-list .link {
  min-width: 130px;
}
.footer-bottom.aem-component > .footer-bottom-right > .footer-bottom-right-list .link a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  border-bottom: none;
}
.footer-bottom.aem-component > .footer-bottom-right > .footer-bottom-right-list .link a:hover {
  text-decoration: none;
}
.footer-bottom.aem-component > .footer-bottom-right > .footer-bottom-right-list li.footer-social-icon.section::before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .footer-bottom.aem-component {
    flex-direction: column;
    align-items: center;
  }
  .footer-bottom.aem-component > .footer-bottom-right {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 414px) {
  .footer-bottom.aem-component {
    width: 80%;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    padding-bottom: 50px;
  }
  .footer-bottom.aem-component .footer-bottom-right {
    order: 1;
    text-align: center;
    justify-content: space-evenly;
    margin: 0px;
  }
  .footer-bottom.aem-component .footer-bottom-right > .footer-bottom-right-list .section:nth-child(1) {
    order: 2;
  }
  .footer-bottom.aem-component .footer-bottom-right > .footer-bottom-right-list .section:nth-child(2) {
    order: 3;
  }
  .footer-bottom.aem-component .footer-bottom-right > .footer-bottom-right-list .section:nth-child(3) {
    order: 4;
    padding-left: 10px;
  }
  .footer-bottom.aem-component .footer-bottom-right > .footer-bottom-right-list li.footer-social-icon {
    padding-left: 30px;
  }
  .footer-bottom.aem-component .footer-bottom-left {
    order: 2;
    flex-wrap: wrap;
    text-align: center;
  }
  .footer-bottom.aem-component .footer-bottom-left > .footer-copyright {
    order: 1;
  }
  .footer-bottom.aem-component .footer-bottom-left > .logo-link {
    order: 2;
    margin: 0px auto;
    padding-top: 10px;
  }
  .global-footer.aem-component {
    padding: 0 0px !important;
  }
  .footer-social-icon.aem-component {
    margin-left: 0px;
  }
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.global-footer.aem-component {
  background-color: #222222;
  padding: 0 80px;
}
.global-footer.aem-component > div {
  max-width: 1400px;
  margin: auto;
}
@media (max-width: 1024px) {
  .global-footer.aem-component {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .global-footer.aem-component {
    padding: 0 80px;
  }
}
@media (max-width: 640px) {
  .global-footer.aem-component {
    padding: 0;
  }
}

.video-component {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }
.video-component.video-show-button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -90px;
    background: url(main/images/icons/playbutton@2x.png) 0 0;
    width: 180px;
    height: 180px;
    background-size: 360px;
    margin-top: -90px;
    pointer-events: none;
}
/* Video button overlay won't disappear if in a modal. Just don't display. */
.fancybox-inner .video-component.video-show-button:after { 
    display:none;
 }
.video-component.video-show-button.white-black-play-btn:after {
  background: url(main/images/icons/playbutton@2x.png) 0 0;
  background-size: 360px;
}
.video-component.video-show-button.black-white-play-btn:after {
  background: url(main/images/icons/playbutton@2x.png) 180px 0;
  background-size: 360px;
}
.video-component iframe, .video-component video, .video-component object, .video-component .wistia-video, .video-component .video-mobile--image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute; }
.video-component .video__playButton {
  width: 100px;
  height: 100px;
  background-image: url(main/images/button-play.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px; }

.youtube-popup {
  position: relative;  
  width: 100%;  
  padding-bottom: 56.25%;  
  height: 0;
}

.activate-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100;
  cursor: pointer;
  display: block;
}

.video-component.video-aem {padding-bottom: inherit; height: inherit;}
.video-component.video-aem .video-component--custom {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0px;
}
.video-component video.video-background {display: none; height: auto; object-fit: fill;}

@media screen and (max-width: 640px) {
  .activate-video.fancybox {
    display: none;
  }
}

@media screen and (min-width: 600px) {
    .video-component .video-component--custom .video-mobile--image {visibility: hidden;}
    .video-component .video-component--custom .video-mobile--image img {width: 100%;}
    .video-component video.video-background {display: block;}
}
    
/* Media */
/* Logo & Nav */
/* Padding control */
/* Right pink arrow */
.pink-arrow {
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  transform: rotate(-45deg);
  border: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  color: #EC008C;
  top: 50%;
  right: -5px;
}
/* Mobile list style */
.mobile-list-style {
  margin: 0;
  border-bottom: 1px solid #333333;
  background: #212121;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .show-medium {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .hide-medium {
    display: none !important;
  }
  .show-medium {
    display: block !important;
  }
}
body.header-popup-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.header_padding {
  height: 90px;
  background: black;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .header_padding {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .header_padding {
    height: 80px;
  }
}
nav.ps-nav {
  display: flex;
  align-items: center;
  position: fixed;
  height: 80px;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 20px;
  background: #212121;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  /* Drop down */
  /* Desktop specific */
  /* Mobile */
}
@media screen and (min-width: 1024px) {
  nav.ps-nav {
    height: 90px;
    padding: 0 30px;
  }
}
nav.ps-nav .ps-nav--logo {
  width: 180px;
  height: 40px;
  background-image: url('main/images/global/header/PS_logo.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 90% auto;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  nav.ps-nav .ps-nav--logo {
    background-size: 100% auto;
  }
}
nav.ps-nav .ps-nav--inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  z-index: 9998;
}
nav.ps-nav .ps-nav--inner .ps-nav--brand {
  display: flex;
  width: 200px;
}
nav.ps-nav .ps-nav--inner .ps-nav--links {
  display: flex;
  width: 100%;
  flex: 1;
}
@media screen and (min-width: 1024px) {
  nav.ps-nav .ps-nav--inner .ps-nav--links {
    justify-content: space-between;
  }
}
nav.ps-nav .ps-nav--inner .ps-nav--mobile .ps-nav--hamburger {
  opacity: 0;
  transition: opacity 0.1s 0.2s ease-in-out;
}
@media screen and (min-width: 1024px) {
  nav.ps-nav .ps-nav--inner {
    justify-content: space-between;
  }
}
nav.ps-nav .ps-nav--links > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
nav.ps-nav .ps-nav--links > ul > li {
  margin: 0;
  padding: 0;
  display: flex;
  white-space: nowrap;
}
nav.ps-nav .ps-nav--links > ul > li a {
  color: white;
  font-size: 14px;
  font-weight: 700;
  padding: 35px 20px;
  display: block;
  position: relative;
  text-decoration: none;
}
nav.ps-nav .ps-nav--links > ul > li .ps-nav--arrow {
  display: inline-block;
  height: 4px;
  position: relative;
  transform: rotate(45deg);
  border: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  color: #fff;
  top: -2px;
  right: -8px;
  transition: all .3s ease;
}
nav.ps-nav .ps-nav--links > ul > li.open a.ps-nav--primary:after {
  content: "";
  width: 100%;
  height: 5px;
  background: linear-gradient(180deg, #f15b2a 0%, #ec008c 100%);
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}
nav.ps-nav .ps-nav--links > ul > li.open .ps-nav--arrow {
  top: 2px;
  transform: scaleY(-1) rotate(45deg);
}
nav.ps-nav .ps-nav--links > ul > li.ps-nav--contact {
  border-bottom: 0 !important;
}
nav.ps-nav .ps-nav--links > ul > li.ps-nav--contact .euro-phone-number {
  width: 100%;
}
nav.ps-nav .ps-nav--links > ul > li.ps-nav--contact .euro-phone-number > a {
  position: relative;
}
nav.ps-nav .ps-nav--links > ul > li.ps-nav--contact .euro-phone-number > a span {
  display: block;
}
nav.ps-nav .ps-nav--links > ul > li.ps-nav--contact .euro-phone-number > a svg {
  display: none;
}
@media only screen and (max-width: 1245px) {
  nav.ps-nav .ps-nav--links > ul > li.ps-nav--contact .euro-phone-number > a span {
    display: none;
  }
  nav.ps-nav .ps-nav--links > ul > li.ps-nav--contact .euro-phone-number > a svg {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    margin-top: 3px;
    display: block;
  }
}
nav.ps-nav .ps-nav--links > ul > li.ps-nav--search a {
  padding-right: 10px;
  padding-top: 36px;
  padding-bottom: 27px;
}
nav.ps-nav .ps-nav--links > ul > li.ps-nav--search a:after {
  display: none;
}
nav.ps-nav .ps-nav--links > ul > li:before {
  display: none;
}
nav.ps-nav .ps-nav--links > ul.ps-nav--main {
  flex: 0 0 460px;
}
nav.ps-nav .ps-nav--links > ul.ps-nav--util {
  justify-content: flex-end;
}
nav.ps-nav .ps-nav--links > ul.ps-nav--util .button {
  margin-bottom: 0;
  font-size: 12px;
  padding: 13px 25px;
}
nav.ps-nav .ps-nav--links > ul.ps-nav--util > li:first-child a {
  display: flex;
}
nav.ps-nav .ps-nav--links > ul.ps-nav--util > li:last-child {
  padding-right: 0;
}
nav.ps-nav .ps-nav--links > ul.ps-nav--util > li.ps-nav--cta__ft {
  padding-left: 20px;
}
nav.ps-nav .header_dropdown {
  background: rgba(0, 0, 0, 0.8);
  display: block;
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
}
nav.ps-nav .header_dropdown .container-lg {
  max-width: 1230px;
}
nav.ps-nav .header_dropdown .container-lg,
nav.ps-nav .header_dropdown .container-sm {
  margin: 0 auto;
  display: flex;
  position: relative;
  box-sizing: border-box;
  z-index: 9999;
}
nav.ps-nav #header_tabs {
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  nav.ps-nav #header_tabs {
    /* boost importance without !important tag */
  }
  body nav.ps-nav #header_tabs {
    max-height: 100vh;
  }
  body nav.ps-nav #header_tabs ul {
    min-width: 35%;
  }
  body nav.ps-nav #header_tabs .header_tabs_column.paths.browse:nth-of-type(1) ul {
    padding: 50px 30px 0 30px;
  }
  body nav.ps-nav #header_tabs .header_tabs_column.paths.browse:nth-of-type(2) ul {
    padding: 0 30px 40px;
  }
  body nav.ps-nav #header_tabs .header_tabs_column.paths.browse:nth-of-type(2) ul li a {
    padding-left: 12px;
  }
  body nav.ps-nav #header_tabs .header_tabs_column.assessments ul li.last {
    margin-bottom: 30px;
  }
}
nav.ps-nav #header_tabs,
nav.ps-nav #header_tabs--search,
nav.ps-nav #header_tabs--products,
nav.ps-nav #header_tabs--resources,
nav.ps-nav #header_tabs--signin {
  background: #181818;
  max-height: 75vh;
}
nav.ps-nav #header_tabs .closebutton,
nav.ps-nav #header_tabs--search .closebutton,
nav.ps-nav #header_tabs--products .closebutton,
nav.ps-nav #header_tabs--resources .closebutton,
nav.ps-nav #header_tabs--signin .closebutton {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  z-index: 1;
  cursor: pointer;
}
nav.ps-nav #header_tabs .closebutton:before,
nav.ps-nav #header_tabs--search .closebutton:before,
nav.ps-nav #header_tabs--products .closebutton:before,
nav.ps-nav #header_tabs--resources .closebutton:before,
nav.ps-nav #header_tabs--signin .closebutton:before,
nav.ps-nav #header_tabs .closebutton:after,
nav.ps-nav #header_tabs--search .closebutton:after,
nav.ps-nav #header_tabs--products .closebutton:after,
nav.ps-nav #header_tabs--resources .closebutton:after,
nav.ps-nav #header_tabs--signin .closebutton:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  width: 15px;
  height: 2px;
  transform: rotate(45deg);
}
nav.ps-nav #header_tabs .closebutton:after,
nav.ps-nav #header_tabs--search .closebutton:after,
nav.ps-nav #header_tabs--products .closebutton:after,
nav.ps-nav #header_tabs--resources .closebutton:after,
nav.ps-nav #header_tabs--signin .closebutton:after {
  transform: rotate(-45deg);
}
nav.ps-nav #header_tabs ul,
nav.ps-nav #header_tabs--search ul,
nav.ps-nav #header_tabs--products ul,
nav.ps-nav #header_tabs--resources ul,
nav.ps-nav #header_tabs--signin ul {
  min-width: 25%;
  padding: 0;
  background: #222;
  margin: 0;
  overflow-y: hidden;
}
nav.ps-nav #header_tabs ul li,
nav.ps-nav #header_tabs--search ul li,
nav.ps-nav #header_tabs--products ul li,
nav.ps-nav #header_tabs--resources ul li,
nav.ps-nav #header_tabs--signin ul li {
  margin-bottom: 8px;
  white-space: unset;
}
nav.ps-nav #header_tabs ul li:before,
nav.ps-nav #header_tabs--search ul li:before,
nav.ps-nav #header_tabs--products ul li:before,
nav.ps-nav #header_tabs--resources ul li:before,
nav.ps-nav #header_tabs--signin ul li:before {
  display: none;
}
nav.ps-nav #header_tabs ul .header_roles,
nav.ps-nav #header_tabs--search ul .header_roles,
nav.ps-nav #header_tabs--products ul .header_roles,
nav.ps-nav #header_tabs--resources ul .header_roles,
nav.ps-nav #header_tabs--signin ul .header_roles {
  text-align: right;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
  padding: 0;
  display: block;
  transition: all 0.3s ease;
}
nav.ps-nav #header_tabs ul .header_roles a,
nav.ps-nav #header_tabs--search ul .header_roles a,
nav.ps-nav #header_tabs--products ul .header_roles a,
nav.ps-nav #header_tabs--resources ul .header_roles a,
nav.ps-nav #header_tabs--signin ul .header_roles a {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding: 29px 30px;
  border-bottom: 1px solid #363636;
}
nav.ps-nav #header_tabs ul .header_roles.active,
nav.ps-nav #header_tabs--search ul .header_roles.active,
nav.ps-nav #header_tabs--products ul .header_roles.active,
nav.ps-nav #header_tabs--resources ul .header_roles.active,
nav.ps-nav #header_tabs--signin ul .header_roles.active {
  color: white;
}
nav.ps-nav #header_tabs ul .header_roles.active a,
nav.ps-nav #header_tabs--search ul .header_roles.active a,
nav.ps-nav #header_tabs--products ul .header_roles.active a,
nav.ps-nav #header_tabs--resources ul .header_roles.active a,
nav.ps-nav #header_tabs--signin ul .header_roles.active a {
  color: white;
}
nav.ps-nav #header_tabs ul .header_roles.active:after,
nav.ps-nav #header_tabs--search ul .header_roles.active:after,
nav.ps-nav #header_tabs--products ul .header_roles.active:after,
nav.ps-nav #header_tabs--resources ul .header_roles.active:after,
nav.ps-nav #header_tabs--signin ul .header_roles.active:after {
  content: "";
  width: 2px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
nav.ps-nav #header_tabs ul .header_roles:hover a,
nav.ps-nav #header_tabs--search ul .header_roles:hover a,
nav.ps-nav #header_tabs--products ul .header_roles:hover a,
nav.ps-nav #header_tabs--resources ul .header_roles:hover a,
nav.ps-nav #header_tabs--signin ul .header_roles:hover a {
  background: none;
  color: white;
}
nav.ps-nav #header_tabs .header_tabs_content,
nav.ps-nav #header_tabs--search .header_tabs_content,
nav.ps-nav #header_tabs--products .header_tabs_content,
nav.ps-nav #header_tabs--resources .header_tabs_content,
nav.ps-nav #header_tabs--signin .header_tabs_content {
  display: none;
  width: 100%;
}
nav.ps-nav #header_tabs .header_tabs_content.active,
nav.ps-nav #header_tabs--search .header_tabs_content.active,
nav.ps-nav #header_tabs--products .header_tabs_content.active,
nav.ps-nav #header_tabs--resources .header_tabs_content.active,
nav.ps-nav #header_tabs--signin .header_tabs_content.active {
  display: inherit;
}
nav.ps-nav #header_tabs .header_tabs_content--container,
nav.ps-nav #header_tabs--search .header_tabs_content--container,
nav.ps-nav #header_tabs--products .header_tabs_content--container,
nav.ps-nav #header_tabs--resources .header_tabs_content--container,
nav.ps-nav #header_tabs--signin .header_tabs_content--container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  white-space: initial;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  nav.ps-nav #header_tabs .header_tabs_content--container,
  nav.ps-nav #header_tabs--search .header_tabs_content--container,
  nav.ps-nav #header_tabs--products .header_tabs_content--container,
  nav.ps-nav #header_tabs--resources .header_tabs_content--container,
  nav.ps-nav #header_tabs--signin .header_tabs_content--container {
    display: block;
  }
}
nav.ps-nav #header_tabs .header_tabs_column,
nav.ps-nav #header_tabs--search .header_tabs_column,
nav.ps-nav #header_tabs--products .header_tabs_column,
nav.ps-nav #header_tabs--resources .header_tabs_column,
nav.ps-nav #header_tabs--signin .header_tabs_column {
  flex: 1;
}
nav.ps-nav #header_tabs .header_tabs_column:nth-of-type(1),
nav.ps-nav #header_tabs--search .header_tabs_column:nth-of-type(1),
nav.ps-nav #header_tabs--products .header_tabs_column:nth-of-type(1),
nav.ps-nav #header_tabs--resources .header_tabs_column:nth-of-type(1),
nav.ps-nav #header_tabs--signin .header_tabs_column:nth-of-type(1) {
  flex: 0 0 28%;
}
nav.ps-nav #header_tabs .header_tabs_column.browse:nth-of-type(1),
nav.ps-nav #header_tabs--search .header_tabs_column.browse:nth-of-type(1),
nav.ps-nav #header_tabs--products .header_tabs_column.browse:nth-of-type(1),
nav.ps-nav #header_tabs--resources .header_tabs_column.browse:nth-of-type(1),
nav.ps-nav #header_tabs--signin .header_tabs_column.browse:nth-of-type(1) {
  flex: 1;
}
nav.ps-nav #header_tabs .header_tabs_column.full-column,
nav.ps-nav #header_tabs--search .header_tabs_column.full-column,
nav.ps-nav #header_tabs--products .header_tabs_column.full-column,
nav.ps-nav #header_tabs--resources .header_tabs_column.full-column,
nav.ps-nav #header_tabs--signin .header_tabs_column.full-column {
  flex: 0 0 100%;
}
nav.ps-nav #header_tabs .header_tabs_column.full-column ul,
nav.ps-nav #header_tabs--search .header_tabs_column.full-column ul,
nav.ps-nav #header_tabs--products .header_tabs_column.full-column ul,
nav.ps-nav #header_tabs--resources .header_tabs_column.full-column ul,
nav.ps-nav #header_tabs--signin .header_tabs_column.full-column ul {
  padding: 28px;
}
nav.ps-nav #header_tabs .header_tabs_column.full-column ul li,
nav.ps-nav #header_tabs--search .header_tabs_column.full-column ul li,
nav.ps-nav #header_tabs--products .header_tabs_column.full-column ul li,
nav.ps-nav #header_tabs--resources .header_tabs_column.full-column ul li,
nav.ps-nav #header_tabs--signin .header_tabs_column.full-column ul li {
  display: inline-block;
  margin-left: 7px;
  margin-bottom: 10px;
}
nav.ps-nav #header_tabs .header_tabs_column.full-column ul li a,
nav.ps-nav #header_tabs--search .header_tabs_column.full-column ul li a,
nav.ps-nav #header_tabs--products .header_tabs_column.full-column ul li a,
nav.ps-nav #header_tabs--resources .header_tabs_column.full-column ul li a,
nav.ps-nav #header_tabs--signin .header_tabs_column.full-column ul li a {
  padding: 10px;
  background: #f1f1f1;
}
nav.ps-nav #header_tabs .header_tabs_column.full-column ul li.first,
nav.ps-nav #header_tabs--search .header_tabs_column.full-column ul li.first,
nav.ps-nav #header_tabs--products .header_tabs_column.full-column ul li.first,
nav.ps-nav #header_tabs--resources .header_tabs_column.full-column ul li.first,
nav.ps-nav #header_tabs--signin .header_tabs_column.full-column ul li.first {
  display: block;
  padding: 0;
}
nav.ps-nav #header_tabs .header_tabs_column ul,
nav.ps-nav #header_tabs--search .header_tabs_column ul,
nav.ps-nav #header_tabs--products .header_tabs_column ul,
nav.ps-nav #header_tabs--resources .header_tabs_column ul,
nav.ps-nav #header_tabs--signin .header_tabs_column ul {
  background: transparent;
  min-width: inherit;
  padding: 28px 15px 0;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  nav.ps-nav #header_tabs .header_tabs_column ul,
  nav.ps-nav #header_tabs--search .header_tabs_column ul,
  nav.ps-nav #header_tabs--products .header_tabs_column ul,
  nav.ps-nav #header_tabs--resources .header_tabs_column ul,
  nav.ps-nav #header_tabs--signin .header_tabs_column ul {
    padding: 1.75em 1.75em 0;
  }
}
nav.ps-nav #header_tabs .header_tabs_column ul li,
nav.ps-nav #header_tabs--search .header_tabs_column ul li,
nav.ps-nav #header_tabs--products .header_tabs_column ul li,
nav.ps-nav #header_tabs--resources .header_tabs_column ul li,
nav.ps-nav #header_tabs--signin .header_tabs_column ul li {
  padding-left: 0;
  margin-bottom: 0;
}
nav.ps-nav #header_tabs .header_tabs_column ul li a,
nav.ps-nav #header_tabs--search .header_tabs_column ul li a,
nav.ps-nav #header_tabs--products .header_tabs_column ul li a,
nav.ps-nav #header_tabs--resources .header_tabs_column ul li a,
nav.ps-nav #header_tabs--signin .header_tabs_column ul li a {
  color: #ccc;
  padding: 8px 12px;
  display: block;
  font-weight: 500;
}
nav.ps-nav #header_tabs .header_tabs_column ul li a:hover,
nav.ps-nav #header_tabs--search .header_tabs_column ul li a:hover,
nav.ps-nav #header_tabs--products .header_tabs_column ul li a:hover,
nav.ps-nav #header_tabs--resources .header_tabs_column ul li a:hover,
nav.ps-nav #header_tabs--signin .header_tabs_column ul li a:hover {
  color: white;
}
nav.ps-nav #header_tabs .header_tabs_column ul li.first,
nav.ps-nav #header_tabs--search .header_tabs_column ul li.first,
nav.ps-nav #header_tabs--products .header_tabs_column ul li.first,
nav.ps-nav #header_tabs--resources .header_tabs_column ul li.first,
nav.ps-nav #header_tabs--signin .header_tabs_column ul li.first {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 15px;
  padding: 0 12px;
  position: relative;
}
nav.ps-nav #header_tabs .header_tabs_column ul li.first:after,
nav.ps-nav #header_tabs--search .header_tabs_column ul li.first:after,
nav.ps-nav #header_tabs--products .header_tabs_column ul li.first:after,
nav.ps-nav #header_tabs--resources .header_tabs_column ul li.first:after,
nav.ps-nav #header_tabs--signin .header_tabs_column ul li.first:after {
  content: "";
  width: 120px;
  height: 1px;
  background: #363636;
  position: absolute;
  bottom: -5px;
  left: 12px;
}
nav.ps-nav #header_tabs .header_tabs_column ul li.last,
nav.ps-nav #header_tabs--search .header_tabs_column ul li.last,
nav.ps-nav #header_tabs--products .header_tabs_column ul li.last,
nav.ps-nav #header_tabs--resources .header_tabs_column ul li.last,
nav.ps-nav #header_tabs--signin .header_tabs_column ul li.last {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
}
nav.ps-nav #header_tabs .header_tabs_column ul li.last a,
nav.ps-nav #header_tabs--search .header_tabs_column ul li.last a,
nav.ps-nav #header_tabs--products .header_tabs_column ul li.last a,
nav.ps-nav #header_tabs--resources .header_tabs_column ul li.last a,
nav.ps-nav #header_tabs--signin .header_tabs_column ul li.last a {
  color: rgba(232, 10, 137, 0.8);
  padding: 8px 12px;
  font-weight: 700;
}
nav.ps-nav #header_tabs .header_tabs_column ul li.last a:hover,
nav.ps-nav #header_tabs--search .header_tabs_column ul li.last a:hover,
nav.ps-nav #header_tabs--products .header_tabs_column ul li.last a:hover,
nav.ps-nav #header_tabs--resources .header_tabs_column ul li.last a:hover,
nav.ps-nav #header_tabs--signin .header_tabs_column ul li.last a:hover {
  color: #e80a89;
}
nav.ps-nav #header_tabs .header_tabs_column.paths ul li,
nav.ps-nav #header_tabs--search .header_tabs_column.paths ul li,
nav.ps-nav #header_tabs--products .header_tabs_column.paths ul li,
nav.ps-nav #header_tabs--resources .header_tabs_column.paths ul li,
nav.ps-nav #header_tabs--signin .header_tabs_column.paths ul li {
  margin-bottom: 10px;
}
nav.ps-nav #header_tabs .header_tabs_column.paths ul li a,
nav.ps-nav #header_tabs--search .header_tabs_column.paths ul li a,
nav.ps-nav #header_tabs--products .header_tabs_column.paths ul li a,
nav.ps-nav #header_tabs--resources .header_tabs_column.paths ul li a,
nav.ps-nav #header_tabs--signin .header_tabs_column.paths ul li a {
  padding-top: 0;
  padding-bottom: 0;
}
nav.ps-nav #header_tabs .header_tabs_column.paths ul li a:hover,
nav.ps-nav #header_tabs--search .header_tabs_column.paths ul li a:hover,
nav.ps-nav #header_tabs--products .header_tabs_column.paths ul li a:hover,
nav.ps-nav #header_tabs--resources .header_tabs_column.paths ul li a:hover,
nav.ps-nav #header_tabs--signin .header_tabs_column.paths ul li a:hover {
  background: none;
}
nav.ps-nav #header_tabs .header_tabs_column.paths ul li.first,
nav.ps-nav #header_tabs--search .header_tabs_column.paths ul li.first,
nav.ps-nav #header_tabs--products .header_tabs_column.paths ul li.first,
nav.ps-nav #header_tabs--resources .header_tabs_column.paths ul li.first,
nav.ps-nav #header_tabs--signin .header_tabs_column.paths ul li.first {
  margin-bottom: 30px;
}
nav.ps-nav #header_tabs .header_tabs_column.paths ul li.last,
nav.ps-nav #header_tabs--search .header_tabs_column.paths ul li.last,
nav.ps-nav #header_tabs--products .header_tabs_column.paths ul li.last,
nav.ps-nav #header_tabs--resources .header_tabs_column.paths ul li.last,
nav.ps-nav #header_tabs--signin .header_tabs_column.paths ul li.last {
  margin-top: 0;
  margin-bottom: 0;
}
nav.ps-nav #header_tabs .header_tabs_column.paths ul li.last a,
nav.ps-nav #header_tabs--search .header_tabs_column.paths ul li.last a,
nav.ps-nav #header_tabs--products .header_tabs_column.paths ul li.last a,
nav.ps-nav #header_tabs--resources .header_tabs_column.paths ul li.last a,
nav.ps-nav #header_tabs--signin .header_tabs_column.paths ul li.last a {
  padding: 5px 10px;
}
nav.ps-nav #header_tabs .header_tabs_column.paths.browse .item .item-each,
nav.ps-nav #header_tabs--search .header_tabs_column.paths.browse .item .item-each,
nav.ps-nav #header_tabs--products .header_tabs_column.paths.browse .item .item-each,
nav.ps-nav #header_tabs--resources .header_tabs_column.paths.browse .item .item-each,
nav.ps-nav #header_tabs--signin .header_tabs_column.paths.browse .item .item-each {
  padding: 22px 20px 22px 70px;
}
nav.ps-nav #header_tabs .header_tabs_column.paths.browse:nth-of-type(1) ul,
nav.ps-nav #header_tabs--search .header_tabs_column.paths.browse:nth-of-type(1) ul,
nav.ps-nav #header_tabs--products .header_tabs_column.paths.browse:nth-of-type(1) ul,
nav.ps-nav #header_tabs--resources .header_tabs_column.paths.browse:nth-of-type(1) ul,
nav.ps-nav #header_tabs--signin .header_tabs_column.paths.browse:nth-of-type(1) ul {
  padding: 30px 0 20px 30px;
}
nav.ps-nav #header_tabs .header_tabs_column.paths.browse:nth-of-type(2) ul,
nav.ps-nav #header_tabs--search .header_tabs_column.paths.browse:nth-of-type(2) ul,
nav.ps-nav #header_tabs--products .header_tabs_column.paths.browse:nth-of-type(2) ul,
nav.ps-nav #header_tabs--resources .header_tabs_column.paths.browse:nth-of-type(2) ul,
nav.ps-nav #header_tabs--signin .header_tabs_column.paths.browse:nth-of-type(2) ul {
  padding: 30px 30px 20px 0;
}
nav.ps-nav #header_tabs .header_tabs_column.paths.browse:nth-of-type(2) ul li a,
nav.ps-nav #header_tabs--search .header_tabs_column.paths.browse:nth-of-type(2) ul li a,
nav.ps-nav #header_tabs--products .header_tabs_column.paths.browse:nth-of-type(2) ul li a,
nav.ps-nav #header_tabs--resources .header_tabs_column.paths.browse:nth-of-type(2) ul li a,
nav.ps-nav #header_tabs--signin .header_tabs_column.paths.browse:nth-of-type(2) ul li a {
  padding-left: 0;
}
nav.ps-nav #header_tabs .header_tabs_column.paths .item a:hover .item-each,
nav.ps-nav #header_tabs--search .header_tabs_column.paths .item a:hover .item-each,
nav.ps-nav #header_tabs--products .header_tabs_column.paths .item a:hover .item-each,
nav.ps-nav #header_tabs--resources .header_tabs_column.paths .item a:hover .item-each,
nav.ps-nav #header_tabs--signin .header_tabs_column.paths .item a:hover .item-each {
  background-color: #363636;
}
nav.ps-nav #header_tabs .header_tabs_column.paths .item .item-each,
nav.ps-nav #header_tabs--search .header_tabs_column.paths .item .item-each,
nav.ps-nav #header_tabs--products .header_tabs_column.paths .item .item-each,
nav.ps-nav #header_tabs--resources .header_tabs_column.paths .item .item-each,
nav.ps-nav #header_tabs--signin .header_tabs_column.paths .item .item-each {
  background-color: #222222;
  width: 100%;
  position: relative;
  padding: 0.85em 0.25em 0.45em 60px;
}
nav.ps-nav #header_tabs .header_tabs_column.paths .item .item-image,
nav.ps-nav #header_tabs--search .header_tabs_column.paths .item .item-image,
nav.ps-nav #header_tabs--products .header_tabs_column.paths .item .item-image,
nav.ps-nav #header_tabs--resources .header_tabs_column.paths .item .item-image,
nav.ps-nav #header_tabs--signin .header_tabs_column.paths .item .item-image {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
nav.ps-nav #header_tabs .header_tabs_column.paths .item .item-text,
nav.ps-nav #header_tabs--search .header_tabs_column.paths .item .item-text,
nav.ps-nav #header_tabs--products .header_tabs_column.paths .item .item-text,
nav.ps-nav #header_tabs--resources .header_tabs_column.paths .item .item-text,
nav.ps-nav #header_tabs--signin .header_tabs_column.paths .item .item-text {
  color: white;
  font-weight: 500;
  line-height: 1.2;
}
nav.ps-nav #header_tabs .header_tabs_column.paths .item .item-text > ul,
nav.ps-nav #header_tabs--search .header_tabs_column.paths .item .item-text > ul,
nav.ps-nav #header_tabs--products .header_tabs_column.paths .item .item-text > ul,
nav.ps-nav #header_tabs--resources .header_tabs_column.paths .item .item-text > ul,
nav.ps-nav #header_tabs--signin .header_tabs_column.paths .item .item-text > ul {
  padding: 0;
}
nav.ps-nav #header_tabs .header_tabs_column.paths .item .item-text > ul li,
nav.ps-nav #header_tabs--search .header_tabs_column.paths .item .item-text > ul li,
nav.ps-nav #header_tabs--products .header_tabs_column.paths .item .item-text > ul li,
nav.ps-nav #header_tabs--resources .header_tabs_column.paths .item .item-text > ul li,
nav.ps-nav #header_tabs--signin .header_tabs_column.paths .item .item-text > ul li {
  text-transform: none;
  color: #aaaaaa;
  font-weight: 200;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
}
nav.ps-nav #header_tabs .header_tabs_column.paths .item .item-text > ul li > span,
nav.ps-nav #header_tabs--search .header_tabs_column.paths .item .item-text > ul li > span,
nav.ps-nav #header_tabs--products .header_tabs_column.paths .item .item-text > ul li > span,
nav.ps-nav #header_tabs--resources .header_tabs_column.paths .item .item-text > ul li > span,
nav.ps-nav #header_tabs--signin .header_tabs_column.paths .item .item-text > ul li > span {
  color: white;
  font-weight: 500;
}
nav.ps-nav #header_tabs--products {
  max-height: 75vh;
  margin-left: 15%;
  background: linear-gradient(180deg, #000000 0%, #222222 100%);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.6);
}
nav.ps-nav #header_tabs--products.container-sm {
  max-width: 600px;
}
nav.ps-nav #header_tabs--products .header_tabs_column {
  flex: 0 0 50%;
}
nav.ps-nav #header_tabs--products .header_tabs_column:nth-of-type(1) {
  flex: 0 0 50%;
  border-right: 1px solid #222222;
}
nav.ps-nav #header_tabs--products .header_tabs_column .link-items .link-products a {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  padding: 50px 10px 20px 50px;
  border-bottom: 1px solid #212121;
  display: block;
}
nav.ps-nav #header_tabs--products .header_tabs_column .link-items .link-products a img {
  height: 16px;
  margin-bottom: 10px;
}
nav.ps-nav #header_tabs--products .header_tabs_column ul {
  padding: 10px 0 0;
}
nav.ps-nav #header_tabs--products .header_tabs_column ul li {
  padding: 8px 50px;
}
nav.ps-nav #header_tabs--products .header_tabs_column ul li a {
  color: white;
  font-weight: 700;
  padding: 0;
  position: relative;
}
nav.ps-nav #header_tabs--products .header_tabs_column ul li.link-item--title {
  text-transform: uppercase;
  color: #aaaaaa;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 3px;
  margin-top: 10px;
}
nav.ps-nav #header_tabs--products .header_tabs_column ul li.link-item {
  padding: 5px 50px 5px 65px;
}
nav.ps-nav #header_tabs--products .header_tabs_column ul li.cta-item > a {
  font-size: 13px;
  padding-top: 15px;
  padding-bottom: 32px;
}
nav.ps-nav #header_tabs--resources {
  max-height: 75vh;
  background: linear-gradient(180deg, #000000 0%, #222222 100%);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.6);
}
nav.ps-nav #header_tabs--resources .header_tabs_column {
  flex: 0 0 25%;
  border-right: 1px solid #222222;
}
nav.ps-nav #header_tabs--resources .header_tabs_column:nth-of-type(1) {
  flex: 0 0 25%;
}
nav.ps-nav #header_tabs--resources .header_tabs_column .link-items > a {
  font-size: 14px;
  font-weight: 500;
  color: #aaa;
  margin: 50px;
  padding: 0;
}
nav.ps-nav #header_tabs--resources .header_tabs_column .link-items > a > div:nth-of-type(1) {
  color: white;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
nav.ps-nav #header_tabs--resources .header_tabs_column .link-items > a > div:nth-of-type(1):after {
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  transform: rotate(-45deg);
  border: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  color: #EC008C;
  top: 50%;
  right: -5px;
}
nav.ps-nav #header_tabs--resources .header_tabs_column.live-items .link-items {
  margin: 50px;
  padding: 0;
}
nav.ps-nav #header_tabs--resources .header_tabs_column.live-items .link-items > div {
  font-size: 14px;
  color: #aaa;
  font-weight: 500;
  margin-bottom: 20px;
}
nav.ps-nav #header_tabs--resources .header_tabs_column.live-items .link-items > a {
  margin: 0 0 20px;
}
nav.ps-nav #header_tabs--resources .header_tabs_column:nth-of-type(4) {
  border-right: 0;
}
nav.ps-nav #header_tabs--signin {
  max-height: 75vh;
  margin-right: 12%;
  background: linear-gradient(180deg, #000000 0%, #222222 100%);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.6);
}
nav.ps-nav #header_tabs--signin.container-sm {
  max-width: 480px;
}
nav.ps-nav #header_tabs--signin .header_tabs_column {
  flex: 0 0 50%;
}
nav.ps-nav #header_tabs--signin .header_tabs_column:nth-of-type(1) {
  flex: 0 0 50%;
  border-right: 1px solid #222222;
}
nav.ps-nav #header_tabs--signin .header_tabs_column .link-items > a {
  margin: 50px;
  padding: 0;
}
nav.ps-nav #header_tabs--signin .header_tabs_column .link-items > a > img {
  width: auto;
  height: 21px;
}
nav.ps-nav #header_tabs--signin .header_tabs_column .link-items > a > div {
  text-transform: uppercase;
  color: #aaaaaa;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 3px;
  padding: 0 0 8px;
}
nav.ps-nav #header_tabs--signin .header_tabs_column .link-items > a:after {
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  transform: rotate(-45deg);
  border: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  color: #EC008C;
  top: 50%;
  right: -5px;
}
nav.ps-nav #header_tabs--search.container-lg {
  max-width: unset;
}
nav.ps-nav #header_tabs--search .header_tabs_content--container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}
nav.ps-nav #header_tabs--search .header_tabs_content--container .header_search--url {
  display: none;
}
nav.ps-nav #header_tabs--search .closebutton {
  top: 30px;
}
nav.ps-nav #header_tabs--search .header_nav_search {
  width: 100%;
}
nav.ps-nav #header_tabs--search .header_nav_search .header_search {
  padding: 15px 0;
  display: flex;
  align-items: center;
  position: relative;
}
nav.ps-nav #header_tabs--search .header_nav_search .header_search input[type="text"] {
  background-color: transparent;
  background-image: url("main/images/search.svg");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 0px 18px;
  color: #FFFFFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  padding: 0.5em 0.5em 0.5em 3em;
  margin: 0;
  border: 0;
  position: relative;
  height: 60px;
  box-sizing: border-box;
  background-clip: padding-box;
  appearance: none;
  transition: all 0.3s ease;
  box-shadow: none;
}
nav.ps-nav #header_tabs--search .header_nav_search .header_search input[type="text"]:focus {
  outline: none;
}
nav.ps-nav #header_tabs--search .header_nav_search .header_search input[type="text"]::placeholder {
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  nav.ps-nav #header_tabs--search .header_nav_search .header_search input[type="text"] {
    font-size: 18px;
  }
}
nav.ps-nav #header_tabs--search .header_nav_search .header_search .header_search--form {
  width: 100%;
  position: relative;
}
nav.ps-nav #header_tabs--search .header_tabs_column ul li {
  margin-bottom: 0;
}
nav.ps-nav #header_tabs--search .header_tabs_column ul li a {
  display: block;
}
nav.ps-nav #header_tabs--search .header_tabs_column ul li a:hover {
  background: #222222;
}
nav.ps-nav #header_tabs--search .header_tabs_column ul li.selected a {
  background: #222222;
}
nav.ps-nav #header_tabs--search .header_tabs_column ul:last-of-type {
  padding: 28px;
}
nav.ps-nav #header_tabs--search .header_tabs_column:nth-of-type(1) {
  flex: 0 0 35%;
}
nav.ps-nav.ps-nav--desktop #header_tabs--search {
  transition: height ease 0.3s;
  height: 0;
}
nav.ps-nav.ps-nav--desktop .ps-nav--links > ul > li.ps-nav--search.open #header_tabs--search {
  height: 90px;
}
nav.ps-nav.ps-nav--desktop .ps-nav--hamburger {
  display: none;
}
nav.ps-nav.ps-nav--mobile .ps-nav--inner .ps-nav--brand {
  flex: 1;
}
nav.ps-nav.ps-nav--mobile .ps-nav--hamburger {
  margin-left: auto;
  position: relative;
}
nav.ps-nav.ps-nav--mobile .ps-nav--hamburger #searchMobile {
  position: absolute;
  right: 55px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 4px;
}
nav.ps-nav.ps-nav--mobile .ps-nav--hamburger #searchMobile svg {
  opacity: 1;
  transition: opacity .3s 0s;
}
nav.ps-nav.ps-nav--mobile .ps-nav--hamburger #menuMobile {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
}
nav.ps-nav.ps-nav--mobile .ps-nav--hamburger .ps-nav--mobileMenu {
  background: #ffffff;
  position: absolute;
  top: 19px;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 2px;
}
nav.ps-nav.ps-nav--mobile .ps-nav--hamburger .ps-nav--mobileMenu:nth-of-type(1) {
  top: 12px;
}
nav.ps-nav.ps-nav--mobile .ps-nav--hamburger .ps-nav--mobileMenu:nth-of-type(2) {
  width: 15px;
  left: unset;
  margin-left: unset;
  margin-right: -11px;
  right: 50%;
}
nav.ps-nav.ps-nav--mobile .ps-nav--hamburger .ps-nav--mobileMenu:nth-of-type(3) {
  top: 26px;
}
nav.ps-nav.ps-nav--mobile .ps-nav--links {
  display: none;
  opacity: 0;
  transition: opacity .3s ease;
}
nav.ps-nav.ps-nav--mobile .ps-nav--links > ul > li:nth-of-type(1) {
  order: 1;
}
nav.ps-nav.ps-nav--mobile .ps-nav--links > ul > li:nth-of-type(2) {
  order: 2;
}
nav.ps-nav.ps-nav--mobile .ps-nav--links > ul > li:nth-of-type(3) {
  order: 4;
}
nav.ps-nav.ps-nav--mobile .ps-nav--links > ul > li:nth-of-type(4) {
  order: 3;
}
nav.ps-nav.ps-nav--mobile .ps-nav--links > ul > li:nth-of-type(5) {
  order: 5;
}
nav.ps-nav.ps-nav--mobile .ps-nav--links > ul > li:nth-of-type(6) {
  order: 6;
}
nav.ps-nav.ps-nav--mobile .ps-nav--links > ul > li:nth-of-type(7) {
  order: 7;
}
nav.ps-nav.ps-nav--mobile .ps-nav--links > ul > li:nth-of-type(8) {
  order: 8;
}
nav.ps-nav.ps-nav--mobile.mobile-active.search-is-active .ps-nav--links {
  background: #212121;
}
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--links {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: 1;
  transform: scale(1) translateY(0px);
  overflow-y: scroll;
  overflow-x: hidden;
}
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li {
  width: 100%;
  border-bottom: 1px solid #212121;
  position: relative;
  transform: translateX(0);
  transition: transform 0.25s 0s;
  display: block;
}
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li a {
  width: 100%;
  background: black;
  padding: 35px 50px;
}
@media screen and (max-width: 320px) {
  nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li a {
    padding: 25px 50px;
  }
}
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li .ps-nav--arrow {
  top: 0;
  transform: rotate(-45deg);
}
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.ps-nav--cta {
  border-bottom: 0;
  padding: 20px 20px 0;
}
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.ps-nav--cta a {
  text-align: center;
  border: 1px solid white;
  border-radius: 2px;
}
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.ps-nav--cta.open a {
  margin: 0;
  border: 0;
  text-align: left;
}
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.ps-nav--cta + .ps-nav--cta a {
  background: linear-gradient(105.4deg, #ec008c 0%, #f15a29 100%);
  border: 0;
}
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.ps-nav--search {
  border-bottom: 0;
}
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.ps-nav--search a {
  display: none;
}
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.ps-nav--search .header_dropdown {
  position: absolute;
  top: 0;
}
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.ps-nav--contact .euro-phone-number > a {
  padding: 35px 50px;
}
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.ps-nav--contact .euro-phone-number > a span {
  display: block;
}
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.ps-nav--contact .euro-phone-number > a svg {
  display: none;
}
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.open {
  position: absolute;
  z-index: 1;
  padding: 0;
}
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.open a > span {
  position: absolute;
  left: 25px;
}
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.open a.ps-nav--primary:after {
  display: none;
}
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.open .ps-nav--arrow {
  top: -1px;
  transform: rotate(135deg);
  left: unset;
}
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.move-out {
  transform: translateX(-100%);
}
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.move-out .header_dropdown {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
}
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--links.back-to-main {
  background: #212121;
}
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--links .ps-nav--main {
  flex-direction: column;
}
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--links .ps-nav--util {
  flex-direction: column;
}
nav.ps-nav.ps-nav--mobile.mobile-active .header_dropdown {
  background: black;
  top: 92px;
  transform: translateX(100%);
  transition: transform 0.25s 0s;
}
nav.ps-nav.ps-nav--mobile.mobile-active .header_dropdown.slide-out {
  transform: translateX(0);
  display: block!important;
}
nav.ps-nav.ps-nav--mobile.mobile-active .header_dropdown.slide-out .header_tabs_content--container {
  flex-direction: column;
  flex-wrap: nowrap !important;
}
nav.ps-nav.ps-nav--mobile.mobile-active .header_dropdown .closebutton {
  display: none;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tab,
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--products {
  max-width: unset;
  margin-left: unset;
  background: black;
  box-shadow: none;
  max-height: unset;
  display: block;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tab .header_tabs_content--container,
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--products .header_tabs_content--container {
  display: block;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--products .header_tabs_content--container {
  padding-bottom: 200px;
  background: #212121;
  display: block;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--products .header_tabs_column {
  flex: 1;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--products .header_tabs_column ul {
  padding: 0;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--products .header_tabs_column:nth-of-type(1) {
  border: 0;
  flex: none;
  border-bottom: 1px solid #212121;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--products .header_tabs_column .link-items .link-products a {
  margin: 0;
  padding: 30px 50px;
  background: black;
  cursor: pointer;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--products .header_tabs_column .link-items ul {
  display: flex;
  flex-direction: column;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--products .header_tabs_column .link-items ul li {
  padding: 0 50px;
  border-bottom: 0;
  background: #212121;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--products .header_tabs_column .link-items ul li > a {
  margin: 0;
  border-bottom: 1px solid #333333;
  background: #212121;
  position: relative;
  padding: 30px 0;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--products .header_tabs_column .link-items ul li.cta-item {
  border: 0;
  margin-top: 0;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--products .header_tabs_column .link-items ul li.cta-item a {
  background: #212121;
  border-bottom: 0;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--products .header_tabs_column .link-items ul li.link-item--title {
  padding: 8px 50px;
  background: black;
  margin-top: 0;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--products .header_tabs_column .link-items ul li:nth-of-type(1) a {
  border-bottom: 0;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs ul {
  min-width: unset;
  width: 100%;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs ul li {
  text-align: left;
  border-bottom: 0;
  padding: 0 50px;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs ul li a {
  margin: 0;
  border-bottom: 1px solid #333333;
  background: #212121;
  position: relative;
  padding: 30px 0;
  color: white;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs ul li.link-items--title {
  text-transform: uppercase;
  color: #aaaaaa;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 3px;
  margin-bottom: 0;
  padding: 8px 50px;
  background: black;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs .header_tabs_content {
  display: none;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--search.container-lg {
  background: black;
  max-height: unset;
  display: block;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--search .header_tabs_content--container {
  display: block;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--search .header_tabs_column.paths .item .item-each {
  background: #333333;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--search .header_tabs_column.paths .item .item-text > ul li {
  border-bottom: 0;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--search .header_tabs_content--container {
  padding: 0;
  max-height: 100vh;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--search .header_tabs_content--container .header_nav_search .header_search {
  padding: 0;
  width: 100%;
  min-width: 300px;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--search .header_tabs_content--container .header_nav_search .header_search input[type="text"] {
  background-size: 18px;
  background-position: 25px 36px;
  padding-left: 50px;
  height: 90px;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--search #header-search-results-all {
  padding: 0 0 200px;
  background: #212121;
  max-height: unset;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--search #header-search-results-all .header_tabs_column ul.header_dropdown--lists {
  padding: 30px 50px;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--search #header-search-results-all .header_tabs_column ul > li a {
  background: none;
  color: white;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 0;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--search #header-search-results-all .header_tabs_column ul > li.first {
  font-size: 11px;
  color: #aaaaaa;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 0;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--search #header-search-results-all .header_tabs_column ul > li.first:after {
  display: none;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--resources {
  box-shadow: none;
  max-height: unset;
  display: block;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--resources .header_tabs_content--container {
  display: block;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--resources .header_tabs_column .link-items {
  padding: 0 50px;
  background: #222222;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--resources .header_tabs_column .link-items > a {
  margin: 0;
  border-bottom: 1px solid #333333;
  background: #212121;
  position: relative;
  padding: 30px 0;
  font-size: 13px;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--resources .header_tabs_column .link-items > a > div:nth-of-type(1) {
  margin-bottom: 0;
  font-size: 13px;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--resources .header_tabs_column .link-items > a > div:nth-of-type(1):after {
  display: none;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--resources .header_tabs_column .link-items > a > div:last-child {
  display: none;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--resources .header_tabs_column.live-items .link-items {
  margin: 0;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--resources .header_tabs_column.live-items .link-items > div {
  display: none;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--resources .header_tabs_column.live-items .link-items > a > div:last-child {
  display: block;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--resources .header_tabs_column.live-items .link-items > a:after {
  display: none;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--signin.container-sm {
  max-width: unset;
  max-height: unset;
  box-shadow: none;
  margin-right: 0;
  display: block;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--signin .header_tabs_content--container {
  display: block;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--signin .header_tabs_column:nth-of-type(1) {
  border-right: 0;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--signin .header_tabs_column .link-items {
  margin: 0;
  border-bottom: 1px solid #333333;
  background: #212121;
  position: relative;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--signin .header_tabs_column .link-items > a {
  margin: 0;
  padding: 30px 50px;
}
nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--signin .header_tabs_column .link-items > a:after {
  display: none;
}
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--hamburger {
  opacity: 1;
}
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--hamburger #searchMobile {
  display: none;
}
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--hamburger .ps-nav--mobileMenu {
  opacity: 0;
}
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--hamburger .ps-nav--mobileMenu:nth-of-type(1) {
  top: 20px;
  transform: rotate(45deg);
}
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--hamburger .ps-nav--mobileMenu:nth-of-type(2) {
  width: 0;
  opacity: 0;
}
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--hamburger .ps-nav--mobileMenu:nth-of-type(3) {
  top: 20px;
  transform: rotate(-45deg);
}
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--hamburger .ps-nav--mobileMenu:nth-of-type(1),
nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--hamburger .ps-nav--mobileMenu:nth-of-type(3) {
  opacity: 1;
}
/* IE 10+ Support */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.open {
    left: 0;
  }
  nav.ps-nav.ps-nav--mobile.mobile-active .ps-nav--links ul > li.open a {
    overflow: hidden;
  }
  nav.ps-nav.ps-nav--mobile.mobile-active .header_dropdown {
    top: 174px;
  }
  nav.ps-nav.ps-nav--mobile.mobile-active #header_tab,
  nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--products,
  nav.ps-nav.ps-nav--mobile.mobile-active #header_tabs--signin {
    max-width: none;
    margin-left: 0;
  }
  nav.ps-nav.ps-nav--desktop #header_tabs--products .header_tabs_column {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
  }
  nav.ps-nav.ps-nav--desktop #header_tabs--products .header_tabs_column:nth-of-type(1) {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 49%;
  }
  nav.ps-nav.ps-nav--desktop #header_tabs--resources .header_tabs_column {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 25%;
    white-space: normal;
  }
  nav.ps-nav.ps-nav--desktop #header_tabs--resources .header_tabs_column:nth-of-type(1) {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 24%;
  }
  nav.ps-nav.ps-nav--desktop #header_tabs--signin .header_tabs_column {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
  }
  nav.ps-nav.ps-nav--desktop #header_tabs--signin .header_tabs_column:nth-of-type(1) {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 49%;
  }
}
@supports (-ms-ime-align:auto) and (-webkit-text-stroke:initial) {
  nav.ps-nav.ps-nav--desktop .ps-nav--links > ul > li {
    white-space: normal;
    width: 130px;
  }
  nav.ps-nav.ps-nav--desktop .ps-nav--links > ul > li.ps-nav--search {
    width: 50px;
  }
  nav.ps-nav.ps-nav--desktop .ps-nav--links > ul > li.ps-nav--cta {
    width: 105px;
  }
  nav.ps-nav.ps-nav--desktop .ps-nav--links > ul > li.ps-nav--cta:last-child {
    width: 190px;
  }
}

footer#ftr {
  background-color: #222;
  color: #ffffff;
  text-decoration: none;
  border-top: 1px solid #222222;
  padding-bottom: 50px;
}
footer#ftr a,
footer#ftr a:hover {
  color: #ffffff;
  text-decoration: none;
}
footer#ftr .ftr-container {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  footer#ftr .ftr-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media screen and (min-width: 1450px) {
  footer#ftr .ftr-container {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  footer#ftr .ftr-container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  footer#ftr .ftr-container {
    padding: 0 80px;
  }
}
footer#ftr .ftr-col-last {
  border-top: 1px solid #363636;
  padding-top: 60px;
  flex-basis: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media screen and (min-width: 1450px) {
  footer#ftr .ftr-col-last {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  footer#ftr .ftr-col-last {
    padding-top: 50px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  footer#ftr .ftr-cat-links-col {
    flex: 1 0 33.3333%;
  }
  footer#ftr .ftr-cat-links-col.show-for-medium-only {
    flex: 1 0 33.3333%;
  }
  footer#ftr .ftr-cat-links-col.show-for-medium-only .share__link {
    width: 15px;
    height: 15px;
    opacity: 1;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer#ftr .ftr-cat-links-col {
    flex: 1 0 50%;
    flex-direction: column-reverse;
  }
}
footer#ftr .ftr-row {
  font-size: 14px;
}
footer#ftr .ftr-dd {
  display: none;
}
footer#ftr .ftr-cat-header {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 40px;
  text-transform: uppercase;
  margin-top: 77px;
}
@media screen and (max-width: 767px) {
  footer#ftr .ftr-cat-header {
    margin-bottom: auto;
  }
}
footer#ftr .ftr-cat-links a {
  display: block;
  /* forces new line */
  padding: 7px 0;
  line-height: 16px;
  cursor: pointer;
  color: #7C7C7D;
  font-weight: 500;
}
footer#ftr .ftr-cat-links a span {
  color: #EC008C;
  font-weight: 500;
}
footer#ftr .ftr-cat-links a:hover {
  color: #ffffff;
  text-decoration: none;
}
footer#ftr .ftr-cat-links a:last-child {
  margin-bottom: 65px;
}
footer#ftr .ftr-btm {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #aaaaaa;
  font-weight: 500;
}
footer#ftr .ftr-btm a {
  color: white;
}
footer#ftr .ftr-btm.ftr-terms span {
  min-width: 130px;
}
footer#ftr .ftr-btm.ftr-copyright img {
  width: 34px;
  height: 34px;
  margin-right: 20px;
}
footer#ftr .ftr-btm .share__link {
  opacity: 1;
}
footer#ftr .ftr-btm .share__link img {
  height: 15px;
  margin: 8px 5px 0;
}
@media screen and (min-width: 641px) {
  footer#ftr .ftr-cat-links {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  footer#ftr .ftr-container {
    display: block;
    text-align: center;
    padding: 0;
  }
  footer#ftr .ftr-cat-links-col,
  footer#ftr .ftr-cat-header,
  footer#ftr .ftr-cat-links {
    width: 100%;
  }
  footer#ftr .ftr-cat-header {
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 30px;
    border-top: 1px solid #353535;
    margin-bottom: 0;
    margin-top: 0;
    cursor: pointer;
    border-left: none;
  }
  footer#ftr .ftr-cat-links-col {
    min-width: 100%;
    text-align: left;
    position: relative;
  }
  footer#ftr .ftr-cat-links-col.show-for-medium-only,
  footer#ftr .ftr-cat-links-col.hide-for-medium-only {
    display: block !important;
  }
  footer#ftr .ftr-cat-links-col:first-child {
    border-top: solid 1px #353535;
  }
  footer#ftr .ftr-cat-links-col:first-child .ftr-cat-header {
    border-top: none;
  }
  footer#ftr .ftr-cat-links-col:last-child .ftr-cat-links a:last-child {
    margin-bottom: 10px;
  }
  footer#ftr .ftr-cat-links-col.ftr-col-last {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer#ftr .ftr-cat-links {
    display: none;
    width: 100%;
  }
  footer#ftr .ftr-cat-links a {
    transition: all ease-in 0.3s;
    padding: 15px 0 15px 30px;
    background-color: #181818;
  }
  footer#ftr .ftr-cat-links a:last-child {
    margin-bottom: 0;
  }
  footer#ftr .ftr-dd {
    position: absolute;
    top: 35px;
    right: 30px;
    display: block;
    cursor: pointer;
    font-size: 8px;
  }
  footer#ftr .ftr-btm {
    flex-direction: column-reverse;
  }
  footer#ftr .ftr-btm.ftr-copyright {
    text-align: center;
    margin-right: 0;
    margin-top: 10px;
  }
  footer#ftr .ftr-btm.ftr-copyright img {
    margin-right: 0;
    margin-top: 50px;
  }
  footer#ftr .ftr-btm.ftr-terms {
    text-align: center;
    flex-direction: row;
  }
  footer#ftr .ftr-btm.ftr-terms span.hide-for-medium-only {
    display: none !important;
  }
}

.checkout-header--wrapper {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 13px;
    z-index: 999;
    background: rgba(0,0,0,1);
    position: absolute;
}

.checkout-header--wrapper .global-header__logo {
    width: 160px;
    display: inline-block;
    overflow: hidden;
    float: left;
    margin: 0px 0 0 20px;
}
.checkout-header--wrapper .global-header__mobilelogo {
    width: 160px;
    display: none;
    overflow: hidden;
    float: left;
    margin: 0px 0 0 20px;
}

.checkout-header-padding {
    width: 100%;
    height: 64px;
    clear: both;
    background-color: #222222;
}

.checkout-header--wrapper .header_utilities {
    display:inline-block;
    float: right;
    padding: 0 16px 0 0;
    position:relative;
    z-index:999;
}

.checkout-header--wrapper .button.flat,
.checkout-header--wrapper .button.flat:hover {
    background:transparent;
    border:solid 1px transparent;
    padding: 10px 5px;
    text-transform: none;
    letter-spacing: normal;
}

.checkout-header--wrapper .button {
    margin-left: 16px;
    padding: 10px 15px;
    min-width:unset;
    margin-bottom:0;
}

@media only screen and (max-width: 1024px) {
    .checkout-header--wrapper .global-header__logo {
        display: none;
    }
    .checkout-header--wrapper .global-header__mobilelogo {
        display: block;
    }
    .global-header__link-wrapper > span.show-for-large-up {
        display: none !important;
    }
}


@media screen and (max-width:375px){
    .checkout-header--wrapper.checkout-header--wrapper .global-header__logo,
    .checkout-header--wrapper .global-header__mobilelogo {
        width: 140px !important;
    }
}

.checkout-footer-component footer {
    font-family: sans-serif;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.checkout-footer-component footer a {
    color: #EC008C;
 }
.checkout-footer-component footer a:hover {
    color: #EC008C;
    text-decoration: underline;
}

.checkout-footer-component .footer-component {
    width: 100%;
    float: left;
    text-align: center;
    min-height: 70px;
}

.checkout-footer-component .footer-component{
    background-color: #000;
}
.checkout-footer-component .footer-component .footer__logo {
    margin: 138px auto 40px;
    width: 135px;
    height: 11px; }
.checkout-footer-component .footer-component .footer__logo img{
    margin-left:0;
}
.checkout-footer-component .footer-component .share__links {
    margin: 50px auto 0;
    width: 260px;
}
.checkout-footer-component .footer-component .footer__share .social-btns {
    margin-right: 0;
    margin-top: 35px;
    width: auto;
}

.checkout-footer-component .footer-component .footer__copyright {
    font-size: 12px;
    font-weight: 300;
    color: gray;
    margin-top:27px;
}
.checkout-footer-component .footer-component .footer__copyright p{
    font-size:12px;
}
.checkout-footer-component .footer-component .footer__copyright p a{
    color:gray;
}
.checkout-footer-component .footer-component .footer__copyright p a:hover{
    text-decoration:none;
}

.title2 h1,
.text-4 h1 {
  font-family: sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 76px;
  text-transform: uppercase;
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .title2 h1,
  .text-4 h1 {
    font-size: 66px;
    line-height: 56px;
  }
}
@media screen and (max-width: 640px) {
  .title2 h1,
  .text-4 h1 {
    font-size: 48px;
    line-height: 43px;
  }
}
.title2 h2,
.text-4 h2 {
  font-size: 40px;
}
@media screen and (max-width: 1024px) {
  .title2 h2,
  .text-4 h2 {
    font-size: 34px;
  }
}
.title2 h3,
.text-4 h3 {
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .title2 h3,
  .text-4 h3 {
    font-size: 28px;
  }
}
.title2 h4,
.text-4 h4 {
  font-size: 26px;
}
@media screen and (max-width: 1024px) {
  .title2 h4,
  .text-4 h4 {
    font-size: 20px;
  }
}
.title2 h5,
.text-4 h5 {
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .title2 h5,
  .text-4 h5 {
    font-size: 18px;
  }
}
.title2 h6,
.text-4 h6 {
  font-family: sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 3px;
  font-weight: 700;
}
.title2 h2,
.text-4 h2,
.title2 h3,
.text-4 h3,
.title2 h4,
.text-4 h4,
.title2 h5,
.text-4 h5 {
  line-height: 1.2;
  font-weight: 400;
  font-family: sans-serif;
}
.title2 h1,
.text-4 h1,
.title2 h2,
.text-4 h2,
.title2 h3,
.text-4 h3,
.title2 h4,
.text-4 h4,
.title2 h5,
.text-4 h5,
.title2 h6,
.text-4 h6 {
  margin: 0 0 30px 0;
}
.title2 h1 a,
.text-4 h1 a,
.title2 h2 a,
.text-4 h2 a,
.title2 h3 a,
.text-4 h3 a,
.title2 h4 a,
.text-4 h4 a,
.title2 h5 a,
.text-4 h5 a,
.title2 h6 a,
.text-4 h6 a {
  color: inherit;
}
.title2 h1 a:hover,
.text-4 h1 a:hover,
.title2 h2 a:hover,
.text-4 h2 a:hover,
.title2 h3 a:hover,
.text-4 h3 a:hover,
.title2 h4 a:hover,
.text-4 h4 a:hover,
.title2 h5 a:hover,
.text-4 h5 a:hover,
.title2 h6 a:hover,
.text-4 h6 a:hover {
  text-decoration: none;
}
.title2 .title--black {
  color: #222222 !important;
}
.title2 .title--white {
  color: #FFFFFF !important;
}
.title2 .title--gray {
  color: #AAAAAA !important;
}
.title2 .title--orange {
  color: #F15B2A !important;
}
.title2 .title--blue {
  color: #0084BD !important;
}
.title2 .title--pink {
  color: #E40084 !important;
}
.title2 .title--yellow {
  color: #FFBA0E !important;
}
.title2 .title--green {
  color: #4CB272 !important;
}
.title2 .title--gradient {
  color: white;
  background: linear-gradient(to right, #f15b2a, #ec008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title2 .title--right {
  text-align: right;
}
.title2 .title--left {
  text-align: left;
}
.title2 .title--center {
  text-align: center;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .title2 .titleTablet--right {
    text-align: right;
  }
  .title2 .titleTablet--left {
    text-align: left;
  }
  .title2 .titleTablet--center {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .title2 .titleMobile--right {
    text-align: right;
  }
  .title2 .titleMobile--left {
    text-align: left;
  }
  .title2 .titleMobile--center {
    text-align: center;
  }
}
.title2 h1.title--ultra,
.title2 h2.title--ultra,
.title2 h3.title--ultra,
.title2 h4.title--ultra,
.title2 h5.title--ultra,
.title2 h6.title--ultra {
  font-weight: 900;
  text-transform: uppercase;
  font-family: sans-serif;
}
.title2 h1.title--ultra.desk-font-size-1,
.title2 h2.title--ultra.desk-font-size-1,
.title2 h3.title--ultra.desk-font-size-1,
.title2 h4.title--ultra.desk-font-size-1,
.title2 h5.title--ultra.desk-font-size-1,
.title2 h6.title--ultra.desk-font-size-1 {
  line-height: 76px;
}
.title2 h1.title--ultra.desk-font-size-2,
.title2 h2.title--ultra.desk-font-size-2,
.title2 h3.title--ultra.desk-font-size-2,
.title2 h4.title--ultra.desk-font-size-2,
.title2 h5.title--ultra.desk-font-size-2,
.title2 h6.title--ultra.desk-font-size-2 {
  line-height: 56px;
}
.title2 h1.title--ultra.desk-font-size-2-2,
.title2 h2.title--ultra.desk-font-size-2-2,
.title2 h3.title--ultra.desk-font-size-2-2,
.title2 h4.title--ultra.desk-font-size-2-2,
.title2 h5.title--ultra.desk-font-size-2-2,
.title2 h6.title--ultra.desk-font-size-2-2 {
  line-height: 56px;
}
.title2 h1.title--ultra.desk-font-size-3,
.title2 h2.title--ultra.desk-font-size-3,
.title2 h3.title--ultra.desk-font-size-3,
.title2 h4.title--ultra.desk-font-size-3,
.title2 h5.title--ultra.desk-font-size-3,
.title2 h6.title--ultra.desk-font-size-3 {
  line-height: 43px;
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .title2 h1.title--ultra.desk-font-size-2-2,
  .title2 h2.title--ultra.desk-font-size-2-2,
  .title2 h3.title--ultra.desk-font-size-2-2,
  .title2 h4.title--ultra.desk-font-size-2-2,
  .title2 h5.title--ultra.desk-font-size-2-2,
  .title2 h6.title--ultra.desk-font-size-2-2 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media screen and (max-width: 640px) {
  .title2 h1.title--ultra.desk-font-size-2-2,
  .title2 h2.title--ultra.desk-font-size-2-2,
  .title2 h3.title--ultra.desk-font-size-2-2,
  .title2 h4.title--ultra.desk-font-size-2-2,
  .title2 h5.title--ultra.desk-font-size-2-2,
  .title2 h6.title--ultra.desk-font-size-2-2 {
    font-size: 36px;
    line-height: 44px;
  }
}
.title2 h1.title--heaviest,
.title2 h2.title--heaviest,
.title2 h3.title--heaviest,
.title2 h4.title--heaviest,
.title2 h5.title--heaviest,
.title2 h6.title--heaviest {
  font-weight: 800;
  text-transform: none;
  font-family: sans-serif;
}
.title2 h1.title--heavier,
.title2 h2.title--heavier,
.title2 h3.title--heavier,
.title2 h4.title--heavier,
.title2 h5.title--heavier,
.title2 h6.title--heavier {
  font-weight: 700;
  text-transform: none;
  font-family: sans-serif;
}
.title2 h1.title--heavy,
.title2 h2.title--heavy,
.title2 h3.title--heavy,
.title2 h4.title--heavy,
.title2 h5.title--heavy,
.title2 h6.title--heavy {
  font-weight: 600;
  text-transform: none;
  font-family: sans-serif;
}
.title2 h1.title--bold,
.title2 h2.title--bold,
.title2 h3.title--bold,
.title2 h4.title--bold,
.title2 h5.title--bold,
.title2 h6.title--bold {
  font-weight: 500;
  text-transform: none;
  font-family: sans-serif;
}
.title2 h1.title--medium,
.title2 h2.title--medium,
.title2 h3.title--medium,
.title2 h4.title--medium,
.title2 h5.title--medium,
.title2 h6.title--medium {
  font-weight: 400;
  text-transform: none;
  font-family: sans-serif;
}
.title2 h1.title--book,
.title2 h2.title--book,
.title2 h3.title--book,
.title2 h4.title--book,
.title2 h5.title--book,
.title2 h6.title--book {
  font-weight: 300;
  text-transform: none;
  font-family: sans-serif;
}
.title2 h1.title--light,
.title2 h2.title--light,
.title2 h3.title--light,
.title2 h4.title--light,
.title2 h5.title--light,
.title2 h6.title--light {
  font-weight: 200;
  text-transform: none;
  font-family: sans-serif;
}
@media screen and (min-width: 1025px) {
  .title2 h1.desk-font-size-1,
  .title2 h2.desk-font-size-1,
  .title2 h3.desk-font-size-1,
  .title2 h4.desk-font-size-1,
  .title2 h5.desk-font-size-1,
  .title2 h6.desk-font-size-1 {
    font-size: 90px;
    line-height: 1.2;
  }
  .title2 h1.desk-font-size-2,
  .title2 h2.desk-font-size-2,
  .title2 h3.desk-font-size-2,
  .title2 h4.desk-font-size-2,
  .title2 h5.desk-font-size-2,
  .title2 h6.desk-font-size-2 {
    font-size: 66px;
    line-height: 1.2;
  }
  .title2 h1.desk-font-size-2-2,
  .title2 h2.desk-font-size-2-2,
  .title2 h3.desk-font-size-2-2,
  .title2 h4.desk-font-size-2-2,
  .title2 h5.desk-font-size-2-2,
  .title2 h6.desk-font-size-2-2 {
    font-size: 54px;
    line-height: 1.2;
  }
  .title2 h1.desk-font-size-3,
  .title2 h2.desk-font-size-3,
  .title2 h3.desk-font-size-3,
  .title2 h4.desk-font-size-3,
  .title2 h5.desk-font-size-3,
  .title2 h6.desk-font-size-3 {
    font-size: 48px;
    line-height: 1.2;
  }
  .title2 h1.desk-font-size-4,
  .title2 h2.desk-font-size-4,
  .title2 h3.desk-font-size-4,
  .title2 h4.desk-font-size-4,
  .title2 h5.desk-font-size-4,
  .title2 h6.desk-font-size-4 {
    font-size: 36px;
    line-height: 1.2;
  }
  .title2 h1.desk-font-size-5,
  .title2 h2.desk-font-size-5,
  .title2 h3.desk-font-size-5,
  .title2 h4.desk-font-size-5,
  .title2 h5.desk-font-size-5,
  .title2 h6.desk-font-size-5 {
    font-size: 28px;
    line-height: 1.2;
  }
  .title2 h1.desk-font-size-6,
  .title2 h2.desk-font-size-6,
  .title2 h3.desk-font-size-6,
  .title2 h4.desk-font-size-6,
  .title2 h5.desk-font-size-6,
  .title2 h6.desk-font-size-6 {
    font-size: 24px;
    line-height: 1.2;
  }
  .title2 h1.desk-font-size-7,
  .title2 h2.desk-font-size-7,
  .title2 h3.desk-font-size-7,
  .title2 h4.desk-font-size-7,
  .title2 h5.desk-font-size-7,
  .title2 h6.desk-font-size-7 {
    font-size: 18px;
    line-height: 1.2;
  }
  .title2 h1.desk-font-size-8,
  .title2 h2.desk-font-size-8,
  .title2 h3.desk-font-size-8,
  .title2 h4.desk-font-size-8,
  .title2 h5.desk-font-size-8,
  .title2 h6.desk-font-size-8 {
    font-size: 14px;
    line-height: 1.2;
  }
  .title2 h1.desk-font-size-9,
  .title2 h2.desk-font-size-9,
  .title2 h3.desk-font-size-9,
  .title2 h4.desk-font-size-9,
  .title2 h5.desk-font-size-9,
  .title2 h6.desk-font-size-9 {
    font-size: 12px;
    line-height: 1.2;
  }
  .title2 h1.desk-font-size-1 {
    line-height: 76px;
  }
  .title2 h1.desk-font-size-2 {
    line-height: 56px;
  }
  .title2 h1.desk-font-size-2-2 {
    line-height: 46px;
  }
  .title2 h1.desk-font-size-3 {
    line-height: 43px;
  }
  .title2 h1.title--medium,
  .title2 h1.title--bold,
  .title2 h1.title--heavier {
    line-height: 1.2;
  }
  .title2 h1.title--medium.desk-font-size-1,
  .title2 h1.title--bold.desk-font-size-1,
  .title2 h1.title--heavier.desk-font-size-1,
  .title2 h1.title--medium.desk-font-size-2,
  .title2 h1.title--bold.desk-font-size-2,
  .title2 h1.title--heavier.desk-font-size-2,
  .title2 h1.title--medium.desk-font-size-2-2,
  .title2 h1.title--bold.desk-font-size-2-2,
  .title2 h1.title--heavier.desk-font-size-2-2,
  .title2 h1.title--medium.desk-font-size-3,
  .title2 h1.title--bold.desk-font-size-3,
  .title2 h1.title--heavier.desk-font-size-3 {
    line-height: 1.2;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .title2 h1.title--ultra.tablet-font-size-1,
  .title2 h2.title--ultra.tablet-font-size-1,
  .title2 h3.title--ultra.tablet-font-size-1,
  .title2 h4.title--ultra.tablet-font-size-1,
  .title2 h5.title--ultra.tablet-font-size-1,
  .title2 h6.title--ultra.tablet-font-size-1 {
    line-height: 76px;
  }
  .title2 h1.title--ultra.tablet-font-size-2,
  .title2 h2.title--ultra.tablet-font-size-2,
  .title2 h3.title--ultra.tablet-font-size-2,
  .title2 h4.title--ultra.tablet-font-size-2,
  .title2 h5.title--ultra.tablet-font-size-2,
  .title2 h6.title--ultra.tablet-font-size-2 {
    line-height: 56px;
  }
  .title2 h1.title--ultra.tablet-font-size-2-2,
  .title2 h2.title--ultra.tablet-font-size-2-2,
  .title2 h3.title--ultra.tablet-font-size-2-2,
  .title2 h4.title--ultra.tablet-font-size-2-2,
  .title2 h5.title--ultra.tablet-font-size-2-2,
  .title2 h6.title--ultra.tablet-font-size-2-2 {
    line-height: 46px;
  }
  .title2 h1.title--ultra.tablet-font-size-3,
  .title2 h2.title--ultra.tablet-font-size-3,
  .title2 h3.title--ultra.tablet-font-size-3,
  .title2 h4.title--ultra.tablet-font-size-3,
  .title2 h5.title--ultra.tablet-font-size-3,
  .title2 h6.title--ultra.tablet-font-size-3 {
    line-height: 43px;
  }
  .title2 h1.tablet-font-size-1,
  .title2 h2.tablet-font-size-1,
  .title2 h3.tablet-font-size-1,
  .title2 h4.tablet-font-size-1,
  .title2 h5.tablet-font-size-1,
  .title2 h6.tablet-font-size-1 {
    font-size: 90px;
    line-height: 1.2;
  }
  .title2 h1.tablet-font-size-2,
  .title2 h2.tablet-font-size-2,
  .title2 h3.tablet-font-size-2,
  .title2 h4.tablet-font-size-2,
  .title2 h5.tablet-font-size-2,
  .title2 h6.tablet-font-size-2 {
    font-size: 66px;
    line-height: 1.2;
  }
  .title2 h1.tablet-font-size-2-2,
  .title2 h2.tablet-font-size-2-2,
  .title2 h3.tablet-font-size-2-2,
  .title2 h4.tablet-font-size-2-2,
  .title2 h5.tablet-font-size-2-2,
  .title2 h6.tablet-font-size-2-2 {
    font-size: 56px;
    line-height: 1.2;
  }
  .title2 h1.tablet-font-size-3,
  .title2 h2.tablet-font-size-3,
  .title2 h3.tablet-font-size-3,
  .title2 h4.tablet-font-size-3,
  .title2 h5.tablet-font-size-3,
  .title2 h6.tablet-font-size-3 {
    font-size: 48px;
    line-height: 1.2;
  }
  .title2 h1.tablet-font-size-4,
  .title2 h2.tablet-font-size-4,
  .title2 h3.tablet-font-size-4,
  .title2 h4.tablet-font-size-4,
  .title2 h5.tablet-font-size-4,
  .title2 h6.tablet-font-size-4 {
    font-size: 36px;
    line-height: 1.2;
  }
  .title2 h1.tablet-font-size-5,
  .title2 h2.tablet-font-size-5,
  .title2 h3.tablet-font-size-5,
  .title2 h4.tablet-font-size-5,
  .title2 h5.tablet-font-size-5,
  .title2 h6.tablet-font-size-5 {
    font-size: 28px;
    line-height: 1.2;
  }
  .title2 h1.tablet-font-size-6,
  .title2 h2.tablet-font-size-6,
  .title2 h3.tablet-font-size-6,
  .title2 h4.tablet-font-size-6,
  .title2 h5.tablet-font-size-6,
  .title2 h6.tablet-font-size-6 {
    font-size: 24px;
    line-height: 1.2;
  }
  .title2 h1.tablet-font-size-7,
  .title2 h2.tablet-font-size-7,
  .title2 h3.tablet-font-size-7,
  .title2 h4.tablet-font-size-7,
  .title2 h5.tablet-font-size-7,
  .title2 h6.tablet-font-size-7 {
    font-size: 18px;
    line-height: 1.2;
  }
  .title2 h1.tablet-font-size-8,
  .title2 h2.tablet-font-size-8,
  .title2 h3.tablet-font-size-8,
  .title2 h4.tablet-font-size-8,
  .title2 h5.tablet-font-size-8,
  .title2 h6.tablet-font-size-8 {
    font-size: 14px;
    line-height: 1.2;
  }
  .title2 h1.tablet-font-size-9,
  .title2 h2.tablet-font-size-9,
  .title2 h3.tablet-font-size-9,
  .title2 h4.tablet-font-size-9,
  .title2 h5.tablet-font-size-9,
  .title2 h6.tablet-font-size-9 {
    font-size: 12px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 640px) {
  .title2 h1.title--ultra.mobile-font-size-1,
  .title2 h2.title--ultra.mobile-font-size-1,
  .title2 h3.title--ultra.mobile-font-size-1,
  .title2 h4.title--ultra.mobile-font-size-1,
  .title2 h5.title--ultra.mobile-font-size-1,
  .title2 h6.title--ultra.mobile-font-size-1 {
    line-height: 76px;
  }
  .title2 h1.title--ultra.mobile-font-size-2,
  .title2 h2.title--ultra.mobile-font-size-2,
  .title2 h3.title--ultra.mobile-font-size-2,
  .title2 h4.title--ultra.mobile-font-size-2,
  .title2 h5.title--ultra.mobile-font-size-2,
  .title2 h6.title--ultra.mobile-font-size-2 {
    line-height: 56px;
  }
  .title2 h1.title--ultra.mobile-font-size-2-2,
  .title2 h2.title--ultra.mobile-font-size-2-2,
  .title2 h3.title--ultra.mobile-font-size-2-2,
  .title2 h4.title--ultra.mobile-font-size-2-2,
  .title2 h5.title--ultra.mobile-font-size-2-2,
  .title2 h6.title--ultra.mobile-font-size-2-2 {
    line-height: 46px;
  }
  .title2 h1.title--ultra.mobile-font-size-3,
  .title2 h2.title--ultra.mobile-font-size-3,
  .title2 h3.title--ultra.mobile-font-size-3,
  .title2 h4.title--ultra.mobile-font-size-3,
  .title2 h5.title--ultra.mobile-font-size-3,
  .title2 h6.title--ultra.mobile-font-size-3 {
    line-height: 43px;
  }
  .title2 h1.mobile-font-size-1,
  .title2 h2.mobile-font-size-1,
  .title2 h3.mobile-font-size-1,
  .title2 h4.mobile-font-size-1,
  .title2 h5.mobile-font-size-1,
  .title2 h6.mobile-font-size-1 {
    font-size: 90px;
    line-height: 1.2;
  }
  .title2 h1.mobile-font-size-2,
  .title2 h2.mobile-font-size-2,
  .title2 h3.mobile-font-size-2,
  .title2 h4.mobile-font-size-2,
  .title2 h5.mobile-font-size-2,
  .title2 h6.mobile-font-size-2 {
    font-size: 66px;
    line-height: 1.2;
  }
  .title2 h1.mobile-font-size-2-2,
  .title2 h2.mobile-font-size-2-2,
  .title2 h3.mobile-font-size-2-2,
  .title2 h4.mobile-font-size-2-2,
  .title2 h5.mobile-font-size-2-2,
  .title2 h6.mobile-font-size-2-2 {
    font-size: 56px;
    line-height: 1.2;
  }
  .title2 h1.mobile-font-size-3,
  .title2 h2.mobile-font-size-3,
  .title2 h3.mobile-font-size-3,
  .title2 h4.mobile-font-size-3,
  .title2 h5.mobile-font-size-3,
  .title2 h6.mobile-font-size-3 {
    font-size: 48px;
    line-height: 1.2;
  }
  .title2 h1.mobile-font-size-4,
  .title2 h2.mobile-font-size-4,
  .title2 h3.mobile-font-size-4,
  .title2 h4.mobile-font-size-4,
  .title2 h5.mobile-font-size-4,
  .title2 h6.mobile-font-size-4 {
    font-size: 36px;
    line-height: 1.2;
  }
  .title2 h1.mobile-font-size-5,
  .title2 h2.mobile-font-size-5,
  .title2 h3.mobile-font-size-5,
  .title2 h4.mobile-font-size-5,
  .title2 h5.mobile-font-size-5,
  .title2 h6.mobile-font-size-5 {
    font-size: 28px;
    line-height: 1.2;
  }
  .title2 h1.mobile-font-size-6,
  .title2 h2.mobile-font-size-6,
  .title2 h3.mobile-font-size-6,
  .title2 h4.mobile-font-size-6,
  .title2 h5.mobile-font-size-6,
  .title2 h6.mobile-font-size-6 {
    font-size: 24px;
    line-height: 1.2;
  }
  .title2 h1.mobile-font-size-7,
  .title2 h2.mobile-font-size-7,
  .title2 h3.mobile-font-size-7,
  .title2 h4.mobile-font-size-7,
  .title2 h5.mobile-font-size-7,
  .title2 h6.mobile-font-size-7 {
    font-size: 18px;
    line-height: 1.2;
  }
  .title2 h1.mobile-font-size-8,
  .title2 h2.mobile-font-size-8,
  .title2 h3.mobile-font-size-8,
  .title2 h4.mobile-font-size-8,
  .title2 h5.mobile-font-size-8,
  .title2 h6.mobile-font-size-8 {
    font-size: 14px;
    line-height: 1.2;
  }
  .title2 h1.mobile-font-size-9,
  .title2 h2.mobile-font-size-9,
  .title2 h3.mobile-font-size-9,
  .title2 h4.mobile-font-size-9,
  .title2 h5.mobile-font-size-9,
  .title2 h6.mobile-font-size-9 {
    font-size: 12px;
    line-height: 1.2;
  }
}
.title2 h1.title-font-tungsten,
.title2 h2.title-font-tungsten,
.title2 h3.title-font-tungsten,
.title2 h4.title-font-tungsten,
.title2 h5.title-font-tungsten,
.title2 h6.title-font-tungsten {
  font-family: sans-serif;
  line-height: 1;
}
.font-loading .title2 h1.title-font-tungsten,
.font-loading .title2 h2.title-font-tungsten,
.font-loading .title2 h3.title-font-tungsten,
.font-loading .title2 h4.title-font-tungsten,
.font-loading .title2 h5.title-font-tungsten,
.font-loading .title2 h6.title-font-tungsten {
  display: none;
}
.title2 .disableBottomMargin {
  margin-bottom: 0 !important;
}

h1 {
  font-family: sans-serif;
  font-size: 48px;
  font-weight: 200;
  line-height: 1em;
  margin: 45px 0;
}
h2 {
  font-family: sans-serif;
  font-size: 36px;
  font-weight: 200;
}
h3 {
  font-family: sans-serif;
  font-size: 30px;
  font-weight: 200;
}
h4 {
  font-family: sans-serif;
  font-size: 24px;
  font-weight: 200;
}
h5 {
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 500;
}
h6 {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 500;
}
h5.title--alternate,
h6.title--alternate {
  font-weight: 200;
}
.title--black {
  color: #222222 !important;
}
.title--white {
  color: #FFFFFF !important;
}
.title--gray {
  color: #AAAAAA !important;
}
.title--orange {
  color: #F15B2A !important;
}
.title--pink {
  color: #EC008C !important;
}
.title--gradient {
  color: white;
  background: linear-gradient(to right, #f15b2a, #ec008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title--right {
  text-align: right;
}
.title--left {
  text-align: left;
}
.title--center {
  text-align: center;
}
h1.font-size-1,
h2.font-size-1,
h3.font-size-1,
h4.font-size-1,
h5.font-size-1,
h6.font-size-1 {
  font-size: 96px;
}
h1.font-size-2,
h2.font-size-2,
h3.font-size-2,
h4.font-size-2,
h5.font-size-2,
h6.font-size-2 {
  font-size: 60px;
}
h1.font-size-3,
h2.font-size-3,
h3.font-size-3,
h4.font-size-3,
h5.font-size-3,
h6.font-size-3 {
  font-size: 48px;
}
h1.font-size-4,
h2.font-size-4,
h3.font-size-4,
h4.font-size-4,
h5.font-size-4,
h6.font-size-4 {
  font-size: 36px;
}
h1.font-size-5,
h2.font-size-5,
h3.font-size-5,
h4.font-size-5,
h5.font-size-5,
h6.font-size-5 {
  font-size: 28px;
}
h1.font-size-6,
h2.font-size-6,
h3.font-size-6,
h4.font-size-6,
h5.font-size-6,
h6.font-size-6 {
  font-size: 24px;
}
h1.font-size-7,
h2.font-size-7,
h3.font-size-7,
h4.font-size-7,
h5.font-size-7,
h6.font-size-7 {
  font-size: 18px;
}
h1.font-size-8,
h2.font-size-8,
h3.font-size-8,
h4.font-size-8,
h5.font-size-8,
h6.font-size-8 {
  font-size: 14px;
}
h1.font-size-9,
h2.font-size-9,
h3.font-size-9,
h4.font-size-9,
h5.font-size-9,
h6.font-size-9 {
  font-size: 12px;
}
h1.title--ultra,
h2.title--ultra,
h3.title--ultra,
h4.title--ultra,
h5.title--ultra,
h6.title--ultra {
  font-weight: 900;
}
h1.title--heaviest,
h2.title--heaviest,
h3.title--heaviest,
h4.title--heaviest,
h5.title--heaviest,
h6.title--heaviest {
  font-weight: 800;
}
h1.title--heavier,
h2.title--heavier,
h3.title--heavier,
h4.title--heavier,
h5.title--heavier,
h6.title--heavier {
  font-weight: 700;
}
h1.title--heavy,
h2.title--heavy,
h3.title--heavy,
h4.title--heavy,
h5.title--heavy,
h6.title--heavy {
  font-weight: 600;
}
h1.title--bold,
h2.title--bold,
h3.title--bold,
h4.title--bold,
h5.title--bold,
h6.title--bold {
  font-weight: 500;
}
h1.title--medium,
h2.title--medium,
h3.title--medium,
h4.title--medium,
h5.title--medium,
h6.title--medium {
  font-weight: 400;
}
h1.title--book,
h2.title--book,
h3.title--book,
h4.title--book,
h5.title--book,
h6.title--book {
  font-weight: 300;
}
h1.title--light,
h2.title--light,
h3.title--light,
h4.title--light,
h5.title--light,
h6.title--light {
  font-weight: 200;
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  h1.tablet-font-size-1,
  h2.tablet-font-size-1,
  h3.tablet-font-size-1,
  h4.tablet-font-size-1,
  h5.tablet-font-size-1,
  h6.tablet-font-size-1 {
    font-size: 96px;
  }
  h1.tablet-font-size-2,
  h2.tablet-font-size-2,
  h3.tablet-font-size-2,
  h4.tablet-font-size-2,
  h5.tablet-font-size-2,
  h6.tablet-font-size-2 {
    font-size: 60px;
  }
  h1.tablet-font-size-3,
  h2.tablet-font-size-3,
  h3.tablet-font-size-3,
  h4.tablet-font-size-3,
  h5.tablet-font-size-3,
  h6.tablet-font-size-3 {
    font-size: 48px;
  }
  h1.tablet-font-size-4,
  h2.tablet-font-size-4,
  h3.tablet-font-size-4,
  h4.tablet-font-size-4,
  h5.tablet-font-size-4,
  h6.tablet-font-size-4 {
    font-size: 36px;
  }
  h1.tablet-font-size-5,
  h2.tablet-font-size-5,
  h3.tablet-font-size-5,
  h4.tablet-font-size-5,
  h5.tablet-font-size-5,
  h6.tablet-font-size-5 {
    font-size: 28px;
  }
  h1.tablet-font-size-6,
  h2.tablet-font-size-6,
  h3.tablet-font-size-6,
  h4.tablet-font-size-6,
  h5.tablet-font-size-6,
  h6.tablet-font-size-6 {
    font-size: 24px;
  }
  h1.tablet-font-size-7,
  h2.tablet-font-size-7,
  h3.tablet-font-size-7,
  h4.tablet-font-size-7,
  h5.tablet-font-size-7,
  h6.tablet-font-size-7 {
    font-size: 18px;
  }
  h1.tablet-font-size-8,
  h2.tablet-font-size-8,
  h3.tablet-font-size-8,
  h4.tablet-font-size-8,
  h5.tablet-font-size-8,
  h6.tablet-font-size-8 {
    font-size: 14px;
  }
  h1.tablet-font-size-9,
  h2.tablet-font-size-9,
  h3.tablet-font-size-9,
  h4.tablet-font-size-9,
  h5.tablet-font-size-9,
  h6.tablet-font-size-9 {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  h1.mobile-font-size-1,
  h2.mobile-font-size-1,
  h3.mobile-font-size-1,
  h4.mobile-font-size-1,
  h5.mobile-font-size-1,
  h6.mobile-font-size-1 {
    font-size: 96px;
  }
  h1.mobile-font-size-2,
  h2.mobile-font-size-2,
  h3.mobile-font-size-2,
  h4.mobile-font-size-2,
  h5.mobile-font-size-2,
  h6.mobile-font-size-2 {
    font-size: 60px;
  }
  h1.mobile-font-size-3,
  h2.mobile-font-size-3,
  h3.mobile-font-size-3,
  h4.mobile-font-size-3,
  h5.mobile-font-size-3,
  h6.mobile-font-size-3 {
    font-size: 48px;
  }
  h1.mobile-font-size-4,
  h2.mobile-font-size-4,
  h3.mobile-font-size-4,
  h4.mobile-font-size-4,
  h5.mobile-font-size-4,
  h6.mobile-font-size-4 {
    font-size: 36px;
  }
  h1.mobile-font-size-5,
  h2.mobile-font-size-5,
  h3.mobile-font-size-5,
  h4.mobile-font-size-5,
  h5.mobile-font-size-5,
  h6.mobile-font-size-5 {
    font-size: 28px;
  }
  h1.mobile-font-size-6,
  h2.mobile-font-size-6,
  h3.mobile-font-size-6,
  h4.mobile-font-size-6,
  h5.mobile-font-size-6,
  h6.mobile-font-size-6 {
    font-size: 24px;
  }
  h1.mobile-font-size-7,
  h2.mobile-font-size-7,
  h3.mobile-font-size-7,
  h4.mobile-font-size-7,
  h5.mobile-font-size-7,
  h6.mobile-font-size-7 {
    font-size: 18px;
  }
  h1.mobile-font-size-8,
  h2.mobile-font-size-8,
  h3.mobile-font-size-8,
  h4.mobile-font-size-8,
  h5.mobile-font-size-8,
  h6.mobile-font-size-8 {
    font-size: 14px;
  }
  h1.mobile-font-size-9,
  h2.mobile-font-size-9,
  h3.mobile-font-size-9,
  h4.mobile-font-size-9,
  h5.mobile-font-size-9,
  h6.mobile-font-size-9 {
    font-size: 12px;
  }
}
h1.title-font-tungsten,
h2.title-font-tungsten,
h3.title-font-tungsten,
h4.title-font-tungsten,
h5.title-font-tungsten,
h6.title-font-tungsten {
  font-family: sans-serif;
  line-height: 1;
}
h1.title-font-ultra,
h2.title-font-ultra,
h3.title-font-ultra,
h4.title-font-ultra,
h5.title-font-ultra,
h6.title-font-ultra {
  font-family: sans-serif;
  line-height: 1;
}
.title .disableBottomMargin {
  margin-bottom: 0 !important;
}
.title .disableTopMargin {
  margin-top: 0 !important;
}

/* Note: H tag styles are shared from title2 component */

.text-4 p{
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: inherit;
}
.text-4 a {
  color: #EC008C;
  border-bottom: 1px solid #EC008C;
  padding-bottom:3px; }
.text-4 a:hover, .text-4 a:visited {
  text-decoration: none; }

.text-4 .fs--tiny,
.rte-editor .fs--tiny{
  display:inline;
  font-size: 12px;
  line-height:22px;
}

.text-4 .fs--normal,
.rte-editor .fs--normal{
  display:inline;
  font-size: 16px;
  line-height:30px;
}

.text-4 .fs--medium,
.rte-editor .fs--medium{
  display:inline;
  font-size: 20px;
  line-height:34px;
}

.text-4 .fs--large,
.rte-editor .fs--large{
  display:inline;
  font-size: 28px;
  line-height:38px;
}

.rte-editor p{
  font-weight:300;
  font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}

.text-4 .tc-black,
.rte-editor .tc-black{
  color: #181818;
}
.text-4 .tc-gray,
.rte-editor .tc-gray{
  color: #DDDDDD;
}
.text-4 .tc-white,
.rte-editor .tc-white{
  color: #FFFFFF;
}
.text-4 p.remove-bottom-margin,
.rte-editor p.remove-bottom-margin,
.text-4.section.remove-bottom-margin{
  margin-bottom:0;
}

.text-4 table{
  margin:0 auto;
}

.text-4.section{
  margin-bottom:40px;
}

.text-3 p{
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: inherit; }
.text-3 a {
  color: #EC008C; }
.text-3 a:hover, .text-3 a:visited {
  text-decoration: underline; }


.text-3 .fs--twelve,
.rte-editor .fs--twelve{
  display:inline;
  font-size: 12px;
  line-height:18px;
}

.text-3 .fs--fourteen,
.rte-editor .fs--fourteen {
  display:inline;
  font-size: 14px;
  line-height:24px;
}

.text-3 .fs--sixteen,
.rte-editor .fs--sixteen {
  display:inline;
  font-size: 16px;
  line-height:26px;
}

.text-3 .fs--eighteen,
.rte-editor .fs--eighteen {
  display:inline;
  font-size: 18px;
  line-height:30px;
}

.text-3 .fs--twenty,
.rte-editor .fs--twenty {
  display:inline;
  font-size: 20px;
  line-height:34px;
}

.text-3 .fs--twenty-two,
.rte-editor .fs--twenty-two {
  display:inline;
  font-size: 22px;
  line-height:36px;
}

.text-3 .fs--twenty-four,
.rte-editor .fs--twenty-four {
  display:inline;
  font-size: 24px;
  line-height:38px;
}

.text-3 .fs--twenty-six,
.rte-editor .fs--twenty-six {
  display:inline;
  font-size: 26px;
  line-height:40px;
}

.text-3 .fs--twenty-eight,
.rte-editor .fs--twenty-eight {
  display:inline;
  font-size: 28px;
  line-height:42px;
}

.text-3 .fs--thirty,
.rte-editor .fs--thirty {
  display:inline;
  font-size: 30px;
  line-height:46px;
}

.text-3 .fs--thirty-two,
.rte-editor .fs--thirty-two {
  display:inline;
  font-size: 32px;
  line-height:48px;
}

.rte-editor p{
  font-weight:300;
  font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}

.text-3 .fw-two,
.rte-editor .fw-two {
    font-weight:200;
}
.text-3 .fw-three,
.rte-editor .fw-three {
    font-weight:300;
}
.text-3 .fw-four,
.rte-editor .fw-four {
    font-weight:400;
}
.text-3 .fw-five,
.rte-editor .fw-five {
    font-weight:500;
}
.text-3 .fw-seven,
.rte-editor .fw-seven {
    font-weight:700;
}

.text-3 .tc-black,
.rte-editor .tc-black{
  color: #222222;
}
.text-3 .tc-gray,
.rte-editor .tc-gray{
  color: #AAAAAA;
}
.text-3 .tc-white,
.rte-editor .tc-white{
  color: #FFFFFF;
}
.text-3 .tc-orange,
.rte-editor .tc-orange{
  color: #F15B2A;
}
.text-3 .tc-pink,
.rte-editor .tc-pink{
  color: #EC008C;
}
.text-3 p.remove-bottom-margin,
.rte-editor p.remove-bottom-margin{
  margin-bottom:0;
}

.text-3 table{
  margin:0 auto;
}

.text-2 p{
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: inherit; }
.text-2 a {
  color: #EC008C; }
.text-2 a:hover, .text-2 a:visited {
  text-decoration: underline; }


.text-2 .fs--twelve,
.rte-editor .fs--twelve{
  display:inline-block;
  font-size: 12px;
  line-height:18px;
}

.text-2 .fs--fourteen,
.rte-editor .fs--fourteen {
  display:inline-block;
  font-size: 14px;
  line-height:24px;
}

.text-2 .fs--sixteen,
.rte-editor .fs--sixteen {
  display:inline-block;
  font-size: 16px;
  line-height:26px;
}

.text-2 .fs--eighteen,
.rte-editor .fs--eighteen {
  display:inline-block;
  font-size: 18px;
  line-height:30px;
}

.text-2 .fs--twenty,
.rte-editor .fs--twenty {
  display:inline-block;
  font-size: 20px;
  line-height:34px;
}

.text-2 .fs--twenty-two,
.rte-editor .fs--twenty-two {
  display:inline-block;
  font-size: 22px;
  line-height:36px;
}

.text-2 .fs--twenty-four,
.rte-editor .fs--twenty-four {
  display:inline-block;
  font-size: 24px;
  line-height:38px;
}

.text-2 .fs--twenty-six,
.rte-editor .fs--twenty-six {
  display:inline-block;
  font-size: 26px;
  line-height:40px;
}

.text-2 .fs--twenty-eight,
.rte-editor .fs--twenty-eight {
  display:inline-block;
  font-size: 28px;
  line-height:42px;
}

.text-2 .fs--thirty,
.rte-editor .fs--thirty {
  display:inline-block;
  font-size: 30px;
  line-height:46px;
}

.text-2 .fs--thirty-two,
.rte-editor .fs--thirty-two {
  display:inline-block;
  font-size: 32px;
  line-height:48px;
}
.rte-editor p{
  font-weight:300;
  font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}
.text-2 .fw-two,
.rte-editor .fw-two {
    font-weight:200;
}
.text-2 .fw-three,
.rte-editor .fw-three {
    font-weight:300;
}
.text-2 .fw-four,
.rte-editor .fw-four {
    font-weight:400;
}
.text-2 .fw-five,
.rte-editor .fw-five {
    font-weight:500;
}
.text-2 .fw-seven,
.rte-editor .fw-seven {
    font-weight:700;
}

.text-2 .tc-black,
.rte-editor .tc-black{
  color: #222222;
}
.text-2 .tc-gray,
.rte-editor .tc-gray{
  color: #AAAAAA;
}
.text-2 .tc-orange,
.rte-editor .tc-orange{
  color: #F15B2A;
}
.text-2 .tc-pink,
.rte-editor .tc-pink{
  color: #EC008C;
}

.text-2 table{
  margin:0 auto;
}\

.text-component {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: inherit;
}

.text-component a {
  color: #EC008C;
}

.text-component a:hover, .text-component a:visited {
  text-decoration: underline;
}

.text-component p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7em;
}

.text-component.p--hero {
  font-weight: 300;
  font-size: 20px;
}

.text-component.p--default {
  font-weight: 300;
  font-size: 14px;
}

.text-component.fs--twelve, .text-component.fs--twelve p {
  font-size: 12px;
}

.text-component.fs--fourteen, .text-component.fs--fourteen p {
  font-size: 14px;
}

.text-component.fs--sixteen, .text-component.fs--sixteen p {
  font-size: 16px;
}

.text-component.fs--eighteen, .text-component.fs--eighteen p {
  font-size: 18px;
}

.text-component.fs--twenty, .text-component.fs--twenty p {
  font-size: 20px;
}

.text-component.fs--twenty-two, .text-component.fs--twenty-two p {
  font-size: 22px;
}

.text-component.fs--twenty-four, .text-component.fs--twenty-four p {
  font-size: 24px;
}

.text-component.fw-two p {
    font-weight:200;
}
.text-component.fw-three p {
    font-weight:300;
}
.text-component.fw-four p {
    font-weight:400;
}
.text-component.fw-five p {
    font-weight:500;
}
.text-component.fw-six p {
    font-weight:600;
}
.text-component.fw-seven p {
    font-weight:700;
}
.text-component.fw-eight p {
    font-weight:800;
}
.text-component.fw-nine p {
    font-weight:900;
}

.block--light .text-component.alt-color p {
    color: #555555;
}
.block--dark .text-component.alt-color p {
    color: #AAAAAA;
}
.targeted-section .targeted-section-marker {
  color: white;
  background-color: black;
  line-height: 35px;
  text-align: center;
  margin-bottom: 0px;
}

.simple-navigation.section:after {
  content: "";
  display: block;
  padding-top: 100px;
}
.simple-nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #000;
  padding: 26px 35px;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  z-index: 9999;
  /* Mobile */
}
.simple-nav .ps-logo {
  width: 170px;
  height: 45px;
  background-image: url("../../../content/dam/pluralsight2/general/logo/PluralSight_WhiteLogo.svg");
  transition: unset;
}
@media screen and (max-width: 1023px) {
  .simple-nav .ps-logo {
    background-image: url("../../../content/dam/pluralsight2/general/logo/PluralSight_WhiteIcon_Mobile.svg");
    height: 41px;
    width: 40px;
    position: relative;
    left: 40px;
  }
}
.simple-nav ul {
  margin: 0;
  padding: 0;
}
.simple-nav ul li {
  margin-bottom: 0;
  margin-right: 50px;
}
.simple-nav ul li:before {
  display: none;
}
.simple-nav ul li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
.simple-nav ul li a.link--pink {
  color: #EC008C;
}
@media screen and (min-width: 1024px) {
  .simple-nav ul {
    display: flex;
    align-items: center;
  }
}
.simple-nav .simple-nav--button {
  position: absolute;
  right: 35px;
  top: 28px;
}
.simple-nav .simple-nav--button .button {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .simple-nav .simple-nav--button {
    margin-left: auto;
  }
}
.simple-nav .hidden {
  display: none;
}
@media screen and (max-width: 1023px) {
  .simple-nav.simple-nav--expand {
    height: 100%;
    padding-top: 100px;
    overflow: scroll;
    align-items: unset;
  }
  .simple-nav.simple-nav--expand .ps-logo {
    display: none;
  }
  .simple-nav ul {
    display: none;
  }
  .simple-nav ul li {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
  }
  .simple-nav ul li a {
    font-size: 38px;
    line-height: 1.8;
  }
  .simple-nav #simpleNavMobile + .simple-nav--open {
    position: absolute;
    left: 35px;
    top: 42px;
  }
  .simple-nav #simpleNavMobile + .simple-nav--open i {
    display: block;
    width: 20px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
  }
  .simple-nav #simpleNavMobile + .simple-nav--open i:nth-child(2) {
    margin-top: 4px;
    opacity: 1;
  }
  .simple-nav #simpleNavMobile + .simple-nav--open i:nth-child(3) {
    margin-top: 4px;
  }
  .simple-nav #simpleNavMobile:checked + .simple-nav--open {
    transform: rotate(45deg);
  }
  .simple-nav #simpleNavMobile:checked + .simple-nav--open i {
    transition: transform 0.2s ease;
  }
  .simple-nav #simpleNavMobile:checked + .simple-nav--open i:nth-child(1) {
    transform: translateY(6px) rotate(180deg);
  }
  .simple-nav #simpleNavMobile:checked + .simple-nav--open i:nth-child(2) {
    opacity: 0;
  }
  .simple-nav #simpleNavMobile:checked + .simple-nav--open i:nth-child(3) {
    transform: translateY(-6px) rotate(90deg);
  }
  .simple-nav #simpleNavMobile:checked ~ ul {
    display: flex;
    flex-direction: column;
    height: 100vh;
  }
  .simple-nav #simpleNavMobile:checked ~ ul li {
    opacity: 1;
    visibility: visible;
  }
}

.share.section {
  /* Both */
  /* Share */
  /* Link */
  /* Each social link */
}
.share.section .share__links {
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.share.section .share__links .addthis_custom_follow {
  display: flex;
  justify-content: center;
}
.share.section .share__links.left {
  margin-left: unset;
  margin-right: auto;
}
.share.section .share__links.left .addthis_custom_follow {
  justify-content: left;
}
.share.section .share__links.center {
  margin-left: auto;
  margin-right: auto;
}
.share.section .share__links.right {
  margin-right: unset;
  margin-left: auto;
}
.share.section .share__links.right .addthis_custom_follow {
  justify-content: flex-end;
}
.share.section .share--share .share__links__links {
  display: flex;
  justify-content: space-around;
}
.share.section .share--share .share__link {
  box-shadow: 0px 0px 1px 1px #ffffff;
  border-radius: 100%;
}
.share.section .share--share p {
  float: left;
  font-size: 1em;
  color: #989898;
  margin: 0;
  line-height: 30px;
}
.share.section .share--link.share__links--large {
  width: 341px;
  padding-top: 10px;
}
.share.section .share--link.share__links--large .share__link {
  background-size: 30px 30px;
  margin-left: 32px;
}
.share.section .share--link.share__links--large .share__link:first-child {
  margin-left: 0;
}
.share.section .share__link {
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  opacity: .5;
  background-size: 16px 16px;
  background-position: center;
}
.share.section .share__link:hover {
  opacity: 1;
}
.share__link {
  background-repeat: no-repeat;
  float: left;
  display: inline-block;
  margin-left: 16px;
  width: 30px;
  height: 30px;
  position: relative;
  opacity: .5;
  background-size: 16px 16px;
  background-position: center;
}
.share__link img {
  color: rgba(0, 0, 255, 0.5);
}
.share__link:first-child {
  margin-left: 0;
}
.block--light .share--share p {
  color: #555;
}
.block--light .share--share .share__link {
  border-color: #555;
  opacity: 1;
}
.block--light .share__link:hover {
  border-color: #EC008C;
}
/* generic/default */
.face-icon {
  background-image: url(main/images/icons/desktop/Facebook_Icon.svg);
}
.tweet-icon {
  background-image: url(main/images/icons/desktop/Twitter_Icon.svg);
}
.insta-icon {
  background-image: url(main/images/icons/desktop/Instagram_Icon.svg);
}
.more-icon {
  background-image: url(main/images/icons/desktop/More_Icon.svg);
}
.linkedin-icon {
  background-image: url(main/images/icons/desktop/LinkedIn_Icon.svg);
}
.youtube-icon {
  background-image: url(main/images/icons/desktop/YouTube_Icon.svg);
}
/* light block */
.block--light .face-icon,
.darkIcon.face-icon {
  background-image: url(main/images/icons/desktop/Facebook_Icon_Gray.svg);
  opacity: 1;
}
.block--light .face-icon:hover,
.darkIcon.face-icon:hover {
  background-image: url(main/images/icons/desktop/Facebook_Icon_Orange.svg);
}
.block--light .tweet-icon,
.darkIcon.tweet-icon {
  background-image: url(main/images/icons/desktop/Twitter_Icon_Gray.svg);
  opacity: 1;
}
.block--light .tweet-icon:hover,
.darkIcon.tweet-icon:hover {
  background-image: url(main/images/icons/desktop/Twitter_Icon_Orange.svg);
}
.block--light .insta-icon,
.darkIcon.insta-icon {
  background-image: url(main/images/icons/desktop/Instagram_Icon_Gray.svg);
  opacity: 1;
}
.block--light .insta-icon:hover,
.darkIcon.insta-icon:hover {
  background-image: url(main/images/icons/desktop/Instagram_Icon_Orange.svg);
}
.block--light .more-icon,
.darkIcon.more-icon {
  background-image: url(main/images/icons/desktop/More_Icon_Gray.svg);
  opacity: 1;
}
.block--light .more-icon:hover,
.darkIcon.more-icon:hover {
  background-image: url(main/images/icons/desktop/More_Icon_Orange.svg);
}
.block--light .linkedin-icon,
.darkIcon.linkedin-icon {
  background-image: url(main/images/icons/desktop/LinkedIn_Icon_Gray.svg);
  opacity: 1;
}
.block--light .linkedin-icon:hover,
.darkIcon.linkedin-icon:hover {
  background-image: url(main/images/icons/desktop/LinkedIn_Icon_Orange.svg);
}
.block--light .youtube-icon,
.darkIcon.youtube-icon {
  background-image: url(main/images/icons/desktop/YouTube_Icon_Gray.svg);
  opacity: 1;
}
.block--light .youtube-icon:hover,
.darkIcon.youtube-icon:hover {
  background-image: url(main/images/icons/desktop/YouTube_Icon_Orange.svg);
}
.landing-page-hero-block .share__links {
  width: 265px;
}

.rich-text-component {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: inherit; }
.rich-text-component a {
  color: #EC008C; }
.rich-text-component a:hover, .rich-text-component a:visited {
  text-decoration: underline; }
@charset "UTF-8";

/**** Primary ****/
button,
.button {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1;
  padding: 15px 30px;
  white-space: normal;
  border-radius: 2px;
  color: #ffffff ;
  background: #EC008C;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: box-shadow 0.3s ease-in-out;
  margin: 0 0 20px;
  letter-spacing: 1px;
  text-transform:uppercase;
}
button:hover,
.button:hover,
button:focus,
.button:focus {
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    background: linear-gradient(145deg,#F05A28 0,#EC008C 100%);
    color:white;
    }
button[disabled],
button.button--disabled,
.button[disabled],
.button.button--disabled {
    color: rgba(255, 255, 255, 0.2);
    background: #383838;
    }
button[disabled]:hover
button[disabled]:focus
button.button--disabled:hover
button.button--disabled:focus,
.button[disabled]:hover
.button[disabled]:focus
.button.button--disabled:hover
.button.button--disabled:focus {
    background: #383838;
    }

/**** Secondary White ****/
.button--secondary--white {
    color: #ffffff;
    background: transparent;
    border:1px solid #ffffff;
    padding:14px 29px;
    }

.button.button--large.button--secondary--white {
    padding:19px 29px;
}
.button.button--secondary--white:hover,
.button--secondary--white:focus {
    color: #ffffff ;
    background: transparent;
    box-shadow: inset 0 0 0 1px #fff;
    }

/**** Black ****/
.button.button--black {
    color: #ffffff;
    background: #181818;
    }
.button.button--black:hover,
.button.button--black:focus {
    color: #ffffff;
    background: #181818;
    }

/**** Green ****/
.button.button--green {
    color: #ffffff ;
    background: #4CB272;
    }
.button.button--green:hover,
.button.button--green:focus {
    color: #ffffff;
    background: #4CB272;
    }

/**** Yellow ****/
.button.button--yellow {
    color: #ffffff ;
    background: #F7A614;
    }
.button.button--yellow:hover,
.button.button--yellow:focus {
    color: #ffffff;
    background: #F7A614;
    }

/**** Blue ****/
.button.button--blue {
    color: #ffffff ;
    background: #0084BD;
    }
.button.button--blue:hover,
.button.button--blue:focus {
    color: #ffffff;
    background: #0084BD;
    }

.button.button--custom:hover,
.button.button--custom:focus {
    background:inherit;
    }

/**** Large ****/
.button.button--large {
    font-size: 16px;
    padding: 20px 30px;
}

/**** Skills gradient ****/
.button.button--gradient{
    background-image: linear-gradient(to right,#F05A28,#EC008C, #F05A28);
}
/**** Flow gradient ****/
.button.button--flow-gradient{
    background-image: linear-gradient(to right,#2556A3,#2393D4, #2556A3);
}
/**** ProServ gradient ****/
.button.button--proserv-gradient{
    background-image: linear-gradient(to right,#24aa94,#41b57c, #24aa94);
}

.button.button--gradient,
.button.button--flow-gradient,
.button.button--proserv-gradient{
    background-size: 300% 100%;
    transition: all .6s ease-in-out;
}
.button.button--gradient:hover,
.button.button--flow-gradient:hover,
.button.button--proserv-gradient:hover{
    background-position: -50% 0;
}

/**** Old secondary, to make sure it doesn't break ****/
.button.button--secondary,
.block--black .button.button--secondary,
.block--dark .button.button--secondary,
.block--light .button.button--secondary,
.button.button--secondary--pink {
    color: #EC008C;
    border:1px solid #EC008C;
    background: transparent;
    padding:14px 29px;
    }
.button.button--large.button--secondary,
.block--black .button.button--large.button--secondary,
.block--dark .button.button--large.button--secondary,
.block--light .button.button--large.button--secondary,
.button.button--large.button--secondary--pink {
    padding:19px 29px;
    }
.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary--pink:hover,
.button.button--secondary--pink:focus {
    color: #EC008C;
    background: transparent;
    box-shadow: none;
    }



.button--play::before {
    font-family: FontAwesome;
    content: "\f04b";
    font-size: 17px;
    line-height: 17px;
    display: block;
    float: left;
    margin-right: 10px;
}

.psbutton--left{
    text-align:left;
}
.psbutton--right{
    text-align:right;
}
.psbutton--center{
    text-align:center;
}
.button-float-left{
  float:left;
  margin-right:20px;
}

.pill-link.columns:last-child {
	float: left;
}
.pill-link a {
	display: block;
	color: #aaaaaa;
	font-size: 18px;
	font-weight: 200;
	padding: 15px;
	background-color: #222222;
	margin-bottom: 10px;
	margin-right:10px;
	float:left;
}
.pill-link a:hover, .pill-link a.active {
	color: white;
	text-decoration: none;
	background-color: #111;
}
.row .pill-links.row{
	margin:0 auto;
	margin-top:0px;
}
.logo {
    border: none;
    display: block;
    vertical-align: middle;
    max-width: 164px;
    height: auto;
}

.link-list-text .linklist-subnav {
  padding: 30px 0;
}
.link-list-text .linklist-subnav.black {
  background-color: #181818;
}
.link-list-text .linklist-subnav.semi-black {
  background-color: #222222;
}
.link-list-text .linklist-subnav .linklist-subnav--hide {
  display: none !important;
}
.link-list-text .linklist-subnav .linklist-subnav--container {
  margin: 0 auto;
  width: 100%;
}
.link-list-text .linklist-subnav ul {
  justify-content: space-around;
  align-items: center;
  margin: 0;
  padding: 0;
}
.link-list-text .linklist-subnav.subnav-center ul {
  display: flex;
}
.link-list-text .linklist-subnav ul li {
  margin: 0;
  display: inline-block;
  padding: 0 10px;
  font-weight: 500;
  font-size: 15px;
}
.link-list-text .linklist-subnav.vertical-layout ul {
  width: 100%;
  flex-direction: column;
}
.link-list-text .linklist-subnav.vertical-layout ul li {
  width: 100%;
  padding-bottom: 10px;
}
.link-list-text .linklist-subnav.subnav-center ul li {
  display: inherit;
}
.link-list-text .linklist-subnav ul li:before {
  display: none;
}
.link-list-text .linklist-subnav ul li a {
  color: white;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.link-list-text .linklist-subnav ul li a.button {
  margin-bottom: 0;
}
.link-list-text .linklist-subnav ul li a:hover {
  color: white;
  text-decoration: none;
}
.link-list-text .linklist-subnav .linklist-subnav--desktop-icon {
  padding: 0 !important;
}
.link-list-text .linklist-subnav img.link-list-icon {
  width: 25px;
  height: 25px;
}
.link-list-text .linklist-subnav .linklist-subnav--mobile {
  display: none;
  font-size: 15px;
  color: white;
}
.link-list-text .linklist-subnav .linklist-subnav--mobile .link-list-icon {
  margin-right: 12px;
}
.link-list-text .linklist-subnav .linklist-subnav--desktop-title {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 200;
}
@media only screen and (min-width: 769px) {
  .link-list-text .linklist-subnav.subnav-center {
    padding: 0;
  }
  .link-list-text .linklist-subnav.subnav-center ul,
  .link-list-text .linklist-subnav.subnav-center.open ul {
    display: flex !important;
    height: 82px;
  }
  .link-list-text .linklist-subnav.subnav-center ul li,
  .link-list-text .linklist-subnav.subnav-center.open ul li {
    padding: 0 8px 0;
    text-align: center;
    height: 100%;
    align-items: center;
  }
  .link-list-text .linklist-subnav.subnav-center ul li.active,
  .link-list-text .linklist-subnav.subnav-center.open ul li.active {
    position: relative;
  }
  .link-list-text .linklist-subnav.subnav-center ul li.active:after,
  .link-list-text .linklist-subnav.subnav-center.open ul li.active:after {
    content: "";
    background: #ffffff;
    display: block;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .link-list-text .linklist-subnav.subnav-center.linklist-accent-pink ul li.active:after {
    background: linear-gradient(145deg, #f05a28 0, #ec008c 100%);
  }
  .link-list-text .linklist-subnav.subnav-center.linklist-accent-blue ul li.active:after {
    background: linear-gradient(145deg, #2556a3 0, #2393d4 100%);
  }
  .link-list-text .linklist-subnav.subnav-center.linklist-accent-green ul li.active:after {
    background: linear-gradient(145deg, #24aa94 0, #41b57c 100%);
  }
}
.link-list-text .linklist-subnav.subnav-center.linklist-accent-pink ul li a.button {
  background: linear-gradient(145deg, #f05a28 0, #ec008c 100%);
}
.link-list-text .linklist-subnav.subnav-center.linklist-accent-blue ul li a.button {
  background: linear-gradient(145deg, #2556a3 0, #2393d4 100%);
}
.link-list-text .linklist-subnav.subnav-center.linklist-accent-green ul li a.button {
  background: linear-gradient(145deg, #24aa94 0, #41b57c 100%);
}
@media only screen and (max-width: 768px) {
  .link-list-text .linklist-subnav {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .link-list-text .linklist-subnav ul {
    display: none;
    padding: 0 15px 15px;
    border-top: 1px solid #333;
  }
  .link-list-text .linklist-subnav.subnav-center ul {
    display: none;
  }
  .link-list-text .linklist-subnav ul li {
    padding: 10px 0;
  }
  .link-list-text .linklist-subnav ul,
  .link-list-text .linklist-subnav ul li {
    width: 100%;
  }
  .link-list-text .linklist-subnav .linklist-subnav--mobile {
    display: block;
    position: relative;
    padding: 15px;
    cursor: pointer;
    padding-right: 40px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
  }
  .link-list-text .linklist-subnav .linklist-subnav--mobile:after {
    content: "╲╱";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 8px;
  }
  .link-list-text .linklist-subnav.open .linklist-subnav--mobile:after {
    content: "╱╲";
  }
  .link-list-text .linklist-subnav .linklist-subnav--desktop-title,
  .link-list-text .linklist-subnav .linklist-subnav--desktop-icon {
    display: none !important;
  }
}

.llr-wrapper {
  display: block;
}
.llr-wrapper a.llr-item {
  width: 100%;
  margin-bottom: 15px;
  background-color: #181818;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  min-height: 70px;
  color: white;
  text-decoration: none;
}
.llr-wrapper a.llr-item.llr-bg-semi-black,
.llr-wrapper a.llr-item.semi-black {
  background-color: #181818;
}
.llr-wrapper a.llr-item.llr-bg-black,
.llr-wrapper a.llr-item.black {
  background-color: #000000;
}
.llr-wrapper a.llr-item.llr-bg-dark-grey,
.llr-wrapper a.llr-item.dark-grey {
  background-color: #222222;
}
.llr-wrapper a.llr-item .llr-title-wrapper {
  max-width: calc(100% - 120px);
  flex: 1;
}
.llr-wrapper a.llr-item .llr-title-wrapper.llr-title-fullwidth {
  max-width: 100%;
}
.llr-wrapper a.llr-item .llr-title-wrapper .llr-title {
  font-size: 18px;
  font-weight: 700;
}
.llr-wrapper a.llr-item .llr-title-wrapper .llr-subtitle {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 300;
  color: #ccc;
}
.llr-wrapper a.llr-item .llr-link-text {
  color: #EC008C;
  max-width: 100px;
  flex: 1;
  margin-left: 20px;
  font-weight: 700;
}
@media only screen and (min-width: 800px) {
  .llr-wrapper.llr-auto-columns {
    display: flex;
    flex-wrap: wrap;
  }
  .llr-wrapper.llr-auto-columns .llr-item {
    width: calc(50% - 15px);
  }
  .llr-wrapper.llr-auto-columns .llr-item:nth-child(odd) {
    margin-right: 15px;
  }
  .llr-wrapper.llr-auto-columns .llr-item:nth-child(even) {
    margin-left: 15px;
  }
}

a.twenty-four-px {
  font-size: 24px;
}
a.eighteen-px {
  font-size: 18px;
}
a.fourteen-px {
  font-size: 14px;
}
a.twelve-px {
  font-size: 12px;
}
a.white {
  color: #FFFFFF;
}
a.orange {
  color: #F15B2A;
}
a.pink {
  color: #EC008C;
}
a.grey {
  color: #AAAAAA;
}
a.blue {
  color: #0084BD;
}
a.black {
  color: #222222;
}
a.inherit {
  color: inherit;
}
a.bold{
  font-weight:600;
}
.link.section a.pink,
.link.section a{
  border-bottom: 1px solid #EC008C;
  padding-bottom:3px;
}
.link.section a.blue{
  border-bottom: 1px solid #0084BD;
  padding-bottom:3px;
}
.link.section a.white{
  border-bottom: 1px solid #FFFFFF;
  padding-bottom:3px;
}
.link.section a:hover{
  text-decoration:none;
}
.link.section .link--left{
  text-align:left;
}
.link.section .link--right{
  text-align:right;
}
.link.section .link--center{
  text-align:center;
}
a.simple_arrow{
  color: white;
  border-bottom:none !important;
  font-weight:700;
}
a.simple_arrow:after {
    margin-left: 4px;
    font-family: FontAwesome;
    content:"\f105";
    color:#EC008C;
    transition: 0.3s all;
}
a.simple_arrow:hover:after {
    margin-left: 8px;
}
.image.section .image-wrapper,
.image.aem-GridColumn .image-wrapper,
.image-text__image .image-wrapper {
  position: relative;
}
.image.section .image--left,
.image.aem-GridColumn .image--left,
.image-text__image .image--left {
  float: left;
}
.image.section .image--left.overflow,
.image.aem-GridColumn .image--left.overflow,
.image-text__image .image--left.overflow {
  left: 0;
}
.image.section .image--center,
.image.aem-GridColumn .image--center,
.image-text__image .image--center {
  margin: 0 auto;
  display: block;
}
.image.section .image--center.overflow,
.image.aem-GridColumn .image--center.overflow,
.image-text__image .image--center.overflow {
  margin: initial;
  left: 50%;
  transform: translateX(-50%);
}
.image.section .image--right,
.image.aem-GridColumn .image--right,
.image-text__image .image--right {
  float: right;
}
.image.section .image--right.overflow,
.image.aem-GridColumn .image--right.overflow,
.image-text__image .image--right.overflow {
  right: 0;
}
.image.section .image--full,
.image.aem-GridColumn .image--full,
.image-text__image .image--full {
  width: 100%;
}
.image.section .image--full.overflow,
.image.aem-GridColumn .image--full.overflow,
.image-text__image .image--full.overflow {
  left: 0;
}
.image.section .overflow,
.image.aem-GridColumn .overflow,
.image-text__image .overflow {
  position: absolute;
  z-index: 999;
}
[data-img-width] {
  opacity: 0;
}

.horizontal-rule.aem-component.hr_color_gray {
  background-color: #AAAAAA;
}
.horizontal-rule.aem-component.hr_color_black {
  background-color: #222222;
}
.horizontal-rule.aem-component.hr_color_orange {
  background-color: #F15B2A;
}
.horizontal-rule.aem-component.hr_color_pink {
  background-color: #EC008C;
}
.horizontal-rule.aem-component.hr_color_blue {
  background-color: #0084BD;
}
.horizontal-rule.aem-component.hr_color_yellow {
  background-color: #FFBA0E;
}
.horizontal-rule.aem-component.hr_color_green {
  background-color: #4CB272;
}
.horizontal-rule.aem-component.hr_color_purple {
  background-color: #4943A7;
}
.horizontal-rule.aem-component.hr_color_gradient {
  background: linear-gradient(90deg, #f68a2e, #e82a89);
}
.horizontal-rule.aem-component.hr_width_thin {
  height: 1px;
}
.horizontal-rule.aem-component.hr_width_medium {
  height: 5px;
}
.horizontal-rule.aem-component.hr_width_thick {
  height: 10px;
}

.mode-edit.main.modal-wrapper,
.mode-edit .generic-modal > .main {
	display: block;
}
.generic-modal > .main {
	display: none;
}
.hero-block {
    position: relative;
}
.hero-block .column-control  .row.translucent {
    background-color: rgba(0, 0, 0, 0.5);
}
.column-control .columns {
	min-height: 1px;
}
.column-control--divider.row {
	display: table;
}
.column-control--divider .columns {
	border-left: 1px solid #222222;
	display: table-cell;
	float: none;
}
.column-control--divider .columns:first-child {
	border-left: none;
}

.column-control--divider .columns + .columns:last-child {
	float: none;
}

.column-control--divider .columns[class*="-pull-"], .column-control--divider .columns[class*="-push-"] {
	border-left: 1px solid #222222;
}

.column-control--divider--light .columns {
	border-color: #ccc;
}

.padding-top-ten {
	padding-top: 10px;
}
.padding-top-twenty {
	padding-top: 20px;
}
.padding-top-thirty {
	padding-top: 30px;
}
.padding-top-forty {
	padding-top: 40px;
}
.padding-top-fifty {
	padding-top: 50px;
}
.padding-top-sixty {
	padding-top: 60px;
}
.padding-top-seventy {
	padding-top: 70px;
}
.padding-top-eighty {
	padding-top: 80px;
}
.padding-top-ninety {
	padding-top: 90px;
}
.padding-top-hundred {
	padding-top: 100px;
}
.padding-bottom-ten {
	padding-bottom: 10px;
}
.padding-bottom-twenty {
	padding-bottom: 20px;
}
.padding-bottom-thirty {
	padding-bottom: 30px;
}
.padding-bottom-forty {
	padding-bottom: 40px;
}
.padding-bottom-fifty {
	padding-bottom: 50px;
}
.padding-bottom-sixty {
	padding-bottom: 60px;
}
.padding-bottom-seventy {
	padding-bottom: 70px;
}
.padding-bottom-eighty {
	padding-bottom: 80px;
}
.padding-bottom-ninety {
	padding-bottom: 90px;
}
.padding-bottom-hundred {
	padding-bottom: 100px;
}

.column-control .column-control-container > .row.fullwidth {
  max-width: 100%;
}

.column-control .column-control-container > .row > .columns:first-child {
  padding-left: 15px;
}
.column-control .column-control-container > .row > .columns:last-child {
  padding-right: 15px;
}
.row.column-control--narrow {
  max-width: 900px;
}
.row.column-control--wide {
  max-width: 1200px;
}
.row.column-control--super-wide {
  max-width: 1400px;
}
@media screen and (min-width: 1025px) {
    .row.add-flex.large{
        display:flex;
    }
}
@media screen and (min-width: 640px) {
    .row.add-flex.medium{
        display:flex;
    }
}
.row.add-flex.small{
    display:flex;
}

@media screen and (max-width: 1024px) {
	.column-control--divider .columns[class*="large-"] {
		border: none;
		float: left;
	}
	.column-control--divider .columns + .columns:last-child[class*="large-"] {
		float: right;
	}
	.column-control .column-control-container > .row > .columns[class*="large-"] {
		padding: 0 15px;
	}
    .column-control .column-control-container > .row > .columns.customPadding[class*="large-"] {
        padding: 0 15px !important;
    }

}
@media screen and (max-width: 1024px) and (min-width:641px) {
    .gridStacking .columns[class*="large-"] {
		float: left;
        width: 50%;
        margin-bottom:32px;
        border:none;
	}

	.gridStacking .columns + .columns:last-child[class*="large-"] {
		float: left;
	}

    .gridStacking .columns[class*="large-"]:nth-child(odd) {
		clear:left;
	}
}
@media screen and (max-width:640px) {
    .gridStacking .columns[class*="large-"] {
    	width:100%;
        margin-bottom:16px;
        display:inline-block;
    }
}

@media screen and (max-width: 640px) {
	.column-control--divider .columns[class*="medium-"] {
		border: none;
		float: left;
	}
	.column-control--divider .columns + .columns:last-child[class*="medium-"] {
		float: right;
	}

    .gridStacking .columns[class*="medium-"] {
		float: left;
        width: 50%;

	}

	.gridStacking .columns + .columns:last-child[class*="medium-"] {
		float: left;
	}

    .column-control .column-control-container > .row > .columns[class*="medium-"] {
        padding: 0 15px;
    }

    .column-control .column-control-container > .row > .columns.customPadding[class*="medium-"] {
        padding: 0 15px !important;
    }

}

/* 5 column layout */
@media only screen and (min-width: 64.0625em) {
	.large-five-col {
		width: 20%;
	}
}
@media only screen and (min-width: 40.0625em) {
	.medium-five-col {
		width: 20%;
	}
}
.small-five-col {
    width: 20%;
}
.column-control .column-control-container > .row.no-padding-left > .columns:first-child,
.column-control .column-control-container > .row.no-padding-right > .columns:last-child,
.column-control .column-control-container > .row.no-padding-both > .columns {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.flow-demo-page {
  font-family: "PS Commons", Helvetica, Roboto, Arial, sans-serif;
}
.flow-demo-page h1,
.flow-demo-page h2,
.flow-demo-page h3,
.flow-demo-page h4,
.flow-demo-page h5,
.flow-demo-page h6 {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
}
.flow-demo-page .flow-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 426px) {
  .flow-demo-page .flow-container {
    padding: 0 50px;
  }
}
.flow-demo-page__header {
  background-color: #212121;
  display: flex;
  align-items: center;
  height: 106px;
}
.flow-demo-page__header .flow-container {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .flow-demo-page__header .flow-container {
    justify-content: flex-start;
  }
}
.flow-demo-page__header a {
  display: inline-block;
}
.flow-demo-page__content {
  color: #ffffff;
  background-color: #000000;
  padding: 20px;
}
@media screen and (min-width: 426px) {
  .flow-demo-page__content {
    padding: 50px;
  }
}
.flow-demo-page__content > .flow-demo:first-child {
  margin: -20px;
  margin-bottom: 0;
}
@media screen and (min-width: 426px) {
  .flow-demo-page__content > .flow-demo:first-child {
    margin: -50px;
  }
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.cmp-flow-demo-image {
  position: relative;
}
.cmp-flow-demo-image__tooltip {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .cmp-flow-demo-image__tooltip {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.cmp-flow-demo-image__tooltip-content {
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  .cmp-flow-demo-image__tooltip-content {
    max-width: 525px;
  }
}
.cmp-flow-demo-image__tooltip-content h5 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.21;
  margin: 0 0 20px 0;
}
.cmp-flow-demo-image__tooltip-content a {
  color: #29579e;
}
.cmp-flow-demo-image__tooltip-description {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
}
.cmp-flow-demo-image__tooltip-description p:last-child {
  margin: 0;
}
.cmp-flow-demo-image__tooltip-action {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .cmp-flow-demo-image__tooltip-action {
    margin-top: 0;
    margin-left: 20px;
  }
}
.cmp-flow-demo-image__tooltip-action a {
  margin: 0;
  border: none;
  cursor: pointer;
  width: fit-content;
}
.cmp-flow-demo-image__tooltip-action a:nth-child(2) {
  color: #29579e;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1px;
  margin-top: 15px;
  position: relative;
  padding-right: 32px;
}
.cmp-flow-demo-image__tooltip-action a:nth-child(2):after {
  content: '\2023\2023';
  font-size: 40px;
  position: absolute;
  right: 0;
  bottom: -1px;
}
.cmp-flow-demo-image__tooltip[data-centered],
.cmp-flow-demo-image__tooltip[data-anchored] {
  background: #ffffff;
  min-width: 280px;
  max-width: 320px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  padding: 25px;
  transition: all 0.5s ease-in-out;
}
.cmp-flow-demo-image__tooltip[data-centered]:not(:only-child),
.cmp-flow-demo-image__tooltip[data-anchored]:not(:only-child) {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .cmp-flow-demo-image__tooltip[data-centered],
  .cmp-flow-demo-image__tooltip[data-anchored] {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cmp-flow-demo-image__tooltip[data-centered] .cmp-flow-demo-image__tooltip-content,
.cmp-flow-demo-image__tooltip[data-anchored] .cmp-flow-demo-image__tooltip-content {
  color: #000000;
}
.cmp-flow-demo-image__tooltip[data-centered] .cmp-flow-demo-image__tooltip-action,
.cmp-flow-demo-image__tooltip[data-anchored] .cmp-flow-demo-image__tooltip-action {
  margin: 20px 0 0;
}
.cmp-flow-demo-image__tooltip[data-centered] .cmp-flow-demo-image__tooltip-content {
  width: 100%;
}
.cmp-flow-demo-image__tooltip[data-anchored]:before {
  position: absolute;
  content: '';
  display: block;
  border: solid transparent 8px;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
}
.cmp-flow-demo-image__tooltip[data-anchored][data-tooltip-pos='right'] {
  margin-left: 10px;
}
.cmp-flow-demo-image__tooltip[data-anchored][data-tooltip-pos='right']:before {
  right: unset;
  left: -6px;
  transform: rotate(-45deg);
}
.cmp-flow-demo-image__tooltip[data-anchored][data-tooltip-pos='left'] {
  margin-left: -10px;
}
.cmp-flow-demo-image__tooltip[data-anchored][data-tooltip-pos='left']:before {
  left: unset;
  right: -6px;
  transform: rotate(135deg);
}
.cmp-flow-demo-image__tooltip[data-anchored][data-tooltip-pos='right'][data-tooltip-map-y='top'],
.cmp-flow-demo-image__tooltip[data-anchored][data-tooltip-pos='left'][data-tooltip-map-y='top'] {
  margin-top: -30px;
}
.cmp-flow-demo-image__tooltip[data-anchored][data-tooltip-pos='right'][data-tooltip-map-y='top']:before,
.cmp-flow-demo-image__tooltip[data-anchored][data-tooltip-pos='left'][data-tooltip-map-y='top']:before {
  bottom: unset;
  top: 25px;
}
.cmp-flow-demo-image__tooltip[data-anchored][data-tooltip-pos='right'][data-tooltip-map-y='bottom'],
.cmp-flow-demo-image__tooltip[data-anchored][data-tooltip-pos='left'][data-tooltip-map-y='bottom'] {
  margin-top: 30px;
}
.cmp-flow-demo-image__tooltip[data-anchored][data-tooltip-pos='right'][data-tooltip-map-y='bottom']:before,
.cmp-flow-demo-image__tooltip[data-anchored][data-tooltip-pos='left'][data-tooltip-map-y='bottom']:before {
  top: unset;
  bottom: 25px;
}
.cmp-flow-demo-image__tooltip[data-anchored][data-tooltip-pos='top'] {
  margin-top: -10px;
}
.cmp-flow-demo-image__tooltip[data-anchored][data-tooltip-pos='top']:before {
  top: unset;
  bottom: -6px;
  transform: rotate(-135deg);
}
.cmp-flow-demo-image__tooltip[data-anchored][data-tooltip-pos='bottom'] {
  margin-top: 10px;
}
.cmp-flow-demo-image__tooltip[data-anchored][data-tooltip-pos='bottom']:before {
  bottom: unset;
  top: -6px;
  transform: rotate(45deg);
}
.cmp-flow-demo-image__tooltip[data-anchored][data-tooltip-pos='top'][data-tooltip-map-x='left'],
.cmp-flow-demo-image__tooltip[data-anchored][data-tooltip-pos='bottom'][data-tooltip-map-x='left'] {
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  .cmp-flow-demo-image__tooltip[data-anchored][data-tooltip-pos='top'][data-tooltip-map-x='left'],
  .cmp-flow-demo-image__tooltip[data-anchored][data-tooltip-pos='bottom'][data-tooltip-map-x='left'] {
    margin-left: -30px;
  }
}
.cmp-flow-demo-image__tooltip[data-anchored][data-tooltip-pos='top'][data-tooltip-map-x='left']:before,
.cmp-flow-demo-image__tooltip[data-anchored][data-tooltip-pos='bottom'][data-tooltip-map-x='left']:before {
  right: unset;
  left: 25px;
}
.cmp-flow-demo-image__tooltip[data-anchored][data-tooltip-pos='top'][data-tooltip-map-x='right'],
.cmp-flow-demo-image__tooltip[data-anchored][data-tooltip-pos='bottom'][data-tooltip-map-x='right'] {
  margin-left: 30px;
}
.cmp-flow-demo-image__tooltip[data-anchored][data-tooltip-pos='top'][data-tooltip-map-x='right']:before,
.cmp-flow-demo-image__tooltip[data-anchored][data-tooltip-pos='bottom'][data-tooltip-map-x='right']:before {
  left: unset;
  right: 25px;
}
.cmp-flow-demo-image__image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
}
.cmp-flow-demo-image__image img {
  display: none;
  max-width: unset;
}
@media screen and (min-width: 769px) {
  .cmp-flow-demo-image__image img {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .cmp-flow-demo-image__image {
    background: none;
  }
}

.cmp-flow-demo-card-list {
  max-width: 1300px;
  margin: 0 auto;
}
.cmp-flow-demo-card-list__title h1,
.cmp-flow-demo-card-list__title h2,
.cmp-flow-demo-card-list__title h3,
.cmp-flow-demo-card-list__title h4,
.cmp-flow-demo-card-list__title h5,
.cmp-flow-demo-card-list__title h6 {
  margin: 1em 0 2em;
}
.cmp-flow-demo-card-list__title.align-center {
  display: flex;
  justify-content: center;
}
.cmp-flow-demo-card-list__title.align-right {
  display: flex;
  justify-content: flex-end;
}
.cmp-flow-demo-card-list__title.align-right .cmp-flow-demo-card-list__title-element:before {
  left: unset;
  right: 0;
}
.cmp-flow-demo-card-list__title-element {
  text-transform: uppercase;
  padding: 0 45px;
  max-width: 570px;
  position: relative;
  line-height: 1.1;
}
.cmp-flow-demo-card-list__title-element:before {
  content: '';
  display: block;
  width: 15px;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, #29579e 0%, #337ebe 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.cmp-flow-demo-card-list__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .cmp-flow-demo-card-list__list {
    flex-direction: row;
    justify-content: center;
  }
}
.cmp-flow-demo-card-list__list__item,
.cmp-flow-demo-card-list__list .spacer {
  margin-bottom: 20px;
}
@media screen and (min-width: 426px) {
  .cmp-flow-demo-card-list__list__item,
  .cmp-flow-demo-card-list__list .spacer {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  .cmp-flow-demo-card-list__list__item,
  .cmp-flow-demo-card-list__list .spacer {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .cmp-flow-demo-card-list__list__item,
  .cmp-flow-demo-card-list__list .spacer {
    margin-bottom: 0;
    margin-right: 25px;
  }
}
.cmp-flow-demo-card-list__list__item:last-child,
.cmp-flow-demo-card-list__list .spacer:last-child {
  margin-right: 0;
}
.cmp-flow-demo-card-list__list__item {
  position: relative;
  display: flex;
  flex: 1;
}
@media screen and (min-width: 1025px) {
  .cmp-flow-demo-card-list__list__item {
    max-width: 300px;
  }
}
.cmp-flow-demo-card-list__list__item .cmp-flow-demo-card {
  flex: 1;
}
.cmp-flow-demo-card-list__list .spacer {
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
}
.aem-AuthorLayer-Edit .cmp-flow-demo-card-list__list .spacer {
  display: none;
}
@media screen and (min-width: 1025px) {
  .cmp-flow-demo-card-list__list .spacer {
    height: unset;
    width: 2px;
  }
}
@media screen and (min-width: 1025px) {
  .cmp-flow-demo-card-list__list[data-include-overview] {
    padding-top: 50px;
  }
}
.cmp-flow-demo-card-list__list[data-include-overview] .cmp-flow-demo-card-list__list__item:nth-child(1),
.cmp-flow-demo-card-list__list[data-include-overview] .cmp-flow-demo-card-list__list__item:nth-child(3) {
  margin-top: 50px;
}
@media screen and (min-width: 1025px) {
  .cmp-flow-demo-card-list__list[data-include-overview] .cmp-flow-demo-card-list__list__item:nth-child(1),
  .cmp-flow-demo-card-list__list[data-include-overview] .cmp-flow-demo-card-list__list__item:nth-child(3) {
    margin-top: 0;
  }
}
.cmp-flow-demo-card-list__list[data-include-overview] .cmp-flow-demo-card-list__list__item > h3 {
  position: absolute;
  top: -50px;
  font-size: 25px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.cmp-flow-demo-card {
  display: flex;
  flex-direction: column;
  background-color: #252525;
  padding: 17px;
  border: solid #252525 8px;
}
.cmp-flow-demo-card:hover {
  text-decoration: none;
  border-color: #2883b8;
}
.cmp-flow-demo-card__content {
  flex: 1;
}
.cmp-flow-demo-card__action {
  margin-top: 25px;
}
.cmp-flow-demo-card__action .button {
  display: block;
  border: none;
  cursor: pointer;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .cmp-flow-demo-card__action .button {
    margin: 0 auto;
  }
}
.cmp-flow-demo-card__eyebrow,
.cmp-flow-demo-card__title,
.cmp-flow-demo-card__description {
  margin: 0;
}
.cmp-flow-demo-card__eyebrow {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #2883b8;
  margin-bottom: 25px;
}
@media screen and (min-width: 1025px) {
  .cmp-flow-demo-card__eyebrow {
    font-size: 10px;
  }
}
.cmp-flow-demo-card__title {
  font-size: 25px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-bottom: 25px;
}
@media screen and (min-width: 1025px) {
  .cmp-flow-demo-card__title {
    font-size: 20px;
  }
}
.cmp-flow-demo-card__description {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.cmp-flow-demo__header {
  background-color: #363638;
}
.cmp-flow-demo__header .flow-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .cmp-flow-demo__header .flow-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.cmp-flow-demo__header__right {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
@media screen and (min-width: 769px) {
  .cmp-flow-demo__header__right {
    flex-direction: row;
    justify-content: space-between;
  }
}
.cmp-flow-demo__header__right .button {
  margin-bottom: 5px;
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  .cmp-flow-demo__header__right .button {
    margin-bottom: 0;
    margin-left: 10px;
  }
}
.cmp-flow-demo__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  min-height: 60px;
  letter-spacing: 0.05em;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .cmp-flow-demo__title {
    justify-content: flex-start;
  }
}
.cmp-flow-demo__indicators {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-top: solid #222222 1px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .cmp-flow-demo__indicators {
    border-top: none;
    justify-content: flex-start;
    width: auto;
  }
}
.cmp-flow-demo__indicator {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  padding: 12px 10px;
  margin: 0 5px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 426px) {
  .cmp-flow-demo__indicator {
    padding: 20px 10px;
  }
}
.cmp-flow-demo__indicator:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 8px;
  background: linear-gradient(90deg, #29579e 0%, #337ebe 100%);
  transition: width 300ms ease-in;
}
.cmp-flow-demo__indicator--active:after {
  width: 100%;
}
.cmp-flow-demo__content .flow-container {
  padding: 0px;
}
.cmp-flow-demo__item {
  padding: 20px;
}
@media screen and (min-width: 426px) {
  .cmp-flow-demo__item {
    padding: 50px;
    padding-bottom: 100px;
  }
}

.user-story-dialog-fieldset.coral-Form-fieldset {
  height: 100px !important;
}
.user-story-component {
  background-color: #ffffff;
  display: flex;
}
@media only screen and (max-width:  860px) {
  .user-story-component {
    flex-wrap: wrap;
  }
}
.user-story-component.block_left {
  flex-direction: row-reverse;
}
.user-story-component.block--dark-gray .text__author p,
.user-story-component.block--black .text__author p {
  color: #ffffff;
}
.user-story-component.block--dark-gray .text__quote p,
.user-story-component.block--black .text__quote p {
  color: #ffffff;
}
.user-story-component.row {
  max-width: 1312px;
}
.user-story-component .user-story-component__block {
  /*flex: 1 0 auto;*/
}
.user-story-component .image__block {
  width: 50%;
  margin: 0;
  padding: 0;
  align-self: flex-end;
}
.user-story-component .image__block img {
  border: none;
  max-width: 100%;
  max-height: 900px;
  display: block;
}
@media only screen and (max-width:  860px) {
  .user-story-component .image__block {
    display: block;
    width: 100%;
    height: 40%;
  }
}
.user-story-component .text__block {
  width: 50%;
  padding: 0 0 60px 10px;
  align-self: flex-start;
}
@media only screen and (max-width:  860px) {
  .user-story-component .text__block {
    padding: 0px 20px;
    display: block;
    width: 100%;
    height: 60% !important;
  }
}
.user-story-component .text__block .text__icon {
  position: relative;
  width: 100%;
  height: 25%;
  margin: 0;
  padding: 0;
}
.user-story-component .text__block .text__icon .text__icon-img {
  height: 55px;
  width: 59px;
  display: block;
  margin: 20% 0% 0%;
}
.user-story-component .text__block .text__icon .text__icon-img img {
  border: none;
  width: 100%;
  heigth: 100%;
}
@media only screen and (max-width:  860px) {
  .user-story-component .text__block .text__icon .text__icon-img {
    margin: 5% auto 0%;
  }
}
@media only screen and (max-width:  860px) {
  .user-story-component .text__block .text__icon {
    height: 12%;
    text-align: center;
  }
}
.user-story-component .text__block .text__quote {
  padding: 6% 0 2%;
}
@media only screen and (max-width:  860px) {
  .user-story-component .text__block .text__quote {
    padding: 4% 0 2%;
  }
}
.user-story-component .text__block .text__quote p {
  width: 90%;
  font-size: 36px;
  word-wrap: break-word;
  font-weight: 200;
}
@media only screen and (max-width:  860px) {
  .user-story-component .text__block .text__quote p {
    margin: 0 auto;
    width: 80%;
    display: block;
  }
}
.user-story-component .text__block .text__author {
  padding: 0 0;
}
.user-story-component .text__block .text__author p {
  width: 90%;
  font-size: 18px;
  word-wrap: break-word;
}
@media only screen and (max-width:  860px) {
  .user-story-component .text__block .text__author p {
    margin: 0 auto;
    width: 80%;
    display: block;
  }
}
.user-story-component .text__block .text__link {
  padding: 0 0;
}
.user-story-component .text__block .text__link a {
  text-decoration: none;
  width: 90%;
  word-wrap: break-word;
}
@media only screen and (max-width:  860px) {
  .user-story-component .text__block .text__link a {
    margin: 2% auto;
    width: 80%;
    display: block;
  }
}

.tl-wrapper {
  padding: 3% 2%;
  position: relative;
  width: 100%;
  min-width: 300px;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.tl-wrapper h3,
.tl-wrapper h5 {
  text-align: center;
}
.tl-wrapper div:focus,
.tl-wrapper a:focus {
  outline: none;
}
.tl-wrapper .tl-wrapper-inner {
  position: relative;
  width: 100%;
  padding: 0 20px;
  margin: 0;
}
@media only screen and (max-width: 640px)  {
  .tl-wrapper .tl-wrapper-inner {
    padding: 0px 35px;
    width: auto;
  }
}
.tl-wrapper .tl-wrapper-inner-btm {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}
.tl-wrapper .tl-tweets {
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin: 50px 0px;
}
.tl-wrapper .slick-slider .slick-track {
  display: flex;
}
.tl-wrapper .slick-prev,
.tl-wrapper .slick-next {
  position: absolute;
  top: 42% ;
  margin-top: 0px;
  cursor: pointer;
  min-width: 20px;
  height: 35px;
  z-index: 10;
  color: rgba(255, 255, 255, 0);
  background-repeat: no-repeat;
  background-image: url(main/images/arrow-sprite.png);
}
.tl-wrapper .slick-prev:hover,
.tl-wrapper .slick-next:hover {
  color: rgba(255, 255, 255, 0);
  background-image: url(main/images/arrow-sprite.png);
}
.tl-wrapper .slick-prev:before,
.tl-wrapper .slick-next:before {
  content: "" !important;
}
.tl-wrapper .slick-prev {
  left: 0%;
  background-position: 0px 0px;
}
.tl-wrapper .slick-prev:hover {
  background-position: 0px -40px;
}
.tl-wrapper .slick-next {
  right: 0%;
  background-position: -30px -40px;
}
.tl-wrapper .slick-next:hover {
  background-position: -30px 0px;
}
.tl-wrapper .tl-tweets__tweet {
  border: 1px solid #e1e8ed;
  background: none #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 300px;
  margin: 0 15px;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  position: relative;
  border: 1px solid #ccc;
  padding: 15px;
  float: none;
  height: inherit;
}
@media only screen and (max-width: 640px)  {
  .tl-wrapper .tl-tweets__tweet {
    margin: 0;
  }
}
.tl-wrapper .tl-tweets__tweet .tl-tweet-author {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  overflow: auto;
}
.tl-wrapper .tl-tweets__tweet .tl-tweet-author .tl-tweet-author-content {
  display: block;
  position: relative;
}
.tl-wrapper .tl-tweets__tweet .tl-tweet-author .tl-tweet-author-content img {
  float: left;
  margin: 0 0 0 0;
  width: 36px;
  height: 36px;
  overflow: auto;
  zoom: 1;
  vertical-align: middle;
  border: 0;
  display: inline-block;
}
.tl-wrapper .tl-tweets__tweet .tl-tweet-author .tl-tweet-author-content .tl-tweet-author-user {
  float: left;
  width: 80%;
  text-align: left;
  padding-left: 4px;
  padding-top: 2px;
}
@media only screen and (max-width: 640px)  {
  .tl-wrapper .tl-tweets__tweet .tl-tweet-author .tl-tweet-author-content .tl-tweet-author-user {
    width: 75%;
  }
}
.tl-wrapper .tl-tweets__tweet .tl-tweet-author .tl-tweet-author-content .tl-tweet-author-user .tl-tweet-authorName {
  display: block;
  margin: 0 0 0 0;
  padding: 0px 3px 1px 7px;
  color: #1c2022;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  max-width: 100%;
}
.tl-wrapper .tl-tweets__tweet .tl-tweet-author .tl-tweet-author-content .tl-tweet-author-user .tl-tweet-authorName:hover {
  color: #55a4db;
  text-decoration: none;
}
.tl-wrapper .tl-tweets__tweet .tl-tweet-author .tl-tweet-author-content .tl-tweet-author-user .tl-tweet-authorName .official {
  color: #ffffff;
  width: 1.11111em;
  display: inline-block;
  height: 1.25em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
  background-image: url(main/images/verifyicon.svg);
}
.tl-wrapper .tl-tweets__tweet .tl-tweet-author .tl-tweet-author-content .tl-tweet-author-user .tl-tweet-authorScreenName {
  margin: 0 0 0 0;
  padding: 0px 2px 0 7px;
  display: block;
  font-size: 0.9em;
  color: #777777;
  line-height: 1.2;
  max-width: 100%;
}
.tl-wrapper .tl-tweets__tweet .tl-tweet-author .tl-tweet-author-content .tl-tweet-author-user .tl-tweet-authorScreenName:hover {
  color: #55a4db;
  text-decoration: none;
}
.tl-wrapper .tl-tweets__tweet .tl-tweet-author .tl-tweet-author-content .tl-download {
  position: absolute;
  right: 0;
  top: 0;
  height: 16px;
  width: 16px;
  background-image: url(main/images/icons/twitter-logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.tl-wrapper .tl-tweets__tweet .tweet-buttons {
  position: absolute;
  bottom: 2px;
}
.tl-wrapper .tl-tweets__tweet .tl-tweet-body {
  display: block;
  text-align: left;
  cursor: text;
  font-size: 14px;
  padding: 15px 0 30px 0;
  color: #222222;
  overflow: hidden;
}
.tl-wrapper .tl-tweets__tweet .tl-tweet-metadata {
  display: block;
  font-size: 0.8em;
  color: #ababab;
  padding: 5px 0px 30px;
  text-decoration: none;
}
.tl-wrapper .tl-tweets__tweet .tl-tweet-metadata:hover {
  color: #55a4db;
}
.tl-wrapper .tl-tweets__tweet ul {
  list-style: none !important;
  list-style-type: none !important;
  color: #697882;
  padding: 5px 0;
  margin: 0;
}
.tl-wrapper .tl-tweets__tweet ul li {
  float: left;
  margin: 0;
  padding: 0 4px 0 0;
  max-height: 24px;
  color: rgba(255, 255, 255, 0);
}
.tl-wrapper .tl-tweets__tweet ul li a {
  color: #697882;
  overflow: auto;
  font-size: 0.7em;
  font-weight: 400;
}
.tl-wrapper .tl-tweets__tweet ul li a:hover {
  text-decoration: none;
}
.tl-wrapper .tl-tweets__tweet ul li a span {
  float: left;
  margin: -5px 0 0 -9px;
  padding: 0 0 2px 2px;
  height: 24px;
  color: #444444;
}
.tl-wrapper .tl-tweets__tweet ul li a .tl-icon {
  float: left;
  height: 24px;
  width: 30px;
  overflow: auto;
  background-repeat: no-repeat;
  background-position: 2px 2px;
  background-size: 15px;
}
.tl-wrapper .tl-tweets__tweet ul li a.tl-reply .tl-icon {
  background-image: url(main/images/icons/twitter-reply-black.png);
}
.tl-wrapper .tl-tweets__tweet ul li a.tl-retweet .tl-icon {
  background-image: url(main/images/icons/twitter-retweet-black.png);
  background-size: 20px;
}
.tl-wrapper .tl-tweets__tweet ul li a.tl-favorite .tl-icon {
  background-image: url(main/images/icons/twitter-favorite-black.png);
  margin-left: 5px;
}
@media only screen and (max-width: 640px)  {
  .tl-wrapper .tl-tweets__tweet {
    width: 100%;
  }
}
@media only screen and (max-width: 640px)  {
  .tl-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 20px;
    width: auto;
    min-width: 0;
  }
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.ps-paragraph-theme {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: .5px;
}
.ps-eyebrow-text-theme {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ec008c;
  line-height: 130%;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* TT Commons Global style */
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: unset;
  text-transform: none;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 48px;
    line-height: unset;
  }
}
@media screen and (max-width: 640px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 36px;
    line-height: unset;
  }
}
.ps-temporary-tt-commons-theme .text-4.section {
  margin-bottom: 0;
}
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  margin: 0 0 20px 0;
}
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--medium,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty {
  font-size: 18px;
  font-weight: unset;
  line-height: 1.2;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme .text-4 p,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme a.fourteen-px,
.ps-temporary-tt-commons-theme .text-4 .fs--normal,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-size: 24px;
  line-height: 1.2;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier {
  font-weight: unset;
  text-transform: unset;
}
.ps-temporary-tt-commons-theme h1,
.ps-temporary-tt-commons-theme h2,
.ps-temporary-tt-commons-theme h6,
.ps-temporary-tt-commons-theme strong,
.ps-temporary-tt-commons-theme b,
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme .link-list-text .linklist-subnav ul li a,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty,
.ps-temporary-tt-commons-theme .text-4 .fs--tiny,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-family: sans-serif;
  font-weight: 700;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme h3,
.ps-temporary-tt-commons-theme h4,
.ps-temporary-tt-commons-theme h5,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li,
.ps-temporary-tt-commons-theme .text-3 p,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-family: sans-serif;
  font-weight: 400;
}
.ps-temporary-tt-commons-theme ul li:before {
  margin-top: 7px;
}
/*.generic-block.section { overflow: visible; }*/
.text-scroller-component.aem-component .text-fader {
  display: inline-block;
}
.text-scroller-component.aem-component .text-fader .text-content span.line {
  opacity: 1;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  animation-duration: 0.8s;
  display: none;
}
.text-scroller-component.aem-component .text-fader .text-content.in span.line {
  animation-name: textFaderIn;
  display: block;
}
.text-scroller-component.aem-component .text-fader .text-content.out span.line {
  animation-name: textFaderOut;
  display: block;
}
@keyframes textFaderIn {
  from {
    opacity: 0;
    transform: translateY(25%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes textFaderOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-25%);
  }
}

.techblog-author-container {
    margin-top:50px;
    margin-bottom:50px;
}

.techblog-author-container .circular {
    float: left;
	margin-top: 30px;
}

.techblog-author-container .circular img {
	border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    width:200px;
}

.techblog-author-container .author-text {
	float:right;
    width:70%;
    margin-left:0px;
}

.techblog-author-container .author-text h4{
	font-size: 18px;
    font-weight: 300;
    color: #ADACAC;
}
.techblog-author-container .author-text h3{
	font-size: 25px;
    font-weight: 400;
}
.techblog-author-container .author-text p{
	font-size: 14px;
    font-weight:300;
    line-height:24px;
}

.techblog-author-container .clear {
	clear:both;
}

@media only screen and (max-width:799px){
    .techblog-author-container .author-text {
        width:100%;
        float:left;
        clear:left;
    }
    .techblog-author-container .circular {
        margin-left: 50%;
        transform: translateX(-50%);
    }
}
.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.tabs-v2-component.aem-component > ul.tab-list {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #4F4F4F;
  margin: 0;
  padding: 0;
}
.tabs-v2-component.aem-component > ul.tab-list > li.tab {
  margin: 0;
  padding: 0 0 15px;
  position: relative;
}
.tabs-v2-component.aem-component > ul.tab-list > li.tab a {
  color: #aaaaaa;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  transform: translateY();
}
.tabs-v2-component.aem-component > ul.tab-list > li.tab:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 1023px) {
  .tabs-v2-component.aem-component > ul.tab-list > li.tab a {
    font-size: 15px;
  }
  .tabs-v2-component.aem-component > ul.tab-list > li.tab:not(:last-child) {
    margin-right: 20px;
  }
}
.tabs-v2-component.aem-component > ul.tab-list > li.tab.active a {
  color: #ffffff;
  font-weight: 700;
}
.tabs-v2-component.aem-component > ul.tab-list > li.tab.active a:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  background: #e80c88;
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
.tabs-v2-component.aem-component > ul.tab-list > li.tab:hover {
  cursor: pointer;
}
.tabs-v2-component.aem-component > ul.tab-list > li.tab:before {
  display: none;
}
.tabs-v2-component.aem-component > .tab-areas > .tab-area {
  display: none;
  border-top: 1ps solid #555555;
  margin-top: 10px;
}
.tabs-v2-component.aem-component > .tab-areas > .tab-area.active {
  display: block;
}

.tabs.section {
  margin-top: 30px;
}
.tabs.section .tabs--list ul.tabs--parent {
  margin: 0;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #666666;
}
.tabs.section .tabs--list ul.tabs--parent li.tab--item {
  font-size: 24px;
  font-weight: 500;
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
  margin: 0;
  padding: 30px 10px;
  position: relative;
  color: #aaaaaa;
  cursor: pointer;
}
.tabs.section .tabs--list ul.tabs--parent li.tab--item:before {
  display: none;
}
.tabs.section .tabs--list ul.tabs--parent li.tab--item.active {
  font-weight: 700;
  color: inherit;
}
.tabs.section .tabs--list ul.tabs--parent li.tab--item.active .tabs--line {
  display: inline-block;
  width: 100%;
  height: 1px;
  margin: 0;
  background-color: white;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 760px) {
  .tabs.section .tabs--list ul.tabs--parent {
    flex-direction: column;
    border-bottom-color: transparent;
  }
  .tabs.section .tabs--list ul.tabs--parent li.tab--item {
    font-size: 16px;
    text-align: left;
    padding: 15px 10px;
    border-bottom: 1px solid #666666;
  }
  .tabs.section .tabs--list ul.tabs--parent li.tab--item:last-child {
    border-bottom-color: transparent;
  }
  .tabs.section .tabs--list ul.tabs--parent li.tab--item.active {
    background: #363636;
  }
  .tabs.section .tabs--list ul.tabs--parent li.tab--item.active:before {
    background: #363636;
  }
}
.tabs.section .tabs--content .generic-block-wrapper {
  display: none;
}
.tabs.section .tabs--content .generic-block-wrapper.active {
  display: block;
}
.generic-block-wrapper.block--light .tabs.section .tabs--list ul.tabs--parent {
  border-bottom: 1px solid #aaaaaa;
}
.generic-block-wrapper.block--light .tabs.section .tabs--list ul.tabs--parent li.tab--item {
  color: #555555;
}
@media only screen and (max-width: 760px) {
  .generic-block-wrapper.block--light .tabs.section .tabs--list ul.tabs--parent li.tab--item.active {
    background: #eeeeee;
  }
}
.generic-block-wrapper.block--light .tabs.section .tabs--list ul.tabs--parent li.tab--item.active .tabs--line {
  background-color: #555555;
}
body.mode-edit .tabs.section .tabs--content .generic-block-wrapper {
  display: block !important;
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.ps-paragraph-theme {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: .5px;
}
.ps-eyebrow-text-theme {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ec008c;
  line-height: 130%;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* TT Commons Global style */
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: unset;
  text-transform: none;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 48px;
    line-height: unset;
  }
}
@media screen and (max-width: 640px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 36px;
    line-height: unset;
  }
}
.ps-temporary-tt-commons-theme .text-4.section {
  margin-bottom: 0;
}
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  margin: 0 0 20px 0;
}
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--medium,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty {
  font-size: 18px;
  font-weight: unset;
  line-height: 1.2;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme .text-4 p,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme a.fourteen-px,
.ps-temporary-tt-commons-theme .text-4 .fs--normal,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-size: 24px;
  line-height: 1.2;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier {
  font-weight: unset;
  text-transform: unset;
}
.ps-temporary-tt-commons-theme h1,
.ps-temporary-tt-commons-theme h2,
.ps-temporary-tt-commons-theme h6,
.ps-temporary-tt-commons-theme strong,
.ps-temporary-tt-commons-theme b,
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme .link-list-text .linklist-subnav ul li a,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty,
.ps-temporary-tt-commons-theme .text-4 .fs--tiny,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-family: sans-serif;
  font-weight: 700;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme h3,
.ps-temporary-tt-commons-theme h4,
.ps-temporary-tt-commons-theme h5,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li,
.ps-temporary-tt-commons-theme .text-3 p,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-family: sans-serif;
  font-weight: 400;
}
.ps-temporary-tt-commons-theme ul li:before {
  margin-top: 7px;
}
.switch-toggle-section-marker {
  color: #ffffff;
  background-color: #000000;
  line-height: 35px;
  text-align: center;
  margin-bottom: 0px;
}
/* Term Switcher */
.switch-toggle.section .switch-toggle--switchers {
  text-align: center;
  margin-bottom: 60px;
}
.switch-toggle.section .switch-toggle--switchers .fieldset {
  display: inline-block;
  position: relative;
  border-radius: 150px;
  border: 2px solid #2D2D2D;
  background: #000000;
  margin-left: -10px;
  margin-right: -10px;
}
.switch-toggle.section .switch-toggle--switchers .switch-input {
  position: absolute;
  opacity: 0;
}
.switch-toggle.section .switch-toggle--switchers .switch-input:checked + label + .switch,
.switch-toggle.section .switch-toggle--switchers .switch-input:checked + label:nth-of-type(n) + .switch {
  transform: translateX(240px);
}
@media screen and (max-width: 1023px) {
  .switch-toggle.section .switch-toggle--switchers .switch-input:checked + label + .switch,
  .switch-toggle.section .switch-toggle--switchers .switch-input:checked + label:nth-of-type(n) + .switch {
    transform: translateX(240px);
  }
}
@media (max-width: 640px) {
  .switch-toggle.section .switch-toggle--switchers .switch-input:checked + label + .switch,
  .switch-toggle.section .switch-toggle--switchers .switch-input:checked + label:nth-of-type(n) + .switch {
    transform: translateX(150px);
  }
}
.switch-toggle.section .switch-toggle--switchers .switch-input:checked + label {
  color: white;
}
.switch-toggle.section .switch-toggle--switchers label {
  position: relative;
  z-index: 1;
  float: left;
  width: 240px;
  height: 65px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 20px 0;
  cursor: pointer;
}
.switch-toggle.section .switch-toggle--switchers .switch {
  position: absolute;
  top: 0;
  left: -1px;
  height: 65px;
  width: 240px;
  margin: 0;
  background-color: #2D2D2D;
  border-radius: 150px;
  transition: transform 0.5s;
}
@media screen and (max-width: 1023px) {
  .switch-toggle.section .switch-toggle--switchers {
    margin-bottom: 0;
  }
  .switch-toggle.section .switch-toggle--switchers .switch {
    width: 240px;
  }
}
@media (max-width: 640px) {
  .switch-toggle.section .switch-toggle--switchers label,
  .switch-toggle.section .switch-toggle--switchers .switch {
    width: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .switch-toggle.section .switch-toggle--switchers .fieldset {
    border-radius: unset;
    border: 0;
    border-bottom: 1px solid #aaaaaa;
    background: unset;
  }
  .switch-toggle.section .switch-toggle--switchers .switch {
    top: unset;
    bottom: 0;
    background-color: #ffffff;
    height: 2px;
  }
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.author-browse {
  display: flex;
  align-items: center;
}
.author-browse.hide {
  display: none;
}
.author-browse .author-browse--image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 260px;
  height: 260px;
  border-radius: 200px;
  margin-right: 40px;
  flex: 0 0 260px;
}
.author-browse .author-browse--info h2 {
  font-weight: 700;
  margin: 0 40px 0 0;
  line-height: 1;
}
.author-browse .author-browse--info h3 {
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.2;
}
.author-browse .author-browse--info .author-browse--agendaTitle {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1;
}
.author-browse .author-browse--info .author-social {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.author-browse .author-browse--info .author-social img {
  width: 20px;
  height: 20px;
}
.author-browse.author-host .author-browse--image {
  width: 200px;
  height: 200px;
  flex: 0 0 200px;
}
.author-browse.author-host .author-browse--agendaTitle {
  font-size: 18px;
  color: #363638;
}
.author-browse.author-main-host .author-browse--agendaTitle {
  font-size: 12px;
  color: #f7a614;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.author-browse.author-main-host .author-browse--item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .author-browse {
    align-items: flex-start;
  }
  .author-browse .author-browse--image {
    width: 200px;
    height: 200px;
    flex: 0 0 200px;
  }
  .author-browse .author-browse--info h2 {
    font-size: 30px;
  }
  .author-browse.author-main-host .author-browse--info h2 {
    margin-bottom: 10px;
  }
  .author-browse.author-main-host .author-browse--item {
    flex-direction: column;
    align-items: flex-start;
  }
  .author-browse.author-host .author-browse--image {
    width: 150px;
    height: 150px;
    flex: 0 0 150px;
  }
  .author-browse.author-host .author-browse--info h3 {
    font-size: 24px;
  }
  .author-browse.author-host .author-browse--agendaTitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .author-browse {
    flex-direction: column;
  }
  .author-browse .author-browse--image {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 360px) {
  .author-browse .author-browse--info h2 {
    font-size: 24px;
  }
  .author-browse .author-host .author-browse--info h3 {
    font-size: 22px;
  }
}

.live_speakers {
  cursor: pointer;
  padding: 30px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.live_speakers:not(.active) {
  max-width: 325px;
}
.live_speakers:hover .live_speakers--hover {
  opacity: 0.6;
}
.live_speakers:hover .live_speakers--hovername {
  opacity: 1;
}
.live_speakers--image {
  margin: 0px 20px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  border: solid 1px #ddd;
  border-radius: 1000px;
}
.live_speakers--image img {
  display: block;
  width: 100%;
}
.live_speakers--hover {
  background: #f05a28;
  background: linear-gradient(to right, #f05a28 0%, #ec008c 100%);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s ease;
  border-radius: 1000px;
}
.live_speakers--hovername {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  left: 50%;
  opacity: 0;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  width: 100%;
  transition: all 0.5s ease;
  transform: translate(-50%, -50%);
}
.live_speakers--name {
  color: #EA008A;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.25em;
  line-height: 24px;
  text-transform: uppercase;
}
.live_speakers--title {
  color: #6D6E70;
  height: 100px;
  hyphens: none;
}
.live_speakers--description {
  display: none;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (min-width: 600px) {
  .live_speakers--description {
    font-size: 16px;
    line-height: 24px;
  }
}
.live_speakers--courses {
  display: none;
  font-size: 14px;
  margin-top: 20px;
}
.live_speakers--courses a {
  color: #555;
  display: block;
  text-decoration: underline;
}
@media only screen and (min-width: 37.5em) {
  .live_speakers--courses {
    font-size: 16px;
    line-height: 24px;
  }
}
.live_speakers--courses span {
  font-weight: 700;
  padding: 0 10px;
}
.live_speakers--courses strong {
  color: #EA008A;
  text-transform: uppercase;
}
.live_speakers.active {
  padding: 0;
  width: 100%;
}
.live_speakers.active .live_speakers--name {
  color: #222;
  font-size: 36px;
  font-weight: 100;
  line-height: 48px;
  margin-bottom: 30px;
}
.live_speakers.active .live_speakers--title {
  display: none;
}
.live_speakers.active .live_speakers--image {
  margin: 50px auto 20px;
  width: 100px;
}
.live_speakers.active .live_speakers--description {
  display: block;
  text-align: left;
  padding: 0px 50px 50px;
}
.live_speakers.active .live_speakers--courses {
  display: block;
  text-align: left;
  padding: 0px 50px 50px;
}
.live_speakers.active:hover .live_speakers--hover {
  opacity: 0;
}
.live_speakers.active:hover .live_speakers--hovername {
  opacity: 0;
}
.speakers_modal {
  display: none;
}
.speakers_modal.active {
  display: block;
}
.speakers_modal.active .speakers_modal--overlay {
  opacity: 1;
}
.speakers_modal.active .speakers_modal--window {
  opacity: 1;
  transform: translate(0%, 0%) scale(1);
}
@media only screen and (min-width: 600px) {
  .speakers_modal.active .speakers_modal--window {
    transform: translate(-50%, -50%) scale(1);
  }
}
.speakers_modal--controls {
  display: none;
}
.speakers_modal--controls a {
  background: #fff;
  border: solid 1px #ddd;
  border-bottom-right-radius: 90px;
  border-top-right-radius: 90px;
  display: block;
  height: 70px;
  left: 10px;
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  width: 35px;
  z-index: 9;
}
.speakers_modal--controls a:before {
  border-right: solid 2px #aaa;
  border-top: solid 2px #aaa;
  content: "";
  display: block;
  height: 10px;
  left: 48%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
  width: 10px;
}
.speakers_modal--controls a:last-of-type {
  transform: translateY(-50%) rotate(180deg);
  left: auto;
  right: 10px;
}
.speakers_modal--close {
  background: #ffffff url(https://www.pluralsight.com/content/dam/pluralsight2/events/2017/live/ps_close_btn@2x.png) center center;
  background-size: 150% auto;
  border: solid 1px #ddd;
  border-top: none;
  cursor: pointer;
  height: 34px;
  position: absolute;
  right: 10px;
  top: 9px;
  width: 35px;
  z-index: 100001;
}
@media only screen and (min-width: 600px) {
  .speakers_modal--close {
    top: 10px;
    right: 40px;
  }
}
.speakers_modal--overlay {
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  left: 0;
  position: fixed;
  opacity: 0;
  right: 0;
  transition: opacity 0.3s ease;
  top: 0;
  z-index: 100000;
}
.speakers_modal--window {
  bottom: 0;
  opacity: 0;
  left: 10px;
  overflow-x: hidden;
  overflow-scrolling: touch;
  position: fixed;
  right: 10px;
  top: 0;
  transform: translate(0, 0) scale(0.8);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  z-index: 100002;
}
@media only screen and (min-width: 600px) {
  .speakers_modal--window {
    bottom: auto;
    left: 50%;
    min-height: 200px;
    min-width: 200px;
    max-width: 700px;
    right: auto;
    transform: translate(-50%, -50%) scale(0.8);
    top: 50%;
    width: 100%;
  }
}
@media only screen and (min-width: 800px) {
  .speakers_modal--window {
    max-width: 900px;
  }
}
.speakers_modal.active .live_cards--container:before {
  background: #F05A28;
  background: -webkit-linear-gradient(left, #f05a28 0%, #ec008c 100%);
  border-radius: 4px 4px 0 0;
  content: "";
  display: block;
  height: 10px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 999;
}
.live_cards.active .live_cards--container {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
  height: auto;
}
.live_cards.active .live_cards--container {
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  height: auto;
  left: 0;
  top: 0;
  position: relative;
  z-index: 9;
}
.speaker.cq-Editable-dom {
  overflow: hidden;
}

.ps-badge {
  margin-bottom: 10px;
}
.ps-badge .ps-badge-wrapper {
  padding: 5px 8px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: black;
  background-color: white;
  border-radius: 2px;
}
.ps-badge .ps-badge-wrapper.badge-semi-black {
  background-color: #181818;
  color: white;
}
.ps-badge .ps-badge-wrapper.badge-gray {
  background-color: #363636;
  color: white;
}
.ps-badge .ps-badge-wrapper.badge-lightGray {
  background-color: #555555;
  color: white;
}
.ps-badge .ps-badge-wrapper.badge-orange {
  background-color: #F15B2A;
  color: white;
}
.ps-badge .ps-badge-wrapper.badge-pink {
  background-color: #EC008C;
  color: white;
}
.ps-badge .ps-badge-wrapper.badge-blue {
  background-color: #009EB5;
  color: white;
}
.ps-badge .ps-badge-wrapper.badge-yellow {
  background-color: #F7A614;
}

.prfeed-container > .prf-feed > div > a {
  position: relative;
  top: -100px;
}
.prfeed-container .prf-card {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  height: 100%;
}
.prfeed-container .prf-card,
.prfeed-container .prf-card:hover {
  color: white;
  text-decoration: none;
}
.prfeed-container .prf-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.prfeed-container .prf-image {
  flex: 0 1 480px;
}
.prfeed-container .prf-info {
  flex: 1;
  text-align: left;
  padding: 0 50px;
}
.prfeed-container .prf-type {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 35px;
  font-weight: 700;
  letter-spacing: 2.67px;
}
.prfeed-container .prf-type > span {
  display: inline-block;
  vertical-align: middle;
}
.prfeed-container .prf-type .prf-userType > i {
  font-size: 16px;
  font-style: normal;
  color: #C4C4C4;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  margin-right: -2px;
  line-height: 1;
}
.prfeed-container .prf-type .prf-type-logo {
  position: relative;
  margin-right: 25px;
}
.prfeed-container .prf-type .prf-type-logo img {
  height: 14px;
}
.prfeed-container .prf-type .prf-type-logo:after {
  content: "";
  margin-left: 15px;
  margin-right: 15px;
  position: absolute;
  height: 20px;
  width: 1px;
  background: #555555;
}
.prfeed-container .prf-type .prf-type-logo.prf-single-logo:after {
  display: none;
}
.prfeed-container .prf-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 15px;
}
.prfeed-container .prf-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  color: white;
  text-decoration: none;
  position: relative;
}
.prfeed-container .prf-link:after {
  position: absolute;
  right: -13px;
  font-family: FontAwesome;
  content: "\f105";
  color: #ec008c;
  transition: .3s all;
}
.prfeed-container .prf-link:hover:after {
  right: -18px;
}
.prfeed-container .prf-link.fancybox:after {
  content: "";
  background-image: url("main/images/button-play.png");
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  position: relative;
  top: 4px;
  right: -5px;
}
.prfeed-container .prf-link.fancybox:hover:after {
  right: -5px;
}
.prfeed-container .prf-link + .prf-link {
  margin-left: 30px;
}
.prfeed-container .prf--container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px;
}
.prfeed-container .prf--container:after {
  content: "";
  clear: both;
  display: block;
}
.prfeed-container .prf_tags {
  min-height: 40px;
  margin: 0 -5px;
  text-align: center;
}
.prfeed-container .prf_tags.center {
  padding: 15px 0;
  max-width: 100%;
}
.prfeed-container .prf_tags a,
.prfeed-container .prf_tags button,
.prfeed-container .prf-feed-see-more {
  background: transparent;
  border: solid 1px #cccccc;
  border-radius: 2px;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  margin: 5px;
  width: 125px;
  padding: 18px 20px;
  transition: all 0.3s ease;
}
.prfeed-container .prf-filters {
  display: flex;
  justify-content: center;
}
.prfeed-container .prf-filters a:focus,
.prfeed-container .prf-filters button:focus,
.prfeed-container .prf-filters a:hover,
.prfeed-container .prf-filters button:hover,
.prfeed-container .prf-feed-see-more:hover {
  background: linear-gradient(113.73deg, #ec008c 3.35%, #f15b2a 95.98%);
  border: solid 1px transparent;
  color: white;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
.prfeed-container .prf_tags button[data-prf-all-filter="all"] {
  order: 1;
}
.prfeed-container .prf_tags button[data-prf-type-filter="flow"] {
  border-color: #288CC9;
  order: 3;
}
.prfeed-container .prf_tags button[data-prf-type-filter="skills"] {
  border-color: #EC008C;
  order: 2;
}
.prfeed-container .prf_tags button[data-prf-type-filter="proserv"] {
  border-color: #00BAA5;
  order: 4;
}
.prfeed-container .prf_tags button[data-prf-all-filter="all"]:hover,
.prfeed-container .prf_tags button[data-prf-all-filter="all"]:focus {
  background: #CCCCCC;
  color: black;
}
.prfeed-container .prf_tags button[data-prf-type-filter="flow"]:hover,
.prfeed-container .prf_tags button[data-prf-type-filter="flow"]:focus {
  background: linear-gradient(111.84deg, #288cc9 -2.38%, #137bc2 86.97%);
}
.prfeed-container .prf_tags button[data-prf-type-filter="proserv"]:hover,
.prfeed-container .prf_tags button[data-prf-type-filter="proserv"]:focus {
  background: #00BAA5;
}
.prfeed-container .prf-feed-see-more-container {
  text-align: center;
}
.prfeed-container .prf-feed-see-more-container .prf-feed-see-more {
  width: 220px;
}
@media only screen and (max-width: 1023px) {
  .prfeed-container .prf-content {
    align-items: flex-start;
  }
  .prfeed-container .prf-image {
    flex: 0 1 380px;
  }
}
@media only screen and (max-width: 860px) {
  .prfeed-container .prf-image {
    flex: 0 1 380px;
  }
}
@media only screen and (max-width: 767px) {
  .prfeed-container .prf-filters {
    flex-wrap: wrap;
  }
  .prfeed-container .prf_tags a,
  .prfeed-container .prf_tags button,
  .prfeed-container .prf-feed-see-more {
    width: 46%;
  }
  .prfeed-container .prf-content {
    flex-direction: column;
  }
  .prfeed-container .prf-image {
    flex: 1;
    margin-bottom: 30px;
  }
  .prfeed-container .prf-info {
    flex: 1;
    padding: 0;
  }
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.ps-paragraph-theme {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: .5px;
}
.ps-eyebrow-text-theme {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ec008c;
  line-height: 130%;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* TT Commons Global style */
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: unset;
  text-transform: none;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 48px;
    line-height: unset;
  }
}
@media screen and (max-width: 640px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 36px;
    line-height: unset;
  }
}
.ps-temporary-tt-commons-theme .text-4.section {
  margin-bottom: 0;
}
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  margin: 0 0 20px 0;
}
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--medium,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty {
  font-size: 18px;
  font-weight: unset;
  line-height: 1.2;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme .text-4 p,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme a.fourteen-px,
.ps-temporary-tt-commons-theme .text-4 .fs--normal,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-size: 24px;
  line-height: 1.2;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier {
  font-weight: unset;
  text-transform: unset;
}
.ps-temporary-tt-commons-theme h1,
.ps-temporary-tt-commons-theme h2,
.ps-temporary-tt-commons-theme h6,
.ps-temporary-tt-commons-theme strong,
.ps-temporary-tt-commons-theme b,
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme .link-list-text .linklist-subnav ul li a,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty,
.ps-temporary-tt-commons-theme .text-4 .fs--tiny,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-family: sans-serif;
  font-weight: 700;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme h3,
.ps-temporary-tt-commons-theme h4,
.ps-temporary-tt-commons-theme h5,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li,
.ps-temporary-tt-commons-theme .text-3 p,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-family: sans-serif;
  font-weight: 400;
}
.ps-temporary-tt-commons-theme ul li:before {
  margin-top: 7px;
}
.pricing-terms-toggle-component.aem-component .toggle-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
  font-size: 20px;
  position: relative;
}
.pricing-terms-toggle-component.aem-component .toggle-container .save-toggle {
  position: absolute;
  color: #ec008c;
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
}
.pricing-terms-toggle-component.aem-component .toggle-container label {
  background: #363636;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  margin: 8px 10px 0 !important;
  position: relative;
  height: 30px;
  width: 60px;
}
.pricing-terms-toggle-component.aem-component .toggle-container label .ball {
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 2.5px;
  right: 30.5px;
  height: 25px;
  width: 25px;
  transition: transform 0.4s ease;
}
.pricing-terms-toggle-component.aem-component .toggle-container input {
  position: absolute;
  left: -9999px;
}
.pricing-terms-toggle-component.aem-component .toggle-container input:checked + label .ball {
  transform: translateX(27px);
}
@media screen and (max-width: 1023px) {
  .pricing-terms-toggle-component.aem-component .toggle-container {
    display: none;
  }
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.ps-paragraph-theme {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: .5px;
}
.ps-eyebrow-text-theme {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ec008c;
  line-height: 130%;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* TT Commons Global style */
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: unset;
  text-transform: none;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 48px;
    line-height: unset;
  }
}
@media screen and (max-width: 640px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 36px;
    line-height: unset;
  }
}
.ps-temporary-tt-commons-theme .text-4.section {
  margin-bottom: 0;
}
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  margin: 0 0 20px 0;
}
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--medium,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty {
  font-size: 18px;
  font-weight: unset;
  line-height: 1.2;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme .text-4 p,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme a.fourteen-px,
.ps-temporary-tt-commons-theme .text-4 .fs--normal,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-size: 24px;
  line-height: 1.2;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier {
  font-weight: unset;
  text-transform: unset;
}
.ps-temporary-tt-commons-theme h1,
.ps-temporary-tt-commons-theme h2,
.ps-temporary-tt-commons-theme h6,
.ps-temporary-tt-commons-theme strong,
.ps-temporary-tt-commons-theme b,
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme .link-list-text .linklist-subnav ul li a,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty,
.ps-temporary-tt-commons-theme .text-4 .fs--tiny,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-family: sans-serif;
  font-weight: 700;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme h3,
.ps-temporary-tt-commons-theme h4,
.ps-temporary-tt-commons-theme h5,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li,
.ps-temporary-tt-commons-theme .text-3 p,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-family: sans-serif;
  font-weight: 400;
}
.ps-temporary-tt-commons-theme ul li:before {
  margin-top: 7px;
}
[data-product-price],
[data-product-annual-savings-percent] {
  visibility: hidden;
}
.api-price-styling {
  font-weight: 300;
  height: 75px;
  font-size: 19px;
  margin-top: -15px;
  display: inline-block;
}
.api-price-styling .curr-symbol {
  color: #aaaaaa;
  position: relative;
  top: -23px;
  left: -5px;
}
.api-price-styling .curr-major {
  font-size: 52px;
  font-weight: 800;
}
.api-price-styling .curr-dec-sep {
  position: relative;
  top: -23px;
  left: 2px;
  display: none;
}
.api-price-styling .curr-minor {
  position: relative;
  top: -23px;
  display: none;
}
@media screen and (max-width: 1023px) {
  .api-price-styling {
    font-size: 30px;
    margin: 0;
    height: unset;
    line-height: 1;
  }
  .api-price-styling .curr-symbol {
    top: unset;
    left: unset;
  }
  .api-price-styling .curr-major {
    font-size: 30px;
  }
}

.pricing-plans {
  position: relative;
  /* Main pricing block */
  /* Feature lists */
}
.pricing-plans .pricing_plan--container {
  position: relative;
  text-align: center;
  width: 100%;
  float: left;
}
.pricing-plans .pricing_plan--container .pricing_plan--item {
  background-color: #222;
  padding-top: 50px;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  padding-bottom: 30px;
}
.pricing-plans .pricing_plan--container .pricing_plan--item .pricing_plan--save {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  font-size: 11px;
  padding: 7px;
  background: #FFBA0E;
  color: #000000;
}
.pricing-plans .pricing_plan--container .pricing_plan--item .pricing_plan--save.promo {
  text-transform: uppercase;
}
.pricing-plans .pricing_plan--container .pricing_plan--item .pricing_plan--save.promo .curr-dec-sep,
.pricing-plans .pricing_plan--container .pricing_plan--item .pricing_plan--save.promo .curr-minor {
  display: none;
}
.pricing-plans .pricing_plan--container .pricing_plan--inverter {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.pricing-plans .pricing_plan--container .pricing_plan--inverter h2 {
  font-size: 28px;
  line-height: 34px;
  padding: 0 20%;
  font-weight: 100;
}
.pricing-plans .pricing_plan--container .pricing_plan--inverter h4 {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  line-height: 1.2;
  padding: 0 20px;
}
.pricing-plans .pricing_plan--container .pricing_plan--inverter .pricing_plan--term {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
  margin-top: 20px;
  color: #aaaaaa;
}
.pricing-plans .pricing_plan--container .pricing_plan--inverter .pricing_plan--bottom {
  font-size: 14px;
  font-weight: 500;
  color: #aaaaaa;
  margin: 30px 0 15px;
}
.pricing-plans .pricing_plan--container .pricing_plan--inverter .pricing_plan--bottom h6 {
  font-weight: 300;
  color: #DDDDDD;
}
.pricing-plans .pricing_plan--container .pricing_plan--inverter .pricing_plan--bottom .button--gradient {
  margin-bottom: 20px;
}
.pricing-plans .pricing_plan--container .pricing_plan--inverter .pricing_plan--bottom a.trial {
  color: #0084BD;
}
.pricing-plans .pricing_plan--container .pricing_plan--inverter .pricing_plan--bottom .trial-wrapper {
  margin-bottom: 10px;
}
.pricing-plans .pricing_plan--list {
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 80px;
  background-color: #181818;
  clear: both;
}
.pricing-plans .pricing_plan--listAll {
  margin: 0;
  padding: 35px 0 35px 60px;
  float: left;
  text-align: left;
}
.pricing-plans .pricing_plan--listAll li {
  padding: 5px 0;
  font-size: 15px;
  font-weight: 300;
  color: #dddddd;
  margin-bottom: 0;
}
.pricing-plans .pricing_plan--listAll li:before {
  display: none;
}
.pricing-plans .pricing_plan--listAll li .list-circle-checkmark {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 4px;
  background-color: #4b4b4b;
}
.pricing-plans .pricing_plan--listAll li .list-circle-checkmark:before {
  content: '';
  display: block;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  left: 8px;
}
.pricing-plans .pricing_plan--box {
  justify-content: center;
  position: relative;
  margin-top: 70px;
}
.pricing-plans .pricing_plan--box .amount_box {
  position: relative;
}
.pricing-plans .pricing_plan--box .amount_box > sup.promo-original-price,
.pricing-plans .gop_plan--container .duration_box > sup.promo-original-price {
  position: relative;
  font-size: 14px;
  color: #aaaaaa;
  top: -25px;
  text-decoration: line-through;
  font-weight: 500;
  height: 0;
  width: 0;
}
.pricing-plans .pricing_plan--box .amount_box > sup.promo-original-price .curr-dec-sep,
.pricing-plans .gop_plan--container .duration_box > sup.promo-original-price .curr-dec-sep,
.pricing-plans .pricing_plan--box .amount_box > sup.promo-original-price .curr-minor,
.pricing-plans .gop_plan--container .duration_box > sup.promo-original-price .curr-minor {
  display: none;
}
.pricing-plans body:not(:-moz-handler-blocked) .pricing_plan--container {
  margin: 4vw 1.8% 2vw;
}
.generic-block-wrapper.block--true-black .pricing-plans .top-clip,
.brws-pricing-wrapper .pricing-plans .top-clip {
  content: "";
  background-image: linear-gradient(to bottom, #181818, #181818 40%, transparent 100%, transparent);
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  height: 300px;
  -webkit-clip-path: polygon(50% 40%, 100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(50% 25%, 100% 0, 100% 100%, 0 100%, 0 0);
}
.pricing-plans p.team-disclaimer {
  margin-top: 30px;
  text-align: center;
  font-weight: 100;
  color: #888;
  font-size: 14px;
  clear: both;
  float: left;
  width: 100%;
}
.pricing-plans .pricing_plan--trial_disclaimer {
  text-align: center;
  color: #DDDDDD;
  font-size: 14px;
}
@media only screen and (max-width: 1023px) {
  .pricing-plans .pricing_plan--save {
    display: none;
  }
  .pricing-plans .pricing_plan--container {
    margin: 0 auto;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 360px !important;
    max-width: 100% !important;
  }
  .pricing-plans .pricing_plan--container .pricing_plan--item {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .pricing-plans .pricing_plan--list {
    height: auto !important;
    width: 360px !important;
    max-width: 100% !important;
    margin: 0 auto;
    padding: 35px 0;
  }
  .pricing-plans .pricing_plan--list .pricing_plan--listAll {
    width: 100% !important;
    padding: 0 0 0 60px;
  }
  .pricing-plans body:not(:-moz-handler-blocked) .pricing_plan--container {
    margin: 5vw auto 0;
  }
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.ps-paragraph-theme {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: .5px;
}
.ps-eyebrow-text-theme {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ec008c;
  line-height: 130%;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* TT Commons Global style */
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: unset;
  text-transform: none;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 48px;
    line-height: unset;
  }
}
@media screen and (max-width: 640px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 36px;
    line-height: unset;
  }
}
.ps-temporary-tt-commons-theme .text-4.section {
  margin-bottom: 0;
}
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  margin: 0 0 20px 0;
}
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--medium,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty {
  font-size: 18px;
  font-weight: unset;
  line-height: 1.2;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme .text-4 p,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme a.fourteen-px,
.ps-temporary-tt-commons-theme .text-4 .fs--normal,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-size: 24px;
  line-height: 1.2;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier {
  font-weight: unset;
  text-transform: unset;
}
.ps-temporary-tt-commons-theme h1,
.ps-temporary-tt-commons-theme h2,
.ps-temporary-tt-commons-theme h6,
.ps-temporary-tt-commons-theme strong,
.ps-temporary-tt-commons-theme b,
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme .link-list-text .linklist-subnav ul li a,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty,
.ps-temporary-tt-commons-theme .text-4 .fs--tiny,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-family: sans-serif;
  font-weight: 700;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme h3,
.ps-temporary-tt-commons-theme h4,
.ps-temporary-tt-commons-theme h5,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li,
.ps-temporary-tt-commons-theme .text-3 p,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-family: sans-serif;
  font-weight: 400;
}
.ps-temporary-tt-commons-theme ul li:before {
  margin-top: 7px;
}
.pricing-plans .pricing--allPlans {
  /* Term Switcher */
}
.pricing-plans .pricing--allPlans .top-clip {
  top: 280px;
}
.pricing-plans .pricing--allPlans .pricing_plan--switcher {
  text-align: center;
}
.pricing-plans .pricing--allPlans .pricing_plan--switcher .fieldset {
  display: inline-block;
  position: relative;
  border-radius: 150px;
  border: 2px solid #2D2D2D;
  background: black;
  margin-left: -10px;
  margin-right: -10px;
}
.pricing-plans .pricing--allPlans .pricing_plan--switcher input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.pricing-plans .pricing--allPlans .pricing_plan--switcher input[type="radio"]:checked + label + .switch,
.pricing-plans .pricing--allPlans .pricing_plan--switcher input[type="radio"]:checked + label:nth-of-type(n) + .switch {
  transform: translateX(240px);
}
@media screen and (max-width: 1023px) {
  .pricing-plans .pricing--allPlans .pricing_plan--switcher input[type="radio"]:checked + label + .switch,
  .pricing-plans .pricing--allPlans .pricing_plan--switcher input[type="radio"]:checked + label:nth-of-type(n) + .switch {
    transform: translateX(240px);
  }
}
@media (max-width: 640px) {
  .pricing-plans .pricing--allPlans .pricing_plan--switcher input[type="radio"]:checked + label + .switch,
  .pricing-plans .pricing--allPlans .pricing_plan--switcher input[type="radio"]:checked + label:nth-of-type(n) + .switch {
    transform: translateX(150px);
  }
}
.pricing-plans .pricing--allPlans .pricing_plan--switcher label {
  position: relative;
  z-index: 1;
  float: left;
  width: 240px;
  height: 65px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 20px 0;
  cursor: pointer;
}
.pricing-plans .pricing--allPlans .pricing_plan--switcher .switch {
  position: absolute;
  top: 0;
  left: -1px;
  height: 65px;
  width: 240px;
  margin: 0;
  background-color: #2D2D2D;
  border-radius: 150px;
  transition: transform 0.5s;
}
@media screen and (max-width: 1023px) {
  .pricing-plans .pricing--allPlans .pricing_plan--switcher .switch {
    width: 240px;
  }
}
@media (max-width: 640px) {
  .pricing-plans .pricing--allPlans .pricing_plan--switcher label,
  .pricing-plans .pricing--allPlans .pricing_plan--switcher .switch {
    width: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .pricing-plans .pricing--allPlans .pricing_plan--switcher .fieldset {
    border-radius: unset;
    border: 0;
    border-bottom: 1px solid #aaaaaa;
    background: unset;
  }
  .pricing-plans .pricing--allPlans .pricing_plan--switcher .switch {
    top: unset;
    bottom: 0;
    background-color: #ffffff;
    height: 2px;
  }
}
.pricing-plans .pricing_toggleFeature {
  display: flex;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 20px 0 40px;
}
.pricing-plans .pricing_toggleFeature > div {
  position: relative;
  cursor: pointer;
}
.pricing-plans .pricing_toggleFeature .toggleFeature--arrow {
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  border: solid;
  border-width: 0 2px 2px 0;
  padding: 4px;
  color: #EC008C;
  top: 2px;
  right: -20px;
  transition: all .3s ease;
}
.pricing-plans .pricing_toggleFeature.open .toggleFeature--arrow {
  transform: scaleY(-1) rotate(45deg);
  top: 8px;
}
.pricing-plans .toggle-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
  font-size: 20px;
}
.pricing-plans .toggle-container .save-toggle {
  position: absolute;
  color: #ec008c;
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
}
.pricing-plans .toggle-container label {
  background: #363636;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  margin: 8px 10px 0 !important;
  position: relative;
  height: 30px;
  width: 60px;
}
.pricing-plans .toggle-container label .ball {
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2.5px;
  right: 30.5px;
  height: 25px;
  width: 25px;
  transition: transform 0.4s ease;
}
.pricing-plans .toggle-container input {
  position: absolute;
  left: -9999px;
}
.pricing-plans .toggle-container input:checked + label .ball {
  transform: translateX(27px);
}
@media screen and (max-width: 1023px) {
  .pricing-plans .toggle-container {
    display: none;
  }
}
.pricing-plans .pricing_wrapper {
  color: #FFF;
  margin-top: 40px;
}
.pricing-plans .pricing_wrapper .show-monthly .pricing_section .pricing_save.promo {
  display: none !important;
}
.pricing-plans .pricing_wrapper .show-monthly .pricing_section .pricing-monthly {
  display: block;
}
.pricing-plans .pricing_wrapper .show-monthly .pricing_section .pricing-annual {
  display: none;
}
.pricing-plans .pricing_wrapper.plans_trial_only h2 {
  margin-bottom: 0px;
}
.pricing-plans .pricing_wrapper.plans_trial_only .pricing_display {
  width: 100%;
  min-height: 365px;
}
.pricing-plans .pricing_wrapper.plans_trial_only .pricing_display > div {
  width: 100%;
}
.pricing-plans .pricing_wrapper.plans_trial_only .pricing_display .pricing_highlight {
  margin: 25px 0;
}
.pricing-plans .pricing_wrapper.plans_trial_only .pricing_display .pricing_ctas {
  margin-top: auto;
}
.pricing-plans .pricing_wrapper.plans_trial_only .pricing_display .pricing_ctas .button {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .pricing-plans .pricing_wrapper.plans_trial_only .pricing_display .pricing_highlight {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1171px) {
  .pricing-plans .pricing_wrapper.plans_trial_only .pricing_display {
    min-height: 378px;
  }
}
.pricing-plans .pricing_wrapper.plans_trial_only .pricing_features .button {
  width: 100%;
  /*fallback for IE - others will use the rule below */
  width: max-content;
}
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .pricing-plans .pricing_wrapper.plans_trial_only .pricing_features .button {
    width: unset;
  }
}
.pricing-plans .pricing_wrapper .pricing_flex-container {
  display: flex;
  flex-wrap: nowrap;
  max-width: 360px;
  margin: 20px auto 0;
  flex-direction: column;
}
.pricing-plans .pricing_wrapper .pricing_flex-container .premium-savings:before {
  content: 'best opportunity';
  color: #000;
  background: #f7a614;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 7px 15px;
  display: block;
  position: absolute;
  width: 100%;
  top: -15px;
}
.pricing-plans .pricing_wrapper .pricing_section {
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 20px 25px -2px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  /* mobile view */
}
.pricing-plans .pricing_wrapper .pricing_section .pricing_save {
  display: inline-block;
  position: relative;
  top: -5px;
  margin-left: 10px;
  font-size: 11px;
  text-transform: uppercase;
  padding: 7px 15px;
  background: #F7A614;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.pricing-plans .pricing_wrapper .pricing_section .pricing-annual {
  display: block;
}
.pricing-plans .pricing_wrapper .pricing_section .pricing-monthly {
  display: none;
}
@media screen and (max-width: 1023px) {
  .pricing-plans .pricing_wrapper .pricing_section {
    box-shadow: unset;
    background-color: #181818;
    margin-bottom: 0;
  }
  .pricing-plans .pricing_wrapper .pricing_section:not(:last-child) {
    border-bottom: 1px solid #363638;
  }
  .pricing-plans .pricing_wrapper .pricing_section .pricing_display {
    text-align: left;
    background: unset;
    padding-top: 30px;
  }
  .pricing-plans .pricing_wrapper .pricing_section .pricing_display h2 {
    font-family: "PS Commons", Helvetica, Roboto, Arial, sans-serif;
    font-size: 26px;
    margin-bottom: 0;
  }
  .pricing-plans .pricing_wrapper .pricing_section .pricing_display .pricing_save {
    font-size: 11px !important;
    padding: 5px 15px 5px !important;
  }
  .pricing-plans .pricing_wrapper .pricing_section .pricing_display .pricing_price {
    margin-top: 0;
  }
  .pricing-plans .pricing_wrapper .pricing_section .pricing_display .pricing_highlight {
    border-top: 1px solid #363638;
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 25px;
    height: unset;
  }
  .pricing-plans .pricing_wrapper .pricing_section .pricing_display .pricing_highlight ul {
    margin: 0;
    padding: 0;
  }
  .pricing-plans .pricing_wrapper .pricing_section .pricing_display .pricing_highlight ul li {
    font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
    margin-bottom: 20px;
  }
  .pricing-plans .pricing_wrapper .pricing_section .pricing_display .pricing_highlight ul li:before {
    display: none;
  }
  .pricing-plans .pricing_wrapper .pricing_section .pricing_display .pricing_highlight ul li .checkmark-pricing-yellow {
    width: 8px;
    height: 17px;
    border: solid #f7a614;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translateX(-50%);
    position: relative;
    display: inline-block;
    margin-right: 15px;
    top: 3px;
  }
  .pricing-plans .pricing_wrapper .pricing_section .pricing_display .pricing_ctas {
    text-align: center;
  }
  .pricing-plans .pricing_wrapper .pricing_section .pricing_display .pricing_ctas > .button {
    width: 100%;
    padding: 12px 20px;
    font-size: 13px;
    margin-bottom: 15px;
  }
  .pricing-plans .pricing_wrapper .pricing_section .pricing_display .pricing_ctas h6,
  .pricing-plans .pricing_wrapper .pricing_section .pricing_display .pricing_ctas h6 > a {
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 13px;
  }
  .pricing-plans .pricing_wrapper .pricing_section.premium-savings:before {
    position: relative;
    top: 20px;
    font-size: 13px !important;
  }
  .pricing-plans .pricing_wrapper .pricing_section .toggle-container {
    font-size: 15px;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .pricing-plans .pricing_wrapper .pricing_section .toggle-container label {
    height: 20px;
    width: 40px;
    background: #555555;
    border: 2px solid #222222;
    top: 5px;
    margin-top: 0 !important;
  }
  .pricing-plans .pricing_wrapper .pricing_section .toggle-container label .ball {
    width: 18px;
    height: 16px;
    top: 0;
    right: 18px;
  }
  .pricing-plans .pricing_wrapper .pricing_section .toggle-container input:checked + label .ball {
    transform: translateX(18px);
  }
  .pricing-plans .pricing_wrapper .pricing_section .toggle-container .pricing_save {
    font-size: 12px !important;
    background: unset;
    color: #ec008c;
    text-transform: unset;
    display: inline-block;
    margin-left: 0;
    padding: 0 5px !important;
    top: 0;
  }
}
.pricing-plans .pricing_wrapper .pricing_section.show-monthly .pricing-monthly {
  display: block;
}
.pricing-plans .pricing_wrapper .pricing_section.show-monthly .pricing-annual {
  display: none;
}
.pricing-plans .pricing_wrapper .pricing_display {
  text-align: center;
  padding: 55px 20px 55px;
  background: linear-gradient(180deg, #181818 0%, #222222 100%);
  min-height: 331px;
}
.pricing-plans .pricing_wrapper .pricing_display h2 {
  font-size: 26px;
  font-weight: 100;
  margin-top: 0px;
  display: inline-block;
}
.pricing-plans .pricing_wrapper .pricing_display .pricing_save_label {
  width: 100%;
  background: #f7a614;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 7px 15px;
  color: black;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}
.pricing-plans .pricing_wrapper .pricing_display .promo-original-price {
  position: relative;
  font-size: 14px;
  color: #aaa;
  top: 0;
  text-decoration: line-through;
  font-weight: 500;
  height: 0;
  width: 0;
  margin-left: 10px;
}
.pricing-plans .pricing_wrapper .pricing_display .promo-original-price .curr-dec-sep,
.pricing-plans .pricing_wrapper .pricing_display .promo-original-price .curr-minor {
  display: none;
}
.pricing-plans .pricing_wrapper .pricing_display .pricing_price {
  margin-top: 10px;
}
.pricing-plans .pricing_wrapper .pricing_display .pricing_term,
.pricing-plans .pricing_wrapper .pricing_display .pricing_sku_details {
  font-size: 16px;
  font-weight: 500;
  color: #DDDDDD;
}
.pricing-plans .pricing_wrapper .pricing_display .pricing_highlight {
  font-size: 15px;
  font-weight: 300;
  color: white;
  margin: 40px 0;
  padding: 0 5%;
}
.pricing-plans .pricing_wrapper .pricing_display .pricing_highlight.pricing_highlight_pink {
  color: #ec008c;
  font-weight: 700;
}
@media screen and (min-width: 1024px) and (max-width: 1171px) {
  .pricing-plans .pricing_wrapper .pricing_display .pricing_highlight.pricing_highlight_pink {
    padding: 0;
  }
}
.pricing-plans .pricing_wrapper .pricing_display .pricing_ctas {
  font-size: 14px;
  font-weight: 300;
  color: #aaa;
}
.pricing-plans .pricing_wrapper .pricing_display .pricing_ctas .button {
  margin-bottom: 30px;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .pricing-plans .pricing_wrapper .pricing_display .pricing_ctas .button {
    background: linear-gradient(145deg, #f05a28 0, #ec008c 100%);
    border: none;
  }
}
.pricing-plans .pricing_wrapper .pricing_display .pricing_trial-link {
  color: #EC008C;
  font-weight: 700;
}
.pricing-plans .pricing_wrapper.plus_yearly_only .pricing_ctas .button,
.pricing-plans .pricing_wrapper.ind_prem_only .pricing_ctas .button {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .pricing-plans .pricing_wrapper .pricing_flex-container {
    flex-direction: row;
    max-width: 1200px;
    justify-content: space-around;
  }
  .pricing-plans .pricing_wrapper .pricing_flex-container .pricing_box-shadow {
    z-index: 1;
  }
  .pricing-plans .pricing_wrapper .pricing_flex-container .pricing_section {
    flex: 1 1 0px;
    width: 0;
  }
  .pricing-plans .pricing_wrapper.plus_yearly_only .pricing_flex-container,
  .pricing-plans .pricing_wrapper.ind_prem_only .pricing_flex-container {
    max-width: 500px;
    margin: 0 auto;
  }
  .pricing-plans .pricing_wrapper .pricing_display .pricing_highlight {
    padding: 0 12%;
  }
  .pricing-plans .pricing_wrapper.plans_business .pricing_section:nth-of-type(2) {
    z-index: 2;
  }
  .pricing-plans .pricing_wrapper.plans_business .pricing_flex-container {
    max-width: 1200px;
  }
  .pricing-plans .pricing_wrapper.plans_business .pricing_display .pricing_highlight {
    padding: 0 40px;
  }
  .pricing-plans .pricing_wrapper.plans_individual_yearly .pricing_flex-container {
    max-width: 1200px;
  }
}
.pricing-plans .pricing_wrapper .pricing_features {
  background-color: #181818;
  padding: 35px 60px 60px;
}
.pricing-plans .pricing_wrapper .pricing_features .button {
  margin: 50px auto 0;
  width: max-content;
  display: block;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .pricing-plans .pricing_wrapper .pricing_features .button {
    display: none;
  }
}
.pricing-plans .pricing_wrapper .pricing_features .pricing_feature-list {
  width: max-content;
  margin: 0 auto;
}
@supports (-ms-ime-align:auto) {
  li {
    margin: 0 auto;
    width: 270px;
    margin-bottom: 16px;
  }
}
.pricing-plans .pricing_wrapper .pricing_features .pricing_feature-list li:before {
  content: '';
}
.pricing-plans .pricing_wrapper .pricing_features .pricing_feature-list li {
  position: relative;
  padding-left: 30px;
  color: #f2f2f2;
}
.pricing-plans .pricing_wrapper .pricing_features .pricing_feature-list li strong {
  color: white;
}
.pricing-plans .pricing_wrapper .pricing_features .pricing_feature-list li .pricing_feature--option {
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}
.pricing-plans .pricing_wrapper .pricing_features .pricing_feature-list li .pricing_list-circle-checkmark:before {
  content: '';
  display: block;
  width: 5px;
  height: 10px;
  border: solid #EC008C;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 8px;
}
.pricing-plans .pricing_wrapper .pricing_features .pricing_feature-list li.pricing_feature-list-disabled {
  color: #666;
}
.pricing-plans .pricing_wrapper .pricing_features .pricing_feature-list li.pricing_feature-list-disabled .pricing_feature--option {
  color: #555555;
}
.pricing-plans .pricing_wrapper .pricing_features .pricing_feature-list li.pricing_feature-list-disabled .pricing_list-circle-checkmark {
  background-color: #222;
}
.pricing-plans .pricing_wrapper .pricing_features .pricing_feature-list li.pricing_feature-list-disabled .pricing_list-circle-checkmark::before {
  content: '\00D7';
  top: -2px;
  left: 5px;
  transform: unset;
  border-width: 0;
  font-size: 16px;
  font-weight: normal;
}
.pricing-plans .pricing_wrapper .pricing_features .pricing_feature-list li.pricing_feature-list-optional {
  color: white;
}
.pricing-plans .pricing_wrapper .pricing_features .pricing_feature-list li.pricing_feature-list-optional .pricing_feature--option {
  color: #aaaaaa;
}
.pricing-plans .pricing_wrapper .pricing_features .pricing_feature-list li.pricing_feature-list-optional .pricing_list-circle-checkmark {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .pricing-plans .pricing_wrapper .pricing_features {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pricing-plans .pricing_wrapper .pricing_features .pricing_feature-list {
    width: unset;
  }
}
@media screen and (max-width: 1023px) {
  .pricing-plans .pricing_wrapper.plans_individual_yearly .pricing_features {
    display: none;
  }
  .pricing-plans .pricing_wrapper.plans_individual_yearly .pricing_toggleFeature {
    display: none;
  }
}
.pricing-plans p.team-disclaimer {
  margin-top: 30px;
  text-align: center;
  font-weight: 100;
  color: #888;
  font-size: 14px;
  clear: both;
  float: left;
  width: 100%;
}

.pricing-plans .pricing--proSinglePlans .pricing_plan--container {
  width: 30%;
  float: left;
  height: 485px;
}
.pricing-plans .pricing--proSinglePlans .pricing_plan--container .pricing_plan--item {
  padding-bottom: 0;
  min-height: 340px;
}
.pricing-plans .pricing--proSinglePlans .pricing_plan--container .pricing_plan--term {
  margin-bottom: 40px;
}
.pricing-plans .pricing--proSinglePlans .pricing_plan--container .pricing_plan--bottom {
  margin: 0;
  background-color: #181818;
  padding: 30px 0 20px;
  height: auto;
}
.pricing-plans .pricing--proSinglePlans .pricing_plan--container .pricing_plan--plan_summary {
  padding: 20px 10%;
  border-top: 1px solid #303030;
}
.pricing-plans .pricing--proSinglePlans .pricing_plan--container .pricing_plan--plan_summary h4 {
  line-height: 1.5;
  margin-bottom: 0;
}
.pricing-plans .pricing--proSinglePlans .pricing_plan--feature-container {
  width: 70%;
  float: left;
}
.pricing-plans .pricing--proSinglePlans .pricing_plan--feature-container .pricing-plan--singleList {
  flex: 1;
  height: 250px;
  padding: 30px 40px;
  background-color: #181818;
  color: #dddddd;
}
.pricing-plans .pricing--proSinglePlans .pricing_plan--feature-container .single--header {
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: left;
}
.pricing-plans .pricing--proSinglePlans .pricing_plan--feature-container .pricing_plan--singleListAll {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.pricing-plans .pricing--proSinglePlans .pricing_plan--feature-container .pricing_plan--singleListAll li:before {
  display: none;
}
.pricing-plans .pricing--proSinglePlans .pricing_plan--feature-container .pricing_plan--singleListAll li {
  width: 45%;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 1px;
  padding: 13px 0 13px 50px;
  margin-bottom: 0;
  text-align: left;
  position: relative;
  line-height: 1.2;
  white-space: nowrap;
}
.pricing-plans .pricing--proSinglePlans .pricing_plan--feature-container .pricing_plan--singleListAll li:nth-of-type(even) {
  width: 55%;
}
.pricing-plans .pricing--proSinglePlans .pricing_plan--feature-container .pricing_plan--singleListAll li img {
  width: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pricing-plans .pricing--proSinglePlans .pricing_plan--feature-container .pricing_plan--list {
  background-color: #000000;
  margin-bottom: 0;
  padding-left: 50px;
}
.pricing-plans .pricing--proSinglePlans .pricing_plan--feature-container .pricing_plan--list .single--header {
  display: none;
}
.pricing-plans .pricing--proSinglePlans .pricing_plan--feature-container .pricing_plan--list ul {
  width: 33%;
  padding: 25px 0;
}
.pricing-plans .pricing--proSinglePlans .pricing_plan--feature-container .pricing_plan--list ul li {
  font-size: 13px;
  padding: 0;
  margin-top: 4px;
  margin-bottom: 4px;
}
.pricing-plans .pricing--proSinglePlans .pricing_plan--feature-container .pricing_plan--list ul li .checkmark-none {
  background: transparent;
}
.pricing-plans .pricing--proSinglePlans .pricing_plan--feature-container .pricing_plan--list ul li .checkmark-none:before {
  display: none;
}
.pricing-plans .pricing--proSinglePlans .pricing_plan--feature-container .pricing_plan--list ul li .pricing_feature--option {
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}
.pricing-plans .pricing--proSinglePlans.pricing-plan--mini .pricing_plan--bottom {
  background-color: #222222;
  padding-top: 0;
  height: auto;
}
.pricing-plans .pricing--proSinglePlans.pricing-plan--mini .pricing_plan--container {
  height: auto !important;
}
.pricing-plans .pricing--proSinglePlans.pricing-plan--mini .pricing_plan--container .pricing_plan--term {
  margin-bottom: 20px;
}
.pricing-plans .pricing--proSinglePlans.pricing-plan--mini .pricing-plan--singleList {
  height: 340px;
  padding: 60px 20px 60px 50px;
}
@media only screen and (max-width: 1023px) {
  .pricing-plans .pricing--proSinglePlans .pricing_plan--container {
    width: 400px !important;
    height: auto !important;
  }
  .pricing-plans .pricing--proSinglePlans .pricing_plan--feature-container {
    width: 100%;
  }
  .pricing-plans .pricing--proSinglePlans .pricing_plan--feature-container .pricing_plan--list ul {
    padding: 0;
  }
  .pricing-plans .pricing--proSinglePlans .single--header {
    letter-spacing: 3px;
  }
  .pricing-plans .pricing--proSinglePlans .pricing_plan--list.individual-features {
    margin-top: 0;
    width: 400px !important;
    background: #181818;
    padding-top: 0;
    padding-left: 40px;
  }
  .pricing-plans .pricing--proSinglePlans .pricing_plan--list.individual-features .single--header {
    display: block;
  }
  .pricing-plans .pricing--proSinglePlans .pricing-plan--singleList {
    width: 400px;
    max-width: 100%;
    height: auto !important;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 30px 20px;
    border-top: 1px solid #303030;
  }
  .pricing-plans .pricing--proSinglePlans .pricing-plan--singleList .pricing_plan--singleListAll {
    flex-direction: column;
  }
  .pricing-plans .pricing--proSinglePlans .pricing-plan--singleList .pricing_plan--singleListAll li {
    width: 100%;
    font-size: 16px;
  }
  .pricing-plans .pricing--proSinglePlans.pricing-plan--mini .pricing-plan--singleList {
    border-top: none;
  }
}

.pricing-plans .pricing--entSinglePlans .pricing_plan--container {
  width: 30%;
  float: left;
  height: 485px;
}
.pricing-plans .pricing--entSinglePlans .pricing_plan--container .pricing_plan--item {
  padding-bottom: 0;
  min-height: 340px;
}
.pricing-plans .pricing--entSinglePlans .pricing_plan--container .pricing_plan--term {
  margin-bottom: 40px;
}
.pricing-plans .pricing--entSinglePlans .pricing_plan--container .pricing_plan--bottom {
  margin: 0;
  background-color: #181818;
  padding: 30px 0 20px;
  height: auto;
}
.pricing-plans .pricing--entSinglePlans .pricing_plan--container .pricing_plan--plan_summary {
  padding: 20px 10%;
  border-top: 1px solid #303030;
}
.pricing-plans .pricing--entSinglePlans .pricing_plan--container .pricing_plan--plan_summary h4 {
  line-height: 1.5;
  margin-bottom: 0;
}
.pricing-plans .pricing--entSinglePlans .pricing_plan--feature-container {
  width: 70%;
  float: left;
}
.pricing-plans .pricing--entSinglePlans .pricing_plan--feature-container .pricing-plan--singleList {
  flex: 1;
  height: 250px;
  padding: 20px 40px 40px;
  background-color: #181818;
  color: #dddddd;
}
.pricing-plans .pricing--entSinglePlans .pricing_plan--feature-container .single--header {
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: left;
}
.pricing-plans .pricing--entSinglePlans .pricing_plan--feature-container .pricing_plan--singleListAll {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.pricing-plans .pricing--entSinglePlans .pricing_plan--feature-container .pricing_plan--singleListAll li:before {
  display: none;
}
.pricing-plans .pricing--entSinglePlans .pricing_plan--feature-container .pricing_plan--singleListAll li {
  width: 48%;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 1px;
  padding: 0 0 0 50px;
  margin-bottom: 0;
  text-align: left;
  position: relative;
  line-height: 1.2;
  white-space: nowrap;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pricing-plans .pricing--entSinglePlans .pricing_plan--feature-container .pricing_plan--singleListAll li:nth-of-type(even) {
  width: 52%;
}
.pricing-plans .pricing--entSinglePlans .pricing_plan--feature-container .pricing_plan--singleListAll li img {
  width: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pricing-plans .pricing--entSinglePlans .pricing_plan--feature-container .pricing_plan--list {
  background-color: #000000;
  margin-bottom: 0;
  padding-left: 50px;
}
.pricing-plans .pricing--entSinglePlans .pricing_plan--feature-container .pricing_plan--list .single--header {
  display: none;
}
.pricing-plans .pricing--entSinglePlans .pricing_plan--feature-container .pricing_plan--list ul {
  width: 30%;
  padding: 25px 0;
}
.pricing-plans .pricing--entSinglePlans .pricing_plan--feature-container .pricing_plan--list ul.set2 {
  width: 40%;
}
.pricing-plans .pricing--entSinglePlans .pricing_plan--feature-container .pricing_plan--list ul li {
  font-size: 13px;
  padding: 0;
  margin-top: 4px;
  margin-bottom: 4px;
}
.pricing-plans .pricing--entSinglePlans .pricing_plan--feature-container .pricing_plan--list ul li .checkmark-none {
  background: transparent;
}
.pricing-plans .pricing--entSinglePlans .pricing_plan--feature-container .pricing_plan--list ul li .checkmark-none:before {
  display: none;
}
.pricing-plans .pricing--entSinglePlans .pricing_plan--feature-container .pricing_plan--list ul li .pricing_feature--option {
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}
.pricing-plans .pricing--entSinglePlans.pricing-plan--mini .pricing_plan--bottom {
  background-color: #222222;
  padding-top: 0;
  height: auto;
}
.pricing-plans .pricing--entSinglePlans.pricing-plan--mini .pricing_plan--container {
  height: auto !important;
}
.pricing-plans .pricing--entSinglePlans.pricing-plan--mini .pricing_plan--container .pricing_plan--term {
  margin-bottom: 20px;
}
.pricing-plans .pricing--entSinglePlans.pricing-plan--mini .pricing-plan--singleList {
  height: 340px;
  padding: 60px 20px 60px 50px;
}
@media only screen and (max-width: 1023px) {
  .pricing-plans .pricing--entSinglePlans .pricing_plan--container {
    width: 400px !important;
    height: auto !important;
  }
  .pricing-plans .pricing--entSinglePlans .pricing_plan--feature-container {
    width: 100%;
  }
  .pricing-plans .pricing--entSinglePlans .pricing_plan--feature-container .pricing_plan--list ul {
    padding: 0;
  }
  .pricing-plans .pricing--entSinglePlans .single--header {
    letter-spacing: 3px;
  }
  .pricing-plans .pricing--entSinglePlans .pricing_plan--list.individual-features {
    margin-top: 0;
    width: 400px !important;
    background: #181818;
    padding-top: 0;
    padding-left: 40px;
  }
  .pricing-plans .pricing--entSinglePlans .pricing_plan--list.individual-features .single--header {
    display: block;
  }
  .pricing-plans .pricing--entSinglePlans .pricing-plan--singleList {
    width: 400px;
    max-width: 100%;
    height: auto !important;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 30px 20px;
    border-top: 1px solid #303030;
  }
  .pricing-plans .pricing--entSinglePlans .pricing-plan--singleList .pricing_plan--singleListAll {
    flex-direction: column;
  }
  .pricing-plans .pricing--entSinglePlans .pricing-plan--singleList .pricing_plan--singleListAll li {
    width: 100%;
    font-size: 16px;
  }
  .pricing-plans .pricing--entSinglePlans.pricing-plan--mini .pricing-plan--singleList {
    border-top: none;
  }
}

.generic-block-wrapper.block--true-black .pricing-plans .pricing--gopPlans .top-clip {
  content: "";
  position: absolute;
  top: 120px;
  left: -20px;
  right: -20px;
  z-index: 0;
  height: 200px;
  -webkit-clip-path: polygon(50% 40%, 100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(50% 40%, 100% 0, 100% 100%, 0 100%, 0 0);
}
.pricing--gopPlans {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}
.pricing--gopPlans .gop_plan--wrapper {
  position: relative;
  margin: 0 -15px;
}
.pricing--gopPlans .gop_plan--container .gop_plan--item {
  background-color: #222;
  padding: 55px 30px;
  position: relative;
  text-align: center;
  font-size: 18px;
  color: white;
  border-radius: 3px;
  width: 24%;
}
.pricing--gopPlans .gop_plan--container .gop_plan--inverter {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.pricing--gopPlans .gop_plan--container .gop_plan--inverter h6 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: white;
  margin: 0 0 20px;
  display: inline-block;
}
.pricing--gopPlans .gop_plan--container .gop_plan--inverter .pricing_save {
  display: inline-block;
  position: relative;
  top: 0;
  margin-left: 10px;
  font-size: 11px;
  text-transform: uppercase;
  padding: 7px 15px;
  background: #F7A614;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.pricing--gopPlans .gop_plan--container .gop_plan--inverter .duration_box {
  position: relative;
}
.pricing--gopPlans .gop_plan--container div.duration_box > sup.promo-original-price {
  font-weight: 700;
  font-size: 14px;
  color: #7d7d7d;
  top: -20px;
}
.pricing--gopPlans .gop_plan--container .gop_plan--inverter .gop_plan--price {
  color: #fff;
  font-size: 18px;
  margin: 0 0 5px;
  position: relative;
  display: inline-block;
}
.pricing--gopPlans .gop_plan--price .curr-major {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}
.pricing--gopPlans .gop_plan--price .curr-minor,
.pricing--gopPlans .gop_plan--price .curr-dec-sep {
  display: none;
}
.pricing--gopPlans .gop_plan--price .curr-symbol {
  position: relative;
  top: -27px;
  left: -5px;
  font-weight: 200;
  font-size: 19px;
  color: #7d7d7d;
}
.pricing--gopPlans .gop_plan--button {
  display: block;
}
.pricing--gopPlans .gop_plan--button .button {
  margin: 20px 0 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  font-weight: 700;
}
.pricing--gopPlans .gop_plan--duration {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}
.pricing--gopPlans body:not(:-moz-handler-blocked) .gop_plan--container {
  margin: 4vw 1.8% 2vw;
}
.pricing--gopPlans .gop_plan--container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.pricing--gopPlans .gop_plan--item {
  box-shadow: 0px 2px 18px 8px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1023px) {
  .pricing--gopPlans .gop_plan--wrapper {
    margin: 0;
  }
  .pricing--gopPlans .gop_plan--container .gop_plan--item {
    margin-bottom: 2%;
    width: 49%;
  }
}
@media screen and (max-width: 640px) {
  .pricing--gopPlans .gop_plan--wrapper {
    margin: 0;
  }
  .pricing--gopPlans .gop_plan--container .gop_plan--item {
    margin-bottom: 20px;
    width: 100%;
  }
}

.pricing-plans {
  /* Tooltips */
}
.pricing-plans a.tooltip_wrapper {
  outline: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -1px;
  position: relative;
  white-space: normal;
}
.pricing-plans a.tooltip_wrapper .tooltip_wrapper--circle:after {
  font-family: FontAwesome;
  content: "\f05a";
  font-size: 0.8em;
  color: #444;
}
.pricing-plans a.tooltip_wrapper span.tooltip_wrapper--desc {
  z-index: 10;
  display: none;
  width: 300px;
  font-size: 12px;
  line-height: 1.4;
  color: #282828;
  border: 1px solid #aaaaaa;
  background: white;
  padding: 20px;
  border-radius: 4px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .pricing-plans a.tooltip_wrapper {
    display: none;
  }
}
.pricing-plans ul li:hover .tooltip_wrapper:hover {
  text-decoration: none;
  cursor: default;
}
.pricing-plans ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc {
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.pricing-plans ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc:after,
.pricing-plans ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.pricing-plans ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 15px;
  margin-top: -15px;
}
.pricing-plans ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc:before {
  border-color: rgba(170, 170, 170, 0);
  border-right-color: #aaa;
  border-width: 16px;
  margin-top: -16px;
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .pricing-plans ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc {
    left: inherit;
    top: inherit;
    bottom: 30px;
    transform: translateX(-50%);
    margin-left: 5px;
  }
  .pricing-plans ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc:before {
    border-top-color: #aaa;
    border-width: 15px;
    border-right-color: transparent;
    margin-top: -16px;
    right: inherit;
    top: inherit;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
  }
  .pricing-plans ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc:after {
    border-top-color: #ffffff;
    border-right-color: transparent;
    border-width: 15px;
    margin-top: -15px;
    right: inherit;
    left: 50%;
    top: inherit;
    bottom: -29px;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1800px) {
  .pricing-plans ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc.right-edge {
    left: inherit;
    top: inherit;
    bottom: 30px;
    transform: translateX(-50%);
    margin-left: 5px;
  }
  .pricing-plans ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc.right-edge:before {
    border-top-color: #aaa;
    border-width: 15px;
    border-right-color: transparent;
    margin-top: -16px;
    right: inherit;
    top: inherit;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
  }
  .pricing-plans ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc.right-edge:after {
    border-top-color: #ffffff;
    border-right-color: transparent;
    border-width: 15px;
    margin-top: -15px;
    right: inherit;
    left: 50%;
    top: inherit;
    bottom: -29px;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1450px) {
  .pricing-plans ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc.right-edge {
    transform: translateX(-80%);
  }
  .pricing-plans ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc.right-edge:before,
  .pricing-plans ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc.right-edge:after {
    left: 80%;
  }
}

#ps_pro_qty_modal,
#ps_starter_qty_modal {
  background: rgba(0, 0, 0, 0.93);
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: none;
  opacity: 0;
  overflow-y: scroll;
  position: fixed;
  transition: opacity 0.7s ease;
  z-index: 99999;
  color: white;
}
#ps_pro_qty_modal.active,
#ps_starter_qty_modal.active {
  opacity: 1;
}
#ps_pro_qty_modal .pilot-show,
#ps_starter_qty_modal .pilot-show {
  display: none;
}
#ps_pro_qty_modal.display_pilot .pilot-show,
#ps_starter_qty_modal.display_pilot .pilot-show {
  display: inline-block;
}
#ps_pro_qty_modal.display_pilot .pilot-hide,
#ps_starter_qty_modal.display_pilot .pilot-hide {
  display: none;
}
#ps_pro_qty_modal .ps_pro_qty_modal-cancel,
#ps_starter_qty_modal .ps_pro_qty_modal-cancel,
#ps_pro_qty_modal .ps_starter_qty_modal-cancel,
#ps_starter_qty_modal .ps_starter_qty_modal-cancel {
  display: inline-block;
  padding: 5px;
  margin-left: 30px;
  cursor: pointer;
}
#ps_pro_qty_modal .qty-sales-message,
#ps_starter_qty_modal .qty-sales-message {
  margin-top: -20px;
  margin-bottom: 40px;
}
#ps_pro_qty_modal .qty-sales-message.hidden,
#ps_starter_qty_modal .qty-sales-message.hidden {
  display: none;
}
#ps_pro_qty_modal .container,
#ps_starter_qty_modal .container {
  max-width: 1100px;
  margin: 0 auto;
}
#ps_pro_qty_modal .container .row.column-control--wide,
#ps_starter_qty_modal .container .row.column-control--wide {
  position: absolute;
  max-width: 1100px;
  top: 45%;
  transform: translateY(-50%);
}
#ps_pro_qty_modal .container .column_qty,
#ps_starter_qty_modal .container .column_qty {
  text-align: center;
}
#ps_pro_qty_modal .container .qty-selector,
#ps_starter_qty_modal .container .qty-selector {
  height: 120px;
  position: relative;
  margin-bottom: 40px;
}
#ps_pro_qty_modal .container .qty-selector .qty-up,
#ps_starter_qty_modal .container .qty-selector .qty-up,
#ps_pro_qty_modal .container .qty-selector .qty-down,
#ps_starter_qty_modal .container .qty-selector .qty-down {
  background-color: #222;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 45px;
  border-radius: 25px;
}
#ps_pro_qty_modal .container .qty-selector .qty-up:hover,
#ps_starter_qty_modal .container .qty-selector .qty-up:hover,
#ps_pro_qty_modal .container .qty-selector .qty-down:hover,
#ps_starter_qty_modal .container .qty-selector .qty-down:hover {
  background-color: #2c2c2c;
}
#ps_pro_qty_modal .container .qty-selector .qty-up.disabled,
#ps_starter_qty_modal .container .qty-selector .qty-up.disabled,
#ps_pro_qty_modal .container .qty-selector .qty-down.disabled,
#ps_starter_qty_modal .container .qty-selector .qty-down.disabled {
  cursor: default;
  background-color: #181818;
  pointer-events: none;
}
#ps_pro_qty_modal .container .qty-selector .qty-up.disabled i.icons,
#ps_starter_qty_modal .container .qty-selector .qty-up.disabled i.icons,
#ps_pro_qty_modal .container .qty-selector .qty-down.disabled i.icons,
#ps_starter_qty_modal .container .qty-selector .qty-down.disabled i.icons {
  border: solid #222;
  border-width: 0 4px 4px 0;
}
#ps_pro_qty_modal .container .qty-selector .qty-up.disabled:hover,
#ps_starter_qty_modal .container .qty-selector .qty-up.disabled:hover,
#ps_pro_qty_modal .container .qty-selector .qty-down.disabled:hover,
#ps_starter_qty_modal .container .qty-selector .qty-down.disabled:hover {
  background-color: #181818;
}
#ps_pro_qty_modal .container .qty-selector .qty-up i.icons,
#ps_starter_qty_modal .container .qty-selector .qty-up i.icons,
#ps_pro_qty_modal .container .qty-selector .qty-down i.icons,
#ps_starter_qty_modal .container .qty-selector .qty-down i.icons {
  position: absolute;
  transform: rotate(45deg);
  border: solid white;
  border-width: 0 4px 4px 0;
  padding: 6px;
  top: 12px;
  right: 17px;
}
#ps_pro_qty_modal .container .qty-selector .qty-down,
#ps_starter_qty_modal .container .qty-selector .qty-down {
  margin-right: 60px;
}
#ps_pro_qty_modal .container .qty-selector .qty-up,
#ps_starter_qty_modal .container .qty-selector .qty-up {
  margin-left: 60px;
}
#ps_pro_qty_modal .container .qty-selector .qty-up i.icons,
#ps_starter_qty_modal .container .qty-selector .qty-up i.icons {
  transform: rotate(225deg);
  top: 20px;
}
#ps_pro_qty_modal .container .qty-selector .qty-display,
#ps_starter_qty_modal .container .qty-selector .qty-display {
  text-align: center;
  display: inline-block;
}
#ps_pro_qty_modal .container .qty-selector .qty-display .qty-display-number,
#ps_starter_qty_modal .container .qty-selector .qty-display .qty-display-number {
  font-size: 90px;
  font-weight: 200;
  line-height: 1;
  margin-top: -10px;
  width: 130px;
}
#ps_pro_qty_modal .container .qty-selector .qty-display .qty-display-label,
#ps_starter_qty_modal .container .qty-selector .qty-display .qty-display-label {
  font-size: 13px;
  color: #a5a5a5;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 800;
  margin-top: 10px;
}
@media all and (max-width: 1023px) {
  #ps_pro_qty_modal .container .column_qty,
  #ps_starter_qty_modal .container .column_qty {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  #ps_pro_qty_modal .container .column_feature,
  #ps_starter_qty_modal .container .column_feature {
    max-width: 610px;
    float: none;
    clear: both;
    margin: 0 auto;
  }
  #ps_pro_qty_modal .container .row.column-control--wide,
  #ps_starter_qty_modal .container .row.column-control--wide {
    position: relative;
    top: 0;
    transform: unset;
  }
  #ps_pro_qty_modal .container .ps_pro_qty_modal-cancel,
  #ps_starter_qty_modal .container .ps_pro_qty_modal-cancel,
  #ps_pro_qty_modal .container .ps_starter_qty_modal-cancel,
  #ps_starter_qty_modal .container .ps_starter_qty_modal-cancel {
    display: block;
    margin-left: 0;
  }
  #ps_pro_qty_modal .container .qty-selector .qty-down,
  #ps_starter_qty_modal .container .qty-selector .qty-down {
    margin-right: 30px;
  }
  #ps_pro_qty_modal .container .qty-selector .qty-up,
  #ps_starter_qty_modal .container .qty-selector .qty-up {
    margin-left: 30px;
  }
}
#ps_pro_qty_modal .container h3,
#ps_starter_qty_modal .container h3 {
  margin-bottom: 40px;
  font-size: 28px;
}
#ps_pro_qty_modal .container ul,
#ps_starter_qty_modal .container ul {
  margin-left: 0;
}
#ps_pro_qty_modal .container ul li,
#ps_starter_qty_modal .container ul li {
  font-size: 16px;
  font-weight: 100;
  padding-left: 45px;
  margin-bottom: 20px;
}
#ps_pro_qty_modal .container ul li:before,
#ps_starter_qty_modal .container ul li:before {
  background: url(https://www.pluralsight.com/content/dam/pluralsight2/product/business_platform/pilot_checkbox@2x.png) no-repeat center center;
  background-size: 15px 10px;
  content: "";
  height: 27px;
  width: 15px;
  margin-top: -2px;
  margin-left: -40px;
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.ps-paragraph-theme {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: .5px;
}
.ps-eyebrow-text-theme {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ec008c;
  line-height: 130%;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* TT Commons Global style */
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: unset;
  text-transform: none;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 48px;
    line-height: unset;
  }
}
@media screen and (max-width: 640px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 36px;
    line-height: unset;
  }
}
.ps-temporary-tt-commons-theme .text-4.section {
  margin-bottom: 0;
}
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  margin: 0 0 20px 0;
}
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--medium,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty {
  font-size: 18px;
  font-weight: unset;
  line-height: 1.2;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme .text-4 p,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme a.fourteen-px,
.ps-temporary-tt-commons-theme .text-4 .fs--normal,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-size: 24px;
  line-height: 1.2;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier {
  font-weight: unset;
  text-transform: unset;
}
.ps-temporary-tt-commons-theme h1,
.ps-temporary-tt-commons-theme h2,
.ps-temporary-tt-commons-theme h6,
.ps-temporary-tt-commons-theme strong,
.ps-temporary-tt-commons-theme b,
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme .link-list-text .linklist-subnav ul li a,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty,
.ps-temporary-tt-commons-theme .text-4 .fs--tiny,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-family: sans-serif;
  font-weight: 700;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme h3,
.ps-temporary-tt-commons-theme h4,
.ps-temporary-tt-commons-theme h5,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li,
.ps-temporary-tt-commons-theme .text-3 p,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-family: sans-serif;
  font-weight: 400;
}
.ps-temporary-tt-commons-theme ul li:before {
  margin-top: 7px;
}
.pricing-plans .pricing_wrapper.plans_flow .pricing_flex-container {
  max-width: 900px;
}
.pricing-plans .pricing_wrapper.plans_flow .pricing_flex-container .pricing_section {
  box-shadow: 0 20px 25px -2px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
}
.pricing-plans .pricing_wrapper.plans_flow .pricing_flex-container .pricing_section:not(:last-child) {
  border-bottom: unset;
}
.pricing-plans .pricing_wrapper.plans_flow .pricing_display {
  min-height: unset;
  /* Force ghost buttons to gradient on mobile */
}
.pricing-plans .pricing_wrapper.plans_flow .pricing_display .pricing-card-plan-name {
  font-size: 26px;
  font-weight: 100;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 25px;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .pricing-plans .pricing_wrapper.plans_flow .pricing_display .pricing-card-plan-name {
    margin-bottom: 15px;
  }
}
.pricing-plans .pricing_wrapper.plans_flow .pricing_display .pricing-card-sku {
  position: relative;
}
.pricing-plans .pricing_wrapper.plans_flow .pricing_display .pricing-card-sku .pricing-card-period {
  display: inline-block;
  position: absolute;
  text-align: left;
  font-size: 12px;
  font-weight: 800;
  color: #cccccc;
  margin-left: 10px;
  bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .pricing-plans .pricing_wrapper.plans_flow .pricing_display .pricing-card-sku {
    margin-bottom: 5px;
  }
  .pricing-plans .pricing_wrapper.plans_flow .pricing_display .pricing-card-sku .api-price-styling .curr-symbol {
    font-size: 19px;
    top: -22px;
    left: -2px;
  }
  .pricing-plans .pricing_wrapper.plans_flow .pricing_display .pricing-card-sku .api-price-styling .curr-major {
    font-size: 52px;
  }
  .pricing-plans .pricing_wrapper.plans_flow .pricing_display .pricing-card-sku .pricing-card-period {
    bottom: 8px;
  }
}
.pricing-plans .pricing_wrapper.plans_flow .pricing_display hr {
  width: 40px;
  height: 4px;
  margin: 10px auto 78px;
}
.pricing-plans .pricing_wrapper.plans_flow .pricing_display .pricing_highlight {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  padding: 0 11%;
  margin: 0 0 20px 0;
  text-align: center;
}
.pricing-plans .pricing_wrapper.plans_flow .pricing_display .pricing_ctas a.button {
  color: #ffffff;
  margin-bottom: 20px;
}
.pricing-plans .pricing_wrapper.plans_flow .pricing_display .pricing_ctas > div {
  font-size: 14px;
  color: #ffffff;
}
.pricing-plans .pricing_wrapper.plans_flow .pricing_display .pricing_ctas > div > a {
  font-weight: 800;
  color: #0084bd;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .pricing-plans .pricing_wrapper.plans_flow .pricing_display {
    text-align: center;
    padding: 55px 20px 55px;
    background: linear-gradient(180deg, #181818 0%, #222222 100%);
  }
  .pricing-plans .pricing_wrapper.plans_flow .pricing_display .pricing_highlight {
    border-top: unset;
  }
  .pricing-plans .pricing_wrapper.plans_flow .pricing_display .pricing_ctas a.button {
    background: linear-gradient(145deg, #2556a3 0, #2393d4 100%);
    border: none;
  }
}
.pricing-plans .pricing_wrapper.plans_flow .pricing_features {
  display: block;
  min-height: 400px;
  padding: 35px 45px;
  height: 100%;
}
.pricing-plans .pricing_wrapper.plans_flow .pricing_features .pricing_features--header {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pricing-plans .pricing_wrapper.plans_flow .pricing_features .pricing_feature-list {
  width: unset;
}
.pricing-plans .pricing_wrapper.plans_flow .pricing_features .pricing_feature-list li {
  font-weight: 500;
}
.pricing-plans .pricing_wrapper.plans_flow .pricing_features .pricing_feature-list li .break-word:before {
  content: "\A";
  white-space: pre;
}
.pricing-plans .pricing_wrapper.plans_flow .pricing_features .pricing_feature-list li .pricing_list-circle-checkmark:before {
  border-color: #0084bd;
  width: 7px;
  height: 15px;
  top: 3px;
  left: 8px;
}
@media screen and (max-width: 1023px) {
  .pricing-plans .pricing_wrapper.plans_flow .pricing_features {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pricing-plans .pricing_wrapper.plans_flow .pricing_features .pricing_feature-list {
    width: unset;
  }
  .pricing-plans .pricing_wrapper.plans_flow .pricing_features .pricing_feature-list li .break-word:before {
    content: "";
  }
}
#flowModal {
  background: #000000;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: none;
  opacity: 0;
  overflow-y: scroll;
  position: fixed;
  transition: opacity 0.7s ease;
  z-index: 99999;
  color: white;
  padding: 100px 0;
}
@media only screen and (max-width: 1023px) {
  #flowModal .column-control {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#flowModal .flow-modal-close {
  position: absolute;
  right: 60px;
  top: 20px;
  width: 100%;
  text-align: right;
}
#flowModal .flow-modal-close a {
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
#flowModal .flow-modal-close a .close-x {
  position: relative;
  margin-left: 10px;
}
#flowModal .flow-modal-close a .close-x:before,
#flowModal .flow-modal-close a .close-x:after {
  content: "";
  display: block;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  transform: rotate(45deg);
}
#flowModal .flow-modal-close a .close-x:after {
  transform: rotate(-45deg);
}
#flowModal #seeStandardPlan,
#flowModal #seePlusPlan {
  display: none;
}
#flowModal.active {
  opacity: 1;
}
#flowModal.active #seePlusPlan {
  display: inline-block;
}
#flowModal.active.plus-active #seePlusPlan {
  display: none !important;
}
#flowModal.active.plus-active #seeStandardPlan {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
#flowModal .row {
  max-width: 800px;
}
#flowModal h6 {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 3px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #aaaaaa;
}
#flowModal .flow-modal--title,
#flowModal .flow-modal--dynamicTitle {
  font-weight: 700;
  font-size: 24px;
}
#flowModal .flow-modal--dynamicTitle {
  margin-bottom: 30px;
}
#flowModal .flow-modal--dynamicTitle span {
  color: #27A0DA;
}
#flowModal .flow-modal--content {
  padding: 30px 0 0;
  color: #DDDDDD;
}
#flowModal .flow-modal--content.flow-modal--roi {
  display: flex;
  margin-top: 30px;
}
#flowModal .flow-modal--content.flow-modal--roi .flow-modal--item {
  flex: 0 0 25%;
}
#flowModal .flow-modal--content.flow-modal--roi .flow-modal--item > span {
  font-family: sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: white;
}
#flowModal .flow-modal--content.flow-modal--roi .flow-modal--item p {
  font-size: 14px;
}
#flowModal .flow-modal--content.flow-modal--roi .flow-modal--price > span {
  color: #27A0DA;
}
#flowModal .flow-modal--content.flow-modal--roi .flow-modal--price > span sup {
  font-size: 14px;
  font-weight: 300;
  top: 3px;
  position: relative;
}
#flowModal .flow-modal--content.flow-modal--team {
  font-size: 18px;
  padding-top: 50px;
}
#flowModal .flow-modal--content .flow-loaded-cost {
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  #flowModal .flow-modal--content.flow-modal--roi .flow-modal--item {
    flex: 0 0 33.3333%;
    padding-right: 20px;
  }
}
#flowModal .flow-modal--button {
  margin-top: 30px;
}
#flowModal .flow-modal--button .button {
  margin-bottom: 0;
}
#flowModal .flow-modal--button a.flow--button {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  background: linear-gradient(90deg, #2a5eab 2.73%, #27a0da 97.86%);
}
#flowModal .flow-modal--button a.link--button {
  background: none;
  text-transform: capitalize;
}
#flowModal .flow-modal--button a.link--button:after {
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  transform: rotate(-45deg);
  border: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  color: #EC008C;
  top: 50%;
  right: -5px;
}
#flowModal .flow-modal--features {
  margin: 0 5%;
  border-top: 1px solid #212121;
  margin-top: 50px;
  padding-top: 50px;
}
#flowModal .flow-modal--features .pricing_features {
  max-width: 800px;
  margin: 0 auto;
}
#flowModal .flow-modal--features .pricing_features .pricing_feature-list {
  margin: 0;
  padding: 0;
}
#flowModal .flow-modal--features .pricing_features .pricing_feature-list li {
  position: relative;
  padding-left: 30px;
}
#flowModal .flow-modal--features .pricing_features .pricing_feature-list li:before {
  content: "";
}
#flowModal .flow-modal--features .pricing_features .pricing_feature-list li .pricing_list-circle-checkmark:before {
  content: '';
  display: block;
  width: 5px;
  height: 10px;
  border: solid #288CC9;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  left: 8px;
}
#flowModal .flow-modal--features .pricing_features .pricing_feature-list li.pricing_feature-list-disabled {
  color: #666;
}
#flowModal .flow-modal--features .pricing_features .pricing_feature-list li.pricing_feature-list-disabled .pricing_list-circle-checkmark {
  background-color: #222;
}
#flowModal .flow-modal--features .pricing_features .pricing_feature-list li.pricing_feature-list-disabled .pricing_list-circle-checkmark:before {
  content: '\00D7';
  top: -2px;
  left: 5px;
  transform: unset;
  border-width: 0;
  font-size: 16px;
  font-weight: normal;
}
#flowModal .flow-modal--features .pricing_features .pricing_feature-list li.pricing_feature-list-disabled a.tooltip_wrapper {
  display: none;
}
#flowModal .irs.irs--flat .irs-bar {
  background-color: #FFA815;
  height: 8px;
}
#flowModal .irs.irs--flat .irs-line {
  background-color: #1F1F1F;
  height: 8px;
}
#flowModal .irs .irs-grid .irs-grid-pol {
  background-color: #444;
  top: 4px;
  width: 2px;
}
#flowModal .irs .irs-grid .irs-grid-pol.small {
  display: none;
}
#flowModal .irs .irs-grid .irs-grid-text {
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  top: 20px;
}
#flowModal .irs .irs-min,
#flowModal .irs .irs-max,
#flowModal .irs .irs-single {
  display: none;
}
#flowModal .irs.irs--flat .irs-handle {
  cursor: grab;
  background: url("main/images/pricing/pricing-flow-slider.svg") no-repeat no-repeat 0px -8px;
  top: 11px;
  width: 65px;
  height: 38px;
  background-size: 100%;
}
#flowModal .irs.irs--flat .irs-handle > i:first-child {
  display: none;
}
@media (max-width: 640px) {
  #flowModal .irs.irs--flat {
    max-width: 300px;
    margin: 0 auto;
    height: 80px !important;
  }
  #flowModal .irs-grid {
    height: 40px !important;
  }
}

/* Individual with 4 plans */
.pricing-plans .pricing_wrapper.plans_individual_v2 .pricing_features {
  padding: 35px 15px 60px;
}
.pricing-plans .pricing_wrapper.plans_individual_v2 .pricing_flex-container .pricing_group {
  display: flex;
}
.pricing-plans .pricing_wrapper.plans_individual_v2 .pricing_flex-container .pricing_display h5 {
  color: #F7A614;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
}
.pricing-plans .pricing_wrapper.plans_individual_v2 .pricing_flex-container .pricing_display .pricing_ctas .button {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .pricing-plans .pricing_wrapper.plans_individual_v2 .pricing_toggleFeature {
    display: none !important;
  }
  .pricing-plans .pricing_wrapper.plans_individual_v2 .pricing_flex-container .pricing_section:nth-of-type(2) {
    margin-right: 10px;
  }
  .pricing-plans .pricing_wrapper.plans_individual_v2 .pricing_flex-container .pricing_section:nth-of-type(3) {
    margin-left: 10px;
  }
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.ps-paragraph-theme {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: .5px;
}
.ps-eyebrow-text-theme {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ec008c;
  line-height: 130%;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* TT Commons Global style */
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: unset;
  text-transform: none;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 48px;
    line-height: unset;
  }
}
@media screen and (max-width: 640px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 36px;
    line-height: unset;
  }
}
.ps-temporary-tt-commons-theme .text-4.section {
  margin-bottom: 0;
}
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  margin: 0 0 20px 0;
}
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--medium,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty {
  font-size: 18px;
  font-weight: unset;
  line-height: 1.2;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme .text-4 p,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme a.fourteen-px,
.ps-temporary-tt-commons-theme .text-4 .fs--normal,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-size: 24px;
  line-height: 1.2;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier {
  font-weight: unset;
  text-transform: unset;
}
.ps-temporary-tt-commons-theme h1,
.ps-temporary-tt-commons-theme h2,
.ps-temporary-tt-commons-theme h6,
.ps-temporary-tt-commons-theme strong,
.ps-temporary-tt-commons-theme b,
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme .link-list-text .linklist-subnav ul li a,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty,
.ps-temporary-tt-commons-theme .text-4 .fs--tiny,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-family: sans-serif;
  font-weight: 700;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme h3,
.ps-temporary-tt-commons-theme h4,
.ps-temporary-tt-commons-theme h5,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li,
.ps-temporary-tt-commons-theme .text-3 p,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-family: sans-serif;
  font-weight: 400;
}
.ps-temporary-tt-commons-theme ul li:before {
  margin-top: 7px;
}
@media screen and (max-width: 1023px) {
  .pricing-card-group .flex-block-container > .flex-open-block {
    width: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .pricing-card-group .flex-block-container > .flex-open-block .main {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.pricing-card-skills-v2.section {
  display: flex;
  flex: 1;
}
.pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-monthly {
  display: none;
}
.pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-annual {
  display: block;
}
.pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-top .pricing-annual {
  width: unset;
  display: inline-block;
}
.pricing-card-skills-v2.section .pricing-card-v2.show-monthly .pricing-card-display .pricing-monthly {
  display: block;
}
.pricing-card-skills-v2.section .pricing-card-v2.show-monthly .pricing-card-display .pricing-annual {
  display: none;
}
.pricing-card-skills-v2.section .pricing-card-skills-container {
  min-width: 360px;
  position: relative;
  margin: 0 auto 20px;
  box-shadow: 0 20px 25px -2px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
}
.pricing-card-skills-v2.section .pricing-card-skills-container.isMainCard {
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .pricing-card-skills-v2.section .pricing-card-skills-container {
    width: 100%;
    max-width: unset;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 1023px) {
  .pricing-card-skills-v2.section .pricing-card-skills-container {
    max-width: 360px;
    min-width: unset;
    box-shadow: unset;
    border-bottom: 1px solid #363638;
  }
}
.pricing-card-skills-v2.section .pricing-card-skills-container h6 {
  width: 100%;
  display: block;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  background: #f7a614;
  padding: 7px 15px;
  margin: 0;
  position: absolute;
  top: 0;
}
.pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-item {
  text-align: center;
  padding: 55px 20px;
  background: linear-gradient(180deg, #181818 0%, #222222 100%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-item {
    background: unset;
  }
}
.pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display h2 {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 36px;
  font-weight: 100;
  color: #ffffff;
  margin-top: 0;
  display: inline-block;
}
.pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-monthly,
.pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-annual {
  width: 100%;
}
.pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-save {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  display: inline-block;
  position: relative;
  top: -10px;
  margin-left: 10px;
  font-size: 13px;
  text-transform: uppercase;
  padding: 5px 15px;
  background: #f7a614;
  border-radius: 5px;
  color: #000000;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-save {
    font-size: 11px;
    top: -5px;
  }
}
.pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .promo-original-price {
  position: relative;
  font-size: 14px;
  color: #aaaaaa;
  top: 0;
  text-decoration: line-through;
  font-weight: 500;
  height: 0;
  width: 0;
  margin-left: 10px;
}
.pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-period {
  font-size: 16px;
  font-weight: 500;
  color: #dddddd;
}
.pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-description {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  margin: 40px 0;
  /* Custom Padding */
}
.pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-description.pricing-custom-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-description.pricing-custom-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-description.pricing-custom-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-description.pricing-custom-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-description.pricing-custom-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-description.pricing-custom-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-description.pricing-custom-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-description.pricing-custom-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-bottom {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 15px;
  color: #ffffff;
  line-height: 1.4;
  font-weight: unset;
}
.pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-bottom > div {
  font-size: 17px;
  line-height: 1.4;
  font-weight: unset;
  color: #aaaaaa;
}
.pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-bottom > div > .span-display-dt {
  display: inline-block;
}
.pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-bottom > div > .span-display-mb {
  display: none;
}
@media screen and (max-width: 1023px) {
  .pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-bottom > div > .span-display-dt {
    display: none;
  }
  .pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-bottom > div > .span-display-mb {
    display: inline-block;
  }
}
@media screen and (max-width: 1023px) {
  .pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-bottom .button {
    width: 100%;
    padding: 12px 20px;
    font-size: 13px;
    margin-bottom: 15px;
  }
  .pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-bottom > div {
    font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 13px;
    text-align: center;
  }
  .pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-bottom > div > a {
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 13px;
  }
  .pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-bottom > div > a:hover,
  .pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-bottom > div > a:focus {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1024px) {
  .pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-description {
    padding: 0 2%;
  }
}
@media only screen and (min-width: 1240px) {
  .pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-description {
    padding: 0 12%;
  }
}
@media screen and (max-width: 1023px) {
  .pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display {
    text-align: left;
  }
  .pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display h2 {
    font-family: "PS Commons", Helvetica, Roboto, Arial, sans-serif;
    font-size: 26px;
    margin-bottom: 0;
  }
  .pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-description {
    border-top: 1px solid #363638;
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 25px;
    height: unset;
  }
  .pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-description ul {
    margin: 0;
    padding: 0;
  }
  .pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-description ul li {
    font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
    margin-bottom: 20px;
    padding: 0 0 0 30px;
    position: relative;
  }
  .pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-description ul li:before {
    display: none;
  }
  .pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-description ul li .checkmark-pricing-yellow {
    width: 8px;
    height: 17px;
    border: solid #f7a614;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translateX(-50%);
    position: absolute;
    display: inline-block;
    margin-right: 20px;
    top: 3px;
    left: 7px;
  }
  .pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .pricing-card-description ul li.list-header {
    padding-left: 0;
  }
  .pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .toggle-container {
    display: flex;
    font-size: 15px;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .toggle-container .save-toggle {
    position: absolute;
    color: #ec008c;
    font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  }
  .pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .toggle-container label {
    height: 20px;
    width: 40px;
    background: #555555;
    border: 2px solid #222222;
    top: 5px;
    margin: 0 10px;
    position: relative;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
  }
  .pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .toggle-container label .ball {
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    transition: transform 0.4s ease;
    width: 18px;
    height: 16px;
    top: 0;
    right: 18px;
  }
  .pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .toggle-container input {
    position: absolute;
    left: -9999px;
  }
  .pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .toggle-container input:checked + label .ball {
    transform: translateX(18px);
  }
  .pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .toggle-container .pricing_save {
    font-size: 12px;
    background: unset;
    color: #ec008c;
    text-transform: unset;
    display: inline-block;
    margin-left: 0;
    padding: 0 5px;
    margin-top: 2px;
  }
  .pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display .toggle-container .pricing_save.hide {
    display: none;
  }
}
.pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display.show-monthly .pricing-monthly {
  display: block;
}
.pricing-card-skills-v2.section .pricing-card-skills-container .pricing-card-display.show-monthly .pricing-annual {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pricing-card-skills-v2.section .pricing-card-skills-container.pricing-card-main {
    z-index: 1;
  }
}

@media screen and (max-width: 1024px) {
  .pricing-card-group .flex-block-container > .flex-open-block {
    width: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .pricing-card-group .flex-block-container > .flex-open-block .main {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.pricing-card-skills.section {
  display: flex;
  flex: 1;
}
.pricing-card-skills.section .pricing-card-skills-container {
  max-width: 360px;
  position: relative;
  margin: 0 auto 20px;
  box-shadow: 0 20px 25px -2px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  /* Custom Padding */
}
.pricing-card-skills.section .pricing-card-skills-container.isMainCard {
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .pricing-card-skills.section .pricing-card-skills-container {
    width: 100%;
    max-width: unset;
    margin: 0 auto 20px;
  }
}
.pricing-card-skills.section .pricing-card-skills-container h6 {
  width: 100%;
  display: block;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  background: #f7a614;
  padding: 7px 15px;
  margin: 0;
  position: absolute;
  top: 0;
}
.pricing-card-skills.section .pricing-card-skills-container .pricing-card-item {
  text-align: center;
  padding: 55px 20px;
  background: linear-gradient(180deg, #181818 0%, #222222 100%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  height: 100%;
}
.pricing-card-skills.section .pricing-card-skills-container .pricing-card-display {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pricing-card-skills.section .pricing-card-skills-container .pricing-card-display h2 {
  font-size: 26px;
  font-weight: 100;
  color: white;
  margin-top: 0;
  display: inline-block;
}
.pricing-card-skills.section .pricing-card-skills-container .pricing-card-display .pricing-card-save {
  display: inline-block;
  position: relative;
  top: -5px;
  margin-left: 10px;
  font-size: 11px;
  text-transform: uppercase;
  padding: 7px 15px;
  background: #f7a614;
  border-radius: 5px;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.pricing-card-skills.section .pricing-card-skills-container .pricing-card-display .pricing-card-period {
  font-size: 16px;
  font-weight: 500;
  color: #ddd;
}
.pricing-card-skills.section .pricing-card-skills-container .pricing-card-display .pricing-card-description {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  margin: 40px 0;
}
.pricing-card-skills.section .pricing-card-skills-container .pricing-card-display .pricing-card-description.active-highlight {
  font-weight: 700;
  color: #ec008c;
}
.pricing-card-skills.section .pricing-card-skills-container .pricing-card-display .pricing-card-bottom:not(.hide-secondary-cta) {
  margin-top: auto;
}
.pricing-card-skills.section .pricing-card-skills-container .pricing-card-display .pricing-card-bottom span {
  font-size: 14px;
  font-weight: 300;
  color: #aaa;
}
.pricing-card-skills.section .pricing-card-skills-container .pricing-card-display .pricing-card-bottom span a {
  color: #EC008C;
  font-weight: 700;
}
@media only screen and (min-width: 1025px) {
  .pricing-card-skills.section .pricing-card-skills-container .pricing-card-display .pricing-card-description {
    padding: 0 2%;
  }
}
@media only screen and (min-width: 1240px) {
  .pricing-card-skills.section .pricing-card-skills-container .pricing-card-display .pricing-card-description {
    padding: 0 12%;
  }
}
.pricing-card-skills.section .pricing-card-skills-container .pricing_toggleFeature {
  display: flex;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 20px 0 40px;
}
.pricing-card-skills.section .pricing-card-skills-container .pricing_toggleFeature > div {
  position: relative;
  cursor: pointer;
}
.pricing-card-skills.section .pricing-card-skills-container .pricing_toggleFeature .toggleFeature--arrow {
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  border: solid;
  border-width: 0 2px 2px 0;
  padding: 4px;
  color: #EC008C;
  top: 2px;
  right: -20px;
  transition: all .3s ease;
}
.pricing-card-skills.section .pricing-card-skills-container .pricing_toggleFeature.open .toggleFeature--arrow {
  transform: scaleY(-1) rotate(45deg);
  top: 8px;
}
.pricing-card-skills.section .pricing-card-skills-container .pricing_features {
  background-color: #181818;
  padding: 35px 45px 60px;
  height: 100%;
}
.pricing-card-skills.section .pricing-card-skills-container .pricing_features.hide-features {
  display: none;
}
.pricing-card-skills.section .pricing-card-skills-container .pricing_features .pricing-bold {
  font-weight: 700;
}
.pricing-card-skills.section .pricing-card-skills-container .pricing_features .button {
  margin: 50px auto 0;
  width: max-content;
  display: block;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .pricing-card-skills.section .pricing-card-skills-container .pricing_features .button {
    display: none;
  }
}
.pricing-card-skills.section .pricing-card-skills-container .pricing_features .pricing_feature-list {
  margin: 0 auto;
}
@supports (-ms-ime-align:auto) {
  li {
    margin: 0 auto;
    width: 270px;
    margin-bottom: 16px;
  }
}
.pricing-card-skills.section .pricing-card-skills-container .pricing_features .pricing_feature-list li:before {
  content: '';
}
.pricing-card-skills.section .pricing-card-skills-container .pricing_features .pricing_feature-list li {
  position: relative;
  padding-left: 30px;
  color: #f2f2f2;
}
.pricing-card-skills.section .pricing-card-skills-container .pricing_features .pricing_feature-list li strong {
  color: white;
}
.pricing-card-skills.section .pricing-card-skills-container .pricing_features .pricing_feature-list li .pricing_feature--option {
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}
.pricing-card-skills.section .pricing-card-skills-container .pricing_features .pricing_feature-list li .pricing_list-circle-checkmark:before {
  content: '';
  display: block;
  width: 5px;
  height: 10px;
  border: solid #EC008C;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 8px;
}
.pricing-card-skills.section .pricing-card-skills-container .pricing_features .pricing_feature-list li.pricing_feature-list-disabled {
  color: #666;
}
.pricing-card-skills.section .pricing-card-skills-container .pricing_features .pricing_feature-list li.pricing_feature-list-disabled .pricing_feature--option {
  color: #555555;
}
.pricing-card-skills.section .pricing-card-skills-container .pricing_features .pricing_feature-list li.pricing_feature-list-disabled .pricing_list-circle-checkmark {
  background-color: #222;
}
.pricing-card-skills.section .pricing-card-skills-container .pricing_features .pricing_feature-list li.pricing_feature-list-disabled .pricing_list-circle-checkmark::before {
  content: '\00D7';
  top: -2px;
  left: 5px;
  transform: unset;
  border-width: 0;
  font-size: 16px;
  font-weight: normal;
}
.pricing-card-skills.section .pricing-card-skills-container .pricing_features .pricing_feature-list li.pricing_feature-list-optional {
  color: white;
}
.pricing-card-skills.section .pricing-card-skills-container .pricing_features .pricing_feature-list li.pricing_feature-list-optional .pricing_feature--option {
  color: #aaaaaa;
}
.pricing-card-skills.section .pricing-card-skills-container .pricing_features .pricing_feature-list li.pricing_feature-list-optional .pricing_list-circle-checkmark {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .pricing-card-skills.section .pricing-card-skills-container .pricing_features {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pricing-card-skills.section .pricing-card-skills-container .pricing_features .pricing_feature-list {
    width: unset;
  }
}
@media only screen and (min-width: 1024px) {
  .pricing-card-skills.section .pricing-card-skills-container.pricing-card-main {
    z-index: 1;
  }
}
.pricing-card-skills.section .pricing-card-skills-container .pricing-custom-10 {
  padding-left: 10px!important;
  padding-right: 10px!important;
}
.pricing-card-skills.section .pricing-card-skills-container .pricing-custom-15 {
  padding-left: 15px!important;
  padding-right: 15px!important;
}
.pricing-card-skills.section .pricing-card-skills-container .pricing-custom-20 {
  padding-left: 20px!important;
  padding-right: 20px!important;
}
.pricing-card-skills.section .pricing-card-skills-container .pricing-custom-25 {
  padding-left: 25px!important;
  padding-right: 25px!important;
}

.pricing-card-skills {
  /* Tooltips */
}
.pricing-card-skills a.tooltip_wrapper {
  outline: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -1px;
  position: relative;
  white-space: normal;
}
.pricing-card-skills a.tooltip_wrapper .tooltip_wrapper--circle:after {
  font-family: FontAwesome;
  content: "\f05a";
  font-size: 0.8em;
  color: #444;
}
.pricing-card-skills a.tooltip_wrapper span.tooltip_wrapper--desc {
  z-index: 10;
  display: none;
  width: 300px;
  font-size: 12px;
  line-height: 1.4;
  color: #282828;
  border: 1px solid #aaaaaa;
  background: white;
  padding: 20px;
  border-radius: 4px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .pricing-card-skills a.tooltip_wrapper {
    display: none;
  }
}
.pricing-card-skills ul li:hover .tooltip_wrapper:hover {
  text-decoration: none;
  cursor: default;
}
.pricing-card-skills ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc {
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.pricing-card-skills ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc:after,
.pricing-card-skills ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.pricing-card-skills ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 15px;
  margin-top: -15px;
}
.pricing-card-skills ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc:before {
  border-color: rgba(170, 170, 170, 0);
  border-right-color: #aaa;
  border-width: 16px;
  margin-top: -16px;
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .pricing-card-skills ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc {
    left: inherit;
    top: inherit;
    bottom: 30px;
    transform: translateX(-50%);
    margin-left: 5px;
  }
  .pricing-card-skills ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc:before {
    border-top-color: #aaa;
    border-width: 15px;
    border-right-color: transparent;
    margin-top: -16px;
    right: inherit;
    top: inherit;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
  }
  .pricing-card-skills ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc:after {
    border-top-color: #ffffff;
    border-right-color: transparent;
    border-width: 15px;
    margin-top: -15px;
    right: inherit;
    left: 50%;
    top: inherit;
    bottom: -29px;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1800px) {
  .pricing-card-skills ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc.right-edge {
    left: inherit;
    top: inherit;
    bottom: 30px;
    transform: translateX(-50%);
    margin-left: 5px;
  }
  .pricing-card-skills ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc.right-edge:before {
    border-top-color: #aaa;
    border-width: 15px;
    border-right-color: transparent;
    margin-top: -16px;
    right: inherit;
    top: inherit;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
  }
  .pricing-card-skills ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc.right-edge:after {
    border-top-color: #ffffff;
    border-right-color: transparent;
    border-width: 15px;
    margin-top: -15px;
    right: inherit;
    left: 50%;
    top: inherit;
    bottom: -29px;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1450px) {
  .pricing-card-skills ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc.right-edge {
    transform: translateX(-80%);
  }
  .pricing-card-skills ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc.right-edge:before,
  .pricing-card-skills ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc.right-edge:after {
    left: 80%;
  }
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.ps-paragraph-theme {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: .5px;
}
.ps-eyebrow-text-theme {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ec008c;
  line-height: 130%;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* TT Commons Global style */
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: unset;
  text-transform: none;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 48px;
    line-height: unset;
  }
}
@media screen and (max-width: 640px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 36px;
    line-height: unset;
  }
}
.ps-temporary-tt-commons-theme .text-4.section {
  margin-bottom: 0;
}
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  margin: 0 0 20px 0;
}
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--medium,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty {
  font-size: 18px;
  font-weight: unset;
  line-height: 1.2;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme .text-4 p,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme a.fourteen-px,
.ps-temporary-tt-commons-theme .text-4 .fs--normal,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-size: 24px;
  line-height: 1.2;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier {
  font-weight: unset;
  text-transform: unset;
}
.ps-temporary-tt-commons-theme h1,
.ps-temporary-tt-commons-theme h2,
.ps-temporary-tt-commons-theme h6,
.ps-temporary-tt-commons-theme strong,
.ps-temporary-tt-commons-theme b,
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme .link-list-text .linklist-subnav ul li a,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty,
.ps-temporary-tt-commons-theme .text-4 .fs--tiny,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-family: sans-serif;
  font-weight: 700;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme h3,
.ps-temporary-tt-commons-theme h4,
.ps-temporary-tt-commons-theme h5,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li,
.ps-temporary-tt-commons-theme .text-3 p,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-family: sans-serif;
  font-weight: 400;
}
.ps-temporary-tt-commons-theme ul li:before {
  margin-top: 7px;
}
@media screen and (max-width: 1023px) {
  .pricing-card-group .flex-block-container > .flex-open-block {
    width: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .pricing-card-group .flex-block-container > .flex-open-block .main {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.pricing-card-freetrial-v2.section {
  display: flex;
  flex: 1;
}
.pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-monthly {
  display: none;
}
.pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-annual {
  display: block;
}
.pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-top .pricing-annual {
  width: unset;
  display: inline-block;
}
.pricing-card-freetrial-v2.section .pricing-card-v2.show-monthly .pricing-card-display .pricing-monthly {
  display: block;
}
.pricing-card-freetrial-v2.section .pricing-card-v2.show-monthly .pricing-card-display .pricing-annual {
  display: none;
}
.pricing-card-freetrial-v2.section .pricing-card-freetrial-container {
  min-width: 360px;
  position: relative;
  margin: 0 auto 20px;
  box-shadow: 0 20px 25px -2px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
}
.pricing-card-freetrial-v2.section .pricing-card-freetrial-container.isMainCard {
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .pricing-card-freetrial-v2.section .pricing-card-freetrial-container {
    width: 100%;
    max-width: unset;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 1023px) {
  .pricing-card-freetrial-v2.section .pricing-card-freetrial-container {
    box-shadow: unset;
    border-bottom: 1px solid #363638;
    max-width: 360px;
    min-width: unset;
  }
}
.pricing-card-freetrial-v2.section .pricing-card-freetrial-container h6 {
  width: 100%;
  display: block;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  background: #f7a614;
  padding: 7px 15px;
  margin: 0;
  position: absolute;
  top: 0;
}
.pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-item {
  text-align: center;
  padding: 55px 20px;
  background: linear-gradient(180deg, #181818 0%, #222222 100%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-item {
    background: unset;
  }
}
.pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display h2 {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 36px;
  font-weight: 100;
  color: white;
  margin-top: 0;
  display: inline-block;
}
.pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-monthly,
.pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-annual {
  width: 100%;
}
.pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-save {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  display: inline-block;
  position: relative;
  top: -10px;
  margin-left: 10px;
  font-size: 13px;
  text-transform: uppercase;
  padding: 5px 15px;
  background: #f7a614;
  border-radius: 5px;
  color: #000000;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-save {
    font-size: 11px;
    top: -5px;
  }
}
.pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .promo-original-price {
  position: relative;
  font-size: 14px;
  color: #aaaaaa;
  top: 0;
  text-decoration: line-through;
  font-weight: 500;
  height: 0;
  width: 0;
  margin-left: 10px;
}
.pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-period {
  font-size: 16px;
  font-weight: 500;
  color: #dddddd;
}
.pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-description {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  margin: 15px 0;
  /* Custom Padding */
}
.pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-description.pricing-custom-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-description.pricing-custom-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-description.pricing-custom-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-description.pricing-custom-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-description.pricing-custom-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-description.pricing-custom-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-description.pricing-custom-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-description.pricing-custom-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-bottom {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 15px;
  color: #ffffff;
  line-height: 1.4;
  font-weight: unset;
}
.pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-bottom .plan-total .curr-dec-sep,
.pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-bottom .plan-total .curr-minor {
  display: none;
}
.pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-bottom > div > .span-display-dt {
  display: inline-block;
}
.pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-bottom > div > .span-display-mb {
  display: none;
}
@media screen and (max-width: 1023px) {
  .pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-bottom > div > .span-display-dt {
    display: none;
  }
  .pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-bottom > div > .span-display-mb {
    display: inline-block;
  }
}
@media screen and (max-width: 1023px) {
  .pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-bottom .button {
    width: 100%;
    padding: 12px 20px;
    font-size: 13px;
    margin-bottom: 15px;
  }
  .pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-bottom > div {
    font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 13px;
    text-align: center;
  }
  .pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-bottom > div > a {
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 13px;
  }
  .pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-bottom > div > a:hover,
  .pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-bottom > div > a:focus {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1024px) {
  .pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-description {
    padding: 0 2%;
  }
}
@media only screen and (min-width: 1240px) {
  .pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-description {
    padding: 0 12%;
  }
}
@media screen and (max-width: 1023px) {
  .pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display {
    text-align: left;
  }
  .pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display h2 {
    font-family: "PS Commons", Helvetica, Roboto, Arial, sans-serif;
    font-size: 26px;
    margin-bottom: 0;
  }
  .pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-description {
    border-top: 1px solid #363638;
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 25px;
    height: unset;
  }
  .pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-description ul {
    margin: 0;
    padding: 0;
  }
  .pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-description ul li {
    font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
    margin-bottom: 20px;
    padding: 0 0 0 30px;
    position: relative;
  }
  .pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-description ul li:before {
    display: none;
  }
  .pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-description ul li .checkmark-pricing-yellow {
    width: 8px;
    height: 17px;
    border: solid #f7a614;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translateX(-50%);
    position: absolute;
    display: inline-block;
    margin-right: 20px;
    top: 3px;
    left: 7px;
  }
  .pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-description ul li.list-header {
    padding-left: 0;
  }
  .pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .toggle-container {
    display: flex;
    font-size: 15px;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .toggle-container .save-toggle {
    position: absolute;
    color: #ec008c;
    font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  }
  .pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .toggle-container label {
    height: 20px;
    width: 40px;
    background: #555555;
    border: 2px solid #222222;
    top: 5px;
    margin: 0 10px;
    position: relative;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
  }
  .pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .toggle-container label .ball {
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    transition: transform 0.4s ease;
    width: 18px;
    height: 16px;
    top: 0;
    right: 18px;
  }
  .pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .toggle-container input {
    position: absolute;
    left: -9999px;
  }
  .pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .toggle-container input:checked + label .ball {
    transform: translateX(18px);
  }
  .pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .toggle-container .pricing_save {
    font-size: 12px;
    background: unset;
    color: #ec008c;
    text-transform: unset;
    display: inline-block;
    margin-left: 0;
    padding: 0 5px;
    margin-top: 2px;
  }
  .pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display .toggle-container .pricing_save.hide {
    display: none;
  }
}
.pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display.show-monthly .pricing-monthly {
  display: block;
}
.pricing-card-freetrial-v2.section .pricing-card-freetrial-container .pricing-card-display.show-monthly .pricing-annual {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pricing-card-freetrial-v2.section .pricing-card-freetrial-container.pricing-card-main {
    z-index: 1;
  }
}

@media screen and (max-width: 1024px) {
  .pricing-card-group .flex-block-container > .flex-open-block {
    width: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .pricing-card-group .flex-block-container > .flex-open-block .main {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.pricing-card-freetrial.section {
  display: flex;
  flex: 1;
}
.pricing-card-freetrial.section .pricing-card-freetrial-container {
  max-width: 360px;
  position: relative;
  margin: 0 auto 20px;
  box-shadow: 0 20px 25px -2px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  /* Custom Padding */
}
.pricing-card-freetrial.section .pricing-card-freetrial-container.isMainCard {
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .pricing-card-freetrial.section .pricing-card-freetrial-container {
    width: 100%;
    max-width: unset;
    margin: 0 auto 20px;
  }
}
.pricing-card-freetrial.section .pricing-card-freetrial-container h6 {
  width: 100%;
  display: block;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  background: #f7a614;
  padding: 7px 15px;
  margin: 0;
  position: absolute;
  top: 0;
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing-card-item {
  text-align: center;
  padding: 55px 20px;
  background: linear-gradient(180deg, #181818 0%, #222222 100%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  height: 100%;
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing-card-display {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing-card-display h2 {
  font-size: 26px;
  font-weight: 100;
  color: white;
  margin-top: 0;
  display: inline-block;
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-save {
  display: inline-block;
  position: relative;
  top: -5px;
  margin-left: 10px;
  font-size: 11px;
  text-transform: uppercase;
  padding: 7px 15px;
  background: #f7a614;
  border-radius: 5px;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-period {
  font-size: 16px;
  font-weight: 500;
  color: #ddd;
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-description {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  margin: 15px 0;
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-description.active-highlight {
  font-weight: 700;
  color: #ec008c;
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-bottom {
  margin-top: auto;
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-bottom .pricing-card-bottom-display {
  font-size: 14px;
  font-weight: 500;
  color: white;
}
@media only screen and (min-width: 1025px) {
  .pricing-card-freetrial.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-description {
    padding: 0 2%;
  }
}
@media only screen and (min-width: 1240px) {
  .pricing-card-freetrial.section .pricing-card-freetrial-container .pricing-card-display .pricing-card-description {
    padding: 0 12%;
  }
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing_toggleFeature {
  display: flex;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 20px 0 40px;
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing_toggleFeature > div {
  position: relative;
  cursor: pointer;
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing_toggleFeature .toggleFeature--arrow {
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  border: solid;
  border-width: 0 2px 2px 0;
  padding: 4px;
  color: #EC008C;
  top: 2px;
  right: -20px;
  transition: all .3s ease;
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing_toggleFeature.open .toggleFeature--arrow {
  transform: scaleY(-1) rotate(45deg);
  top: 8px;
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing_features {
  background-color: #181818;
  padding: 35px 45px 60px;
  height: 100%;
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing_features.hide-features {
  display: none;
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing_features .pricing-bold {
  font-weight: 700;
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing_features .button {
  margin: 50px auto 0;
  width: max-content;
  display: block;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .pricing-card-freetrial.section .pricing-card-freetrial-container .pricing_features .button {
    display: none;
  }
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing_features .pricing_feature-list {
  margin: 0 auto;
}
@supports (-ms-ime-align:auto) {
  li {
    margin: 0 auto;
    width: 270px;
    margin-bottom: 16px;
  }
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing_features .pricing_feature-list li:before {
  content: '';
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing_features .pricing_feature-list li {
  position: relative;
  padding-left: 30px;
  color: #f2f2f2;
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing_features .pricing_feature-list li strong {
  color: white;
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing_features .pricing_feature-list li .pricing_feature--option {
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing_features .pricing_feature-list li .pricing_list-circle-checkmark:before {
  content: '';
  display: block;
  width: 5px;
  height: 10px;
  border: solid #EC008C;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 8px;
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing_features .pricing_feature-list li.pricing_feature-list-disabled {
  color: #666;
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing_features .pricing_feature-list li.pricing_feature-list-disabled .pricing_feature--option {
  color: #555555;
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing_features .pricing_feature-list li.pricing_feature-list-disabled .pricing_list-circle-checkmark {
  background-color: #222;
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing_features .pricing_feature-list li.pricing_feature-list-disabled .pricing_list-circle-checkmark::before {
  content: '\00D7';
  top: -2px;
  left: 5px;
  transform: unset;
  border-width: 0;
  font-size: 16px;
  font-weight: normal;
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing_features .pricing_feature-list li.pricing_feature-list-optional {
  color: white;
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing_features .pricing_feature-list li.pricing_feature-list-optional .pricing_feature--option {
  color: #aaaaaa;
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing_features .pricing_feature-list li.pricing_feature-list-optional .pricing_list-circle-checkmark {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .pricing-card-freetrial.section .pricing-card-freetrial-container .pricing_features {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pricing-card-freetrial.section .pricing-card-freetrial-container .pricing_features .pricing_feature-list {
    width: unset;
  }
}
@media only screen and (min-width: 1024px) {
  .pricing-card-freetrial.section .pricing-card-freetrial-container.pricing-card-main {
    z-index: 1;
  }
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing-custom-10 {
  padding-left: 10px!important;
  padding-right: 10px!important;
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing-custom-15 {
  padding-left: 15px!important;
  padding-right: 15px!important;
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing-custom-20 {
  padding-left: 20px!important;
  padding-right: 20px!important;
}
.pricing-card-freetrial.section .pricing-card-freetrial-container .pricing-custom-25 {
  padding-left: 25px!important;
  padding-right: 25px!important;
}

.pricing-card-freetrial {
  /* Tooltips */
}
.pricing-card-freetrial a.tooltip_wrapper {
  outline: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -1px;
  position: relative;
  white-space: normal;
}
.pricing-card-freetrial a.tooltip_wrapper .tooltip_wrapper--circle:after {
  font-family: FontAwesome;
  content: "\f05a";
  font-size: 0.8em;
  color: #444;
}
.pricing-card-freetrial a.tooltip_wrapper span.tooltip_wrapper--desc {
  z-index: 10;
  display: none;
  width: 300px;
  font-size: 12px;
  line-height: 1.4;
  color: #282828;
  border: 1px solid #aaaaaa;
  background: white;
  padding: 20px;
  border-radius: 4px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .pricing-card-freetrial a.tooltip_wrapper {
    display: none;
  }
}
.pricing-card-freetrial ul li:hover .tooltip_wrapper:hover {
  text-decoration: none;
  cursor: default;
}
.pricing-card-freetrial ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc {
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.pricing-card-freetrial ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc:after,
.pricing-card-freetrial ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.pricing-card-freetrial ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 15px;
  margin-top: -15px;
}
.pricing-card-freetrial ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc:before {
  border-color: rgba(170, 170, 170, 0);
  border-right-color: #aaa;
  border-width: 16px;
  margin-top: -16px;
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .pricing-card-freetrial ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc {
    left: inherit;
    top: inherit;
    bottom: 30px;
    transform: translateX(-50%);
    margin-left: 5px;
  }
  .pricing-card-freetrial ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc:before {
    border-top-color: #aaa;
    border-width: 15px;
    border-right-color: transparent;
    margin-top: -16px;
    right: inherit;
    top: inherit;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
  }
  .pricing-card-freetrial ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc:after {
    border-top-color: #ffffff;
    border-right-color: transparent;
    border-width: 15px;
    margin-top: -15px;
    right: inherit;
    left: 50%;
    top: inherit;
    bottom: -29px;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1800px) {
  .pricing-card-freetrial ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc.right-edge {
    left: inherit;
    top: inherit;
    bottom: 30px;
    transform: translateX(-50%);
    margin-left: 5px;
  }
  .pricing-card-freetrial ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc.right-edge:before {
    border-top-color: #aaa;
    border-width: 15px;
    border-right-color: transparent;
    margin-top: -16px;
    right: inherit;
    top: inherit;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
  }
  .pricing-card-freetrial ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc.right-edge:after {
    border-top-color: #ffffff;
    border-right-color: transparent;
    border-width: 15px;
    margin-top: -15px;
    right: inherit;
    left: 50%;
    top: inherit;
    bottom: -29px;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1450px) {
  .pricing-card-freetrial ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc.right-edge {
    transform: translateX(-80%);
  }
  .pricing-card-freetrial ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc.right-edge:before,
  .pricing-card-freetrial ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc.right-edge:after {
    left: 80%;
  }
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.ps-paragraph-theme {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: .5px;
}
.ps-eyebrow-text-theme {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ec008c;
  line-height: 130%;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* TT Commons Global style */
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: unset;
  text-transform: none;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 48px;
    line-height: unset;
  }
}
@media screen and (max-width: 640px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 36px;
    line-height: unset;
  }
}
.ps-temporary-tt-commons-theme .text-4.section {
  margin-bottom: 0;
}
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  margin: 0 0 20px 0;
}
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--medium,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty {
  font-size: 18px;
  font-weight: unset;
  line-height: 1.2;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme .text-4 p,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme a.fourteen-px,
.ps-temporary-tt-commons-theme .text-4 .fs--normal,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-size: 24px;
  line-height: 1.2;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier {
  font-weight: unset;
  text-transform: unset;
}
.ps-temporary-tt-commons-theme h1,
.ps-temporary-tt-commons-theme h2,
.ps-temporary-tt-commons-theme h6,
.ps-temporary-tt-commons-theme strong,
.ps-temporary-tt-commons-theme b,
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme .link-list-text .linklist-subnav ul li a,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty,
.ps-temporary-tt-commons-theme .text-4 .fs--tiny,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-family: sans-serif;
  font-weight: 700;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme h3,
.ps-temporary-tt-commons-theme h4,
.ps-temporary-tt-commons-theme h5,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li,
.ps-temporary-tt-commons-theme .text-3 p,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-family: sans-serif;
  font-weight: 400;
}
.ps-temporary-tt-commons-theme ul li:before {
  margin-top: 7px;
}
/* Custom Padding */
@media screen and (max-width: 1024px) {
  .pricing-card-group .flex-block-container > .flex-open-block {
    width: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .pricing-card-group .flex-block-container > .flex-open-block .main {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.pricing-card-flow.section {
  display: flex;
  flex: 1;
}
.pricing-card-flow.section .pricing-card-flow-container {
  max-width: 360px;
  position: relative;
  margin: 0 auto;
  box-shadow: 0 20px 25px -2px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .pricing-card-flow.section .pricing-card-flow-container {
    width: 100%;
    max-width: unset;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .pricing-card-flow.section .pricing-card-flow-container {
    margin-bottom: 30px;
  }
}
.pricing-card-flow.section .pricing-card-flow-container.isMainCard {
  z-index: 1;
}
.pricing-card-flow.section .pricing-card-flow-container h6 {
  text-transform: uppercase;
  color: #aaaaaa;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-align: center;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing-card-item {
  text-align: center;
  padding: 55px 20px;
  background: linear-gradient(180deg, #181818 0%, #222222 100%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  height: 100%;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing-card-display {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing-card-display .pricing-card-sku {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .pricing-card-flow.section .pricing-card-flow-container .pricing-card-display .pricing-card-sku {
    margin-bottom: 5px;
  }
  .pricing-card-flow.section .pricing-card-flow-container .pricing-card-display .pricing-card-sku .api-price-styling .curr-symbol {
    font-size: 19px;
    top: -22px;
    left: -2px;
  }
  .pricing-card-flow.section .pricing-card-flow-container .pricing-card-display .pricing-card-sku .api-price-styling .curr-major {
    font-size: 52px;
  }
}
.pricing-card-flow.section .pricing-card-flow-container .pricing-card-display .pricing-card-plan-name {
  font-size: 26px;
  font-weight: 100;
  color: white;
  margin-top: 0;
  margin-bottom: 25px;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .pricing-card-flow.section .pricing-card-flow-container .pricing-card-display .pricing-card-plan-name {
    margin-bottom: 15px;
  }
}
.pricing-card-flow.section .pricing-card-flow-container .pricing-card-display .pricing-card-save {
  display: inline-block;
  position: relative;
  top: -5px;
  margin-left: 10px;
  font-size: 11px;
  text-transform: uppercase;
  padding: 7px 15px;
  background: #f7a614;
  border-radius: 5px;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing-card-display .pricing-card-period,
.pricing-card-flow.section .pricing-card-flow-container .pricing-card-display .pricing-card-sku-offer {
  font-size: 16px;
  font-weight: 500;
  color: #ddd;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing-card-display .pricing-card-period {
  display: inline-block;
  position: absolute;
  text-align: left;
  font-size: 12px;
  font-weight: 800;
  color: #cccccc;
  margin-left: 10px;
  bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .pricing-card-flow.section .pricing-card-flow-container .pricing-card-display .pricing-card-period {
    bottom: 8px;
  }
}
.pricing-card-flow.section .pricing-card-flow-container .pricing-card-display .pricing-card-description {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 20px 0;
  text-align: center;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing-card-display .pricing-card-description.pricing-custom-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing-card-display .pricing-card-description.pricing-custom-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing-card-display .pricing-card-description.pricing-custom-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing-card-display .pricing-card-description.pricing-custom-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing-card-display .pricing-card-description.pricing-custom-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing-card-display .pricing-card-description.pricing-custom-35 {
  padding-left: 35px;
  padding-right: 35px;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing-card-display .pricing-card-feature-mini {
  text-align: left;
  margin-left: 0;
  margin-bottom: 60px;
  padding-left: 10%;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing-card-display .pricing-card-feature-mini li {
  padding-left: 0;
  color: #ffffff;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing-card-display .pricing-card-feature-mini li span {
  font-weight: 700;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing-card-display .pricing-card-feature-mini li:before {
  display: none;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing-card-display .pricing-card-bottom {
  margin-top: auto;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing-card-display .pricing-card-bottom span {
  font-size: 14px;
  font-weight: 300;
  color: #aaaaaa;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing-card-display .pricing-card-bottom span a {
  color: #ec008c;
  font-weight: 700;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing-card-display .pricing-card-bottom > div {
  font-size: 14px;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing-card-display .pricing-card-bottom > div a {
  text-transform: uppercase;
  color: #0084bd;
  font-weight: 800;
}
@media screen and (min-width: 1024px) {
  .pricing-card-flow.section .pricing-card-flow-container .pricing-card-display .pricing-card-description {
    padding: 0 2%;
  }
}
@media only screen and (min-width: 1240px) {
  .pricing-card-flow.section .pricing-card-flow-container .pricing-card-display .pricing-card-description {
    padding: 0 10%;
  }
}
.pricing-card-flow.section .pricing-card-flow-container .pricing_toggleFeature {
  display: flex;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 20px 0 40px;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing_toggleFeature > div {
  position: relative;
  cursor: pointer;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing_toggleFeature .toggleFeature--arrow {
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  border: solid;
  border-width: 0 2px 2px 0;
  padding: 4px;
  color: #ec008c;
  top: 2px;
  right: -20px;
  transition: all .3s ease;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing_toggleFeature.open .toggleFeature--arrow {
  transform: scaleY(-1) rotate(45deg);
  top: 8px;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing_features {
  background-color: #181818;
  padding: 35px 45px;
  height: 100%;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing_features .features-header {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing_features.hide-features {
  display: none;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing_features .pricing-bold {
  font-weight: 700;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing_features .button {
  margin: 50px auto 0;
  width: max-content;
  display: block;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .pricing-card-flow.section .pricing-card-flow-container .pricing_features .button {
    display: none;
  }
}
.pricing-card-flow.section .pricing-card-flow-container .pricing_features .pricing_feature-list {
  margin: 0 auto;
}
@supports (-ms-ime-align:auto) {
  li {
    margin: 0 auto;
    width: 270px;
    margin-bottom: 16px;
  }
}
.pricing-card-flow.section .pricing-card-flow-container .pricing_features .pricing_feature-list li:before {
  content: '';
}
.pricing-card-flow.section .pricing-card-flow-container .pricing_features .pricing_feature-list li {
  position: relative;
  padding-left: 30px;
  color: #f2f2f2;
  font-weight: 500;
  font-size: 17px;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing_features .pricing_feature-list li strong {
  color: white;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing_features .pricing_feature-list li .pricing_feature--option {
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing_features .pricing_feature-list li .pricing_list-circle-checkmark:before {
  content: '';
  display: block;
  width: 7px;
  height: 15px;
  border: solid #0084bd;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 3px;
  left: 8px;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing_features .pricing_feature-list li.pricing_feature-list-disabled {
  color: #666;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing_features .pricing_feature-list li.pricing_feature-list-disabled .pricing_feature--option {
  color: #555555;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing_features .pricing_feature-list li.pricing_feature-list-disabled .pricing_list-circle-checkmark {
  background-color: #222222;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing_features .pricing_feature-list li.pricing_feature-list-disabled .pricing_list-circle-checkmark::before {
  content: '\00D7';
  top: -2px;
  left: 5px;
  transform: unset;
  border-width: 0;
  font-size: 16px;
  font-weight: normal;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing_features .pricing_feature-list li.pricing_feature-list-optional {
  color: white;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing_features .pricing_feature-list li.pricing_feature-list-optional .pricing_feature--option {
  color: #aaaaaa;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing_features .pricing_feature-list li.pricing_feature-list-optional .pricing_list-circle-checkmark {
  display: none;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing_features.pricing-custom-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing_features.pricing-custom-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing_features.pricing-custom-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing_features.pricing-custom-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing_features.pricing-custom-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.pricing-card-flow.section .pricing-card-flow-container .pricing_features.pricing-custom-35 {
  padding-left: 35px;
  padding-right: 35px;
}
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .pricing-card-flow.section .pricing-card-flow-container .pricing_features {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pricing-card-flow.section .pricing-card-flow-container .pricing_features .pricing_feature-list {
    width: unset;
  }
}
@media screen and (min-width: 1024px) {
  .pricing-card-flow.section .pricing-card-flow-container.pricing-card-main {
    z-index: 1;
  }
}

.pricing-card-flow {
  /* Tooltips */
}
.pricing-card-flow a.tooltip_wrapper {
  outline: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -1px;
  position: relative;
  white-space: normal;
}
.pricing-card-flow a.tooltip_wrapper .tooltip_wrapper--circle:after {
  font-family: FontAwesome;
  content: "\f05a";
  font-size: 0.8em;
  color: #444;
}
.pricing-card-flow a.tooltip_wrapper span.tooltip_wrapper--desc {
  z-index: 10;
  display: none;
  width: 300px;
  font-size: 12px;
  line-height: 1.4;
  color: #282828;
  border: 1px solid #aaaaaa;
  background: white;
  padding: 20px;
  border-radius: 4px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .pricing-card-flow a.tooltip_wrapper {
    display: none;
  }
}
.pricing-card-flow ul li:hover .tooltip_wrapper:hover {
  text-decoration: none;
  cursor: default;
}
.pricing-card-flow ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc {
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.pricing-card-flow ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc:after,
.pricing-card-flow ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.pricing-card-flow ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 15px;
  margin-top: -15px;
}
.pricing-card-flow ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc:before {
  border-color: rgba(170, 170, 170, 0);
  border-right-color: #aaa;
  border-width: 16px;
  margin-top: -16px;
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .pricing-card-flow ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc {
    left: inherit;
    top: inherit;
    bottom: 30px;
    transform: translateX(-50%);
    margin-left: 5px;
  }
  .pricing-card-flow ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc:before {
    border-top-color: #aaa;
    border-width: 15px;
    border-right-color: transparent;
    margin-top: -16px;
    right: inherit;
    top: inherit;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
  }
  .pricing-card-flow ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc:after {
    border-top-color: #ffffff;
    border-right-color: transparent;
    border-width: 15px;
    margin-top: -15px;
    right: inherit;
    left: 50%;
    top: inherit;
    bottom: -29px;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1800px) {
  .pricing-card-flow ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc.right-edge {
    left: inherit;
    top: inherit;
    bottom: 30px;
    transform: translateX(-50%);
    margin-left: 5px;
  }
  .pricing-card-flow ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc.right-edge:before {
    border-top-color: #aaa;
    border-width: 15px;
    border-right-color: transparent;
    margin-top: -16px;
    right: inherit;
    top: inherit;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
  }
  .pricing-card-flow ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc.right-edge:after {
    border-top-color: #ffffff;
    border-right-color: transparent;
    border-width: 15px;
    margin-top: -15px;
    right: inherit;
    left: 50%;
    top: inherit;
    bottom: -29px;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1450px) {
  .pricing-card-flow ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc.right-edge {
    transform: translateX(-80%);
  }
  .pricing-card-flow ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc.right-edge:before,
  .pricing-card-flow ul li:hover .tooltip_wrapper span.tooltip_wrapper--desc.right-edge:after {
    left: 80%;
  }
}

.previousrelease.section {
    margin-left: 45px;
    padding-bottom: 60px;
}

.previous-release__head {
    color: #222222;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 30px;
}

.previous-release__date {
    color: #A9A9A9;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 10px;
}

.previous-release__title {
    color: #222222;
    font-size: 36px;
    font-weight: 200;
    padding-bottom: 25px;
}

.previous-release__link {
    color: #EC008C;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 60px;
}

@media screen and (max-width: 640px) {
    .previousrelease.section {
        margin: 30px 0 -100px;
        background: #f3f3f3;
        padding: 60px .9375rem 60px;
    }
    .previous-release__head {
        font-weight: 200;
    }
    .previous-release__date {
        font-size: 11px;
    }
    .previous-release__title {
        font-size: 18px;
    }
}
.press-release-table-page {
	display: none;
}
.press-release-row {
	padding: 25px 0;
	border-top: 1px solid #555555;
	text-align: left;
}
.press-release-row:nth-child(n+26) {
	display: none;
}
.press-release-row-type {
    color: #EC008C;
    font-size: 11px;
    text-transform: uppercase;
    width: fit-content;
    line-height: 14px;
    border-radius: 2px;
    font-weight:700;
}
.press-release-row-date {
	width: 110px;
	color: #a9a9a9;
	font-weight: 500;
    font-size: 11px;
}
.press-release-row-title {
	float: left;
	width: calc(100% - 110px);
	margin: 8px 0 5px;
}
.press-release-row-title a, .press-release-row-title a:hover {
	color: white;
	font-weight: 300;
	font-size: 18px;
}

@media screen and (max-width: 640px) {
	.press-release-table {
		font-size: 11px;
	}
	.press-release-row-title {
		width: 100%;
		clear: left;
		margin-top: 5px;
	}
}
.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.ps-paragraph-theme {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: .5px;
}
.ps-eyebrow-text-theme {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ec008c;
  line-height: 130%;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* TT Commons Global style */
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: unset;
  text-transform: none;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 48px;
    line-height: unset;
  }
}
@media screen and (max-width: 640px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 36px;
    line-height: unset;
  }
}
.ps-temporary-tt-commons-theme .text-4.section {
  margin-bottom: 0;
}
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  margin: 0 0 20px 0;
}
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--medium,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty {
  font-size: 18px;
  font-weight: unset;
  line-height: 1.2;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme .text-4 p,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme a.fourteen-px,
.ps-temporary-tt-commons-theme .text-4 .fs--normal,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-size: 24px;
  line-height: 1.2;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier {
  font-weight: unset;
  text-transform: unset;
}
.ps-temporary-tt-commons-theme h1,
.ps-temporary-tt-commons-theme h2,
.ps-temporary-tt-commons-theme h6,
.ps-temporary-tt-commons-theme strong,
.ps-temporary-tt-commons-theme b,
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme .link-list-text .linklist-subnav ul li a,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty,
.ps-temporary-tt-commons-theme .text-4 .fs--tiny,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-family: sans-serif;
  font-weight: 700;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme h3,
.ps-temporary-tt-commons-theme h4,
.ps-temporary-tt-commons-theme h5,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li,
.ps-temporary-tt-commons-theme .text-3 p,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-family: sans-serif;
  font-weight: 400;
}
.ps-temporary-tt-commons-theme ul li:before {
  margin-top: 7px;
}
#path-section-container ul#filterOptions {
  border-bottom: 1px solid #aaaaaa;
  margin-left: 0;
}
#path-section-container ul#filterOptions li {
  float: left;
  margin: 0;
  padding: 0 30px 0 0;
}
#path-section-container ul#filterOptions li a {
  color: #b5b5b5;
  text-decoration: none;
  display: block;
  padding-bottom: 10px;
  border-bottom: 5px solid transparent;
}
#path-section-container ul#filterOptions li a:hover {
  color: #fff;
}
#path-section-container ul#filterOptions li:before {
  display: none;
}
#path-section-container ul#filterOptions li.active a {
  color: #ffffff;
  border-bottom-color: #ec008c;
}
#pathContent {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 50px;
}
#pathContent div.item {
  width: 50%;
  float: left;
  padding: 0 10px 15px;
}
#pathContent div.item a:hover .item-each {
  background-color: #252525;
}
#pathContent div.item .item-each {
  background-color: #222222;
  width: 100%;
  height: 80px;
  position: relative;
  display: flex;
}
#pathContent div.item .not-standard-badge {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  background: #0084bd;
  border-radius: 4px;
  width: 80px;
  height: 20px;
  color: white;
  font-size: 10px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
  position: absolute;
  right: 10px;
  top: 10px;
}
#pathContent div.item .not-standard-badge[data-tooltip]:before,
#pathContent div.item .not-standard-badge[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 50%;
}
#pathContent div.item .not-standard-badge[data-tooltip]:before {
  content: attr(data-tooltip);
  font-family: "PS Commons", Helvetica, Roboto, Arial, sans-serif;
  font-size: 11px;
  color: #181818;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.2;
  bottom: 150%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  border-radius: 3px;
  background-color: #ffffff;
}
#pathContent div.item .not-standard-badge[data-tooltip]:after {
  content: "";
  font-size: 0;
  line-height: 0;
  width: 0;
  bottom: 150%;
  margin-left: -5px;
  border-top: 5px solid #ffffff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
#pathContent div.item .not-standard-badge[data-tooltip]:hover:before,
#pathContent div.item .not-standard-badge[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
#pathContent div.item .not-standard-badge.tooltip-btm[data-tooltip]:before,
#pathContent div.item .not-standard-badge.tooltip-btm[data-tooltip]:after {
  left: 0;
}
#pathContent div.item .not-standard-badge.tooltip-btm[data-tooltip]:before {
  bottom: -70px;
  margin-left: -80px;
}
#pathContent div.item .not-standard-badge.tooltip-btm[data-tooltip]:after {
  margin-left: 35px;
  bottom: -12px;
  border-top: unset;
  border-bottom: 5px solid #ffffff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
#pathContent div.item .item-image {
  float: left;
  height: 75px;
  width: 75px;
  position: relative;
  display: flex;
  align-items: center;
}
#pathContent div.item .item-text {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  text-align: left;
  float: left;
  margin-left: 15px;
  max-width: calc(100% - 75px);
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}
#pathContent div.item .item-text .item-text-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 80%;
}
#pathContent div.item .item-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#pathContent div.item .item-text ul li {
  font-size: 14px;
  font-weight: 500;
  color: #858585;
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
}
#pathContent div.item .item-text ul li span {
  color: #ffffff;
  font-weight: 500;
}
#pathContent div.item .item-text ul li:not(:last-child) {
  padding-right: 10px;
}
#pathContent div.item .item-text ul li:before {
  display: none;
}
#pathContent div.item .item-text ul li.has-test {
  padding-right: 0;
}
#pathContent div.item .item-text ul li.has-test span {
  font-weight: 200 !important;
  color: #858585 !important;
  margin-left: 1px;
}
@media screen and (max-width: 950px) {
  #pathContent div.item .item-text ul li.has-test span {
    display: none;
  }
}
#pathContent div.item .item-text ul li.has-test svg {
  width: 12px;
  height: 12px;
  margin-bottom: -1px;
}
#pathContent div.item .item-text ul li.has-test svg path {
  fill: #ffffff;
}
#pathContent div.item .item-text ul li.has-test.has-transcender-exam svg g {
  fill: #25c9f9;
}
@media screen and (max-width: 1023px) {
  #pathContent div.item {
    width: 100%;
    float: none;
  }
  #pathContent div.item .item-text {
    font-size: 16px;
  }
}

.mktoForm {
  padding: 30px;
  width: 100% !important;
}
.mktoForm .mktoFormCol {
  width: 100%;
}
.mktoForm .mktoFieldWrap {
  width: 100%;
}
.mktoForm input {
  margin-bottom: 9px;
  box-shadow: none;
  border-radius: 2px;
  padding: 15px 5px;
  height: 40px !important;
  box-shadow: none !important;
}
.mktoButton {
  font-size: 12pt !important;
  height: auto;
  min-width: 160px;
  width: auto;
  display: block;
  position: relative;
  font-weight: 300 !important;
  line-height: 40px;
  border: none;
}
.mktoForm .mktoLabel {
  float: left;
  line-height: 1.75em !important;
  padding-top: 0.3em;
  width: auto;
  max-width: 300px;
  font-weight: 400 !important;
  font-size: .9em;
  cursor: default;
}
.mktoForm .mktoLabel,
.mktoForm .mktoHtmlText,
.mktoForm label {
  color: #181818 !important;
}
.mktoForm p {
  font-size: 14px;
  font-weight: 400;
}
.mktoForm input[type=url],
.mktoForm input[type=text],
.mktoForm input[type=date],
.mktoForm input[type=tel],
.mktoForm input[type=email],
.mktoForm input[type=number],
.mktoForm select.mktoField {
  height: 40px !important;
  padding: 10px !important;
}
.mktoForm textarea.mktoField {
  padding: 10px !important;
}
.mktoForm label.mktoLabel.mktoHasWidth {
  width: auto !important;
}
.mktoForm input,
.mktoForm select {
  float: left !important;
  clear: left;
  width: 100% !important;
  max-width: 100%;
  font-size: 13px !important;
  height: 30px !important;
}
.mktoForm textarea {
  float: left !important;
  clear: left;
  width: 100% !important;
  max-width: 100%;
  font-size: 13px !important;
}
.mktoForm input[type="radio"],
.mktoForm input[type="checkbox"] {
  height: auto !important;
  width: auto !important;
}
.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
  clear: left;
  width: 100% !important;
  max-width: 100%;
}
.mktoHtmlText {
  width: 300px !important;
  max-width: 100%;
  font-size: 12px;
}
.mktoHtmlText p {
  font-size: 12px;
}
.mktoButtonWrap {
  margin: 0 !important;
}
.mktoOffset,
.mktoGutter {
  display: none !important;
}
.mktoAsterix {
  padding: 0 !important;
}
.mktoButtonRow {
  margin-top: 10px !important;
}
.marketo-form--center form {
  margin: 0 auto;
  max-width: 350px;
}
.marketo-form--fullwidth form {
  padding: 0;
}
.marketo-form--black {
  background-color: #000000;
}
.marketo-form--semiblack {
  background-color: #181818;
}
.marketo-form--dark-gray {
  background-color: #222222;
}
.block--black .mktoForm label,
.block--true-black .mktoForm label,
.block--dark-gray .mktoForm label,
.block--dark-gray-2 .mktoForm label,
.block--dark .mktoForm label,
.marketo-form--black .mktoForm label,
.marketo-form--semiblack .mktoForm label,
.marketo-form--dark-gray .mktoForm label,
.block--black .mktoForm .mktoLabel,
.block--true-black .mktoForm .mktoLabel,
.block--dark-gray .mktoForm .mktoLabel,
.block--dark-gray-2 .mktoForm .mktoLabel,
.block--dark .mktoForm .mktoLabel,
.marketo-form--black .mktoForm .mktoLabel,
.marketo-form--semiblack .mktoForm .mktoLabel,
.marketo-form--dark-gray .mktoForm .mktoLabel,
.block--black .mktoForm .mktoHtmlText p,
.block--true-black .mktoForm .mktoHtmlText p,
.block--dark-gray .mktoForm .mktoHtmlText p,
.block--dark-gray-2 .mktoForm .mktoHtmlText p,
.block--dark .mktoForm .mktoHtmlText p,
.marketo-form--black .mktoForm .mktoHtmlText p,
.marketo-form--semiblack .mktoForm .mktoHtmlText p,
.marketo-form--dark-gray .mktoForm .mktoHtmlText p,
.block--black .mktoForm .mktoHtmlText,
.block--true-black .mktoForm .mktoHtmlText,
.block--dark-gray .mktoForm .mktoHtmlText,
.block--dark-gray-2 .mktoForm .mktoHtmlText,
.block--dark .mktoForm .mktoHtmlText,
.marketo-form--black .mktoForm .mktoHtmlText,
.marketo-form--semiblack .mktoForm .mktoHtmlText,
.marketo-form--dark-gray .mktoForm .mktoHtmlText,
.block--black .mktoForm .mktoAsterix,
.block--true-black .mktoForm .mktoAsterix,
.block--dark-gray .mktoForm .mktoAsterix,
.block--dark-gray-2 .mktoForm .mktoAsterix,
.block--dark .mktoForm .mktoAsterix,
.marketo-form--black .mktoForm .mktoAsterix,
.marketo-form--semiblack .mktoForm .mktoAsterix,
.marketo-form--dark-gray .mktoForm .mktoAsterix,
.block--black .mktoForm .mktoRadioList label,
.block--true-black .mktoForm .mktoRadioList label,
.block--dark-gray .mktoForm .mktoRadioList label,
.block--dark-gray-2 .mktoForm .mktoRadioList label,
.block--dark .mktoForm .mktoRadioList label,
.marketo-form--black .mktoForm .mktoRadioList label,
.marketo-form--semiblack .mktoForm .mktoRadioList label,
.marketo-form--dark-gray .mktoForm .mktoRadioList label,
.block--black .mktoForm .mktoCheckboxList label,
.block--true-black .mktoForm .mktoCheckboxList label,
.block--dark-gray .mktoForm .mktoCheckboxList label,
.block--dark-gray-2 .mktoForm .mktoCheckboxList label,
.block--dark .mktoForm .mktoCheckboxList label,
.marketo-form--black .mktoForm .mktoCheckboxList label,
.marketo-form--semiblack .mktoForm .mktoCheckboxList label,
.marketo-form--dark-gray .mktoForm .mktoCheckboxList label {
  color: white !important;
}
.block--black .mktoForm input,
.block--true-black .mktoForm input,
.block--dark-gray .mktoForm input,
.block--dark-gray-2 .mktoForm input,
.block--dark .mktoForm input,
.marketo-form--black .mktoForm input,
.marketo-form--semiblack .mktoForm input,
.marketo-form--dark-gray .mktoForm input,
.block--black .mktoForm select,
.block--true-black .mktoForm select,
.block--dark-gray .mktoForm select,
.block--dark-gray-2 .mktoForm select,
.block--dark .mktoForm select,
.marketo-form--black .mktoForm select,
.marketo-form--semiblack .mktoForm select,
.marketo-form--dark-gray .mktoForm select,
.block--black .mktoForm textarea,
.block--true-black .mktoForm textarea,
.block--dark-gray .mktoForm textarea,
.block--dark-gray-2 .mktoForm textarea,
.block--dark .mktoForm textarea,
.marketo-form--black .mktoForm textarea,
.marketo-form--semiblack .mktoForm textarea,
.marketo-form--dark-gray .mktoForm textarea {
  background: #363636;
  color: white;
  border: none;
}
.marketo-form--white,
.marketo-form--light-gray {
  background-color: white;
  color: #555555;
  border: 1px solid #ddd;
}
.marketo-form--white .mktoForm label,
.marketo-form--light-gray .mktoForm label,
.marketo-form--white .mktoForm .mktoLabel,
.marketo-form--light-gray .mktoForm .mktoLabel,
.marketo-form--white .mktoForm .mktoHtmlText p,
.marketo-form--light-gray .mktoForm .mktoHtmlText p,
.marketo-form--white .mktoForm .mktoHtmlText,
.marketo-form--light-gray .mktoForm .mktoHtmlText,
.marketo-form--white .mktoForm .mktoAsterix,
.marketo-form--light-gray .mktoForm .mktoAsterix,
.marketo-form--white .mktoForm .mktoRadioList label,
.marketo-form--light-gray .mktoForm .mktoRadioList label,
.marketo-form--white .mktoForm .mktoCheckboxList label,
.marketo-form--light-gray .mktoForm .mktoCheckboxList label {
  color: #181818 !important;
}
.marketo-form--white .mktoForm input,
.marketo-form--light-gray .mktoForm input,
.marketo-form--white .mktoForm select,
.marketo-form--light-gray .mktoForm select,
.marketo-form--white .mktoForm textarea,
.marketo-form--light-gray .mktoForm textarea {
  background-color: white;
  border: 1px solid #EC008C;
}
.marketo-form-component.accent_yellow.marketo-form--white .mktoForm input,
.marketo-form-component.accent_yellow.marketo-form--light-gray .mktoForm input,
.marketo-form-component.accent_yellow.marketo-form--white .mktoForm select,
.marketo-form-component.accent_yellow.marketo-form--light-gray .mktoForm select,
.marketo-form-component.accent_yellow.marketo-form--white .mktoForm textarea,
.marketo-form-component.accent_yellow.marketo-form--light-gray .mktoForm textarea {
  border: 1px solid #F7A614;
}
.marketo-form-component.accent_yellow .mktoForm a {
  color: #F7A614;
}
.marketo-form-component.accent_yellow .mktoForm .mktoButtonWrap .mktoButton {
  background: #F7A614 !important;
}
.marketo-form-component.accent_yellow .mktoForm .mktoButtonWrap .mktoButton:hover {
  background: #F7A614 !important;
}
.marketo-form-component.accent_green.marketo-form--white .mktoForm input,
.marketo-form-component.accent_green.marketo-form--light-gray .mktoForm input,
.marketo-form-component.accent_green.marketo-form--white .mktoForm select,
.marketo-form-component.accent_green.marketo-form--light-gray .mktoForm select,
.marketo-form-component.accent_green.marketo-form--white .mktoForm textarea,
.marketo-form-component.accent_green.marketo-form--light-gray .mktoForm textarea {
  border: 1px solid #4CB272;
}
.marketo-form-component.accent_green .mktoForm a {
  color: #4CB272;
}
.marketo-form-component.accent_green .mktoForm .mktoButtonWrap .mktoButton {
  background: #4CB272 !important;
}
.marketo-form-component.accent_green .mktoForm .mktoButtonWrap .mktoButton:hover {
  background: #4CB272 !important;
}
.marketo-form-component.accent_blue.marketo-form--white .mktoForm input,
.marketo-form-component.accent_blue.marketo-form--light-gray .mktoForm input,
.marketo-form-component.accent_blue.marketo-form--white .mktoForm select,
.marketo-form-component.accent_blue.marketo-form--light-gray .mktoForm select,
.marketo-form-component.accent_blue.marketo-form--white .mktoForm textarea,
.marketo-form-component.accent_blue.marketo-form--light-gray .mktoForm textarea {
  border: 1px solid #0084BD;
}
.marketo-form-component.accent_blue .mktoForm a {
  color: #0084BD;
}
.marketo-form-component.accent_blue .mktoForm .mktoButtonWrap .mktoButton {
  background: #0084BD !important;
}
.marketo-form-component.accent_blue .mktoForm .mktoButtonWrap .mktoButton:hover {
  background: #0084BD !important;
}
.marketo-form-component {
  padding-bottom: 10px;
}
.marketo-form-component .marketo-form--headerMessage {
  font-size: 20px;
  font-weight: 300;
  margin: 0 auto;
  padding: 20px 0 0;
  width: 301px;
  line-height: 1.4;
}
.marketo-form--black .marketo-form--headerMessage,
.marketo-form--semiblack .marketo-form--headerMessage,
.marketo-form--dark-gray .marketo-form--headerMessage {
  color: white;
}
.marketo-form-component .marketo-form-data.hidden {
  display: none;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  font-family: sans-serif !important;
  font-weight: 200 !important;
  font-size: 16px !important;
  line-height: 1.1 !important;
  padding: 15px 30px !important;
  border: 1px solid transparent !important;
  white-space: nowrap !important;
  border-radius: 3px !important;
  background-color: #EC008C !important;
  background-image: none !important;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  color: #ffffff;
  background-color: #EC008C !important;
}
/* inline */
.marketo-form--inline.marketo-form--fullwidth {
  margin-left: -15px;
  margin-right: -15px;
}
.marketo-form--inline.marketo-form--center form {
  max-width: 700px;
}
.marketo-form--inline.marketo-form--center .mktoForm {
  margin: 0 auto;
}
.marketo-form--inline .mktoForm::after {
  clear: both;
  content: "";
  display: block;
}
.marketo-form--inline .mktoForm .mktoFormRow {
  float: left;
  clear: none;
  padding: 0 15px;
  width: 50%;
}
.marketo-form--inline .mktoButtonRow {
  float: left;
  clear: both;
  margin: 0 15px;
}
.marketo-form-component .loading-message-top {
  margin: 20px 20px 0;
  color: #aaa;
  text-align: center;
}
.marketo-form-component .loading-message-bottom {
  margin: 0 20px 20px;
  color: #ddd;
  text-align: center;
}
.marketo-form-component .marketo-form__success-message {
  margin: 20px 35px;
}
#marketoForm_1007 .mktoFieldWrap {
  padding-left: 30px;
  position: relative;
}
#marketoForm_1007 .mktoFormRow:first-of-type .mktoFieldWrap {
  padding-left: 0;
}
.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
  margin-bottom: 8px;
}
.mktoForm .mktoRadioList > input,
.mktoForm .mktoCheckboxList > input {
  margin-top: 2px;
}
#marketoForm_1007 .mktoCheckboxList {
  position: absolute;
  left: 0;
  top: 2px;
}
#global-footer .marketo-form-component .marketo-form__success-message.form-1229 {
  text-align: center;
}
.mktoForm input[type="checkbox"] {
  margin-bottom: 0px !important;
}
.mktoForm .mktoError .mktoErrorArrow {
  background-color: #D53387 !important;
  border: 1px solid #D53387 !important;
}
.mktoForm .mktoError .mktoErrorMsg {
  background-color: #D53387 !important;
  background-image: none !important;
  border: 1px solid #D53387 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
@media all and (max-width: 720px) {
  .mktoForm,
  .marketo-form--inline .mktoForm {
    max-width: 300px;
    margin: 0 auto;
  }
  .marketo-form--inline .mktoForm .mktoFormRow {
    padding: 0;
    width: 100%;
  }
  .marketo-form--inline .mktoButtonRow {
    margin: 0;
  }
}
@media all and (max-width: 360px) {
  .mktoForm button.mktoButton {
    padding: 0 15px 30px;
  }
  .marketo-form-component {
    margin-left: -0.9375em;
    margin-right: -0.9375em;
  }
}
/* NeverBounce really likes important tags :( */
.mktoForm .mktoFormRow div[id^=nb-field-] {
  position: inherit !important;
}
.mktoForm .mktoFormRow div[id^=nb-field-].nb-error input {
  border: 2px solid red !important;
}
.mktoForm .mktoFormRow div[id^=nb-field-] div.nb-feedback {
  position: absolute !important;
  clear: both !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  margin-top: 5px !important;
  margin-bottom: -10px !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
}
.mktoForm .mktoFormRow div[id^=nb-field-] div.nb-feedback > div {
  display: block !important;
}
.mktoForm .mktoFormRow div[id^=nb-field-] div.nb-feedback .nb-result {
  float: right !important;
}
.mktoForm input#Email ~ .mktoError {
  /*Hide in favor of NeverBounce */
  display: none !important;
}

.lr-image-flush {
  height: 100%;
  width: 100%;
  display: inline-block;
}
.lr-image-flush.block--dark-gray .lr-textone p,
.lr-image-flush.block--black .lr-textone p,
.lr-image-flush.block--dark-gray .lr-texttwo p,
.lr-image-flush.block--black .lr-texttwo p,
.lr-image-flush.block--dark-gray .lr-title p,
.lr-image-flush.block--black .lr-title p,
.lr-image-flush.block--dark-gray .lr-textone h1,
.lr-image-flush.block--black .lr-textone h1,
.lr-image-flush.block--dark-gray .lr-texttwo h1,
.lr-image-flush.block--black .lr-texttwo h1,
.lr-image-flush.block--dark-gray .lr-title h1,
.lr-image-flush.block--black .lr-title h1,
.lr-image-flush.block--dark-gray .lr-textone h2,
.lr-image-flush.block--black .lr-textone h2,
.lr-image-flush.block--dark-gray .lr-texttwo h2,
.lr-image-flush.block--black .lr-texttwo h2,
.lr-image-flush.block--dark-gray .lr-title h2,
.lr-image-flush.block--black .lr-title h2,
.lr-image-flush.block--dark-gray .lr-textone h3,
.lr-image-flush.block--black .lr-textone h3,
.lr-image-flush.block--dark-gray .lr-texttwo h3,
.lr-image-flush.block--black .lr-texttwo h3,
.lr-image-flush.block--dark-gray .lr-title h3,
.lr-image-flush.block--black .lr-title h3,
.lr-image-flush.block--dark-gray .lr-textone h4,
.lr-image-flush.block--black .lr-textone h4,
.lr-image-flush.block--dark-gray .lr-texttwo h4,
.lr-image-flush.block--black .lr-texttwo h4,
.lr-image-flush.block--dark-gray .lr-title h4,
.lr-image-flush.block--black .lr-title h4,
.lr-image-flush.block--dark-gray .lr-textone h5,
.lr-image-flush.block--black .lr-textone h5,
.lr-image-flush.block--dark-gray .lr-texttwo h5,
.lr-image-flush.block--black .lr-texttwo h5,
.lr-image-flush.block--dark-gray .lr-title h5,
.lr-image-flush.block--black .lr-title h5,
.lr-image-flush.block--dark-gray .lr-textone h6,
.lr-image-flush.block--black .lr-textone h6,
.lr-image-flush.block--dark-gray .lr-texttwo h6,
.lr-image-flush.block--black .lr-texttwo h6,
.lr-image-flush.block--dark-gray .lr-title h6,
.lr-image-flush.block--black .lr-title h6 {
  color: #ffffff;
}
.lr-image-flush.block--light .lr-textone p,
.lr-image-flush.block--light .lr-texttwo p,
.lr-image-flush.block--light .lr-title p,
.lr-image-flush.block--light .lr-textone h1,
.lr-image-flush.block--light .lr-texttwo h1,
.lr-image-flush.block--light .lr-title h1,
.lr-image-flush.block--light .lr-textone h2,
.lr-image-flush.block--light .lr-texttwo h2,
.lr-image-flush.block--light .lr-title h2,
.lr-image-flush.block--light .lr-textone h3,
.lr-image-flush.block--light .lr-texttwo h3,
.lr-image-flush.block--light .lr-title h3,
.lr-image-flush.block--light .lr-textone h4,
.lr-image-flush.block--light .lr-texttwo h4,
.lr-image-flush.block--light .lr-title h4,
.lr-image-flush.block--light .lr-textone h5,
.lr-image-flush.block--light .lr-texttwo h5,
.lr-image-flush.block--light .lr-title h5,
.lr-image-flush.block--light .lr-textone h6,
.lr-image-flush.block--light .lr-texttwo h6,
.lr-image-flush.block--light .lr-title h6 {
  color: #555555;
}
.lr-image-flush .lr-title {
  margin: 5% 0;
  padding: 0;
}
.lr-image-flush .lr-image__block {
  width: 50%;
  height: 100%;
  overflow: auto;
  align-content: center;
  margin: 0;
  padding: 0;
  min-height: 500px;
}
.lr-image-flush .lr-image__block img {
  border: none;
  width: 100%;
}
@media only screen and (max-width:  860px) {
  .lr-image-flush .lr-image__block {
    display: block;
    width: 100%;
    height: 50%;
  }
}
.lr-image-flush .lr-image__block.block_right {
  float: right;
}
@media only screen and (max-width:  860px) {
  .lr-image-flush .lr-image__block.block_right {
    float: none;
  }
}
.lr-image-flush .lr-image__block.block_left {
  float: left;
}
@media only screen and (max-width:  860px) {
  .lr-image-flush .lr-image__block.block_left {
    float: none;
  }
}
.lr-image-flush .lr-text__block {
  height: 100%;
  width: 50%;
  float: right;
  padding: 3% 5% 0;
}
@media only screen and (max-width:  860px) {
  .lr-image-flush .lr-text__block {
    padding: 0% 0 5%;
    display: block;
    width: 100%;
    height: 50% !important;
  }
}
.lr-image-flush .lr-text__block.block_right {
  float: left;
}
@media only screen and (max-width:  860px) {
  .lr-image-flush .lr-text__block.block_right {
    float: none;
  }
}
.lr-image-flush .lr-text__block.block_left {
  float: right;
}
@media only screen and (max-width:  860px) {
  .lr-image-flush .lr-text__block.block_left {
    float: none;
  }
}
.lr-image-flush .lr-text__block .lr-textone,
.lr-image-flush .lr-text__block .lr-texttwo {
  width: 100%;
  padding: 0% 0% 3%;
}
.lr-image-flush .lr-text__block .lr-textone p,
.lr-image-flush .lr-text__block .lr-texttwo p {
  width: 85%;
  word-wrap: break-word;
  margin: 0;
}
@media only screen and (max-width:  860px) {
  .lr-image-flush .lr-text__block .lr-textone p,
  .lr-image-flush .lr-text__block .lr-texttwo p {
    margin: 0 auto;
    display: block;
  }
}
.lr-image-flush .lr-text__block .lr-texttwo p {
  font-size: 14px;
}
.lr-image-flush .lr-text__block .lr-psbtn {
  padding: 0% 0%;
  display: inline-block;
}
@media only screen and (max-width:  860px) {
  .lr-image-flush .lr-text__block .lr-psbtn {
    margin-left: 12%;
  }
}

@media print {
  .live-speaker-filter .lsf--btn {
    color: #000;
  }
}
.live-speaker-filter .lsf {
  hyphens: none;
}
.live-speaker-filter .lsf_tags fieldset {
  padding: 0;
  border: none !important;
}
.live-speaker-filter .lsf--container {
  margin: 0 auto;
  max-width: 1400px;
  padding: 20px;
}
.live-speaker-filter .lsf--container:after {
  content: "";
  clear: both;
  display: block;
}
.live-speaker-filter .lsf--btn {
  background: #EC008C;
  border: solid 1px #EC008C;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0;
  min-width: 140px;
  padding: 0 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  word-wrap: normal;
  border-radius: 2px;
  appearance: none;
}
.live-speaker-filter .lsf--btn:focus {
  outline: none;
}
.live-speaker-filter .lsf--btn:hover {
  color: #fff;
  text-decoration: none;
}
.live-speaker-filter .lsf_tags {
  min-height: 40px;
  margin: 0 -5px;
  text-align: center;
}
.live-speaker-filter .lsf_tags.center {
  padding: 15px 0;
  max-width: 100%;
}
.live-speaker-filter .lsf_tags a,
.live-speaker-filter .lsf_tags button {
  font-family: sans-serif;
  background: transparent;
  border: solid 1px #fff;
  border-radius: 0;
  color: white;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  margin: 5px;
  min-width: auto;
  padding: 8px 30px;
  transition: all 0.3s ease;
}
.live-speaker-filter .lsf_filters a:focus,
.live-speaker-filter .lsf_filters button:focus,
.live-speaker-filter .lsf_filters a:hover,
.live-speaker-filter .lsf_filters button:hover {
  background: #EC008C;
  border: solid 1px #EC008C;
  color: white;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
.live-speaker-filter .lsf_tags a.mixitup-control-active,
.live-speaker-filter .lsf_tags button.mixitup-control-active {
  border: solid 1px #222;
  color: rgba(0, 0, 0, 0.9);
}
.live-speaker-filter .live_cards_container {
  max-width: 1400px;
  margin: 0 auto;
  overflow: auto;
}
.live-speaker-filter .lsf-tabs .lsf-tab {
  margin: 0 20px;
  color: #aaaaaa;
  padding-bottom: 21px;
}
.live-speaker-filter .lsf-tabs .lsf-tab.active {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 66px;
  line-height: 1;
  color: white;
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  .live-speaker-filter .lsf-tabs .lsf-tab.active {
    font-size: 80px;
    line-height: 115px;
  }
}

.live-speaker-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
}
.live-speaker-wrapper .live-speaker.section {
  flex: 0 0 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 600px) {
  .live-speaker-wrapper .live-speaker.section {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 768px) {
  .live-speaker-wrapper .live-speaker.section {
    flex: 0 0 33.33333%;
  }
}
@media only screen and (min-width: 1024px) {
  .live-speaker-wrapper .live-speaker.section {
    flex: 0 0 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .live-speaker-wrapper .live-speaker.section.live-speaker--mainstage {
    flex: 0 0 33.33333%;
  }
}
.live-speaker-wrapper .new.section {
  width: 98% !important;
  height: 50px !important;
  margin-left: 1% !important;
}
.pslive-speaker-highlights {
  display: block;
  padding: 0 13px;
  cursor: pointer;
}
.pslive-speaker-highlights .pslive-speaker-highlights--image {
  width: 100%;
  overflow: hidden;
}
.pslive-speaker-highlights .pslive-speaker-highlights--image > img {
  object-fit: cover;
  object-position: center;
  height: 286px;
  transition: all 0.3s linear;
  transform: scale3d(1, 1, 1);
  width: 100%;
}
.pslive-speaker-highlights .pslive-speaker-highlights--image .pslive-speakers--tabsTop {
  position: relative;
}
.pslive-speaker-highlights .pslive-speaker-highlights--info {
  text-align: left;
  padding: 15px 0;
}
.pslive-speaker-highlights .pslive-speaker-highlights--info .box-highlight--name {
  font-family: sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
  color: white;
}
.pslive-speaker-highlights .pslive-speaker-highlights--info .box-highlight--title {
  margin-top: 10px;
  color: white;
  font-size: 16px;
  line-height: 23px;
}
.pslive-speaker-highlights .pslive-speaker-highlights--info .box-highlight--company {
  font-size: 12px;
  color: #F7A614;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.pslive-speaker-highlights .pslive-speakers--tabs {
  display: none;
  margin-top: 30px;
}
.pslive-speaker-highlights .pslive-speakers--tabs .pslive-speaker-highlights--description {
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (max-width: 768px) {
  .pslive-speaker-highlights .pslive-speakers--tabs .pslive-speakers--tabs {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .pslive-speaker-highlights.mainstage .pslive-speaker-highlights--image > img {
    height: 386px;
  }
}
.pslive-speaker-highlights.mainstage .pslive-speaker-highlights--info .box-highlight--name {
  font-size: 54px;
  line-height: 45px;
}
@media only screen and (min-width: 1024px) {
  .pslive-speaker-highlights.mainstage .pslive-speaker-highlights--info .box-highlight--name {
    font-size: 64px;
    line-height: 54px;
  }
}
.pslive-speaker-highlights.mainstage .pslive-speaker-highlights--info .box-highlight--company {
  color: #EC008C;
}
.pslive-speaker-highlights .ps-author-badge {
  position: relative;
}
.pslive-speaker-highlights .ps-author-badge:before {
  content: "";
  -webkit-mask-image: url(https://www.pluralsight.com/content/dam/pluralsight2/events/2018/live/PluralSight_WhiteIcon_Mobile.svg);
  width: 45px;
  height: 46px;
  display: inline-block;
  position: absolute;
  background-color: white;
  top: 20px;
  left: 20px;
  z-index: 1;
}
.pslive-speaker-highlights:hover .pslive-speaker-highlights--image img {
  transform: scale3d(1.2, 1.2, 1);
}
.ps_live_modal.active .ps_live_modal--content {
  color: white;
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.ps_live_modal.active .ps_live_modal--content .social-icon-lists {
  margin: 30px auto 0;
}
.ps_live_modal.active .ps_live_modal--content .social-icon-lists ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-content: center;
}
.ps_live_modal.active .ps_live_modal--content .social-icon-lists ul li {
  padding: 0 10px;
  margin: 0;
}
.ps_live_modal.active .ps_live_modal--content .social-icon-lists ul li img {
  height: 25px;
  filter: brightness(200);
  transform: none;
}
.ps_live_modal.active .ps_live_modal--content .social-icon-lists ul li:before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .ps_live_modal.active .ps_live_modal--content .social-icon-lists {
    margin: 0;
    position: absolute;
    bottom: 5px;
    width: 100%;
  }
  .ps_live_modal.active .ps_live_modal--content .social-icon-lists ul {
    justify-content: flex-start;
    padding-left: 10px;
    background: rgba(0, 0, 0, 0.5);
  }
  .ps_live_modal.active .ps_live_modal--content .social-icon-lists ul li {
    padding: 5px;
  }
  .ps_live_modal.active .ps_live_modal--content .social-icon-lists ul li img {
    height: 20px;
  }
}
.ps_live_modal.active .pslive-speaker-highlights {
  cursor: inherit;
  width: 100%;
  display: flex;
  justify-content: stretch;
  height: inherit;
  flex-direction: row;
  margin-bottom: 0;
  padding: 0;
}
.ps_live_modal.active .pslive-speaker-highlights .pslive-speakers--schedule {
  margin-bottom: 20px;
}
.ps_live_modal.active .pslive-speaker-highlights .pslive-speakers--schedule .pslive-speakers--date {
  font-family: sans-serif;
  width: 100px;
  padding-bottom: 5px;
  border-bottom: 2px solid #EC008C;
  color: white;
  font-size: 24px;
  font-weight: 700;
}
.ps_live_modal.active .pslive-speaker-highlights .pslive-speakers--schedule .pslive-speakers--sessionTime {
  display: flex;
  justify-content: space-around;
  padding: 0 0 15px;
}
.ps_live_modal.active .pslive-speaker-highlights .pslive-speakers--schedule .pslive-speakers--sessionTime .session--time {
  width: 120px;
  padding-top: 15px;
}
.ps_live_modal.active .pslive-speaker-highlights .pslive-speakers--schedule .pslive-speakers--sessionTime .session--info {
  border-top: 2px solid #363636;
  padding-top: 15px;
  position: relative;
  top: -2px;
  flex: 1;
}
.ps_live_modal.active .pslive-speaker-highlights .pslive-speakers--schedule .pslive-speakers--sessionTime .session--info ul.session--tags {
  padding: 0;
  margin: 5px 0 0;
  display: flex;
}
.ps_live_modal.active .pslive-speaker-highlights .pslive-speakers--schedule .pslive-speakers--sessionTime .session--info ul.session--tags li {
  font-size: 10px;
  font-weight: 500;
  color: white;
  background: #363636;
  border: 1px solid #363636;
  margin-right: 10px;
  margin-bottom: 0;
  padding: 5px;
  text-transform: none;
}
.ps_live_modal.active .pslive-speaker-highlights .pslive-speakers--schedule .pslive-speakers--sessionTime .session--info ul.session--tags li:before {
  display: none;
}
.ps_live_modal.active .pslive-speaker-highlights .pslive-speakers--schedule .pslive-speakers--sessionTime .session--title {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
.ps_live_modal.active .pslive-speaker-highlights .pslive-speaker-highlights--image > img,
.ps_live_modal.active .pslive-speaker-highlights:hover .pslive-speaker-highlights--image > img {
  transform: none;
}
.ps_live_modal.active .pslive-speaker-highlights.mainstage .pslive-speaker-highlights--image > img {
  height: 286px;
}
@media only screen and (max-width: 768px) {
  .ps_live_modal.active .pslive-speaker-highlights {
    flex-direction: column;
  }
}
.ps_live_modal.active .pslive-speaker-highlights--image {
  width: auto;
  flex: 0 0 20em;
}
.ps_live_modal.active .pslive-speaker-highlights--image .pslive-speakers--tabsTop {
  display: block;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .ps_live_modal.active .pslive-speaker-highlights--image {
    width: 20em;
  }
}
.ps_live_modal.active .pslive-speaker-highlights--info {
  padding: 0 0 0 40px;
}
.ps_live_modal.active .pslive-speaker-highlights--info .pslive-speakers--tabs {
  display: block;
}
.ps_live_modal.active .pslive-speaker-highlights--info .pslive-speakers--tabs .tab-content {
  display: none;
  margin-top: 30px;
}
.ps_live_modal.active .pslive-speaker-highlights--info .pslive-speakers--tabs .tab-content.active {
  display: inherit;
}
@media only screen and (max-width: 768px) {
  .ps_live_modal.active .pslive-speaker-highlights--info .pslive-speakers--tabs {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .ps_live_modal.active .pslive-speaker-highlights--info {
    padding: 30px 0 0;
  }
}
.pslive-speakers--tabs .tabs {
  width: 100%;
  border-bottom: 1px solid #363636;
  display: flex;
  margin: 0;
}
.pslive-speakers--tabs .tabs li {
  flex: 0 0 5em;
  text-decoration: none;
  padding: 0 0 11px;
  margin: 0 30px 0 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #555555;
  position: relative;
  top: 1px;
  cursor: pointer;
}
.pslive-speakers--tabs .tabs li:before {
  display: none;
}
.pslive-speakers--tabs .tabs li.active {
  border-bottom: 2px solid #EC008C;
  color: #EC008C;
}
.ps_live_modal.active .ps_live_modal--content::-webkit-scrollbar-track {
  background-color: #222222;
}
.ps_live_modal.active .ps_live_modal--content::-webkit-scrollbar {
  width: 6px;
  background-color: #181818;
}
.ps_live_modal.active .ps_live_modal--content::-webkit-scrollbar-thumb {
  background-color: #363636;
}
.ps_live_modal {
  display: none;
}
.ps_live_modal.active {
  display: block;
}
.ps_live_modal.active .ps_live_modal--overlay {
  opacity: 1;
}
.ps_live_modal.active .ps_live_modal--window {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  height: 650px;
  min-height: 500px;
}
.ps_live_modal--overlay {
  background: rgba(34, 34, 34, 0.9);
  bottom: 0;
  left: 0;
  position: fixed;
  opacity: 0;
  right: 0;
  transition: opacity 0.3s ease;
  top: 0;
  z-index: 999999;
}
.ps_live_modal--window {
  background: black;
  padding: 50px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  opacity: 0;
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(0, 0) scale(0.8);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  z-index: 9999999;
}
.ps_live_modal--close {
  background-image: url('main/images/close-white.png');
  background-position: center center;
  background-size: 150% auto;
  cursor: pointer;
  height: 35px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 35px;
  z-index: 9999;
}
@media only screen and (min-width: 600px) {
  .ps_live_modal--window {
    bottom: auto;
    left: 50%;
    min-height: 200px;
    min-width: 200px;
    max-width: 700px;
    max-height: 600px;
    right: auto;
    transform: translate(-50%, -50%) scale(0.8);
    top: 50%;
    width: 100%;
  }
}
@media only screen and (min-width: 800px) {
  .ps_live_modal--window {
    max-width: 900px;
  }
}

@media print {
  .lcf--btn {
    color: #000;
  }
}
.lcf {
  hyphens: none;
}
.lcf_tags fieldset {
  border: none !important;
}
.lcf--container {
  margin: 0 auto;
  max-width: 1400px;
  padding: 20px;
}
.lcf--container:after {
  content: "";
  clear: both;
  display: block;
}
.lcf--btn {
  background: #EC008C;
  border: solid 1px #EC008C;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0;
  min-width: 140px;
  padding: 0 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  word-wrap: normal;
  border-radius: 2px;
  appearance: none;
}
.lcf--btn:focus {
  outline: none;
}
.lcf--btn:hover {
  color: #fff;
  text-decoration: none;
}
.lcf_tags {
  min-height: 40px;
  margin: 0 -5px;
  text-align: center;
}
.lcf_tags.center {
  padding: 15px 0;
  max-width: 100%;
}
.lcf_tags a,
.lcf_tags button {
  background: #FAFAFA;
  border: solid 1px #F0F0F0;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.44);
  display: inline-block;
  font-size: 14px;
  line-height: 38px;
  margin: 5px;
  min-width: auto;
  padding: 0 20px;
  transition: all 0.3s ease;
}
.lcf_filters a:focus,
.lcf_filters button:focus,
.lcf_filters a:hover,
.lcf_filters button:hover {
  background: #FAFAFA;
  border: solid 1px #222;
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
.lcf_tags a.mixitup-control-active,
.lcf_tags button.mixitup-control-active {
  border: solid 1px #222;
  color: rgba(0, 0, 0, 0.9);
}
.live_cards_container {
  max-width: 1400px;
  margin: 0 auto;
  overflow: auto;
}
.lcf-tabs .lcf-tab {
  margin: 0 20px;
  color: #aaaaaa;
  padding-bottom: 21px;
  cursor: pointer;
}
.lcf-tabs .lcf-tab.active {
  font-weight: bold;
  color: #000000;
  border-bottom: 3px #ed008c solid;
}
.lcf-hr {
  margin: 20px 0;
}

.lc_card.active .lc_card--body p span:last-child {
  display: inline;
  opacity: 1;
}
.lc_modal--close {
  background: #ffffff url(https://www.pluralsight.com/content/dam/pluralsight2/events/2017/live/ps_close_btn@2x.png) center center;
  background-size: 150% auto;
  border: solid 1px #ddd;
  border-top: none;
  cursor: pointer;
  height: 34px;
  position: absolute;
  right: 10px;
  top: 20px;
  width: 35px;
  z-index: 9999;
}
@media only screen and (min-width: 600px) {
  .lc_modal--close {
    top: 20px;
    right: 40px;
  }
}
.lc_modal--overlay {
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  left: 0;
  position: fixed;
  opacity: 0;
  right: 0;
  transition: opacity 0.3s ease;
  top: 0;
  z-index: 999999;
}
.lc_modal--window {
  box-sizing: border-box;
  bottom: 0;
  opacity: 0;
  left: 10px;
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-scrolling: touch;
  position: fixed;
  right: 10px;
  top: 0;
  transform: translate(0, 0) scale(0.8);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  z-index: 9999999;
}
@media only screen and (min-width: 600px) {
  .lc_modal--window {
    bottom: auto;
    left: 50%;
    min-height: 200px;
    min-width: 200px;
    max-width: 700px;
    right: auto;
    transform: translate(-50%, -50%) scale(0.8);
    top: 50%;
    width: 100%;
  }
}
@media only screen and (min-width: 800px) {
  .lc_modal--window {
    max-width: 900px;
  }
}
.lc_modal {
  display: none;
}
.lc_modal.active {
  display: block;
}
.lc_modal.active .lc_modal--overlay {
  opacity: 1;
}
.lc_modal.active .lc_modal--window {
  opacity: 1;
  transform: translate(0%, 0%) scale(1);
}
@media only screen and (min-width: 600px) {
  .lc_modal.active .lc_modal--window {
    transform: translate(-50%, -50%) scale(1);
  }
}
.lc_modal--controls {
  display: none;
}
.lc_modal--controls a {
  background: #fff;
  border: solid 1px #ddd;
  border-bottom-right-radius: 90px;
  border-top-right-radius: 90px;
  display: block;
  height: 70px;
  left: 10px;
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  width: 35px;
  z-index: 9;
}
.lc_modal--controls a:before {
  border-right: solid 2px #aaa;
  border-top: solid 2px #aaa;
  content: "";
  display: block;
  height: 10px;
  left: 48%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
  width: 10px;
}
.lc_modal--controls a:last-of-type {
  transform: translateY(-50%) rotate(180deg);
  left: auto;
  right: 10px;
}
.lc_modal--close {
  background: #ffffff url(https://www.pluralsight.com/content/dam/pluralsight2/events/2017/live/ps_close_btn@2x.png) center center;
  background-size: 150% auto;
  border: solid 1px #ddd;
  border-top: none;
  cursor: pointer;
  height: 34px;
  position: absolute;
  right: 10px;
  top: 9px;
  width: 35px;
  z-index: 9999;
}
@media only screen and (min-width: 600px) {
  .lc_modal--close {
    top: 10px;
    right: 40px;
  }
}
.lc_modal--overlay {
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  left: 0;
  position: fixed;
  opacity: 0;
  right: 0;
  transition: opacity 0.3s ease;
  top: 0;
  z-index: 999999;
}
.lc_modal--window {
  bottom: 0;
  opacity: 0;
  left: 10px;
  overflow-x: hidden;
  overflow-scrolling: touch;
  position: fixed;
  right: 10px;
  top: 0;
  transform: translate(0, 0) scale(0.8);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  z-index: 9999999;
}
.lc_cards.active .lc_cards--container {
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  height: auto;
  left: 0;
  top: 0;
  position: relative;
  z-index: 9;
}
.lc_cards.active .lc_cards--container {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
  height: auto;
}
@media only screen and (min-width: 600px) {
  .lc_modal--window {
    bottom: auto;
    left: 50%;
    min-height: 200px;
    min-width: 200px;
    max-width: 700px;
    right: auto;
    transform: translate(-50%, -50%) scale(0.8);
    top: 50%;
    width: 100%;
  }
}
@media only screen and (min-width: 800px) {
  .lc_modal--window {
    max-width: 900px;
  }
}
.lc_modal.active .lc_cards--container:before {
  background: #F05A28;
  background: -webkit-linear-gradient(left, #f05a28 0%, #ec008c 100%);
  border-radius: 4px 4px 0 0;
  content: "";
  display: block;
  height: 10px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 999;
}
@media print {
  .lc_card {
    page-break-after: always;
    page-break-inside: avoid;
  }
  .lc--btn {
    color: #000;
  }
  .lc_card--body p {
    max-height: 570px;
  }
  .lc_card--body p span:first-child {
    display: none;
  }
  .lc_card--body p span:last-child {
    display: inline;
    opacity: 1;
  }
}
.lc_card {
  box-sizing: border-box;
  float: left;
  padding: 10px 0;
  width: 100%;
}
.lc_card.digital .lc_card--container:before {
  background: #4CBA72;
  background: -webkit-linear-gradient(left, #4cba72 0%, #009eb5 100%);
}
.lc_card.skills .lc_card--container:before {
  background: #009EB5;
  background: -webkit-linear-gradient(left, #009eb5 0%, #65316b 100%);
}
.lc_card.platform .lc_card--container:before {
  background: none;
}
.lc_card.platform .lc_card--head {
  background: -webkit-linear-gradient(left, #f05a28 0%, #ec008c 100%);
}
.lc_card.platform .lc_card--head,
.lc_card.platform .lc_card--head .lc_card--speaker,
.lc_card.platform .lc_card--head .lc_card--speaker a,
.lc_card.platform .lc_card--head .lc_card--speaker a:hover,
.lc_card.platform .lc_card--head .lc_card--company {
  color: white;
}
.lc_card.active .lc_card--head--intro {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (min-width: 600px) {
  .lc_card.active .lc_card--head--intro {
    font-size: 32px;
    line-height: 32px;
  }
}
.lc_card.active .lc_card--body {
  text-align: left;
}
.lc_card.active .lc_card--body p {
  font-weight: 400;
  max-height: 600px;
}
.lc_card.active .lc_card--body p span:first-child {
  display: none;
}
.lc_card.active .lc_card--body p span:last-child {
  display: inline;
  opacity: 1;
}
.lc_card.active .lc_card--container {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
  height: auto;
}
.lc_card--body {
  box-sizing: border-box;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 20px;
  text-align: center;
}
@media only screen and (min-width: 1100px) {
  .lc_card--body {
    padding: 30px 65px;
  }
}
.lc_card--body p {
  font-size: 16px;
  font-weight: 100;
  margin: 0 0 30px 0;
  overflow: hidden;
}
.lc_card--body span:first-child {
  display: inline;
  opacity: 1;
}
.lc_card--body span:last-child {
  display: none;
  opacity: 0;
}
.lc_card--container {
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  height: auto;
  left: 0;
  top: 0;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 600px) {
  .lc_card--container {
    height: 420px;
  }
}
@media only screen and (min-width: 1100px) {
  .lc_card--container {
    height: 460px;
  }
}
.lc_card--container:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
}
.lc_card--container:before {
  background: #65316B;
  background: -webkit-linear-gradient(left, #65316b 0%, #ec008c 100%);
  border-radius: 4px 4px 0 0;
  content: "";
  display: block;
  height: 10px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 999;
}
.lc_card--format {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
}
.lc_card--head {
  background: #FAFAFA;
  box-sizing: border-box;
  height: 220px;
  padding: 65px;
  position: relative;
}
.lc_card--head--intro {
  font-size: 20px;
  font-weight: 700;
  left: 20px;
  letter-spacing: -0.05em;
  line-height: 24px;
  position: absolute;
  text-align: center;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1100px) {
  .lc_card--head--intro {
    left: 40px;
    line-height: 24px;
    right: 40px;
  }
}
.lc_card--image {
  border-radius: 60px;
  margin: 0 auto 10px;
  overflow: hidden;
  width: 60px;
}
.lc_card--panel {
  background: -webkit-linear-gradient(left, #65316b 0%, #ec008c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 18px;
  margin-top: 4px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.lc_card--platform {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 18px;
  margin-top: 4px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.lc_card--speaker {
  color: #555;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 18px;
  margin: 5px auto 0;
  width: 90%;
}
.lc_card--company {
  color: #555;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 18px;
  margin: 2px auto 0;
  width: 90%;
}
.lc_intro {
  padding: 170px 20px 80px 20px;
  text-align: center;
}
.lc_intro--subtitle {
  color: #222;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 28px;
  text-transform: uppercase;
}
.lc_intro--title {
  color: #000;
  font-size: 52px;
  font-weight: 100;
  line-height: 62px;
  text-align: center;
}
.lc_modal {
  display: none;
}
.lc_modal.active {
  display: block;
}
.lc_modal.active .lc_modal--overlay {
  opacity: .03;
}
.lc_modal.active .lc_modal--window {
  opacity: 1;
  transform: translate(0%, 0%) scale(1);
}
@media only screen and (min-width: 600px) {
  .lc_modal.active .lc_modal--window {
    transform: translate(-50%, -50%) scale(1);
  }
}
.lc_modal--controls {
  display: none;
}
.lc_modal--controls a {
  background: #fff;
  border: solid 1px #ddd;
  border-bottom-right-radius: 90px;
  border-top-right-radius: 90px;
  display: block;
  height: 70px;
  left: 10px;
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  width: 35px;
  z-index: 9;
}
.lc_modal--controls a:before {
  border-right: solid 2px #aaa;
  border-top: solid 2px #aaa;
  content: "";
  display: block;
  height: 10px;
  left: 48%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
  width: 10px;
}
.lc_modal--controls a:last-of-type {
  transform: translateY(-50%) rotate(180deg);
  left: auto;
  right: 10px;
}
.live_cards_container .lc_card {
  padding: 10px;
}
@media only screen and (min-width: 800px) {
  .live_cards_container .lc_card {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .live_cards_container .lc_card {
    width: 33.3%;
  }
}
.lc_card--speaker a,
.lc_card--speaker a:hover {
  color: #555;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 18px;
  text-decoration: none;
}
.lc_tag:hover {
  text-decoration: none;
}
.lc_card.active {
  width: 100%;
  padding: 0;
}
.live-card.cq-Editable-dom {
  overflow: hidden;
}
.lc_tags {
  min-height: 40px;
  margin: 0 -5px;
  text-align: center;
}
.lc_tags.center {
  padding: 15px 0;
  max-width: 100%;
}
.lc_tags a,
.lc_tags button {
  background: #FAFAFA;
  border: solid 1px #F0F0F0;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.44);
  display: inline-block;
  font-size: 14px;
  line-height: 38px;
  margin: 5px;
  min-width: auto;
  padding: 0 20px;
  transition: all 0.3s ease;
}

@media print {
  .live-agenda-filter .lcf--btn {
    color: #000;
  }
}
.live-agenda-filter .lcf {
  hyphens: none;
}
.live-agenda-filter .lcf_tags fieldset {
  padding: 0;
  border: none !important;
}
.live-agenda-filter .lcf--container {
  margin: 0 auto;
  max-width: 1400px;
  padding: 20px;
}
.live-agenda-filter .lcf--container:after {
  content: "";
  clear: both;
  display: block;
}
.live-agenda-filter .lcf--btn {
  background: #EC008C;
  border: solid 1px #EC008C;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0;
  min-width: 140px;
  padding: 0 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  word-wrap: normal;
  border-radius: 2px;
  appearance: none;
}
.live-agenda-filter .lcf--btn:focus {
  outline: none;
}
.live-agenda-filter .lcf--btn:hover {
  color: #fff;
  text-decoration: none;
}
.live-agenda-filter .lcf_tags {
  min-height: 40px;
  margin: 0 -5px;
  text-align: center;
}
.live-agenda-filter .lcf_tags.center {
  padding: 15px 0;
  max-width: 100%;
}
.live-agenda-filter .lcf_tags a,
.live-agenda-filter .lcf_tags button {
  background: #363636;
  border-radius: 2px;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  margin: 5px;
  min-width: auto;
  padding: 0 20px;
  transition: all 0.3s ease;
  border: 0;
}
.live-agenda-filter .lcf_filters a:focus,
.live-agenda-filter .lcf_filters button:focus,
.live-agenda-filter .lcf_filters a:hover,
.live-agenda-filter .lcf_filters button:hover {
  background: #ffba0e;
  color: black;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
.live-agenda-filter .lcf_tags a.mixitup-control-active,
.live-agenda-filter .lcf_tags button.mixitup-control-active {
  border: solid 1px #222;
  color: rgba(0, 0, 0, 0.9);
}
.live-agenda-filter .live_cards_container {
  max-width: 1400px;
  margin: 0 auto;
  overflow: auto;
}
.live-agenda-filter .lcf-tabs .lcf-tab {
  font-family: sans-serif;
  margin: 0 5px;
  color: #aaaaaa;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  padding-bottom: 21px;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .live-agenda-filter .lcf-tabs .lcf-tab {
    font-size: 24px;
    margin: 0 10px;
  }
}
.live-agenda-filter .lcf-tabs .lcf-tab.active {
  font-weight: bold;
  color: white;
  border-bottom: 3px solid #ffba0e;
}
.live-agenda-filter .lcf-hr {
  margin: 20px 0;
  background-color: #363636;
}

.live-agenda.single-use .lc_agenda--timeline {
  cursor: default;
}
.live-agenda.single-use .lc_agenda--timeline .agenda-info {
  flex: 1;
}
.lc_agenda--timeline {
  display: flex;
  justify-content: space-around;
  cursor: pointer;
}
.lc_agenda--timeline .agenda--timeline {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #363636;
  flex: 1;
}
.lc_agenda--timeline .agenda-time {
  font-family: sans-serif;
  flex: 0 0 90px;
  position: relative;
  color: #aaaaaa;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 600;
}
.lc_agenda--timeline .agenda-time:before {
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #f15b2a, #e80a89);
  position: absolute;
  top: -2px;
  display: block;
}
.lc_agenda--timeline .agenda-info {
  flex: 0 0 60%;
  margin-left: 20px;
}
.lc_agenda--timeline .agenda-info .agenda-style {
  display: none;
}
.lc_agenda--timeline .agenda-tags {
  margin-right: auto;
  margin-left: 20px;
}
.lc_agenda--timeline .agenda-style {
  font-size: 10px;
  font-weight: 700;
  color: #ec008c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.lc_agenda--timeline .agenda-title {
  font-size: 13px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}
.lc_agenda--timeline .agenda-speakers {
  font-size: 12px;
  font-weight: 500;
  color: #aaaaaa;
}
.lc_agenda--timeline ul {
  padding: 0;
  margin: 5px 0 0;
  display: flex;
}
.lc_agenda--timeline ul li {
  font-size: 10px;
  font-weight: 500;
  color: white;
  background: #363636;
  border: 1px solid #363636;
  margin-right: 10px;
  margin-bottom: 0;
  padding: 5px;
  text-transform: none;
}
.lc_agenda--timeline ul li:before {
  display: none;
}
.lc_agenda--timeline .agenda--expand.arrow {
  position: relative;
}
.lc_agenda--timeline .agenda--expand.arrow:after,
.lc_agenda--timeline .agenda--expand.arrow:before {
  right: 0;
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}
.lc_agenda--timeline .agenda--expand.arrow:after {
  right: 3px;
  top: 0;
  border-top-color: #181818;
  border-width: 7px;
  margin-left: -7px;
}
.lc_agenda--timeline .agenda--expand.arrow:before {
  border-top-color: #acabab;
  border-width: 10px;
  margin-left: -10px;
}
.lc_agenda--timeline .agenda-info .agenda--expand.arrow {
  display: none;
}
.lc_agenda--timeline.timeline--simple {
  cursor: default;
}
.lc_agenda--timeline.timeline--simple .agenda-info {
  flex: 1;
  min-height: 71px;
}
.lc_agenda--timeline.open .agenda--expand.arrow:after,
.lc_agenda--timeline.open .agenda--expand.arrow:before {
  right: -3px;
  top: 0;
  border-bottom-color: #acabab;
  border-top: none;
}
.lc_agenda--timeline.open .agenda--expand.arrow:after {
  right: 0;
  top: 3px;
  border-bottom-color: #181818;
}
.lc_agenda--description {
  width: 60%;
  display: flex;
  margin-left: 110px;
  margin-right: auto;
  padding-bottom: 50px;
  font-size: 14px;
  font-weight: 500;
  color: white;
  line-height: 1.6;
}
/* COLOR CODE FOR EACH DAY */
.pslive_day1 h2,
.pslive_day2 h2,
.pslive_day3 h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.pslive_day1 .lc_agenda--timeline .agenda-style {
  color: #ffba0e;
}
.pslive_day1 .lc_agenda--timeline .agenda-time:before {
  background: #ffba0e;
}
.pslive_day2 .lc_agenda--timeline .agenda-style {
  color: #e40084;
}
.pslive_day2 .lc_agenda--timeline .agenda-time:before {
  background: #e40084;
}
.pslive_day3 .lc_agenda--timeline .agenda-style {
  color: #0084BD;
}
.pslive_day3 .lc_agenda--timeline .agenda-time:before {
  background: #0084BD;
}
@media only screen and (max-width: 960px) {
  .lc_agenda--timeline {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .lc_agenda--timeline .agenda-info {
    flex: 1;
  }
  .lc_agenda--timeline .agenda-info .agenda-style {
    display: block;
  }
  .lc_agenda--timeline .agenda-info .agenda--expand.arrow {
    display: block;
  }
  .lc_agenda--timeline .agenda-tags {
    padding: 0 0 15px;
    flex: 0 1 100%;
    border: none;
    margin: 0 0 0 110px;
  }
  .lc_agenda--timeline .agenda-tags .agenda-style {
    display: none;
  }
  .lc_agenda--timeline .agenda-tags .agenda--expand.arrow {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .lc_agenda--timeline .agenda-time {
    flex: 0 0 70px;
  }
  .lc_agenda--timeline .agenda-tags {
    margin-left: 90px;
  }
  .lc_agenda--timeline .agenda-title {
    font-size: 12px;
  }
  .lc_agenda--timeline .agenda-speakers {
    font-size: 11px;
  }
  .lc_agenda--description {
    margin-left: 90px;
  }
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.ps-paragraph-theme {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: .5px;
}
.ps-eyebrow-text-theme {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ec008c;
  line-height: 130%;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* TT Commons Global style */
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: unset;
  text-transform: none;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 48px;
    line-height: unset;
  }
}
@media screen and (max-width: 640px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 36px;
    line-height: unset;
  }
}
.ps-temporary-tt-commons-theme .text-4.section {
  margin-bottom: 0;
}
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  margin: 0 0 20px 0;
}
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--medium,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty {
  font-size: 18px;
  font-weight: unset;
  line-height: 1.2;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme .text-4 p,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme a.fourteen-px,
.ps-temporary-tt-commons-theme .text-4 .fs--normal,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-size: 24px;
  line-height: 1.2;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier {
  font-weight: unset;
  text-transform: unset;
}
.ps-temporary-tt-commons-theme h1,
.ps-temporary-tt-commons-theme h2,
.ps-temporary-tt-commons-theme h6,
.ps-temporary-tt-commons-theme strong,
.ps-temporary-tt-commons-theme b,
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme .link-list-text .linklist-subnav ul li a,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty,
.ps-temporary-tt-commons-theme .text-4 .fs--tiny,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-family: sans-serif;
  font-weight: 700;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme h3,
.ps-temporary-tt-commons-theme h4,
.ps-temporary-tt-commons-theme h5,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li,
.ps-temporary-tt-commons-theme .text-3 p,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-family: sans-serif;
  font-weight: 400;
}
.ps-temporary-tt-commons-theme ul li:before {
  margin-top: 7px;
}
/* Variable */
/* Variable End */
@media screen and (min-width: 1024px) {
  .library-carousel-feed {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.library-carousel-feed .carousel-arrow-buttons {
  display: none;
}
.library-carousel-feed .library-carousel-feed-container .library-carousel-item {
  /* Slick Slide */
}
.library-carousel-feed .library-carousel-feed-container .library-carousel-item a {
  display: flex;
  padding: 15px;
  text-decoration: none;
}
.library-carousel-feed .library-carousel-feed-container .library-carousel-item a:hover,
.library-carousel-feed .library-carousel-feed-container .library-carousel-item a:focus {
  outline: unset;
}
.library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-item-inner {
  display: flex;
  flex-direction: column;
  background: #222222;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}
.library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image {
  position: relative;
  height: 100px;
  overflow: hidden;
}
.library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  background: #0084bd;
  border-radius: 4px;
  width: 80px;
  height: 20px;
  color: white;
  font-size: 10px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge[data-tooltip]:before,
.library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 50%;
}
.library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge[data-tooltip]:before {
  content: attr(data-tooltip);
  font-family: "PS Commons", Helvetica, Roboto, Arial, sans-serif;
  font-size: 11px;
  color: #181818;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.2;
  bottom: 150%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  border-radius: 3px;
  background-color: #ffffff;
}
.library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge[data-tooltip]:after {
  content: "";
  font-size: 0;
  line-height: 0;
  width: 0;
  bottom: 150%;
  margin-left: -5px;
  border-top: 5px solid #ffffff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge[data-tooltip]:hover:before,
.library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
.library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge.tooltip-btm[data-tooltip]:before,
.library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge.tooltip-btm[data-tooltip]:after {
  left: 0;
}
.library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge.tooltip-btm[data-tooltip]:before {
  bottom: -70px;
  margin-left: -80px;
}
.library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image .not-standard-badge.tooltip-btm[data-tooltip]:after {
  margin-left: 35px;
  bottom: -12px;
  border-top: unset;
  border-bottom: 5px solid #ffffff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-image img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box {
  font-family: "PS Commons", Helvetica, Roboto, Arial, sans-serif;
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-title {
  font-family: "PS Commons Medium", Helvetica, Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 21px;
  color: #ffffff;
  margin-bottom: 0;
}
.library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-author {
  font-size: 14px;
  color: #cccccc;
  margin-bottom: 20px;
}
.library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details {
  margin-top: auto;
}
.library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details ul li {
  padding: 0;
  margin-bottom: 0;
  font-size: 13px;
  color: #ffffff;
}
.library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details ul li:not(:last-child) {
  margin: 0 20px 0 0;
}
.library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details ul li:before {
  display: none;
}
.library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details img.library-icon {
  display: inline-block;
  width: 10px;
  margin-bottom: 4px;
  margin-left: 5px;
}
.library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details .fa.fa-star,
.library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details .fa.fa-star-half-o {
  color: #f7a614;
}
.library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details .fa.fa-star.gray:before,
.library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details .fa.fa-star-half-o.gray:before {
  content: "\f006";
  color: #ffb115;
}
.library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details .fa.fa-star + span,
.library-carousel-feed .library-carousel-feed-container .library-carousel-item .library-carousel-box .library-carousel-details .fa.fa-star-half-o + span {
  color: #aaaaaa;
}
.library-carousel-feed .library-carousel-feed-container .library-carousel-item:hover,
.library-carousel-feed .library-carousel-feed-container .library-carousel-item:focus {
  outline: unset;
}
.library-carousel-feed .library-carousel-feed-container .library-carousel-item.slick-slide {
  display: flex;
  height: unset;
}
.library-carousel-feed .slick-slider .slick-list {
  position: relative;
}
@media screen and (min-width: 1080px) {
  .library-carousel-feed .slick-slider .slick-list {
    padding: 0 20% 0 0;
  }
  .library-carousel-feed .slick-slider .slick-list:after {
    content: "";
    display: block;
    width: 20%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(left, rgba(24, 24, 24, 0) 0%, rgba(24, 24, 24, 0.4) 25%, rgba(24, 24, 24, 0.8) 55%, #181818 100%);
    background: -webkit-linear-gradient(left, rgba(24, 24, 24, 0) 0%, rgba(24, 24, 24, 0.4) 25%, rgba(24, 24, 24, 0.8) 55%, #181818 100%);
    background: linear-gradient(to right, rgba(24, 24, 24, 0) 0%, rgba(24, 24, 24, 0.4) 25%, rgba(24, 24, 24, 0.8) 55%, #181818 100%);
  }
}
.library-carousel-feed .slick-slider .slick-arrow {
  background: #ffffff;
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 12px -1px #000000;
  z-index: 1;
}
.library-carousel-feed .slick-slider .slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(135deg);
  border: solid;
  border-width: 0 3px 3px 0;
  padding: 3px;
  top: 11px;
  transition: all .3s ease;
  border-color: black;
}
.library-carousel-feed .slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.library-carousel-feed .slick-slider .slick-arrow.slick-prev:before {
  left: 11px;
}
.library-carousel-feed .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.library-carousel-feed .slick-slider .slick-arrow.slick-next:before {
  transform: rotate(-45deg);
  right: 11px;
}
.library-carousel-feed .slick-slider .slick-arrow.slick-disabled {
  display: none !important;
}
.library-carousel-feed .slick-slider .slick-track {
  display: flex;
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.ps-paragraph-theme {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: .5px;
}
.ps-eyebrow-text-theme {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ec008c;
  line-height: 130%;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* TT Commons Global style */
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: unset;
  text-transform: none;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 48px;
    line-height: unset;
  }
}
@media screen and (max-width: 640px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 36px;
    line-height: unset;
  }
}
.ps-temporary-tt-commons-theme .text-4.section {
  margin-bottom: 0;
}
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  margin: 0 0 20px 0;
}
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--medium,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty {
  font-size: 18px;
  font-weight: unset;
  line-height: 1.2;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme .text-4 p,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme a.fourteen-px,
.ps-temporary-tt-commons-theme .text-4 .fs--normal,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-size: 24px;
  line-height: 1.2;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier {
  font-weight: unset;
  text-transform: unset;
}
.ps-temporary-tt-commons-theme h1,
.ps-temporary-tt-commons-theme h2,
.ps-temporary-tt-commons-theme h6,
.ps-temporary-tt-commons-theme strong,
.ps-temporary-tt-commons-theme b,
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme .link-list-text .linklist-subnav ul li a,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty,
.ps-temporary-tt-commons-theme .text-4 .fs--tiny,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-family: sans-serif;
  font-weight: 700;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme h3,
.ps-temporary-tt-commons-theme h4,
.ps-temporary-tt-commons-theme h5,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li,
.ps-temporary-tt-commons-theme .text-3 p,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-family: sans-serif;
  font-weight: 400;
}
.ps-temporary-tt-commons-theme ul li:before {
  margin-top: 7px;
}
.labs-tile-component.aem-component .labs-tile-tabs {
  display: flex;
  margin-bottom: 30px;
  border-bottom: 1px solid #aaaaaa;
}
.labs-tile-component.aem-component .labs-tile-tabs .labs-tab {
  font-size: 17px;
  font-weight: 500;
  color: #cccccc;
  margin: 0 20px;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
}
.labs-tile-component.aem-component .labs-tile-tabs .labs-tab:first-child {
  margin-left: 0;
}
.labs-tile-component.aem-component .labs-tile-tabs .labs-tab.active {
  color: #ffffff;
}
.labs-tile-component.aem-component .labs-tile-tabs .labs-tab.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
.labs-tile-component.aem-component .labs-tile-container .labs-tile {
  display: none;
}
.labs-tile-component.aem-component .labs-tile-container .labs-tile.active {
  display: block;
}
.labs-tile-component.aem-component .labs-tile-container a {
  display: flex;
  color: white;
  padding: 20px;
  margin-bottom: 20px;
  text-decoration: none;
}
.labs-tile-component.aem-component .labs-tile-container a.default-theme {
  background: #000000;
}
.labs-tile-component.aem-component .labs-tile-container a.darkgrey-theme {
  background: #181818;
}
.labs-tile-component.aem-component .labs-tile-container a.midgrey-theme {
  background: #222222;
}
.labs-tile-component.aem-component .labs-tile-container a.lightgrey-theme {
  background: #363638;
}
.labs-tile-component.aem-component .labs-tile-container a.white-theme {
  background: #ffffff;
}
.labs-tile-component.aem-component .labs-tile-container a.white-theme .labs-tile-info {
  color: #000000;
}
.labs-tile-component.aem-component .labs-tile-container a.white-theme .labs-tile-info ul li {
  color: #000000;
}
.labs-tile-component.aem-component .labs-tile-container a.white-theme .labs-tile-info ul li.not-standard-badge {
  color: #ffffff;
}
.labs-tile-component.aem-component .labs-tile-container .labs-tile-type {
  flex: 0 0 50px;
  margin-right: 30px;
}
.labs-tile-component.aem-component .labs-tile-container .labs-tile-info {
  flex: 1;
}
.labs-tile-component.aem-component .labs-tile-container .labs-tile-info ul {
  display: flex;
  margin: 10px 0 0;
  padding: 0;
}
.labs-tile-component.aem-component .labs-tile-container .labs-tile-info ul li {
  font-size: 14px;
  font-weight: 500;
  color: #cccccc;
  padding: 0;
  margin: 0;
}
.labs-tile-component.aem-component .labs-tile-container .labs-tile-info ul li:not(:last-child) {
  padding-right: 20px;
}
.labs-tile-component.aem-component .labs-tile-container .labs-tile-info ul li:before {
  display: none;
}
.labs-tile-component.aem-component .labs-tile-container .labs-tile-info ul li .fa {
  color: #f7a614;
}
.labs-tile-component.aem-component .labs-tile-container .labs-tile-info ul li .fa.gray:before {
  content: "\f006";
}
.labs-tile-component.aem-component .labs-tile-container .labs-tile-info ul li.is-labs-label .labs-tile-icon {
  margin-left: 0;
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .labs-tile-component.aem-component .labs-tile-container .labs-tile-info ul li.is-labs-label {
    display: none;
  }
}
.labs-tile-component.aem-component .labs-tile-container .labs-tile-info ul li.not-standard-badge {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  background: #0084bd;
  border-radius: 4px;
  width: 80px;
  height: 20px;
  color: white;
  font-size: 10px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
  margin-right: 10px;
  padding-right: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .labs-tile-component.aem-component .labs-tile-container .labs-tile-info ul li.not-standard-badge {
    display: none;
  }
}
.labs-tile-component.aem-component .labs-tile-container .labs-tile-info .labs-tile-icon {
  width: 14px;
  margin-top: -2px;
  margin-left: 3px;
}
.labs-tile-component.aem-component .labs-tile-container .labs-tile-info .labs-tile-title {
  font-size: 18px;
  line-height: 1.2;
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
}
.labs-tile-component.aem-component .labs-tile-container .labs-tile-info .labs-tile-author {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .labs-tile-component.aem-component .labs-tile-container {
    /* Multi column */
  }
  .labs-tile-component.aem-component .labs-tile-container.labs-tile-column {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
  }
  .labs-tile-component.aem-component .labs-tile-container.labs-tile-column .labs-tile {
    flex: 0 0 49.25%;
    margin-bottom: 20px;
  }
  .labs-tile-component.aem-component .labs-tile-container.labs-tile-column .labs-tile a {
    height: 100%;
  }
}

.jobs.section {
  margin: 50px 0;
}
.jobs.section .job-filters .job-filters-content {
  margin-bottom: 30px;
}
.jobs.section .job-filters .job-filters-content .columns {
  padding: 0px;
}
.jobs.section .job-filters .job-filters-content .columns:first-child {
  padding-right: 10px;
  padding-left: 5px !important;
}
.jobs.section .job-filters .job-filters-content .columns:last-child {
  padding: 0px 5px 0 10px;
  float: left;
}
.jobs.section .job-filters .job-filters-content .columns .all-jobs-link {
  display: none;
}
.jobs.section .job-filters .job-filters-content .columns .all-jobs-link a {
  margin-top: 15px;
  float: right;
  color: #EC008C;
}
.jobs.section .job-filters .job-filters-content .columns .all-jobs-link a:hover {
  text-decoration: none;
}
.jobs.section .job-filters .job-filters-content .job-filter-container {
  width: 100%;
  position: relative;
}
.jobs.section .job-filters .job-filters-content .job-filter-container .fa-caret-down {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 14px;
  border: none;
  padding: 0;
  color: #222222;
}
.jobs.section .job-filters .job-filters-content .job-filter-container select {
  margin: 0;
  background-color: #f2f2f2;
  color: #222222;
  border: none;
  background-image: none;
  height: auto;
  padding: 15px;
}
@media screen and (max-width: 640px) {
  .jobs.section .job-filters .job-filters-content .job-filter-container select {
    font-size: 16px;
  }
}
.jobs.section .job-results .job-result--wrapper:nth-child(n+11) {
  display: none;
}
.jobs.section .job-results .job-result {
  width: 100%;
  height: 70px;
  margin: 15px 0;
  background: #222222;
  position: relative;
}
.jobs.section .job-results .job-result.filteredDepartment,
.jobs.section .job-results .job-result.filteredLocation {
  display: none;
}
.jobs.section .job-results .job-result .job-result--data {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
}
.jobs.section .job-results .job-result .job-result--data.job-result--title {
  max-width: 46%;
  text-align: left;
  left: 20px;
  color: #fefefe;
}
.jobs.section .job-results .job-result .job-result--data.job-result--department {
  left: 50%;
  color: #aaaaaa;
  font-weight: 100;
  font-size: 12px;
  text-align: left;
  max-width: 25%;
}
.jobs.section .job-results .job-result .job-result--data.job-result--location {
  color: #aaaaaa;
  right: 20px;
  max-width: 20%;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .jobs.section .job-results .job-result {
    height: auto;
    margin: 10px 0;
  }
  .jobs.section .job-results .job-result .job-result--data.job-result--title {
    left: 0;
    padding-left: 15px;
    float: left;
    max-width: 60%;
  }
  .jobs.section .job-results .job-result .job-result--data.job-result--department {
    position: relative;
    transform: none;
    float: right;
    text-align: right;
    max-width: 40%;
    padding: 15px 15px 0 0;
    left: 0;
  }
  .jobs.section .job-results .job-result .job-result--data.job-result--location {
    position: relative;
    transform: none;
    float: right;
    max-width: 40%;
    padding: 0 15px 15px 0;
    clear: right;
    right: 0;
  }
}
.jobs.section #view-all-button {
  width: 300px;
  max-width: 100%;
  margin-top: 30px;
}

.image-text-component-3 .image,
.image-text-component-3 .text-3,
.image-text-component-3 .text-4 {
  float: left;
  margin: 20px 3% 20px 3%;
}
body.mode-edit .image-text-component-3 .image,
body.mode-edit .image-text-component-3 .text-3,
body.mode-edit .image-text-component-3 .text-4 {
  width: 40%;
}
.image-text-component-3 .image {
  margin-right: 0px;
  width: 12%;
  max-width: 100px;
}
.image-text-component-3 .image img {
  transform: translateX(-50%);
  margin-left: 50%;
}
.image-text-component-3 .text-3,
.image-text-component-3 .text-4 {
  max-width: 70%;
}
.image-text-component-3 .text-3 p,
.image-text-component-3 .text-4 p {
  margin-bottom: 0px;
  line-height: 20px;
}
.image-text-component-3.style-tight {
  display: flex;
}
.image-text-component-3.style-tight .image,
.image-text-component-3.style-tight .text-3,
.image-text-component-3.style-tight .text-4 {
  margin: 0;
  width: auto;
}
.image-text-component-3.style-tight .image {
  margin-right: 10px;
  margin-bottom: 10px;
  flex-shrink: 0;
}
.image-text-component-3.style-tight .text-3,
.image-text-component-3.style-tight .text-4 {
  max-width: inherit;
}
.image-text-component-3.style-manual .image,
.image-text-component-3.style-manual .text-4 {
  margin: 0;
  width: auto;
  max-width: unset;
}

.image-text-component-2 .image,
.image-text-component-2 .text-2 {
  float: left;
  margin: 20px 3% 20px 3%;
}
body.mode-edit .image-text-component-2 .image,
body.mode-edit .image-text-component-2 .text-2 {
  width: 40%;
}
.image-text-component-2 .image {
  margin-right: 0px;
  width: 12%;
}
.image-text-component-2 .image img {
  transform: translateX(-50%);
  margin-left: 50%;
}
.image-text-component-2 .text-2 {
  max-width: 70%;
}
.image-text-component-2 .text-2 p {
  margin-bottom: 0px;
  line-height: 20px;
}

.image-text-component.text--black .text-component {
    color: #222222;
}
.image-text-component.text--black a {
    color: #222222;
}
.image-text-component.text--white .text-component {
    color: white;
}
.image-text-component.text--white a {
    color: white;
}
.mode-edit .image-text-component.text--white .text-component {
    color: #222222;
}

.image-text-component p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}
.image-text-component .image-text__header-text p {
    font-weight:400;
}
.image-text-component .image-text__header-text p {
    margin: 0;
}
.image-text-component .image-text__text p {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
}
.image-text-component.stacked {
    text-align: center;
}
.image-text-component.stacked .image-text__text {
    color: #808080;
}
.image-text-component.stacked .image-text__image {
    margin-bottom: 10px;
}
.image-text-component.inline{
    display: block;    
    height: 100%;
    overflow: auto;
}
.image-text-component.inline .image-text__image {
    display: inline-block;
    margin-bottom: 10px;
}
.image-text-component.inline .image-text-text {
    display: inline-block;
}
.image-text-component.inline .image-text__header-text p {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    min-width:30px;
}
.image-text-component.inline .image-text__text {
    display: none;
}
.image-text-component.overlay {
    position: relative;
    transform-style: preserve-3d;
}
.image-text-component.overlay .image-text-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}
.mode-edit .image-text-component.overlay .image-text-text {
    position: relative;
    top: auto;
    transform: none;
}
.image-text-component.overlay .image-text__header-text .text-component p {
    font-size: 36px;
    font-weight: 200;
}

@media screen and (max-width: 640px) {
    .image-text-component.overlay .image-text__header-text .text-component p {
        font-size: 18px;
    }
}
.hub-feed-header {
  margin-bottom: 15px;
}
.hub-feed-header .hub-header-left {
  width: 48.5%;
  float: left;
  display: flex;
}
.hub-feed-header .hub-header-left h3 {
  font-size: 26px;
  font-weight: 500;
  float: left;
  margin-right: 20px;
}
.hub-feed-header .hub-header-left h3 a:hover {
  text-decoration: none;
}
.hub-feed-header .hub-header-left .header-left-line {
  background-color: #EC008C;
}
.hub-feed-header .hub-header-left .header-left-line.hub-feed-yellow {
  background-color: #F7A614;
}
.hub-feed-header .hub-header-left .header-left-line.hub-feed-blue {
  background-color: #0084BD;
}
.hub-feed-header .hub-header-left .header-left-line.hub-feed-green {
  background-color: #4CB272;
}
.hub-feed-header .hub-header-left .header-left-line.hub-feed-orange {
  background-color: #F15B2A;
}
.hub-feed-header .hub-header-right {
  width: 51.5%;
  float: right;
  display: flex;
}
.hub-feed-header .hub-header-right .header-right-line {
  background-color: #555555;
}
.hub-feed-header .hub-header-right .header-see-all {
  float: right;
  padding-top: 10px;
  margin-left: 20px;
}
.hub-feed-header .hub-header-right .header-see-all a {
  font-weight: 500;
  font-size: 15px;
}
.hub-feed-header .header-left-line,
.hub-feed-header .header-right-line {
  flex-grow: 1;
  margin-top: 20px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .hub-feed-header .hub-header-left {
    width: auto;
    display: block;
  }
  .hub-feed-header .hub-header-right {
    width: 85px;
    display: block;
  }
  .hub-feed-header .header-left-line,
  .hub-feed-header .header-right-line {
    display: none;
  }
}
.hub-feed-container {
  clear: both;
}
.hub-feed-container .hub-tile {
  color: #aaa;
  font-size: 15px;
  line-height: 1.4;
  float: left;
  position: relative;
  width: 100%;
  background-color: #222222;
  margin-bottom: 35px;
}
.hub-feed-container .hub-tile .hub-tile-content {
  padding: 30px;
}
.hub-feed-container .hub-tile .hub-tile-content .hub-tile-content-type,
.hub-feed-container .hub-tile .hub-tile-content .hub-tile-topic {
  color: #EC008C;
  float: left;
  font-size: 14px;
  font-weight: 600;
  margin-right: 40px;
  margin-bottom: 5px;
}
.hub-feed-container .hub-tile .hub-tile-content .hub-tile-content-type a:hover,
.hub-feed-container .hub-tile .hub-tile-content .hub-tile-topic a:hover {
  text-decoration: none;
}
.hub-feed-container .hub-tile .hub-tile-content h4 {
  line-height: 1;
  clear: both;
  margin-top: 0;
  margin-bottom: 12px;
}
.hub-feed-container .hub-tile .hub-tile-content h4 a {
  color: white;
  font-weight: 700;
  font-size: 16px;
}
.hub-feed-container .hub-tile .hub-tile-content h4 a:hover {
  text-decoration: none;
}
.hub-feed-container .hub-tile .hub-tile-image {
  width: 100%;
}
.hub-feed-container.feed {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hub-feed-container.feed .hub-tile {
  width: 48.5%;
  border-bottom: 1px solid #222222;
  background-color: unset;
  margin-bottom: 0;
}
.hub-feed-container.feed .hub-tile:nth-child(odd) {
  margin-right: 3%;
}
@media all and (max-width: 768px) {
  .hub-feed-container.feed .hub-tile {
    width: 100%;
  }
  .hub-feed-container.feed .hub-tile:nth-child(odd) {
    margin-right: 0;
  }
}
.hub-feed-container.feed .hub-tile .hub-tile-content {
  padding: 20px 20px 20px 0;
  position: relative;
}
@media all and (max-width: 768px) {
  .hub-feed-container.feed .hub-tile .hub-tile-content {
    padding-right: 0;
  }
}
.hub-feed-container.feed .hub-see-more {
  color: #EC008C;
  cursor: pointer;
  font-weight: 500;
  float: left;
  margin-top: 25px;
  font-size: 15px;
}
@media all and (min-width: 768px) {
  .hub-feed-container.large1 .hub-tile {
    min-height: 450px;
  }
  .hub-feed-container.large1 .hub-tile .hub-tile-topic {
    margin-bottom: 15px;
  }
  .hub-feed-container.large1 .hub-tile .hub-tile-image {
    display: none;
  }
  .hub-feed-container.large1 .hub-tile .hub-tile-image-background {
    position: absolute;
    width: 66%;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .hub-feed-container.large1 .hub-tile .hub-tile-content {
    float: left;
    width: 34%;
    font-size: 16px;
    line-height: 1.3;
  }
  .hub-feed-container.large1 .hub-tile .hub-tile-content h4 {
    margin-bottom: 15px;
  }
  .hub-feed-container.large1 .hub-tile .hub-tile-content h4 a {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
  }
}
@media all and (min-width: 768px) {
  .hub-feed-container.large2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .hub-feed-container.large2 .hub-tile {
    width: 48.5%;
  }
  .hub-feed-container.large2 .hub-tile:nth-of-type(1) {
    margin-right: 3%;
  }
}
@media all and (min-width: 768px) {
  .hub-feed-container.large3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .hub-feed-container.large3 .hub-tile {
    width: 31.5%;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .hub-feed-container.medium3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .hub-feed-container.medium3 .hub-tile {
    width: 31.5%;
  }
}
@media all and (min-width: 1024px) {
  .hub-feed-container.medium3 {
    position: relative;
  }
  .hub-feed-container.medium3:before,
  .hub-feed-container.medium3:after {
    content: " ";
    display: table;
  }
  .hub-feed-container.medium3:after {
    clear: both;
  }
  .hub-feed-container.medium3 .hub-tile {
    float: left;
    position: relative;
  }
  .hub-feed-container.medium3 .hub-tile:nth-of-type(1) {
    width: 48.5%;
    margin-right: 3%;
  }
  .hub-feed-container.medium3 .hub-tile:nth-of-type(2),
  .hub-feed-container.medium3 .hub-tile:nth-of-type(3) {
    width: 48.5%;
  }
  .hub-feed-container.medium3 .hub-tile:nth-of-type(2) .hub-tile-content,
  .hub-feed-container.medium3 .hub-tile:nth-of-type(3) .hub-tile-content {
    padding: 30px 20px 30px 30px;
    max-height: 100%;
    width: 40%;
    overflow: hidden;
    border-bottom: 30px solid #222222;
  }
  .hub-feed-container.medium3 .hub-tile:nth-of-type(2) .hub-tile-content .hub-tile-description,
  .hub-feed-container.medium3 .hub-tile:nth-of-type(3) .hub-tile-content .hub-tile-description {
    display: none;
  }
  .hub-feed-container.medium3 .hub-tile:nth-of-type(2) .hub-tile-image-background,
  .hub-feed-container.medium3 .hub-tile:nth-of-type(3) .hub-tile-image-background {
    position: absolute;
    width: 60%;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .hub-feed-container.medium3 .hub-tile:nth-of-type(2) .hub-tile-image,
  .hub-feed-container.medium3 .hub-tile:nth-of-type(3) .hub-tile-image {
    display: none;
  }
  .hub-feed-container.medium3 .hub-tile:nth-of-type(2) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 48%;
  }
  .hub-feed-container.medium3 .hub-tile:nth-of-type(3) {
    position: absolute;
    top: 52%;
    right: 0;
    bottom: 0;
  }
}
.hub-feed-container.small4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 35px;
  margin-top: -15px;
}
.hub-feed-container.small4 .hub-tile {
  width: 48.5%;
  background-color: unset;
  margin-bottom: 0;
}
.hub-feed-container.small4 .hub-tile:nth-child(odd) {
  margin-right: 3%;
}
.hub-feed-container.small4 .hub-tile:nth-child(1),
.hub-feed-container.small4 .hub-tile:nth-child(2) {
  border-bottom: 1px solid #222222;
}
@media all and (max-width: 768px) {
  .hub-feed-container.small4 .hub-tile {
    width: 100%;
  }
  .hub-feed-container.small4 .hub-tile:nth-child(odd) {
    margin-right: 0;
  }
}
.hub-feed-container.small4 .hub-tile .hub-tile-content {
  padding: 30px 0 30px 170px;
  position: relative;
  min-height: 160px;
}
@media all and (max-width: 768px) {
  .hub-feed-container.small4 .hub-tile .hub-tile-content {
    padding-left: 115px;
  }
}
.hub-feed-container.small4 .hub-tile a.image-link {
  top: 36px;
  position: absolute;
  z-index: 99;
}
.hub-feed-container.small4 .hub-tile a.image-link .hub-tile-image {
  height: 100px;
  width: 150px;
  object-fit: cover;
}
@media all and (max-width: 768px) {
  .hub-feed-container.small4 .hub-tile a.image-link .hub-tile-image {
    width: 100px;
  }
}
.hub-feed.section .hub-feed-yellow {
  color: #F7A614 !important;
}
.hub-feed.section .hub-feed-blue {
  color: #0084BD !important;
}
.hub-feed.section .hub-feed-green {
  color: #4CB272 !important;
}
.hub-feed.section .hub-feed-orange {
  color: #F15B2A !important;
}

.hub-event-container {
  background-color: #222222;
  color: white;
  height: 110px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-left: 5px solid #EC008C;
  border-right: 0;
}
.hub-event-container .hub-event-date-container,
.hub-event-container .hub-event-content-container {
  position: absolute;
}
.hub-event-container .hub-event-date-container {
  padding-top: 20px;
  color: #FFFFFF;
  width: 100px;
  top: 0;
  left: 0;
  text-align: center;
}
.hub-event-container .hub-event-date-container .hub-event-month {
  font-size: 20px;
  font-weight: 700;
}
.hub-event-container .hub-event-date-container .hub-event-month:after {
  /* forces linebreak */
  content: "\A";
  white-space: pre;
}
.hub-event-container .hub-event-date-container .hub-event-day {
  font-size: 40px;
  line-height: 30px;
  font-weight: 700;
}
.hub-event-container .hub-event-content-container {
  top: 0;
  left: 105px;
  line-height: 105px;
  margin-right: 10px;
  padding-right: 50px;
}
.hub-event-container .hub-event-content-container .hub-event-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.hub-event-container .hub-event-arrow-outer {
  position: absolute;
  top: 41px;
  right: 30px;
  background: #555555;
  padding: 6px 7px 6px 5px;
  border-radius: 15px;
}
.hub-event-container .hub-event-arrow-inner {
  width: 6px;
  height: 6px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
}

.flex-open-block .flex-open-block-wrapper {
  color: #DDDDDD;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
  height: 100%;
}
.flex-open-block .flex-open-block-wrapper h1,
.flex-open-block .flex-open-block-wrapper h2,
.flex-open-block .flex-open-block-wrapper h3,
.flex-open-block .flex-open-block-wrapper h4,
.flex-open-block .flex-open-block-wrapper h5,
.flex-open-block .flex-open-block-wrapper h6 {
  color: #FFFFFF;
}
.flex-open-block .flex-open-block-wrapper.block--light {
  color: #181818;
}
.flex-open-block .flex-open-block-wrapper.block--light h1,
.flex-open-block .flex-open-block-wrapper.block--light h2,
.flex-open-block .flex-open-block-wrapper.block--light h3,
.flex-open-block .flex-open-block-wrapper.block--light h4,
.flex-open-block .flex-open-block-wrapper.block--light h5,
.flex-open-block .flex-open-block-wrapper.block--light h6 {
  color: #181818;
}
.flex-open-block .flex-open-block-wrapper.quote-bar {
  border-left: 12px solid #EC008C;
  border-image: linear-gradient(to bottom, #f05a28, #ec008c) 1 100%;
}
.flex-open-block .flex-open-block-wrapper.top-gradient-bar {
  padding-top: 10px;
}
.flex-open-block .flex-open-block-wrapper.top-gradient-bar:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #f05a28, #ec008c);
  top: 0;
  left: 0;
}
.flex-open-block .flex-open-block-wrapper.flex-open-block--vertical-center > .main {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.flex-open-block .flex-open-block-wrapper.flex-open-block--vertical-bottom > .main {
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  padding-bottom: inherit;
}
.flex-open-block a:hover {
  text-decoration: none;
}

.flex-card {
  background-color: #222;
}
.flex-card .flex-card--container {
  height: 100%;
}
.flex-card.hidden {
  visibility: hidden;
  margin: 0;
  height: 0;
}
.flex-card:focus {
  outline: none;
}
.flex-card .flex-card--link {
  color: #aaa;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.flex-card .flex-card--link:hover {
  text-decoration: none;
}
.flex-card .flex-card--image {
  width: 100%;
  min-height: 1px;
}
.flex-card .flex-card--text {
  padding: 15px 15px 5px;
  color: #aaa;
  flex: auto;
}
.flex-card .flex-card--text p {
  margin-bottom: 10px;
}
.flex-card .flex-card--text p a {
  color: #EC008C;
}
.flex-card .flex-card--text p a:hover {
  text-decoration: none;
}
.flex-block-container.light .flex-card {
  background-color: white;
}
.flex-block-container.light .flex-card .flex-card--text {
  color: #222;
}
.flex-block-container.light .flex-card .flex-card--link {
  color: #222;
}
@media screen and (min-width: 1025px) {
  .flex-block-container.desktop-five > .flex-card .flex-card--text,
  .flex-block-container.desktop-six > .flex-card .flex-card--text {
    padding: 10px 10px 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 640px) {
  .flex-block-container.tablet-four > .flex-card .flex-card--text {
    padding: 10px 10px 0;
  }
}
@media screen and (max-width: 639px) {
  .flex-block-container.mobile-two > .flex-card .flex-card--text {
    padding: 10px 10px 0;
  }
}

@media (max-width: 1023px) {
  .feature-item {
    margin-bottom: 20px;
  }
}

.mode-edit .team-row .column {
    float: none;
}

.executive-asset-downloads h6, .executive-asset-downloads a, .executive-asset-downloads .divider {
	font-size: 12px;
}
.executive-asset-downloads a, .executive-asset-downloads .divider {
	color: #f86816;
	font-weight: 300;
}
.executive-asset-downloads .divider {
	display: inline-block;
	margin: 0 10px;
}

.executive-member{
	width:23%;
}

@media screen and (max-width:1024px) and (min-width:641px){
	.executive-member{
		width:32%;
	}
}
@media screen and (max-width:640px){
	.executive-member{
		width:48%;
	}
}
.section.executive{
	background-color: black;
}
.exec-close {
	background: url(main/images/close-button-x.png);
	width: 18px;
	height: 18px;
	background-size: 18px 18px;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
}
/* Team */
.team h5 {
	margin-bottom: 86px;
}
.team-row {
	margin: 0 -15px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.team-row .new.section{
	width:100%;
}
.team-row .column {
	padding: 0 15px;
	margin-bottom: 25px;
}
.team .text-component p {
	color: #555;
	margin: 0 0 50px;
}
.executive-member p {
	font-size: 12px;
	margin-bottom: 5px;
	height:45px;
}
.team a {
	font-size: 12px;
	text-decoration: none;
	color: #aaaaaa;
	text-align: left;
}
.team img {
	width: 100%;
	height: auto;
	margin: 0 0 20px;
}
.team strong {
	display: block;
	font-size: 14px;
	color: white;
}
.team-popup--container {display: flex; height: 400px;}
.team-popup {
	display: none;
	max-width: 800px;
}
.team-image {
	position: relative;
	flex: 0 0 250px;
}
.team-image img {
	width: 100%;
	height: auto;
	margin: 0;
}
.team-title {
	/*position: absolute;*/
	/*left: 30px;*/
	/*bottom: 25px;*/
	/*color: #fff;*/
}
.team-title span {display: inline-block; font-size: 14px; font-weight: 200; letter-spacing: 1px;}
.team-title h4 {
	font-size: 24px;
	color: black;
	font-weight: 700;
	margin: 0 0 10px;
	display: inline-block;
}
.team-title p {
	font-size: 12px;
	margin: 0;
}
.team-title__twitter a {
	color: white;
}
.team-title__twitter .tweet-icon {
	display: inline-block;
	width: 16px;
	height: 13px;
}
.team-bio {
	padding: 20px 30px;
	overflow-y: auto;
}
.team-bio p {
	font-size: 14px;
	font-weight: 200;
	line-height: 1.6;
	color: black;
	/*margin: 0 0 15px;*/
}
.team-bio .button {
	min-width: 0;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 0;
}
.team-bio .button:active,
.team-bio .button:focus {color: #EC008C; outline: none;}
.team-tab {}
.team-tab--title {
	font-size: 12px;
	font-weight: 200;
	padding-bottom: 5px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}
.team-tab--title span {display: inline-block; position: relative;}
.team-tab--title span:after {content: ""; border-bottom: 3px solid #ea44a3; position: relative; bottom: -6px; display: block;}

@media all and (max-width: 640px) {
	.team img {
		height: auto;
		margin-bottom: 0;
	}
	.executive-member strong{
		padding-top: 10px;
		font-weight: 400;
	}
	.executive-member p {
		font-size: 11px;
	}
	.team strong {
		font-size: 12px;
	}
	.team-row .column {
		padding: 0 7px;
		margin-bottom: 25px;
	}
	.team.content-block {
		padding: 75px 0;
	}
	.team h5 {
		margin-bottom: 50px;
	}

	.team-title {
		left: 15px;
		bottom: 15px;
	}
	.team-title h4 {
		font-size: 16px;
		margin: 0 0 6px;
	}
	.team-title p {
		font-size: 9px;
	}
	.team-title__twitter .tweet-icon {
		width: 10px;
		height: 8px;
	}
	.team-bio {
		padding: 15px;
	}
	.team-bio p {
		font-size: 14px;
		line-height: 22px;
	}
	.team-image {flex: 0 0 100px;}
}
.event-details-upcoming {
  display: flex;
  flex-wrap: wrap;
}
.event-details-upcoming .event-details-item {
  flex: 0 0 50%;
  font-size: 12px;
  font-weight: 500;
  color: #cccccc;
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.event-details-upcoming .event-details-item > i {
  width: 20px;
}
.event-details-upcoming .event-details-item.event-details--location {
  flex: 0 0 100%;
}
@media screen and (max-width: 640px) {
  .event-details-upcoming {
    flex-direction: column;
  }
}

.dynamic-text-writer-wrapper {
    color:white;
    font-size: 100px;
    text-align: center;
}
.dynamic-text-writer__learn {
    font-weight: 100;
}
#dynamic-text-writer__right {
    display: inline;
}
.dynamic-text-writer-wrapper .target {
    font-weight: 500;
}
.dynamic-text-writer-wrapper .hidden {
    display: none;
}
.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    font-weight: 100;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

@media only screen and (max-width: 640px) {
    .dynamic-text-writer-wrapper {
        font-size: 50px;
        line-height: 60px;
    }
}
.cs-feed {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cs-feed .cs-feed-card-wrapper {
  width: 32%;
  margin-bottom: 20px;
  background-color: #222222;
  color: white;
  position: relative;
}
.cs-feed .cs-feed-card-wrapper:hover {
  text-decoration: none;
}
.cs-feed .cs-feed-card-wrapper.filler {
  height: 0px !important;
}
.cs-feed .cs-feed-card-wrapper .cs-card-images {
  background-color: grey;
  background-size: cover;
  height: 200px;
  position: relative;
}
.cs-feed .cs-feed-card-wrapper .cs-card-images:before {
  content: '';
  background: linear-gradient(45deg, #000000, transparent);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.8;
}
.cs-feed .cs-feed-card-wrapper .cs-card-images .cs-card-product {
  position: absolute;
  top: 30px;
  height: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.cs-feed .cs-feed-card-wrapper .cs-card-images .cs-card-logo {
  max-width: 90%;
  max-height: 100px;
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform: translate(-50%, 50%);
}
.cs-feed .cs-feed-card-wrapper .cs-card-content {
  padding: 30px 30px 70px;
  text-align: center;
}
.cs-feed .cs-feed-card-wrapper .cs-card-link {
  font-weight: 700;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.cs-feed .cs-feed-card-wrapper .cs-card-link:after {
  font-family: FontAwesome;
  content: "\f105";
  color: #ec008c;
  margin-left: 10px;
}
@media (max-width: 800px) {
  .cs-feed .cs-feed-card-wrapper {
    width: 49%;
  }
}
@media (max-width: 500px) {
  .cs-feed .cs-feed-card-wrapper {
    width: 100%;
  }
}

.course-tiles .course-tiles-row.row {
  max-width: 1400px;
}
@media only screen and (min-width: 1025px) {
  .course-tiles .course-tiles-row.row > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.course-tiles .course-tile {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  /* Tiles Primary */
  /* Tiles Secondary */
}
.course-tiles .course-tile .course-tiles-item {
  flex: 0 0 auto;
  max-width: 100%;
  flex-grow: 1;
  flex-basis: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.course-tiles .course-tile .tile-box {
  background: #232323;
  text-align: center;
}
.course-tiles .course-tile .tile-box > a {
  padding: 30px;
  display: block;
  text-decoration: none;
}
.course-tiles .course-tile .tile-box h6 {
  font-family: sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 3px;
  font-weight: 700;
}
.course-tiles .course-tile .tile-box .text-blue {
  color: #009EB5;
}
.course-tiles .course-tile .tile-box .tile-title {
  font-family: sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  color: white;
  text-transform: uppercase;
}
.course-tiles .course-tile .tile-box ul {
  margin: 0;
  padding: 25px;
}
.course-tiles .course-tile .tile-box ul li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
  padding-left: 0;
}
.course-tiles .course-tile .tile-box ul li a {
  color: #DDDDDD;
  text-decoration: none;
}
.course-tiles .course-tile .tile-box ul li a:hover {
  color: #eeeeee;
}
.course-tiles .course-tile .tile-box ul li.view-more {
  margin-top: 20px;
}
.course-tiles .course-tile .tile-box ul li.view-more a {
  font-weight: 500;
  color: #009EB5;
  display: inline-block;
}
.course-tiles .course-tile .tile-box ul li.view-more a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #009EB5;
  margin-top: 5px;
}
.course-tiles .course-tile .tile-box ul li:before {
  display: none;
}
.course-tiles .course-tile .box-pink {
  background: #E90A88;
}
.course-tiles .course-tile .box-blue {
  background: #009EB5;
}
.course-tiles .course-tile .box-green {
  background: #4CB272;
}
@media only screen and (min-width: 1025px) {
  .course-tiles .course-tile {
    flex-direction: row;
  }
}
.course-tiles .course-tile.course-tiles-primary .course-tiles-item .tile-box {
  text-align: left;
}
.course-tiles .course-tile.course-tiles-primary .course-tiles-item .tile-box > a {
  padding: 0;
}
.course-tiles .course-tile.course-tiles-primary .box {
  padding: 20px 30px;
  min-height: 96px;
  display: flex;
  align-items: center;
}
.course-tiles .course-tile.course-tiles-secondary .tile-box {
  text-align: left;
  position: relative;
}
.course-tiles .course-tile.course-tiles-secondary .tile-box .tile-title {
  font-family: sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-transform: none;
}
.course-tiles .course-tile.course-tiles-secondary .tile-box:after {
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(-45deg);
  border: solid;
  border-width: 0 2px 2px 0;
  padding: 4px;
  margin-top: -7px;
  top: 50%;
  right: 20px;
  transition: all .3s ease;
}

.course-component {
    overflow:hidden;
    padding: 15px 20px;
}

.course__title {
    color:#EC008C;
}
.course__overlay {
    width: 50px;
    height: 50px;
    background-image: url(main/images/button-play-orange.png);
    background-repeat: no-repeat;
    background-position: 50%;
    /*background-size: 70px;*/
    background-size: cover;
    z-index: 1;
    position: absolute;
}
.course__title-wrapper {
    float: left;
    width: 42%;
    min-width: 100px;
    min-height: 50px;
    margin-left: 100px;
    text-align: left;
}
.course__link {
    width: 15%;
    float: left;
    position: relative;
}
.course__image {
    margin:0px;
}

@media all and (max-width: 894px) {
/*    .course__link {
        width: 100%;
    }
    .course__title-wrapper{
        width: 100%;
        margin: 15px 0 0;
    }
    .course__title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }*/
}

@media all and (max-width: 640px) {
    .course__title {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }
}
.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.countdown .countdown-white,
.event-countdown .countdown-white {
  color: #ffffff;
}
.countdown .countdown-pink,
.event-countdown .countdown-pink {
  color: #ec008c;
}
.countdown .countdown-yellow,
.event-countdown .countdown-yellow {
  color: #f7a614;
}
.countdown .countdown-black,
.event-countdown .countdown-black {
  color: #000000;
}
.countdown .countdown-wrapper,
.event-countdown .countdown-wrapper {
  letter-spacing: -0.025em;
  line-height: 40px;
  margin: 40px auto;
  text-transform: uppercase;
  max-width: 580px;
}
.countdown .countdown-wrapper.countdown--right,
.event-countdown .countdown-wrapper.countdown--right {
  margin: 40px 0 40px auto;
}
.countdown .countdown-wrapper.countdown--right .countdown__attr-wrapper,
.event-countdown .countdown-wrapper.countdown--right .countdown__attr-wrapper {
  justify-content: flex-end;
}
.countdown .countdown-wrapper.countdown--right.countdown-h .countdown__attr-wrapper .countdown__time,
.event-countdown .countdown-wrapper.countdown--right.countdown-h .countdown__attr-wrapper .countdown__time {
  padding: 0 10px 0 0;
}
.countdown .countdown-wrapper.countdown--right.countdown-v .countdown__attr-wrapper,
.event-countdown .countdown-wrapper.countdown--right.countdown-v .countdown__attr-wrapper {
  flex-direction: column;
  align-items: flex-end;
}
.countdown .countdown-wrapper.countdown--right.countdown-v .countdown__attr-wrapper .countdown__time,
.event-countdown .countdown-wrapper.countdown--right.countdown-v .countdown__attr-wrapper .countdown__time {
  padding: 0;
}
.countdown .countdown-wrapper.countdown--left,
.event-countdown .countdown-wrapper.countdown--left {
  margin: 40px 0;
}
.countdown .countdown-wrapper.countdown--left .countdown__attr-wrapper,
.event-countdown .countdown-wrapper.countdown--left .countdown__attr-wrapper {
  justify-content: flex-start;
}
.countdown .countdown-wrapper.countdown--left .countdown__attr-wrapper .countdown__time,
.event-countdown .countdown-wrapper.countdown--left .countdown__attr-wrapper .countdown__time {
  padding: 0 10px 0 0;
}
.countdown .countdown-wrapper.countdown--left.countdown-v .countdown__attr-wrapper,
.event-countdown .countdown-wrapper.countdown--left.countdown-v .countdown__attr-wrapper {
  align-items: flex-start;
}
.countdown .countdown-wrapper.countdown--center,
.event-countdown .countdown-wrapper.countdown--center {
  margin: 40px auto;
}
.countdown .countdown-wrapper.countdown-v .countdown__attr-wrapper,
.event-countdown .countdown-wrapper.countdown-v .countdown__attr-wrapper {
  flex-direction: column;
}
.countdown .countdown-component,
.event-countdown .countdown-component {
  display: flex;
  justify-content: space-between;
}
.countdown .countdown__attr-wrapper,
.event-countdown .countdown__attr-wrapper {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}
.countdown .countdown__attr-wrapper .countdown__time,
.event-countdown .countdown__attr-wrapper .countdown__time {
  font-size: 30px;
  font-weight: 700;
  padding: 0 10px;
  text-align: center;
}
.countdown .countdown__attr-wrapper .countdown__text,
.event-countdown .countdown__attr-wrapper .countdown__text {
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 414px) {
  .countdown .countdown-component,
  .event-countdown .countdown-component {
    flex-wrap: wrap;
  }
  .countdown .countdown__attr-wrapper,
  .event-countdown .countdown__attr-wrapper {
    flex: 0 0 50%;
  }
  .countdown .countdown__attr-wrapper .countdown__time,
  .event-countdown .countdown__attr-wrapper .countdown__time {
    min-width: 80px;
  }
}


.blog-author-container {
    margin-top:50px;
    margin-bottom:50px;
}

.blog-author-container .circular {
    float: left;
	margin-top: 30px;
}

.blog-author-container .circular img {
	border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    width:100px;
}

.blog-author-container .author-text {
	float:right;
    width:70%;
    margin-left:0px;
}

.blog-author-container .author-text h4{
	font-size: 18px;
    font-weight: 300;
    color: #ADACAC;
}
.blog-author-container .author-text h3{
	font-size: 25px;
    font-weight: 400;
}
.blog-author-container .author-text p{
	font-size: 13px;
}

.blog-author-container .clear {
	clear:both;
}

.contributor-dialog-fieldset {
    height: 300px;
}
.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.ps-paragraph-theme {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: .5px;
}
.ps-eyebrow-text-theme {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ec008c;
  line-height: 130%;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* TT Commons Global style */
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: unset;
  text-transform: none;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 48px;
    line-height: unset;
  }
}
@media screen and (max-width: 640px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 36px;
    line-height: unset;
  }
}
.ps-temporary-tt-commons-theme .text-4.section {
  margin-bottom: 0;
}
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  margin: 0 0 20px 0;
}
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--medium,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty {
  font-size: 18px;
  font-weight: unset;
  line-height: 1.2;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme .text-4 p,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme a.fourteen-px,
.ps-temporary-tt-commons-theme .text-4 .fs--normal,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-size: 24px;
  line-height: 1.2;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier {
  font-weight: unset;
  text-transform: unset;
}
.ps-temporary-tt-commons-theme h1,
.ps-temporary-tt-commons-theme h2,
.ps-temporary-tt-commons-theme h6,
.ps-temporary-tt-commons-theme strong,
.ps-temporary-tt-commons-theme b,
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme .link-list-text .linklist-subnav ul li a,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty,
.ps-temporary-tt-commons-theme .text-4 .fs--tiny,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-family: sans-serif;
  font-weight: 700;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme h3,
.ps-temporary-tt-commons-theme h4,
.ps-temporary-tt-commons-theme h5,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li,
.ps-temporary-tt-commons-theme .text-3 p,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-family: sans-serif;
  font-weight: 400;
}
.ps-temporary-tt-commons-theme ul li:before {
  margin-top: 7px;
}
.content-highlight {
  /* Display in Card or List View */
}
.content-highlight .not-standard-badge {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  background: #0084bd;
  border-radius: 4px;
  width: 80px;
  height: 20px;
  color: white;
  font-size: 10px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
}
.content-highlight .not-standard-badge[data-tooltip]:before,
.content-highlight .not-standard-badge[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 50%;
}
.content-highlight .not-standard-badge[data-tooltip]:before {
  content: attr(data-tooltip);
  font-family: "PS Commons", Helvetica, Roboto, Arial, sans-serif;
  font-size: 11px;
  color: #181818;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.2;
  bottom: 150%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  border-radius: 3px;
  background-color: #ffffff;
}
.content-highlight .not-standard-badge[data-tooltip]:after {
  content: "";
  font-size: 0;
  line-height: 0;
  width: 0;
  bottom: 150%;
  margin-left: -5px;
  border-top: 5px solid #ffffff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.content-highlight .not-standard-badge[data-tooltip]:hover:before,
.content-highlight .not-standard-badge[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
.content-highlight .not-standard-badge.tooltip-btm[data-tooltip]:before,
.content-highlight .not-standard-badge.tooltip-btm[data-tooltip]:after {
  left: 0;
}
.content-highlight .not-standard-badge.tooltip-btm[data-tooltip]:before {
  bottom: -70px;
  margin-left: -80px;
}
.content-highlight .not-standard-badge.tooltip-btm[data-tooltip]:after {
  margin-left: 35px;
  bottom: -12px;
  border-top: unset;
  border-bottom: 5px solid #ffffff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.content-highlight .course-item__type {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #E6078F;
}
@media screen and (max-width: 500px) {
  .content-highlight .course-item__type {
    margin-bottom: 7px;
  }
}
.content-highlight #tab-courses .course-item {
  background-color: #181818;
  padding: 10px;
  margin-bottom: 12px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .content-highlight #tab-courses .course-item {
    padding: 15px;
  }
}
.content-highlight #tab-courses .course-item:last-child {
  float: left;
}
.content-highlight #tab-courses .course-item .course-item__icon {
  float: left;
  height: 70px;
  width: 124px;
  position: relative;
  overflow: hidden;
}
.content-highlight #tab-courses .course-item .course-item__icon > div {
  opacity: 0.7;
}
@media screen and (max-width: 500px) {
  .content-highlight #tab-courses .course-item .course-item__icon {
    display: none;
  }
}
.content-highlight #tab-courses .course-item .course-item__icon i.icon-playButton {
  width: 50px;
  height: 50px;
  background-image: url('main/images/icons/playbutton@2x.png');
  background-size: 150px;
  background-position: -12px -12px;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.content-highlight #tab-courses .course-item .course-item__info {
  float: left;
  margin-left: 15px;
  max-width: calc(100% - 140px);
  width: 100%;
  text-align: left;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-evenly;
}
@media screen and (max-width: 500px) {
  .content-highlight #tab-courses .course-item .course-item__info {
    max-width: 100%;
    margin-left: 0;
  }
}
.content-highlight #tab-courses .course-item .course-item__info .course-item__title {
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 80%;
}
@media screen and (max-width: 500px) {
  .content-highlight #tab-courses .course-item .course-item__info .course-item__title {
    margin-top: 0;
    transform: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1100px) {
  .content-highlight #tab-courses .course-item .course-item__info .course-item__title {
    width: 90%;
    white-space: nowrap;
    display: inline-block;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
.content-highlight #tab-courses .course-item .course-item__info .course-item__details {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.content-highlight #tab-courses .course-item .course-item__info .course-item__details .course--item__list {
  font-size: 12px;
  color: #aaaaaa;
  line-height: 1;
  float: left;
}
.content-highlight #tab-courses .course-item .course-item__info .course-item__details .course-item__author {
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1025px) and (max-width: 1100px) {
  .content-highlight #tab-courses .course-item .course-item__info .course-item__details .course-item__author {
    max-width: 73px;
  }
}
.content-highlight #tab-courses .course-item .course-item__info .course-item__details .course-item__level {
  text-transform: capitalize;
}
.content-highlight #tab-courses .course-item .course-item__info .course-item__details .course-item__date {
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  .content-highlight #tab-courses .course-item .course-item__info .course-item__details {
    position: relative;
    top: 0;
    margin-top: 8px;
  }
}
.content-highlight #tab-courses .course-item:after {
  content: none;
}
.content-highlight #tab-courses a.course-item:hover {
  text-decoration: none;
}
@media all and (min-width: 1025px) {
  .content-highlight #tab-courses.multiple-per-row .course-item {
    width: 49.5%;
  }
  .content-highlight #tab-courses.multiple-per-row .course-item:nth-child(odd) {
    margin-right: .5%;
  }
  .content-highlight #tab-courses.multiple-per-row .course-item:nth-child(even) {
    margin-left: .5%;
  }
}
.content-highlight #tab-skills .skill-item {
  background-color: #181818;
  padding: 0;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 90px;
}
@media screen and (max-width: 500px) {
  .content-highlight #tab-skills .skill-item {
    height: auto;
  }
}
.content-highlight #tab-skills .skill-item:last-child {
  float: left;
}
.content-highlight #tab-skills .skill-item .skill-details {
  flex-grow: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.content-highlight #tab-skills .skill-item .skill-icon {
  float: left;
  width: 70px;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 0 5px;
}
.content-highlight #tab-skills .skill-item .skill-title {
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 10px 0 0;
}
.content-highlight #tab-skills .skill-item .beta-tag {
  color: black;
  background-color: #f7a614;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1px 4px;
  border-radius: 4px;
  font-size: 12px;
  vertical-align: middle;
}
.content-highlight #tab-skills .skill-item .beta-tag.beta-tag-centered {
  width: 44px;
  margin: 10px auto 0;
}
.content-highlight #tab-skills .skill-item .skill-take {
  color: #ec008c;
  font-weight: 700;
  font-size: 14px;
  padding: 20px;
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 500px) {
  .content-highlight #tab-skills .skill-item .skill-take {
    display: none;
  }
}
.content-highlight #tab-skills a.skill-item:hover {
  text-decoration: none;
}
@media all and (min-width: 1025px) {
  .content-highlight #tab-skills.multiple-per-row .skill-item {
    width: 49.5%;
  }
  .content-highlight #tab-skills.multiple-per-row .skill-item:nth-child(odd) {
    margin-right: .5%;
  }
  .content-highlight #tab-skills.multiple-per-row .skill-item:nth-child(even) {
    margin-left: .5%;
  }
}
.content-highlight #tab-roles .role-item {
  background-color: #181818;
  padding: 0;
  margin-bottom: 12px;
  display: flex;
  height: 90px;
}
@media screen and (max-width: 500px) {
  .content-highlight #tab-roles .role-item {
    height: auto;
  }
}
.content-highlight #tab-roles .role-item:last-child {
  float: left;
}
.content-highlight #tab-roles .role-item .role-icon {
  float: left;
  width: 100px;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 15px 20px;
}
.content-highlight #tab-roles .role-item .role-details {
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  flex-grow: 1;
  text-align: left;
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.content-highlight #tab-roles .role-item .role-details .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.content-highlight #tab-roles .role-item .role-details .container .role-title {
  margin: 10px 0;
}
.content-highlight #tab-roles a.role-item:hover {
  text-decoration: none;
}
@media all and (min-width: 1025px) {
  .content-highlight #tab-roles.multiple-per-row .course-list-rows .role-item {
    width: 49.5%;
  }
  .content-highlight #tab-roles.multiple-per-row .role-item:nth-child(odd) {
    margin-right: .5%;
  }
  .content-highlight #tab-roles.multiple-per-row .role-item:nth-child(even) {
    margin-left: .5%;
  }
}
.content-highlight #pathContent {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 500px) {
  .content-highlight #pathContent li.has-test span {
    display: inline-block;
  }
}
.content-highlight #pathContent #path-list-target.row {
  margin: 0;
}
.content-highlight #pathContent #path-list-target .item {
  width: 100%;
  padding: 0;
  margin-bottom: 12px;
}
.content-highlight #pathContent #path-list-target .item a {
  display: block;
  width: 100%;
  height: 90px;
}
.content-highlight #pathContent #path-list-target .item .item-text .course-item__title {
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 80%;
}
.content-highlight #pathContent #path-list-target .item .item-text ul {
  line-height: 1;
}
.content-highlight #pathContent #path-list-target .item .item-text ul li {
  font-size: 12px;
}
.content-highlight #pathContent #path-list-target .item .item-text ul li > span {
  color: #ffffff;
}
.content-highlight #pathContent #path-list-target .item.row {
  margin: 0;
}
.content-highlight #pathContent #path-list-target .item .item-each {
  background-color: #181818;
  height: inherit;
}
@media all and (min-width: 1025px) {
  .content-highlight #pathContent.multiple-per-row #path-list-target {
    max-width: none;
  }
  .content-highlight #pathContent.multiple-per-row #path-list-target .item {
    width: 49.5%;
  }
  .content-highlight #pathContent.multiple-per-row #path-list-target .item:nth-child(odd) {
    margin-right: .5%;
  }
  .content-highlight #pathContent.multiple-per-row #path-list-target .item:nth-child(even) {
    margin-left: .5%;
  }
}
.content-highlight #tab-resources .resource-tile {
  margin-bottom: 25px;
}
.content-highlight #tab-resources .resource-tile .resource-tile-text {
  background: #222222;
  text-align: left;
  padding: 10px;
  min-height: 0;
  position: relative;
}
.content-highlight #tab-resources .resource-tile .resource-tile-text p {
  color: #555555;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  font-size: 11px;
  margin-bottom: 0;
}
.content-highlight #tab-resources .resource-tile .resource-tile-text h5 {
  color: white;
  font-weight: 400;
  text-align: left;
  margin-top: 3px;
  font-size: 16px;
  margin-bottom: 0;
  height: 65px;
  overflow: hidden;
  position: relative;
}
.content-highlight #tab-resources .resource-tile .resource-tile-image .square-box-content {
  padding: 0 15px;
}
.content-highlight #tab-resources .resource-tile .resource-tile-image img {
  margin: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}
.content-highlight #tab-resources .resource-tile .resource-tile-image::after {
  margin-top: 58%;
}
.content-highlight #tab-resources .resource-tile a:hover,
.content-highlight #tab-resources .resource-tile:hover {
  text-decoration: none;
}
.content-highlight #tab-resources .resource-tile.column + .column:last-child,
.content-highlight #tab-resources .resource-tile.columns + .columns:last-child {
  float: left;
}
.content-highlight #tab-resources .search-results-section__footer {
  background: #222222;
}
.content-highlight #tab-authors .columns {
  margin-bottom: 25px;
  padding: 0 50px;
}
.content-highlight #tab-authors .author-row .ch-item {
  color: inherit;
}
.content-highlight .search-results-section__footer {
  background: #181818;
  margin-top: 0;
  margin-bottom: 30px;
}
.content-highlight .search-results-section__footer p {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  text-transform: none;
  font-size: 14px;
}
.content-highlight .search-results-section__footer p .fa-chevron-down {
  position: relative;
  top: -1px;
  font-size: 12px;
}
.content-highlight .search-results-section__footer p .fa-chevron-right {
  color: #ec008c;
  font-style: normal;
  font-size: 12px;
  transition: all 0.3s;
}
.content-highlight .search-results-section__footer:hover p .fa-chevron-right {
  margin-left: 8px;
}
.content-highlight #tab-courses.display-list-view.single-per-row .course-item,
.content-highlight #tab-courses.display-list-view.multiple-per-row .course-item {
  display: flex;
}
.content-highlight #tab-courses.display-list-view .course-item {
  height: 90px;
}
@media screen and (max-width: 500px) {
  .content-highlight #tab-courses.display-list-view .course-item {
    height: auto;
  }
}
.content-highlight #tab-courses.display-list-view .course-item .course-item__info .course-item__details {
  display: block;
}
.content-highlight #tab-courses.display-list-view .course-item .course-item__info .course-item__details .course--item__list:before {
  content: "\2022";
  padding: 0 10px;
  font-size: 9px;
}
.content-highlight #tab-courses.display-list-view .course-item .course-item__info .course-item__details .course--item__list:first-child:before {
  display: none;
}
.content-highlight #tab-courses.display-card-view .course-item {
  padding: 0;
  margin-bottom: 25px;
}
.content-highlight #tab-courses.display-card-view .course-item .not-standard-badge {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.content-highlight #tab-courses.display-card-view .course-item .course-item__icon {
  width: auto;
  height: auto;
  float: none;
  max-height: 180px;
  overflow: hidden;
}
.content-highlight #tab-courses.display-card-view .course-item .course-item__icon i.icon-playButton {
  background-image: url('main/images/button-play.png');
  background-size: cover;
  background-position: 0 0;
}
@media screen and (max-width: 1025px) {
  .content-highlight #tab-courses.display-card-view .course-item .course-item__icon {
    max-height: none;
  }
}
@media all and (max-width: 500px) {
  .content-highlight #tab-courses.display-card-view .course-item .course-item__icon {
    display: block;
  }
}
.content-highlight #tab-courses.display-card-view .course-item__info {
  float: none;
  width: 100%;
  max-width: none;
  padding: 15px 20px;
  margin-left: 0;
  position: relative;
  bottom: 0;
  background: #181818;
  flex: 1;
}
.content-highlight #tab-courses.display-card-view .course-item__info .course-item__title {
  margin: 5px 0;
  transform: inherit;
}
.content-highlight #tab-courses.display-card-view .course-item__info .course-item__details {
  position: relative;
  top: inherit;
}
.content-highlight #tab-courses.display-card-view.multiple-per-row .course-list-rows {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.content-highlight #tab-courses.display-card-view.multiple-per-row .course-list-rows:after {
  content: "";
  flex-basis: 32%;
}
.content-highlight #tab-courses.display-card-view.multiple-per-row .course-list-rows .course-item {
  width: 100%;
  margin: 0 0 25px 0;
  display: flex;
  flex-flow: column;
}
.content-highlight #tab-courses.display-card-view.multiple-per-row .course-list-rows .course-item .course-item__icon i.icon-playButton {
  top: 50%;
}
@media all and (min-width: 600px) {
  .content-highlight #tab-courses.display-card-view.multiple-per-row .course-list-rows {
    flex-flow: row wrap;
  }
  .content-highlight #tab-courses.display-card-view.multiple-per-row .course-list-rows .course-item {
    width: 48.8%;
  }
}
@media all and (min-width: 1025px) {
  .content-highlight #tab-courses.display-card-view.multiple-per-row .course-list-rows .course-item {
    width: 32%;
    display: flex;
    flex-flow: column;
  }
}
@media all and (max-width: 700px) {
  .content-highlight #tab-courses.display-card-view.multiple-per-row .course-list-rows .course-item .course-item__info .course-item__details .course-item__date {
    display: none;
  }
}
.content-highlight #tab-courses.hands-on.display-card-view .course-list-rows .course-item .course-item__icon > div {
  opacity: 1;
  position: relative;
  overflow: hidden;
}
.content-highlight #tab-courses.hands-on.display-card-view .course-list-rows .course-item .course-item__icon > div > img {
  position: relative;
}
@media all and (min-width: 1025px) {
  .content-highlight #tab-courses.hands-on.display-card-view .course-list-rows .course-item .course-item__icon > div > img {
    top: 50%;
    transform: translateY(-8%);
  }
}
.content-highlight #tab-courses.hands-on.display-card-view .course-list-rows .course-item .course-item__info .course-item__type {
  margin-top: 5px;
}
.content-highlight #pathContent.display-list-view #path-list-target .item .item-each {
  height: 90px;
}
.content-highlight #pathContent.display-card-view #path-list-target .item {
  margin: 0 0 25px;
}
.content-highlight #pathContent.display-card-view #path-list-target .item a {
  text-decoration: none;
  height: inherit;
}
.content-highlight #pathContent.display-card-view #path-list-target .item .item-each {
  padding: 20px;
  flex-direction: column;
}
.content-highlight #pathContent.display-card-view #path-list-target .item .item-each .item-image {
  position: relative;
  height: auto;
  width: 100%;
  top: inherit;
  transform: inherit;
  left: inherit;
  text-align: center;
  justify-content: center;
}
.content-highlight #pathContent.display-card-view #path-list-target .item .item-each .item-text {
  position: relative;
  top: inherit;
  left: inherit;
  text-align: center;
  transform: inherit;
  margin-left: 0;
  max-width: unset;
}
.content-highlight #pathContent.display-card-view #path-list-target .item .item-each .item-text > div {
  width: 100%;
  max-width: unset;
}
.content-highlight #pathContent.display-card-view #path-list-target .item .item-each .item-text .not-standard-badge {
  position: relative;
  top: unset;
  right: unset;
}
.content-highlight #pathContent.display-card-view #path-list-target .item .item-each .item-text ul {
  width: 100%;
  margin-top: 20px;
}
.content-highlight #pathContent.display-card-view #path-list-target .item .item-each .item-text ul li.has-test {
  padding-right: 0;
}
.content-highlight #pathContent.display-card-view #path-list-target .item .item-each .item-text ul li.has-test svg {
  display: none;
}
.content-highlight #pathContent.display-card-view #path-list-target .item .item-each .item-text ul li.has-test span {
  font-size: 14px;
  font-weight: 700 !important;
  color: #E6078F !important;
  margin: 15px 0 0;
}
.content-highlight #pathContent.display-card-view #path-list-target .item .item-each .item-text ul:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #363638;
  margin-bottom: 20px;
}
@media screen and (min-width: 500px) {
  .content-highlight #pathContent.display-card-view #path-list-target .item ul li.has-test {
    display: block;
  }
}
.content-highlight #pathContent.display-card-view.multiple-per-row #path-list-target .path-list-page {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.content-highlight #pathContent.display-card-view.multiple-per-row #path-list-target .path-list-page:after {
  content: "";
  flex-basis: 32%;
}
.content-highlight #pathContent.display-card-view.multiple-per-row #path-list-target .path-list-page .item {
  width: 100%;
  margin: 0 0 25px;
  display: flex;
}
.content-highlight #pathContent.display-card-view.multiple-per-row #path-list-target .path-list-page .item a {
  display: flex;
  height: inherit;
}
.content-highlight #pathContent.display-card-view.multiple-per-row #path-list-target .path-list-page .item .item-each {
  height: auto;
}
@media all and (min-width: 600px) {
  .content-highlight #pathContent.display-card-view.multiple-per-row #path-list-target .path-list-page {
    flex-flow: row wrap;
  }
  .content-highlight #pathContent.display-card-view.multiple-per-row #path-list-target .path-list-page .item {
    width: 48.8%;
  }
}
@media all and (min-width: 1025px) {
  .content-highlight #pathContent.display-card-view.multiple-per-row #path-list-target .path-list-page .item {
    width: 32%;
  }
}
.content-highlight #tab-skills.display-card-view .skills-list-rows .skill-item {
  flex-flow: column;
  height: auto;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 30px;
  margin: 0 0 25px;
}
.content-highlight #tab-skills.display-card-view .skills-list-rows .skill-item .skill-details {
  text-align: center;
}
.content-highlight #tab-skills.display-card-view .skills-list-rows .skill-item .skill-icon {
  float: none;
  width: auto;
}
.content-highlight #tab-skills.display-card-view .skills-list-rows .skill-item .skill-divider {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}
.content-highlight #tab-skills.display-card-view .skills-list-rows .skill-item .skill-divider:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  background: #363638;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .content-highlight #tab-skills.display-card-view .skills-list-rows .skill-item .skill-take {
    display: block;
  }
}
.content-highlight #tab-skills.display-card-view.multiple-per-row .skills-list-rows {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.content-highlight #tab-skills.display-card-view.multiple-per-row .skills-list-rows .skill-item {
  display: flex;
}
.content-highlight #tab-skills.display-card-view.multiple-per-row .skills-list-rows:after {
  content: "";
  flex-basis: 32%;
}
@media all and (min-width: 600px) {
  .content-highlight #tab-skills.display-card-view.multiple-per-row .skills-list-rows {
    flex-flow: row wrap;
  }
  .content-highlight #tab-skills.display-card-view.multiple-per-row .skills-list-rows .skill-item {
    width: 48.8%;
  }
}
@media all and (min-width: 1025px) {
  .content-highlight #tab-skills.display-card-view.multiple-per-row .skills-list-rows .skill-item {
    width: 32%;
  }
}
.content-highlight #tab-roles.display-card-view .course-list-rows .role-item {
  height: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 0 25px;
  background-color: #111111;
  display: flex;
}
.content-highlight #tab-roles.display-card-view .course-list-rows .role-item .role-details {
  float: none;
  width: 100%;
  padding: 20px 20px 10px;
  margin: 0;
  position: relative;
  bottom: 0;
  background: #181818;
}
.content-highlight #tab-roles.display-card-view .course-list-rows .role-item .role-details .container {
  flex: 1;
  display: flex;
  flex-flow: column;
}
.content-highlight #tab-roles.display-card-view .course-list-rows .role-icon {
  float: none;
  height: 180px;
  max-height: 180px;
  padding: 0;
  position: relative;
}
.content-highlight #tab-roles.display-card-view .course-list-rows .role-icon img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.content-highlight #tab-roles.display-card-view .course-list-rows .role-title {
  line-height: 1;
}
.content-highlight #tab-roles.display-card-view .course-list-rows:after {
  content: "";
  flex-basis: 32%;
}
.content-highlight #tab-roles.display-card-view.multiple-per-row .course-list-rows {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media all and (min-width: 600px) {
  .content-highlight #tab-roles.display-card-view.multiple-per-row .course-list-rows {
    flex-flow: row wrap;
  }
  .content-highlight #tab-roles.display-card-view.multiple-per-row .course-list-rows .role-item {
    width: 48.8%;
  }
}
@media all and (min-width: 1025px) {
  .content-highlight #tab-roles.display-card-view.multiple-per-row .course-list-rows .role-item {
    width: 32%;
  }
}
.content-highlight .display-list-view .not-standard-badge {
  position: absolute;
  right: 10px;
  top: 10px;
}
.author-row .ch-item {
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #363638;
  font-weight: 300;
}
.author-row .ch-item .author-name {
  height: 54px;
}

.code-snippet.aem-GridColumn,
.code-snippet.section{
    position:relative;
    margin-top:20px;
    margin-bottom:20px;
}
pre.code-snippet{
    background: whitesmoke;
    padding: 14px 10px 6px;
    line-height: 18px;
    font-size: 14px;
    overflow-x: scroll;
}
pre.code-snippet code{
	background-color: whitesmoke;
	border:none;
    padding:0;
}
pre.code-snippet:before{
    content: "";
    background: linear-gradient(90deg,#F15B2A,#EC008C);
    height: 8px;
    width: 100%;
    position:absolute;
    top:0px;
    left:0px;
}
.minimal-cards-container .minimal-card {
  background-color: #181818;
  color: #ffffff;
  margin: 15px;
  padding: 15px;
  transition: all 0.3s;
}
.minimal-cards-container .minimal-card .minimal-card_img-wrapper .minimal-card_img-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.minimal-cards-container .minimal-card .minimal-card_img-wrapper img {
  vertical-align: middle;
  height: 45px;
  max-width: 60px;
}
.minimal-cards-container .minimal-card .minimal-card_content-wrapper h3 {
  font-size: 20px;
  font-weight: 500;
}
.minimal-cards-container .minimal-card .minimal-card_content-wrapper p {
  font-size: 13px;
  font-weight: 200;
  line-height: 20px;
  color: #aaa;
  margin-bottom: 5px;
}
.minimal-cards-container a.minimal-card:hover {
  text-decoration: none;
  background-color: #303030;
}
@media screen and (min-width: 1024px) {
  .minimal-cards-container {
    display: flex;
    flex-wrap: nowrap;
  }
  .minimal-cards-container .minimal-card {
    text-align: center;
    flex: 1 0 0;
  }
  .minimal-cards-container .minimal-card .minimal-card_img-wrapper {
    height: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .minimal-cards-container .minimal-card {
    display: flex;
    flex-wrap: nowrap;
    text-align: left;
  }
  .minimal-cards-container .minimal-card .minimal-card_img-wrapper {
    flex: 0 0 75px;
    height: 90px;
    margin-right: 15px;
    margin-left: 15px;
  }
}

.ps-card {
  box-sizing: border-box;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.ps-card:before,
.ps-card:after {
  content: " ";
  display: table;
}
.ps-card:after {
  clear: both;
}
.ps-card a,
.ps-card a:hover {
  text-decoration: none;
}
.ps-card--container {
  background: #fff;
  border: none;
}
.ps-card.dark .ps-card--container {
  background: #222;
  border: none;
}
.ps-card--body-wrapper {
  position: relative;
  height: 160px;
}
.ps-card--body {
  width: 100%;
  box-sizing: border-box;
  color: #AAA;
  font-weight: 700;
  padding: 20px 10px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ps-card--content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.ps-card--headlines {
  min-height: 59px;
  position: relative;
}
.ps-card--foot {
  border-top: solid 1px #ddd;
  box-sizing: border-box;
  display: table;
  height: 40px;
  width: 100%;
}
.ps-card.dark .ps-card--foot {
  border-top: solid 1px #444;
}
.ps-card--foot a {
  color: #222222;
  box-sizing: border-box;
  display: table-cell;
  font-size: 11px;
  font-weight: 700;
  line-height: 34px;
  overflow: hidden;
  padding: 4px 10px 0 10px;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s ease;
  vertical-align: middle;
}
.ps-card--foot a:nth-child(2) {
  border-left: solid 1px #ddd;
}
.ps-card.dark .ps-card--foot a {
  color: white;
}
.ps-card.dark .ps-card--foot a:nth-child(2) {
  border-left: solid 1px #444;
}
.ps-card--foot a .ripple {
  background: #f2f2f2;
  border-radius: 100%;
  display: block;
  transform: scale(0);
}
.ps-card--foot a .ripple--animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.ps-card--foot a:hover {
  background: #fff;
}
.ps-card.dark .ps-card--foot a:hover {
  background: #222;
}
.ps-card--image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  width: 100%;
}
.ps-card--image:before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.ps-card--main {
  display: block;
}
.ps-card--meta {
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
  margin-top: 10px;
}
.ps-card--subtitle {
  color: #555;
  font-size: 14px;
  font-weight: 400;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
.ps-card.dark .ps-card--subtitle {
  color: #ddd;
}
.ps-card--title {
  color: #222222;
  font-size: 16px;
  line-height: 18px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
.ps-card.dark .ps-card--title {
  color: white;
}
.ps-card--type {
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.card.cq-Editable-dom {
  overflow: hidden;
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.ps-paragraph-theme {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: .5px;
}
.ps-eyebrow-text-theme {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ec008c;
  line-height: 130%;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* TT Commons Global style */
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: unset;
  text-transform: none;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 48px;
    line-height: unset;
  }
}
@media screen and (max-width: 640px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 36px;
    line-height: unset;
  }
}
.ps-temporary-tt-commons-theme .text-4.section {
  margin-bottom: 0;
}
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  margin: 0 0 20px 0;
}
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--medium,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty {
  font-size: 18px;
  font-weight: unset;
  line-height: 1.2;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme .text-4 p,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme a.fourteen-px,
.ps-temporary-tt-commons-theme .text-4 .fs--normal,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-size: 24px;
  line-height: 1.2;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier {
  font-weight: unset;
  text-transform: unset;
}
.ps-temporary-tt-commons-theme h1,
.ps-temporary-tt-commons-theme h2,
.ps-temporary-tt-commons-theme h6,
.ps-temporary-tt-commons-theme strong,
.ps-temporary-tt-commons-theme b,
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme .link-list-text .linklist-subnav ul li a,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty,
.ps-temporary-tt-commons-theme .text-4 .fs--tiny,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-family: sans-serif;
  font-weight: 700;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme h3,
.ps-temporary-tt-commons-theme h4,
.ps-temporary-tt-commons-theme h5,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li,
.ps-temporary-tt-commons-theme .text-3 p,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-family: sans-serif;
  font-weight: 400;
}
.ps-temporary-tt-commons-theme ul li:before {
  margin-top: 7px;
}
.browse-search-component.aem-component .browse-search-container {
  display: flex;
  flex-wrap: nowrap;
}
.browse-search-component.aem-component .browse-search-container .browse-left {
  flex: 0 0 300px;
}
.browse-search-component.aem-component .browse-search-container .browse-right {
  flex: 1;
  margin-left: 90px;
}
@media screen and (max-width: 1023px) {
  .browse-search-component.aem-component .browse-search-container {
    flex-direction: column;
  }
  .browse-search-component.aem-component .browse-search-container .browse-left {
    display: none;
  }
  .browse-search-component.aem-component .browse-search-container .browse-left.active {
    display: block;
  }
  .browse-search-component.aem-component .browse-search-container .browse-right {
    margin-left: 0;
  }
}
.browse-search-component.aem-component .browse-search-form-container {
  display: flex;
  margin-bottom: 30px;
}
.browse-search-component.aem-component .browse-search-form-container .clear-search-button {
  position: absolute;
  right: 82px;
  top: 50%;
  z-index: 1;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}
.browse-search-component.aem-component .browse-search-form-container .clear-search-button:before,
.browse-search-component.aem-component .browse-search-form-container .clear-search-button:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 9px;
  left: 10px;
  margin-left: -7px;
  width: 15px;
  height: 2px;
  transform: rotate(45deg);
}
.browse-search-component.aem-component .browse-search-form-container .clear-search-button:after {
  transform: rotate(-45deg);
}
.browse-search-component.aem-component .browse-search-form-container > form.browse-search-form {
  display: flex;
  flex: 1;
  justify-content: center;
  border-radius: 3px;
  background-color: #363638;
  position: relative;
}
.browse-search-component.aem-component .browse-search-form-container > form.browse-search-form > input.browse-search-form-text {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
  background: transparent;
  border: none;
  color: white;
  margin-bottom: 0;
  padding: 10px 30px;
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  box-shadow: unset;
  height: 55px;
}
.browse-search-component.aem-component .browse-search-form-container > form.browse-search-form > input.browse-search-form-submit {
  background-color: transparent;
  background-image: url("main/images/search-chunky.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 50% center;
  color: #ffffff;
  border-style: none;
  width: 46px;
  margin: 10px 0;
  padding: 0 30px;
  border-left: 1px solid #555555;
}
.browse-search-component.aem-component .browse-search-form-container > form.browse-search-form > input.browse-search-form-submit:focus {
  outline: none;
}
.browse-search-component.aem-component .browse-search-form-container > form.browse-search-form > input.browse-search-form-submit:hover {
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .browse-search-component.aem-component .browse-search-form-container > form.browse-search-form {
    flex: 0 0 100%;
  }
}
.browse-search-component.aem-component .browse-search-form-container > .browse-search-filter {
  display: none;
}
.browse-search-component.aem-component .browse-search-form-container > .browse-search-filter svg {
  width: 17px;
  position: relative;
  top: -1px;
  left: 10px;
}
.browse-search-component.aem-component .browse-search-form-container > .browse-search-filter svg path {
  fill: #ffffff;
}
@media screen and (max-width: 1023px) {
  .browse-search-component.aem-component .browse-search-form-container > .browse-search-filter {
    display: block;
  }
  .browse-search-component.aem-component .browse-search-form-container > .browse-search-filter svg {
    top: 1px;
  }
}
.browse-search-component.aem-component .browse-search-form-container > .browse-search-sort {
  display: flex;
  flex: 0 0 200px;
  position: relative;
}
.browse-search-component.aem-component .browse-search-form-container > .browse-search-sort .browse-search-select {
  width: 100%;
  position: relative;
  display: none;
}
.browse-search-component.aem-component .browse-search-form-container > .browse-search-sort .browse-search-select:before,
.browse-search-component.aem-component .browse-search-form-container > .browse-search-sort .browse-search-select:after {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(-135deg);
  border: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  top: 20px;
  right: 20px;
  transition: all .3s ease;
  border-color: #ffffff;
}
.browse-search-component.aem-component .browse-search-form-container > .browse-search-sort .browse-search-select:after {
  transform: rotate(45deg);
  top: 25px;
}
.browse-search-component.aem-component .browse-search-form-container > .browse-search-sort .browse-search-select select.select-sort-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  color: white;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  height: 55px;
  border-radius: 3px;
  outline: none;
  border: 0;
  padding: 8px 20px;
  box-shadow: inset 0 0 0 2px #ffffff;
}
@media screen and (max-width: 1023px) {
  .browse-search-component.aem-component .browse-search-form-container > .browse-search-sort .browse-search-select {
    display: block;
  }
}
.browse-search-component.aem-component .browse-search-form-container > .browse-search-sort .browse-search-custom {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1023px) {
  .browse-search-component.aem-component .browse-search-form-container > .browse-search-sort .browse-search-custom {
    display: none;
  }
}
.browse-search-component.aem-component .browse-search-form-container > .browse-search-sort .browse-search-custom .dropdown-button {
  margin-left: 30px;
}
.browse-search-component.aem-component .browse-search-form-container > .browse-search-sort .browse-search-custom .dropdown-button span.sort-arrow {
  width: 10px;
  position: relative;
  margin-left: 10px;
}
.browse-search-component.aem-component .browse-search-form-container > .browse-search-sort .browse-search-custom .dropdown-button span.sort-arrow:before,
.browse-search-component.aem-component .browse-search-form-container > .browse-search-sort .browse-search-custom .dropdown-button span.sort-arrow:after {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(-135deg);
  border: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  top: -6px;
  transition: all .3s ease;
  border-color: #ffffff;
}
.browse-search-component.aem-component .browse-search-form-container > .browse-search-sort .browse-search-custom .dropdown-button span.sort-arrow:after {
  transform: rotate(45deg);
  top: -1px;
}
.browse-search-component.aem-component .browse-search-form-container > .browse-search-sort .browse-search-custom ul#sortDropdown {
  display: none;
  position: absolute;
  top: 80px;
  background: #222222;
  padding: 20px;
  z-index: 1;
  right: 0;
  width: 170px;
}
.browse-search-component.aem-component .browse-search-form-container > .browse-search-sort .browse-search-custom ul#sortDropdown:before {
  content: "";
  border: solid transparent;
  border-width: 15px;
  border-bottom-color: #222222;
  top: -10px;
  right: 30px;
  position: absolute;
  display: block;
  margin-top: -16px;
}
.browse-search-component.aem-component .browse-search-form-container > .browse-search-sort .browse-search-custom ul#sortDropdown li {
  padding: 5px 0;
  margin: 0;
  font-size: 16px;
  cursor: pointer;
}
.browse-search-component.aem-component .browse-search-form-container > .browse-search-sort .browse-search-custom ul#sortDropdown li:hover {
  color: #ec008c;
}
.browse-search-component.aem-component .browse-search-form-container > .browse-search-sort .browse-search-custom ul#sortDropdown li:before {
  display: none;
}
.browse-search-component.aem-component .browse-search-form-container > .browse-search-sort .browse-search-custom ul#sortDropdown li:first-child {
  display: none;
}
@media screen and (max-width: 1023px) {
  .browse-search-component.aem-component .browse-search-form-container > .browse-search-sort .browse-search-custom .dropdown-button {
    margin-left: 0;
  }
  .browse-search-component.aem-component .browse-search-form-container > .browse-search-sort.active .browse-search-custom .dropdown-button span.sort-arrow:before,
  .browse-search-component.aem-component .browse-search-form-container > .browse-search-sort.active .browse-search-custom .dropdown-button span.sort-arrow:after {
    border-color: #000000;
  }
}
.browse-search-component.aem-component .browse-search-form-container > .browse-search-buttons .dropdown-button {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  box-shadow: inset 0 0 0 2px #ffffff;
  border-radius: 3px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .browse-search-component.aem-component .browse-search-form-container > .browse-search-buttons .dropdown-button {
    justify-content: flex-start;
    padding: 0 20px;
  }
  .browse-search-component.aem-component .browse-search-form-container > .browse-search-buttons .dropdown-button.active {
    color: #000000;
    background: #ffffff;
  }
  .browse-search-component.aem-component .browse-search-form-container > .browse-search-buttons .dropdown-button.active svg path {
    fill: #000000;
  }
}
@media screen and (max-width: 1023px) {
  .browse-search-component.aem-component .browse-search-form-container > .browse-search-buttons {
    flex: 0 0 49%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .browse-search-component.aem-component .browse-search-form-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.browse-search-component.aem-component .browse-search-filter-options > .browse-search-filter-section .browse-search-tab {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  border-bottom: 1px solid #363638;
  margin-bottom: 15px;
  padding: 10px 0;
  position: relative;
  cursor: pointer;
}
.browse-search-component.aem-component .browse-search-filter-options > .browse-search-filter-section .browse-search-tab .icons-down-arrow {
  display: block;
  height: 6px;
  position: absolute;
  border: solid;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: scaleY(-1) rotate(45deg);
  top: 25px;
  right: 20px;
  transition: all 0.3s ease;
}
.browse-search-component.aem-component .browse-search-filter-options > .browse-search-filter-section .browse-search-tab.closed .icons-down-arrow {
  transform: rotate(45deg);
  top: 20px;
}
.browse-search-component.aem-component .browse-search-filter-options > .browse-search-filter-section.browse-search-clearBtn {
  display: none;
}
.browse-search-component.aem-component .browse-search-filter-options > .browse-search-filter-section.browse-search-clearBtn .filter-clearButton {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  box-shadow: inset 0 0 0 2px #ffffff;
  border-radius: 3px;
  width: 100%;
  height: 55px;
  display: flex;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
}
.browse-search-component.aem-component .browse-search-filter-options > .browse-search-filter-section.browse-search-clearBtn .filter-clearButton .clear-filter-icon {
  display: block;
  position: relative;
  margin-right: 15px;
}
.browse-search-component.aem-component .browse-search-filter-options > .browse-search-filter-section.browse-search-clearBtn .filter-clearButton .clear-filter-icon:before,
.browse-search-component.aem-component .browse-search-filter-options > .browse-search-filter-section.browse-search-clearBtn .filter-clearButton .clear-filter-icon:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -7px;
  width: 15px;
  height: 2px;
  transform: rotate(45deg);
}
.browse-search-component.aem-component .browse-search-filter-options > .browse-search-filter-section.browse-search-clearBtn .filter-clearButton .clear-filter-icon:after {
  transform: rotate(-45deg);
}
.browse-search-component.aem-component .browse-search-filter-options > .browse-search-filter-section .browser-search-facet.browser-search-facet-roles label::first-letter {
  text-transform: uppercase;
}
.browse-search-component.aem-component .browse-search-filter-options > .browse-search-filter-section .browser-search-facet input[type="checkbox"],
.browse-search-component.aem-component .browse-search-filter-options > .browse-search-filter-section .browser-search-facet input[type="radio"] {
  position: absolute;
  left: -9999px;
}
.browse-search-component.aem-component .browse-search-filter-options > .browse-search-filter-section .browser-search-facet input[type="checkbox"] + label:before,
.browse-search-component.aem-component .browse-search-filter-options > .browse-search-filter-section .browser-search-facet input[type="radio"] + label:before {
  content: '';
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.browse-search-component.aem-component .browse-search-filter-options > .browse-search-filter-section .browser-search-facet input + label {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  color: #ffffff;
  margin-bottom: 15px;
}
.browse-search-component.aem-component .browse-search-filter-options > .browse-search-filter-section .browser-search-facet input[type="radio"] + label {
  padding-left: 30px;
}
.browse-search-component.aem-component .browse-search-filter-options > .browse-search-filter-section .browser-search-facet input[type="checkbox"] + label:before {
  border: 2px solid rgba(255, 255, 255, 0.7);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 2px;
}
.browse-search-component.aem-component .browse-search-filter-options > .browse-search-filter-section .browser-search-facet input[type="checkbox"]:checked + label:before {
  border-color: #0084bd;
  background: #0084bd;
}
.browse-search-component.aem-component .browse-search-filter-options > .browse-search-filter-section .browser-search-facet input[type="checkbox"]:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.browse-search-component.aem-component .browse-search-filter-options > .browse-search-filter-section .browser-search-facet .browse-search-filter-radio[type="radio"].selected + label:before,
.browse-search-component.aem-component .browse-search-filter-options > .browse-search-filter-section .browser-search-facet .browse-search-filter-radio[type="radio"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  background: transparent;
}
.browse-search-component.aem-component .browse-search-filter-options > .browse-search-filter-section .browser-search-facet .browse-search-filter-radio[type="radio"].selected + label:before {
  border-width: 0;
  background: #0084bd;
}
.browse-search-component.aem-component .browse-search-filter-options > .browse-search-filter-section .browser-search-facet .browse-search-filter-radio[type="radio"].selected + label:after,
.browse-search-component.aem-component .browse-search-filter-options > .browse-search-filter-section .browser-search-facet .browse-search-filter-radio[type="radio"] + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #ffffff;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.browse-search-component.aem-component .browse-search-filter-options > .browse-search-filter-section .browser-search-facet .browse-search-filter-radio[type="radio"] + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.browse-search-component.aem-component .browse-search-filter-options > .browse-search-filter-section .browser-search-facet .browse-search-filter-radio[type="radio"].selected + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.browse-search-component.aem-component .browse-search-results {
  display: flex;
  list-style-type: none;
  width: unset;
  margin: 0px auto;
}
.browse-search-component.aem-component .browse-search-results > ul.browse-search-results-list {
  transition: opacity 0.15s;
  padding-right: 25px;
}
.browse-search-component.aem-component .browse-search-results > ul.browse-search-results-list.loading {
  opacity: .2;
}
.browse-search-component.aem-component .browse-search-results > ul.browse-search-results-list > li.browse-search-results-item {
  color: #fff;
  padding: 26px 0;
  margin: 0;
  border-bottom: 1px solid #333333;
}
.browse-search-component.aem-component .browse-search-results > ul.browse-search-results-list > li.browse-search-results-item:before {
  display: none;
}
.browse-search-component.aem-component .browse-search-results > ul.browse-search-results-list > li.browse-search-results-item > a.browse-search-results-item-link {
  display: block;
  text-decoration: none;
  color: #cccccc;
}
.browse-search-component.aem-component .browse-search-results > ul.browse-search-results-list > li.browse-search-results-item > a.browse-search-results-item-link > .course-image {
  padding-right: 30px;
  padding-bottom: 20px;
}
.browse-search-component.aem-component .browse-search-results > ul.browse-search-results-list > li.browse-search-results-item > a.browse-search-results-item-link > .course-image > img {
  border-radius: 10px;
}
.browse-search-component.aem-component .browse-search-results > ul.browse-search-results-list > li.browse-search-results-item > a.browse-search-results-item-link > .course-details > h3 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.browse-search-component.aem-component .browse-search-results > ul.browse-search-results-list > li.browse-search-results-item > a.browse-search-results-item-link > .course-details > h4 {
  font-size: 15px;
  margin: 0 0 12px 0;
}
.browse-search-component.aem-component .browse-search-results > ul.browse-search-results-list > li.browse-search-results-item > a.browse-search-results-item-link > .course-details > .not-standard-label {
  font-family: "PS Commons Bold", Helvetica, Roboto, Arial, sans-serif;
  background: #0084bd;
  border-radius: 4px;
  width: 80px;
  height: 20px;
  color: white;
  font-size: 10px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
  position: relative;
  float: left;
  margin-right: 20px;
}
.browse-search-component.aem-component .browse-search-results > ul.browse-search-results-list > li.browse-search-results-item > a.browse-search-results-item-link > .course-details > .not-standard-label[data-tooltip]:before,
.browse-search-component.aem-component .browse-search-results > ul.browse-search-results-list > li.browse-search-results-item > a.browse-search-results-item-link > .course-details > .not-standard-label[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 50%;
}
.browse-search-component.aem-component .browse-search-results > ul.browse-search-results-list > li.browse-search-results-item > a.browse-search-results-item-link > .course-details > .not-standard-label[data-tooltip]:before {
  content: attr(data-tooltip);
  font-family: "PS Commons", Helvetica, Roboto, Arial, sans-serif;
  font-size: 11px;
  color: #181818;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.2;
  bottom: 150%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  border-radius: 3px;
  background-color: #ffffff;
}
.browse-search-component.aem-component .browse-search-results > ul.browse-search-results-list > li.browse-search-results-item > a.browse-search-results-item-link > .course-details > .not-standard-label[data-tooltip]:after {
  content: "";
  font-size: 0;
  line-height: 0;
  width: 0;
  bottom: 150%;
  margin-left: -5px;
  border-top: 5px solid #ffffff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.browse-search-component.aem-component .browse-search-results > ul.browse-search-results-list > li.browse-search-results-item > a.browse-search-results-item-link > .course-details > .not-standard-label[data-tooltip]:hover:before,
.browse-search-component.aem-component .browse-search-results > ul.browse-search-results-list > li.browse-search-results-item > a.browse-search-results-item-link > .course-details > .not-standard-label[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
.browse-search-component.aem-component .browse-search-results > ul.browse-search-results-list > li.browse-search-results-item > a.browse-search-results-item-link > .course-details > .not-standard-label.tooltip-btm[data-tooltip]:before,
.browse-search-component.aem-component .browse-search-results > ul.browse-search-results-list > li.browse-search-results-item > a.browse-search-results-item-link > .course-details > .not-standard-label.tooltip-btm[data-tooltip]:after {
  left: 0;
}
.browse-search-component.aem-component .browse-search-results > ul.browse-search-results-list > li.browse-search-results-item > a.browse-search-results-item-link > .course-details > .not-standard-label.tooltip-btm[data-tooltip]:before {
  bottom: -70px;
  margin-left: -80px;
}
.browse-search-component.aem-component .browse-search-results > ul.browse-search-results-list > li.browse-search-results-item > a.browse-search-results-item-link > .course-details > .not-standard-label.tooltip-btm[data-tooltip]:after {
  margin-left: 35px;
  bottom: -12px;
  border-top: unset;
  border-bottom: 5px solid #ffffff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.browse-search-component.aem-component .browse-search-results > ul.browse-search-results-list > li.browse-search-results-item > a.browse-search-results-item-link > .course-details > .is-labs-label {
  float: left;
  padding-right: 30px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.browse-search-component.aem-component .browse-search-results > ul.browse-search-results-list > li.browse-search-results-item > a.browse-search-results-item-link > .course-details > .is-labs-label > img {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.browse-search-component.aem-component .browse-search-results > ul.browse-search-results-list > li.browse-search-results-item > a.browse-search-results-item-link > .course-details > .duration {
  float: left;
  padding-right: 20px;
  font-size: 15px;
  margin: 0 auto;
}
.browse-search-component.aem-component .browse-search-results > ul.browse-search-results-list > li.browse-search-results-item > a.browse-search-results-item-link > .course-details > .level {
  float: left;
  font-size: 15px;
  padding-right: 20px;
}
.browse-search-component.aem-component .browse-search-results > ul.browse-search-results-list > li.browse-search-results-item > a.browse-search-results-item-link > .course-details img.course-info__row--icon {
  width: 14px;
  margin-top: -2px;
}
.browse-search-component.aem-component .browse-search-results > ul.browse-search-results-list > li.browse-search-results-item > a.browse-search-results-item-link > .course-details > .rating {
  clear: right;
  font-size: 15px;
}
.browse-search-component.aem-component .browse-search-results > ul.browse-search-results-list > li.browse-search-results-item > a.browse-search-results-item-link > .course-details > .fa {
  color: #ffb115;
}
.browse-search-component.aem-component .browse-search-results > ul.browse-search-results-list > li.browse-search-results-item > a.browse-search-results-item-link > .course-details > .fa:before {
  font-size: 13px;
}
.browse-search-component.aem-component .browse-search-results > ul.browse-search-results-list > li.browse-search-results-item > a.browse-search-results-item-link > .course-details > .gray:before {
  content: "\f006";
  color: #ffb115;
}
@media screen and (min-width: 660px) {
  .browse-search-component.aem-component .browse-search-results > ul.browse-search-results-list > li.browse-search-results-item > a.browse-search-results-item-link > .course-details .rwd-break {
    display: none;
  }
}
@media screen and (min-width: 660px) {
  .browse-search-component.aem-component .browse-search-results {
    width: 900px;
  }
}
.browse-search-component.aem-component .browse-search-results-pagination {
  display: flex;
  justify-content: center;
  margin: 25px;
}
.browse-search-component.aem-component .browse-search-results-pagination > .pagination-button {
  margin: 1px 10px 10px 10px;
  border: 2px solid #ffffff;
  background: #ffffff;
  border-radius: 20px;
  width: 34px;
  height: 34px;
  position: relative;
}
.browse-search-component.aem-component .browse-search-results-pagination > .pagination-button:hover {
  cursor: pointer;
}
.browse-search-component.aem-component .browse-search-results-pagination > .pagination-button.deactivated {
  background: #222222;
  opacity: 0.4;
}
.browse-search-component.aem-component .browse-search-results-pagination > .pagination-button.deactivated > .left-arrow,
.browse-search-component.aem-component .browse-search-results-pagination > .pagination-button.deactivated > .right-arrow {
  border-color: #ffffff;
}
.browse-search-component.aem-component .browse-search-results-pagination > .pagination-button.deactivated:hover {
  cursor: default;
}
.browse-search-component.aem-component .browse-search-results-pagination > .pagination-button > .left-arrow {
  position: absolute;
  transform: rotate(135deg);
  border: solid;
  border-width: 0 3px 3px 0;
  padding: 4px;
  top: 10px;
  left: 11px;
  border-color: #000000;
}
.browse-search-component.aem-component .browse-search-results-pagination > .pagination-button > .right-arrow {
  position: absolute;
  transform: rotate(-45deg);
  border: solid;
  border-width: 0 3px 3px 0;
  border-color: #000;
  padding: 4px;
  top: 10px;
  left: 8px;
}
.browse-search-component.aem-component .browse-search-results-pagination > ul.pagination-dot-list {
  display: flex;
  margin: 0;
}
.browse-search-component.aem-component .browse-search-results-pagination > ul.pagination-dot-list > li.pagination-dot {
  padding: 5px;
  margin: 2px;
  border: 2px solid #cccccc;
  background: transparent;
  border-radius: 7px;
  width: 5px;
  height: 5px;
}
.browse-search-component.aem-component .browse-search-results-pagination > ul.pagination-dot-list > li.pagination-dot.active {
  border-color: #ec008c;
  background: #ec008c;
}
.browse-search-component.aem-component .browse-search-results-pagination > ul.pagination-dot-list > li.pagination-dot.active:hover {
  cursor: default;
}
.browse-search-component.aem-component .browse-search-results-pagination > ul.pagination-dot-list > li.pagination-dot:hover {
  cursor: pointer;
}
.browse-search-component.aem-component .browse-search-results-pagination > ul.pagination-dot-list > li.pagination-dot:before {
  display: none;
}
@media screen and (min-width: 660px) {
  .browse-search-component.aem-component .browse-search-results-pagination > ul.pagination-dot-list li.pagination-dot {
    margin: 10px;
  }
}

.browse-hero {
  position: relative;
}
.browse-hero .block-content {
  padding: 120px 0;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .browse-hero .block-content {
    padding: 70px 0 40px;
  }
}
.browse-hero .block-content .row {
  max-width: 1520px;
}
.browse-hero .browse-breadcrumbs {
  position: absolute;
  top: -100px;
  font-size: 12px;
  color: #aaaaaa;
  padding: 0 5px;
}
@media screen and (min-width: 641px) {
  .browse-hero .browse-breadcrumbs {
    padding: 10px 0;
  }
}
@media screen and (max-width: 640px) {
  .browse-hero .browse-breadcrumbs {
    top: -55px;
  }
}
.browse-hero .browse-breadcrumbs a,
.browse-hero .browse-breadcrumbs a:hover {
  color: #aaaaaa;
  text-decoration: none;
}
.browse-hero .browse-breadcrumbs span {
  color: white;
}
.browse-hero .section-image {
  max-width: 80px;
}
.browse-hero .title2 h1 {
  margin: 10px 0 20px;
}
.browse-hero .title2 h1.title--auto {
  text-transform: lowercase;
}
.browse-hero .title2 h1.title--auto:first-letter {
  text-transform: uppercase;
}
.browse-hero .left-column {
  float: left !important;
}
.browse-hero .section-description p {
  color: white;
  text-align: left;
  font-weight: 200;
  margin-top: 10px;
}
@media screen and (min-width: 641px) {
  .browse-hero .large-7.columns {
    padding: 0 60px;
  }
  .browse-hero .large-12.columns {
    padding: 0 60px;
  }
}

.breadcrumb-component {
	background-color: #f3f3f3;
	padding: 25px 30px;
}
.breadcrumb-component > div {
	width: 100%;
	max-width: 1100px;
	margin: auto;
}
.breadcrumb-component .breadcrumb__link,
.breadcrumb-component span {
	font-weight: 300;
	font-size: 12px;
	color: #aaaaaa;
}
.breadcrumb-component a.breadcrumb__link {
	color: #EC008C;
	padding-right: 15px;
	margin-left: 15px;
}
.breadcrumb-component .breadcrumb__link-container:first-child a.breadcrumb__link {
	margin-left: 0;
}
.breadcrumb-component span:last-child {
	margin-left: 15px;
}
.blog-contributor-text .author-social {
	display: inline-block;
	margin-bottom: 21px;
}
.blog-contributor-text .author-social img {
	width: 20px;
	height: auto;
}
.block-chart .cubes {
  align-items: flex-end;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  overflow: hidden;
  max-width: 1400px;
  min-width: 800px;
  margin: 20px auto;
  padding: 40px 130px 40px 20px;
  position: relative;
}
.block-chart .cubes a {
  color: white;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
}
.block-chart .cubes a:hover {
  text-decoration: none;
}
.block-chart .cubes a .alignment-fix {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.block-chart .cubes ul {
  align-items: flex-end;
  border-bottom: solid 60px #4B4847;
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style-type: none;
  font-size: 11px;
  margin: 0;
  padding: 35px 0 0 0;
  position: relative;
}
.block-chart .cubes ul + ul {
  margin-left: -1px;
}
.block-chart .cubes ul:after {
  background: #312e2f;
  content: "";
  display: block;
  height: 60px;
  width: 115px;
  position: absolute;
  transform: skewY(-45deg);
  right: -115px;
  bottom: -2px;
}
.block-chart .cubes ul:before {
  background: #808184;
  content: "";
  display: block;
  left: 57px;
  height: 115px;
  position: absolute;
  transform: skew(-45deg);
  bottom: 0px;
  width: 100%;
}
.block-chart .cubes ul ul {
  border-bottom: none;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 0;
  padding: 85px 0 0 0;
}
.block-chart .cubes ul ul:after,
.block-chart .cubes ul ul:before {
  display: none;
}
.block-chart .cubes ul ul + ul {
  z-index: 9;
}
.block-chart .cubes ul.cubes--orange li {
  background: #F15B2A;
}
.block-chart .cubes ul.cubes--orange li:after {
  background: #f15b2a url(main/images/stack--dark.png);
}
.block-chart .cubes ul.cubes--orange li:before {
  background: #f15b2a url(main/images/stack--light.png);
}
.block-chart .cubes ul.cubes--pink li {
  background: #EC008C;
}
.block-chart .cubes ul.cubes--pink li:after {
  background: #eb008b url(main/images/stack--dark.png);
}
.block-chart .cubes ul.cubes--pink li:before {
  background: #eb008b url(main/images/stack--light.png);
}
.block-chart .cubes ul.cubes--green li {
  background: #26B35D;
}
.block-chart .cubes ul.cubes--green li:after {
  background: #26b35d url(main/images/stack--dark.png);
}
.block-chart .cubes ul.cubes--green li:before {
  background: #26b35d url(main/images/stack--light.png);
}
.block-chart .cubes ul.cubes--blue li {
  background: #0097B5;
}
.block-chart .cubes ul.cubes--blue li:after {
  background: #0097b5 url(main/images/stack--dark.png);
}
.block-chart .cubes ul.cubes--blue li:before {
  background: #0097b5 url(main/images/stack--light.png);
}
.block-chart .cubes ul.cubes--purple li {
  background: #8E489A;
}
.block-chart .cubes ul.cubes--purple li:after {
  background: #8e489a url(main/images/stack--dark.png);
}
.block-chart .cubes ul.cubes--purple li:before {
  background: #8e489a url(main/images/stack--light.png);
}
.block-chart .cubes ul.cubes--yellow li {
  background: #f0ab33;
}
.block-chart .cubes ul.cubes--yellow li:after {
  background: #f0ab33 url(main/images/stack--dark.png);
}
.block-chart .cubes ul.cubes--yellow li:before {
  background: #f0ab33 url(main/images/stack--light.png);
}
.block-chart .cubes li {
  align-items: center;
  box-sizing: border-box;
  border: solid 1px rgba(255, 255, 255, 0.5);
  color: #fff;
  display: flex;
  height: 60px;
  font-weight: 400;
  justify-content: center;
  list-style-type: none;
  padding: 0 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 999;
  font-size: 11px;
  margin-bottom: 0;
}
.block-chart .cubes li:after {
  border-bottom: solid 1px #646464;
  content: "";
  display: block;
  height: 58px;
  width: 65px;
  position: absolute;
  transform: skewY(-45deg);
  right: -65px;
  top: -32px;
  z-index: 99;
  margin-left: 0;
}
.block-chart .cubes li:before {
  content: "";
  display: block;
  left: 33px;
  height: 65px;
  position: absolute;
  transform: skew(-45deg);
  top: -65px;
  width: 100%;
  z-index: 99;
  margin-left: 0;
}
.block-chart .cubes li:hover,
.block-chart .cubes li:hover:after,
.block-chart .cubes li:hover:before {
  filter: brightness(110%);
}
.block-chart .cubes li[rowspan="2"] {
  height: 120px;
}
.block-chart .cubes li[rowspan="2"]:after {
  height: 117px;
}
.block-chart .cubes li[rowspan="3"] {
  height: 180px;
}
.block-chart .cubes li[rowspan="3"]:after {
  height: 177px;
}
.block-chart .cubes li[rowspan="4"] {
  height: 240px;
}
.block-chart .cubes li[rowspan="4"]:after {
  height: 237px;
}
.block-chart .cubes li[rowspan="5"] {
  height: 300px;
}
.block-chart .cubes li[rowspan="5"]:after {
  height: 297px;
}
.block-chart .cubes li[rowspan="6"] {
  height: 360px;
}
.block-chart .cubes li[rowspan="6"]:after {
  height: 357px;
}
.block-chart .cubes li[rowspan="7"] {
  height: 420px;
}
.block-chart .cubes li[rowspan="7"]:after {
  height: 417px;
}
.block-chart .cubes li[rowspan="8"] {
  height: 480px;
}
.block-chart .cubes li[rowspan="8"]:after {
  height: 477px;
}
.block-chart .cubes li[rowspan="9"] {
  height: 540px;
}
.block-chart .cubes li[rowspan="9"]:after {
  height: 537px;
}
.block-chart .cubes li[rowspan="10"] {
  height: 600px;
}
.block-chart .cubes li[rowspan="10"]:after {
  height: 597px;
}
.block-chart .cubes li[rowspan="11"] {
  height: 660px;
}
.block-chart .cubes li[rowspan="11"]:after {
  height: 657px;
}
.block-chart .cubes li[rowspan="12"] {
  height: 720px;
}
.block-chart .cubes li[rowspan="12"]:after {
  height: 717px;
}
.block-chart .cubes li[rowspan="13"] {
  height: 780px;
}
.block-chart .cubes li[rowspan="13"]:after {
  height: 777px;
}
.block-chart .cubes li[rowspan="14"] {
  height: 840px;
}
.block-chart .cubes li[rowspan="14"]:after {
  height: 837px;
}
.block-chart .cubes li[rowspan="15"] {
  height: 900px;
}
.block-chart .cubes li[rowspan="15"]:after {
  height: 897px;
}
.block-chart .cubes li[rowspan="16"] {
  height: 960px;
}
.block-chart .cubes li[rowspan="16"]:after {
  height: 957px;
}
.block-chart .cubes li[rowspan="17"] {
  height: 1020px;
}
.block-chart .cubes li[rowspan="17"]:after {
  height: 1017px;
}
.block-chart .cubes li[rowspan="18"] {
  height: 1080px;
}
.block-chart .cubes li[rowspan="18"]:after {
  height: 1077px;
}
.block-chart .cubes li[rowspan="19"] {
  height: 1140px;
}
.block-chart .cubes li[rowspan="19"]:after {
  height: 1137px;
}
.block-chart .cubes li[rowspan="20"] {
  height: 1200px;
}
.block-chart .cubes li[rowspan="20"]:after {
  height: 1197px;
}
.block-chart .cubes ul li.cubes--gap {
  background: #4B4847;
}
.block-chart .cubes ul li.cubes--gap:after {
  background: #312e2f;
}
.block-chart .cubes ul li.cubes--gap:before {
  background: #666;
}
.block-chart .cubes ul li.cubes--space {
  background: transparent;
  border: solid 1px transparent;
}
.block-chart .cubes ul li.cubes--space:after {
  background: transparent;
  border: solid 1px transparent;
}
.block-chart .cubes ul li.cubes--space:before {
  background: transparent;
}
.block-chart .cubes .cubes--keys {
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  display: flex;
  left: 50%;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}
.block-chart .cubes .cubes--title {
  font-size: 24px;
  font-weight: 400;
}
.block-chart .cubes .cubes--sets {
  align-items: center;
  display: flex;
  font-size: 12px;
  margin-left: auto;
}
.block-chart .cubes .cubes--set {
  align-items: center;
  display: flex;
  padding: 0 10px;
}
.block-chart .cubes .cubes--key {
  background: #aaa;
  height: 10px;
  margin-right: 10px;
  width: 25px;
}
.block-chart .cubes .cubes--key.blue {
  background: #0097B5;
}
.block-chart .cubes .cubes--key.yellow {
  background: #f0ab33;
}
.block-chart .cubes .cubes--key.pink {
  background: #EC008C;
}
.block-chart .cubes .cubes--key.orange {
  background: #F15B2A;
}
.block-chart .cubes .cubes--key.green {
  background: #26B35D;
}
.block-chart .cubes .cubes--key.purple {
  background: #8E489A;
}

.author-highlight.section {
  height: 100%;
}
.author-highlight.aem-component {
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.author-highlight.aem-component .text,
.author-highlight.aem-component .title,
.author-highlight.aem-component .share,
.author-highlight.aem-component .image {
  margin-bottom: 20px;
}
.author-highlight.aem-component .image,
.author-highlight.aem-component .link-list-ribbon {
  flex-basis: 25%;
}
.author-highlight.aem-component .author-bio {
  flex-basis: 100%;
}
.author-highlight.aem-component .text {
  font-style: italic;
}
.author-highlight.aem-component .image img {
  border-radius: 999px;
  max-height: 165px;
  max-width: 165px;
}


.allcourse-container {
  padding: 0 16px;
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 100;

}

.allcourse-container.theme--slate {
    background: #363636;
    color: #FFFFFF;
}

.allcourse-container .spc_in-sm {
    height: 16px;
}

.allcourse-container .type_weight--bold {
    font-weight: 700;
}


.allcourse-container .type-xs {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
  text-rendering: optimizeLegibility;
  word-wrap: normal;
}

.allcourse-container .type-lg {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.0em;
  text-rendering: optimizeLegibility;
  word-wrap: normal;
}

.allcourse-container .tableview-row {
  display: block;
  color: #FFFFFF;
  padding: 11px 0 5px;
  position: relative;
  box-shadow: 0 -1px 0 #000000;
}

.allcourse-container .type-md {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.0em;
  text-rendering: optimizeLegibility;
  word-wrap: normal;
}

.allcourse-container .tableview-row .meta {
    color: #AAAAAA;
    display: inline-block;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0;
    text-rendering: optimizeLegibility;
    word-wrap: normal;
    vertical-align: top;
}



.allcourse-container a:link, .allcourse-container a:active, .allcourse-container a:hover, .allcourse-container a:visited {
  text-decoration: none;
}

.allcourse-container a {
  color: #EC008C;
  cursor: pointer;
  line-height: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.allcourse-container .tableview-row .meta.all-author {
  width: 65%;
}

.accordion.section {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #555;
}
.accordion.section:last-of-type {
  border-bottom: 0;
}
.accordion.section .accordion-title {
  position: relative;
  display: block;
  padding: 20px 40px 20px 0;
  color: inherit;
  background: transparent;
  line-height: 1.4;
  font-size: 16px;
  cursor: pointer;
  margin: 0;
}
.accordion.section .accordion-title i.icons {
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  border: solid;
  border-width: 0 2px 2px 0;
  padding: 4px;
  top: 23px;
  right: 20px;
  transition: all 0.3s ease;
}
.accordion.section .accordion-title.open i.icons {
  transform: scaleY(-1) rotate(45deg);
  top: 28px;
}
.accordion.section .accordion-content {
  overflow: hidden;
  transition: max-height 0.5s;
  border-bottom: 1px solid transparent;
}
.accordion.section .accordion-content p {
  font-size: 14px;
  margin-bottom: 0;
  padding: 0 0 20px;
  font-weight: 300;
}
body.mode-edit .accordion.section .accordion-content {
  display: block !important;
}

.simple-6-layout h3 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #ffffff;
}
.simple-6-layout p {
  color: rgba(255, 255, 255, 0.65);
}
.simple-6-layout a {
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .simple-6-layout h3 {
    margin-top: 40px;
  }
  .simple-6-layout .row {
    display: flex;
    flex-direction: column;
  }
  .simple-6-layout .columns:first-child {
    order: 2;
  }
  .simple-6-layout .columns:last-child {
    order: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .simple-6-layout .columns:first-child {
    padding-right: 100px;
  }
  .simple-6-layout .columns:last-child {
    padding-left: 100px;
  }
  .simple-6-layout .row {
    display: flex;
    align-items: center;
  }
}

.psofeed-container .pso-flex-card:nth-child(n+13) {
  display: none;
}
.psofeed-container .pso-card {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  width: 100%;
  display: block;
  padding: 200px 65px 65px;
  text-align: center;
  height: 100%;
}
.psofeed-container .pso-card:before {
  content: "";
  display: block;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.psofeed-container .pso-card.pso-bg-lighter:before {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 60%);
}
.psofeed-container .pso-card.pso-bg-darker:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 60%);
}
.psofeed-container .pso-card,
.psofeed-container .pso-card:hover {
  color: white;
  text-decoration: none;
}
.psofeed-container .pso-content {
  position: relative;
  z-index: 1;
}
.psofeed-container .pso-type {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.7);
  width: fit-content;
  padding: 5px 20px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}
.psofeed-container .pso-title {
  font-size: 24px;
  font-family: 'PT Serif', serif;
}
.psofeed-container .pso-hr {
  border-bottom: white 1px solid;
  width: 16%;
  margin-left: 42%;
  margin-bottom: 15px;
}
.psofeed-container .pso-subtext {
  font-weight: lighter;
  font-size: 16px;
}
@media print {
  .psofeed-container .pso--btn {
    color: #000;
  }
}
.psofeed-container .pso {
  hyphens: none;
}
.psofeed-container .pso_tags fieldset {
  padding: 0;
  border: none !important;
}
.psofeed-container .pso--container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px;
}
.psofeed-container .pso--container:after {
  content: "";
  clear: both;
  display: block;
}
.psofeed-container .pso_tags {
  min-height: 40px;
  margin: 0 -5px;
  text-align: center;
}
.psofeed-container .pso_tags.center {
  padding: 15px 0;
  max-width: 100%;
}
.psofeed-container .pso_tags a,
.psofeed-container .pso_tags button,
.psofeed-container .pso-feed-see-more {
  background: white;
  border: solid 1px black;
  border-radius: 2px;
  color: black;
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  margin: 5px;
  min-width: auto;
  padding: 0 20px;
  transition: all 0.3s ease;
}
.psofeed-container .pso-filters a:focus,
.psofeed-container .pso-filters button:focus,
.psofeed-container .pso-filters a:hover,
.psofeed-container .pso-filters button:hover,
.psofeed-container .pso-feed-see-more:hover {
  background: #EC008C;
  border: solid 1px transparent;
  color: white;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
.psofeed-container .pso-feed-see-more-container {
  text-align: center;
}

/* #Header section styles goes here
================================================== */
#header {
    overflow: hidden;
    width: 100%;
    background-size: cover;
    padding: 35px 45px 146px;
}
.landing-page-hero-block#header {
    padding: 35px 0 146px;
}

#header.parallax {
    background-attachment: fixed;
}

.header-info {
    float: left;
    width: 100%;
    padding-top: 73px;
}

#header > .row .columns:first-child {
    padding-top: 60px;
}

.header-img-area {
    float: left;
    width: 100%;
}

.header-video-area {
    position: relative;
    padding-bottom: 49%;
    padding-top: 20px;
    height: 0;
    overflow: hidden;
}

.header-video-area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* target single column layout */
#header .row .columns[class*="-12"] {
    max-width: 640px;
    margin: 0 auto;
    float: none;
}
/*#header .row .columns[class*="-12"]:last-child ul {
    margin-left: 0;
}
#header .row .columns[class*="-12"]:last-child li {
    padding-left: 0;
}*/

.mobile-img-video {
    display: none;
    width: 100%;
    padding: 20px;
    float: left;
    position: relative;
}

.mobile-img-area {
    display: none;
    float: left;
    width: 100%;
}

.mobile-img-area img {
    width: 100%;
}

.mobile-video-area {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.mobile-video-area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#header .row .columns:last-child h1 {
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: 300;
}

#header .row .columns:last-child .text-component {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    padding-top: 15px;
}

#header .row .columns:last-child ul {
    float: left;
    width: 100%;
    padding: 0px 0 0px;
    margin-bottom: 0;
}

#header .row .columns:last-child ul li {
    color: #fff;
    float: left;
    width: 100%;
}

#header .row .columns:last-child .try-btn {
    float: left;
    width: 100%;
    padding-top: 45px;
}

.block--center {
    text-align: center;
}
.block--center .logo {
    float: none;
}
.block--right {
    text-align: right;
}

.hero-block .columns[class*="-12"] .columns.section {
    padding: 0;
}

.hero-block .video {
    margin-bottom: 30px;
}

.landing-page-hero-block .container > .row {
    max-width: 1080px;
    margin: 0 auto;
}
.landing-page-hero-block .video {
    margin-top: 56px;
}
.landing-page-hero-block .columns[class*="-12"] .video {
    margin-top: 0;
}

/*responsive*/

@media all and (max-width: 1024px) {
    #header.parallax,
    #our-mission.parallax {
        background-attachment: scroll;
    }
}

@media all and (max-width: 800px) {
    #header {
        padding-bottom: 52px;
    }
}

@media all and (max-width: 640px) {
    #header {
        padding: 0;
    }
    #header .row .columns:first-child {

    }
    #header .row .columns[class*="-12"]:first-child {
        display: block;
    }
    #header .row .columns:last-child {
        width: 100%;
    }
    #header .row .columns:last-child .try-btn {
        text-align: center;
    }
    .mobile-img-video {
        display: block;
        width: 100%;
        padding: 20px;
        float: left;
        position: relative;
        background: white;
    }
    .mobile-video-area {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 0;
        height: 0px;
        overflow: visible;
    }
    .video-component .video__previewTag {
        width: 140px;
        left: -20px;
        top: -20px;
    }
}

@media all and (max-width: 480px) {
    #header .row .columns:last-child h1 {
        font-size: 38px;
        line-height: 1.1;
    }
    #header .row .columns:last-child .text-component {
        font-size: 20px;
    }
}

#courses-block h2 {
    margin-bottom: 20px;
}
#courses-block {
    padding: 40px 20px 60px;
}
#courses-block .row .columns {
    padding: 0;
}

@media all and (max-width: 640px) {
    #courses-block {
        padding: 40px 15px;
    }
    #courses-block h2 {
        font-size:40px;
        line-height:1.1;
    }
}
@media only screen and (max-width: 1024px) {
	.history-carousel-block .sc-carousel-wrapper {
		margin-top: 0 !important;
	}
}
.hero-blog-block .blog-hero-wrapper{
    min-height: 583px;
}

.hero-blog-block .blog-hero-wrapper .title:nth-child(1) h1,
.hero-blog-block .blog-hero-wrapper .title:nth-child(1) h2,
.hero-blog-block .blog-hero-wrapper .title:nth-child(1) h3,
.hero-blog-block .blog-hero-wrapper .title:nth-child(1) h4,
.hero-blog-block .blog-hero-wrapper .title:nth-child(1) h5,
.hero-blog-block .blog-hero-wrapper .title:nth-child(1) h6,
.hero-blog-block .blog-hero-wrapper .image:nth-child(1) img{
	margin-top:45px;
}

.hero-blog-block .title{
	max-width:620px;
    margin-left: auto;
    margin-right: auto;
}

.hero-blog-block .title:nth-child(1) h1{
    font-size: 64px !important;
    font-weight: 200 !important;
    line-height: 80px !important;
}

.hero-blog-block .title:last-child h5{
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 40px !important;
    margin-top: 30px;
}

.hero-blog-block img{
	max-width:620px;
}

.hero-blog-block div.updated-date{
    font-size:12px;
    text-align:center;
    font-style:italic;
}

.hero-blog-block .no-background{
    padding: 165px 0px 0px 0px;
}

@media only screen and (max-width: 640px) {
	.hero-blog-block img{
		max-width:100%;
	}
    .hero-blog-block .title:nth-child(1) h1{
        font-size: 40px !important;
        line-height: 50px !important;
    }

    .hero-blog-block .title:last-child h5{
        line-height: 40px !important;
    }
}
.generic-block-core {
  position: relative;
  overflow: hidden;
}
.generic-block-core a.full-block-link:hover {
  text-decoration: none;
}
.generic-block-core .quote-bar {
  border-left: 12px solid #EC008C;
  border-right: 0;
  border-image: linear-gradient(to bottom, #f05a28, #ec008c) 1 100%;
}
.generic-block-core .top-gradient-bar:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #f05a28, #ec008c);
  top: 0;
  left: 0;
}

.generic-block {
  position: relative;
  overflow: hidden;
}
.generic-block a.full-block-link:hover {
  text-decoration: none;
}
.generic-block .quote-bar {
  border-left: 12px solid #EC008C;
  border-right: 0;
  border-image: linear-gradient(to bottom, #f05a28, #ec008c) 1 100%;
}
.generic-block .top-gradient-bar:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #f05a28, #ec008c);
  top: 0;
  left: 0;
}
.block {
  color: #DDDDDD;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 300px;
}
.block h1,
.block h2,
.block h3,
.block h4,
.block h5,
.block h6 {
  color: #FFFFFF;
}
.block--true-black {
  background-color: #000000;
}
.block--black {
  background-color: #181818;
}
.block--black .logo {
  fill: #FFFFFF;
}
.generic-block-wrapper.fixed {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9998;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  transition: top 0.2s;
}
.block--dark-gray {
  background-color: #181818;
}
.block--dark-gray-2 {
  background-color: #222222;
}
.block--medium-gray {
  background-color: #363636;
}
.block--dark .logo {
  color-svg: #FFFFFF;
}
.block--transparent {
  background-color: inherit;
  color: inherit;
}
.block--light-gray {
  background-color: #F3F3F3;
}
.block--white {
  background-color: #FFFFFF;
}
.block--light {
  color: #181818;
}
.block--light h1,
.block--light h2,
.block--light h3,
.block--light h4,
.block--light h5,
.block--light h6 {
  color: #181818;
}
.generic-block-wrapper.darker:before,
.generic-block-wrapper.lighter:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.generic-block-wrapper.darker:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.generic-block-wrapper.lighter:before {
  background-color: rgba(255, 255, 255, 0.5);
}
.generic-block-wrapper {
  padding: 100px 0;
  position: relative;
  background-size: cover;
}
.generic-block-wrapper.parallax {
  background-attachment: fixed;
}
.generic-block-wrapper.generic-block--five-ten {
  min-height: 510px;
}
.ps-carousel .generic-block-wrapper.generic-block--five-ten {
  min-height: 510px !important;
}
.generic-block-wrapper.generic-block--tall {
  min-height: 900px;
}
.ps-carousel .generic-block-wrapper.generic-block--tall {
  min-height: 900px !important;
}
.generic-block--auto {
  min-height: 0;
}
.generic-block-wrapper.generic-block--six-hundred {
  min-height: 600px;
}
.ps-carousel .generic-block-wrapper.generic-block--six-hundred {
  min-height: 600px !important;
}
.generic-block-wrapper.generic-block--cigar {
  min-height: 40px;
}
.ps-carousel .generic-block-wrapper.generic-block--cigar {
  min-height: 60px !important;
}
.generic-block-wrapper.padding-top-zero {
  padding-top: 0;
}
.generic-block-wrapper.padding-top-ten {
  padding-top: 10px;
}
.generic-block-wrapper.padding-top-twenty {
  padding-top: 20px;
}
.generic-block-wrapper.padding-top-thirty {
  padding-top: 30px;
}
.generic-block-wrapper.padding-top-forty {
  padding-top: 40px;
}
.generic-block-wrapper.padding-top-fifty {
  padding-top: 50px;
}
.generic-block-wrapper.padding-top-sixty {
  padding-top: 60px;
}
.generic-block-wrapper.padding-top-seventy {
  padding-top: 70px;
}
.generic-block-wrapper.padding-top-eighty {
  padding-top: 80px;
}
.generic-block-wrapper.padding-top-ninety {
  padding-top: 90px;
}
.generic-block-wrapper.padding-top-hundred {
  padding-top: 100px;
}
.generic-block-wrapper.padding-top-hundred-ten {
  padding-top: 110px;
}
.generic-block-wrapper.padding-top-hundred-twenty {
  padding-top: 120px;
}
.generic-block-wrapper.padding-top-hundred-thirty {
  padding-top: 130px;
}
.generic-block-wrapper.padding-top-hundred-forty {
  padding-top: 140px;
}
.generic-block-wrapper.padding-top-hundred-fifty {
  padding-top: 150px;
}
.generic-block-wrapper.padding-top-hundred-sixty {
  padding-top: 160px;
}
.generic-block-wrapper.padding-top-hundred-seventy {
  padding-top: 170px;
}
.generic-block-wrapper.padding-top-hundred-eighty {
  padding-top: 180px;
}
.generic-block-wrapper.padding-top-hundred-ninety {
  padding-top: 190px;
}
.generic-block-wrapper.padding-top-two-hundred {
  padding-top: 200px;
}
.generic-block-wrapper.padding-bottom-zero {
  padding-bottom: 0;
}
.generic-block-wrapper.padding-bottom-ten {
  padding-bottom: 10px;
}
.generic-block-wrapper.padding-bottom-twenty {
  padding-bottom: 20px;
}
.generic-block-wrapper.padding-bottom-thirty {
  padding-bottom: 30px;
}
.generic-block-wrapper.padding-bottom-forty {
  padding-bottom: 40px;
}
.generic-block-wrapper.padding-bottom-fifty {
  padding-bottom: 50px;
}
.generic-block-wrapper.padding-bottom-sixty {
  padding-bottom: 60px;
}
.generic-block-wrapper.padding-bottom-seventy {
  padding-bottom: 70px;
}
.generic-block-wrapper.padding-bottom-eighty {
  padding-bottom: 80px;
}
.generic-block-wrapper.padding-bottom-ninety {
  padding-bottom: 90px;
}
.generic-block-wrapper.padding-bottom-hundred {
  padding-bottom: 100px;
}
.generic-block-wrapper.padding-bottom-hundred-ten {
  padding-bottom: 110px;
}
.generic-block-wrapper.padding-bottom-hundred-twenty {
  padding-bottom: 120px;
}
.generic-block-wrapper.padding-bottom-hundred-thirty {
  padding-bottom: 130px;
}
.generic-block-wrapper.padding-bottom-hundred-forty {
  padding-bottom: 140px;
}
.generic-block-wrapper.padding-bottom-hundred-fifty {
  padding-bottom: 150px;
}
.generic-block-wrapper.padding-bottom-hundred-sixty {
  padding-bottom: 160px;
}
.generic-block-wrapper.padding-bottom-hundred-seventy {
  padding-bottom: 170px;
}
.generic-block-wrapper.padding-bottom-hundred-eighty {
  padding-bottom: 180px;
}
.generic-block-wrapper.padding-bottom-hundred-ninety {
  padding-bottom: 190px;
}
.generic-block-wrapper.padding-bottom-two-hundred {
  padding-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .generic-block-wrapper.padding-top-seventy,
  .generic-block-wrapper.padding-top-eighty,
  .generic-block-wrapper.padding-top-ninety,
  .generic-block-wrapper.padding-top-hundred,
  .generic-block-wrapper.padding-top-hundred-ten,
  .generic-block-wrapper.padding-top-hundred-twenty,
  .generic-block-wrapper.padding-top-hundred-thirty,
  .generic-block-wrapper.padding-top-hundred-forty,
  .generic-block-wrapper.padding-top-hundred-fifty,
  .generic-block-wrapper.padding-top-hundred-sixty,
  .generic-block-wrapper.padding-top-hundred-seventy,
  .generic-block-wrapper.padding-top-hundred-eighty,
  .generic-block-wrapper.padding-top-hundred-ninety,
  .generic-block-wrapper.padding-top-two-hundred {
    padding-top: 60px;
  }
  .generic-block-wrapper.padding-bottom-seventy,
  .generic-block-wrapper.padding-bottom-eighty,
  .generic-block-wrapper.padding-bottom-ninety,
  .generic-block-wrapper.padding-bottom-hundred,
  .generic-block-wrapper.padding-bottom-hundred-ten,
  .generic-block-wrapper.padding-bottom-hundred-twenty,
  .generic-block-wrapper.padding-bottom-hundred-thirty,
  .generic-block-wrapper.padding-bottom-hundred-forty,
  .generic-block-wrapper.padding-bottom-hundred-fifty,
  .generic-block-wrapper.padding-bottom-hundred-sixty,
  .generic-block-wrapper.padding-bottom-hundred-seventy,
  .generic-block-wrapper.padding-bottom-hundred-eighty,
  .generic-block-wrapper.padding-bottom-hundred-ninety,
  .generic-block-wrapper.padding-bottom-two-hundred {
    padding-bottom: 60px;
  }
}
.generic-block-video {
  position: absolute;
}
.generic-block-video-wrapper {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .parallax {
    background-attachment: scroll !important;
  }
}
@media only screen and (max-width: 1024px) {
  .block,
  .generic-block--five-ten,
  .generic-block-wrapper.generic-block--tall {
    min-height: initial;
  }
}
/* @media only screen and (min-width: 1025px) {*/
.generic-block-wrapper.generic-block--vertical-center > .main > .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.generic-block-wrapper.generic-block--vertical-bottom > .main > .content {
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  padding-bottom: inherit;
}
/*}*/
.ps-carousel .generic-block-wrapper.generic-block--vertical-center > .main > .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.ps-carousel .generic-block-wrapper.generic-block--vertical-bottom > .main > .content {
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  padding-bottom: inherit;
}

.flex-block-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.flex-block-container.override-to-center {
  justify-content: center;
}
.flex-block-container.override-to-center > .section {
  margin-bottom: 0 !important;
}
.flex-block-container .new.section {
  width: 98% !important;
  height: 50px !important;
  margin-left: 1% !important;
}
.flex-block-container > .section {
  margin-bottom: 20px;
}
.flex-block-container.desktop-two > .section {
  width: 49%;
  margin-bottom: 30px;
}
.flex-block-container.desktop-three > .section {
  width: 32%;
  margin-bottom: 25px;
}
.flex-block-container.desktop-four > .section {
  width: 24%;
}
.flex-block-container.desktop-five > .section {
  width: 19%;
  margin-bottom: 15px;
}
.flex-block-container.desktop-six > .section {
  width: 16%;
  margin-bottom: 10px;
}
.flex-block-container > .section.hidden {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) and (min-width: 640px) {
  .flex-block-container.tablet-one > .section {
    width: 100%;
  }
  .flex-block-container.tablet-two > .section {
    width: 49%;
  }
  .flex-block-container.tablet-three > .section {
    width: 32%;
    margin-bottom: 15px;
  }
  .flex-block-container.tablet-four > .section {
    width: 24%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 639px) {
  .flex-block-container.mobile-one > .section {
    width: 100%;
  }
  .flex-block-container.mobile-two > .section {
    width: 49%;
    margin-bottom: 9px;
  }
}
.flex-block-container.no-margins > .section {
  margin-bottom: 0 !important;
}
.flex-block-container.no-margins.desktop-two > .section {
  width: 50%;
}
.flex-block-container.no-margins.desktop-three > .section {
  width: 33.333%;
}
.flex-block-container.no-margins.desktop-four > .section {
  width: 25%;
}
.flex-block-container.no-margins.desktop-five > .section {
  width: 20%;
}
.flex-block-container.no-margins.desktop-six > .section {
  width: 16.666%;
}
@media screen and (max-width: 1024px) and (min-width: 640px) {
  .flex-block-container.no-margins.tablet-one > .section {
    width: 100%;
  }
  .flex-block-container.no-margins.tablet-two > .section {
    width: 50%;
  }
  .flex-block-container.no-margins.tablet-three > .section {
    width: 33.333%;
  }
  .flex-block-container.no-margins.tablet-four > .section {
    width: 25%;
  }
}
@media screen and (max-width: 639px) {
  .flex-block-container.no-margins.mobile-one > .section {
    width: 100%;
  }
  .flex-block-container.no-margins.mobile-two > .section {
    width: 50%;
  }
}
.flex-block-container.add-dark-borders > .flex-open-block.section {
  margin-bottom: -1px !important;
}
.flex-block-container.add-dark-borders > .flex-open-block.section .flex-open-block-wrapper {
  margin-right: -1px;
  border: 1px solid #333;
}
.flex-block-container.add-light-borders > .flex-open-block.section {
  margin-bottom: -1px !important;
}
.flex-block-container.add-light-borders > .flex-open-block.section .flex-open-block-wrapper {
  margin-right: -1px;
  border: 1px solid #ddd;
}
.flex-block-container.carousel {
  padding: 0 30px;
}
body.mode-edit .flex-block-container.carousel {
  padding: 0;
}
.flex-block-container.carousel .slick-track {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.flex-block-container.carousel .slick-track:before,
.flex-block-container.carousel .slick-track:after {
  display: none;
}
.flex-block-container.carousel .slick-prev,
.flex-block-container.carousel .slick-next {
  z-index: 1;
  transform: translateY(-50%);
  margin: 0;
  width: 25px;
  height: 34px;
  min-width: 25px;
}
.flex-block-container.carousel .slick-prev {
  left: 0;
}
.flex-block-container.carousel .slick-next {
  right: 0;
}
.flex-block-container.carousel .slick-prev:before {
  content: url(main/images/slide-prev.png);
  transform: scale(0.5);
  display: block;
  position: relative;
  top: -16px;
}
.flex-block-container.carousel .slick-next:before {
  content: url(main/images/slide-next.png);
  transform: scale(0.5);
  display: block;
  position: relative;
  top: -16px;
}
.flex-block-container.carousel.carousel-dark .slick-prev:before {
  content: url(main/images/slide-prev-dark.png);
}
.flex-block-container.carousel.carousel-dark .slick-next:before {
  content: url(main/images/slide-next-dark.png);
}
.flex-block-container.carousel > .section,
.flex-block-container.carousel .slick-list .slick-track > .section {
  margin-left: 10px;
  margin-right: 10px;
  height: inherit;
}
.flex-block-container.carousel > .section:focus,
.flex-block-container.carousel .slick-list .slick-track > .section:focus {
  outline: none;
}
body.mode-edit .flex-block-container.carousel > .section,
body.mode-edit .flex-block-container.carousel .slick-list .slick-track > .section {
  margin-left: 0px;
  margin-right: 0px;
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.feature-block .mode-edit .feature-block-tabs {
  flex: unset;
}
.feature-block .mode-edit .feature-block-content {
  display: block;
  flex: unset;
}
.feature-block .feature-block-container.item--white .feature-item-tabs {
  color: #ffffff;
}
.feature-block .feature-block-container.item--black .feature-item-tabs {
  color: #000000;
}
.feature-block .feature-block-container.item--pink .feature-item-tabs {
  color: #ec008c;
}
.feature-block .feature-block-container.bg--white .feature-item .feature-item-tabs,
.feature-block .feature-block-container.bg--white .feature-item-tabs.active {
  background: #ffffff;
}
.feature-block .feature-block-container.bg--lightGrey .feature-item .feature-item-tabs,
.feature-block .feature-block-container.bg--lightGrey .feature-item-tabs.active {
  background: #363638;
}
.feature-block .feature-block-container.bg--mediumGrey .feature-item .feature-item-tabs,
.feature-block .feature-block-container.bg--mediumGrey .feature-item-tabs.active {
  background: #222222;
}
.feature-block .feature-block-container.bg--darkGrey .feature-item .feature-item-tabs,
.feature-block .feature-block-container.bg--darkGrey .feature-item-tabs.active {
  background: #181818;
}
.feature-block .feature-block-container.bg--black .feature-item .feature-item-tabs,
.feature-block .feature-block-container.bg--black .feature-item-tabs.active {
  background: #000000;
}
.feature-block .feature-block-container .feature-item-tabs {
  color: inherit;
  font-weight: 500;
  background: inherit;
  padding: 15px 30px;
  margin-bottom: 10px;
  border-radius: 8px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.feature-block .feature-block-container .feature-item-tabs .tab-icon {
  margin-right: 40px;
}
@media (min-width: 1024px) {
  .feature-block .feature-block-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .feature-block .feature-block-container .feature-block-tabs {
    flex: 0 0 30%;
  }
  .feature-block .feature-block-container .feature-block-contents {
    flex: 0 0 65%;
  }
}
@media (max-width: 1023px) {
  .feature-block .feature-block-container .feature-block-tabs {
    display: none;
  }
  .feature-block .feature-block-container .feature-item .feature-item-contents {
    display: none;
  }
}

.ps-carousel-wrapper {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}
.ps-carousel-wrapper .ps-carousel-next,
.ps-carousel-wrapper .ps-carousel-prev {
  position: absolute;
  top: 45%;
  margin-top: 0px;
  cursor: pointer;
  min-width: 20px;
  height: 35px;
  z-index: 10;
  color: rgba(153, 153, 153, 0);
  background: url(main/images/tp-arrow-sprite.png) no-repeat no-repeat;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 860px) {
  .ps-carousel-wrapper .ps-carousel-next,
  .ps-carousel-wrapper .ps-carousel-prev {
    display: none !important;
  }
}
.ps-carousel-wrapper .ps-carousel-next:hover,
.ps-carousel-wrapper .ps-carousel-prev:hover {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.ps-carousel-wrapper .ps-carousel-next:before,
.ps-carousel-wrapper .ps-carousel-prev:before {
  content: "" !important;
}
.ps-carousel-wrapper:hover .ps-carousel-next,
.ps-carousel-wrapper:hover .ps-carousel-prev {
  opacity: .8;
  transition: opacity 0.3s ease;
}
.ps-carousel-wrapper .ps-carousel-prev {
  left: 5%;
  background-position: 0px 0px;
}
.ps-carousel-wrapper .ps-carousel-prev:hover {
  background-position: 0px -40px;
}
.ps-carousel-wrapper .ps-carousel-next {
  right: 5%;
  background-position: -30px -40px;
}
.ps-carousel-wrapper .ps-carousel-next:hover {
  background-position: -30px 0px;
}
.ps-carousel-wrapper .slick-slider {
  margin-bottom: 0;
}
.ps-carousel-wrapper .ps-carousel {
  position: relative;
}
.ps-carousel-wrapper .ps-carousel .slick-dots {
  /*background: rgba(0,0,0,.7);*/
  bottom: 20px;
  border-radius: 10px;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translateX(-50%);
  z-index: 999;
  white-space: nowrap;
  width: 100%;
  margin: 0;
  text-align: center;
}
.ps-carousel-wrapper .ps-carousel .slick-dots li {
  background: #aaa;
  border-radius: 9px;
  display: inline-block;
  height: 6px;
  list-style-type: none;
  margin: 0 4px;
  padding: 0;
  transition: background .3s ease;
  width: 25px;
}
.ps-carousel-wrapper .ps-carousel .slick-dots li:before {
  display: none;
}
.ps-carousel-wrapper .ps-carousel .slick-dots li.slick-active {
  background: #eee;
}
.ps-carousel-wrapper .ps-carousel .slick-dots button {
  display: none;
}
@media only screen and (max-width: 800px) {
  .ps-carousel-wrapper .ps-carousel .slick-dots {
    bottom: 3% !important;
  }
}
@media only screen and (max-width: 360px) {
  .ps-carousel-wrapper .ps-carousel .slick-dots {
    display: none !important;
  }
}

#home-page-generic .main{
	margin: 180px 0;
}
#home-page-generic p, #home-page-generic .text-component {
	color: #333333;
	font-size: 36px;
	line-height: 50px;
	font-weight: 200;
}
#home-page-generic .row {
	max-width: 1080px;
	position: relative;
}
#home-page-generic div.image, #home-page-generic img {
	margin: 0;
}
@media only screen and (max-width: 640px) {
	#home-page-generic {
		margin: 40px 0 70px;
	}
}
.mode-edit.animation-wrapper-container {
  position: unset !important;
  top: unset !important;
  right: unset !important;
  bottom: unset !important;
  left: unset !important;
  margin: unset !important;
}
.aos-noscript-override {
  opacity: 1 !important;
  transform: none !important;
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.abm-channel-academies-page {
  position: relative;
  background-color: #000000;
  padding-bottom: 40px;
}
.abm-channel-academies-page .home-link {
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 15px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 15px;
  background: #e80c88;
  border-radius: 10px;
  font-size: 12px;
  background: linear-gradient(90deg, #f05a28 0, #ec008c 100%);
  color: #ffffff;
  transition: box-shadow 0.3s ease-in-out;
}
.abm-channel-academies-page .home-link:hover,
.abm-channel-academies-page .home-link:focus {
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.abm-channel-academies-page .home-link i {
  font-size: 30px;
  display: block;
}
.abm-channel-academies-page > .section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px;
  color: #ffffff;
}
.abm-channel-academies-page > .section .section__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .abm-channel-academies-page > .section .section__header {
    flex-direction: row;
    align-items: center;
  }
}
.abm-channel-academies-page > .section .section__header h1,
.abm-channel-academies-page > .section .section__header h2,
.abm-channel-academies-page > .section .section__header h3,
.abm-channel-academies-page > .section .section__header h4,
.abm-channel-academies-page > .section .section__header h5,
.abm-channel-academies-page > .section .section__header h6,
.abm-channel-academies-page > .section .section__header .button {
  margin: 0;
}
.abm-channel-academies-page > .section .section__header .button {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .abm-channel-academies-page > .section .section__header .button {
    margin-top: 0;
    margin-left: 20px;
  }
}
.abm-channel-academies-page > .section--hero {
  margin: 0 0 40px 0;
  padding: 0;
  min-height: 300px;
  max-width: unset;
  background-repeat: no-repeat;
  background-size: cover;
}
.abm-channel-academies-page > .section--news .xf-content-height > .aem-Grid {
  display: flex;
  flex-direction: column;
}
.abm-channel-academies-page > .section--news .xf-content-height > .aem-Grid > div {
  width: 100%;
  padding: 0;
}
.abm-channel-academies-page > .section--news .xf-content-height > .aem-Grid > div:nth-child(odd) {
  padding-bottom: 30px;
}
.abm-channel-academies-page > .section--news .xf-content-height > .aem-Grid > div:nth-child(even) {
  padding-top: 30px;
  border-top: solid 1px #f05a28;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .abm-channel-academies-page > .section--news .xf-content-height > .aem-Grid {
    flex-direction: row;
  }
  .abm-channel-academies-page > .section--news .xf-content-height > .aem-Grid > div:nth-child(odd) {
    padding: 20px 30px 20px 0;
    width: 45%;
  }
  .abm-channel-academies-page > .section--news .xf-content-height > .aem-Grid > div:nth-child(even) {
    padding: 20px 0 20px 30px;
    border-left: solid 1px #f05a28;
    border-top: none;
    width: 55%;
  }
}
.abm-channel-academies-page > .section--channel .slick-slider {
  margin-bottom: 0;
}
.abm-channel-academies-page > .section--channel .slick-slider .slick-track {
  align-items: flex-start;
}
.abm-channel-academies-page > .section--channel .slick-slider .slick-slide {
  max-height: 300px;
  background-color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abm-channel-academies-page > .section--channel .slick-slider .slick-slide img {
  max-height: 300px;
}
.abm-channel-academies-page > .section > .title {
  margin-bottom: 40px;
}
.abm-channel-academies-page > .section > .ps-button .button {
  margin: 0;
}
.aem-AuthorLayer-Edit .abm-channel-academies-page .section__header .cq-placeholder {
  min-width: 100px;
}

.ps-horizontal-gradient-pink-to-orange {
  background: -moz-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: -webkit-linear-gradient(left, #e80c88 0%, #f15b2c 100%);
  background: linear-gradient(to right, #e80c88 0%, #f15b2c 100%);
}
@font-face {
  font-family: "PS Commons";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Medium";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PS Commons Bold";
  src: url('main/fonts/tt-commons/PS_TT_Commons_Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* Media */
.ps-paragraph-theme {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: .5px;
}
.ps-eyebrow-text-theme {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ec008c;
  line-height: 130%;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* TT Commons Global style */
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: unset;
  text-transform: none;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 48px;
    line-height: unset;
  }
}
@media screen and (max-width: 640px) {
  .ps-temporary-tt-commons-theme .title2 h1,
  .ps-temporary-tt-commons-theme .text-4 h1 {
    font-size: 36px;
    line-height: unset;
  }
}
.ps-temporary-tt-commons-theme .text-4.section {
  margin-bottom: 0;
}
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  margin: 0 0 20px 0;
}
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--medium,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty {
  font-size: 18px;
  font-weight: unset;
  line-height: 1.2;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme .text-4 p,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme a.fourteen-px,
.ps-temporary-tt-commons-theme .text-4 .fs--normal,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-size: 24px;
  line-height: 1.2;
  font-weight: unset;
}
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier {
  font-weight: unset;
  text-transform: unset;
}
.ps-temporary-tt-commons-theme h1,
.ps-temporary-tt-commons-theme h2,
.ps-temporary-tt-commons-theme h6,
.ps-temporary-tt-commons-theme strong,
.ps-temporary-tt-commons-theme b,
.ps-temporary-tt-commons-theme .title2 h1.title--ultra,
.ps-temporary-tt-commons-theme .title2 h2.title--ultra,
.ps-temporary-tt-commons-theme .title2 h3.title--ultra,
.ps-temporary-tt-commons-theme .title2 h4.title--ultra,
.ps-temporary-tt-commons-theme .title2 h5.title--ultra,
.ps-temporary-tt-commons-theme .title2 h6.title--ultra,
.ps-temporary-tt-commons-theme .title2 h1,
.ps-temporary-tt-commons-theme .text-4 h1,
.ps-temporary-tt-commons-theme .title2 h2,
.ps-temporary-tt-commons-theme .text-4 h2,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6,
.ps-temporary-tt-commons-theme .link.section a,
.ps-temporary-tt-commons-theme .link-list-text .linklist-subnav ul li a,
.ps-temporary-tt-commons-theme .text-4 .fs--thirty,
.ps-temporary-tt-commons-theme .text-4 .fs--tiny,
.ps-temporary-tt-commons-theme .title2 h1.title--heavier,
.ps-temporary-tt-commons-theme .title2 h2.title--heavier,
.ps-temporary-tt-commons-theme .title2 h3.title--heavier,
.ps-temporary-tt-commons-theme .title2 h4.title--heavier,
.ps-temporary-tt-commons-theme .title2 h5.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6.title--heavier,
.ps-temporary-tt-commons-theme .title2 h6,
.ps-temporary-tt-commons-theme .text-4 h6 {
  font-family: sans-serif;
  font-weight: 700;
}
.ps-temporary-tt-commons-theme p,
.ps-temporary-tt-commons-theme h3,
.ps-temporary-tt-commons-theme h4,
.ps-temporary-tt-commons-theme h5,
.ps-temporary-tt-commons-theme .section ul,
.ps-temporary-tt-commons-theme .section ol,
.ps-temporary-tt-commons-theme .section dl,
.ps-temporary-tt-commons-theme .section li,
.ps-temporary-tt-commons-theme .text-3 p,
.ps-temporary-tt-commons-theme .title2 h3,
.ps-temporary-tt-commons-theme .text-4 h3,
.ps-temporary-tt-commons-theme .title2 h4,
.ps-temporary-tt-commons-theme .text-4 h4,
.ps-temporary-tt-commons-theme .title2 h5,
.ps-temporary-tt-commons-theme .text-4 h5,
.ps-temporary-tt-commons-theme .text-4 .fs--large {
  font-family: sans-serif;
  font-weight: 400;
}
.ps-temporary-tt-commons-theme ul li:before {
  margin-top: 7px;
}
.abm-image-carousel-wrapper .abm-image-carousel--edit {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.abm-image-carousel-wrapper .abm-image-carousel--edit > div {
  margin: 0;
}
.abm-image-carousel-wrapper .slick-track {
  align-items: center;
}
.abm-image-carousel-wrapper .slick-track .slick-slide {
  margin: 0 5px;
}
.abm-image-carousel-wrapper .slick-slider .slick-list {
  position: relative;
}
.abm-image-carousel-wrapper .slick-slider .slick-arrow {
  background: #ffffff;
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 12px -1px #000000;
  z-index: 1;
  margin: -20px 0 0;
}
.abm-image-carousel-wrapper .slick-slider .slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(135deg);
  border: solid;
  border-width: 0 4px 4px 0;
  padding: 6px;
  top: 12px;
  transition: all 0.3s ease;
  border-color: black;
}
.abm-image-carousel-wrapper .slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.abm-image-carousel-wrapper .slick-slider .slick-arrow.slick-prev:before {
  left: 14px;
}
.abm-image-carousel-wrapper .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.abm-image-carousel-wrapper .slick-slider .slick-arrow.slick-next:before {
  transform: rotate(-45deg);
  right: 14px;
}
.abm-image-carousel-wrapper .slick-slider .slick-arrow.slick-disabled {
  display: none !important;
}
.abm-image-carousel-wrapper .slick-slider .slick-track {
  display: flex;
}

