@charset "UTF-8";
/*!
Theme Name: blissmedia-telstraexchange
Author: Blissmedia
Revised By: JM 2019
Author URI: http://www.blissmedia.com
Description: Description
Version: 1.0.0
License URI: LICENSE
Text Domain: blissmedia-telstraexchange
*/
/* Slider */
/* Slider */
/* Icons */
.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  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%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  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-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 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; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 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;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent; }

.slick-lightbox .slick-prev {
  left: 15px; }

.slick-lightbox .slick-next {
  right: 15px; }

.slick-lightbox-hide {
  opacity: 0; }

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0; }

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden; }

.slick-lightbox-slick-item:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px; }

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center; }

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%; }

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%; }

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white; }

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none; }

.slick-lightbox-close:focus {
  outline: none; }

.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '×'; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider, .fancybox-slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch; }

.fancybox-slide:before {
  content: "";
  height: 100%;
  width: 0; }

.fancybox-slide:before, .fancybox-slide > * {
  display: inline-block;
  vertical-align: middle; }

.fancybox-slide > * {
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial,sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image, .fancybox-placeholder, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0; }

.fancybox-image, .fancybox-spaceball {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a, .fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled:after, .fancybox-button--disabled:before {
  opacity: .5; }

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor; }

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@media (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }
  .fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

.fancybox-button--play:before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause:before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
  background: transparent; }

.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs:before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0; }

.fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0; } }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* body,
button,
input,
select,
optgroup,
textarea {
    color: $color__text-main;
    font-family: $font__main;
    @include font-size(1);
    line-height: $font__line-height-body;
} */
h1, h2, h3, h4, h5, h6 {
  clear: both; }

.copy-text h1, .copy-text h2, .copy-text h3, .copy-text h4, .copy-text h5, .copy-text h6,
.copy-text .h1, .copy-text .h2, .copy-text .h3, .copy-text .h4, .copy-text .h5, .copy-text .h6 {
  clear: both;
  color: #414141; }

.copy-text h1, .copy-text .h1 {
  font-weight: bold;
  font-size: 3.25rem;
  line-height: 3.9375rem;
  letter-spacing: -0.02em;
  color: #414141; }
  @media (max-width: 768px) {
    .copy-text h1, .copy-text .h1 {
      font-size: 2.375rem;
      line-height: 120%; } }

.copy-text h2, .copy-text .h2 {
  font-weight: bold;
  font-size: 2.375rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #414141; }
  @media (max-width: 768px) {
    .copy-text h2, .copy-text .h2 {
      font-size: 1.375rem;
      line-height: 120%; } }

.copy-text h3, .copy-text .h3 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #414141; }
  @media (max-width: 768px) {
    .copy-text h3, .copy-text .h3 {
      font-size: 1.125rem;
      line-height: 140%; } }

.copy-text h4, .copy-text .h4,
.copy-text .contextly .ctx-link-title p {
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 1.7875rem;
  letter-spacing: -0.02em;
  color: #414141; }
  @media (max-width: 768px) {
    .copy-text h4, .copy-text .h4,
    .copy-text .contextly .ctx-link-title p {
      font-size: 1.125rem;
      line-height: 1.4625rem; } }

.copy-text h5, .copy-text .h5 {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.3rem;
  letter-spacing: -0.02em;
  color: #414141; }

.copy-text h6, .copy-text .h6 {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: 0.03em;
  color: #414141; }

.copy-text .author-h1 {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: -0.02em;
  color: #414141;
  font-weight: 300;
  text-align: center; }
  @media (max-width: 768px) {
    .copy-text .author-h1 {
      font-size: 1.125rem;
      line-height: 1.4625rem; } }

.copy-text .author-p {
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #676767;
  text-align: center; }

.copy-text .bd-intro,
.copy-text .article-text p:first-of-type {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #676767; }
  @media (max-width: 768px) {
    .copy-text .bd-intro,
    .copy-text .article-text p:first-of-type {
      font-size: 20px;
      line-height: 140%; } }

.copy-text .bd-copy, .copy-text p, .copy-text li {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 140%;
  color: #676767; }

.copy-text p.by-date {
  font-weight: 300;
  font-size: 1rem;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #676767; }

.copy-text .bd-detail,
.copy-text .bread-crumbs {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: #676767; }

.copy-text a {
  text-decoration: none;
  color: #414141;
  transition: color 0.3s border-bottom-color .3s; }
  .copy-text a:hover, .copy-text a:focus {
    color: #35237F;
    border-bottom-color: #35237F; }

.copy-text .a-link {
  border-bottom: 1px solid;
  border-bottom-color: transparent;
  color: #5E50B5;
  transition: color 0.3s border-bottom-color .3s;
  cursor: pointer; }
  .copy-text .a-link:hover {
    color: #35237F;
    border-bottom-color: #35237F; }

.copy-text .a-link-black {
  border-bottom: 1px solid;
  border-bottom-color: transparent;
  transition: color 0.3s border-bottom-color .3s;
  color: #414141;
  cursor: pointer; }
  .copy-text .a-link-black:hover, .copy-text .a-link-black:focus {
    color: #35237F;
    border-bottom-color: #35237F; }

.copy-text .contextly .ctx-link .ctx-link-title p {
  display: inline !important;
  border-bottom: 1px solid;
  border-bottom-color: transparent;
  transition: color 0.3s border-bottom-color .3s;
  color: #414141;
  cursor: pointer; }
  .copy-text .contextly .ctx-link .ctx-link-title p:hover, .copy-text .contextly .ctx-link .ctx-link-title p:focus {
    color: #35237F;
    border-bottom-color: #35237F; }

.copy-text .over-link-base:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  opacity: 0; }

.copy-text .over-link-base:hover:after {
  opacity: 0.1; }

.copy-text .over-link-base:focus:after {
  opacity: 0.5; }

.copy-text .block-link {
  position: relative;
  display: inline-block;
  padding-top: 11px;
  padding-left: 21px;
  padding-right: 21px;
  padding-bottom: 12px;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #FFFFFF;
  transition: background-color 0.3s;
  border-bottom: 0px solid black; }
  .copy-text .block-link img {
    height: 0.75em;
    width: auto;
    margin-left: 0.75em;
    vertical-align: baseline;
    display: inline-block; }
  .copy-text .block-link:hover, .copy-text .block-link:focus {
    background-color: #35237F !important;
    color: #FFFFFF !important; }
  @media (max-width: 400px) {
    .copy-text .block-link {
      padding-left: 21px;
      padding-right: 21px; } }

.copy-text ul li {
  padding-left: 8px;
  color: #676767;
  font-weight: 300; }
  .copy-text ul li:before {
    border-radius: 0.375rem;
    background-color: #A0148C; }

.copy-text ol {
  list-style-type: none; }
  .copy-text ol li {
    padding-left: 33px;
    color: #676767;
    font-weight: 300;
    counter-increment: list;
    position: relative; }
    .copy-text ol li:before {
      position: absolute;
      margin-left: -33px;
      content: counter(list) ".";
      font-weight: bold;
      color: #A0148C; }

p {
  margin-bottom: 1.5em; }

p:empty {
  display: none !important; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: auto; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
      .main-navigation ul ul :hover > a,
      .main-navigation ul ul .focus > a {
        text-decoration: none; }
      .main-navigation ul ul a:hover,
      .main-navigation ul ul a.focus {
        text-decoration: none; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.header-categories-list .current-menu-item a {
  font-weight: bold; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-item .gallery-columns-2 {
    max-width: 50%; }
  .gallery-item .gallery-columns-3 {
    max-width: 33.33333%; }
  .gallery-item .gallery-columns-4 {
    max-width: 25%; }
  .gallery-item .gallery-columns-5 {
    max-width: 20%; }
  .gallery-item .gallery-columns-6 {
    max-width: 16.66667%; }
  .gallery-item .gallery-columns-7 {
    max-width: 14.28571%; }
  .gallery-item .gallery-columns-8 {
    max-width: 12.5%; }
  .gallery-item .gallery-columns-9 {
    max-width: 11.11111%; }

.gallery-caption {
  display: block; }

.single-gallery .gallery {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.single-gallery .gallery-icon {
  height: auto;
  display: block;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 240px;
  flex: 0 1 240px; }
  @media only screen and (max-width: 480px) {
    .single-gallery .gallery-icon {
      padding-left: 0;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; } }

.single-slideshow .gallery,
.single-slideshow .gallery li {
  padding-left: 0; }

.parallax-optimised .lightbox-gallery {
  display: block; }
  .parallax-optimised .lightbox-gallery .lightbox-gallery__thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #eee;
    height: 400px; }
    @media only screen and (max-width: 640px) {
      .parallax-optimised .lightbox-gallery .lightbox-gallery__thumb {
        height: 200px; } }
  .parallax-optimised .lightbox-gallery img {
    max-width: 100%;
    max-height: 100% !important;
    display: block; }

/* Blissmedia */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

html {
  box-sizing: border-box; }

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


.inner-margin-reset > :first-child, .box-content > :first-child, .article-overlay__inner > :first-child, .card > :first-child, .cta-sign-up > :first-child {
  margin-top: 0; }

.inner-margin-reset > :last-child, .box-content > :last-child, .article-overlay__inner > :last-child, .card > :last-child, .cta-sign-up > :last-child {
  margin-bottom: 0; }

img.resize {
  width: 100%;
  height: auto; }

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

.container, .clearfix {
  *zoom: 1; }
  .container:before, .clearfix:before, .container:after, .clearfix:after {
    content: " ";
    display: table;
    flex-basis: 0;
    order: 1; }
  .container:after, .clearfix:after {
    clear: both; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.left {
  float: left; }

.right {
  float: right; }

[hidden],
.hide {
  display: none !important; }

@media (min-width: 1025px) {
  .desktop-hide {
    display: none !important; } }

@media (min-width: 521px) and (max-width: 1024px) {
  .tablet-hide {
    display: none !important; } }

@media (min-width: 0px) and (max-width: 520px) {
  .mobile-hide {
    display: none !important; } }

body {
  /* fix iOS scrolling bugs with fixed elements */
  -webkit-overflow-scrolling: auto !important;
  overflow: auto !important;
  height: auto !important; }

body {
  padding-top: 54px; }

html,
body {
  position: static !important; }

.site-content {
  overflow: hidden;
  position: relative;
  z-index: 2; }

@font-face {
  font-family: 'Akkurat';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Akkurat.eot");
  src: url("../fonts/Akkurat.eot?#iefix") format("embedded-opentype"), url("../fonts/Akkurat.woff") format("woff"), url("../fonts/Akkurat.ttf") format("truetype"), url("../fonts/Akkurat.svg#Akkurat") format("svg"); }

@font-face {
  font-family: 'Akkurat';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Akkurat-Bold.eot");
  src: url("../fonts/Akkurat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Akkurat-Bold.woff") format("woff"), url("../fonts/Akkurat-Bold.ttf") format("truetype"), url("../fonts/Akkurat-Bold.svg#Akkurat") format("svg"); }

body {
  font-family: 'Akkurat', 'Arial', sans-serif;
  color: #414141;
  line-height: 1.4; }

ul {
  list-style-type: disc;
  margin: 0;
  padding: 0; }

ol {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5 {
  line-height: 1.2; }

blockquote {
  margin-left: 0;
  margin-right: 0; }

.wysiwyg {
  font-size: 1.1em; }
  .wysiwyg img {
    max-width: 100%;
    height: auto; }
  .wysiwyg > * {
    margin-top: 0;
    margin-bottom: 25px; }
  .wysiwyg blockquote {
    font-size: 1.88em;
    max-width: 710px;
    padding-right: 100px;
    position: relative; }
    @media (max-width: 520px) {
      .wysiwyg blockquote {
        font-size: 1.2em; } }
  .wysiwyg ul, .wysiwyg ol {
    margin-left: 0;
    padding-left: 40px; }
  .wysiwyg ul {
    list-style-type: disc; }
  .wysiwyg li {
    padding-left: 10px; }

.title-listicle {
  font-size: 1.56em; }

.box-content {
  background-color: #e6e6e6;
  padding: 30px; }

.theme-tech .wysiwyg a,
.theme-tech .wysiwyg blockquote,
.theme-tech .title-listicle__number {
  color: #5E50BF; }

.theme-tech .btn-social {
  background-color: #5E50BF; }

.theme-careers .wysiwyg a,
.theme-careers .wysiwyg blockquote,
.theme-careers .title-listicle__number {
  color: #008381; }

.theme-careers .btn-social {
  background-color: #008381; }

.theme-business .wysiwyg a,
.theme-business .wysiwyg blockquote,
.theme-business .title-listicle__number {
  color: #0064D2; }

.theme-business .btn-social {
  background-color: #0064D2; }

.theme-network .wysiwyg a,
.theme-network .wysiwyg blockquote,
.theme-network .title-listicle__number {
  color: #9E043E; }

.theme-network .btn-social {
  background-color: #9E043E; }

.theme-news .wysiwyg a,
.theme-news .wysiwyg blockquote,
.theme-news .title-listicle__number {
  color: #D93923; }

.theme-news .btn-social {
  background-color: #D93923; }

input,
select,
textarea {
  font-family: inherit; }

html {
  overflow: hidden;
  overflow-x: hidden !important;
  overflow-y: scroll; }

.share-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 63px;
  z-index: 6;
  /* ooyala embed has a high z-index */
  top: -100px;
  padding: 20px;
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: -0.02em;
  background: #fff; }
  .share-menu .read-length {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 63px;
    padding-left: 20px; }
    @media (max-width: 768px) {
      .share-menu .read-length {
        display: none; } }
    .share-menu .read-length img {
      width: 1.1875rem;
      height: auto;
      margin-right: 10px; }
  .share-menu .read-time-indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #A0148C; }
  .share-menu .share-text {
    font-weight: bold;
    color: #414141; }
    .share-menu .share-text span {
      margin-left: 15px;
      margin-right: 7.5px; }
  .share-menu .share-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: bold; }
    .share-menu .share-links button {
      padding: 0px;
      margin-left: 7.5px;
      margin-right: 7.5px;
      color: #5E50B5;
      border-radius: 0px;
      transition: color 0.3s; }
      @media (max-width: 768px) {
        .share-menu .share-links button span {
          display: none; } }
      .share-menu .share-links button img, .share-menu .share-links button svg {
        display: none;
        height: 21px; }
        @media (max-width: 768px) {
          .share-menu .share-links button img, .share-menu .share-links button svg {
            display: block; } }
        .share-menu .share-links button img .path-fill, .share-menu .share-links button svg .path-fill {
          transition: fill 0.3s;
          fill: #5E50B5; }
        .share-menu .share-links button img .path-stroke, .share-menu .share-links button svg .path-stroke {
          transition: stroke 0.3s;
          stroke: #5E50B5; }
      .share-menu .share-links button:hover, .share-menu .share-links button:focus {
        color: #35237F; }
        .share-menu .share-links button:hover .path-fill, .share-menu .share-links button:focus .path-fill {
          fill: #35237F; }
        .share-menu .share-links button:hover .path-stroke, .share-menu .share-links button:focus .path-stroke {
          stroke: #35237F; }

.primary-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  /* ooyala embed has a high z-index */ }
  .primary-menu .text-color-strip {
    width: 100%;
    height: 3px;
    background: linear-gradient(126.53deg, #952B87 0.08%, #F3AC7C 38.07%, #EE82A2 100%); }
  .primary-menu .nav-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    background-color: #fff;
    color: #414141;
    z-index: 10;
    max-width: 100%;
    width: 100%;
    border-bottom: 1px solid #CDCDCD; }
    .primary-menu .nav-container .tex-logo {
      display: none;
      display: block;
      flex-shrink: 0;
      width: 246px;
      z-index: 1;
      margin-left: 20px;
      margin-top: 10px;
      margin-bottom: 10px; }
      @media (max-width: 400px) {
        .primary-menu .nav-container .tex-logo {
          position: absolute;
          top: 0px;
          left: 0px; } }
      @media (max-width: 1200px) {
        .primary-menu .nav-container .tex-logo {
          margin-top: 16px;
          margin-bottom: 16px;
          width: 146px; } }
      @media (max-width: 450px) {
        .primary-menu .nav-container .tex-logo {
          width: 90px; } }
      .primary-menu .nav-container .tex-logo img {
        width: auto;
        height: 40px; }
        @media (max-width: 1200px) {
          .primary-menu .nav-container .tex-logo img {
            height: 28px; } }
    .primary-menu .nav-container .primary-menu-links {
      left: 0px;
      right: 0px;
      position: fixed;
      display: flex;
      flex-grow: 1;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin-top: 0px;
      height: 60px;
      pointer-events: none; }
      @media (max-width: 1386px) {
        .primary-menu .nav-container .primary-menu-links {
          display: none; } }
      .primary-menu .nav-container .primary-menu-links .d-header-categories-list {
        display: flex;
        height: 60px; }
        .primary-menu .nav-container .primary-menu-links .d-header-categories-list li {
          height: 100%;
          display: flex;
          align-items: center; }
          .primary-menu .nav-container .primary-menu-links .d-header-categories-list li a {
            font-size: 0.875rem;
            line-height: 1.0625rem;
            color: #414141;
            text-decoration: none;
            font-weight: bold;
            pointer-events: all;
            transition: color 0.3s; }
            .primary-menu .nav-container .primary-menu-links .d-header-categories-list li a:hover, .primary-menu .nav-container .primary-menu-links .d-header-categories-list li a:focus {
              color: #001E82; }
        .primary-menu .nav-container .primary-menu-links .d-header-categories-list li + li {
          margin-left: 20px; }
        .primary-menu .nav-container .primary-menu-links .d-header-categories-list .sub-menu {
          display: none; }
        .primary-menu .nav-container .primary-menu-links .d-header-categories-list .current-menu-item, .primary-menu .nav-container .primary-menu-links .d-header-categories-list .current-menu-parent {
          position: relative; }
          .primary-menu .nav-container .primary-menu-links .d-header-categories-list .current-menu-item::after, .primary-menu .nav-container .primary-menu-links .d-header-categories-list .current-menu-parent::after {
            content: ' ';
            position: absolute;
            bottom: 0px;
            left: -5px;
            width: calc(100% + 10px);
            background-color: #001E82;
            height: 2px; }
          .primary-menu .nav-container .primary-menu-links .d-header-categories-list .current-menu-item a, .primary-menu .nav-container .primary-menu-links .d-header-categories-list .current-menu-parent a {
            color: #0064D2; }
    .primary-menu .nav-container .primary-menu-left {
      position: absolute;
      display: flex;
      align-items: center;
      top: 0px;
      right: 0px;
      height: 60px;
      width: 246px;
      justify-content: flex-end; }
      @media (max-width: 400px) {
        .primary-menu .nav-container .primary-menu-left {
          background: #fff; } }
      @media (max-width: 1000px) {
        .primary-menu .nav-container .primary-menu-left {
          width: 286px; } }
      @media (max-width: 400px) {
        .primary-menu .nav-container .primary-menu-left {
          width: 100%; } }
      .primary-menu .nav-container .primary-menu-left .primary-menu-search {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%; }
        @media (max-width: 400px) {
          .primary-menu .nav-container .primary-menu-left .primary-menu-search {
            width: calc(100% - 70px); } }
        .primary-menu .nav-container .primary-menu-left .primary-menu-search label {
          display: none; }
        .primary-menu .nav-container .primary-menu-left .primary-menu-search #search-field:focus + pre + button svg path {
          stroke: #35237F; }
        .primary-menu .nav-container .primary-menu-left .primary-menu-search input {
          width: 3.2em;
          padding: 0px;
          padding-top: 5px;
          padding-bottom: 5px;
          margin: 0px;
          margin-bottom: -2px;
          outline-style: none !important;
          box-shadow: none !important;
          border-color: transparent;
          border: 0px solid transparent;
          border-bottom: 2px solid transparent;
          border-radius: 0px;
          transition: border-bottom-color 0.5s;
          font-weight: normal;
          color: #414141;
          background-color: transparent;
          transition: width 0.5s; }
          .primary-menu .nav-container .primary-menu-left .primary-menu-search input::placeholder {
            color: #414141;
            opacity: 0.5;
            font-weight: normal;
            transition: color 0.5s, opacity 0.5s; }
          .primary-menu .nav-container .primary-menu-left .primary-menu-search input:focus {
            border-bottom: 2px solid #C9C9C9;
            color: #35237F;
            width: 100%; }
            .primary-menu .nav-container .primary-menu-left .primary-menu-search input:focus::placeholder {
              opacity: 1;
              color: #35237F; }
        .primary-menu .nav-container .primary-menu-left .primary-menu-search .search-submit-button {
          padding: 10px;
          margin-right: 12px;
          margin-bottom: 4px; }
          @media (max-width: 1386px) {
            .primary-menu .nav-container .primary-menu-left .primary-menu-search .search-submit-button {
              margin-right: 2px; } }
          .primary-menu .nav-container .primary-menu-left .primary-menu-search .search-submit-button svg {
            width: 14px;
            height: 14px; }
            .primary-menu .nav-container .primary-menu-left .primary-menu-search .search-submit-button svg path {
              transition: stroke 0.3s;
              stroke: #414141; }
          .primary-menu .nav-container .primary-menu-left .primary-menu-search .search-submit-button:hover svg path {
            stroke: #35237F; }
      .primary-menu .nav-container .primary-menu-left .m-hide-show {
        display: none;
        padding: 10px;
        margin-right: 12px;
        margin-bottom: 4px; }
        @media (max-width: 400px) {
          .primary-menu .nav-container .primary-menu-left .m-hide-show {
            margin-right: 10px; } }
        .primary-menu .nav-container .primary-menu-left .m-hide-show svg {
          width: 19px;
          height: 14px; }
          .primary-menu .nav-container .primary-menu-left .m-hide-show svg .m-toggle-hide {
            display: none; }
        .primary-menu .nav-container .primary-menu-left .m-hide-show:hover svg path {
          fill: #001E82; }
        @media (max-width: 1386px) {
          .primary-menu .nav-container .primary-menu-left .m-hide-show {
            display: block; } }

.algolia-autocomplete {
  position: fixed !important;
  width: 100% !important;
  height: calc(100vh - 64px);
  left: 0px !important;
  top: 64px !important;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fff; }
  .algolia-autocomplete .aa-dropdown-menu {
    width: 100% !important;
    max-width: 1132px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: none;
    border-radius: 0px;
    background: transparent; }

/* Styling for when user is logged in */
@media (max-width: 1386px) {
  #wpadminbar {
    display: none; } }

.admin-bar .primary-menu {
  padding-top: 32px; }

.admin-bar .algolia-autocomplete {
  margin-top: 33px; }

.admin-bar .share-menu {
  margin-top: 32px; }

@media (max-width: 1386px) {
  .admin-bar .primary-menu {
    padding-top: 0px; }
  .admin-bar .algolia-autocomplete {
    margin-top: 0px; }
  .admin-bar .share-menu {
    margin-top: 0px; } }

@media (max-width: 1386px) {
  html {
    margin-top: 0px !important; } }

body {
  padding-top: 64px; }

.header-categories {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  /* ooyala embed has a high z-index */
  border-bottom: 1px solid #CDCDCD; }
  @media (max-width: 900px) {
    .header-categories {
      display: none; } }
  .header-categories div {
    display: flex;
    justify-content: center;
    width: 100%; }
    .header-categories div .header-categories-list {
      display: flex;
      flex-direction: row;
      align-items: center;
      height: 50px; }
      .header-categories div .header-categories-list a {
        text-decoration: none;
        color: #414141;
        transition: color 0.3s; }
        .header-categories div .header-categories-list a:hover, .header-categories div .header-categories-list a:focus {
          color: #001E82 !important; }
      .header-categories div .header-categories-list .menu-item {
        display: flex;
        align-items: center;
        padding-left: 10px;
        padding-right: 10px;
        height: 100%;
        font-size: 0.875rem;
        line-height: 1.0625rem; }
        .header-categories div .header-categories-list .menu-item .sub-menu {
          opacity: 0;
          pointer-events: none;
          position: absolute;
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          top: 51px;
          z-index: 6;
          /* ooyala embed has a high z-index */
          margin-left: -20px;
          padding-left: 24px;
          padding-right: 24px;
          padding-top: 20px;
          padding-bottom: 20px;
          background-color: #fff;
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          transition: 0.4s opacity; }
          .header-categories div .header-categories-list .menu-item .sub-menu .menu-item {
            padding-left: 0px;
            padding-right: 0px; }
            .header-categories div .header-categories-list .menu-item .sub-menu .menu-item a {
              font-size: 0.875rem;
              line-height: 130%; }
      .header-categories div .header-categories-list .sub-menu .menu-item + .menu-item {
        margin-top: 10px; }
      .header-categories div .header-categories-list .menu-item-has-children {
        margin-right: 0px;
        padding-right: 22px; }
        .header-categories div .header-categories-list .menu-item-has-children a::after {
          content: ' ';
          position: absolute;
          top: 0px;
          height: 50px;
          width: 8px;
          margin-left: 4px;
          background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACySURBVHgBndPbEcIgEAVQVhqwBEqwBOggHZhPf+0gHViC2gklaAViB+kAbx7OZDY8NuEjM2wuJ4FZyFrbEtFNKdXHGDvv/VNtGHw9Oec+mJh/AMVWis7YfVHqD3gclyEEHgied2ATiD+68nANzWDD7jodQngZY74INAxtUMfr8BZi41HpYSJFa9i4Rvr1yS9jK7CEpkaqIzQP5bYvwZKgBC31ahIsobXGz4IMPc3YpXaLfhRKjd8yWDbxAAAAAElFTkSuQmCC");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center; }
        .header-categories div .header-categories-list .menu-item-has-children .sub-menu a::after {
          display: none; }
      .header-categories div .header-categories-list .menu-item-has-children-js-open .sub-menu {
        opacity: 1;
        pointer-events: all; }
      .header-categories div .header-categories-list .current-menu-item a {
        font-weight: bold;
        color: #0064D2; }
      .header-categories div .header-categories-list .current-menu-item .sub-menu a {
        font-weight: normal;
        color: #414141; }
      .header-categories div .header-categories-list .sub-menu .menu-item.current-menu-item a {
        font-weight: bold;
        color: #0064D2; }
      .header-categories div .header-categories-list .menu-item-has-children.current-menu-item:after {
        background: #0064D2;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }

.header-grid-large {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.header-grid-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.header__logo-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.logo {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  @media (max-width: 520px) {
    .logo {
      font-size: .8em; } }
  .logo__text {
    margin-left: 15px;
    font-size: 1.6em;
    line-height: 1;
    text-transform: none;
    font-weight: bold; }
    @media (max-width: 520px) {
      .logo__text {
        margin-left: 5px; } }

.btn-header-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: 700;
  font-size: .9em;
  padding-left: 25px;
  padding-right: 25px; }
  .btn-header-search:hover {
    opacity: .8; }
  @media (max-width: 1024px) {
    .btn-header-search {
      border-left: 1px solid #414141; } }
  @media (max-width: 520px) {
    .btn-header-search {
      padding-left: 20px;
      padding-right: 20px; } }
  .btn-header-search__text {
    color: #fff;
    margin-left: 10px; }

.header-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #e6e6e6;
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: transform .2s ease-in-out,
 opacity .2s ease-in-out;
  transform: translate(-50px, 0); }
  .header-search_active {
    width: 100%;
    opacity: 1;
    transform: translate(0, 0); }
  .header-search__field {
    color: #414141;
    border: 0;
    padding: 10px 25px;
    font-size: 1.1em;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .header-search__close {
    padding: 10px 25px; }
    .header-search__close img {
      display: block; }

.header-search-holder {
  display: none; }
  .header-search-holder_active {
    display: block;
    position: relative;
    z-index: 2; }

.header-search-results-overlay {
  background-color: #000;
  opacity: .3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; }

.header-search-results {
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%; }
  .header-search-results__row {
    padding-top: 35px; }
  .header-search-results__title {
    margin-top: 0;
    margin-bottom: 15px; }
    .header-search-results__title_main {
      font-size: 2.13em; }
    .header-search-results__title_side {
      font-size: 1.63em; }
  .header-search-results__more {
    font-size: 1.2em;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 20px;
    background-color: #A0148C;
    margin-top: 30px;
    width: 100%; }
  .header-search-results .latest-news {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0; }

.header__social-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  padding-left: 10px;
  padding-right: 10px; }

.header__social-link {
  margin-left: 7px;
  margin-right: 7px; }
  .header__social-link:hover {
    opacity: .8; }

.single .header {
  transition: transform .2s ease-out; }

.single .header_moveup {
  transform: translate(0, -55px); }

.m-primary-menu {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  height: calc(100vh - 64px);
  z-index: 100;
  /* ooyala embed has a high z-index */
  background: #fff;
  overflow-x: hidden;
  overflow-y: scroll; }
  @media (min-width: 1386px) {
    .m-primary-menu {
      display: none !important; } }
  .m-primary-menu div {
    width: 100%;
    height: 100%; }
    .m-primary-menu div .m-header-categories-list li {
      padding-left: 30px;
      padding-right: 27px;
      padding-top: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #CDCDCD; }
      .m-primary-menu div .m-header-categories-list li a {
        color: #414141;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.375rem;
        line-height: 120%;
        transition: color 0.3s; }
        .m-primary-menu div .m-header-categories-list li a:hover, .m-primary-menu div .m-header-categories-list li a:focus {
          color: #001E82 !important; }
    .m-primary-menu div .m-header-categories-list .sub-menu {
      margin-top: 21px;
      margin-left: 20px; }
      .m-primary-menu div .m-header-categories-list .sub-menu li {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        border-bottom: 0px solid #C9C9C9; }
        .m-primary-menu div .m-header-categories-list .sub-menu li a {
          font-weight: normal;
          font-size: 1rem;
          line-height: 120%; }
      .m-primary-menu div .m-header-categories-list .sub-menu li + li {
        margin-top: 19px; }
    .m-primary-menu div .m-header-categories-list .menu-item-has-children:before {
      content: ' ';
      position: absolute;
      width: 12px;
      height: 8px;
      padding: 20px;
      margin-top: -0.375rem;
      right: 27px;
      cursor: pointer;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACySURBVHgBndPbEcIgEAVQVhqwBEqwBOggHZhPf+0gHViC2gklaAViB+kAbx7OZDY8NuEjM2wuJ4FZyFrbEtFNKdXHGDvv/VNtGHw9Oec+mJh/AMVWis7YfVHqD3gclyEEHgied2ATiD+68nANzWDD7jodQngZY74INAxtUMfr8BZi41HpYSJFa9i4Rvr1yS9jK7CEpkaqIzQP5bYvwZKgBC31ahIsobXGz4IMPc3YpXaLfhRKjd8yWDbxAAAAAElFTkSuQmCC");
      background-size: 11px 6px;
      background-repeat: no-repeat;
      background-position: center; }
    .m-primary-menu div .m-header-categories-list .current-menu-item a {
      color: #0064D2; }
    .m-primary-menu div .m-header-categories-list .current-menu-item .menu-item a {
      color: #414141; }
    .m-primary-menu div .m-header-categories-list .current-menu-item-is-open:before {
      content: ' ';
      position: absolute;
      width: 12px;
      height: 8px;
      padding: 20px;
      margin-top: -0.375rem;
      right: 27px;
      cursor: pointer;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABjSURBVHgBZc7BDYAgDAXQ/8VBWMER2MSjI3l0E0ZgBRaBagGTJu2p6X9pS9i6SkQLefShJdxH/SM6JIgrqRbTIZG5hYwW06HW0zy9ZYt3h57111nSwOBYtKELHNLSXmeafeYF9nZErxMw3koAAAAASUVORK5CYII=");
      background-size: 11px 6px;
      background-repeat: no-repeat;
      background-position: center; }
    .m-primary-menu div .m-header-categories-list .current-menu-parent:before {
      content: ' ';
      position: absolute;
      width: 12px;
      height: 8px;
      padding: 20px;
      margin-top: -0.375rem;
      right: 27px;
      cursor: pointer;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABlSURBVHgBZY/BDYAwCEU/NXEGT8ZVOpmpi3UUOTqDB2qhsaK+4+MFAmHedqAAQSI4MTzLukCGrPPQDFURsg1+EcwRpirGWxS2zYo4d0okk98YpnuEIzH1U69YeaJ22tPj+pyLlAvYQzJ7O/p1NwAAAABJRU5ErkJggg==");
      background-size: 11px 6px;
      background-repeat: no-repeat;
      background-position: center; }
    .m-primary-menu div .m-header-categories-list .current-menu-parent a {
      color: #0064D2; }
    .m-primary-menu div .m-header-categories-list .current-menu-parent .menu-item a {
      color: #414141; }
    .m-primary-menu div .m-header-categories-list .current-menu-parent .current-menu-item a {
      color: #0064D2; }
    .m-primary-menu div .m-header-categories-list .current-menu-parent.current-menu-item-is-open:before {
      content: ' ';
      position: absolute;
      width: 12px;
      height: 8px;
      padding: 20px;
      margin-top: -0.375rem;
      right: 27px;
      cursor: pointer;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABfSURBVHgBZY7RCYAwDESvEZyjq3QycbKu0k9nKNiYVCKxObifu8clCV75yBhbBRigUdDOZlWKEPIbcPMwRYi1ECfJqM5uLq5QlxXV7jJZpgBdckrd7+KX6fvHINMPBh4hrD0KzqbI1AAAAABJRU5ErkJggg==");
      background-size: 11px 6px;
      background-repeat: no-repeat;
      background-position: center; }

.footer__top {
  background-color: #F4F4F4;
  padding-top: 40px;
  padding-bottom: 40px; }

.footer-social-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px; 
  list-style:none;}
  .footer-social-row li {
    margin: 5px 8px; }

.footer-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border: 2px solid #414141;
  border-radius: 50%; }
  .footer-social-link:hover {
    background-color: #e6e6e6; }

.footer-top-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .footer-top-nav li {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center; }
  .footer-top-nav a {
    font-weight: 700;
    color: #414141;
    font-size: 1.1em;
    text-decoration: none; }
    .footer-top-nav a:hover {
      text-decoration: underline; }

.footer__bottom {
  background-color: #F4F4F4;
  padding-top: 10px;
  padding-bottom: 10px; }

.footer-logo-col {
  text-align: center; }

.footer-bottom-nav li {
  display: inline-block;
  margin: 5px 10px; }

.footer-bottom-nav a {
  text-decoration: none;
  color: #414141;
  font-size: .8em; }
  .footer-bottom-nav a:hover {
    text-decoration: underline; }

@media (max-width: 520px) {
  .footer-top-nav {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .footer-top-nav li {
      margin-top: 10px;
      margin-bottom: 10px; }
  .footer-bottom-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .footer-bottom-nav li {
      margin-top: 10px;
      margin-bottom: 10px; }
  .footer__bottom {
    padding-top: 40px;
    padding-bottom: 50px; }
  .footer-logo-col {
    margin-top: 30px; }
  .footer-social-row li {
    margin-left: 5px;
    margin-right: 5px; } }

footer a {
  text-decoration: none !important; }
  footer a:hover, footer a:focus {
    color: #35237F; }

@media only screen and (min-width: 640px) and (max-width: 1400px) {
  .article-list {
    padding-left: 40px;
    padding-right: 40px; } }

.article-list__item {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px; }
  @media (max-width: 520px) {
    .article-list__item {
      margin: 0;
      padding-top: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #e6e6e6; } }

@media (max-width: 520px) {
  .article-list__item_small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .article-list__item_small .article-thumb {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100px;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100px;
      -ms-flex: 0 0 100px;
      flex: 0 0 100px; }
    .article-list__item_small__content {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-box-flex: 1;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      padding-left: 15px; } }

.article-thumb {
  display: block;
  margin-bottom: 13px; }
  .article-thumb .article--image {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

.article-title {
  margin: 0 0 10px; }
  .article-title_small {
    font-size: 1.44em; }
    @media (max-width: 1024px) {
      .article-title_small {
        font-size: 1.1em; } }
  .article-title_medium {
    font-size: 1.88em; }
    @media (max-width: 1024px) {
      .article-title_medium {
        font-size: 1.2em; } }
  .article-title a {
    color: currentColor;
    text-decoration: none; }

.article-overlay {
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  transition: opacity .1s ease-in-out;
  opacity: 0; }
  @media (max-width: 1024px) {
    .article-overlay {
      display: none; } }
  .article-overlay_home {
    background-color: #A0148C; }
  .article-overlay_tech {
    background-color: #5E50BF; }
  .article-overlay_careers {
    background-color: #008381; }
  .article-overlay_business {
    background-color: #0064D2; }
  .article-overlay_network {
    background-color: #9E043E; }
  .article-overlay_news {
    background-color: #D93923; }
  .article-overlay_sustainability {
    background-color: #025450; }
  .article-overlay_none {
    background-color: #A0148C; }
  .article-overlay__duration {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }
  .article-overlay__link {
    color: currentColor;
    font-weight: 700; }

@media (min-width: 1025px) {
  .article-list__item:hover .article-overlay {
    opacity: 1; } }

.article-list-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
  .article-list-small__thumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    margin-right: 15px; }
  .article-list-small__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: .8em;
    color: currentColor;
    text-decoration: none; }

.related-article {
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .related-article:not(:last-child) {
    border-bottom: 1px solid #e6e6e6; }
  .related-article__thumb {
    display: block;
    margin-bottom: 15px; }
  .related-article__title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.25em; }
  .related-article a {
    color: currentColor;
    text-decoration: none; }
  .related-article__info {
    margin: 0;
    font-size: .9em; }
  .related-article__info__text {
    display: block; }
  .related-article__info a {
    font-weight: 700; }

.theme-tech .related-article__info__author {
  color: #5E50BF; }

.theme-careers .related-article__info__author {
  color: #008381; }

.theme-business .related-article__info__author {
  color: #0064D2; }

.theme-network .related-article__info__author {
  color: #9E043E; }

.theme-news .related-article__info__author {
  color: #D93923; }

.article-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }
  .article-info_home-banner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    color: #fff; }
  .article-info__category {
    text-decoration: none;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 700;
    border-right: 1px solid #e6e6e6;
    padding-right: 15px;
    margin-right: 15px; }
    .article-info__category:hover {
      text-decoration: underline; }
    .article-info__category_tech {
      color: #5E50BF; }
    .article-info__category_careers {
      color: #008381; }
    .article-info__category_business {
      color: #0064D2; }
    .article-info__category_network {
      color: #9E043E; }
    .article-info__category_news {
      color: #D93923; }
    .article-info__category_none {
      color: #A0148C; }
    .article-info__category_sustainability {
      color: #025450; }
  .article-info__post-info {
    font-size: .9em; }
    .article-info__post-info__text {
      display: block; }
    .article-info__post-info__author {
      font-weight: 700;
      text-decoration: none; }
      .article-info__post-info__author_home-banner {
        color: #fff; }
        .article-info__post-info__author_home-banner:hover {
          color: #cccccc; }
      .article-info__post-info__author_tech {
        color: #5E50BF; }
        .article-info__post-info__author_tech:hover {
          color: #372d7c; }
      .article-info__post-info__author_careers {
        color: #008381; }
        .article-info__post-info__author_careers:hover {
          color: #001d1d; }
      .article-info__post-info__author_business {
        color: #0064D2; }
        .article-info__post-info__author_business:hover {
          color: #00336c; }
      .article-info__post-info__author_network {
        color: #9E043E; }
        .article-info__post-info__author_network:hover {
          color: #3b0117; }
      .article-info__post-info__author_news {
        color: #D93923; }
        .article-info__post-info__author_news:hover {
          color: #812215; }
      .article-info__post-info__author_none {
        color: #A0148C; }
        .article-info__post-info__author_none:hover {
          color: #45093d; }
      .article-info__post-info__author_sustainability {
        color: #025450; }
        .article-info__post-info__author_sustainability:hover {
          color: black; }

.ribbon {
  color: #fff;
  font-size: .8em;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 15px;
  margin-right: 10px; }
  .ribbon:hover {
    opacity: .8; }
  .ribbon_tech {
    background-color: #5E50BF; }
  .ribbon_careers {
    background-color: #008381; }
  .ribbon_business {
    background-color: #0064D2; }
  .ribbon_network {
    background-color: #9E043E; }
  .ribbon_news {
    background-color: #D93923; }
  .ribbon_sustainability {
    background-color: #025450; }
  .ribbon_none {
    background-color: #A0148C; }

/*
.theme-tech {
    .article-overlay,
    .ribbon {
        background-color: $c-lavendar;
    }
    .article-info__post-info__author {
        color: $c-lavendar;
    }
}
.theme-careers {
    .article-overlay,
    .ribbon {
        background-color: $c-teal;
    }
    .article-info__post-info__author {
        color: $c-teal;
    }
}
.theme-business {
    .article-overlay,
    .ribbon {
        background-color: $c-blue;
    }
    .article-info__post-info__author {
        color: $c-blue;
    }
}
.theme-network {
    .article-overlay,
    .ribbon {
        background-color: $c-paprika;
    }
    .article-info__post-info__author {
        color: $c-paprika;
    }
}
.theme-news {
    .article-overlay,
    .ribbon {
        background-color: $c-orange;
    }
    .article-info__post-info__author {
        color: $c-orange;
    }
}
*/
.section-row {
  background-color: #e6e6e6;
  padding-top: 100px;
  padding-bottom: 100px; }
  @media only screen and (min-width: 640px) and (max-width: 1400px) {
    .section-row {
      padding-left: 40px;
      padding-right: 40px; } }
  .section-row__title-large {
    font-size: 3.13em;
    margin-bottom: 30px; }
  .section-row__title-medium {
    font-size: 2.19em;
    margin-top: 0;
    margin-bottom: 20px; }
  .section-row__desc {
    margin-top: 30px;
    margin-bottom: 30px; }
  .section-row__category {
    text-transform: uppercase;
    font-size: .85em;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .section-row__category__icon {
      margin-right: 10px; }

@media (max-width: 520px) {
  .section-row {
    padding-top: 50px;
    padding-bottom: 50px; }
    .section-row__title-large {
      font-size: 1.88em; }
    .section-row__title-medium {
      font-size: 1.44em; }
    .section-row__desc {
      margin-top: 20px;
      margin-bottom: 20px; }
  .mobile-section-row_bp {
    padding-bottom: 20px; } }

.section-row.white {
  background: #fff; }

.breadcrumb {
  border-bottom: 1px solid #e6e6e6;
  font-size: .8em;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #414141;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .breadcrumb a {
    text-decoration: none;
    color: currentColor; }
  .breadcrumb__active {
    font-weight: 700; }
  .breadcrumb__seperator {
    margin-left: 3px;
    margin-right: 3px; }
  .breadcrumb span {
    padding: 0 2px; }
  .breadcrumb > span:last-child {
    font-weight: bold; }

.page-heading {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 1024px) {
    .page-heading {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .page-heading__desc-col {
    font-size: 1.1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .page-heading .article-author {
    margin-top: 30px; }

.title-page {
  font-size: 3.13em;
  margin-top: 0;
  margin-bottom: 0; }

.page-heading-article-stats__text {
  margin-top: 0;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .page-heading-article-stats__text__icon {
    margin-right: 10px; }

.page-heading-article-stats__category {
  font-weight: 700;
  text-decoration: none; }
  .page-heading-article-stats__category:first-child {
    margin-right: 10px; }
  .page-heading-article-stats__category:nth-child(2) {
    border-left: 1px solid;
    padding-left: 10px; }
  .page-heading-article-stats__category_tech {
    color: #5E50BF;
    border-right-color: #5E50BF; }
  .page-heading-article-stats__category_careers {
    color: #008381;
    border-right-color: #008381; }
  .page-heading-article-stats__category_business {
    color: #0064D2;
    border-right-color: #0064D2; }
  .page-heading-article-stats__category_network {
    color: #9E043E;
    border-right-color: #9E043E; }
  .page-heading-article-stats__category_news {
    color: #D93923;
    border-right-color: #D93923; }

.theme-tech .page-heading-article-stats__category {
  color: #5E50BF;
  border-right-color: #5E50BF; }

.theme-careers .page-heading-article-stats__category {
  color: #008381;
  border-right-color: #008381; }

.theme-business .page-heading-article-stats__category {
  color: #0064D2;
  border-right-color: #0064D2; }

.theme-network .page-heading-article-stats__category {
  color: #9E043E;
  border-right-color: #9E043E; }

.theme-news .page-heading-article-stats__category {
  color: #D93923;
  border-right-color: #D93923; }

@media (max-width: 1024px) {
  .title-page {
    font-size: 2.5em; } }

@media (max-width: 520px) {
  .page-heading {
    padding-top: 30px; }
  .title-page {
    font-size: 2em; }
  .page-heading-article-stats {
    margin-top: 20px; } }

.page-banner {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  color: #fff; }
  .page-banner a {
    color: #fff; }
    .page-banner a:hover {
      color: #cccccc; }
  .page-banner__angle-cover {
    height: 50px;
    overflow: hidden;
    position: relative;
    z-index: 2; }
    @media (max-width: 1024px) {
      .page-banner__angle-cover {
        height: 50px; } }
    .page-banner__angle-cover:after {
      display: none;
      content: '';
      display: block;
      background-color: #fff;
      height: 300px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
  .page-banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    z-index: 1; }
  .page-banner__text-holder {
    position: relative;
    z-index: 2;
    height: 470px; }
    .page-banner__text-holder__text-col {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
      .page-banner__text-holder__text-col .featured-video__overlay-button, .page-banner__text-holder__text-col .sustainability-2018 .sustainability-intro .video-thumbnail .play-icon, .sustainability-2018 .sustainability-intro .video-thumbnail .page-banner__text-holder__text-col .play-icon {
        margin-left: auto;
        margin-right: auto; }
  .page-banner__title {
    font-size: 2.8em;
    margin-top: 20px;
    margin-bottom: 20px; }
    .page-banner__title a {
      text-decoration: none; }
      .page-banner__title a:hover {
        color: #cccccc; }
  .page-banner__duration {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 0; }
    .page-banner__duration img {
      margin-right: 10px; }

.theme-tech .featured-video__overlay-button__triangle, .theme-tech .sustainability-2018 .sustainability-intro .video-thumbnail .play-icon > span, .sustainability-2018 .sustainability-intro .video-thumbnail .theme-tech .play-icon > span {
  border-color: transparent transparent transparent #5E50BF; }

.theme-careers .featured-video__overlay-button__triangle, .theme-careers .sustainability-2018 .sustainability-intro .video-thumbnail .play-icon > span, .sustainability-2018 .sustainability-intro .video-thumbnail .theme-careers .play-icon > span {
  border-color: transparent transparent transparent #008381; }

.theme-business .featured-video__overlay-button__triangle, .theme-business .sustainability-2018 .sustainability-intro .video-thumbnail .play-icon > span, .sustainability-2018 .sustainability-intro .video-thumbnail .theme-business .play-icon > span {
  border-color: transparent transparent transparent #0064D2; }

.theme-network .featured-video__overlay-button__triangle, .theme-network .sustainability-2018 .sustainability-intro .video-thumbnail .play-icon > span, .sustainability-2018 .sustainability-intro .video-thumbnail .theme-network .play-icon > span {
  border-color: transparent transparent transparent #9E043E; }

.theme-news .featured-video__overlay-button__triangle, .theme-news .sustainability-2018 .sustainability-intro .video-thumbnail .play-icon > span, .sustainability-2018 .sustainability-intro .video-thumbnail .theme-news .play-icon > span {
  border-color: transparent transparent transparent #D93923; }

@media (max-width: 520px) {
  .page-banner__angle-cover {
    height: 30px; }
  .page-banner__title {
    font-size: 1.8em; }
  .page-banner__text-holder {
    height: 250px; } }

.subscribe-row-holder {
  margin-top: 25px;
  position: relative;
  z-index: 4;
  display: block; }

.subscribe-row {
  background-color: #414141;
  padding-top: 50px;
  padding-bottom: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%; }
  .subscribe-row_no-sticky {
    position: absolute; }
  .subscribe-row_purple-magenta-blue {
    background-size: cover;
    background-image: url("img/bg/Pacific-RGB.png");
    background-position: 50% 50%; }
  .subscribe-row_turqoise-blue-green {
    background-size: cover;
    background-image: url("img/bg/Rockpool-CMYK.png");
    background-position: 50% 50%; }
  .subscribe-row_magenta-red-orange {
    background-size: cover;
    background-image: url("img/bg/Twilight-RGB.png");
    background-position: 50% 50%; }
  .subscribe-row__title {
    color: #fff;
    margin: 0 0 10px;
    font-size: 1.88em; }
  .subscribe-row__desc {
    color: #fff;
    margin: 0;
    font-size: 1.1em; }

.subscribe-row__close {
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #1c1818;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -65px;
  right: 0; }
  .subscribe-row__close:hover {
    opacity: .8; }
  @media (max-width: 1024px) {
    .subscribe-row__close {
      right: 20px; } }
  .subscribe-row__close img {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.subscribe-row_purple-magenta-blue .subscribe-row__close {
  background-color: #5bc5f2; }

.subscribe-row_turqoise-blue-green .subscribe-row__close {
  background-color: #c6d86b; }

.subscribe-row_magenta-red-orange .subscribe-row__close {
  background-color: #f7ab59; }

@media (max-width: 520px) {
  .subscribe-row {
    padding: 20px 10px; }
  .subscribe-row .btn, .subscribe-row .signup--form .submit--email, .signup--form .subscribe-row .submit--email, .subscribe-row
  .signup--form #tex-field-submit,
  .signup--form .subscribe-row #tex-field-submit {
    width: 100%; }
  .subscribe-row__close {
    top: -35px;
    right: 10px; } }

.featured-video-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9; }
  @media (max-width: 768px) {
    .featured-video-container {
      padding-top: 0px; } }
  .featured-video-container .featured-video {
    display: flex;
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-width: 1400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 47.22%;
    background-color: #A0148C; }
    .featured-video-container .featured-video:after {
      content: ' ';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: black;
      opacity: 0.2;
      z-index: 10000; }
    @media (min-width: 1440px) {
      .featured-video-container .featured-video {
        padding-top: 680px; } }
    .featured-video-container .featured-video .video {
      object-fit: cover; }
      @media (max-width: 520px) {
        .featured-video-container .featured-video .video {
          visibility: visible !important;
          opacity: 1 !important;
          left: 0 !important;
          display: block !important; } }
    .featured-video-container .featured-video__overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .featured-video-container .featured-video__overlay-bg {
      z-index: 2; }
    .featured-video-container .featured-video__overlay-content {
      z-index: 99999;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; }
      .featured-video-container .featured-video__overlay-content .video-background-image {
        z-index: 1;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .featured-video-container .featured-video__overlay-title {
      color: #fff !important;
      text-align: center;
      max-width: 640px;
      margin-top: 0;
      margin-bottom: 30px;
      z-index: 2; }
      @media (max-width: 768px) {
        .featured-video-container .featured-video__overlay-title {
          margin-bottom: 30px; } }
      @media (max-width: 400px) {
        .featured-video-container .featured-video__overlay-title {
          display: none; } }
    .featured-video-container .featured-video__overlay-button, .featured-video-container .sustainability-2018 .sustainability-intro .video-thumbnail .play-icon, .sustainability-2018 .sustainability-intro .video-thumbnail .featured-video-container .play-icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      background-color: #fff;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      z-index: 2;
      transition: background-color 0.3s; }
      .featured-video-container .featured-video__overlay-button:hover, .featured-video-container .sustainability-2018 .sustainability-intro .video-thumbnail .play-icon:hover, .sustainability-2018 .sustainability-intro .video-thumbnail .featured-video-container .play-icon:hover, .featured-video-container .featured-video__overlay-button:focus, .featured-video-container .sustainability-2018 .sustainability-intro .video-thumbnail .play-icon:focus, .sustainability-2018 .sustainability-intro .video-thumbnail .featured-video-container .play-icon:focus {
        background-color: #35237F; }
        .featured-video-container .featured-video__overlay-button:hover path, .featured-video-container .sustainability-2018 .sustainability-intro .video-thumbnail .play-icon:hover path, .sustainability-2018 .sustainability-intro .video-thumbnail .featured-video-container .play-icon:hover path, .featured-video-container .featured-video__overlay-button:focus path, .featured-video-container .sustainability-2018 .sustainability-intro .video-thumbnail .play-icon:focus path, .sustainability-2018 .sustainability-intro .video-thumbnail .featured-video-container .play-icon:focus path {
          fill: #FFFFFF; }
      .featured-video-container .featured-video__overlay-button path, .featured-video-container .sustainability-2018 .sustainability-intro .video-thumbnail .play-icon path, .sustainability-2018 .sustainability-intro .video-thumbnail .featured-video-container .play-icon path {
        transition: fill 0.3s;
        fill: #5E50B5; }

.bg-yt-video-holder {
  width: 100%;
  min-height: 100%;
  padding-top: 56.25%;
  position: absolute;
  top: 0;
  left: 0; }

.bg-yt-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.single .bg-yt-video-holder {
  position: relative; }

.featured-video-container + .video-list {
  padding-top: 30px; }

.featured-video-container + .article-list {
  margin-top: 50px; }

.video-list + .article-list {
  margin-top: 50px; }

.video-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f9f9f9;
  /* the slides */
  /* the parent */ }
  @media (max-width: 400px) {
    .video-list {
      padding: 20px 0px; } }
  .video-list .video-list-inner {
    max-width: 1400px;
    width: 100%; }
  .video-list .slide {
    text-decoration: none; }
    .video-list .slide:focus .a-link-black {
      color: #35237F;
      border-bottom-color: #35237F; }
  .video-list .slick-dotted.slick-slider {
    margin-bottom: 0px; }
  .video-list .slick-slide {
    margin: 0 10px; }
    @media (max-width: 400px) {
      .video-list .slick-slide {
        margin: 0 20px; } }
  .video-list .slick-list {
    margin: 0 -10px; }
    @media (max-width: 400px) {
      .video-list .slick-list {
        margin: 0 0px; } }
  .video-list .video-thumb-image {
    position: relative;
    width: 100%;
    padding-top: 51.12%;
    background-color: #A0148C; }
    .video-list .video-thumb-image img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
  .video-list__thumb {
    position: relative; }
  .video-list__video-title {
    color: #000;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px; }
  .video-list .video-carousel-dots {
    display: flex;
    justify-content: center;
    padding-top: 30px; }
    @media (min-width: 768px) {
      .video-list .video-carousel-dots {
        display: none; } }
    @media (max-width: 400px) {
      .video-list .video-carousel-dots {
        padding-bottom: 20px; } }
    .video-list .video-carousel-dots li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      margin-left: 5px;
      margin-right: 5px;
      border-width: 1px;
      border-style: solid;
      border-color: transparent; }
    .video-list .video-carousel-dots button {
      padding: 0;
      text-indent: -9999px;
      width: 9px;
      height: 9px;
      background-color: #5E50B5;
      border-radius: 50%;
      transition: background-color 0.3s; }
      .video-list .video-carousel-dots button:hover, .video-list .video-carousel-dots button:focus {
        background-color: #35237F; }
    .video-list .video-carousel-dots .slick-active {
      border-color: #5E50B5;
      transition: border-color 0.3s; }
      .video-list .video-carousel-dots .slick-active:hover, .video-list .video-carousel-dots .slick-active:focus {
        border-color: #35237F; }
      .video-list .video-carousel-dots .slick-active button {
        background-color: #5E50B5; }
        .video-list .video-carousel-dots .slick-active button:hover, .video-list .video-carousel-dots .slick-active button:focus {
          background-color: #35237F; }

.video-duration {
  margin-top: 10px;
  margin-bottom: 10px; }
  .video-duration__icon {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background-color: #414141;
    cursor: default; }
    .video-duration__icon__triangle {
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 3.5px 0 3.5px 6px;
      border-color: transparent transparent transparent #fff;
      position: relative;
      top: 4px;
      left: 5px;
      cursor: default; }
  .video-duration__time {
    vertical-align: middle;
    color: #414141; }

.video-list__item:hover .article-overlay {
  opacity: 1; }

.ooyala-player {
  z-index: 1 !important; }

.article-page__content .brightcove-player {
  margin-left: auto;
  margin-right: auto;
  max-width: 100% !important; }

.cards-section-row {
  background-color: #e6e6e6;
  padding-top: 80px;
  padding-bottom: 60px; }
  @media (max-width: 520px) {
    .cards-section-row {
      padding-top: 30px;
      padding-bottom: 20px; } }
  .cards-section-row__title-row {
    margin-bottom: 40px; }
  .cards-section-row__title {
    font-size: 2.2em;
    margin: 0; }
    @media (max-width: 520px) {
      .cards-section-row__title {
        font-size: 1.88em;
        margin-bottom: 30px; } }

.cards-section-row__container > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.5);
  background-color: #fff;
  padding: 20px 20px 30px;
  margin-bottom: 20px;
  width: 100%; }
  .card_tech {
    background-color: #5E50BF; }
  .card_careers {
    background-color: #008381; }
  .card_business {
    background-color: #0064D2; }
  .card_network {
    background-color: #9E043E; }
  .card_news {
    background-color: #D93923; }
  .card_theme, .card_tech, .card_careers, .card_business, .card_network, .card_news {
    color: #fff; }
  .card__title {
    font-size: 1.3em;
    margin-bottom: 20px; }
  .card__more-link,
  .card dd {
    font-weight: 700; }
  .card__more-link {
    color: currentColor;
    margin-top: auto; }
    .card__more-link_tech {
      color: #5E50BF; }
    .card__more-link_careers {
      color: #008381; }
    .card__more-link_business {
      color: #0064D2; }
    .card__more-link_network {
      color: #9E043E; }
    .card__more-link_news {
      color: #D93923; }
    .card__more-link_none {
      color: #A0148C; }
    .card__more-link_sustainability {
      color: #025450; }
  .card dl {
    color: #676767;
    margin-top: 0;
    margin-bottom: 30px; }
  .card dd {
    margin-left: 5px; }
  .card dt, .card dd {
    display: inline-block; }

.theme-tech .card_theme {
  background-color: #5E50BF; }

.theme-tech .card__more-link {
  color: #5E50BF; }

.theme-careers .card_theme {
  background-color: #008381; }

.theme-careers .card__more-link {
  color: #008381; }

.theme-business .card_theme {
  background-color: #0064D2; }

.theme-business .card__more-link {
  color: #0064D2; }

.theme-network .card_theme {
  background-color: #9E043E; }

.theme-network .card__more-link {
  color: #9E043E; }

.theme-news .card_theme {
  background-color: #D93923; }

.theme-news .card__more-link {
  color: #D93923; }

.card_theme .card__more-link {
  color: #fff; }

.menu {
  display: none;
  position: fixed;
  top: 54px;
  left: 0;
  width: 100%;
  height: calc(100% - 54px);
  z-index: 9; }
  .menu_active {
    display: block; }
  .menu__bg {
    background-color: #000;
    opacity: .3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.iosFix .header {
  position: absolute; }

.nav {
  position: relative;
  z-index: 10;
  height: 100%;
  display: inline-block; }

.nav-lvl1 {
  position: relative;
  background-color: #f9f9f9;
  height: 100%;
  width: 25vw; }
  .nav-lvl1__list {
    border-bottom: 1px solid #e6e6e6; }
    .nav-lvl1__list:hover .nav-lvl1__link {
      background-color: #e6e6e6;
      font-weight: 700; }
  .nav-lvl1__link {
    display: block;
    text-decoration: none;
    color: #414141;
    font-size: 1.5em;
    padding: 4vh 25px; }

.nav-lvl2-holder {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 65vw; }

.nav-lvl2 {
  background-color: #e6e6e6;
  height: 100%;
  width: 70%;
  padding-top: 20px;
  overflow: auto; }
  .nav-lvl2__link {
    display: block;
    font-size: 1.1em;
    text-decoration: none;
    color: #414141;
    font-weight: 700;
    padding: 1.5vh 25px; }

@media (min-width: 1025px) {
  .nav-lvl1__list:hover .nav-lvl2-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

.nav-news-panel {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100%;
  overflow: hidden;
  background-color: #fff; }
  .nav-news-panel__title__latest {
    display: block;
    font-size: 1.25em; }
  .nav-news-panel__title__text {
    display: block;
    font-size: 2.13em; }
  .nav-news-panel__inner {
    overflow: auto;
    padding: 40px 30px 40px 10px;
    height: 100%;
    position: relative;
    left: 20px; }
  .nav-news-panel:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #414141 transparent transparent transparent;
    position: absolute;
    bottom: 5px;
    right: 5px; }

.latest-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6; }
  .latest-news__thumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 220px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 220px;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    border: 1px solid #e6e6e6;
    margin-right: 20px; }
    .latest-news__thumb:hover {
      opacity: .8; }
  .latest-news__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .latest-news__title {
    font-size: 1.2em; }
    .latest-news__title a {
      text-decoration: none;
      color: currentColor; }
      .latest-news__title a:hover {
        opacity: .8; }

.nav_tech .nav-lvl2__link:hover,
.nav_tech .nav-news-panel__title__text {
  color: #5E50BF; }

.nav_careers .nav-lvl2__link:hover,
.nav_careers .nav-news-panel__title__text {
  color: #008381; }

.nav_business .nav-lvl2__link:hover,
.nav_business .nav-news-panel__title__text {
  color: #0064D2; }

.nav_network .nav-lvl2__link:hover,
.nav_network .nav-news-panel__title__text {
  color: #9E043E; }

.nav_news .nav-lvl2__link:hover,
.nav_news .nav-news-panel__title__text {
  color: #D93923; }

@media (max-width: 1024px) {
  .nav {
    width: 75%; }
  .nav-lvl1 {
    width: 100%;
    overflow: auto; }
  .nav-lvl2-holder {
    position: static;
    width: 100%; }
  .tablet-nav-lvl2-holder_active {
    display: block; }
  .nav-lvl2 {
    width: 100%; }
  .nav-news-panel {
    display: none; }
  .tablet-subnav-toggle {
    font-size: 1.5em;
    background-color: #e6e6e6;
    padding-left: 25px;
    padding-right: 25px; }
  .nav-lvl1__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .nav-lvl1__link {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; } }

@media (max-width: 520px) {
  .nav {
    width: 100%; }
  .nav-lvl1__link {
    font-size: 1.2em; }
  .nav-lvl2__link {
    font-weight: 400; }
  .header-search-results__row {
    padding-top: 20px;
    padding-bottom: 20px;
    max-height: 50vh;
    overflow: auto; }
  .latest-news__thumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px; }
  .latest-news__title {
    font-size: 1em;
    margin-top: 0; }
  .header-search-results__title_side {
    margin-top: 15px; } }

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .nav-lvl1__link {
    padding-top: 20px;
    padding-bottom: 20px; }
  .nav-lvl2__link {
    padding-top: 10px;
    padding-bottom: 10px; }
  .header-search-results__row {
    max-height: 250px; } }

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .nav-lvl1__link {
    padding-top: 20px;
    padding-bottom: 20px; }
  .nav-lvl2__link {
    padding-top: 10px;
    padding-bottom: 10px; }
  .header-search-results__row {
    max-height: 250px; } }

.cta-sign-up {
  box-shadow: -1px 2px 4px rgba(182, 182, 182, 0.5);
  padding: 30px; }

.blockquote-holder {
  position: relative;
  display: inline-block; }

.btn-social,
.quote-share__link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #414141;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 60px;
  right: 0; }
  .btn-social svg,
  .quote-share__link svg {
    fill: #fff; }

.author-page {
  text-align: center; }
  .author-page .post {
    text-align: left; }
  .author-page .ajax-article-page {
    text-align: left; }
  .author-page__thumb {
    position: relative;
    display: block;
    width: 125px;
    height: 125px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    background-color: #A0148C; }
  .author-page__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .author-page__name {
    color: #000;
    font-size: 1.25em;
    margin-top: 10px;
    margin-bottom: 10px; }
    .author-page__name a {
      color: currentColor;
      text-decoration: none; }
  .author-page__role {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: .9em; }

.article-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .article-author__thumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;
    background-color: #A0148C; }
  .article-author__col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .article-author__text {
    margin-top: 0;
    margin-bottom: 5px; }
  .article-author__author {
    font-weight: 700; }
    .article-author__author_tech {
      color: #5E50BF; }
    .article-author__author_careers {
      color: #008381; }
    .article-author__author_business {
      color: #0064D2; }
    .article-author__author_network {
      color: #9E043E; }
    .article-author__author_news {
      color: #D93923; }

.theme-tech .article-author__author {
  color: #5E50BF; }

.theme-careers .article-author__author {
  color: #008381; }

.theme-business .article-author__author {
  color: #0064D2; }

.theme-network .article-author__author {
  color: #9E043E; }

.theme-news .article-author__author {
  color: #D93923; }

.row-article-author {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e6e6e6; }
  @media (max-width: 520px) {
    .row-article-author {
      display: none; } }
  .row-article-author__title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.3em; }
  .row-article-author .article-author__thumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 75px;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    width: 75px;
    height: 75px; }
  .row-article-author .article-author__author {
    text-decoration: none; }

.row-author-related-content {
  padding-top: 25px;
  padding-bottom: 45px; }
  .row-author-related-content blockquote {
    font-weight: 700;
    max-width: 100%;
    padding-right: 0; }
  .row-author-related-content__more-link {
    text-decoration: none;
    font-weight: 700; }

@media (max-width: 520px) {
  .row-article-author .article-author {
    margin-bottom: 20px; }
  .author {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
    .author__thumb {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 90px;
      -moz-box-flex: 0;
      -moz-flex: 0 0 90px;
      -ms-flex: 0 0 90px;
      flex: 0 0 90px;
      height: 90px;
      margin-right: 30px; } }

.article-author .article-author__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.container .link-author-view-all,
.container .link-white-paper-view-all,
.container .link-learn-more,
.container .link-dream-jobs {
  background-color: #5E50B5; }
  @media (max-width: 758px) {
    .container .link-author-view-all,
    .container .link-white-paper-view-all,
    .container .link-learn-more,
    .container .link-dream-jobs {
      margin-bottom: 30px; } }

button {
  background-color: transparent;
  border: 0; }

.btn, .signup--form .submit--email,
.signup--form #tex-field-submit {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
  padding: 15px 25px;
  width: 255px; }
  .btn_fw, .signup--form .submit--email,
  .signup--form #tex-field-submit {
    width: 100%; }
  .btn__text {
    margin-right: auto; }

@media (max-width: 1024px) {
  .tablet-btn_fw {
    width: 100%; } }

@media (max-width: 520px) {
  .mobile-btn_fw {
    width: 100%; } }

.btn_1 {
  background-color: #414141;
  color: #fff; }
  .btn_1:hover {
    background-color: #000; }

.btn_2 {
  background-color: #fff;
  color: #414141; }
  .btn_2:hover {
    background-color: #e6e6e6; }

.theme-tech .btn_1 {
  background-color: #5E50BF; }

.theme-careers .btn_1 {
  background-color: #008381; }

.theme-business .btn_1 {
  background-color: #0064D2; }

.theme-network .btn_1 {
  background-color: #9E043E; }

.theme-news .btn_1 {
  background-color: #D93923; }

.btn_foundation {
  color: #fff;
  background-color: #D93923; }

.load-more--buttons {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 100px;
  display: flex; }
  @media (max-width: 400px) {
    .load-more--buttons {
      margin-top: 20px; } }
  .load-more--buttons .lds-css.ng-scope {
    margin-left: auto;
    margin-right: auto;
    width: 1.875rem;
    height: 0.9375rem;
    transform: scale(0.5); }
  .load-more--buttons span,
  .load-more--buttons button {
    width: 278px;
    height: 3rem;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    background-color: #5E50B5;
    border-radius: 0px; }

@keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
    .load-more--buttons span .lds-spinner,
    .load-more--buttons button .lds-spinner {
      position: relative; }
    .load-more--buttons span .lds-spinner div,
    .load-more--buttons button .lds-spinner div {
      color: #fff;
      left: 94px;
      top: 48px;
      position: absolute;
      -webkit-animation: lds-spinner linear 1s infinite;
      animation: lds-spinner linear 1s infinite;
      background: #fff;
      width: 12px;
      height: 24px;
      border-radius: 40%;
      -webkit-transform-origin: 6px 52px;
      transform-origin: 6px 52px; }
    .load-more--buttons span .lds-spinner div:nth-child(1),
    .load-more--buttons button .lds-spinner div:nth-child(1) {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-animation-delay: -0.916666666666667s;
      animation-delay: -0.916666666666667s; }
    .load-more--buttons span .lds-spinner div:nth-child(2),
    .load-more--buttons button .lds-spinner div:nth-child(2) {
      -webkit-transform: rotate(30deg);
      transform: rotate(30deg);
      -webkit-animation-delay: -0.833333333333333s;
      animation-delay: -0.833333333333333s; }
    .load-more--buttons span .lds-spinner div:nth-child(3),
    .load-more--buttons button .lds-spinner div:nth-child(3) {
      -webkit-transform: rotate(60deg);
      transform: rotate(60deg);
      -webkit-animation-delay: -0.75s;
      animation-delay: -0.75s; }
    .load-more--buttons span .lds-spinner div:nth-child(4),
    .load-more--buttons button .lds-spinner div:nth-child(4) {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-animation-delay: -0.666666666666667s;
      animation-delay: -0.666666666666667s; }
    .load-more--buttons span .lds-spinner div:nth-child(5),
    .load-more--buttons button .lds-spinner div:nth-child(5) {
      -webkit-transform: rotate(120deg);
      transform: rotate(120deg);
      -webkit-animation-delay: -0.583333333333333s;
      animation-delay: -0.583333333333333s; }
    .load-more--buttons span .lds-spinner div:nth-child(6),
    .load-more--buttons button .lds-spinner div:nth-child(6) {
      -webkit-transform: rotate(150deg);
      transform: rotate(150deg);
      -webkit-animation-delay: -0.5s;
      animation-delay: -0.5s; }
    .load-more--buttons span .lds-spinner div:nth-child(7),
    .load-more--buttons button .lds-spinner div:nth-child(7) {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-animation-delay: -0.416666666666667s;
      animation-delay: -0.416666666666667s; }
    .load-more--buttons span .lds-spinner div:nth-child(8),
    .load-more--buttons button .lds-spinner div:nth-child(8) {
      -webkit-transform: rotate(210deg);
      transform: rotate(210deg);
      -webkit-animation-delay: -0.333333333333333s;
      animation-delay: -0.333333333333333s; }
    .load-more--buttons span .lds-spinner div:nth-child(9),
    .load-more--buttons button .lds-spinner div:nth-child(9) {
      -webkit-transform: rotate(240deg);
      transform: rotate(240deg);
      -webkit-animation-delay: -0.25s;
      animation-delay: -0.25s; }
    .load-more--buttons span .lds-spinner div:nth-child(10),
    .load-more--buttons button .lds-spinner div:nth-child(10) {
      -webkit-transform: rotate(270deg);
      transform: rotate(270deg);
      -webkit-animation-delay: -0.166666666666667s;
      animation-delay: -0.166666666666667s; }
    .load-more--buttons span .lds-spinner div:nth-child(11),
    .load-more--buttons button .lds-spinner div:nth-child(11) {
      -webkit-transform: rotate(300deg);
      transform: rotate(300deg);
      -webkit-animation-delay: -0.083333333333333s;
      animation-delay: -0.083333333333333s; }
    .load-more--buttons span .lds-spinner div:nth-child(12),
    .load-more--buttons button .lds-spinner div:nth-child(12) {
      -webkit-transform: rotate(330deg);
      transform: rotate(330deg);
      -webkit-animation-delay: 0s;
      animation-delay: 0s; }
    .load-more--buttons span .lds-spinner,
    .load-more--buttons button .lds-spinner {
      width: 48px !important;
      height: 48px !important;
      -webkit-transform: translate(-24px, -24px) scale(0.24) translate(24px, 24px);
      transform: translate(-24px, -24px) scale(0.24) translate(24px, 24px); }

.tx-footer-success-background {
  position: relative;
  background: transparent !important;
  width: 100% !important;
  padding: 0px !important; }
  .tx-footer-success-background .tx-footer-success-element-title-content span {
    font-family: 'Akkurat', 'Arial', sans-serif !important;
    font-weight: 300 !important;
    font-size: 1.5rem !important;
    line-height: 120% !important;
    letter-spacing: -0.02em !important;
    color: #414141 !important; }

.tx-footer-transition-hidden {
  display: none; }

.tx-footer-background {
  z-index: 4 !important;
  position: fixed !important;
  bottom: 0px !important;
  background: #F4F4F4 !important;
  max-width: 976px !important;
  width: 100% !important;
  left: 50% !important;
  transform: translate(-50%);
  padding: 20px !important;
  height: auto !important;
  margin-bottom: 31px !important; }
  @media (max-width: 975px) {
    .tx-footer-background {
      margin-bottom: 0px !important; } }
  .tx-footer-background .tx-footer-left, .tx-footer-background .tx-footer-right {
    background-color: transparent !important; }
  .tx-footer-background .tx-footer-chevron {
    display: none !important; }
  .tx-footer-background .tx-footer-close,
  .tx-footer-background .tx-footer-success-close {
    top: -10px !important;
    right: 10px !important;
    line-height: 1.0625rem !important;
    color: transparent !important;
    width: auto !important;
    height: auto !important;
    font-size: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    padding-left: 2.1875rem !important;
    border-radius: 0px !important;
    border-bottom: 1px solid;
    border-bottom-color: transparent;
    transition: color 0.3s border-bottom-color .3s;
    cursor: pointer; }
    .tx-footer-background .tx-footer-close::after,
    .tx-footer-background .tx-footer-success-close::after {
      content: 'close';
      top: 0px;
      left: 0px;
      opacity: 1;
      font-family: 'Akkurat', 'Arial', sans-serif !important;
      font-size: 0.875rem;
      line-height: 1.0625rem;
      font-weight: normal;
      position: absolute;
      color: #414141;
      cursor: pointer; }
    .tx-footer-background .tx-footer-close:hover, .tx-footer-background .tx-footer-close:focus,
    .tx-footer-background .tx-footer-success-close:hover,
    .tx-footer-background .tx-footer-success-close:focus {
      border-bottom-color: #35237F; }
      .tx-footer-background .tx-footer-close:hover::after, .tx-footer-background .tx-footer-close:focus::after,
      .tx-footer-background .tx-footer-success-close:hover::after,
      .tx-footer-background .tx-footer-success-close:focus::after {
        color: #35237F; }
  .tx-footer-background .tx-footer-left {
    width: 301px !important;
    height: 5rem !important;
    margin-right: 30px !important; }
    @media (max-width: 975px) {
      .tx-footer-background .tx-footer-left {
        width: 100% !important;
        margin: 0px !important; } }
    .tx-footer-background .tx-footer-left .tx-footer-left-content {
      height: auto !important;
      margin: 0px !important;
      padding: 0px !important; }
      .tx-footer-background .tx-footer-left .tx-footer-left-content .tx-footer-element-title {
        margin: 0px !important;
        font-family: 'Akkurat', 'Arial', sans-serif !important;
        font-weight: 300 !important;
        font-size: 1.375rem !important;
        line-height: 1.7875rem !important;
        letter-spacing: -0.02em !important;
        color: #414141 !important;
        font-style: normal !important;
        font-weight: bold !important; }
        @media (max-width: 768px) {
          .tx-footer-background .tx-footer-left .tx-footer-left-content .tx-footer-element-title {
            font-size: 1.125rem !important;
            line-height: 1.4625rem !important; } }
      .tx-footer-background .tx-footer-left .tx-footer-left-content .tx-footer-element-tagline {
        margin: 0px !important; }
        .tx-footer-background .tx-footer-left .tx-footer-left-content .tx-footer-element-tagline .tx-footer-element-tagline-content {
          margin: 0px !important;
          font-family: 'Akkurat', 'Arial', sans-serif !important;
          font-weight: 300 !important;
          font-size: 1.125rem !important;
          line-height: 140% !important;
          letter-spacing: -0.02em !important;
          color: #414141 !important; }
  .tx-footer-background .tx-footer-right {
    height: 5rem !important;
    width: 588px !important;
    display: flex !important;
    align-items: center !important;
    overflow: visible !important; }
    @media (max-width: 975px) {
      .tx-footer-background .tx-footer-right {
        height: auto !important;
        width: 100% !important;
        margin: 0px !important; } }
    .tx-footer-background .tx-footer-right .tx-footer-right-content {
      height: auto !important;
      padding: 0px !important; }
      .tx-footer-background .tx-footer-right .tx-footer-right-content .tx-footer-form-wrap {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap !important; }
        @media (max-width: 975px) {
          .tx-footer-background .tx-footer-right .tx-footer-right-content .tx-footer-form-wrap {
            flex-wrap: nowrap !important; } }
        @media (max-width: 600px) {
          .tx-footer-background .tx-footer-right .tx-footer-right-content .tx-footer-form-wrap {
            flex-wrap: wrap !important; } }
        .tx-footer-background .tx-footer-right .tx-footer-right-content .tx-footer-form-wrap .tx-footer-field-email {
          width: 446px !important;
          height: 2.5rem !important;
          margin: 0px !important;
          margin-right: 20px !important;
          background-color: transparent !important;
          border-radius: 0px !important;
          padding-left: 20px !important;
          padding-right: 20px !important;
          padding-top: 7px !important;
          padding-top: 8px !important;
          border: 1px solid #CDCDCD !important;
          font-family: 'Akkurat', 'Arial', sans-serif !important;
          font-weight: 300 !important;
          font-size: 1.125rem !important;
          line-height: 140% !important;
          letter-spacing: -0.02em !important;
          color: #414141 !important; }
          @media (max-width: 975px) {
            .tx-footer-background .tx-footer-right .tx-footer-right-content .tx-footer-form-wrap .tx-footer-field-email {
              width: 100% !important; } }
          @media (max-width: 600px) {
            .tx-footer-background .tx-footer-right .tx-footer-right-content .tx-footer-form-wrap .tx-footer-field-email {
              margin-right: 0px !important;
              margin-bottom: 30px !important;
              margin-top: 20px !important; } }
          .tx-footer-background .tx-footer-right .tx-footer-right-content .tx-footer-form-wrap .tx-footer-field-email::placeholder {
            font-family: 'Akkurat', 'Arial', sans-serif !important;
            font-weight: 300 !important;
            font-size: 1.125rem !important;
            line-height: 140% !important;
            letter-spacing: -0.02em !important;
            color: #CDCDCD !important; }
        .tx-footer-background .tx-footer-right .tx-footer-right-content .tx-footer-form-wrap .tx-footer-field-submit {
          flex-shrink: 0;
          width: 120px !important;
          padding-left: 24px !important;
          padding-right: 24px !important;
          padding-top: 11px !important;
          padding-top: 12px !important;
          margin: 0px !important;
          background-color: #5E50B5 !important;
          color: #FFFFFF !important;
          transition: background-color 0.3s;
          border-radius: 0px !important;
          font-family: 'Akkurat', 'Arial', sans-serif !important;
          font-style: normal !important;
          font-weight: bold !important;
          font-size: 0.875rem !important;
          line-height: 1.0625rem !important; }
          .tx-footer-background .tx-footer-right .tx-footer-right-content .tx-footer-form-wrap .tx-footer-field-submit:focus, .tx-footer-background .tx-footer-right .tx-footer-right-content .tx-footer-form-wrap .tx-footer-field-submit:hover {
            color: #FFFFFF !important;
            background-color: #35237F !important; }
        .tx-footer-background .tx-footer-right .tx-footer-right-content .tx-footer-form-wrap .tx-footer-error {
          position: absolute !important;
          top: 2.5rem !important;
          color: #C84630 !important;
          font-family: 'Akkurat', 'Arial', sans-serif !important;
          font-style: normal !important;
          font-size: 0.875rem !important;
          line-height: 1.0625rem !important;
          letter-spacing: -0.02em !important; }
          @media (max-width: 600px) {
            .tx-footer-background .tx-footer-right .tx-footer-right-content .tx-footer-form-wrap .tx-footer-error {
              top: 3.5rem !important; } }

html div#om-mtckz5iawdrdikol8fuf *,
html div#om-mtckz5iawdrdikol8fuf *:before,
html div#om-mtckz5iawdrdikol8fuf *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

html div#om-mtckz5iawdrdikol8fuf {
  background: none;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  float: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: auto;
  letter-spacing: normal;
  outline: none;
  position: static;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  width: auto;
  visibility: visible;
  overflow: visible;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: helvetica, arial, sans-serif;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  font-style: normal; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-clearfix,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-yesno-clearfix,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-success-clearfix {
  clear: both; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-clearfix:after,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-yesno-clearfix:after,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-success-clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  overflow: auto;
  visibility: hidden;
  zoom: 1; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-element-row,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-yesno-element-row,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-success-element-row {
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  width: 100%; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-element-row:before,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-yesno-element-row:before,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-success-element-row:before,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-element-row:after,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-yesno-element-row:after,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-success-element-row:after {
  display: table;
  content: " "; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-element-row:after,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-yesno-element-row:after,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-success-element-row:after {
  clear: both; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-element-row-wrap,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-yesno-element-row-wrap,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-success-element-row-wrap {
  position: relative;
  margin: 0; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-element-row-content,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-yesno-element-row-content,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-success-element-row-content {
  margin-left: auto;
  margin-right: auto; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-element-image,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-yesno-element-image,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-success-element-image {
  position: relative; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-element-image img,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-yesno-element-image img,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-success-element-image img {
  height: auto;
  max-width: 100%;
  display: block; }

html div#om-mtckz5iawdrdikol8fuf .om-close,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-close,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-yesno-close,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-success-close {
  cursor: pointer; }

html div#om-mtckz5iawdrdikol8fuf.tx-footer-yesno-active .om-close,
html div#om-mtckz5iawdrdikol8fuf.tx-footer-yesno-active .tx-footer-close,
html div#om-mtckz5iawdrdikol8fuf.tx-footer-yesno-active .tx-footer-yesno-close {
  display: none; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-form label {
  color: #484848; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-form input,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-form select,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-form textarea {
  background-color: #fff;
  width: 100%;
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 6px;
  outline: none;
  margin: 0;
  vertical-align: middle;
  height: 32px;
  font-style: normal; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-form textarea {
  height: 60px; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-form textarea,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-form input {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-form input[type=submit],
html div#om-mtckz5iawdrdikol8fuf .tx-footer-form button,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-yesno-form button,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-success-form button {
  background: #484848;
  border: 1px solid #484848;
  width: 100%;
  color: #fff;
  font-size: 20px;
  padding: 12px 6px;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  height: 36px;
  font-style: normal; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-form input[type=checkbox],
html div#om-mtckz5iawdrdikol8fuf .tx-footer-form input[type=radio] {
  width: auto;
  outline: invert none medium;
  padding: 0;
  margin: 0;
  height: auto;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  display: inline; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-form input[type=checkbox] {
  -webkit-appearance: checkbox; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-form input[type=radio] {
  -webkit-appearance: radio; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-form .tx-footer-button-yes,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-yesno-form .tx-footer-yesno-button-yes,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-success-form .tx-footer-success-button-yes {
  margin-bottom: 15px;
  cursor: pointer; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-form-horizontal .tx-footer-button-yes,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-yesno-form-horizontal .tx-footer-yesno-button-yes,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-success-form-horizontal .tx-footer-success-button-yes {
  margin-bottom: 0;
  margin-right: 2%;
  cursor: pointer; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-form .tx-footer-button-no,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-yesno-form .tx-footer-yesno-button-no,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-success-form .tx-footer-success-button-no {
  background-color: #666;
  border-color: #666;
  margin-bottom: 0;
  cursor: pointer; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-form-horizontal .tx-footer-button-no,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-yesno-form-horizontal .tx-footer-yesno-button-no,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-success-form-horizontal .tx-footer-success-button-no {
  margin-right: 0;
  cursor: pointer; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-yes-button,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-no-button {
  cursor: pointer; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-form-horizontal button,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-yesno-form-horizontal button,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-success-form-horizontal button {
  width: 49%;
  max-width: none; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-form-horizontal.tx-footer-has-button button,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-yesno-form-horizontal.tx-footer-yesno-has-button button,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-success-form-horizontal.tx-footer-success-has-button button {
  width: 50%;
  display: block;
  margin: 0 auto; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-segments {
  margin: 0 0 15px; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-segments-horizontal {
  margin: 15px 0 0; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-segments .tx-footer-segments-title {
  font-size: 16px;
  display: block;
  line-height: 1; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-segments-horizontal .tx-footer-segments-title {
  display: inline-block;
  margin-right: 10px; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-segments .tx-footer-segments-wrap {
  margin-top: 5px; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-segments-horizontal .tx-footer-segments-wrap {
  display: inline-block;
  margin-top: 0; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-segments .tx-footer-segment-choice {
  display: inline-block;
  margin: 0 10px 6px 0;
  vertical-align: middle; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-element-privacy-checkbox,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-form input.tx-footer-element-privacy-checkbox {
  vertical-align: top;
  display: inline;
  margin-right: 5px;
  width: auto; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-element-privacy-inner-content {
  display: inline;
  vertical-align: bottom; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-segments label {
  font-size: 12px;
  margin-left: 4px;
  vertical-align: middle;
  line-height: 12px; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-element-privacy,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-yesno-element-privacy,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-success-element-privacy {
  color: #888;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  margin-top: 10px;
  line-height: 1; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-element-privacy-before,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-yesno-element-privacy-before,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-success-element-privacy-before {
  margin-top: 0;
  margin-bottom: 10px; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-body,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-yesno-container,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-success-container {
  position: relative;
  height: 100%;
  transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  opacity: 1; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-transition-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border-width: 0;
  border-style: none;
  position: relative; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-link.link-type-button,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-success-link.link-type-button {
  display: inline-block;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  margin-bottom: 25px;
  cursor: pointer; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-field-comments {
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  z-index: -1;
  max-width: 1px;
  min-width: 1px; }

html div#om-mtckz5iawdrdikol8fuf .fr-text-uppercase {
  text-transform: uppercase; }

html div#om-mtckz5iawdrdikol8fuf .fr-view .fr-text-spaced {
  letter-spacing: 1px; }

html div#om-mtckz5iawdrdikol8fuf .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0; }

html div#om-mtckz5iawdrdikol8fuf .fr-text-gray {
  color: #AAA; }

html div#om-mtckz5iawdrdikol8fuf ul {
  list-style-type: disc; }

html div#om-mtckz5iawdrdikol8fuf ol {
  list-style: decimal; }

html div#om-mtckz5iawdrdikol8fuf ul,
html div#om-mtckz5iawdrdikol8fuf ol {
  margin: 0 0 1.5em 3em; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-element-title *:focus {
  outline: none; }

html body.public-monster-link {
  background: rgba(0, 0, 0, 0.7); }

html div#om-mtckz5iawdrdikol8fuf,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-outer-wrap .tx-footer-success-container {
  min-height: 50px; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-outer-wrap {
  background: transparent;
  display: none;
  position: relative;
  text-align: center;
  margin: 0 auto; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-powered-by {
  position: absolute;
  left: 10px;
  top: 50%;
  margin: -12px 0 0;
  height: 24px;
  width: 24px;
  z-index: 666666666; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-powered-by a,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-powered-by a img {
  display: block;
  width: 24px;
  height: 24px;
  text-decoration: none;
  text-indent: -9999px;
  position: relative;
  cursor: pointer;
  opacity: .5;
  color: #ddd; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-close {
  background-color: transparent;
  color: #aaa;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 5px;
  right: 10px;
  text-align: center;
  font-size: 30px;
  line-height: .45;
  font-weight: 700;
  text-decoration: none;
  font-family: Helvetica, "Helvetic Neue", Arial, sans-serif;
  z-index: 1050;
  padding: 6px 6px;
  border-radius: 100px; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-left {
  background-color: #d99c45;
  display: block;
  float: left;
  height: 100px;
  overflow: hidden;
  position: relative;
  width: 45%; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-left-content {
  display: table-cell;
  height: 100px;
  padding: 10px 10px 10px 20%;
  vertical-align: middle;
  width: 100%; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-element-title {
  color: #fff;
  font-family: 'Droid Serif', sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 10px;
  text-align: left;
  width: 100%; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-element-tagline {
  color: #fff;
  font-family: 'Droid Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 10px;
  text-align: left;
  width: 100%; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-chevron {
  display: block;
  float: left;
  position: relative;
  z-index: 10; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-chevron:after {
  border: solid transparent;
  border-width: 50px;
  border-left-color: inherit;
  border-left-width: 45px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-right {
  background-color: #fff;
  display: block;
  height: 100px;
  overflow: hidden;
  position: relative;
  width: 55%; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-right-content {
  display: block;
  height: 100px;
  padding: 5px 20% 5px 75px;
  position: relative;
  vertical-align: middle;
  width: 100%; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-element-form {
  height: 100%;
  text-align: center; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-form input,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-form select {
  width: 100%;
  height: 35px;
  border: 1px solid #aaa;
  border-radius: 4px;
  line-height: 15px;
  margin: 3px 0;
  overflow: hidden;
  outline: none;
  vertical-align: middle; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-form input[type=submit],
html div#om-mtckz5iawdrdikol8fuf .tx-footer-form button {
  border: 1px solid #aaa;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  line-height: 15px;
  margin: 3px 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  width: 100%; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-has-name-email input,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-has-name-email select {
  width: 49%; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-has-name-email input:first-child,
html div#om-mtckz5iawdrdikol8fuf .tx-footer-has-name-email select:first-child {
  margin-right: 2%; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-yesno-wrap .tx-footer-button-yesno {
  margin: 3px; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-success-container {
  min-height: 300px; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-success-close {
  font-size: 32px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #282828;
  font-weight: 300;
  position: absolute;
  top: 0px;
  right: 10px;
  background: none;
  text-decoration: none;
  width: auto;
  height: auto;
  display: block;
  line-height: 32px;
  padding: 0;
  z-index: 99999; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-success-content {
  position: absolute;
  width: 100%;
  height: 100%; }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-success-element-title {
  font-size: 21px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #282828;
  font-weight: 300;
  text-align: center;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

html div#om-mtckz5iawdrdikol8fuf .tx-footer-success-background {
  position: absolute;
  width: 100%;
  height: 100%; }

html div#om-mtckz5iawdrdikol8fuf.tx-footer-full-page-takeover .tx-footer-success-content {
  width: 50%;
  height: 50%;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

/**
* disable the default mobile css 
*/
.load-more-content {
  display: flex;
  width: 100%;
  flex-direction: column; }

.article-list-title {
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .article-list-title .h3 {
    margin-top: 50px;
    margin-bottom: 35px;
    width: fit-content;
    /* normal */
    width: intrinsic;
    /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content;
    /* Firefox/Gecko */ }
  .article-list-title a {
    color: #414141;
    display: flex;
    align-items: center;
    border-bottom: 0px; }
    .article-list-title a:focus .a-link-black {
      color: #35237F;
      border-bottom-color: #35237F; }
    .article-list-title a:focus circle, .article-list-title a:focus path {
      stroke: #35237F; }
    .article-list-title a:hover circle, .article-list-title a:hover path {
      stroke: #35237F; }
    .article-list-title a .link-and-icon {
      display: flex;
      justify-content: center; }
  .article-list-title svg {
    width: 1.625rem;
    height: 1.625rem;
    margin-left: 0.625rem;
    margin-top: 0.125rem; }
    @media (max-width: 768px) {
      .article-list-title svg {
        margin-top: -0.0625rem; } }
    .article-list-title svg circle, .article-list-title svg path {
      transition: stroke 0.3s; }
  .article-list-title .light-text {
    font-weight: 300; }

.contextly {
  margin-top: 43px;
  margin-bottom: -40px; }
  .contextly .ctx-siderail {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column; }
    .contextly .ctx-siderail .ctx-sr-title {
      display: none; }
    .contextly .ctx-siderail .ctx-sr-content {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start;
      width: 100%;
      max-width: 1440px;
      margin: auto !important;
      margin-left: auto;
      margin-right: auto;
      padding-left: 20px;
      padding-right: 20px; }
      @media (max-width: 400px) {
        .contextly .ctx-siderail .ctx-sr-content {
          flex-direction: column; } }
      .contextly .ctx-siderail .ctx-sr-content .ctx-link {
        position: relative;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-bottom: 40px !important; }
        .contextly .ctx-siderail .ctx-sr-content .ctx-link a {
          border-bottom: 0px; }
          .contextly .ctx-siderail .ctx-sr-content .ctx-link a:hover {
            border-bottom: 0px; }
        @media (min-width: 1000px) {
          .contextly .ctx-siderail .ctx-sr-content .ctx-link {
            width: calc( (100% - 40px) / 3); }
            .contextly .ctx-siderail .ctx-sr-content .ctx-link:nth-child(3n+2) {
              margin-left: 19.99px !important;
              margin-right: 19.99px !important; } }
        @media (min-width: 400px) and (max-width: 1000px) {
          .contextly .ctx-siderail .ctx-sr-content .ctx-link {
            width: calc( (100% - 20px) / 2); }
            .contextly .ctx-siderail .ctx-sr-content .ctx-link:nth-child(2n+1) {
              margin-right: 20px !important; } }
        @media (max-width: 400px) {
          .contextly .ctx-siderail .ctx-sr-content .ctx-link {
            width: 100%; } }
        @media (max-width: 768px) {
          .contextly .ctx-siderail .ctx-sr-content .ctx-link {
            margin-bottom: 30px; } }
        .contextly .ctx-siderail .ctx-sr-content .ctx-link .ctx-link-image {
          width: 100%;
          height: 228px;
          position: relative;
          background-color: #A0148C; }
          @media (max-width: 768px) {
            .contextly .ctx-siderail .ctx-sr-content .ctx-link .ctx-link-image {
              height: 175px; } }
          @media (max-width: 400px) {
            .contextly .ctx-siderail .ctx-sr-content .ctx-link .ctx-link-image {
              height: 160px; } }
          .contextly .ctx-siderail .ctx-sr-content .ctx-link .ctx-link-image img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0; }
        .contextly .ctx-siderail .ctx-sr-content .ctx-link .ctx-link-title {
          padding-left: 12px;
          padding-right: 12px;
          margin: 0px;
          margin-top: 20px; }
          .contextly .ctx-siderail .ctx-sr-content .ctx-link .ctx-link-title p {
            font-weight: bold; }

.article-related {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(100%);
  padding-top: 100px;
  padding-bottom: 140px;
  background-color: #F4F4F4; }
  .article-related::before {
    content: ' ';
    position: absolute;
    z-index: -1;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    background-color: #F4F4F4; }
  @media (max-width: 400px) {
    .article-related {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .article-related .related-also {
    width: 100%;
    margin: 0px;
    text-align: center;
    font-weight: bold; }
  .article-related .article-list {
    margin-top: 43px;
    margin-bottom: -40px; }
    @media (max-width: 768px) {
      .article-related .article-list {
        margin-bottom: -30px; } }
    @media (max-width: 400px) {
      .article-related .article-list {
        margin-bottom: -20px; } }

.article-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 400px) {
    .article-list {
      flex-direction: column; } }
  .article-list .article-card {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px; }
    @media (min-width: 1000px) {
      .article-list .article-card {
        width: calc( (100% - 40px) / 3); }
        .article-list .article-card:nth-child(3n+2) {
          margin-left: 19.99px;
          margin-right: 19.99px; } }
    @media (min-width: 400px) and (max-width: 1000px) {
      .article-list .article-card {
        width: calc( (100% - 20px) / 2); }
        .article-list .article-card:nth-child(2n+1) {
          margin-right: 20px; } }
    @media (max-width: 400px) {
      .article-list .article-card {
        width: 100%; } }
    @media (max-width: 768px) {
      .article-list .article-card {
        margin-bottom: 30px; } }
    .article-list .article-card .token {
      position: absolute;
      top: 0px;
      left: 0px;
      width: fit-content;
      /* normal */
      width: intrinsic;
      /* Safari/WebKit uses a non-standard name */
      width: -moz-max-content;
      /* Firefox/Gecko */
      max-width: 100%;
      margin-top: 187px;
      padding: 12px;
      text-overflow: ellipsis;
      text-transform: uppercase;
      background-color: #5E50B5; }
      @media (max-width: 768px) {
        .article-list .article-card .token {
          margin-top: 135px; } }
      @media (max-width: 400px) {
        .article-list .article-card .token {
          margin-top: 120px; } }
      .article-list .article-card .token a {
        text-decoration: none;
        color: #FFFFFF; }
    .article-list .article-card .card-header {
      display: flex;
      flex-direction: column;
      border-bottom: 0px !important; }
      .article-list .article-card .card-header:focus .a-link-black {
        color: #35237F;
        border-bottom-color: #35237F; }
      .article-list .article-card .card-header .card-poster {
        width: 100%;
        height: 228px;
        position: relative;
        background-color: #A0148C; }
        @media (max-width: 768px) {
          .article-list .article-card .card-header .card-poster {
            height: 175px; } }
        @media (max-width: 400px) {
          .article-list .article-card .card-header .card-poster {
            height: 160px; } }
        .article-list .article-card .card-header .card-poster img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0; }
      .article-list .article-card .card-header .card-title {
        padding-left: 12px;
        padding-right: 12px;
        margin: 0px;
        margin-top: 20px;
        font-weight: bold; }
    .article-list .article-card .buy-date {
      padding-left: 12px;
      padding-right: 12px;
      margin: 0px;
      margin-top: 10px; }
      @media (max-width: 768px) {
        .article-list .article-card .buy-date span {
          display: block;
          line-height: 0px;
          visibility: hidden; } }
  .article-list .article-card:nth-child(3n+1) {
    margin-left: 0px; }

.article-list-featured {
  flex-direction: row;
  position: relative;
  padding-bottom: 100px; }
  @media (max-width: 600px) {
    .article-list-featured {
      flex-direction: column;
      width: 100%; } }
  .article-list-featured .article-col {
    flex-direction: column;
    width: calc( (100% - 40px) / 3);
    margin-right: 20px;
    flex-shrink: 1; }
    @media (max-width: 768px) {
      .article-list-featured .article-col {
        position: absolute;
        top: 0px;
        left: 0px;
        margin-right: 0px;
        width: 100%; } }
    @media (max-width: 600px) {
      .article-list-featured .article-col {
        position: relative; } }
    .article-list-featured .article-col .article-card {
      margin-left: 0px;
      margin-right: 0px;
      width: 100%; }
      @media (max-width: 768px) {
        .article-list-featured .article-col .article-card {
          width: calc(50% - 30px);
          margin-left: 20px; } }
      @media (max-width: 600px) {
        .article-list-featured .article-col .article-card {
          margin-left: 0px;
          width: 100%; } }
  .article-list-featured .article-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc( ( calc(100% - 40px) / 3) * 2);
    flex-grow: 1; }
    @media (max-width: 768px) {
      .article-list-featured .article-row {
        width: 100%; } }
    .article-list-featured .article-row .article-card {
      margin-left: 0px;
      margin-right: 0px;
      width: calc(50% - 10px); }
      @media (max-width: 768px) {
        .article-list-featured .article-row .article-card {
          width: calc(50% - 10px); } }
      @media (max-width: 600px) {
        .article-list-featured .article-row .article-card {
          width: 100% !important;
          margin-left: 0px !important; } }
      .article-list-featured .article-row .article-card:nth-child(2n+1) {
        margin-right: 20px; }
        @media (max-width: 768px) {
          .article-list-featured .article-row .article-card:nth-child(2n+1) {
            margin-right: 0px; } }
      @media (max-width: 768px) {
        .article-list-featured .article-row .article-card:nth-child(1) {
          margin-left: calc(50% + 10px); } }
      @media (max-width: 768px) {
        .article-list-featured .article-row .article-card:nth-child(2) {
          margin-left: calc(50% + 10px); } }
      @media (max-width: 768px) {
        .article-list-featured .article-row .article-card:nth-child(4) {
          margin-left: 20px; } }

.article-list-featured.no-padding-bottom {
  padding-bottom: 0px; }

.article-hero-image,
.article-hero-video {
  position: relative;
  width: 100%;
  object-position: center;
  padding-top: 43.75%;
  box-sizing: border-box;
  position: relative;
  background-color: #A0148C; }
  @media (min-width: 1440px) {
    .article-hero-image,
    .article-hero-video {
      padding-top: 630px; } }
  @media (max-width: 768px) {
    .article-hero-image,
    .article-hero-video {
      padding-top: 100%; } }
  .article-hero-image img, .article-hero-image video,
  .article-hero-video img,
  .article-hero-video video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .article-hero-image .video-overlay,
  .article-hero-video .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1; }
    .article-hero-image .video-overlay a,
    .article-hero-video .video-overlay a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      background-color: #fff;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      z-index: 2;
      transition: background-color 0.3s; }
      .article-hero-image .video-overlay a:hover, .article-hero-image .video-overlay a:focus,
      .article-hero-video .video-overlay a:hover,
      .article-hero-video .video-overlay a:focus {
        background-color: #35237F; }
        .article-hero-image .video-overlay a:hover path, .article-hero-image .video-overlay a:focus path,
        .article-hero-video .video-overlay a:hover path,
        .article-hero-video .video-overlay a:focus path {
          fill: #FFFFFF; }
      .article-hero-image .video-overlay a path,
      .article-hero-video .video-overlay a path {
        transition: fill 0.3s;
        fill: #5E50B5; }

.bread-crumbs {
  max-width: 100%;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  text-align: left; }
  @media (max-width: 768px) {
    .bread-crumbs {
      display: none; } }

.article-categories {
  margin: 0px;
  margin-top: 70px;
  text-align: center;
  text-transform: uppercase;
  max-width: 720px;
  width: 100%; }
  @media (max-width: 768px) {
    .article-categories {
      margin-top: 60px; } }
  .article-categories a {
    margin-left: 6px;
    margin-right: 6px;
    color: #5E50B5; }
  .article-categories span {
    color: #414141; }
  .article-categories span:first-of-type {
    display: inline; }
  .article-categories span:last-of-type {
    display: none; }

.article-short-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%; }
  .article-short-form:not(.custom-width) {
    max-width: 1440px; }
  .article-short-form .article-heading {
    width: 100%;
    max-width: 914px;
    text-align: center;
    margin: 0px;
    margin-top: 20px; }
    @media (max-width: 768px) {
      .article-short-form .article-heading {
        margin-top: 40px; } }
  .article-short-form .by-date {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0px;
    margin-top: 20px; }
    @media (max-width: 768px) {
      .article-short-form .by-date {
        margin-top: 38px;
        flex-direction: column; } }
    .article-short-form .by-date .article-by {
      display: flex;
      justify-content: flex-end;
      margin-right: 0.5em; }
      @media (max-width: 768px) {
        .article-short-form .by-date .article-by {
          margin-right: 0px;
          justify-content: center; } }
    .article-short-form .by-date .bd-date {
      display: flex;
      justify-content: flex-start;
      margin-left: 0.5em; }
      @media (max-width: 768px) {
        .article-short-form .by-date .bd-date {
          margin-top: 5px;
          margin-left: 0px;
          justify-content: center; } }
  .article-short-form .article-tags {
    width: 100%;
    max-width: 680px;
    margin: auto;
    margin-top: 18px;
    border-top: 1px solid #C9C9C9; }
    .article-short-form .article-tags p {
      margin: auto;
      margin-top: 18px; }
  .article-short-form .article-author {
    width: 100%;
    max-width: 680px;
    margin-top: 18px;
    padding-top: 60px;
    padding-bottom: 109px;
    border-top: 1px solid #C9C9C9; }
    @media (max-width: 400px) {
      .article-short-form .article-author {
        padding-top: 40px;
        padding-bottom: 60px;
        flex-direction: column; } }
    .article-short-form .article-author .author-image {
      position: relative;
      flex-shrink: 0;
      flex-grow: 0;
      width: 95px;
      height: 95px;
      margin-right: 20px;
      background-color: #A0148C;
      border-radius: 100px;
      overflow: hidden; }
      .article-short-form .article-author .author-image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        -webkit-filter: grayscale(100%);
        /* Safari 6.0 - 9.0 */
        filter: grayscale(100%); }
    .article-short-form .article-author .author-bio h5 {
      margin: 0px; }
      @media (max-width: 400px) {
        .article-short-form .article-author .author-bio h5 {
          margin-top: 30px; } }
    .article-short-form .article-author .author-bio .author-job {
      margin: 0px;
      margin-top: 5px; }
    .article-short-form .article-author .author-bio .author-description {
      margin: 0px;
      margin-top: 20px; }
  .article-short-form .article-text {
    width: 100%; }
    .article-short-form .article-text:not(.custom-width) {
      max-width: 850px; }
    .article-short-form .article-text:not(.custom-margin) {
      margin-top: 40px; }
    @media (max-width: 768px) {
      .article-short-form .article-text:not(.custom-margin) {
        margin-top: 20px; } }
    .article-short-form .article-text a {
      color: #5E50B5; }
    .article-short-form .article-text .brightcove-player {
      max-width: 100% !important;
      width: 100% !important; }
    .article-short-form .article-text .brightcove-player > div:first-of-type {
      max-width: 100% !important;
      width: 100% !important; }
    .article-short-form .article-text iframe {
      margin-top: 20px;
      margin-bottom: 20px;
      width: auto;
      max-width: 100%; }
    .article-short-form .article-text object {
      width: 100% !important;
      max-width: 100% !important;
      margin-left: auto !important;
      margin-right: auto !important;
      display: block !important;
      margin-top: 60px !important;
      margin-bottom: 60px !important; }
    .article-short-form .article-text twitter-widget {
      margin-top: 60px !important;
      margin-bottom: 60px !important;
      margin-left: auto !important;
      margin-right: auto !important; }
    .article-short-form .article-text .brightcove-player,
    .article-short-form .article-text img {
      padding: 0px;
      margin: 0px;
      margin-top: 20px;
      margin-bottom: 20px;
	  margin-left: 5px;
	}
    .article-short-form .article-text ul {
      margin-top: 18px; }
    .article-short-form .article-text p + h1, .article-short-form .article-text p + h2, .article-short-form .article-text p + h3, .article-short-form .article-text p + h4, .article-short-form .article-text p + h5, .article-short-form .article-text p + h6 {
      margin-top: 20px; }
    .article-short-form .article-text h1 + h1, .article-short-form .article-text h1 + h2, .article-short-form .article-text h1 + h3, .article-short-form .article-text h1 + h4, .article-short-form .article-text h1 + h5, .article-short-form .article-text h1 + h6 {
      margin-top: 40px; }
    .article-short-form .article-text h2 + h1, .article-short-form .article-text h2 + h2, .article-short-form .article-text h2 + h3, .article-short-form .article-text h2 + h4, .article-short-form .article-text h2 + h5, .article-short-form .article-text h2 + h6 {
      margin-top: 40px; }
    .article-short-form .article-text h3 + h1, .article-short-form .article-text h3 + h2, .article-short-form .article-text h3 + h3, .article-short-form .article-text h3 + h4, .article-short-form .article-text h3 + h5, .article-short-form .article-text h3 + h6 {
      margin-top: 40px; }
    .article-short-form .article-text h4 + h1, .article-short-form .article-text h4 + h2, .article-short-form .article-text h4 + h3, .article-short-form .article-text h4 + h4, .article-short-form .article-text h4 + h5, .article-short-form .article-text h4 + h6 {
      margin-top: 20px; }
    .article-short-form .article-text h5 + h1, .article-short-form .article-text h5 + h2, .article-short-form .article-text h5 + h3, .article-short-form .article-text h5 + h4, .article-short-form .article-text h5 + h5, .article-short-form .article-text h5 + h6 {
      margin-top: 40px; }
    .article-short-form .article-text h6 + h1, .article-short-form .article-text h6 + h2, .article-short-form .article-text h6 + h3, .article-short-form .article-text h6 + h4, .article-short-form .article-text h6 + h5, .article-short-form .article-text h6 + h6 {
      margin-top: 40px; }
    .article-short-form .article-text h1 + p, .article-short-form .article-text h2 + p, .article-short-form .article-text h3 + p, .article-short-form .article-text h4 + p, .article-short-form .article-text h5 + p, .article-short-form .article-text h6 + p {
      margin-top: 1em; }
    .article-short-form .article-text li + li {
      margin-top: 1.125rem; }
    .article-short-form .article-text blockquote {
      position: relative;
      display: block;
      width: calc(100% - 8rem);
      margin: auto;
      padding-top: 24px;
      padding-bottom: 34px;
      font-size: 1.25rem !important; }
      .article-short-form .article-text blockquote p {
        font-size: 1.25rem !important; }
    .article-short-form .article-text blockquote:before {
      position: absolute;
      content: '“';
      font-size: 4em;
      margin-left: -0.6em;
      margin-top: -0.4em; }
    .article-short-form .article-text blockquote:after {
      position: absolute;
      content: '”';
      font-size: 4em;
      bottom: 0;
      right: 0;
      margin-right: -0.6em;
      margin-bottom: -0.5em; }
.article-short-form .article-text p {
    font-weight: 300 !important;
    font-size: 1.125rem !important;
    line-height: 140% !important;
    letter-spacing: -0.02em !important;
    color: #676767 !important;
}
    .article-short-form .article-text h1, .article-short-form .article-text h2, .article-short-form .article-text h3, .article-short-form .article-text h4, .article-short-form .article-text h5, .article-short-form .article-text h6, .article-short-form .article-text p,
    .article-short-form .article-text .wp-block-image,
    .article-short-form .article-text .brightcove-player,
    .article-short-form .article-text .ooyala-player {
      padding: 0px;
      margin: 16px; }

@media screen and (min-width: 450px) {
.tiktok-embed {
    max-width: 50%!important;
    min-width: 325px;
    float: right;
    height: auto!important;
    padding-top: 1px!important;
    margin-bottom: 8px!important;
	}
}

.banner-pay-pause {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-color: #FFFFFF;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  transition: background-color 0.3s; }
  .banner-pay-pause:hover, .banner-pay-pause:focus {
    background-color: #35237F; }
    .banner-pay-pause:hover rect, .banner-pay-pause:focus rect {
      fill: #FFFFFF; }
  .banner-pay-pause rect {
    transition: fill 0.3s;
    fill: #5E50B5; }

@media (max-width: 768px) {
  #js-home-banner .banner-pay-pause {
    bottom: 20px !important;
    right: 20px !important; } }

@media (max-width: 600px) {
  #js-home-banner .banner-pay-pause {
    bottom: unset !important;
    top: 0px !important;
    z-index: 1 !important;
    margin-top: calc(100% - 90px) !important; } }

.js-banner {
  width: 100%;
  margin-bottom: 0px !important;
  position: relative; }
  .js-banner .home-slide-inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 47.2%; }
    @media (min-width: 1440px) {
      .js-banner .home-slide-inner {
        padding-top: 680px; } }
    @media (max-width: 768px) {
      .js-banner .home-slide-inner {
        padding-top: 62.5%; } }
    @media (max-width: 600px) {
      .js-banner .home-slide-inner {
        padding-top: 0px; } }
    .js-banner .home-slide-inner .image {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
      @media (max-width: 600px) {
        .js-banner .home-slide-inner .image {
          position: relative;
          height: 0px;
          padding-top: 100%; } }
      .js-banner .home-slide-inner .image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #A0148C; }
    .js-banner .home-slide-inner .home-banner-card {
      display: flex;
      flex-direction: column;
      width: 477px;
      padding-top: 40px;
      padding-left: 30px;
      padding-right: 73px;
      padding-bottom: 30px;
      background: #fff;
      position: absolute;
      bottom: 30px;
      left: 30px; }
      @media (max-width: 768px) {
        .js-banner .home-slide-inner .home-banner-card {
          width: 320px;
          padding-right: 40px; } }
      @media (max-width: 600px) {
        .js-banner .home-slide-inner .home-banner-card {
          position: relative;
          width: calc(100% - 40px);
          left: 20px;
          padding-bottom: 0px; } }
      .js-banner .home-slide-inner .home-banner-card p {
        margin: 0px; }
        @media (max-width: 768px) {
          .js-banner .home-slide-inner .home-banner-card p .dot {
            display: none; } }
      .js-banner .home-slide-inner .home-banner-card .h6 {
        order: -1;
        text-transform: uppercase; }
      .js-banner .home-slide-inner .home-banner-card .h2 {
        margin: 0px;
        margin-top: 30px; }
      .js-banner .home-slide-inner .home-banner-card .h5 {
        margin-top: 20px; }
        @media (max-width: 768px) {
          .js-banner .home-slide-inner .home-banner-card .h5 {
            margin-top: 10px; }
            .js-banner .home-slide-inner .home-banner-card .h5 .span-text {
              display: block; } }
      .js-banner .home-slide-inner .home-banner-card .read-more {
        order: 4;
        margin: 0px;
        margin-top: 64px;
        display: inline-block;
        color: #FFFFFF;
        background-color: #5E50B5;
        font-weight: 400;
        letter-spacing: -0.02em; }
        @media (max-width: 768px) {
          .js-banner .home-slide-inner .home-banner-card .read-more {
            margin-top: 34px; } }

.home-banner-dots {
  display: flex;
  position: absolute;
  margin: 0px;
  margin-right: 0px;
  right: 110px;
  bottom: 48px; }
  @media (max-width: 768px) {
    .home-banner-dots {
      right: 100px;
      bottom: 38px; } }
  @media (max-width: 600px) {
    .home-banner-dots {
      justify-content: center;
      width: 100%;
      top: 0px;
      right: 0px;
      bottom: unset;
      margin-top: calc(100% - 72px); } }
  .home-banner-dots li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent; }
  .home-banner-dots .slick-active {
    border-color: #fff;
    transition: border-color 0.3s; }
    .home-banner-dots .slick-active:hover, .home-banner-dots .slick-active:focus {
      border-color: #35237F; }
    .home-banner-dots .slick-active button {
      background-color: #fff; }
      .home-banner-dots .slick-active button:hover, .home-banner-dots .slick-active button:focus {
        background-color: #35237F; }
  .home-banner-dots button {
    padding: 0;
    text-indent: -9999px;
    width: 9px;
    height: 9px;
    background-color: #fff;
    border-radius: 50%;
    transition: background-color 0.3s; }
    .home-banner-dots button:hover, .home-banner-dots button:focus {
      background-color: #35237F; }

.cta-banner-has-background-image {
  position: relative; }
  .cta-banner-has-background-image:after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.2; }
  .cta-banner-has-background-image .background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.banner-about {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 100%; }
  @media (max-width: 900px) {
    .banner-about {
      flex-direction: column; } }
  .banner-about .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 507px; }
    @media (max-width: 900px) {
      .banner-about .text {
        width: 100%;
        padding-top: 60px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 60px; } }
    .banner-about .text h2 {
      margin: 0px;
      margin-left: 63px; }
      @media (max-width: 900px) {
        .banner-about .text h2 {
          margin-left: 0px;
          margin-right: 0px;
          text-align: center; } }
      @media (max-width: 768px) {
        .banner-about .text h2 {
          font-weight: bold;
          font-size: 2.375rem;
          line-height: 110%;
          letter-spacing: -0.02em; } }
      .banner-about .text h2 span:nth-of-type(2) {
        font-weight: 300; }
    .banner-about .text p {
      margin: 0px;
      margin-top: 20px;
      margin-left: 63px;
      margin-right: 102px; }
      @media (max-width: 900px) {
        .banner-about .text p {
          margin-left: 0px;
          margin-right: 0px;
          text-align: center; } }
  .banner-about .image {
    position: relative;
    width: calc(100% - 507px);
    padding-top: 47.22%; }
    @media (min-width: 1440px) {
      .banner-about .image {
        padding-top: 680px; } }
    @media (max-width: 900px) {
      .banner-about .image {
        width: 100%; } }
    @media (max-width: 400px) {
      .banner-about .image {
        padding-top: 100%; } }
    .banner-about .image img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: #A0148C; }
  .banner-about .about-scroll-hint {
    position: absolute;
    bottom: 60px;
    left: 60px; }
    @media (max-width: 900px) {
      .banner-about .about-scroll-hint {
        display: none; } }

div.line-divider {
  width: 100%;
  border-bottom: 1px solid red; }
  div.line-divider.gray2 {
    border-bottom: 1px solid #CDCDCD; }

.home-block-split {
  border-bottom: 1px solid #CDCDCD;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px; }

.home-links-block {
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 100px; }
  @media (max-width: 400px) {
    .home-links-block {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .home-links-block .links-block-container-5 .link-image:nth-of-type(1) {
    width: calc(50% - 10px);
    margin-bottom: 20px; }
    @media (max-width: 1080px) {
      .home-links-block .links-block-container-5 .link-image:nth-of-type(1) {
        width: 100%; } }
    @media (max-width: 600px) {
      .home-links-block .links-block-container-5 .link-image:nth-of-type(1) {
        width: 100%; } }
  .home-links-block .links-block-container-5 .link-image:nth-of-type(2) {
    width: calc(50% - 10px);
    margin-bottom: 20px; }
    @media (max-width: 600px) {
      .home-links-block .links-block-container-5 .link-image:nth-of-type(2) {
        width: 100%; } }
  .home-links-block .links-block-container-5 .link-image:nth-of-type(3) {
    width: calc(33.3% - 13.33px); }
    @media (max-width: 1080px) {
      .home-links-block .links-block-container-5 .link-image:nth-of-type(3) {
        width: calc(50% - 10px);
        margin-bottom: 20px; } }
    @media (max-width: 600px) {
      .home-links-block .links-block-container-5 .link-image:nth-of-type(3) {
        width: 100%; } }
  .home-links-block .links-block-container-5 .link-image:nth-of-type(4) {
    width: calc(33.3% - 13.33px); }
    @media (max-width: 1080px) {
      .home-links-block .links-block-container-5 .link-image:nth-of-type(4) {
        width: calc(50% - 10px); } }
    @media (max-width: 600px) {
      .home-links-block .links-block-container-5 .link-image:nth-of-type(4) {
        width: 100%;
        margin-bottom: 20px; } }
  .home-links-block .links-block-container-5 .link-image:nth-of-type(5) {
    width: calc(33.3% - 13.33px); }
    @media (max-width: 1080px) {
      .home-links-block .links-block-container-5 .link-image:nth-of-type(5) {
        width: calc(50% - 10px); } }
    @media (max-width: 600px) {
      .home-links-block .links-block-container-5 .link-image:nth-of-type(5) {
        width: 100%; } }
  .home-links-block .links-block-container-4 .link-image:nth-of-type(1), .home-links-block .links-block-container-4 .link-image:nth-of-type(2) {
    width: calc(50% - 10px);
    margin-bottom: 20px; }
    @media (max-width: 600px) {
      .home-links-block .links-block-container-4 .link-image:nth-of-type(1), .home-links-block .links-block-container-4 .link-image:nth-of-type(2) {
        width: 100%; } }
  .home-links-block .links-block-container-4 .link-image:nth-of-type(3) {
    width: calc(50% - 10px); }
    @media (max-width: 600px) {
      .home-links-block .links-block-container-4 .link-image:nth-of-type(3) {
        width: 100%;
        margin-bottom: 20px; } }
  .home-links-block .links-block-container-4 .link-image:nth-of-type(4) {
    width: calc(50% - 10px); }
    @media (max-width: 600px) {
      .home-links-block .links-block-container-4 .link-image:nth-of-type(4) {
        width: 100%; } }
  .home-links-block .links-block-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1146px;
    margin-left: auto;
    margin-right: auto; }
    .home-links-block .links-block-container.links-block-container-5 {
      max-width: 100%; }
    @media (max-width: 600px) {
      .home-links-block .links-block-container {
        flex-direction: column; } }
    .home-links-block .links-block-container .link-image {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      height: 300px;
      background-color: rgba(0, 0, 0, 0.5); }
      @media (max-width: 600px) {
        .home-links-block .links-block-container .link-image {
          width: 100%;
          height: 180px; } }
      .home-links-block .links-block-container .link-image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        background-color: #A0148C; }
      .home-links-block .links-block-container .link-image h2 {
        margin-left: auto;
        margin-right: auto;
        max-width: 425px;
        width: 100%;
        text-align: center;
        color: #FFFFFF;
        margin-top: 0px;
        margin-bottom: 56px; }
        @media (max-width: 950px) {
          .home-links-block .links-block-container .link-image h2 {
            max-width: 297px; } }
        @media (max-width: 900px) {
          .home-links-block .links-block-container .link-image h2 {
            margin-bottom: 33px; } }
        @media (max-width: 400px) {
          .home-links-block .links-block-container .link-image h2 {
            margin-bottom: 20px; } }
      .home-links-block .links-block-container .link-image a {
        width: fit-content;
        /* normal */
        width: intrinsic;
        /* Safari/WebKit uses a non-standard name */
        width: -moz-max-content;
        /* Firefox/Gecko */
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        margin-bottom: 35px;
        font-weight: 600;
        background-color: #5E50B5;
        color: #FFFFFF; }
        @media (max-width: 600px) {
          .home-links-block .links-block-container .link-image a {
            margin-bottom: 20px; } }

.article-page {
  padding-top: 45px;
  padding-left: 15px; }
  @media only screen and (min-width: 700px) {
    .article-page .article-page__content {
      padding: 0 100px; } }
  @media (max-width: 520px) {
    .article-page {
      padding-right: 15px; } }
  .article-page.article-page a {
    text-decoration: none;
    font-weight: bold; }
  .article-page.article-page__tech a {
    color: #5E50BF; }
    .article-page.article-page__tech a:hover, .article-page.article-page__tech a:focus {
      color: #483ba1; }
  .article-page.article-page__careers a {
    color: #008381; }
    .article-page.article-page__careers a:hover, .article-page.article-page__careers a:focus {
      color: #00504f; }
  .article-page.article-page__business a {
    color: #0064D2; }
    .article-page.article-page__business a:hover, .article-page.article-page__business a:focus {
      color: #004c9f; }
  .article-page.article-page__network a {
    color: #9E043E; }
    .article-page.article-page__network a:hover, .article-page.article-page__network a:focus {
      color: #6c032a; }
  .article-page.article-page__news a {
    color: #D93923; }
    .article-page.article-page__news a:hover, .article-page.article-page__news a:focus {
      color: #ad2d1c; }
  .article-page.article-page__none a {
    color: #A0148C; }
    .article-page.article-page__none a:hover, .article-page.article-page__none a:focus {
      color: #730e64; }
  .article-page.tag-holder a {
    text-decoration: none;
    font-weight: bold; }
  .article-page.tag-holder__tech a {
    color: #5E50BF; }
    .article-page.tag-holder__tech a:hover, .article-page.tag-holder__tech a:focus {
      color: #483ba1; }
  .article-page.tag-holder__careers a {
    color: #008381; }
    .article-page.tag-holder__careers a:hover, .article-page.tag-holder__careers a:focus {
      color: #00504f; }
  .article-page.tag-holder__business a {
    color: #0064D2; }
    .article-page.tag-holder__business a:hover, .article-page.tag-holder__business a:focus {
      color: #004c9f; }
  .article-page.tag-holder__network a {
    color: #9E043E; }
    .article-page.tag-holder__network a:hover, .article-page.tag-holder__network a:focus {
      color: #6c032a; }
  .article-page.tag-holder__news a {
    color: #D93923; }
    .article-page.tag-holder__news a:hover, .article-page.tag-holder__news a:focus {
      color: #ad2d1c; }
  .article-page.tag-holder__none a {
    color: #A0148C; }
    .article-page.tag-holder__none a:hover, .article-page.tag-holder__none a:focus {
      color: #730e64; }
  .article-page .listicle--items .listicle--item {
    list-style-type: none;
    margin-bottom: 60px; }
    .article-page .listicle--items .listicle--item .listicle--title {
      color: #686868;
      font-size: 30px; }
      .article-page .listicle--items .listicle--item .listicle--title .listicle--number {
        color: #5E53BB; }
    .article-page .listicle--items .listicle--item .listicle--caption {
      text-align: center;
      width: 100%;
      float: left;
      margin-bottom: 30px;
      margin-top: 10px; }
  .article-page .long-form--content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; }
    .article-page .long-form--content .long-form--left {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%; }
      @media (min-width: 46.25em) {
        .article-page .long-form--content .long-form--left {
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          width: 50%;
          float: left;
          padding-left: 0.83333%;
          padding-right: 0.83333%; } }
    .article-page .long-form--content .long-form--right {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%; }
      @media (min-width: 46.25em) {
        .article-page .long-form--content .long-form--right {
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          width: 50%;
          float: left;
          padding-left: 0.83333%;
          padding-right: 0.83333%; } }

.long-form--overlay-text {
  font-size: 1.4em;
  width: 100%;
  bottom: 25%;
  position: absolute;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
  @media (min-width: 46.25em) {
    .long-form--overlay-text {
      font-size: 2em; } }

.section-conversion-article .section-row__desc {
  float: left;
  width: 100%; }
  @media (min-width: 46.25em) {
    .section-conversion-article .section-row__desc {
      width: 60%; } }

.section-conversion-article .section-row__link {
  float: left;
  width: 100%; }
  @media (min-width: 46.25em) {
    .section-conversion-article .section-row__link {
      width: 30%;
      padding-left: 15px; } }
  .section-conversion-article .section-row__link a {
    position: relative;
    max-width: 320px; }
    .section-conversion-article .section-row__link a span:after {
      content: ">";
      right: 20px;
      position: absolute;
      font-size: 25px;
      top: 8px; }

.section-conversion-article .section-conversion__tech .btn_1 {
  background-color: #5E50BF; }
  .section-conversion-article .section-conversion__tech .btn_1:hover, .section-conversion-article .section-conversion__tech .btn_1:focus {
    background-color: #483ba1; }

.section-conversion-article .section-conversion__careers .btn_1 {
  background-color: #008381; }
  .section-conversion-article .section-conversion__careers .btn_1:hover, .section-conversion-article .section-conversion__careers .btn_1:focus {
    background-color: #00504f; }

.section-conversion-article .section-conversion__business .btn_1 {
  background-color: #0064D2; }
  .section-conversion-article .section-conversion__business .btn_1:hover, .section-conversion-article .section-conversion__business .btn_1:focus {
    background-color: #004c9f; }

.section-conversion-article .section-conversion__network .btn_1 {
  background-color: #9E043E; }
  .section-conversion-article .section-conversion__network .btn_1:hover, .section-conversion-article .section-conversion__network .btn_1:focus {
    background-color: #6c032a; }

.section-conversion-article .section-conversion__news .btn_1 {
  background-color: #D93923; }
  .section-conversion-article .section-conversion__news .btn_1:hover, .section-conversion-article .section-conversion__news .btn_1:focus {
    background-color: #ad2d1c; }

.section-conversion-article .section-conversion__sustainability .section-row__link a {
  color: #fff !important; }

.section-conversion-article .section-conversion__sustainability .btn_1 {
  background-color: #025450; }
  .section-conversion-article .section-conversion__sustainability .btn_1:hover, .section-conversion-article .section-conversion__sustainability .btn_1:focus {
    background-color: #012221; }

.section-conversion-article .section-conversion__none .btn_1 {
  background-color: #A0148C; }
  .section-conversion-article .section-conversion__none .btn_1:hover, .section-conversion-article .section-conversion__none .btn_1:focus {
    background-color: #730e64; }

@media (max-width: 520px) {
  body.single .article-author__thumb,
  body.single .breadcrumb,
  body.single .tag-holder,
  body.single .page-heading-article-stats {
    display: none; }
  body.single .page-heading {
    padding: 20px 15px 0px; }
  body.single .page-heading .article-author {
    margin-top: 10px; } }

#post-content.theme a {
  text-decoration: none;
  font-weight: bold; }

#post-content.theme__tech a {
  color: #5E50BF; }
  #post-content.theme__tech a:hover, #post-content.theme__tech a:focus {
    color: #483ba1; }

#post-content.theme__careers a {
  color: #008381; }
  #post-content.theme__careers a:hover, #post-content.theme__careers a:focus {
    color: #00504f; }

#post-content.theme__business a {
  color: #0064D2; }
  #post-content.theme__business a:hover, #post-content.theme__business a:focus {
    color: #004c9f; }

#post-content.theme__network a {
  color: #9E043E; }
  #post-content.theme__network a:hover, #post-content.theme__network a:focus {
    color: #6c032a; }

#post-content.theme__news a {
  color: #D93923; }
  #post-content.theme__news a:hover, #post-content.theme__news a:focus {
    color: #ad2d1c; }

#post-content.theme__none a {
  color: #A0148C; }
  #post-content.theme__none a:hover, #post-content.theme__none a:focus {
    color: #730e64; }

#post-content.theme__sustainability a {
  color: #025450; }
  #post-content.theme__sustainability a:hover, #post-content.theme__sustainability a:focus {
    color: #012221; }

#post-content .row-article-author a,
#post-content .article-author a,
#post-content .page-headings-article-stats a {
  text-decoration: none;
  font-weight: bold; }

#post-content .row-article-author__tech a,
#post-content .article-author__tech a,
#post-content .page-headings-article-stats__tech a {
  color: #5E50BF; }
  #post-content .row-article-author__tech a:hover, #post-content .row-article-author__tech a:focus,
  #post-content .article-author__tech a:hover,
  #post-content .article-author__tech a:focus,
  #post-content .page-headings-article-stats__tech a:hover,
  #post-content .page-headings-article-stats__tech a:focus {
    color: #483ba1; }

#post-content .row-article-author__careers a,
#post-content .article-author__careers a,
#post-content .page-headings-article-stats__careers a {
  color: #008381; }
  #post-content .row-article-author__careers a:hover, #post-content .row-article-author__careers a:focus,
  #post-content .article-author__careers a:hover,
  #post-content .article-author__careers a:focus,
  #post-content .page-headings-article-stats__careers a:hover,
  #post-content .page-headings-article-stats__careers a:focus {
    color: #00504f; }

#post-content .row-article-author__business a,
#post-content .article-author__business a,
#post-content .page-headings-article-stats__business a {
  color: #0064D2; }
  #post-content .row-article-author__business a:hover, #post-content .row-article-author__business a:focus,
  #post-content .article-author__business a:hover,
  #post-content .article-author__business a:focus,
  #post-content .page-headings-article-stats__business a:hover,
  #post-content .page-headings-article-stats__business a:focus {
    color: #004c9f; }

#post-content .row-article-author__network a,
#post-content .article-author__network a,
#post-content .page-headings-article-stats__network a {
  color: #9E043E; }
  #post-content .row-article-author__network a:hover, #post-content .row-article-author__network a:focus,
  #post-content .article-author__network a:hover,
  #post-content .article-author__network a:focus,
  #post-content .page-headings-article-stats__network a:hover,
  #post-content .page-headings-article-stats__network a:focus {
    color: #6c032a; }

#post-content .row-article-author__news a,
#post-content .article-author__news a,
#post-content .page-headings-article-stats__news a {
  color: #D93923; }
  #post-content .row-article-author__news a:hover, #post-content .row-article-author__news a:focus,
  #post-content .article-author__news a:hover,
  #post-content .article-author__news a:focus,
  #post-content .page-headings-article-stats__news a:hover,
  #post-content .page-headings-article-stats__news a:focus {
    color: #ad2d1c; }

#post-content .row-article-author__sustainability a,
#post-content .article-author__sustainability a,
#post-content .page-headings-article-stats__sustainability a {
  color: #025450; }
  #post-content .row-article-author__sustainability a:hover, #post-content .row-article-author__sustainability a:focus,
  #post-content .article-author__sustainability a:hover,
  #post-content .article-author__sustainability a:focus,
  #post-content .page-headings-article-stats__sustainability a:hover,
  #post-content .page-headings-article-stats__sustainability a:focus {
    color: #012221; }

#post-content .row-article-author__none a,
#post-content .article-author__none a,
#post-content .page-headings-article-stats__none a {
  color: #A0148C; }
  #post-content .row-article-author__none a:hover, #post-content .row-article-author__none a:focus,
  #post-content .article-author__none a:hover,
  #post-content .article-author__none a:focus,
  #post-content .page-headings-article-stats__none a:hover,
  #post-content .page-headings-article-stats__none a:focus {
    color: #730e64; }

#post-content .gallery .lightbox-gallery img {
  height: 400px;
  text-align: center;
  margin: 0 auto; }

#post-content .gallery .slick-dots {
  padding-left: 0 !important; }

.title-intro {
  font-weight: 400;
  font-size: 1.75em; }

.tag-holder {
  margin-top: 45px;
  border-top: 1px solid #e6e6e6; }
  .tag-holder__text {
    margin-top: 25px;
    margin-bottom: 25px; }
    .tag-holder__text__label {
      font-weight: 700;
      margin-right: 15px; }
    .tag-holder__text a {
      text-decoration: none; }

.title-related-articles {
  font-weight: 400;
  font-size: 1.75em;
  margin-top: 50px;
  margin-bottom: 15px; }

.single-slideshow {
  padding-bottom: 20px; }

.cta-sign-up > p {
  margin-bottom: 10px; }

.signup--form [type='email'] {
  display: block;
  padding: 10px 20px;
  border-radius: 0;
  width: 100%;
  margin-bottom: 10px; }

.signup--form .submit--email,
.signup--form #tex-field-submit {
  color: #fff !important;
  border-radius: 0 !important;
  background-color: #1c1818 !important;
  background-image: url("img/icons/arrow-right@2x.png") !important;
  background-size: 11px 17px !important;
  background-repeat: no-repeat !important;
  background-position: right 20px top 50% !important; }

.signup--form #tex-field-email {
  display: block !important;
  padding: 20px 20px !important;
  border-radius: 0 !important;
  width: 100% !important;
  margin-bottom: 10px !important; }

.signup--form #tex-body {
  padding: 15px 0 !important; }

.signup--form #tex-field-submit {
  font-family: 'Akkurat', 'Arial', sans-serif !important;
  padding: 25px 22px !important;
  line-height: 0 !important;
  text-align: left !important;
  font-size: 1.1em !important; }

.tech .submit--email,
.tech #tex-field-submit {
  background-color: #5E50BF !important;
  border-color: #5E50BF !important; }

.careers .submit--email,
.careers #tex-field-submit {
  background-color: #008381 !important;
  border-color: #008381 !important; }

.business .submit--email,
.business #tex-field-submit {
  background-color: #0064D2 !important;
  border-color: #0064D2 !important; }

.network .submit--email,
.network #tex-field-submit {
  background-color: #9E043E !important;
  border-color: #9E043E !important; }

.news .submit--email,
.news #tex-field-submit {
  background-color: #D93923 !important;
  border-color: #D93923 !important; }

.none .submit--email,
.none #tex-field-submit {
  background-color: #A0148C !important;
  border-color: #A0148C !important; }

.tech .nav-links .nav-previous a,
.tech .nav-links .nav-next a {
  color: #5E50BF; }
  .tech .nav-links .nav-previous a:hover,
  .tech .nav-links .nav-next a:hover {
    color: #372d7c; }

.careers .nav-links .nav-previous a,
.careers .nav-links .nav-next a {
  color: #008381; }
  .careers .nav-links .nav-previous a:hover,
  .careers .nav-links .nav-next a:hover {
    color: #001d1d; }

.business .nav-links .nav-previous a,
.business .nav-links .nav-next a {
  color: #0064D2; }
  .business .nav-links .nav-previous a:hover,
  .business .nav-links .nav-next a:hover {
    color: #00336c; }

.network .nav-links .nav-previous a,
.network .nav-links .nav-next a {
  color: #9E043E; }
  .network .nav-links .nav-previous a:hover,
  .network .nav-links .nav-next a:hover {
    color: #3b0117; }

.news .nav-links .nav-previous a,
.news .nav-links .nav-next a {
  color: #D93923; }
  .news .nav-links .nav-previous a:hover,
  .news .nav-links .nav-next a:hover {
    color: #812215; }

.none .nav-links .nav-previous a,
.none .nav-links .nav-next a {
  color: #A0148C; }
  .none .nav-links .nav-previous a:hover,
  .none .nav-links .nav-next a:hover {
    color: #45093d; }

.sustainability .nav-links .nav-previous a,
.sustainability .nav-links .nav-next a {
  color: #025450; }
  .sustainability .nav-links .nav-previous a:hover,
  .sustainability .nav-links .nav-next a:hover {
    color: black; }

.nav-links .nav-previous,
.nav-links .nav-next {
  padding: 0 20px; }
  .nav-links .nav-previous a,
  .nav-links .nav-next a {
    text-decoration: none; }

#post-content .article-page__content > h4 {
  font-size: 21px;
  color: #676767;
  letter-spacing: 0px;
  line-height: 25px;
  font-weight: 400; }

.section-conversion-article.mobile--conversion {
  padding: 20px 15px; }
  .section-conversion-article.mobile--conversion .section-row__link a .btn__text {
    color: #fff; }

.archive.tag .article-page__content .tech a,
.archive.tag .row-article-author .tech a,
.archive.tag .tag-holder .tech a,
.archive.tag .page-heading .tech a {
  color: #5E50BF; }
  .archive.tag .article-page__content .tech a:hover, .archive.tag .article-page__content .tech a:focus,
  .archive.tag .row-article-author .tech a:hover,
  .archive.tag .row-article-author .tech a:focus,
  .archive.tag .tag-holder .tech a:hover,
  .archive.tag .tag-holder .tech a:focus,
  .archive.tag .page-heading .tech a:hover,
  .archive.tag .page-heading .tech a:focus {
    color: #483ba1; }

.archive.tag .article-page__content .careers a,
.archive.tag .row-article-author .careers a,
.archive.tag .tag-holder .careers a,
.archive.tag .page-heading .careers a {
  color: #008381; }
  .archive.tag .article-page__content .careers a:hover, .archive.tag .article-page__content .careers a:focus,
  .archive.tag .row-article-author .careers a:hover,
  .archive.tag .row-article-author .careers a:focus,
  .archive.tag .tag-holder .careers a:hover,
  .archive.tag .tag-holder .careers a:focus,
  .archive.tag .page-heading .careers a:hover,
  .archive.tag .page-heading .careers a:focus {
    color: #00504f; }

.archive.tag .article-page__content .business a,
.archive.tag .row-article-author .business a,
.archive.tag .tag-holder .business a,
.archive.tag .page-heading .business a {
  color: #0064D2; }
  .archive.tag .article-page__content .business a:hover, .archive.tag .article-page__content .business a:focus,
  .archive.tag .row-article-author .business a:hover,
  .archive.tag .row-article-author .business a:focus,
  .archive.tag .tag-holder .business a:hover,
  .archive.tag .tag-holder .business a:focus,
  .archive.tag .page-heading .business a:hover,
  .archive.tag .page-heading .business a:focus {
    color: #004c9f; }

.archive.tag .article-page__content .network a,
.archive.tag .row-article-author .network a,
.archive.tag .tag-holder .network a,
.archive.tag .page-heading .network a {
  color: #9E043E; }
  .archive.tag .article-page__content .network a:hover, .archive.tag .article-page__content .network a:focus,
  .archive.tag .row-article-author .network a:hover,
  .archive.tag .row-article-author .network a:focus,
  .archive.tag .tag-holder .network a:hover,
  .archive.tag .tag-holder .network a:focus,
  .archive.tag .page-heading .network a:hover,
  .archive.tag .page-heading .network a:focus {
    color: #6c032a; }

.archive.tag .article-page__content .news a,
.archive.tag .row-article-author .news a,
.archive.tag .tag-holder .news a,
.archive.tag .page-heading .news a {
  color: #D93923; }
  .archive.tag .article-page__content .news a:hover, .archive.tag .article-page__content .news a:focus,
  .archive.tag .row-article-author .news a:hover,
  .archive.tag .row-article-author .news a:focus,
  .archive.tag .tag-holder .news a:hover,
  .archive.tag .tag-holder .news a:focus,
  .archive.tag .page-heading .news a:hover,
  .archive.tag .page-heading .news a:focus {
    color: #ad2d1c; }

.archive.tag .article-page__content .sustainability a,
.archive.tag .row-article-author .sustainability a,
.archive.tag .tag-holder .sustainability a,
.archive.tag .page-heading .sustainability a {
  color: #025450; }
  .archive.tag .article-page__content .sustainability a:hover, .archive.tag .article-page__content .sustainability a:focus,
  .archive.tag .row-article-author .sustainability a:hover,
  .archive.tag .row-article-author .sustainability a:focus,
  .archive.tag .tag-holder .sustainability a:hover,
  .archive.tag .tag-holder .sustainability a:focus,
  .archive.tag .page-heading .sustainability a:hover,
  .archive.tag .page-heading .sustainability a:focus {
    color: #012221; }

.archive.tag .article-page__content .none a,
.archive.tag .row-article-author .none a,
.archive.tag .tag-holder .none a,
.archive.tag .page-heading .none a {
  color: #A0148C; }
  .archive.tag .article-page__content .none a:hover, .archive.tag .article-page__content .none a:focus,
  .archive.tag .row-article-author .none a:hover,
  .archive.tag .row-article-author .none a:focus,
  .archive.tag .tag-holder .none a:hover,
  .archive.tag .tag-holder .none a:focus,
  .archive.tag .page-heading .none a:hover,
  .archive.tag .page-heading .none a:focus {
    color: #730e64; }

.page-template-page--subscribe .title-page {
  padding-top: 20px; }

.page-template-page--subscribe .terms-and-conditions {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  border-top: 1px solid #E6E6E6;
  padding-top: 20px;
  margin-bottom: 40px; }
  .page-template-page--subscribe .terms-and-conditions .terms-title {
    color: #929292;
    font-size: 15px;
    font-weight: bold; }
  .page-template-page--subscribe .terms-and-conditions p {
    font-size: 12px;
    color: #A0A0A0; }

.form-content--container {
  padding: 0 20px; }
  @media (min-width: 46.25em) {
    .form-content--container {
      padding: 0; } }

.section-conversion-article {
  padding-top: 40px;
  padding-bottom: 40px; }
  .section-conversion-article .no-description {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; }
    .section-conversion-article .no-description h3 {
      padding: 0 15px; }
    @media (min-width: 46.25em) {
      .section-conversion-article .no-description h3 {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 66.66667%;
        float: left;
        padding-left: 0.83333%;
        padding-right: 0.83333%;
        padding-top: 15px; }
      .section-conversion-article .no-description p {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.33333%;
        float: left;
        padding-left: 0.83333%;
        padding-right: 0.83333%;
        margin: 10px 0 0 0; } }
  .section-conversion-article .description .conversion__title {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; }
    @media (min-width: 46.25em) {
      .section-conversion-article .description .conversion__title {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 41.66667%;
        float: left;
        padding-left: 0.83333%;
        padding-right: 0.83333%; } }
  .section-conversion-article .description .conversion__content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; }
    @media (min-width: 46.25em) {
      .section-conversion-article .description .conversion__content {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 58.33333%;
        float: left;
        padding-left: 0.83333%;
        padding-right: 0.83333%;
        padding-left: 5%;
        padding-right: 10%; }
        .section-conversion-article .description .conversion__content p {
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          width: 100%;
          float: left;
          padding-left: 0.83333%;
          padding-right: 0.83333%;
          padding-bottom: 15px;
          margin: 0; } }

@media (max-width: 61.24em) {
  .theme-careers.opportunities .left__container {
    padding-right: 15%; } }

.theme-careers.opportunities .block-link {
  background-color: #5E50B5; }

.theme-careers.opportunities .right__container {
  padding-top: 40px; }

.search-results--wrapper {
  padding: 20px 30px; }
  .search-results--wrapper .search-results a {
    color: #414141; }
    .search-results--wrapper .search-results a:hover {
      text-decoration: underline; }
  .search-results--wrapper .search-results .search-form {
    padding: 15px 0; }
  .search-results--wrapper .search-results .search-result {
    float: left;
    width: 100%;
    margin-bottom: 10px; }
    .search-results--wrapper .search-results .search-result .post {
      float: left;
      width: 100%; }
    .search-results--wrapper .search-results .search-result .result--thumbnail {
      float: left;
      width: 100%;
      text-align: center; }
      @media screen and (min-width: 700px) {
        .search-results--wrapper .search-results .search-result .result--thumbnail {
          width: 18%;
          margin-top: 5px;
          padding-right: 20px;
          text-align: left; } }
    .search-results--wrapper .search-results .search-result .result--information {
      float: left;
      width: 100%; }
      @media screen and (min-width: 700px) {
        .search-results--wrapper .search-results .search-result .result--information {
          width: 70%; } }
      .search-results--wrapper .search-results .search-result .result--information .entry-title {
        margin-top: 5px; }

.error-404--wrapper {
  padding: 60px 30px;
  text-align: center; }
  .error-404--wrapper a {
    color: #9E1F8A; }

.page--notemplate {
  padding: 30px 40px; }
  @media (max-width: 520px) {
    .page--notemplate {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0; } }
  .page--notemplate .page--normal .page-heading {
    padding-top: 10px; }
  .page--notemplate #post-content a {
    color: #A0148C; }
    .page--notemplate #post-content a:hover, .page--notemplate #post-content a:focus {
      color: #730e64; }
  .page--notemplate #post-content .article-page__content {
    padding: 0 20px; }
  .page--notemplate .title-page {
    margin-bottom: 50px; }
    @media (max-width: 520px) {
      .page--notemplate .title-page {
        margin-bottom: 25px; } }
  .page--notemplate .wysiwyg li {
    position: relative;
    padding-left: 40px !important; }
  .page--notemplate .wysiwyg ul, .page--notemplate .wysiwyg ol {
    padding-left: 0;
    list-style-type: none; }
  .page--notemplate .wysiwyg ul li:before {
    content: "\2022";
    position: absolute;
    top: 3px;
    left: 10px; }
  .page--notemplate .wysiwyg ol {
    counter-reset: magical-counter; }
    .page--notemplate .wysiwyg ol li:before {
      content: counter(magical-counter, decimal-leading-zero);
      counter-increment: magical-counter;
      position: absolute;
      top: 2px;
      left: 0;
      font-weight: bold;
      color: #A0148C; }

/* ############ */
/* Regional page */
/* ############ */
.regional-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px; }

.section-regional-search {
  background: #F3F3F3; }

/* Regional banner */
.regional-hero-banner {
  height: 85vh;
  background-color: #f0f3f5;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.regional-hero-banner__container {
  text-align: center;
  z-index: 2; }

.regional-hero-banner__title {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  line-height: 1;
  font-size: 88px;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.3); }

.regional-hero-banner__play {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff; }

.regional-hero-banner__play svg {
  margin-right: 20px; }

.regional-hero-banner__play__text {
  font-size: 12px; }

.btn-regional-pagedown {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 2; }

.btn-regional-pagedown svg {
  fill: #2aa4a2; }

.regional-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1; }

.regional-bg-video .innerWrapper video {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 1 !important;
  min-width: 100% !important;
  min-height: 100% !important;
  width: auto !important;
  height: auto !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.regional-bg-video-gradient {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  z-index: 2;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, left, right);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f0f3f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0f3f5',GradientType=0 );
  /* IE6-9 */ }

/* regional intro */
.section-regional-intro {
  padding-top: 60px;
  padding-bottom: 110px;
  background-color: #f0f3f5; }

.section-regional-intro__col {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.section-regional-intro__title {
  margin-bottom: 30px; }

.section-regional-intro__desc {
  margin-bottom: 40px; }

.section-regional-intro__seperator {
  width: 70px;
  height: 2px;
  background-color: #2aa4a2;
  margin-left: auto;
  margin-right: auto; }

/* regional title */
.section-regional-small-title {
  color: #565d61;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase; }

.section-regional-title {
  color: #1b1d1e;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700; }
  .section-regional-title a {
    color: #1A2E39;
    text-decoration: none; }
    .section-regional-title a:hover {
      color: black; }

/* regional about */
.section-regional-about__text-col {
  padding-top: 50px;
  padding-right: 100px; }

.regional-seperator {
  width: 95px;
  height: 2px;
  background-color: #2aa4a2;
  margin-bottom: 35px; }

.regional-container__col-half {
  width: 50%;
  float: left; }

.section-regional-about {
  padding-bottom: 60px;
  background-color: #f0f3f5; }

.table-fw {
  width: 100%; }

.regional-dark-title {
  color: #1a1b1c; }

/* regional search */
.section-regional-search__col {
  float: left;
  width: 40%; }

.section-regional-search__form-col {
  padding-top: 25px;
  padding-bottom: 50px; }

.section-regional-search__form-col form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.section-regional-search__form-col input {
  background-color: #e1e5e9;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%; }

.section-regional-search__form-col button {
  background-color: #2aa4a2;
  padding: 17px 17px 6px;
  border: 0; }

.section-regional-search__form-col svg {
  fill: #fff; }

.section-regional-search__box {
  position: absolute;
  top: 0;
  left: calc(80% + 100px);
  width: 800px;
  height: 100%;
  background-color: #fff; }

/* regional map */
.section-regional-coverage {
  position: relative;
  background-color: #fff;
  padding-top: 90px; }

.section-regional-coverage:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 80px;
  background-color: #ecf0f4; }

.section-regional-coverage__content {
  position: relative;
  z-index: 2; }

.section-regional-coverage__col {
  float: left; }

.section-regional-coverage__col-map {
  width: 770px;
  padding-right: 0;
  min-height: 530px; }

.section-regional-coverage__col-text {
  width: 30%;
  padding-left: 30px; }

.section-regional-coverage__table td {
  vertical-align: top; }

.section-regional-coverage__bullet {
  width: 13px;
  height: 13px;
  background-color: #eee;
  border-radius: 50%;
  margin-right: 15px;
  margin-top: 5px; }

/* regional slider */
.section-regional-slider {
  padding-bottom: 80px;
  padding-top: 60px; }

.section-regional-slider__col {
  float: left; }

.section-regional-slider__col-images {
  width: 70%; }

.section-regional-slider__col-text {
  width: 30%; }

.section-regional-slider__text-box {
  background-color: #fff;
  padding: 30px; }

.section-regional-slider__pagingInfo-holder {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.section-regional-slider__pagingInfo {
  font-size: 20px;
  font-weight: 700;
  margin-left: 20px;
  margin-right: 20px; }

.section-regional-slider__pagingInfo__currslide {
  color: #1f2c3a; }

.section-regional-slider__pagingInfo__total {
  color: #78818b; }

.section-regional-slider__btn {
  border: 0;
  background-color: #dadada;
  padding: 10px 15px; }

/* regional articles */
.regional-posts-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 40px;
  padding-bottom: 120px; }

.regional-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.33%;
  flex: 0 1 33.33%;
  position: relative; }

.regional-post:nth-child(3n-1) {
  top: 60px; }

.regional-post:nth-child(3n) {
  top: 120px; }

.regional-post__inner {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.regional-post__top {
  background-color: #fff;
  padding: 30px;
  border-top: 5px solid #2aa4a2;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee; }

.regional-post__top .section-regional-small-title {
  margin-bottom: 10px;
  color: #8392a1; }

.regional-post__top .section-regional-title {
  line-height: 1.4;
  margin-bottom: 0; }

.regional-posts-load-more-btn-holder {
  padding-top: 60px;
  padding-bottom: 140px;
  text-align: center; }

.btn-regional-posts-load-more {
  font-size: 16px;
  font-weight: 700;
  padding: 12px 20px;
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #2aa4a2; }

@media only screen and (max-width: 1024px) {
  .section-regional-search__box {
    display: none; }
  .section-regional-search__col {
    width: 50%; }
  .section-regional-coverage__col-text {
    padding: 20px;
    width: 100%;
    background-color: #fff; } }

@media only screen and (max-width: 800px) {
  .regional-hero-banner__title {
    font-size: 60px; }
  .section-regional-about__text-col {
    padding-top: 0;
    padding-right: 20px; }
  .section-regional-search__col {
    float: none;
    width: 100%; }
  .section-regional-slider__col-images {
    width: 60%; }
  .section-regional-slider__col-text {
    width: 40%; }
  .section-regional-slider__text-box {
    padding: 20px; }
  .regional-post__top .section-regional-title {
    font-size: 18px; }
  .section-regional-coverage__col-map {
    width: 100%;
    margin-left: -3px; } }

@media only screen and (max-width: 540px) {
  .regional-hero-banner__title {
    font-size: 36px; }
  .btn-regional-pagedown {
    display: none; }
  .section-regional-intro__col {
    width: 100%; }
  .regional-container__col-half {
    float: none;
    width: 100%; }
  .section-regional-about__text-col {
    padding-right: 0; }
  .section-regional-about td {
    padding-right: 10px; }
  .section-regional-slider__col {
    float: none; }
  .section-regional-slider__col-images,
  .section-regional-slider__col-text {
    width: 100%; }
  .regional-posts-holder {
    display: block; }
  .regional-post {
    position: static; } }

.page-banner_sustainability {
  position: relative;
  z-index: 1;
  padding-bottom: 50px; }

.page-heading__sustainability-title {
  color: #025450;
  font-size: .6em;
  display: block; }

.row-sustainability {
  margin-top: 50px;
  margin-bottom: 50px; }
  .row-sustainability .container {
    background-color: #e6e6e6; }
  .row-sustainability__text-col__inner-pad {
    padding: 30px 20px; }
  .row-sustainability__image-col {
    text-align: center;
    padding-left: 0;
    padding-right: 0; }
    .row-sustainability__image-col img {
      max-width: 100%;
      max-height: 300px; }
  .row-sustainability .btn, .row-sustainability .signup--form .submit--email, .signup--form .row-sustainability .submit--email, .row-sustainability
  .signup--form #tex-field-submit,
  .signup--form .row-sustainability #tex-field-submit {
    margin-bottom: 3px;
    background-color: #025450; }

.section-row-sustainability-report__row .btn, .section-row-sustainability-report__row .signup--form .submit--email, .signup--form .section-row-sustainability-report__row .submit--email, .section-row-sustainability-report__row
.signup--form #tex-field-submit,
.signup--form .section-row-sustainability-report__row #tex-field-submit {
  background-color: #025450; }

.section-row-sustainability-report {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (max-width: 520px) {
    .section-row-sustainability-report {
      background-color: #e6e6e6;
      padding-bottom: 30px; } }
  .section-row-sustainability-report__container {
    position: static; }
  .section-row-sustainability-report__row {
    background-color: #e6e6e6;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%; }
    @media (max-width: 520px) {
      .section-row-sustainability-report__row {
        position: static;
        padding-top: 30px;
        padding-bottom: 20px; } }
    .section-row-sustainability-report__row .container {
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 520px) {
        .section-row-sustainability-report__row .container {
          margin-left: -10px;
          margin-right: -10px; } }
  .section-row-sustainability-report__image-col {
    position: relative;
    z-index: 1;
    padding-top: 50px; }
    @media (max-width: 520px) {
      .section-row-sustainability-report__image-col {
        padding-top: 0; } }

.sustainability-cta {
  text-decoration: none;
  color: currentColor;
  font-weight: bold;
  display: block;
  margin-bottom: 40px; }
  .sustainability-cta .btn, .sustainability-cta .signup--form .submit--email, .signup--form .sustainability-cta .submit--email, .sustainability-cta
  .signup--form #tex-field-submit,
  .signup--form .sustainability-cta #tex-field-submit {
    background-color: #025450; }
  .sustainability-cta__thumb {
    display: block;
    margin-bottom: 10px; }
  .sustainability-cta__title {
    font-size: 1.6em; }
    .sustainability-cta__title_small {
      font-size: 1.3em; }
  .sustainability-cta__cat {
    text-transform: uppercase;
    color: #025450;
    font-size: .9em; }
  .sustainability-cta__title, .sustainability-cta__cat {
    display: block; }

.row-load-more {
  text-align: center; }

.page-heading.sustainability .btn, .page-heading.sustainability .signup--form .submit--email, .signup--form .page-heading.sustainability .submit--email, .page-heading.sustainability
.signup--form #tex-field-submit,
.signup--form .page-heading.sustainability #tex-field-submit {
  background-color: #025450; }

.sustainability--landing {
  margin-bottom: 40px; }
  .sustainability--landing .category-tile--description p {
    padding: 0;
    margin: 0; }
  .sustainability--landing .article-list {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; }
  .sustainability--landing .col-12 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; }
    .sustainability--landing .col-12 .category__image {
      min-height: 350px;
      width: 100%;
      margin-bottom: 25px; }
  .sustainability--landing .col-6 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; }
    .sustainability--landing .col-6 .category__image {
      min-height: 350px;
      width: 100%;
      margin-bottom: 25px; }
  .sustainability--landing .col-3, .sustainability--landing .sustainability-2018 .sustainability-sidebar, .sustainability-2018 .sustainability--landing .sustainability-sidebar {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; }
    .sustainability--landing .col-3 .category__image, .sustainability--landing .sustainability-2018 .sustainability-sidebar .category__image, .sustainability-2018 .sustainability--landing .sustainability-sidebar .category__image {
      min-height: 240px;
      width: 100%;
      margin-bottom: 25px; }
  .sustainability--landing .article-list__item span {
    font-size: .4em;
    color: #025450;
    text-transform: uppercase; }

.sustainability--lvl3 .parent-title {
  color: #025450;
  font-size: 1.1em;
  font-weight: bold; }

.sustainability--lvl3 .ribbon {
  color: #025450;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: .8em; }

.sustainability--lvl3 .article-overlay:hover {
  background-color: #025450; }

.sustainability .theme-sustainability a {
  color: #025450 !important; }

.sustainability .theme-sustainability .section-row__link .btn_1 {
  background: #025450 !important;
  color: #fff !important; }

.sustainability .theme-sustainability .article-author__author {
  color: #025450 !important; }

.sustainability .theme-sustainability .page-heading-article-stats__category {
  color: #025450 !important; }

.sustainability .theme-sustainability .article-page__content a {
  color: #025450 !important; }

.sustainability .theme-sustainability .tag-holder a {
  color: #025450 !important; }

.sustainability--buttons li {
  list-style-type: none;
  width: 100%;
  margin: 10px 0;
  margin-bottom: 30px; }
  .sustainability--buttons li a {
    background: #025450 !important;
    color: #FFF !important;
    padding: 10px; }
    .sustainability--buttons li a:after {
      content: ">";
      margin-left: 15px; }
    .sustainability--buttons li a:hover {
      background: #000909; }

.sustainability--landing-items {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  background: #E6E6E6;
  padding: 10px 0 20px 0; }
  .sustainability--landing-items .landing--item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    padding: 15px 15px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 40px; }
    @media (min-width: 46.25em) {
      .sustainability--landing-items .landing--item {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.33333%;
        float: left;
        padding-left: 0.83333%;
        padding-right: 0.83333%; }
        .sustainability--landing-items .landing--item p {
          height: 90px; } }

@media (max-width: 1024px) {
  .sustainability-2018 .container {
    padding-left: 24px;
    padding-right: 24px; } }

.sustainability-2018 .sustainability-hero {
  position: relative;
  display: flex;
  justify-content: flex-start;
  height: 500px;
  padding: 70px 0 100px;
  color: #fff; }
  @media (min-width: 521px) {
    .sustainability-2018 .sustainability-hero {
      align-items: flex-end;
      height: 340px;
      padding-top: 0; } }
  .sustainability-2018 .sustainability-hero h1 {
    margin: 0;
    line-height: 1.2;
    font-size: 50px;
    font-weight: normal; }
    @media (max-width: 520px) {
      .sustainability-2018 .sustainability-hero h1 {
        font-size: 32px; } }
  .sustainability-2018 .sustainability-hero .container {
    width: 100%; }

.sustainability-2018 .hero-secondary {
  padding: 170px 0 100px; }
  @media (max-width: 520px) {
    .sustainability-2018 .hero-secondary {
      display: flex;
      align-items: center;
      height: 260px;
      padding: 40px 0; } }

.sustainability-2018 .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.sustainability-2018 .hero-background-mobile {
  display: none; }
  @media (max-width: 520px) {
    .sustainability-2018 .hero-background-mobile {
      display: block; } }

.sustainability-2018 .sustainability-nav {
  position: relative;
  height: 85px;
  text-align: center; }
  @media (max-width: 520px) {
    .sustainability-2018 .sustainability-nav {
      height: auto;
      text-align: left;
      margin: 24px 0; } }
  .sustainability-2018 .sustainability-nav .container {
    margin-top: 0; }
    @media (min-width: 1025px) {
      .sustainability-2018 .sustainability-nav .container {
        margin-top: -42.5px;
        background-color: #fff; } }
  .sustainability-2018 .sustainability-nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 521px) {
      .sustainability-2018 .sustainability-nav ul {
        padding-top: 24px;
        padding-bottom: 24px; } }
    @media (min-width: 1025px) {
      .sustainability-2018 .sustainability-nav ul {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding-top: 0;
        padding-bottom: 0; } }
  .sustainability-2018 .sustainability-nav a {
    display: block;
    padding: 7px;
    line-height: 25px;
    text-decoration: none;
    color: #343434;
    transition: opacity 0.2s; }
    @media (min-width: 1025px) {
      .sustainability-2018 .sustainability-nav a {
        padding: 30px 15px; } }
    .sustainability-2018 .sustainability-nav a:hover {
      opacity: 0.75; }
  @media (max-width: auto) {
    .sustainability-2018 .sustainability-nav li:first-child a {
      padding-left: 0; } }
  @media (max-width: auto) {
    .sustainability-2018 .sustainability-nav li:last-child a {
      padding-right: 0; } }
  .sustainability-2018 .sustainability-nav .active a {
    font-weight: bold;
    color: #03534F; }

.sustainability-2018 .sustainability-intro {
  margin: 0 0 50px; }
  @media (min-width: 521px) {
    .sustainability-2018 .sustainability-intro {
      margin: 60px 0; } }
  @media (min-width: 1025px) {
    .sustainability-2018 .sustainability-intro {
      margin: 160px 0; } }
  @media (max-width: 520px) {
    .sustainability-2018 .sustainability-intro .intro-content {
      order: 2; } }
  @media (max-width: 520px) {
    .sustainability-2018 .sustainability-intro .intro-media {
      order: 1;
      margin-bottom: 30px;
      padding: 0; } }
  @media (max-width: 520px) {
    .sustainability-2018 .sustainability-intro .intro-media img {
      max-height: 220px;
      object-fit: cover; } }
  .sustainability-2018 .sustainability-intro .intro-headline {
    margin: 0 0 24px;
    font-size: 35px;
    font-weight: normal; }
    @media (max-width: 520px) {
      .sustainability-2018 .sustainability-intro .intro-headline {
        font-size: 24px; } }
  .sustainability-2018 .sustainability-intro .intro-body {
    margin-bottom: 40px;
    font-size: 18px; }
  .sustainability-2018 .sustainability-intro .btn, .sustainability-2018 .sustainability-intro .signup--form .submit--email, .signup--form .sustainability-2018 .sustainability-intro .submit--email, .sustainability-2018 .sustainability-intro
  .signup--form #tex-field-submit,
  .signup--form .sustainability-2018 .sustainability-intro #tex-field-submit {
    background-color: #025450; }
  .sustainability-2018 .sustainability-intro .video-thumbnail {
    position: relative; }
    @media (max-width: 520px) {
      .sustainability-2018 .sustainability-intro .video-thumbnail {
        margin-left: -30px;
        margin-right: -30px; } }
    .sustainability-2018 .sustainability-intro .video-thumbnail img {
      width: 100%;
      box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.5); }
      @media (max-width: 520px) {
        .sustainability-2018 .sustainability-intro .video-thumbnail img {
          box-shadow: none; } }
    .sustainability-2018 .sustainability-intro .video-thumbnail a {
      position: absolute;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      font-size: 24px;
      text-decoration: none;
      color: #fff; }
      .sustainability-2018 .sustainability-intro .video-thumbnail a:hover .play-icon {
        transform: scale(1.05); }
    .sustainability-2018 .sustainability-intro .video-thumbnail .play-icon {
      margin-bottom: 16px;
      transition: transform 0.2s; }
      .sustainability-2018 .sustainability-intro .video-thumbnail .play-icon > span {
        border-left-color: #025450; }

.sustainability-2018 .sustainability-focuses {
  padding: 50px 0; }
  @media (min-width: 1025px) {
    .sustainability-2018 .sustainability-focuses {
      padding: 75px 0;
      background-color: #f3f3f3; } }
  .sustainability-2018 .sustainability-focuses .focuses-title {
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    text-align: center; }
    @media (min-width: 1025px) {
      .sustainability-2018 .sustainability-focuses .focuses-title {
        font-size: 35px;
        text-align: left; } }

.sustainability-2018 .focus-icon {
  display: block;
  max-height: 150px;
  max-width: 180px;
  margin-bottom: 24px; }
  @media (max-width: 520px) {
    .sustainability-2018 .focus-icon {
      max-height: 90px;
      max-width: 110px;
      margin-left: auto;
      margin-right: auto; } }

.sustainability-2018 .focus-title {
  margin: 0 0 24px;
  font-weight: normal; }

.sustainability-2018 .focus-descirption p {
  margin: 0 0 10px; }

.sustainability-2018 .focus-link {
  display: inline-block;
  margin-top: 32px;
  font-size: 18px;
  text-decoration: none;
  white-space: nowrap;
  color: #025450; }
  @media (max-width: 520px) {
    .sustainability-2018 .focus-link {
      margin-top: 12px; } }

.sustainability-2018 .focuses-list .focus-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px; }
  @media (min-width: 521px) {
    .sustainability-2018 .focuses-list .focus-item {
      align-items: flex-start; } }
  @media (min-width: 1025px) {
    .sustainability-2018 .focuses-list .focus-item {
      align-items: center;
      flex-direction: row; } }
  .sustainability-2018 .focuses-list .focus-item:last-child {
    margin-bottom: 0; }

.sustainability-2018 .focuses-list .focus-media {
  display: flex;
  flex-shrink: 0; }
  @media (min-width: 1025px) {
    .sustainability-2018 .focuses-list .focus-media {
      align-items: center;
      width: 120px; } }

.sustainability-2018 .focuses-list .focus-icon {
  max-height: 90px;
  max-width: 110px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px; }
  @media (min-width: 521px) {
    .sustainability-2018 .focuses-list .focus-icon {
      margin-left: 0; } }
  @media (min-width: 1025px) {
    .sustainability-2018 .focuses-list .focus-icon {
      max-height: 65px;
      max-width: 100px;
      margin-bottom: 0; } }

.sustainability-2018 .focuses-list .focus-content {
  margin-right: auto; }
  @media (max-width: 520px) {
    .sustainability-2018 .focuses-list .focus-content {
      text-align: center; } }

.sustainability-2018 .focuses-list .focus-title {
  margin-bottom: 24px; }
  @media (min-width: 1025px) {
    .sustainability-2018 .focuses-list .focus-title {
      margin-bottom: 12px; } }

@media (min-width: 1025px) {
  .sustainability-2018 .focuses-list .focus-link {
    margin-top: 0;
    margin-left: 60px; } }

.sustainability-2018 p + .focuses-list {
  margin-top: 45px; }

.sustainability-2018 .focuses-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 520px) {
    .sustainability-2018 .focuses-grid {
      flex-direction: column; } }
  .sustainability-2018 .focuses-grid .focus-item {
    flex-shrink: 0;
    width: 100%;
    margin-top: 45px;
    text-align: center; }
    @media (min-width: 521px) {
      .sustainability-2018 .focuses-grid .focus-item {
        width: 50%;
        padding-right: 5%;
        text-align: left; } }
    @media (min-width: 1025px) {
      .sustainability-2018 .focuses-grid .focus-item {
        width: 33.33%;
        padding-right: 7%; } }
    @media (max-width: 520px) {
      .sustainability-2018 .focuses-grid .focus-item:last-child {
        margin-bottom: 0; } }
  @media (min-width: 521px) {
    .sustainability-2018 .focuses-grid .focus-media {
      min-height: 150px; } }

.sustainability-2018 .sustainability-article {
  margin-top: 80px; }
  @media (max-width: 520px) {
    .sustainability-2018 .sustainability-article {
      margin-top: 40px; } }

.sustainability-2018 .sustainability-content {
  margin-bottom: 80px; }
  @media (max-width: 520px) {
    .sustainability-2018 .sustainability-content {
      margin-bottom: 40px; } }
  .sustainability-2018 .sustainability-content h1, .sustainability-2018 .sustainability-content h2 {
    font-weight: normal; }
  .sustainability-2018 .sustainability-content blockquote {
    color: #D93923; }

.sustainability-2018 .page-meta {
  margin-bottom: 40px; }
  .sustainability-2018 .page-meta .category {
    font-weight: 700;
    text-decoration: none;
    color: #025450; }
  .sustainability-2018 .page-meta .read-time,
  .sustainability-2018 .page-meta .date {
    margin: 10px 0; }
  .sustainability-2018 .page-meta .read-time-icon {
    margin-right: 10px; }

.sustainability-2018 .report-btn {
  background-color: #025450; }

.authors--landing {
  width: 100%;
  margin: auto;
  padding: 0 40px; }
  .authors--landing .author--item {
    text-align: center;
    margin: 20px 0; }
    .authors--landing .author--item a {
      text-decoration: none; }
  .authors--landing .author--image img {
    width: 125px;
    height: 125px;
    border-radius: 75px;
    object-fit: cover; }
  .authors--landing .author--display-name {
    font-weight: bold;
    padding: 5px 0; }
    .authors--landing .author--display-name a {
      color: #414141; }
  .authors--landing .author--department {
    font-weight: lighter;
    color: #919191;
    font-size: .8em; }
  .authors--landing .author--position {
    font-size: .9em;
    color: #000; }

.featured-authors {
  background-color: #fff; }
  .featured-authors .author {
    position: relative; }
    @media (max-width: 1024px) {
      .featured-authors .author:nth-of-type(1), .featured-authors .author:nth-of-type(2) {
        margin-bottom: 30px; } }
    @media (max-width: 520px) {
      .featured-authors .author {
        margin-bottom: 30px;
        flex-direction: column;
        margin-left: 10px;
        margin-right: 10px; }
        .featured-authors .author:nth-of-type(2) {
          margin-bottom: 0px; } }
    .featured-authors .author .author__thumb {
      display: block;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      width: 125px;
      padding-top: 125px; }
      .featured-authors .author .author__thumb img {
        border-radius: 50%;
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0px;
        left: 0px;
        background-color: #A0148C; }
    .featured-authors .author .author__content .author__name {
      margin: 0px;
      margin-top: 20px; }
    .featured-authors .author .author__content .author__role {
      margin: 0px;
      margin-top: 10px; }
  .featured-authors .author--view-all {
    margin-bottom: 30px !important; }

.alphabet--list .alphabet-letter {
  padding: 10px 5px;
  font-size: 18px; }
  .alphabet--list .alphabet-letter:hover {
    cursor: pointer;
    color: #008381;
    text-decoration: underline;
    font-weight: bold; }

.alphabet--list .active-letter {
  font-weight: bold;
  color: #008381;
  text-decoration: underline; }

/**
* Overides the built in styles from the search plugin
*/
.site-content #algolia-search-box {
  max-width: 85%; }
  @media (max-width: 1000px) {
    .site-content #algolia-search-box {
      width: 100%;
      max-width: 100%; } }

.site-content #algolia-search-box .search-icon {
  fill: #414141;
  margin-right: 20px; }

.site-content #algolia-search-box input {
  border-bottom: 2px solid #eee;
  color: #414141;
  padding: 10px 0 10px 40px; }

.site-content #facet-post-types {
  display: none; }

.site-content #ais-wrapper .ais-hits--item {
  max-width: 85%;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee; }
  @media (max-width: 1000px) {
    .site-content #ais-wrapper .ais-hits--item {
      width: 100%;
      max-width: 100%; } }
  .site-content #ais-wrapper .ais-hits--item:first-child {
    display: none; }
  .site-content #ais-wrapper .ais-hits--item .ais-hits--thumbnail {
    max-width: 100px; }
  .site-content #ais-wrapper .ais-hits--item .ais-hits--content a {
    text-decoration: none;
    color: #414141;
    font-size: .85em; }
    .site-content #ais-wrapper .ais-hits--item .ais-hits--content a:hover {
      color: #0e0e0e; }
  .site-content #ais-wrapper .ais-hits--item .ais-hits--content .excerpt {
    font-size: .85em; }

.site-content #ais-facets .ais-header {
  text-transform: uppercase;
  font-size: .8em; }

.site-content #ais-facets .ais-menu--list a,
.site-content #ais-facets .ais-menu--list .ais-refinement-list--label,
.site-content #ais-facets .ais-hierarchical-menu--item a,
.site-content #ais-facets .ais-hierarchical-menu--item .ais-refinement-list--label,
.site-content #ais-facets .ais-refinement-list--list a,
.site-content #ais-facets .ais-refinement-list--list .ais-refinement-list--label {
  text-decoration: none;
  font-size: .8em;
  color: #414141; }
  .site-content #ais-facets .ais-menu--list a .ais-menu--count,
  .site-content #ais-facets .ais-menu--list a .ais-hierarchical-menu--count,
  .site-content #ais-facets .ais-menu--list a .ais-refinement-list--count,
  .site-content #ais-facets .ais-menu--list .ais-refinement-list--label .ais-menu--count,
  .site-content #ais-facets .ais-menu--list .ais-refinement-list--label .ais-hierarchical-menu--count,
  .site-content #ais-facets .ais-menu--list .ais-refinement-list--label .ais-refinement-list--count,
  .site-content #ais-facets .ais-hierarchical-menu--item a .ais-menu--count,
  .site-content #ais-facets .ais-hierarchical-menu--item a .ais-hierarchical-menu--count,
  .site-content #ais-facets .ais-hierarchical-menu--item a .ais-refinement-list--count,
  .site-content #ais-facets .ais-hierarchical-menu--item .ais-refinement-list--label .ais-menu--count,
  .site-content #ais-facets .ais-hierarchical-menu--item .ais-refinement-list--label .ais-hierarchical-menu--count,
  .site-content #ais-facets .ais-hierarchical-menu--item .ais-refinement-list--label .ais-refinement-list--count,
  .site-content #ais-facets .ais-refinement-list--list a .ais-menu--count,
  .site-content #ais-facets .ais-refinement-list--list a .ais-hierarchical-menu--count,
  .site-content #ais-facets .ais-refinement-list--list a .ais-refinement-list--count,
  .site-content #ais-facets .ais-refinement-list--list .ais-refinement-list--label .ais-menu--count,
  .site-content #ais-facets .ais-refinement-list--list .ais-refinement-list--label .ais-hierarchical-menu--count,
  .site-content #ais-facets .ais-refinement-list--list .ais-refinement-list--label .ais-refinement-list--count {
    color: #A0148C; }

.site-content #ais-facets .ais-menu--list .ais-refinement-list--item__active,
.site-content #ais-facets .ais-hierarchical-menu--item .ais-refinement-list--item__active,
.site-content #ais-facets .ais-refinement-list--list .ais-refinement-list--item__active {
  font-weight: bold; }

.site-content #algolia-pagination {
  text-align: center; }
  .site-content #algolia-pagination .ais-pagination .ais-pagination--item {
    padding: 0 5px; }
    .site-content #algolia-pagination .ais-pagination .ais-pagination--item a {
      color: #414141;
      text-decoration: none; }

.section-latest-foundation {
  background-color: #f9f9f9;
  padding-top: 50px;
  padding-bottom: 50px; }
  .section-latest-foundation__top-row {
    margin-top: 30px;
    margin-bottom: 30px; }
    .section-latest-foundation__top-row p {
      margin-top: 0px; }
  .section-latest-foundation__title {
    margin-top: 10px; }
  .section-latest-foundation__social-row {
    text-align: center; }

.foundation--boxes .tile--description {
  font-size: 15px; }

.card-foundation-col {
  margin-bottom: 20px; }

.card-foundation {
  background-color: #fff;
  padding: 20px;
  height: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
  .card-foundation__more-link {
    color: #D93923; }

.banner-imaginarium {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .banner-imaginarium__container {
    width: 100%;
    margin-top: auto; }
  .banner-imaginarium__title {
    font-size: 2.8em;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
    @media (max-width: 520px) {
      .banner-imaginarium__title {
        font-size: 1.8em; } }

.header-btn-kids {
  text-decoration: none;
  color: #fff;
  font-size: .8em;
  border-left: 1px solid #f9f9f9;
  padding: 5px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .header-btn-kids svg {
    display: block;
    width: 15px;
    height: 15px;
    fill: #fff;
    margin-left: 5px; }

.pinned-post {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px; }
  @media (max-width: 768px) {
    .pinned-post {
      padding-left: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      flex-direction: column; } }
  .pinned-post .pinned-image {
    position: relative;
    width: calc(100% - 204px);
    height: 609px; }
    @media (max-width: 768px) {
      .pinned-post .pinned-image {
        width: 100%;
        height: 0px;
        padding-top: 100%;
        margin-top: -30px; } }
    .pinned-post .pinned-image img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: #A0148C; }
  .pinned-post .pinned-text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 446px;
    background-color: #fff;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 24px;
    padding-bottom: 30px; }
    @media (max-width: 768px) {
      .pinned-post .pinned-text {
        position: relative;
        width: calc(100% - 40px);
        margin-top: -30px;
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 20px;
        padding-right: 40px; } }
    .pinned-post .pinned-text .article-categories {
      margin: 0px;
      text-align: left;
      text-transform: uppercase; }
    .pinned-post .pinned-text .card-title {
      margin: 0px;
      margin-top: 20px; }
    .pinned-post .pinned-text .buy-date {
      margin: 0px;
      margin-top: 44px; }
      @media (max-width: 768px) {
        .pinned-post .pinned-text .buy-date span {
          display: block;
          line-height: 0px;
          visibility: hidden; } }
    .pinned-post .pinned-text .block-link {
      margin-top: 30px;
      background-color: #A0148C; }

.foundation-links-block {
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px; }
  @media (max-width: 400px) {
    .foundation-links-block {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .foundation-links-block .links-block-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 600px) {
      .foundation-links-block .links-block-container {
        flex-direction: column; } }
    .foundation-links-block .links-block-container .link-image {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      width: calc(25% - 15px);
      height: 300px;
      background-color: rgba(0, 0, 0, 0.5); }
      @media (max-width: 600px) {
        .foundation-links-block .links-block-container .link-image {
          width: 100%;
          height: 180px; } }
      .foundation-links-block .links-block-container .link-image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        background-color: #A0148C; }
      .foundation-links-block .links-block-container .link-image h2 {
        margin-left: auto;
        margin-right: auto;
        max-width: 425px;
        width: 100%;
        text-align: center;
        color: #FFFFFF;
        margin-top: 0px;
        margin-bottom: 56px; }
        @media (max-width: 900px) {
          .foundation-links-block .links-block-container .link-image h2 {
            max-width: 297px; } }
        @media (max-width: 900px) {
          .foundation-links-block .links-block-container .link-image h2 {
            margin-bottom: 33px; } }
        @media (max-width: 400px) {
          .foundation-links-block .links-block-container .link-image h2 {
            margin-bottom: 20px; } }
      .foundation-links-block .links-block-container .link-image a {
        width: fit-content;
        /* normal */
        width: intrinsic;
        /* Safari/WebKit uses a non-standard name */
        width: -moz-max-content;
        /* Firefox/Gecko */
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        margin-bottom: 35px;
        font-weight: 600;
        background-color: #FFFFFF;
        color: #414141; }
        @media (max-width: 600px) {
          .foundation-links-block .links-block-container .link-image a {
            margin-bottom: 20px; } }
    @media (max-width: 600px) {
      .foundation-links-block .links-block-container .link-image + .link-image {
        margin-top: 20px; } }

.page-banner__livestream .container {
  max-width: none; }

.page-banner__livestream .col-12 {
  padding: 0; }

.page-banner__countdown {
  background-position: 50% 0%; }
  .page-banner__countdown h3 {
    text-align: center;
    margin-top: 60px !important; }
  .page-banner__countdown .cta {
    text-align: center;
    margin-top: 25px; }
    .page-banner__countdown .cta a {
      background: #FFFFFF;
      color: #84158d;
      padding: 15px 50px;
      text-decoration: none;
      text-shadow: none;
      font-weight: bold; }

@media (max-width: 520px) {
  .page-banner .page-banner__text-holder {
    height: 350px; } }

.page-template-page--vantage-stream .vantage__subbanner, .page-template-page--vantage-stream .vantage__registration, .page-template-page--vantage-stream .vantage__sessions, .page-template-page--vantage-stream .vantage__footer, .page-template-page--vantage-stream .vantage__highlights,
.content-livestream .vantage__subbanner,
.content-livestream .vantage__registration,
.content-livestream .vantage__sessions,
.content-livestream .vantage__footer,
.content-livestream .vantage__highlights {
  padding-left: 15px;
  padding-right: 15px; }
  .page-template-page--vantage-stream .vantage__subbanner h3, .page-template-page--vantage-stream .vantage__registration h3, .page-template-page--vantage-stream .vantage__sessions h3, .page-template-page--vantage-stream .vantage__footer h3, .page-template-page--vantage-stream .vantage__highlights h3,
  .content-livestream .vantage__subbanner h3,
  .content-livestream .vantage__registration h3,
  .content-livestream .vantage__sessions h3,
  .content-livestream .vantage__footer h3,
  .content-livestream .vantage__highlights h3 {
    font-size: 33px;
    margin-bottom: 24px;
    font-weight: normal; }

.page-template-page--vantage-stream .vantage__subbanner,
.content-livestream .vantage__subbanner {
  text-align: center; }
  .page-template-page--vantage-stream .vantage__subbanner div,
  .content-livestream .vantage__subbanner div {
    padding-top: 80px;
    padding-bottom: 70px; }

.page-template-page--vantage-stream .vantage__registration,
.content-livestream .vantage__registration {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #f7f7f7; }
  .page-template-page--vantage-stream .vantage__registration .col-6:last-child,
  .content-livestream .vantage__registration .col-6:last-child {
    min-height: 360px; }
  .page-template-page--vantage-stream .vantage__registration a,
  .content-livestream .vantage__registration a {
    color: #ee3592; }

    .article-short-form .article-text iframe {
      margin-top: 20px !important;
      margin-bottom: 20px !important;
      width: 100% !important;
}
.page-template-page--vantage-stream .vantage__highlights,
.content-livestream .vantage__highlights {
  margin-top: 35px; }
  .page-template-page--vantage-stream .vantage__highlights .highlights > div,
  .content-livestream .vantage__highlights .highlights > div {
    margin-bottom: 60px; }
  .page-template-page--vantage-stream .vantage__highlights .highlights .video_length,
  .content-livestream .vantage__highlights .highlights .video_length {
    opacity: .7;
    margin-top: 24px;
    margin-bottom: 0; }
  .page-template-page--vantage-stream .vantage__highlights .highlights h5,
  .content-livestream .vantage__highlights .highlights h5 {
    margin-top: 18px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: normal; }

.page-template-page--vantage-stream .vantage__sessions,
.content-livestream .vantage__sessions {
  margin-top: 35px;
  margin-bottom: 40px; }
  .page-template-page--vantage-stream .vantage__sessions a,
  .content-livestream .vantage__sessions a {
    color: #ee3592; }
  .page-template-page--vantage-stream .vantage__sessions h4,
  .content-livestream .vantage__sessions h4 {
    font-size: 24px;
    color: #ee3592;
    font-weight: normal; }
  .page-template-page--vantage-stream .vantage__sessions .session_events,
  .content-livestream .vantage__sessions .session_events {
    margin-bottom: 24px; }
  .page-template-page--vantage-stream .vantage__sessions .session_event,
  .content-livestream .vantage__sessions .session_event {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative; }
    .page-template-page--vantage-stream .vantage__sessions .session_event .event_time,
    .content-livestream .vantage__sessions .session_event .event_time {
      margin-top: 0; }
    .page-template-page--vantage-stream .vantage__sessions .session_event:first-child,
    .content-livestream .vantage__sessions .session_event:first-child {
      padding-top: 0; }
    .page-template-page--vantage-stream .vantage__sessions .session_event:last-child,
    .content-livestream .vantage__sessions .session_event:last-child {
      border-bottom: 0;
      padding-bottom: 0; }
      .page-template-page--vantage-stream .vantage__sessions .session_event:last-child:after,
      .content-livestream .vantage__sessions .session_event:last-child:after {
        display: none; }
    .page-template-page--vantage-stream .vantage__sessions .session_event:after,
    .content-livestream .vantage__sessions .session_event:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 20px;
      right: 20px;
      height: 1px;
      background: #bebebe; }

.page-template-page--vantage-stream .vantage__footer,
.content-livestream .vantage__footer {
  padding-top: 35px;
  padding-bottom: 35px;
  background: #f7f7f7; }
  .page-template-page--vantage-stream .vantage__footer a,
  .content-livestream .vantage__footer a {
    color: #ee3592; }
  .page-template-page--vantage-stream .vantage__footer .vantage__social a,
  .content-livestream .vantage__footer .vantage__social a {
    margin-right: 20px; }
    .page-template-page--vantage-stream .vantage__footer .vantage__social a img,
    .content-livestream .vantage__footer .vantage__social a img {
      cursor: pointer; }

.page-template-page--vantage-stream iframe,
.content-livestream iframe {
  width: 100%;
  height: 100%; }

#campaign_optin {
  background: #ffffff;
  padding: 5px 5px 15px 5px;
  overflow: auto; }

#campaign_success {
  width: 100%;
  height: 100%; }
  #campaign_success .resubmit_campaign {
    font-size: 10px;
    cursor: pointer; }

#campaign_message {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 20000; }
  #campaign_message .message_content > div {
    padding: 35px;
    margin-top: 120px;
    border-radius: 5px;
    max-width: 500px;
    background: #f7f7f7; }
    #campaign_message .message_content > div a {
      color: #ee3592; }
    #campaign_message .message_content > div button {
      background: #ee3592;
      color: #ffffff; }
    #campaign_message .message_content > div p:first-child {
      margin-top: 0; }

.elq-form * {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: left; }

.elq-form input,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.elq-form button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* GENERIC */
.elq-form input {
  height: 40px;
  line-height: 40px;
  border: 1px solid #dadada !important; }

.elq-form a {
  color: #84158d; }

.elq-form input[type=checkbox] {
  border: 0 none; }

.elq-form select {
  height: 40px;
  line-height: 40px;
  border: 1px solid #dadada !important;
  background: url("http://images.businessnews.telstra.com/EloquaImages/clients/Telstrab2b/{bdfd07bb-80fb-4f78-a84a-be90c157264a}_select-arrow.png") no-repeat center right;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: white;
  background-origin: padding-box;
  background-position: 100% 50%;
  background-size: 30px 15px;
  -webkit-appearance: none;
  -webkit-rtl-ordering: logical;
  -webkit-tap-highlight-color: transparent;
  -webkit-border-image: none;
  padding: 0px 3px; }

.elq-form .item-padding {
  padding: 6px 5px 9px 9px; }

.elq-form .pp-group {
  padding: 0px 5px 0px 9px; }

.elq-form .pp-field {
  padding: 6px 0px 9px 0px; }

.elq-form .field-wrapper.individual {
  float: left;
  width: 100%;
  clear: both; }

.elq-form .field-p {
  position: relative;
  margin: 0;
  padding: 0; }

.elq-form .zIndex-fix {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.elq-form .field-design {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0; }

.elq-form .no-fields-prompt {
  float: left;
  width: 100%;
  height: 150px;
  padding-top: 50px;
  clear: both; }

/* SECTION BREAKS */
.elq-form .section-break {
  float: left;
  width: 97%;
  margin-right: 2%;
  margin-left: 1%;
  padding-bottom: 6px; }

.elq-form .section-break .heading {
  width: 100%;
  font-weight: bold;
  margin: 0;
  padding: 0; }

/* LABEL */
.elq-form .required {
  color: red !important;
  display: inline;
  float: none;
  font-weight: bold;
  margin: 0pt 0pt 0pt;
  padding: 0pt 0pt 0pt; }

/* FIELD GROUP */
.elq-form .field-group {
  float: left;
  clear: both; }

.elq-form .field-group.large {
  width: 100%; }

.elq-form .field-group.medium {
  width: 51%; }

.elq-form .field-group.small {
  width: 31%; }

.elq-form .field-group .label {
  float: left;
  width: 97%;
  margin-right: 2%;
  margin-left: 1%;
  padding-bottom: 6px;
  font-weight: bold; }

.elq-form .field-group .field-style {
  float: left; }

.elq-form .progressive-profile .pp-inner {
  float: left;
  clear: both; }

.elq-form .progressive-profile .pp-inner.large {
  width: 100%; }

.elq-form .progressive-profile .pp-inner.medium {
  width: 51%; }

.elq-form .progressive-profile .pp-inner.small {
  width: 31%; }

/* RADIO */
.elq-form .radio-option {
  display: inline-block; }

.elq-form .radio-option .label {
  display: block;
  float: left;
  padding-right: 10px;
  padding-left: 22px;
  text-indent: -22px; }

.elq-form .radio-option .input {
  vertical-align: middle;
  margin-right: 7px; }

.elq-form .radio-option .inner {
  vertical-align: middle; }

/* CHECKBOX */
.elq-form .checkbox-span {
  display: inline-block; }

.elq-form .checkbox-label {
  margin-left: 4px; }

/* INPUT */
.elq-form .accept-default {
  width: 100%; }

/* SIZING */
.elq-form .field-style {
  margin-right: 2%;
  margin-left: 2%; }

.elq-form .field-style._25 {
  width: 21%; }

.elq-form .field-style._50 {
  width: 46%; }

.elq-form .field-style._50_left {
  clear: left;
  width: 46%; }

.elq-form .field-style._75 {
  width: 71%; }

.elq-form .field-style._100 {
  width: 96%; }

.elq-form .field-size-top-small {
  width: 30%; }

.elq-form .field-size-top-medium {
  width: 75% !important; }

.elq-form .field-size-top-large {
  width: 100%; }

.elq-form .field-size-left-small {
  width: 21%; }

.elq-form .field-size-left-medium {
  width: 46%; }

.elq-form .field-size-left-large {
  width: 60%; }

/* INSTRUCTIONS */
.elq-form .instructions.default {
  color: #444444;
  display: block;
  font-size: 10px;
  padding: 6px 0pt 3px; }

.elq-form .instructions.group {
  float: left;
  width: 97%;
  margin-right: 2%;
  margin-left: 2%;
  padding: 6px 0pt 3px;
  color: #444444;
  display: block;
  font-size: 10px; }

.elq-form .instructions.left-single {
  margin: 0 0 0 33%; }

.elq-form .instructions-other {
  margin: 0; }

/* POSITIONING */
.elq-form .label-position.left {
  display: block;
  line-height: 150%;
  padding: 1px 0pt 3px;
  float: left;
  width: 31%;
  margin: 0pt 15px 0pt 0pt;
  word-wrap: break-word; }

.elq-form .label-position.top {
  display: block;
  line-height: 150% !important;
  padding: 10px 0 !important;
  white-space: nowrap;
  font-weight: bold !important; }

.elq-form .label-position.alignment-left {
  text-align: left; }

.elq-form .label-position.alignment-right {
  text-align: right; }

/* LIST ORDER */
.elq-form .list-order {
  display: block; }

.elq-form .list-order.oneColumn {
  margin: 0pt 7px 0pt 0pt;
  width: 100%;
  clear: both; }

.elq-form .list-order.twoColumn {
  float: left;
  margin: 0pt 7px 0pt 0pt;
  width: 38%; }

.elq-form .list-order.threeColumn {
  float: left;
  margin: 0pt 7px 0pt 0pt;
  width: 30%; }

.elq-form .list-order.oneColumnLeft {
  float: left;
  margin: 0pt 7px 0pt 0pt;
  width: 100%; }

.elq-form .list-order.twoColumnLeft {
  float: left;
  margin: 0pt 7px 0pt 0pt;
  width: 38%; }

.elq-form .list-order.threeColumnLeft {
  float: left;
  margin: 0pt 7px 0pt 0pt;
  width: 30%; }

/* GRID STYLE */
.elq-form .grid-style {
  display: inline;
  float: left;
  margin-left: 2%;
  margin-right: 2%; }

.elq-form .grid-style._25 {
  width: 21%; }

.elq-form .grid-style._50 {
  width: 46%; }

.elq-form .grid-style._75 {
  width: 71%; }

.elq-form .grid-style._100 {
  width: 96%; }

#agreement {
  width: 100%;
  vertical-align: middle;
  display: block;
  background-color: #f7f7f7;
  border: 1px solid #dadada;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 0;
  padding: 10px 5px; }
  #agreement input {
    margin: 4px 0px 0px 10px;
    float: left;
    display: inline;
    height: auto;
    line-height: 1; }
  #agreement label {
    vertical-align: middle;
    margin-left: 10px; }

.LV_validation_message {
  display: block;
  background: url("http://images.businessnews.telstra.com/EloquaImages/clients/Telstrab2b/{5b484079-fe8a-402e-b48b-53e75194edef}_exclamation-mark-icon.png") no-repeat;
  background-size: 15px 15px;
  padding-left: 20px;
  height: 20px; }

.elq-form .submit-button {
  border: 0 none !important;
  background: #84158d url("http://images.businessnews.telstra.com/EloquaImages/clients/Telstrab2b/{c03138c8-e01b-44c8-bccb-4a545b162698}_arrow-white.png") center right no-repeat !important;
  background-size: 40px 40px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  padding: 0 0 0 20px !important;
  height: 40px !important;
  line-height: 40px !important;
  transition: all 0.3s;
  margin-bottom: 5px; }

.submit-button:hover {
  background-color: #841f8d;
  cursor: pointer; }

select::-ms-expand {
  display: none; }

select {
  border: 1px solid #dadada;
  background: url(http://images.businessnews.telstra.com/EloquaImages/clients/Telstrab2b/{bdfd07bb-80fb-4f78-a84a-be90c157264a}_select-arrow.png) no-repeat center right;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: white;
  background-origin: padding-box;
  background-position: 100% 50%;
  background-size: 30px 15px;
  -webkit-appearance: none;
  -webkit-rtl-ordering: logical;
  -webkit-tap-highlight-color: transparent;
  -webkit-border-image: none;
  -moz-appearance: none; }

@media only screen and (max-width: 750px) {
  #agreement {
    padding: 10px 0; }
  #agreement label {
    line-height: normal;
    margin: 10px 0; } }

.elq-form .loader {
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.LV_validation_message {
  font-weight: bold;
  margin: 0 0 0 5px; }

.LV_valid {
  color: #00CC00;
  display: none; }

.LV_invalid {
  color: #CC0000;
  font-size: 10px; }

.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
  outline: 1px solid #00CC00; }

.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
  outline: 1px solid #CC0000; }

.telstra-subscribe {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 83px;
  padding-bottom: 109px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 768px) {
    .telstra-subscribe {
      padding-top: 83px; } }
  .telstra-subscribe .tex-sub-logo {
    width: 100%;
    max-width: 250px;
    margin: auto;
    padding-bottom: 32px; }
  .telstra-subscribe .line-divider {
    padding-top: 35px; }
  .telstra-subscribe .telstra--subscribe {
    width: 100%; }
    .telstra-subscribe .telstra--subscribe #subForm {
      width: 100%;
      padding: 0;
      padding-top: 35px; }
      .telstra-subscribe .telstra--subscribe #subForm .subscribe--inputs {
        margin-bottom: 25px; }
        .telstra-subscribe .telstra--subscribe #subForm .subscribe--inputs input {
          width: 100%;
          background: #F9F9F9;
          padding: 15px 10px;
          margin-top: 10px; }
      .telstra-subscribe .telstra--subscribe #subForm .subscribe--first-name {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        float: left;
        padding-left: 0.83333%;
        padding-right: 0.83333%; }
        @media (min-width: 46.25em) {
          .telstra-subscribe .telstra--subscribe #subForm .subscribe--first-name {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 50%;
            float: left;
            padding-left: 0.83333%;
            padding-right: 0.83333%; } }
      .telstra-subscribe .telstra--subscribe #subForm .subscribe--last-name {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        float: left;
        padding-left: 0.83333%;
        padding-right: 0.83333%; }
        @media (min-width: 46.25em) {
          .telstra-subscribe .telstra--subscribe #subForm .subscribe--last-name {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 50%;
            float: left;
            padding-left: 0.83333%;
            padding-right: 0.83333%; } }
      .telstra-subscribe .telstra--subscribe #subForm .subscribe--email-address {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        float: left;
        padding-left: 0.83333%;
        padding-right: 0.83333%; }
      .telstra-subscribe .telstra--subscribe #subForm .subscribe--button {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        float: left;
        padding-left: 0.83333%;
        padding-right: 0.83333%;
        text-align: left; }
        .telstra-subscribe .telstra--subscribe #subForm .subscribe--button .block-link {
          background: #5E50B5; }
        .telstra-subscribe .telstra--subscribe #subForm .subscribe--button .button--submit {
          background: #9E1F8A;
          color: #fff;
          padding: 20px 30px;
          width: 230px;
          text-align: left;
          font-size: 20px; }
          .telstra-subscribe .telstra--subscribe #subForm .subscribe--button .button--submit:after {
            content: ">";
            right: 0;
            float: right;
            padding-right: 8px;
            font-size: 20px; }

/* Translate post files*/
.english-a {
    opacity: 0;
    height: 0;
}
.english-a.permahover {
    transition: opacity 2s;
    transition-delay: 0.5s;
    opacity: 1;
    height: auto;
}
.language-a.permahover {
  transition: opacity 1s;
  opacity: 0;
  height: 0;
}
.english-b {
    opacity: 0;
    height: 0;
}
.english-b.permahover {
    transition: opacity 2s;
    transition-delay: 0.5s;
    opacity: 1;
    height: auto;
}
.language-b.permahover {
  transition: opacity 1s;
  opacity: 0;
  height: 0;
}
.english-c {
    opacity: 0;
    height: 0;
}
.english-c.permahover {
    transition: opacity 2s;
    transition-delay: 0.5s;
    opacity: 1;
    height: auto;
}
.language-c.permahover {
  transition: opacity 1s;
  opacity: 0;
  height: 0;
}
.english-d {
    opacity: 0;
    height: 0;
}
.english-d.permahover {
    transition: opacity 2s;
    transition-delay: 0.5s;
    opacity: 1;
    height: auto;
}
.language-d.permahover {
  transition: opacity 1s;
  opacity: 0;
  height: 0;
}
.english-e {
    opacity: 0;
    height: 0;
}
.english-e.permahover {
    transition: opacity 2s;
    transition-delay: 0.5s;
    opacity: 1;
    height: auto;
}
.language-e.permahover {
  transition: opacity 1s;
  opacity: 0;
  height: 0;
}
.english-f {
    opacity: 0;
    height: 0;
}
.english-f.permahover {
    transition: opacity 2s;
    transition-delay: 0.5s;
    opacity: 1;
    height: auto;
}
.language-f.permahover {
  transition: opacity 1s;
  opacity: 0;
  height: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}

figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
html input[type='button'],
input[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the  element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /*  */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /*  */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /*  */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: .3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }
  .w-lightbox-close {
    opacity: .8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid !important;
}
.wf-layout-cell {
  display: flex !important;
}


.columns-2 {
  margin: 40px 0px;
  padding-bottom: 0px;
  border-top: 1px solid rgba(65, 65, 65, 0.23);
  border-bottom: 1px solid rgba(65, 65, 65, 0.23);
  text-align: center;
}

.columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .statbold {
  color: #ffad6e !important;
  font-size: 48px !important;
  text-align: center !important;
  line-height: 100% !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.statdescriptor {
  font-size: 24px !important;
  line-height: 140% !important;
  text-align: center !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.columns-3 {
  margin-right: 5%;
  margin-left: 5;
}
 .columns-3 {
    width: 100%;
    margin-right: 0%;
    margin-left: 0px;
  }
  
  .pricing-block-featured {
      -webkit-text-size-adjust: 100%;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
    max-height: none;
    padding: 24px 0px;
    border-style: none;
    border-width: 2px;
    border-color: #007aff;
    border-radius: 7px;
    background-color: #fff;
    font-family: 'Telstra akkurat', sans-serif;
    display: block;
    width: 100%;
    max-width: 100%;
  }
  
  .pricing-information-grid {
        -webkit-text-size-adjust: 100%;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Telstra akkurat', sans-serif;
    box-sizing: border-box;
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    grid-template-rows: auto auto;
    overflow: visible;
    max-width: 100%;
    justify-items: stretch;
    grid-column-gap: 32px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }
  @media screen and (min-width: 1440px){
.pricing-block-featured {
      display: block;
    max-height: none;
    max-width: none;
    padding: 24px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-color: #007aff;
    border-radius: 7px;
    font-family: 'Telstra akkurat', sans-serif;
  }
}
.discount-large {
      display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.div-block-324 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.discount-amount {
    margin-bottom: 8px;
    color: #007aff;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}
.namewidget {
    color: #414141;
    font-size: 21px;
    lined-height: 100%;
    font-weight: 700;
}

@media screen and (min-width: 1440px){
.pricing-column.head {
    height: 200px;
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.button-text-blue {
  color: #007aff !important;
}
.pricing-column.head {
    max-height: 250px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.package-icon-agency {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    margin-left: -26px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 100px;
    background-color: transparent;
}
@media screen and (min-width: 1440px){
.package-icon-agency {
    width: auto;
    height: 100%;
    max-height: 100%;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
  }
}
.user-icon {
    display: block;
    max-height: 100%;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
}
@media screen and (min-width: 1440px){
.coupon-wrapper {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.coupon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.image-81 {
    margin-bottom: 4px !important;
    margin-top: 0 !important;
    margin-left: -3px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.price-text.featured {
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #4e4e4e;
    font-size: 46px;
}
.pricing-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 210px;
    max-height: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media screen and (min-width: 1440px){
.pricing-column {
    margin-top: 6px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media screen and (min-width: 1440px){
.feature-check {
    font-size: 16px;
  }
}
.feature-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.check-icon {
    width: 24px !important;
    height: 24px !important;
    margin-right: 12px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
@media screen and (min-width: 1440px){
.check-icon {
    -webkit-filter: hue-rotate(
220deg
);
    filter: hue-rotate(
220deg
);
}
}
@media screen and (min-width: 1280px){
.check-icon {
    height: 24px;
}
.check-icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    -webkit-filter: hue-rotate(
297deg
);
    filter: hue-rotate(
297deg
);
}}
@media screen and (min-width: 1280px)
{
.feature-detail-2 {
    font-size: 18px;
}
.feature-detail-2 {
    padding-top: 5px;
    color: #333;
    font-size: 16px;
    letter-spacing: 0.5px;
}}
@media screen and (min-width: 1280px){
.pricing-detail-year {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.pricing-detail-year {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.text-block-91 {
    margin-top: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #4e4e4e;
    font-size: 18px;
    font-weight: 700;
}
@media screen and (min-width: 1440px){
.submit-button.featured {
    width: 100%;
    border-color: #007aff;
    border-radius: 5px;
    background-color: transparent;
    color: #007aff;
    font-size: 18px;
    font-weight: 700;
}}
@media screen and (min-width: 1280px){
.submit-button.featured {
    width: 80%;
    font-size: 20px;
    font-weight: 700;
}}
.submit-button.featured {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-color: #007aff;
    border-radius: 7px;
    background-color: transparent;
    color: #007aff !important;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    letter-spacing: normal;
    text-decoration: none;
    text-indent: 0px;
    white-space: normal;
}
.submit-button {
    width: 100%;
    min-height: 58px;
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #262626;
}

@media screen and (min-width: 1280px){
.columns-3 {
    margin-bottom: 56px;
}}
#w-node-e6f4ee72-73ef-213d-01e8-7f1e231e6914-a732af10 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}
@media screen and (max-width: 479px){
#w-node-_8ff3c802-a141-a7d8-71ab-fe12b5cc836a-a732af10 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}}

@media screen and (max-width: 479px){
.coupon-wrapper {
    margin-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}}
@media screen and (max-width: 991px){
.coupon-wrapper {
    min-height: 100%;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}}