/* colors */
/* fonts */
/* responsive sizes */
/* transitions */
/* Widely-used vertical alignment mixin */
/* max width used on everything */
/* display flex container */
/* font family for soleil */
/* colors */
.white {
  color: #fff; }

.black {
  color: #212121; }

.blue {
  color: #05d6ee; }

/* display classes */
@media screen and (max-width: 768px) {
  .desktop {
    display: none; } }

@media screen and (max-width: 1024px) {
  .noTablet {
    display: none; } }

@media screen and (min-width: 1024px) {
  .mobile {
    display: none; } }

/* arrows */
.arrowDefault {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin: 0;
  text-align: center;
  color: white;
  background-color: #05d6ee; }
  .arrowDefault i {
    font-size: 20px;
    line-height: 21px;
    top: -2px;
    left: 1px;
    position: relative; }
  .arrowDefault.down i {
    top: 0;
    left: 0; }
  .arrowDefault.red {
    background-color: #ee484a; }
  .arrowDefault.green {
    background-color: #3ac9bb; }
  .arrowDefault.orange, .arrowDefault.industryYellow {
    background-color: #ffa605; }
  .arrowDefault.blue {
    background-color: #6d9beb; }
  .arrowDefault.white {
    background-color: #fff; }
  .arrowDefault.lightGrey {
    background-color: #f4f4f4; }
  .arrowDefault.transparent {
    background-color: transparent; }
  .arrowDefault .fa.red {
    color: #ee484a; }
  .arrowDefault .fa.green {
    color: #3ac9bb; }
  .arrowDefault .fa.orange, .arrowDefault .fa.industryYellow {
    color: #ffa605; }
  .arrowDefault .fa.blue {
    color: #6d9beb; }

/* nav items */
.navCarrot {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4; }

/* buttons */
button:focus {
  outline: 0; }

.default.red {
  border-color: #ee484a;
  color: #ee484a;
}
.default.red:hover {
  background-color: #d33e40;
  border-color: #d33e40;
  color: white;
}
.default.universal:hover {
  background-color: #06c2d8;
  border-color: #06c2d8;
}
.default.green {
  border-color: #3ac9bb;
  color: #3ac9bb;
}
.default.green:hover {
  background-color: #32aa9e;
  border-color: #32aa9e;
  color: white;
}
.default.yellow {
  border-color: #ffa605;
  color: #ffa605;
}
.default.yellow:hover {
  background-color: #e89805;
  border-color: #e89805;
  color: white;
}
.default.blue {
  border-color: #6d9beb;
  color: #6d9beb;
}
.default.blue:hover {
  background-color: #5f88d0;
  border-color: #5f88d0;
  color: white;
}
.default.gray {
  border-color: #9c9c9c;
  color: #9c9c9c;
}
.default.gray:hover {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
  color: white;
}

.default {
  padding: 15px 25px;
  background-color: transparent;
  margin: 0;
  border: solid 2px #05d6ee;
  text-align: center;
  color: #05d6ee;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4em;
  line-height: 1.6em;
  letter-spacing: 1px;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-transition: 0.5s all linear;
  -moz-transition: 0.5s all linear;
  -ms-transition: 0.5s all linear;
  -o-transition: 0.5s all linear;
  transition: 0.5s all linear; }
  .default a {
    -webkit-transition: 0.5s all linear;
    -moz-transition: 0.5s all linear;
    -ms-transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
    transition: 0.5s all linear; }
  .default:hover {
    background-color: #05d6ee;
    color: #fff; }
  .default.white {
    color: #fff;
    border: solid 2px #fff; }
    .default.white:hover {
      background-color: #fff;
      color: #132c6e; }

/* quick link section */
.topicSectionBlock .sectionQuickLinks {
  position: relative;
  margin-bottom: 2em; }
  @media screen and (min-width: 768px) {
    .topicSectionBlock .sectionQuickLinks {
      margin-bottom: 0; } }
  @media screen and (min-width: 1200px) {
    .topicSectionBlock .sectionQuickLinks {
      margin-top: 2.5em; } }
  .topicSectionBlock .sectionQuickLinks .verticalTitle {
    font-size: 1.6em;
    font-weight: 700;
    background-color: #07163c;
    height: 3.75em;
    line-height: 3.75em;
    position: relative;
    padding: 0em 2.5em 0em 1.25em;
    cursor: pointer;
    color: #fff;
    font-family: "soleil", sans-serif; }
    .topicSectionBlock .sectionQuickLinks .verticalTitle .icon {
      right: 1em;
      position: absolute;
      font-size: 0.65625em;
      margin-top: -2px; }
      .topicSectionBlock .sectionQuickLinks .verticalTitle .icon.red {
        color: #ee484a; }
      .topicSectionBlock .sectionQuickLinks .verticalTitle .icon.learnGreen {
        color: #3ac9bb; }
      .topicSectionBlock .sectionQuickLinks .verticalTitle .icon.industryYellow {
        color: #ffa605; }
      .topicSectionBlock .sectionQuickLinks .verticalTitle .icon.carBlue {
        color: #6d9beb; }
    @media screen and (min-width: 768px) {
      .topicSectionBlock .sectionQuickLinks .verticalTitle {
        position: absolute;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 600;
        width: 3.21428571428571em;
        letter-spacing: .88px;
        background-color: transparent;
        line-height: inherit;
        padding: 0;
        cursor: default;
        color: #212121;
        height: calc(100% - 1.9em);
        top: .5em;
        left: 0; }
        .topicSectionBlock .sectionQuickLinks .verticalTitle .icon {
          display: none; }
        .topicSectionBlock .sectionQuickLinks .verticalTitle .verticalInner {
          position: absolute;
          bottom: 0em;
          left: 0em;
          width: 100%;
          height: 100%; }
          .topicSectionBlock .sectionQuickLinks .verticalTitle .verticalInner:before {
            content: "";
            position: absolute;
            top: 0;
            left: calc(50% - 2px);
            width: 1px;
            height: 100%;
            background-color: #9c9c9c; }
          .topicSectionBlock .sectionQuickLinks .verticalTitle .verticalInner span {
            padding-right: 10px;
            background-color: #fff;
            -ms-transform: rotate(270deg);
            -moz-transform: rotate(270deg);
            -webkit-transform: rotate(270deg);
            -o-transform: rotate(270deg);
            transform: rotate(270deg);
            position: absolute;
            bottom: 0;
            left: 0;
            margin-bottom: 81.5%;
            margin-left: -88%;
            padding-left: 10px;
            font-size: 1.4em;
            font-weight: 600;
            text-transform: uppercase; }
            .topicSectionBlock .sectionQuickLinks .verticalTitle .verticalInner span span {
              display: none; } }
  .topicSectionBlock .sectionQuickLinks .linkBlock {
    position: relative;
    display: none; }
    @media screen and (min-width: 768px) {
      .topicSectionBlock .sectionQuickLinks .linkBlock {
        display: inline-block;
        margin-left: 3.6em;
        width: calc(100% - 3.6em); } }
    .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem {
      margin: 0.5em 0;
      position: relative;
      padding: 1em 0;
      cursor: pointer; }
      .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:hover, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:visited, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:active {
        display: block;
        text-decoration: none;
        font-family: "soleil", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 1.4em;
        letter-spacing: 0;
        line-height: 1.57142857142857em;
        color: #212121;
        -webkit-transition: 0.3s all linear;
        -moz-transition: 0.3s all linear;
        -ms-transition: 0.3s all linear;
        -o-transition: 0.3s all linear;
        transition: 0.3s all linear; }
        .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a .icon, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:hover .icon, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:visited .icon, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:active .icon {
          right: 10px;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          position: absolute;
          font-size: .6em; }
          .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a .icon .fa-angle-right, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:hover .icon .fa-angle-right, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:visited .icon .fa-angle-right, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:active .icon .fa-angle-right {
            font-size: 2em;
            top: -2px;
            left: 1px; }
          .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a .icon .fa-circle, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:hover .icon .fa-circle, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:visited .icon .fa-circle, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:active .icon .fa-circle {
            display: none; }
          .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a .icon .fa-stack, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:hover .icon .fa-stack, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:visited .icon .fa-stack, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:active .icon .fa-stack {
            border: 2px solid;
            border-radius: 100%;
            width: 2.6em;
            height: 2.6em;
            line-height: 2.6em;
            -webkit-transition: 0.3s all linear;
            -moz-transition: 0.3s all linear;
            -ms-transition: 0.3s all linear;
            -o-transition: 0.3s all linear;
            transition: 0.3s all linear; }
            .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a .icon .fa-stack .fa, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:hover .icon .fa-stack .fa, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:visited .icon .fa-stack .fa, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:active .icon .fa-stack .fa {
              -webkit-transition: 0.3s color linear;
              -moz-transition: 0.3s color linear;
              -ms-transition: 0.3s color linear;
              -o-transition: 0.3s color linear;
              transition: 0.3s color linear; }
          .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a .icon.red .fa-stack, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:hover .icon.red .fa-stack, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:visited .icon.red .fa-stack, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:active .icon.red .fa-stack {
            border-color: #ee484a; }
            .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a .icon.red .fa-stack .fa, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:hover .icon.red .fa-stack .fa, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:visited .icon.red .fa-stack .fa, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:active .icon.red .fa-stack .fa {
              color: #ee484a; }
          .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a .icon.learnGreen .fa-stack, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:hover .icon.learnGreen .fa-stack, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:visited .icon.learnGreen .fa-stack, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:active .icon.learnGreen .fa-stack {
            border-color: #3ac9bb; }
            .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a .icon.learnGreen .fa-stack .fa, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:hover .icon.learnGreen .fa-stack .fa, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:visited .icon.learnGreen .fa-stack .fa, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:active .icon.learnGreen .fa-stack .fa {
              color: #3ac9bb; }
          .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a .icon.industryYellow .fa-stack, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:hover .icon.industryYellow .fa-stack, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:visited .icon.industryYellow .fa-stack, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:active .icon.industryYellow .fa-stack {
            border-color: #ffa605; }
            .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a .icon.industryYellow .fa-stack .fa, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:hover .icon.industryYellow .fa-stack .fa, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:visited .icon.industryYellow .fa-stack .fa, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:active .icon.industryYellow .fa-stack .fa {
              color: #ffa605; }
          .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a .icon.carBlue .fa-stack, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:hover .icon.carBlue .fa-stack, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:visited .icon.carBlue .fa-stack, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:active .icon.carBlue .fa-stack {
            border-color: #6d9beb; }
            .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a .icon.carBlue .fa-stack .fa, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:hover .icon.carBlue .fa-stack .fa, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:visited .icon.carBlue .fa-stack .fa, .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:active .icon.carBlue .fa-stack .fa {
              color: #6d9beb; }
      .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:hover.red {
        color: #ee484a; }
        .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:hover.red .icon .fa-stack {
          background-color: #ee484a; }
          .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:hover.red .icon .fa-stack .fa {
            color: #fff; }
      .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:hover.learnGreen {
        color: #3ac9bb; }
        .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:hover.learnGreen .icon .fa-stack {
          background-color: #3ac9bb; }
          .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:hover.learnGreen .icon .fa-stack .fa {
            color: #fff; }
      .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:hover.industryYellow {
        color: #ffa605; }
        .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:hover.industryYellow .icon .fa-stack {
          background-color: #ffa605; }
          .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:hover.industryYellow .icon .fa-stack .fa {
            color: #fff; }
      .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:hover.carBlue {
        color: #6d9beb; }
        .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:hover.carBlue .icon .fa-stack {
          background-color: #6d9beb; }
          .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:hover.carBlue .icon .fa-stack .fa {
            color: #fff; }
      .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem a:focus {
        outline: none; }

@media screen and (min-width: 768px) {
  .topicSectionBlock .eventLinks {
    margin-top: 2.5em; }
    .topicSectionBlock .eventLinks .verticalTitle .verticalInner span {
      margin-bottom: 147.5%;
      margin-left: -209%; }
    .topicSectionBlock .eventLinks .linkBlock .quickLinkItem:first-child {
      margin-top: 0; }
    .topicSectionBlock .eventLinks h6 {
      margin-bottom: .5em; }
    .topicSectionBlock .eventLinks .subCaption {
      margin-bottom: 0.83333333333333em; }
    .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a .icon, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:hover .icon, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:active .icon, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:visited .icon {
      font-size: .44em; }
    .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a .icon .fa-angle-right, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:hover .icon .fa-angle-right, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:active .icon .fa-angle-right, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:visited .icon .fa-angle-right {
      font-size: 2em;
      top: -2px;
      left: 1px; }
    .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:hover h6 {
      color: #3ac9bb; }
      .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:hover h6 .icon.learnGreen .fa-stack {
        background-color: #3ac9bb; }
        .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:hover h6 .icon.learnGreen .fa-stack .fa-angle-right {
          color: #fff; } }
@media screen and (max-width: 767px) {
  .topicSectionBlock .eventLinks {
    margin-top: 4em; }
    .topicSectionBlock .eventLinks .verticalTitle {
      position: absolute;
      text-transform: uppercase;
      font-size: 10px;
      font-weight: 600;
      width: 3.21428571428571em;
      letter-spacing: .88px;
      background-color: transparent;
      line-height: inherit;
      padding: 0;
      cursor: default;
      color: #212121;
      height: calc(100% - 2.9em);
      top: .5em;
      left: 0;
      font-family: "soleil", sans-serif; }
      .topicSectionBlock .eventLinks .verticalTitle .icon {
        display: none; }
      .topicSectionBlock .eventLinks .verticalTitle .verticalInner {
        position: absolute;
        bottom: 0em;
        left: 0em;
        width: 100%;
        height: 100%; }
        .topicSectionBlock .eventLinks .verticalTitle .verticalInner:before {
          content: "";
          position: absolute;
          top: 0;
          left: calc(50% - 2px);
          width: 1px;
          height: 100%;
          background-color: #9c9c9c; }
        .topicSectionBlock .eventLinks .verticalTitle .verticalInner span {
          padding-right: 10px;
          background-color: #fff;
          -ms-transform: rotate(270deg);
          -moz-transform: rotate(270deg);
          -webkit-transform: rotate(270deg);
          -o-transform: rotate(270deg);
          transform: rotate(270deg);
          position: absolute;
          bottom: 0;
          left: 0;
          margin-bottom: 7.5%;
          margin-left: -104%;
          padding-left: 10px;
          font-size: 1.4em;
          font-weight: 600;
          text-transform: uppercase;
          max-width: 96px;
          overflow: hidden; }
    .topicSectionBlock .eventLinks .linkBlock {
      display: inline-block;
      margin-left: 3.6em;
      width: calc(100% - 3.6em); }
      .topicSectionBlock .eventLinks .linkBlock .quickLinkItem:first-child {
        margin-top: 0; }
      .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a .icon, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:hover .icon, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:visited .icon, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:active .icon {
        top: 0%;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        font-size: .4em; }
      .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a .icon .fa-stack, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:hover .icon .fa-stack, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:visited .icon .fa-stack, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:active .icon .fa-stack {
        width: 2em;
        height: 2em;
        line-height: 1.8em;
        color: #fff; }
      .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a .icon.learnGreen .fa-stack .fa, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a .icon.blue .fa-stack .fa, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a .icon.transactionRed .fa-stack .fa, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a .icon.industryYellow .fa-stack .fa, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a .icon.carBlue .fa-stack .fa, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:hover .icon.learnGreen .fa-stack .fa, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:hover .icon.blue .fa-stack .fa, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:hover .icon.transactionRed .fa-stack .fa, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:hover .icon.industryYellow .fa-stack .fa, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:hover .icon.carBlue .fa-stack .fa, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:visited .icon.learnGreen .fa-stack .fa, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:visited .icon.blue .fa-stack .fa, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:visited .icon.transactionRed .fa-stack .fa, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:visited .icon.industryYellow .fa-stack .fa, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:visited .icon.carBlue .fa-stack .fa, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:active .icon.learnGreen .fa-stack .fa, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:active .icon.blue .fa-stack .fa, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:active .icon.transactionRed .fa-stack .fa, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:active .icon.industryYellow .fa-stack .fa, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:active .icon.carBlue .fa-stack .fa {
        color: #fff; }
      .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a .icon.learnGreen .fa-stack, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:hover .icon.learnGreen .fa-stack, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:visited .icon.learnGreen .fa-stack, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:active .icon.learnGreen .fa-stack {
        background-color: #3ac9bb; }
      .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a .icon.blue .fa-stack, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:hover .icon.blue .fa-stack, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:visited .icon.blue .fa-stack, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:active .icon.blue .fa-stack {
        background-color: #05d6ee; }
      .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a .icon.transactionRed .fa-stack, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:hover .icon.transactionRed .fa-stack, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:visited .icon.transactionRed .fa-stack, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:active .icon.transactionRed .fa-stack {
        background-color: #ee484a; }
      .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a .icon.industryYellow .fa-stack, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:hover .icon.industryYellow .fa-stack, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:visited .icon.industryYellow .fa-stack, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:active .icon.industryYellow .fa-stack {
        background-color: #ffa605; }
      .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a .icon.carBlue .fa-stack, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:hover .icon.carBlue .fa-stack, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:visited .icon.carBlue .fa-stack, .topicSectionBlock .eventLinks .linkBlock .quickLinkItem a:active .icon.carBlue .fa-stack {
        background-color: #6d9beb; }
      .topicSectionBlock .eventLinks .linkBlock .quickLinkItem p.subCaption {
        margin: .5em 0; } }

.sectionHeader .sectionQuickLinks {
  position: absolute;
  width: calc(100% - 8em);
  height: 60px;
  overflow: hidden;
  bottom: -27px;
  z-index: 99;
  left: 4em; }
  @media screen and (max-width: 768px) {
    .sectionHeader .sectionQuickLinks {
      bottom: -31px;
      left: 3.25em;
      width: calc(100% - 6.5em); } }
  @media screen and (max-width: 361px) {
    .sectionHeader .sectionQuickLinks {
      bottom: -22px; } }
  @media screen and (min-width: 768px) {
    .sectionHeader .sectionQuickLinks {
      right: 0%;
      width: auto;
      height: auto;
      bottom: 0;
      left: auto;
      position: absolute;
      overflow: visible; }
      .sectionHeader .sectionQuickLinks.withMore {
        top: 0px; }
      .sectionHeader .sectionQuickLinks.noExtra {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        bottom: auto; } }
  .sectionHeader .sectionQuickLinks .verticalTitle {
    font-size: 1.4em;
    font-weight: 600;
    font-family: "soleil", sans-serif;
    letter-spacing: .88px;
    text-transform: uppercase;
    background-color: #07163c;
    height: 4.28571428571429em;
    line-height: 4.28571428571429em;
    position: relative;
    padding: 0em 2.85714285714286em 0em 1.42857142857143em;
    cursor: pointer;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .sectionHeader .sectionQuickLinks .verticalTitle {
        font-size: 1.2em;
        padding: 0em 2.85714285714286em 0em 1em; }
        .sectionHeader .sectionQuickLinks .verticalTitle span br {
          display: none; } }
    .sectionHeader .sectionQuickLinks .verticalTitle .icon {
      right: 1em;
      position: absolute;
      font-size: .75em;
      margin-top: -2px; }
      .sectionHeader .sectionQuickLinks .verticalTitle .icon.red {
        color: #ee484a; }
      .sectionHeader .sectionQuickLinks .verticalTitle .icon.learnGreen {
        color: #3ac9bb; }
      .sectionHeader .sectionQuickLinks .verticalTitle .icon.industryYellow {
        color: #ffa605; }
      .sectionHeader .sectionQuickLinks .verticalTitle .icon.carBlue {
        color: #6d9beb; }
    .sectionHeader .sectionQuickLinks .verticalTitle .verticalInner.backgroundindustryYellow .icon {
      color: #ffa605; }
    .sectionHeader .sectionQuickLinks .verticalTitle .verticalInner.backgroundcarBlue .icon {
      color: #6d9beb; }
    .sectionHeader .sectionQuickLinks .verticalTitle .verticalInner.backgroundlearnGreen .icon {
      color: #3ac9bb; }
    .sectionHeader .sectionQuickLinks .verticalTitle .verticalInner.backgroundtransactionRed .icon {
      color: #ee484a; }
    @media screen and (min-width: 768px) {
      .sectionHeader .sectionQuickLinks .verticalTitle {
        float: left;
        width: 3em;
        height: 18em;
        top: 3px;
        color: #212121;
        line-height: initial;
        padding: 0;
        background-color: transparent;
        cursor: default; }
        .sectionHeader .sectionQuickLinks .verticalTitle .icon {
          display: none; }
        .sectionHeader .sectionQuickLinks .verticalTitle .verticalInner {
          -ms-transform: rotate(270deg);
          -moz-transform: rotate(270deg);
          -webkit-transform: rotate(270deg);
          -o-transform: rotate(270deg);
          transform: rotate(270deg);
          position: absolute;
          bottom: 6.8em;
          left: -6.5em;
          width: 16.35em;
          height: 2.6em; }
          .sectionHeader .sectionQuickLinks .verticalTitle .verticalInner:after {
            position: absolute;
            content: '';
            width: 100%;
            height: 1px;
            background-color: rgba(19, 44, 110, 0.8);
            top: 50%;
            left: 0;
            z-index: -1; }
          .sectionHeader .sectionQuickLinks .verticalTitle .verticalInner span {
            padding-right: 10px;
            background-color: #fff;
            top: -6px;
            position: relative; }
          .sectionHeader .sectionQuickLinks .verticalTitle .verticalInner span span {
            top: -5px; }
          .sectionHeader .sectionQuickLinks .verticalTitle .verticalInner.backgroundindustryYellow span {
            background-color: #ffa605; }
          .sectionHeader .sectionQuickLinks .verticalTitle .verticalInner.backgroundtransactionRed span {
            background-color: #ee484a; }
          .sectionHeader .sectionQuickLinks .verticalTitle .verticalInner.backgroundcarBlue span {
            background-color: #6d9beb; }
          .sectionHeader .sectionQuickLinks .verticalTitle .verticalInner.backgroundlearnGreen span {
            background-color: #3ac9bb; }
          .sectionHeader .sectionQuickLinks .verticalTitle .verticalInner.backgroundblue span {
            background-color: #05d6ee; } }
    @media screen and (min-width: 768px) and (max-width: 768px) {
      .sectionHeader .sectionQuickLinks .verticalTitle {
        height: 13.1em;
        top: 1.75em; }
        .sectionHeader .sectionQuickLinks .verticalTitle .verticalInner {
          bottom: 5.2em;
          left: -4.75em;
          width: 13.1em;
          height: 2.6em; } }
    @media screen and (min-width: 769px) {
      .sectionHeader .sectionQuickLinks .verticalTitle {
        height: calc(100% - 3.5em); }
        .sectionHeader .sectionQuickLinks .verticalTitle .verticalInner {
          width: 16.5em;
          bottom: 6.8em;
          left: -6.45em; } }
  .sectionHeader .sectionQuickLinks .linkBlock {
    position: relative;
    display: none; }
    @media screen and (min-width: 768px) {
      .sectionHeader .sectionQuickLinks .linkBlock {
        display: inline-block;
        float: left;
        margin-top: 2.2em; } }
    .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem {
      height: 5.6em;
      line-height: 5.6em;
      margin: .25em 0;
      position: relative;
      padding: 0em .5em 0em 2em;
      cursor: pointer;
      width: 25em; }
      @media screen and (min-width: 900px) {
        .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem {
          width: 29em; } }
      .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a, .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:hover, .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:visited, .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:active {
        display: block;
        text-decoration: none;
        font-family: "soleil", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 1.4em;
        letter-spacing: 0;
        line-height: 4em; }
        .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a .icon, .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:hover .icon, .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:visited .icon, .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:active .icon {
          right: 10px;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          position: absolute;
          font-size: .6em; }
          .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a .icon .fa-angle-right, .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:hover .icon .fa-angle-right, .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:visited .icon .fa-angle-right, .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:active .icon .fa-angle-right {
            font-size: 1.5em;
            top: -0.5px;
            left: 0.5px; }
          .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a .icon.industryYellow, .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:hover .icon.industryYellow, .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:visited .icon.industryYellow, .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:active .icon.industryYellow {
            color: #ffa605; }
          .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a .icon.transactionRed, .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:hover .icon.transactionRed, .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:visited .icon.transactionRed, .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:active .icon.transactionRed {
            color: #ee484a; }
          .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a .icon.carBlue, .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:hover .icon.carBlue, .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:visited .icon.carBlue, .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:active .icon.carBlue {
            color: #6d9beb; }
          .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a .icon.learnGreen, .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:hover .icon.learnGreen, .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:visited .icon.learnGreen, .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:active .icon.learnGreen {
            color: #3ac9bb; }
          .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a .icon.blue, .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:hover .icon.blue, .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:visited .icon.blue, .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:active .icon.blue {
            color: #05d6ee; }
      .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:focus {
        outline: none; }
      @media screen and (min-width: 1366px) {
        .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem {
          width: 30em; } }
      @media screen and (max-width: 899px) {
        .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem {
          width: 23.5em; } }
      @media screen and (max-width: 768px) {
        .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem {
          height: 4.4em; }
          .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a, .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:hover, .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:visited, .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:active {
            line-height: 3.14285714285714em; } }
  @media screen and (min-width: 769px) {
    .sectionHeader .sectionQuickLinks.noExtra .verticalTitle {
      height: 18em; } }
  @media screen and (min-width: 769px) {
    .sectionHeader .sectionQuickLinks.noExtra .verticalTitle {
      height: 17em;
      top: -5px; } }
  .sectionHeader .sectionQuickLinks .explore-view-more {
    height: 3.6em;
    line-height: 3.6em;
    margin: 0;
    position: relative;
    padding: 0em .5em 0em 2em;
    cursor: pointer;
    width: 25em;
    position: relative; }
    @media screen and (min-width: 900px) {
      .sectionHeader .sectionQuickLinks .explore-view-more {
        width: 29em; } }
    .sectionHeader .sectionQuickLinks .explore-view-more.transactionRed {
      background: #ee484a; }
    .sectionHeader .sectionQuickLinks .explore-view-more.learnGreen {
      background: #3ac9bb; }
    .sectionHeader .sectionQuickLinks .explore-view-more.carBlue {
      background: #6d9beb; }
    .sectionHeader .sectionQuickLinks .explore-view-more.industryYellow {
      background: #ffa605; }
    .sectionHeader .sectionQuickLinks .explore-view-more i {
      float: right;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 1.5em;
      padding-right: 10px; }
    @media screen and (min-width: 1366px) {
      .sectionHeader .sectionQuickLinks .explore-view-more {
        width: 30em; } }
    @media screen and (max-width: 899px) {
      .sectionHeader .sectionQuickLinks .explore-view-more {
        width: 23.5em; } }
    @media screen and (max-width: 768px) {
      .sectionHeader .sectionQuickLinks .explore-view-more {
        height: 4.4em; }
        .sectionHeader .sectionQuickLinks .explore-view-more a, .sectionHeader .sectionQuickLinks .explore-view-more a:hover, .sectionHeader .sectionQuickLinks .explore-view-more a:visited, .sectionHeader .sectionQuickLinks .explore-view-more a:active {
          line-height: 3.14285714285714em; } }
    .sectionHeader .sectionQuickLinks .explore-view-more .close-view-more-links {
      display: none;
      position: absolute;
      right: 10px;
      top: 5px;
      font-size: 4em;
      font-weight: 400;
      font-family: "soleil", sans-serif; }
      @media screen and (max-width: 768px) {
        .sectionHeader .sectionQuickLinks .explore-view-more .close-view-more-links {
          line-height: 0.7em; } }
      .sectionHeader .sectionQuickLinks .explore-view-more .close-view-more-links:hover {
        text-decoration: none; }
      .sectionHeader .sectionQuickLinks .explore-view-more .close-view-more-links:after {
        border: solid transparent;
        content: " ";
        height: 0;
        right: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-width: 6px;
        margin-left: -6px;
        border-bottom-color: white;
        top: 4px; }
  .sectionHeader .sectionQuickLinks .explore-view-more-links {
    display: none; }
  .sectionHeader .sectionQuickLinks.noExtra .linkBlock {
    margin-top: 0; }
  @media screen and (min-width: 769px) and (max-width: 899px) {
    .sectionHeader .sectionQuickLinks.noExtra .linkBlock .quickLinkItem {
      width: 23.5em; } }
  @media screen and (min-width: 768px) and (max-width: 768px) {
    .sectionHeader .sectionQuickLinks.noExtra .verticalTitle .verticalInner {
      bottom: 6.8em;
      left: -4.75em;
      width: 13.1em;
      height: 2.6em; }
      .sectionHeader .sectionQuickLinks.noExtra .verticalTitle .verticalInner.backgroundtransactionRed span {
        padding-right: 5px; } }

/* featured items carousel */
.featuredItemCarousel {
  position: relative;
  margin: 0em -3em 0;
  padding: 0em 0 0;
  clear: both;
  max-width: calc(100% + 6em); }
  @media screen and (min-width: 768px) {
    .featuredItemCarousel {
      margin: 0em 0em;
      padding: 0 0 0 2.5em;
      clear: none;
      float: left;
      width: calc(100% - 33em);
      max-width: 100%;
      margin-left: -2.5em; } }
  @media screen and (max-width: 768px) {
    .featuredItemCarousel {
      padding: 0;
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .featuredItemCarousel {
      padding: 0;
      margin-left: -2.5em; } }
  @media screen and (max-width: 425px) {
    .featuredItemCarousel {
      padding: 0; } }
  @media screen and (min-width: 1220px) {
    .featuredItemCarousel {
      margin: 0em 0em;
      clear: none;
      float: left;
      width: calc(100% - 33em);
      max-width: 100%;
      margin-left: -2.5em; } }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    .featuredItemCarousel .owl-stage {
      width: auto !important; } }
  @media screen and (min-width: 900px) {
    .featuredItemCarousel {
      width: calc(100% - 33em); } }
  .featuredItemCarousel h2 {
    margin: 0 0 0 1.40625em;
    font-size: 3.2em;
    font-family: "soleil", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #212121;
    line-height: 1.1875em;
    margin-bottom: 0.9375em; }
    @media screen and (max-width: 350px) {
      .featuredItemCarousel h2 {
        margin: 0 0 0.9375em 0.84375em; } }
    @media screen and (min-width: 768px) {
      .featuredItemCarousel h2 {
        margin-left: 0; } }
  .featuredItemCarousel .items {
    overflow: hidden; }
    .featuredItemCarousel .items.owl-loaded {
      margin: 0;
      overflow: visible; }
  .featuredItemCarousel .featuredFooterItem {
    margin-bottom: 2em; }
    @media screen and (max-width: 767px) {
      .featuredItemCarousel .featuredFooterItem {
        padding-left: 0;
        padding-right: 0; } }
    .featuredItemCarousel .featuredFooterItem a {
      display: block;
      letter-spacing: 0;
      font-size: inherit;
      line-height: inherit;
      text-transform: none; }
    .featuredItemCarousel .featuredFooterItem a, .featuredItemCarousel .featuredFooterItem a:hover, .featuredItemCarousel .featuredFooterItem a:visited, .featuredItemCarousel .featuredFooterItem a:active {
      text-decoration: none; }
    .featuredItemCarousel .featuredFooterItem .containerPadding {
      padding: 2em;
      background-color: #07163c;
      -webkit-transition: 0.3s all linear;
      -moz-transition: 0.3s all linear;
      -ms-transition: 0.3s all linear;
      -o-transition: 0.3s all linear;
      transition: 0.3s all linear;
      color: #fff;
      height: 23em;
      overflow: hidden; }
      @media screen and (min-width: 320px) {
        .featuredItemCarousel .featuredFooterItem .containerPadding {
          height: 20em; } }
      @media screen and (min-width: 900px) {
        .featuredItemCarousel .featuredFooterItem .containerPadding {
          height: 23em; } }
      .featuredItemCarousel .featuredFooterItem .containerPadding:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 8em;
        left: 0;
        bottom: 0;
        background: -moz-linear-gradient(top, rgba(7, 22, 60, 0) 0%, #07163c 100%);
        background: -webkit-linear-gradient(top, rgba(7, 22, 60, 0) 0%, #07163c 100%);
        background: linear-gradient(to bottom, rgba(7, 22, 60, 0) 0%, #07163c 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0007163c', endColorstr='#07163c',GradientType=0 ); }
        @media screen and (min-width: 320px) {
          .featuredItemCarousel .featuredFooterItem .containerPadding:after {
            height: 5em; } }
        @media screen and (min-width: 900px) {
          .featuredItemCarousel .featuredFooterItem .containerPadding:after {
            height: 8em; } }
      @media screen and (min-width: 1440px) {
        .featuredItemCarousel .featuredFooterItem .containerPadding {
          padding: 4em 2em; } }
      @media screen and (max-width: 767px) {
        .featuredItemCarousel .featuredFooterItem .containerPadding {
          min-height: 220px; } }
      .featuredItemCarousel .featuredFooterItem .containerPadding:hover {
        background-color: #132c6e; }
      .featuredItemCarousel .featuredFooterItem .containerPadding .categoryTitle {
        color: #05d6ee;
        font-weight: 700;
        font-size: 1.2em;
        letter-spacing: .86px;
        line-height: 1.33333333333333em;
        text-transform: uppercase;
        margin-bottom: 0.41666666666667em; }
      .featuredItemCarousel .featuredFooterItem .containerPadding .articleTitle {
        font-family: "soleil", sans-serif;
        font-style: normal;
        font-weight: 700;
        color: #fff;
        font-size: 2em;
        line-height: 1.1em;
        position: relative;
        padding-bottom: .75em; }
        .featuredItemCarousel .featuredFooterItem .containerPadding .articleTitle:after {
          position: absolute;
          content: '';
          width: 2em;
          height: .2em;
          bottom: 0;
          left: 0;
          background-color: #CDCDCD;
          opacity: 1; }
      .featuredItemCarousel .featuredFooterItem .containerPadding .articleBlurb {
        font-size: 1.4em;
        font-weight: 400;
        line-height: 1.42857142857143em;
        margin-top: 0.71428571428572em; }
        .featuredItemCarousel .featuredFooterItem .containerPadding .articleBlurb p {
          margin: 0; }
    .featuredItemCarousel .featuredFooterItem.blue .containerPadding .categoryTitle {
      color: #6d9beb; }
    .featuredItemCarousel .featuredFooterItem.blue .containerPadding .articleTitle:after {
      background-color: #6d9beb; }
    .featuredItemCarousel .featuredFooterItem.transactionRed .containerPadding .categoryTitle {
      color: #ee484a; }
    .featuredItemCarousel .featuredFooterItem.transactionRed .containerPadding .articleTitle:after {
      background-color: #ee484a; }
    .featuredItemCarousel .featuredFooterItem.learnGreen .containerPadding .categoryTitle {
      color: #3ac9bb; }
    .featuredItemCarousel .featuredFooterItem.learnGreen .containerPadding .articleTitle:after {
      background-color: #3ac9bb; }
    .featuredItemCarousel .featuredFooterItem.industryYellow .containerPadding .categoryTitle {
      color: #ffa605; }
    .featuredItemCarousel .featuredFooterItem.industryYellow .containerPadding .articleTitle:after {
      background-color: #ffa605; }
    .featuredItemCarousel .featuredFooterItem.carBlue .containerPadding .categoryTitle {
      color: #6d9beb; }
    .featuredItemCarousel .featuredFooterItem.carBlue .containerPadding .articleTitle:after {
      background-color: #6d9beb; }
  .featuredItemCarousel .owl-controls {
    margin-bottom: 4em; }
    .featuredItemCarousel .owl-controls .owl-dots .owl-dot.active span, .featuredItemCarousel .owl-controls .owl-dots .owl-dot:hover span {
      background: #132c6e; }
    .featuredItemCarousel .owl-controls .owl-dots .owl-dot span {
      background: #CDCDCD;
      width: .7em;
      height: .7em; }

.featuredContentBlock .sectionBlockTitle.horizontal {
  margin-bottom: 0.71428571428571em; }
.featuredContentBlock .sectionBlockTitle.vertical {
  margin-bottom: 0.71428571428571em;
  position: relative; }
  @media screen and (max-width: 1199px) {
    .featuredContentBlock .sectionBlockTitle.vertical {
      z-index: 1; }
      .featuredContentBlock .sectionBlockTitle.vertical span {
        background-color: #fff;
        padding-right: 10px;
        z-index: 1; }
        .featuredContentBlock .sectionBlockTitle.vertical span.grey {
          background-color: #f4f4f4; }
      .featuredContentBlock .sectionBlockTitle.vertical:before {
        border-top: 1px solid #9c9c9c;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: -1; } }
  @media screen and (min-width: 1200px) {
    .featuredContentBlock .sectionBlockTitle.vertical {
      margin-bottom: 0em;
      position: absolute;
      width: 3.21428571428571em;
      height: 100%;
      top: 0;
      left: 0; }
      .featuredContentBlock .sectionBlockTitle.vertical .verticalInner {
        position: absolute;
        bottom: 0em;
        left: 0em;
        width: 100%;
        height: 100%; }
        .featuredContentBlock .sectionBlockTitle.vertical .verticalInner:before {
          content: "";
          position: absolute;
          top: 0;
          left: calc(50% - 2px);
          width: 1px;
          height: 100%;
          background-color: #9c9c9c; }
        .featuredContentBlock .sectionBlockTitle.vertical .verticalInner span {
          padding-right: 10px;
          background-color: #fff;
          -ms-transform: rotate(270deg);
          -moz-transform: rotate(270deg);
          -webkit-transform: rotate(270deg);
          -o-transform: rotate(270deg);
          transform: rotate(270deg);
          position: absolute;
          bottom: -4px;
          left: 0;
          margin-bottom: 81.5%;
          margin-left: -62%;
          padding-left: 10px; } }
.featuredContentBlock .featuredInner {
  position: relative; }
  @media screen and (min-width: 1200px) {
    .featuredContentBlock .featuredInner.verticalTitle {
      margin-left: 3.6em; } }
  .featuredContentBlock .featuredInner .imageHolder {
    position: relative;
    width: 100%;
    overflow: hidden; }
    @media screen and (min-width: 1200px) {
      .featuredContentBlock .featuredInner .imageHolder {
        height: 0;
        padding-bottom: 56.25%; } }
    .featuredContentBlock .featuredInner .imageHolder .imageCarouselWrap {
      position: relative;
      height: 100%; }
    @media screen and (min-width: 1200px) {
      .featuredContentBlock .featuredInner .imageHolder .owl-stage-outer {
        position: absolute;
        width: 100%;
        height: 100%; } }
    .featuredContentBlock .featuredInner .imageHolder .featuredImage {
      position: relative; }
      @media screen and (min-width: 1200px) {
        .featuredContentBlock .featuredInner .imageHolder .featuredImage {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          -webkit-transition: 0.3s transform linear;
          -moz-transition: 0.3s transform linear;
          -ms-transition: 0.3s transform linear;
          -o-transition: 0.3s transform linear;
          transition: 0.3s transform linear; }
          .featuredContentBlock .featuredInner .imageHolder .featuredImage.active {
            -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0); }
          .featuredContentBlock .featuredInner .imageHolder .featuredImage.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
          .featuredContentBlock .featuredInner .imageHolder .featuredImage.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
          .featuredContentBlock .featuredInner .imageHolder .featuredImage.noTransition {
            z-index: -1;
            -webkit-transition: 0s transform linear;
            -moz-transition: 0s transform linear;
            -ms-transition: 0s transform linear;
            -o-transition: 0s transform linear;
            transition: 0s transform linear; }
          .featuredContentBlock .featuredInner .imageHolder .featuredImage img {
            height: 100%; } }
      .featuredContentBlock .featuredInner .imageHolder .featuredImage a {
        display: block;
        width: 100%;
        height: 100%; }
      .featuredContentBlock .featuredInner .imageHolder .featuredImage.video a:after {
        background-image: url("/CAR_UMS/pages/system/car2016/images/assets/video_icon.png");
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1; }
      .featuredContentBlock .featuredInner .imageHolder .featuredImage.video .text a:after {
        background-image: none; }
    .featuredContentBlock .featuredInner .imageHolder .owl-nav {
      display: none; }
    .featuredContentBlock .featuredInner .imageHolder .owl-dots {
      text-align: left;
      padding: 0 2em 2em;
      margin-top: -2px; }
      .featuredContentBlock .featuredInner .imageHolder .owl-dots span {
        width: .7em;
        height: .7em; }
    .featuredContentBlock .featuredInner .imageHolder .owl-dots .owl-dot.active span, .featuredContentBlock .featuredInner .imageHolder .owl-dots .owl-dot:hover span {
      background-color: #fff; }
    .featuredContentBlock .featuredInner .imageHolder.backgroundBlue .owl-dots {
      background-color: #05d6ee; }
    .featuredContentBlock .featuredInner .imageHolder.backgroundRed .owl-dots {
      background-color: #ee484a; }
    .featuredContentBlock .featuredInner .imageHolder.backgroundLearngreen .owl-dots {
      background-color: #3ac9bb; }
    .featuredContentBlock .featuredInner .imageHolder.backgroundIndustryyellow .owl-dots {
      background-color: #ffa605; }
    .featuredContentBlock .featuredInner .imageHolder.backgroundCarblue .owl-dots {
      background-color: #6d9beb; }
  .featuredContentBlock .featuredInner .featuredCopyBlock {
    color: #212121;
    padding: 0; }
    .featuredContentBlock .featuredInner .featuredCopyBlock .inner {
      padding: 3em;
      height: 20em;
      position: relative;
      cursor: pointer;
      -webkit-transition: 0.3s all linear;
      -moz-transition: 0.3s all linear;
      -ms-transition: 0.3s all linear;
      -o-transition: 0.3s all linear;
      transition: 0.3s all linear; }
      @media screen and (min-width: 375px) {
        .featuredContentBlock .featuredInner .featuredCopyBlock .inner {
          height: 16em; } }
      @media screen and (min-width: 768px) {
        .featuredContentBlock .featuredInner .featuredCopyBlock .inner {
          height: 14em; } }
      @media screen and (min-width: 1200px) {
        .featuredContentBlock .featuredInner .featuredCopyBlock .inner {
          height: 16em; } }
      .featuredContentBlock .featuredInner .featuredCopyBlock .inner .text {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .featuredContentBlock .featuredInner .featuredCopyBlock .inner .text h6 {
          margin-bottom: .5em; }
          .featuredContentBlock .featuredInner .featuredCopyBlock .inner .text h6 .arrowDefault {
            top: 0;
            right: 0; }
            .featuredContentBlock .featuredInner .featuredCopyBlock .inner .text h6 .arrowDefault i.blue {
              color: #05d6ee; }
            .featuredContentBlock .featuredInner .featuredCopyBlock .inner .text h6 .arrowDefault i.transactionRed, .featuredContentBlock .featuredInner .featuredCopyBlock .inner .text h6 .arrowDefault i.red {
              color: #ee484a; }
            .featuredContentBlock .featuredInner .featuredCopyBlock .inner .text h6 .arrowDefault i.industryYellow {
              color: #ffa605; }
            .featuredContentBlock .featuredInner .featuredCopyBlock .inner .text h6 .arrowDefault i.learnGreen {
              color: #3ac9bb; }
            .featuredContentBlock .featuredInner .featuredCopyBlock .inner .text h6 .arrowDefault i.carBlue {
              color: #6d9beb; }
        .featuredContentBlock .featuredInner .featuredCopyBlock .inner .text a.readMore, .featuredContentBlock .featuredInner .featuredCopyBlock .inner .text a.readMore:hover, .featuredContentBlock .featuredInner .featuredCopyBlock .inner .text a.readMore:visited, .featuredContentBlock .featuredInner .featuredCopyBlock .inner .text a.readMore:active {
          text-decoration: underline;
          margin-top: 1em; }
    .featuredContentBlock .featuredInner .featuredCopyBlock.backgroundBlue .inner {
      background-color: #05d6ee; }
      @media screen and (min-width: 1200px) {
        .featuredContentBlock .featuredInner .featuredCopyBlock.backgroundBlue .inner:hover {
          background-color: #06c2d8; } }
    .featuredContentBlock .featuredInner .featuredCopyBlock.backgroundLearngreen .inner {
      background-color: #3ac9bb;
      color: #fff; }
      @media screen and (min-width: 1200px) {
        .featuredContentBlock .featuredInner .featuredCopyBlock.backgroundLearngreen .inner:hover {
          background-color: #32aa9e; } }
    .featuredContentBlock .featuredInner .featuredCopyBlock.backgroundCarblue .inner {
      background-color: #6d9beb;
      color: #fff; }
      @media screen and (min-width: 1200px) {
        .featuredContentBlock .featuredInner .featuredCopyBlock.backgroundCarblue .inner:hover {
          background-color: #5f88d0; } }
    .featuredContentBlock .featuredInner .featuredCopyBlock.backgroundred .inner {
      background-color: #ee484a;
      color: #fff; }
      @media screen and (min-width: 1200px) {
        .featuredContentBlock .featuredInner .featuredCopyBlock.backgroundred .inner:hover {
          background-color: #d33e40; } }
  .featuredContentBlock .featuredInner .carouselCopy .inner {
    padding: 1em 2em; }
  .featuredContentBlock .featuredInner .copyHolder {
    position: relative;
    margin: 0; }
    .featuredContentBlock .featuredInner .copyHolder .featuredCopyBlock .inner {
      margin: .4em .2em; }
      .featuredContentBlock .featuredInner .copyHolder .featuredCopyBlock .inner .text a.readMore, .featuredContentBlock .featuredInner .copyHolder .featuredCopyBlock .inner .text a.readMore:hover, .featuredContentBlock .featuredInner .copyHolder .featuredCopyBlock .inner .text a.readMore:visited, .featuredContentBlock .featuredInner .copyHolder .featuredCopyBlock .inner .text a.readMore:active {
        display: none;
        color: #05d6ee; }
      .featuredContentBlock .featuredInner .copyHolder .featuredCopyBlock .inner .text a.readMore:hover {
        color: #06c2d8; }
    .featuredContentBlock .featuredInner .copyHolder .featuredCopyBlock.active .inner {
      background-color: #f4f4f4;
      color: #212121; }
      .featuredContentBlock .featuredInner .copyHolder .featuredCopyBlock.active .inner:hover {
        background-color: #f4f4f4; }
      .featuredContentBlock .featuredInner .copyHolder .featuredCopyBlock.active .inner .text a.readMore, .featuredContentBlock .featuredInner .copyHolder .featuredCopyBlock.active .inner .text a.readMore:hover, .featuredContentBlock .featuredInner .copyHolder .featuredCopyBlock.active .inner .text a.readMore:visited, .featuredContentBlock .featuredInner .copyHolder .featuredCopyBlock.active .inner .text a.readMore:active {
        display: block; }
    .featuredContentBlock .featuredInner .copyHolder .featuredCopyBlock:first-child .inner {
      margin-left: 0;
      margin-right: .4em; }
    .featuredContentBlock .featuredInner .copyHolder .featuredCopyBlock:last-child .inner {
      margin-right: 0;
      margin-left: .4em; }
    .featuredContentBlock .featuredInner .copyHolder .featuredCopyBlock:before {
      position: absolute;
      content: '';
      width: 2.6em;
      height: 2.6em;
      border-radius: 100%;
      background-color: #fff;
      top: -1.1em;
      left: 1.9em;
      z-index: 1;
      -webkit-transition: 0.3s all linear;
      -moz-transition: 0.3s all linear;
      -ms-transition: 0.3s all linear;
      -o-transition: 0.3s all linear;
      transition: 0.3s all linear; }
    .featuredContentBlock .featuredInner .copyHolder .featuredCopyBlock:after {
      position: absolute;
      content: '';
      width: .3em;
      height: 0em;
      background-color: #fff;
      top: -1.4em;
      left: 3em;
      z-index: 1;
      -webkit-transition: 0.3s all linear;
      -moz-transition: 0.3s all linear;
      -ms-transition: 0.3s all linear;
      -o-transition: 0.3s all linear;
      transition: 0.3s all linear; }
    .featuredContentBlock .featuredInner .copyHolder .featuredCopyBlock.active:before {
      top: -3.9em; }
    .featuredContentBlock .featuredInner .copyHolder .featuredCopyBlock.active:after {
      height: 1.4em; }
@media screen and (min-width: 768px) {
  .featuredContentBlock.carousel.full .carouselCopy {
    display: none; } }
.featuredContentBlock.carousel.full .copyHolder {
  position: relative;
  display: none; }
  @media screen and (min-width: 768px) {
    .featuredContentBlock.carousel.full .copyHolder {
      display: block; } }
.featuredContentBlock.carousel.full .featuredInner .imageHolder {
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .featuredContentBlock.carousel.full .featuredInner .imageHolder {
      height: 0;
      padding-bottom: 56.25%; } }
  @media screen and (min-width: 768px) {
    .featuredContentBlock.carousel.full .featuredInner .imageHolder .owl-stage-outer {
      position: absolute;
      width: 100%;
      height: 100%; } }
  @media screen and (min-width: 768px) {
    .featuredContentBlock.carousel.full .featuredInner .imageHolder .featuredImage {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: 0.3s transform linear;
      -moz-transition: 0.3s transform linear;
      -ms-transition: 0.3s transform linear;
      -o-transition: 0.3s transform linear;
      transition: 0.3s transform linear; }
      .featuredContentBlock.carousel.full .featuredInner .imageHolder .featuredImage.active {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0); }
      .featuredContentBlock.carousel.full .featuredInner .imageHolder .featuredImage.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0); }
      .featuredContentBlock.carousel.full .featuredInner .imageHolder .featuredImage.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0); }
      .featuredContentBlock.carousel.full .featuredInner .imageHolder .featuredImage.noTransition {
        z-index: -1;
        -webkit-transition: 0s transform linear;
        -moz-transition: 0s transform linear;
        -ms-transition: 0s transform linear;
        -o-transition: 0s transform linear;
        transition: 0s transform linear; }
      .featuredContentBlock.carousel.full .featuredInner .imageHolder .featuredImage img {
        height: 100%; } }
@media screen and (min-width: 768px) {
  .featuredContentBlock.carousel.full .copyHolder .featuredCopyBlock .inner {
    height: 18em; } }
.featuredContentBlock.carousel.embed .copyHolder {
  position: relative;
  display: none; }
  @media screen and (min-width: 1200px) {
    .featuredContentBlock.carousel.embed .copyHolder {
      display: block; } }
@media screen and (min-width: 1200px) {
  .featuredContentBlock.carousel.embed .carouselCopy {
    display: none; } }

.featuredContentStack .sectionBlockTitle.horizontal {
  margin-bottom: 0.71428571428571em;
  padding: 0; }
.featuredContentStack .stackImage img {
  width: 100%; }
.featuredContentStack a, .featuredContentStack a:hover, .featuredContentStack a:active, .featuredContentStack a:visited {
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0; }
.featuredContentStack .stackItem {
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear; }
  .featuredContentStack .stackItem.backgroundBlue {
    background-color: #05d6ee; }
    .featuredContentStack .stackItem.backgroundBlue:hover {
      background-color: #06c2d8; }
  .featuredContentStack .stackItem.backgroundRed {
    background-color: #ee484a; }
    .featuredContentStack .stackItem.backgroundRed:hover {
      background-color: #d33e40; }
  .featuredContentStack .stackItem.backgroundLearngreen {
    background-color: #3ac9bb; }
    .featuredContentStack .stackItem.backgroundLearngreen:hover {
      background-color: #32aa9e; }
  .featuredContentStack .stackItem.backgroundIndustryyellow {
    background-color: #ffa605; }
    .featuredContentStack .stackItem.backgroundIndustryyellow:hover {
      background-color: #e89805; }
  .featuredContentStack .stackItem.backgroundCarblue {
    background-color: #6d9beb; }
    .featuredContentStack .stackItem.backgroundCarblue:hover {
      background-color: #5f88d0; }
  .featuredContentStack .stackItem.second {
    border-top: 1px solid #fff; }
  .featuredContentStack .stackItem .padding {
    padding: 3em; }
  .featuredContentStack .stackItem .arrowDefault {
    top: 0;
    right: 0; }
  .featuredContentStack .stackItem p {
    margin-top: 0.71428571428571em; }
@media screen and (min-width: 1200px) {
  .featuredContentStack .flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-around;
    clear: both; }
    .featuredContentStack .flexRow .colLeft {
      padding-right: 0; }
    .featuredContentStack .flexRow .colRight {
      padding-left: 0; }
      .featuredContentStack .flexRow .colRight.border {
        border: 1px solid;
        padding-right: 0; }
        .featuredContentStack .flexRow .colRight.border.borderRed {
          border-color: #ee484a; }
        .featuredContentStack .flexRow .colRight.border.borderLearngreen {
          border-color: #3ac9bb; }
        .featuredContentStack .flexRow .colRight.border.borderIndustryyellow {
          border-color: #ffa605; }
        .featuredContentStack .flexRow .colRight.border.borderCarblue {
          border-color: #6d9beb; } }
    @media screen and (min-width: 1200px) and (min-width: 1200px) {
      .featuredContentStack .flexRow .colRight {
        flex: 1;
        align-items: stretch;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around; } }
@media screen and (min-width: 1200px) {
    .featuredContentStack .flexRow.noMarginRight {
      margin-right: 0; } }
.featuredContentStack .flexRow .flexHalf, .featuredContentStack .flexRow .flexThird {
  border: 1px solid;
  margin-top: -1px;
  width: 100%; }
  @media screen and (min-width: 1200px) {
    .featuredContentStack .flexRow .flexHalf, .featuredContentStack .flexRow .flexThird {
      margin-top: 0;
      border-left: none;
      position: relative;
      display: flex;
      justify-content: center;
      -webkit-flex-direction: column;
      flex-direction: column; }
      .featuredContentStack .flexRow .flexHalf:first-child, .featuredContentStack .flexRow .flexThird:first-child {
        border-bottom: none; } }
  .featuredContentStack .flexRow .flexHalf.red, .featuredContentStack .flexRow .flexThird.red {
    border-color: #ee484a; }
  .featuredContentStack .flexRow .flexHalf.learnGreen, .featuredContentStack .flexRow .flexThird.learnGreen {
    border-color: #3ac9bb; }
  .featuredContentStack .flexRow .flexHalf.industryYellow, .featuredContentStack .flexRow .flexThird.industryYellow {
    border-color: #ffa605; }
  .featuredContentStack .flexRow .flexHalf.carBlue, .featuredContentStack .flexRow .flexThird.carBlue {
    border-color: #6d9beb; }
  .featuredContentStack .flexRow .flexHalf .padding, .featuredContentStack .flexRow .flexThird .padding {
    padding: 3em;
    position: relative; }
  .featuredContentStack .flexRow .flexHalf h6, .featuredContentStack .flexRow .flexHalf p, .featuredContentStack .flexRow .flexThird h6, .featuredContentStack .flexRow .flexThird p {
    color: #212121;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear; }
  .featuredContentStack .flexRow .flexHalf p, .featuredContentStack .flexRow .flexThird p {
    margin-top: 0.71428571428571em; }
  .featuredContentStack .flexRow .flexHalf a:hover h6.red, .featuredContentStack .flexRow .flexThird a:hover h6.red {
    color: #d33e40; }
  .featuredContentStack .flexRow .flexHalf a:hover h6.learnGreen, .featuredContentStack .flexRow .flexThird a:hover h6.learnGreen {
    color: #32aa9e; }
  .featuredContentStack .flexRow .flexHalf a:hover h6.industryYellow, .featuredContentStack .flexRow .flexThird a:hover h6.industryYellow {
    color: #e89805; }
  .featuredContentStack .flexRow .flexHalf a:hover h6.carBlue, .featuredContentStack .flexRow .flexThird a:hover h6.carBlue {
    color: #5f88d0; }
  .featuredContentStack .flexRow .flexHalf h6 .arrowDefault, .featuredContentStack .flexRow .flexThird h6 .arrowDefault {
    top: 2px;
    right: 0;
    -webkit-transition: 0.3s opacity linear;
    -moz-transition: 0.3s opacity linear;
    -ms-transition: 0.3s opacity linear;
    -o-transition: 0.3s opacity linear;
    transition: 0.3s opacity linear; }
    @media screen and (min-width: 1200px) {
      .featuredContentStack .flexRow .flexHalf h6 .arrowDefault, .featuredContentStack .flexRow .flexThird h6 .arrowDefault {
        opacity: 0; } }
    .featuredContentStack .flexRow .flexHalf h6 .arrowDefault .fa, .featuredContentStack .flexRow .flexThird h6 .arrowDefault .fa {
      font-size: 30px; }
  .featuredContentStack .flexRow .flexHalf a:hover h6 .arrowDefault, .featuredContentStack .flexRow .flexThird a:hover h6 .arrowDefault {
    opacity: 1; }
.featuredContentStack .flexRow .flexThird p {
  display: none; }
@media screen and (min-width: 1200px) {
  .featuredContentStack .flexRow .flexThird {
    border: none; }
    .featuredContentStack .flexRow .flexThird p {
      display: block; } }
.featuredContentStack .flexRow .flexThird .padding {
  padding: 2em 2em; }
.featuredContentStack .flexRow .flexThird .arrowDefault .fa.red {
  color: #ee484a; }
.featuredContentStack .flexRow .flexThird .arrowDefault .fa.learnGreen {
  color: #3ac9bb; }
.featuredContentStack .flexRow .flexThird .arrowDefault .fa.industryYellow {
  color: #ffa605; }
.featuredContentStack .flexRow .flexThird .arrowDefault .fa.carBlue {
  color: #6d9beb; }
.featuredContentStack .flexRow .flexThird.active {
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear; }
  .featuredContentStack .flexRow .flexThird.active.red {
    background-color: #ee484a; }
    .featuredContentStack .flexRow .flexThird.active.red:hover {
      background-color: #d33e40; }
  .featuredContentStack .flexRow .flexThird.active.learnGreen {
    background-color: #3ac9bb; }
    .featuredContentStack .flexRow .flexThird.active.learnGreen:hover {
      background-color: #32aa9e; }
  .featuredContentStack .flexRow .flexThird.active.industryYellow {
    background-color: #ffa605; }
    .featuredContentStack .flexRow .flexThird.active.industryYellow:hover {
      background-color: #e89805; }
  .featuredContentStack .flexRow .flexThird.active.carBlue {
    background-color: #6d9beb; }
    .featuredContentStack .flexRow .flexThird.active.carBlue:hover {
      background-color: #5f88d0; }
  .featuredContentStack .flexRow .flexThird.active h6, .featuredContentStack .flexRow .flexThird.active p, .featuredContentStack .flexRow .flexThird.active:hover h6, .featuredContentStack .flexRow .flexThird.active a:hover h6 {
    color: #fff; }
  @media screen and (min-width: 1200px) {
    .featuredContentStack .flexRow .flexThird.active .arrowDefault, .featuredContentStack .flexRow .flexThird.active a:hover h6 .arrowDefault {
      opacity: 0; } }
  @media screen and (max-width: 1199px) {
    .featuredContentStack .flexRow .flexThird.active .arrowDefault, .featuredContentStack .flexRow .flexThird.active a:hover h6 .arrowDefault {
      background-color: #fff; }
      .featuredContentStack .flexRow .flexThird.active .arrowDefault .fa, .featuredContentStack .flexRow .flexThird.active a:hover h6 .arrowDefault .fa {
        font-size: 20px; } }
  .featuredContentStack .flexRow .flexThird.active p {
    display: block; }
  @media screen and (min-width: 1200px) {
    .featuredContentStack .flexRow .flexThird.active .arrowDefault {
      opacity: 1;
      background-color: #fff;
      width: 27px;
      height: 27px;
      top: -2px; }
      .featuredContentStack .flexRow .flexThird.active .arrowDefault .fa {
        line-height: 28px; } }
@media screen and (min-width: 1200px) {
  .featuredContentStack .flexRow .offset {
    margin-left: 2em;
    border: 1px solid; } }
.featuredContentStack .flexRow .offset.red {
  border-color: #ee484a; }
.featuredContentStack .flexRow .offset.learnGreen {
  border-color: #3ac9bb; }
.featuredContentStack .flexRow .offset.industryYellow {
  border-color: #ffa605; }
.featuredContentStack .flexRow .offset.carBlue {
  border-color: #6d9beb; }
.featuredContentStack .flexRow .offset:last-child {
  border-top: none; }

/* Featured Articles with Image */
@media screen and (min-width: 768px) {
  .sectionLanding .FeaturedArticlePictures .articlePictures {
    margin-top: 3em; } }
.sectionLanding .FeaturedArticlePictures .articlePictures h4 {
  margin: 0 0 1em 0; }
.sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture {
  margin-bottom: 4em; }
  @media screen and (min-width: 768px) {
    .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: space-between;
      justify-content: space-around;
      margin-left: 0;
      margin-right: 0; } }
  .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture .featuredArticleImage {
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture .featuredArticleImage {
        min-height: 20.5em; } }
    .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture .featuredArticleImage img {
      width: 100%; }
    .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture .featuredArticleImage a {
      display: block; }
    .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture .featuredArticleImage .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: 0.3s all linear;
      -moz-transition: 0.3s all linear;
      -ms-transition: 0.3s all linear;
      -o-transition: 0.3s all linear;
      transition: 0.3s all linear; }
      .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture .featuredArticleImage .overlay.learnGreen {
        background-color: #3ac9bb; }
      .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture .featuredArticleImage .overlay.transactionRed {
        background-color: #ee484a; }
      .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture .featuredArticleImage .overlay.industryYellow {
        background-color: #ffa605; }
      .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture .featuredArticleImage .overlay.carBlue {
        background-color: #6d9beb; }
  .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture .featuredArticleBlock {
    border: solid 1px;
    margin: 1em 1.5em 0;
    padding: 2em;
    position: relative; }
    @media screen and (min-width: 768px) {
      .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture .featuredArticleBlock {
        margin: 0;
        padding: 0 3em; } }
    @media screen and (min-width: 768px) {
      .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture .featuredArticleBlock .words .innerWords {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        width: calc(100% - 6em); }
        .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture .featuredArticleBlock .words .innerWords a:hover {
          text-decoration: none; } }
    .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture .featuredArticleBlock .words p.extraBold .icon {
      -webkit-transition: 0.3s all linear;
      -moz-transition: 0.3s all linear;
      -ms-transition: 0.3s all linear;
      -o-transition: 0.3s all linear;
      transition: 0.3s all linear;
      top: -.75em;
      right: 0; }
      @media screen and (min-width: 768px) {
        .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture .featuredArticleBlock .words p.extraBold .icon {
          opacity: 0; } }
      .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture .featuredArticleBlock .words p.extraBold .icon .fa-stack-2x {
        color: transparent; }
      .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture .featuredArticleBlock .words p.extraBold .icon .fa-inverse.learnGreen {
        color: #3ac9bb; }
      .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture .featuredArticleBlock .words p.extraBold .icon .fa-inverse.transactionRed {
        color: #ee484a; }
      .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture .featuredArticleBlock .words p.extraBold .icon .fa-inverse.industryYellow {
        color: #ffa605; }
      .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture .featuredArticleBlock .words p.extraBold .icon .fa-inverse.carBlue {
        color: #6d9beb; }
    .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture .featuredArticleBlock .words h6 {
      color: #212121;
      margin-bottom: .3em;
      -webkit-transition: 0.3s all linear;
      -moz-transition: 0.3s all linear;
      -ms-transition: 0.3s all linear;
      -o-transition: 0.3s all linear;
      transition: 0.3s all linear; }
    .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture .featuredArticleBlock .words .description {
      text-transform: none;
      color: #212121;
      letter-spacing: 0; }
    .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture .featuredArticleBlock .words ul, .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture .featuredArticleBlock .words li {
      text-transform: none;
      color: #212121;
      letter-spacing: 0;
      font-weight: 400;
      line-height: 22px; }
  .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture:hover .featuredArticleImage .overlay {
    opacity: .6; }
  .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture:hover .featuredArticleBlock p.extraBold .icon {
    opacity: 1; }
  .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture:hover .featuredArticleBlock h6.learnGreen {
    color: #3ac9bb; }
  .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture:hover .featuredArticleBlock h6.transactionRed {
    color: #ee484a; }
  .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture:hover .featuredArticleBlock h6.industryYellow {
    color: #ffa605; }
  .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture:hover .featuredArticleBlock h6.carBlue {
    color: #6d9beb; }
  .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture.blue .featuredArticleBlock {
    border-color: #6d9beb; }
    .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture.blue .featuredArticleBlock .extraBold {
      color: #6d9beb; }
  .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture.learnGreen .featuredArticleBlock {
    border-color: #3ac9bb; }
    .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture.learnGreen .featuredArticleBlock .extraBold {
      color: #3ac9bb; }
  .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture.transactionRed .featuredArticleBlock {
    border-color: #ee484a; }
    .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture.transactionRed .featuredArticleBlock .extraBold {
      color: #ee484a; }
  .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture.industryYellow .featuredArticleBlock {
    border-color: #ffa605; }
    .sectionLanding .FeaturedArticlePictures .articlePictures .FeaturedArticlePicture.industryYellow .featuredArticleBlock .extraBold {
      color: #ffa605; }

/* video player */
.videoPlayerWrapper {
  position: relative;
  margin: 4em 0 0; }
  .videoPlayerWrapper.noGutter {
    margin: 4em -3.5em;
    width: calc(100% + 7em); }
    @media screen and (min-width: 768px) {
      .videoPlayerWrapper.noGutter {
        margin: 4em 0;
        width: auto; } }
    @media screen and (max-width: 414px) {
      .videoPlayerWrapper.noGutter {
        margin: 0 -3.5em; } }
  .videoPlayerWrapper .title {
    margin-left: 3.5em; }
    .videoPlayerWrapper .title h4 {
      margin-bottom: .3333333em; }
    @media screen and (min-width: 768px) {
      .videoPlayerWrapper .title {
        margin-left: 0; } }
  .videoPlayerWrapper .innerPadding {
    padding: 3em; }
    .videoPlayerWrapper .innerPadding.grey {
      background-color: #f4f4f4; }
  .videoPlayerWrapper .videoPlayer {
    position: relative; }
    .videoPlayerWrapper .videoPlayer img {
      width: 100%; }
    .videoPlayerWrapper .videoPlayer.active .poster {
      display: none; }
    .videoPlayerWrapper .videoPlayer.inactive .poster {
      display: block; }
    .videoPlayerWrapper .videoPlayer.inactive:after {
      background-image: url("/CAR_UMS/pages/system/car2016/images/assets/video_icon_inactive.png");
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      cursor: pointer; }
    .videoPlayerWrapper .videoPlayer.inactive:hover:after {
      background-image: url("/CAR_UMS/pages/system/car2016/images/assets/video_icon.png"); }
  .videoPlayerWrapper .textWrapper {
    position: relative;
    margin-top: 1em; }
    .videoPlayerWrapper .textWrapper .videoTime {
      position: absolute;
      top: 0;
      right: 0; }
      .videoPlayerWrapper .textWrapper .videoTime p {
        font-style: normal;
        font-weight: 600;
        line-height: 1.8em; }
    .videoPlayerWrapper .textWrapper p.videoDate {
      font-weight: 700;
      text-transform: uppercase; }
      .videoPlayerWrapper .textWrapper p.videoDate.learnGreen {
        color: #3ac9bb; }
      .videoPlayerWrapper .textWrapper p.videoDate.transactionRed {
        color: #ee484a; }
      .videoPlayerWrapper .textWrapper p.videoDate.industryYellow {
        color: #ffa605; }
      .videoPlayerWrapper .textWrapper p.videoDate.carBlue {
        color: #6d9beb; }
    .videoPlayerWrapper .textWrapper h6 {
      margin: .25em 0; }
    .videoPlayerWrapper .textWrapper p.copy {
      max-width: 37.21428571428571em; }
    .videoPlayerWrapper .textWrapper p.transcript {
      font-style: normal;
      font-weight: 600;
      margin-top: .66667em; }
      .videoPlayerWrapper .textWrapper p.transcript a, .videoPlayerWrapper .textWrapper p.transcript a:hover, .videoPlayerWrapper .textWrapper p.transcript a:visited, .videoPlayerWrapper .textWrapper p.transcript a:active {
        color: #9c9c9c;
        text-decoration: underline;
        text-transform: none;
        letter-spacing: 0;
        font-weight: 600; }
  .videoPlayerWrapper:hover .videoPlayerWrapper .textWrapper h6 {
    color: #3ac9bb; }

/* Find Your Realtor */
.theContent .left-column .caption {
  line-height: 32px; }
  .theContent .left-column .caption.search {
    position: absolute;
    top: 1em;
    right: 1.3em;
    color: #9c9c9c;
    text-decoration: underline; }
  .theContent .left-column .caption.errorMessage {
    color: #ee484a;
    margin: -22px 0 -10px; }
.theContent .left-column .header-underline {
  height: 2px;
  width: 100%;
  background-color: #CDCDCD;
  margin: 1em 0 2em; }
.theContent .left-column .advancedSearch {
  margin: 3em 0 0; }
  .theContent .left-column .advancedSearch .extraBold {
    color: #132c6e;
    margin-bottom: 1em; }
  .theContent .left-column .advancedSearch i {
    color: #05d6ee;
    font-size: 22px;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    top: 2px;
    position: relative; }
.theContent .right-column .adUnit {
  float: right; }

/* toolTip */
.toolTipWrapper {
  position: absolute;
  background-color: #132c6e;
  padding: 2em;
  width: 20em;
  left: 0;
  top: calc(100% + 10px);
  z-index: 99;
  display: none; }
  .toolTipWrapper.active {
    display: block;
    margin-top: -1em; }
  .toolTipWrapper:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(19, 44, 110, 0);
    border-bottom-color: #132C6E;
    border-width: 10px;
    margin-left: -10px;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear; }
  .toolTipWrapper .title {
    color: #ee484a;
    font-weight: 700;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.41666666666667em; }
  .toolTipWrapper .copy {
    color: #fff;
    font-style: italic;
    font-size: 1.2em;
    line-height: 1.16666666666667em; }
  .toolTipWrapper .button {
    border: 2px solid #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 1.4em;
    letter-spacing: 1px;
    line-height: 2.14285714285714em;
    color: #fff;
    margin-top: 0.71428571428571em;
    cursor: pointer;
    -webkit-transition: 0.5s all linear;
    -moz-transition: 0.5s all linear;
    -ms-transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
    transition: 0.5s all linear; }
    .toolTipWrapper .button:hover {
      color: #132c6e;
      background-color: #fff;
      -webkit-transition: 0.5s all linear;
      -moz-transition: 0.5s all linear;
      -ms-transition: 0.5s all linear;
      -o-transition: 0.5s all linear;
      transition: 0.5s all linear; }
  @media screen and (min-width: 768px) {
    .toolTipWrapper.shortcuts {
      left: 5.25em; } }
  .toolTipWrapper.helpTip .title {
    color: #05d6ee;
    font-size: 1.4em; }
  @media screen and (min-width: 768px) {
    .toolTipWrapper.shortcuts {
      top: calc(100% - 10px);
      background-color: transparent;
      padding: 0; }
      .toolTipWrapper.shortcuts:after {
        content: none; }
      .toolTipWrapper.shortcuts .innerTip {
        background-color: #132c6e;
        padding: 2em;
        margin-top: 2em; }
        .toolTipWrapper.shortcuts .innerTip:after {
          bottom: calc(100% - 2em);
          left: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(19, 44, 110, 0);
          border-bottom-color: #132C6E;
          border-width: 10px;
          margin-left: -10px;
          -webkit-transition: 0.3s all linear;
          -moz-transition: 0.3s all linear;
          -ms-transition: 0.3s all linear;
          -o-transition: 0.3s all linear;
          transition: 0.3s all linear; } }
  .toolTipWrapper.emailLock:after {
    margin-left: -18px; }
    @media screen and (max-width: 768px) {
      .toolTipWrapper.emailLock:after {
        margin-left: -13%; } }
  @media screen and (min-width: 768px) {
    .toolTipWrapper.shareTip {
      left: auto;
      right: 0;
      width: 25em;
      margin-top: -1em; }
      .toolTipWrapper.shareTip:after {
        left: 80%; } }
  .toolTipWrapper.shareTip .title {
    color: #05d6ee;
    font-size: 1.4em;
    text-align: center; }
  .toolTipWrapper.shareTip .button a {
    color: #fff; }
  .toolTipWrapper.shareTip .button:hover a {
    color: #132c6e; }
  .toolTipWrapper.shareTip .copy {
    margin-top: 1.5em; }
    .toolTipWrapper.shareTip .copy .icon {
      display: inline-block;
      vertical-align: top; }
      .toolTipWrapper.shareTip .copy .icon img {
        position: relative;
        top: -.5em; }
    .toolTipWrapper.shareTip .copy .copy_text {
      display: inline-block;
      width: calc(100% - 3em);
      margin-left: 1em; }
  .toolTipWrapper.lock .button {
    display: none; }
  @media screen and (min-width: 320px) {
    .toolTipWrapper.email {
      left: -5%;
      margin-top: -10%; } }
  @media screen and (min-width: 375px) {
    .toolTipWrapper.email {
      left: -2%;
      margin-top: 0%; } }
  @media screen and (min-width: 768px) {
    .toolTipWrapper.email {
      left: auto;
      right: 34%; } }
  @media screen and (min-width: 850px) {
    .toolTipWrapper.email {
      right: 34%; } }
  @media screen and (max-width: 767px) {
    .toolTipWrapper {
      top: auto;
      bottom: 6em;
      padding: 2em 4em;
      z-index: 900;
      width: calc(100% + 8em);
      left: -4em;
      position: absolute; }
      .toolTipWrapper.inPlace {
        position: fixed;
        left: 0;
        bottom: 5em;
        width: 100%; }
      .toolTipWrapper:after {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-top-color: #132c6e;
        border-width: 10px;
        margin-left: -10px; }
      .toolTipWrapper .title {
        line-height: 1.2em; }
      .toolTipWrapper.shortcuts:after {
        left: 60%; }
      .toolTipWrapper.shareTip {
        margin-top: 0; }
        .toolTipWrapper.shareTip:after {
          left: 82%; }
        .toolTipWrapper.shareTip .title {
          display: none; }
        .toolTipWrapper.shareTip .buttons {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          -webkit-justify-content: space-between;
          justify-content: space-around; }
          .toolTipWrapper.shareTip .buttons .button {
            flex: 1;
            margin: 0 .25em; }
            .toolTipWrapper.shareTip .buttons .button a, .toolTipWrapper.shareTip .buttons .button a:hover, .toolTipWrapper.shareTip .buttons .button a:active, .toolTipWrapper.shareTip .buttons .button a:visited {
              font-size: .9em; }
        .toolTipWrapper.shareTip .copy .icon img {
          top: 0; }
        .toolTipWrapper.shareTip .copy .copy_text {
          font-weight: 700;
          width: calc(100% - 2.5em);
          margin-left: .5em; } }
  .toolTipWrapper.helpTip .icon {
    position: absolute;
    top: 1.5em;
    right: 3em; }

/*# sourceMappingURL=global_items.css.map */
