﻿@charset "UTF-8";
/* fonts */
@font-face {
  font-family: "wf_segoe-ui_light";
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Light"), local("Segoe WP Light"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.ttf") format("truetype"); }

@font-face {
  font-family: "wf_segoe-ui_semilight";
  font-style: normal;
  font-weight: normal;
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semilight/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semilight/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semilight/latest.ttf") format("truetype"); }

@font-face {
  font-family: "wf_segoe-ui_normal";
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI"), local("Segoe"), local("Segoe WP"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.ttf") format("truetype"); }

@font-face {
  font-family: "wf_segoe-ui_semibold";
  font-style: normal;
  font-weight: normal;
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semibold/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semibold/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semibold/latest.ttf") format("truetype"); }

@font-face {
  font-family: "wf_segoe-ui_bold";
  font-style: normal;
  font-weight: normal;
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.ttf") format("truetype"); }

.hover-icon .icon > svg {
  margin: 20px 40px;
  position: relative; }
  .hover-icon .icon > svg > path {
    fill: white; }

.hover-icon:hover {
  background-color: #ffffff;
  border-left: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  margin-right: -5px;
  margin-left: -5px;
  cursor: pointer;
  color: #0078d7; }
  .hover-icon:hover .icon > svg {
    background-color: #ffffff;
    cursor: pointer; }
    .hover-icon:hover .icon > svg > path {
      fill: #0078d7; }

/* actions-box */
.actions-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  .actions-box > .info {
    font-size: 0.8em; }
  .actions-box > .cta-link {
    margin-bottom: 8px; }
  .actions-box.-right {
    display: block;
    text-align: right; }
    .actions-box.-right > * {
      margin-left: 16px; }
  .actions-box.-left {
    display: block;
    text-align: left; }
    .actions-box.-left > * {
      margin-right: 16px; }
  .actions-box.-spacearound {
    padding: 0 17%; }
  .actions-box.-expandcontent {
    display: block; }
    .actions-box.-expandcontent > * {
      width: 100%; }
  .actions-box.-pullright {
    margin-top: 0;
    margin-left: 32px;
    float: right; }
  .actions-box:lang(ar).-right, .actions-box:lang(he).-right {
    text-align: left; }
    .actions-box:lang(ar).-right > *, .actions-box:lang(he).-right > * {
      margin-left: 0px;
      margin-right: 16px; }
  .actions-box:lang(ar).-left, .actions-box:lang(he).-left {
    text-align: right; }
    .actions-box:lang(ar).-left > *, .actions-box:lang(he).-left > * {
      margin-right: 0;
      margin-left: 16px; }
  .actions-box:lang(ar).-pullright, .actions-box:lang(he).-pullright {
    margin-left: 0;
    margin-right: 32px;
    float: left; }
  @media only screen and (max-width: 480px) {
    .actions-box {
      display: block; }
      .actions-box > * {
        display: block;
        margin-bottom: 16px; }
      .actions-box.-spacearound {
        padding: 0; } }

@media only screen and (min-width: 200px) {
  .nav-bar {
    position: absolute;
    width: calc(100% - 162px);
    height: auto;
    background-color: #f1f1f2;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "wf_segoe-ui_semibold", "Segoe UI Semibold", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
    display: none;
    cursor: pointer;
    overflow: hidden;
    z-index: 200; }
    .nav-bar.intro-complete {
      display: block; }
  .track-button {
    color: #000000;
    padding: 15px;
    display: none;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto; }
    .track-button > a {
      color: inherit; }
    .track-button.-active {
      background-color: #d9dadc;
      display: block; }
    .track-button:hover {
      cursor: pointer;
      background-color: #d9dadc; } }

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .nav-bar.-full {
    position: static;
    width: 100%;
    font-size: 16px; } }

@media only screen and (min-width: 340px) {
  .nav-bar {
    position: absolute;
    width: calc(100% - 190px); }
    .nav-bar.intro-complete {
      display: block; }
  .track-button {
    color: #000000;
    padding: 20px 15px;
    display: none; } }

@media only screen and (min-width: 768px) {
  .nav-bar {
    position: relative;
    width: 200px;
    height: 100%;
    background-color: #f1f1f2;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "wf_segoe-ui_semibold", "Segoe UI Semibold", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    z-index: 10; }
    .nav-bar.intro-complete {
      display: inline-block; }
  .track-button {
    color: #000000;
    padding: 20px 15px;
    display: block;
    white-space: normal;
    overflow-y: hidden; }
    .track-button > a {
      color: inherit; }
    .track-button.-active {
      background-color: #d9dadc; }
    .track-button:hover {
      cursor: pointer; } }

@media only screen and (min-width: 1084px) {
  .nav-bar {
    width: 265px;
    font-size: 20px;
    line-height: 23px; }
  .track-button {
    padding: 25px 20px; } }

@media only screen and (min-width: 1400px) {
  .nav-bar {
    width: 320px;
    font-size: 22px;
    line-height: 25px; }
  .track-button {
    padding: 35px 20px 35px 30px; } }

@media only screen and (min-width: 1600px) {
  .nav-bar {
    width: 350px;
    font-size: 24px;
    line-height: 27px; }
  .track-button {
    padding: 35px 20px 35px 35px; } }

@media only screen and (min-width: 200px) {
  .select-bar {
    position: relative;
    background-color: #d9dadc;
    width: 100%;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 52px;
    vertical-align: top;
    font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
    z-index: 10;
    text-align: right; }
    .select-bar > .stage-button {
      background-color: #0078d7;
      color: #ffffff;
      margin-top: 0;
      font-size: 12px;
      clear: both;
      text-align: center;
      position: relative;
      cursor: pointer;
      display: inline-block;
      width: 52px;
      height: 100%; }
      .select-bar > .stage-button .stage-image {
        margin: 10px auto 0;
        position: relative;
        width: 30px;
        height: auto; }
      .select-bar > .stage-button .stage-title {
        margin-top: 5px;
        display: none; }
    .select-bar > .stage-button.-active {
      background-color: #ffffff;
      color: #0078d7;
      cursor: pointer; }
      .select-bar > .stage-button.-active .stage-image {
        background-color: #ffffff;
        cursor: pointer; }
    .select-bar > .stage-download {
      display: none !important; }
    .select-bar.intro-complete {
      display: block; } }

@media only screen and (min-width: 340px) {
  .select-bar {
    position: relative;
    background-color: #d9dadc;
    width: 100%;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 60px;
    vertical-align: top;
    font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
    z-index: 10;
    text-align: right; }
    .select-bar > .stage-button {
      background-color: #0078d7;
      color: #ffffff;
      margin-top: 0;
      font-size: 12px;
      clear: both;
      text-align: center;
      position: relative;
      cursor: pointer;
      display: inline-block;
      width: 60px;
      height: 100%; }
    .select-bar > .stage-button.-active {
      background-color: #ffffff;
      color: #0078d7;
      cursor: pointer; }
      .select-bar > .stage-button.-active .stage-image {
        background-color: #ffffff;
        cursor: pointer; }
    .select-bar > .stage-button.scale-md {
      font-size: 10px;
      line-height: 10px; }
    .select-bar > .stage-button.scale-lg {
      font-size: 9px;
      line-height: 9px; }
    .select-bar > .stage-button.scale-xl {
      font-size: 8px;
      line-height: 8px; }
    .select-bar.intro-complete {
      display: block; } }

@media only screen and (min-width: 768px) {
  .select-bar {
    position: relative;
    background-color: #0078d7;
    width: 75px;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    vertical-align: top;
    font-family: "wf_segoe-ui_light", "Segoe UI Light", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
    z-index: 10;
    text-align: left; }
    .select-bar > .stage-button {
      background-color: #0078d7;
      border-bottom: 5px solid #0078d7;
      color: #ffffff;
      margin-top: 15px;
      padding-bottom: 10px;
      font-size: 16px;
      line-height: 16px;
      clear: both;
      text-align: center;
      position: relative;
      cursor: pointer;
      display: block;
      width: auto;
      height: auto; }
      .select-bar > .stage-button .stage-image {
        margin: 10px auto 5px;
        position: relative;
        width: 45px;
        height: auto; }
      .select-bar > .stage-button .stage-title {
        -ms-word-break: break-all;
        word-break: break-all;
        display: block; }
    .select-bar > .stage-button.-active {
      background-color: #ffffff;
      border-left: 5px solid #ffffff;
      border-right: 5px solid #ffffff;
      border-bottom: 5px solid #ffffff;
      margin-right: -5px;
      margin-left: -5px;
      color: #0078d7;
      cursor: pointer; }
      .select-bar > .stage-button.-active .stage-image {
        background-color: #ffffff;
        cursor: pointer; }
    .select-bar > .stage-download {
      display: block !important;
      position: absolute;
      bottom: 0;
      width: 75px;
      height: 90px;
      background: #24598c;
      padding: 0;
      margin: 0;
      border: 0; }
    .select-bar > .stage-button.scale-md {
      font-size: 12px;
      line-height: 12px; }
    .select-bar > .stage-button.scale-lg {
      font-size: 11px;
      line-height: 11px; }
    .select-bar > .stage-button.scale-xl {
      font-size: 9px;
      line-height: 9px; }
    .select-bar.intro-complete {
      display: inline-block; } }

@media only screen and (min-width: 1084px) {
  .select-bar {
    width: 90px; }
    .select-bar > .stage-button {
      margin-top: 30px;
      padding-bottom: 10px;
      font-size: 20px;
      line-height: 20px; }
    .select-bar > .stage-button.scale-md {
      font-size: 14px;
      line-height: 14px; }
    .select-bar > .stage-button.scale-lg {
      font-size: 12px;
      line-height: 12px; }
    .select-bar > .stage-button.scale-xl {
      font-size: 10px;
      line-height: 10px; }
    .select-bar > .stage-download {
      width: 90px;
      height: 110px;
      padding-top: 5px; } }

@media only screen and (min-width: 1400px) {
  .select-bar {
    width: 120px; }
    .select-bar > .stage-button {
      margin-top: 40px;
      font-size: 22px;
      line-height: 22px;
      padding-bottom: 20px; }
    .select-bar > .stage-button.scale-md {
      font-size: 18px;
      line-height: 18px; }
    .select-bar > .stage-button.scale-lg {
      font-size: 14px;
      line-height: 14px; }
    .select-bar > .stage-button.scale-xl {
      font-size: 12px;
      line-height: 12px; }
    .select-bar > .stage-download {
      width: 120px;
      height: 120px;
      padding-top: 10px; } }

/* LARGEST VIEW PORT (VP6) */
@media only screen and (min-width: 1600px) {
  .select-bar {
    width: 140px; }
    .select-bar > .stage-button {
      font-size: 27px;
      line-height: 27px; }
    .select-bar > .stage-button.scale-md {
      font-size: 20px;
      line-height: 20px; }
    .select-bar > .stage-button.scale-lg {
      font-size: 16px;
      line-height: 16px; }
    .select-bar > .stage-button.scale-xl {
      font-size: 14px;
      line-height: 14px; }
    .select-bar > .stage-download {
      width: 140px;
      height: 140px;
      padding-top: 20px; } }

@media only screen and (min-width: 200px) {
  #pivot-upper {
    position: relative;
    z-index: 10;
    max-width: 1800px;
    margin: 0 auto;
    margin: 0 auto;
    height: auto;
    width: 100%;
    max-width: 768px;
    font-size: 0; }
    #pivot-upper.-full {
      min-height: 700px;
      font-size: 16px;
      line-height: normal;
      height: auto; }
      #pivot-upper.-full > #pivot-main.full-pivot {
        height: 750px; }
    #pivot-upper.-video {
      height: auto;
      min-height: unset; }
      #pivot-upper.-video > #pivot-main.full-pivot {
        background: #000000;
        height: auto; }
    #pivot-upper > .page-header {
      padding: 10px 0;
      font-size: 36px;
      line-height: 44px;
      display: block;
      font-family: "wf_segoe-ui_light", "Segoe UI Light", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
      font-size: 26px;
      line-height: 32px;
      font-weight: normal;
      color: #000000;
      padding: 0 5px; }
    #pivot-upper > .page-description {
      color: #000000;
      padding: 10px 0;
      font-size: 16px;
      line-height: 24px;
      display: block;
      margin-bottom: 0;
      font-size: 14px;
      line-height: 18px;
      padding: 15px 5px; } }

@media only screen and (min-width: 768px) {
  #pivot-upper {
    position: relative;
    z-index: 10;
    max-width: 1800px;
    margin: 0 auto;
    margin: 0 auto;
    height: 500px;
    width: 100%;
    max-width: 768px;
    font-size: 0; }
    #pivot-upper.-video {
      height: auto; }
    #pivot-upper > .page-header {
      padding: 10px 0;
      font-size: 36px;
      line-height: 44px;
      display: block;
      font-family: "wf_segoe-ui_light", "Segoe UI Light", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif; }
    #pivot-upper > .page-description {
      color: #000000;
      margin-bottom: 15px;
      font-size: 15px;
      line-height: 20px; } }

@media only screen and (min-width: 768px) and (max-width: 1083px) {
  #pivot-upper.-full {
    max-width: 1083px;
    padding: 0 10px; }
    #pivot-upper.-full ~ #pivot-lower {
      max-width: 1083px;
      padding: 0 10px; } }

@media only screen and (min-width: 1084px) {
  #pivot-upper {
    height: 600px;
    max-width: 1084px; }
    #pivot-upper.-full {
      font-size: 16px;
      line-height: normal; }
    #pivot-upper.-video {
      height: auto; } }

@media only screen and (min-width: 1400px) {
  #pivot-upper {
    height: 700px;
    max-width: 1400px; } }

@media only screen and (min-width: 1600px) {
  #pivot-upper {
    height: 750px;
    max-width: 1600px; } }

/* fonts */
@font-face {
  font-family: "wf_segoe-ui_light";
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Light"), local("Segoe WP Light"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.ttf") format("truetype"); }

@font-face {
  font-family: "wf_segoe-ui_semilight";
  font-style: normal;
  font-weight: normal;
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semilight/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semilight/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semilight/latest.ttf") format("truetype"); }

@font-face {
  font-family: "wf_segoe-ui_normal";
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI"), local("Segoe"), local("Segoe WP"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.ttf") format("truetype"); }

@font-face {
  font-family: "wf_segoe-ui_semibold";
  font-style: normal;
  font-weight: normal;
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semibold/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semibold/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semibold/latest.ttf") format("truetype"); }

@font-face {
  font-family: "wf_segoe-ui_bold";
  font-style: normal;
  font-weight: normal;
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.ttf") format("truetype"); }

@media only screen and (min-width: 200px) {
  #pivot-main {
    width: calc(100%);
    display: block;
    background: #666666;
    color: #ffffff;
    text-align: center;
    line-height: normal;
    font-size: 16px;
    height: auto;
    vertical-align: top; }
    #pivot-main.intro-complete {
      width: calc(100%); }
    #pivot-main.full-pivot {
      width: 100%;
      background: #e5e5e5;
      text-align: left;
      line-height: normal;
      font-size: 16px;
      height: 100%; }
      #pivot-main.full-pivot > iframe {
        width: 100%;
        height: 100%; }
  #main-content {
    display: block;
    width: calc(100%);
    height: 100%;
    overflow: hidden; }
  .main-header {
    font-family: "wf_segoe-ui_light", "Segoe UI Light", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
    padding: 10px 0;
    font-size: 36px;
    line-height: 44px;
    display: block;
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    text-align: left; }
  .main-subheader {
    font-family: "wf_segoe-ui_light", "Segoe UI Light", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
    padding: 10px 0;
    font-size: 26px;
    line-height: 32px;
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-align: left; }
  .main-copy {
    font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: left; }
  .slide-cta-block > .slide-cta {
    font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
    display: block;
    display: inline-block;
    height: auto;
    font-size: 12px;
    line-height: 13px;
    padding: 10px 60px;
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid #ffffff;
    color: #fff;
    text-align: center;
    cursor: pointer; }
    .slide-cta-block > .slide-cta.-blue {
      background: #0078d7;
      border: 0; }
    .slide-cta-block > .slide-cta.-chevron::after {
      content: "❯";
      margin-left: 0.5em; }
  .slide-cta-block.-right {
    position: absolute;
    bottom: 15px;
    right: 15px; }
    .slide-cta-block.-right > .slide-cta {
      padding: 10px 30px;
      text-transform: uppercase;
      background: #000000;
      color: #ffffff; }
  .display-pane {
    display: block;
    width: calc(100%);
    height: auto;
    color: #ffffff;
    font-size: 16px;
    vertical-align: top;
    overflow: hidden; }
    .display-pane.-gray {
      position: relative;
      background: #f1f1f1; }
      .display-pane.-gray > .pane-container {
        padding: 3% 5%; }
  #display-welcome {
    position: relative;
    height: 440px;
    background: url("/azureessentials/Images/pivot-intro-hero.jpg") no-repeat center center;
    background-size: cover;
  }
  #display-welcome > .grey-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    background: rgba(51, 51, 51, 0.9);
    overflow: hidden;
  }
  #display-welcome > .welcome-copy {
    position: relative;
    padding: 10%;
  }
  #display-watch {
    position: relative;
    width: calc(100%);
    height: 100%;
    background: #666666;
    text-align: left; }
  #display-learn {
    position: relative;
    background: #1c1c1c url("../Images/dashboard-iframe.jpg") no-repeat center center;
    background-size: cover;
    line-height: normal; }
    #display-learn > #learn-wrapper {
      width: 100%;
      height: 100%;
      background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
      /*Fx 3.6-15*/
      background: linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
      /*Standard*/ }
  .learn-container {
    padding: 20px;
    max-width: 550px;
    text-align: left; }
    .learn-container > .learn-subheader {
      font-family: "wf_segoe-ui_light", "Segoe UI Light", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
      font-weight: normal;
      font-size: 13px;
      color: #fff; }
    .learn-container > .learn-header {
      font-family: "wf_segoe-ui_light", "Segoe UI Light", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
      font-weight: normal;
      font-size: 36px;
      line-height: 36px;
      color: #fff; }
    .learn-container .learn-copy {
      font-family: "wf_segoe-ui_light", "Segoe UI Light", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
      padding: 10px 0;
      font-size: 16px;
      line-height: 24px;
      display: block;
      font-size: 16px;
      line-height: 20px;
      color: #fff;
      margin: 10px 0 20px; }
  #video-chapters {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 150;
    width: 280px;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden; }
    #video-chapters > .chapter-control {
      width: 30px;
      height: 100%;
      display: inline-block;
      line-height: 500px;
      float: left;
      cursor: pointer; }
    #video-chapters > .chapter-list {
      width: 245px;
      height: 100%;
      display: inline-block; }
    #video-chapters > .chapter-list.-close {
      display: none; }
    #video-chapters > .chapter-list > ul {
      display: inline-block;
      margin: 0;
      padding: 15px;
      list-style-type: none; }
    #video-chapters > .chapter-list > ul > li {
      padding: 10px 0;
      border-bottom: 2px solid #ffffff;
      cursor: pointer; }
      #video-chapters > .chapter-list > ul > li > .main-subheader {
        font-size: 15px;
        line-height: 17px;
        padding: 0;
        color: #bbbbbb; }
      #video-chapters > .chapter-list > ul > li > .main-copy {
        font-size: 12px;
        line-height: 14px;
        padding: 0;
        color: #bbbbbb; }
    #video-chapters > .chapter-list > ul > li:last-child {
      border: 0; }
    #video-chapters > .chapter-list > ul > li:hover > .main-subheader,
    #video-chapters > .chapter-list > ul > li:hover > .main-copy {
      color: #ffffff; }
    #video-chapters > .chapter-list > ul > li.-active > .main-subheader,
    #video-chapters > .chapter-list > ul > li.-active > .main-copy {
      color: #ffffff; }
  #video-chapters.-close {
    width: 30px; }
    #video-chapters.-close > .chapter-control {
      -ms-transform: rotate(180deg);
      /* IE 9 */
      -webkit-transform: rotate(180deg);
      /* Chrome, Safari, Opera */
      -o-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      transform: rotate(180deg); }
  #video-container {
    width: 100%;
    height: 100%;
    padding: 0; }
  #display-do {
    background: url("../Images/try_background.jpg") no-repeat center right;
    background-size: cover;
    position: relative; }
  #offer-container {
    position: relative;
    top: 245px;
    left: 55px;
    width: 350px;
    height: 200px;
    background: #0078d7;
    padding: 3%; }
    #offer-container > .main-hedaer {
      font-size: 30px;
      line-height: 34px; }
    #offer-container > .slide-cta-block {
      padding-top: 15px;
      text-align: left; }
    #offer-container > .slide-cta-block > .slide-cta {
      background: #ffffff;
      color: #0078d7; }
  .-hidden {
    display: none; }
  /* CAREER ESSENTIALS PIVOT */
  #display-explore {
    position: relative;
    background: #cccccc url("../Images/pivot-explore-hero.jpg") no-repeat center center;
    background-size: cover; }
    #display-explore > #explore-career-wrapper {
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7); }
  .career-container {
    padding: 20px 20px 60px 20px;
    height: 440px;
    text-align: left;
    margin-bottom: 0; }
    .career-container .career-header {
      font-family: "wf_segoe-ui_light", "Segoe UI Light", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
      padding: 10px 0;
      font-size: 36px;
      line-height: 44px;
      display: block;
      font-size: 24px;
      line-height: 30px;
      color: #fff;
      border-bottom: 2px solid #ffffff; }
    .career-container .career-copy {
      font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
      padding: 10px 0;
      font-size: 16px;
      line-height: 24px;
      display: block;
      font-size: 14px;
      line-height: 20px;
      color: #fff; }
    .career-container #explore-cta > .slide-cta {
      border: 1px solid #999; }
  #display-skills {
    text-align: left; }
  .skills-toggle {
    width: 100%;
    height: auto;
    display: block;
    text-align: left; }
    .skills-toggle > .skills-option {
      padding: 5px 0;
      margin: 0 20px 0 0;
      font-family: "wf_segoe-ui_bold", "Segoe UI Bold", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
      font-size: 14px;
      line-height: 18px;
      text-transform: uppercase;
      color: #999999;
      display: inline-block;
      cursor: pointer; }
      .skills-toggle > .skills-option.-active {
        color: #000000;
        border-bottom: 3px solid #000000; }
  .skills-block {
    display: none;
    width: calc(100%);
    height: 360px;
    margin-top: 15px;
    padding: 0;
    overflow: hidden; }
    .skills-block.-active {
      display: block; }
  .skill-details {
    font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    display: block; }
  .skill-row {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 0 0 0; }
    .skill-row > .skill-icon,
    .skill-row > .skill-description {
      display: inline-block;
      vertical-align: top; }
    .skill-row > .skill-icon {
      width: 20px;
      height: 20px; }
    .skill-row > .skill-icon img {
      width: 20px;
      height: auto; }
    .skill-row > .skill-description {
      width: 80%;
      height: auto; }
    .skill-row > .skill-description > .skill-header {
      font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
      font-size: 16px;
      line-height: 24px;
      color: #000;
      display: block; }
    .skill-row > .skill-description > .skill-copy {
      font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
      font-size: 14px;
      line-height: 20px;
      color: #000;
      text-align: left;
      padding-bottom: 20px;
      display: block;
      border-bottom: 1px solid #999999; }
    .skill-row > .skill-row:last-child > .skill-description > .skill-copy {
      border: none; }
  .accordion-list {
    padding: 0;
    margin: 0; }
    .accordion-list > .accordion-block {
      list-style-type: none;
      padding: 10px 0;
      text-align: left; }
      .accordion-list > .accordion-block > .ablock-toggle {
        display: inline-block;
        cursor: pointer;
        font-size: 26px;
        vertical-align: baseline;
        min-width: 25px;
        color: #000000;
        font-family: "wf_segoe-ui_light", "Segoe UI Light", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif; }
        .accordion-list > .accordion-block > .ablock-toggle:after {
          content: '+'; }
      .accordion-list > .accordion-block.-expanded > .ablock-toggle:after {
        content: '–'; }
      .accordion-list > .accordion-block > .ablock-title {
        font-size: 18px;
        cursor: pointer;
        line-height: 1.5;
        margin: 0;
        font-weight: 100;
        color: #000000;
        display: inline;
        font-family: "wf_segoe-ui_light", "Segoe UI Light", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif; }
      .accordion-list > .accordion-block > .ablock-subheader {
        font-size: 13px;
        line-height: 1.5;
        display: inline-block;
        white-space: nowrap;
        color: #999999;
        margin-left: 10px; }
      .accordion-list > .accordion-block > .ablock-body {
        display: none;
        padding: 0 0 0 5px; }
        .accordion-list > .accordion-block > .ablock-body a:hover {
          text-decoration: underline; }
        .accordion-list > .accordion-block > .ablock-body > ul {
          padding-left: 0; }
  .cta-link {
    background: none;
    border: none;
    color: #5e5e5d;
    text-decoration: none;
    display: inline-block;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    font-family: wf_segoe-ui_normal,"Segoe UI",Arial,sans-serif; }
  .check-button {
    -webkit-appearance: none;
    background: none;
    background-image: url("../images/uncheck-blk.png");
    background-size: 15px 14px;
    background-repeat: no-repeat;
    background-position-y: center;
    border: none;
    padding: 0;
    margin: 0;
    width: 18px;
    height: 17px;
    cursor: pointer;
    outline: none; }
    .check-button.-checked {
      background-image: url("../images/check-blk.png");
      background-repeat: no-repeat; }
    .check-button.-inverse {
      background-image: url("../images/uncheck.png");
      background-repeat: no-repeat; }
      .check-button.-inverse.-checked {
        background-image: url("../images/check.png");
        background-repeat: no-repeat; } }
  @media only screen and (min-width: 200px) and (max-width: 680px) {
    .check-button {
      width: 16px;
      height: 16px; } }

@media only screen and (min-width: 200px) {
  /* course-item */
  .course-item {
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
    list-style-type: none; }
    .course-item:last-child {
      border-bottom: none !important; }
    .course-item > .title {
      font-size: 18px;
      line-height: 1.5;
      display: flex;
      align-items: baseline;
      cursor: pointer;
      margin: 0;
      font-weight: 100;
      color: #666666;
      font-family: "wf_segoe-ui_light", "Segoe UI Light", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif; }
      .course-item > .title > .check-button {
        flex-shrink: 0; }
      .course-item > .title > .cta-link {
        font-size: 16px;
        margin-left: 8px; }
    .course-item > .details {
      margin-left: 25px;
      padding-top: 5px; }
      .course-item > .details > * {
        vertical-align: middle;
        margin-right: 16px;
        opacity: 0.6;
        color: #000000; }
      .course-item > .details > .icon {
        width: 16px; }
      .course-item > .details > .status {
        color: #47A6CD;
        display: inline-block;
        font-size: .9em;
        opacity: 1;
        font-family: "wf_segoe-ui_semibold", "Segoe UI Semibold", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif; }
    .course-item.-orange {
      border-bottom: 1px solid #EB7C28; }
    .course-item.-disabled > .details > .status {
      color: #c25353; }
    .course-item.-disabled > .title {
      opacity: 0.6;
      background-image: none;
      padding-left: 0; }
      .course-item.-disabled > .title > .check-button {
        cursor: not-allowed; }
    .course-item.-disabled.-checked > .title {
      background-image: none; }
  .tile-container {
    max-width: 1000px;
    padding: 10px 20px;
    width: 100%;
    height: 100%; }
    .tile-container.-flex {
      display: flex;
      flex-flow: row wrap;
      -ms-flex-flow: row wrap; }
      .tile-container.-flex .pivot-tile {
        width: 100%;
        flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        height: 270px; }
        .tile-container.-flex .pivot-tile:first-child {
          min-height: 300px;
          margin-bottom: 10px; }
        .tile-container.-flex .pivot-tile .tile-section {
          margin-bottom: 0;
          padding-top: 10px; }
    .tile-container.-stack {
      display: flex;
      flex-wrap: wrap; }
      .tile-container.-stack .pivot-tile {
        flex: 1 1 auto;
        height: 48%; }
        .tile-container.-stack .pivot-tile:last-child {
          margin-top: 10px; }
    .tile-container > #chat-form {
      height: 100%; }
  .pivot-tile {
    background-color: rgba(0, 120, 215, 0.8);
    width: 100%;
    height: 100%;
    padding: 5px 15px 15px;
    text-align: left;
    position: relative;
    max-height: 500px; }
    .pivot-tile .tile-section {
      margin-bottom: 40px; }
    .pivot-tile .tile-header {
      font-family: "wf_segoe-ui_light", "Segoe UI Light", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
      font-size: 22px;
      margin-bottom: 10px;
      line-height: 26px;
      font-weight: 100;
      margin: 20px 0 10px; }
      .pivot-tile .tile-header.-secondary {
        font-size: 18px;
        line-height: 24px;
        margin-top: 20px;
        margin-bottom: 15px; }
      .pivot-tile .tile-header.-large {
        font-size: 32px;
        line-height: 42px; }
      .pivot-tile .tile-header.required:after {
        color: #ffffff;
        display: inline-block;
        margin-left: 3px; }
    .pivot-tile .scroll-area {
      height: 100%;
      max-height: 450px;
      padding-top: 35px; }
      .pivot-tile .scroll-area .tile-header {
        margin-top: 0;
        line-height: 1em; }
    .pivot-tile .tile-description {
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 10px; }
      .pivot-tile .tile-description > a:link {
        text-decoration: underline; }
      .pivot-tile .tile-description > strong {
        font-weight: normal !important; }
      .pivot-tile .tile-description > .tile-link {
        text-decoration: underline;
        display: block;
        line-height: 20px; }
        .pivot-tile .tile-description > .tile-link.-chevron {
          margin-top: 5px; }
          .pivot-tile .tile-description > .tile-link.-chevron:after {
            content: "❯" !important;
            margin-left: 0.5em;
            display: inline-block; }
      .pivot-tile .tile-description.-bottom {
        margin-top: 40px;
        margin-bottom: 0; }
      .pivot-tile .tile-description + .error-message {
        margin-top: -10px;
        margin-bottom: 25px; }
    .pivot-tile .tile-button {
      padding-top: 20px; }
    .pivot-tile .error-message {
      font-size: 12px;
      line-height: 14px;
      margin-bottom: 0;
      margin-top: -2px;
      display: block;
      color: #ff8d87; }
    .pivot-tile a:hover {
      text-decoration: underline; }
    .pivot-tile.-featured {
      padding: 0;
      overflow: hidden; }
      .pivot-tile.-featured > .tile-section {
        margin-bottom: 0;
        background-color: #ffffff;
        background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), black);
        /*Fx 3.6-15*/
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), black);
        /*Standard*/
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), black);
        padding: 25px;
        padding-top: 100px;
        position: absolute;
        bottom: 0; }
      .pivot-tile.-featured > video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        -ms-transform: translateX(-50%) translateY(-50%);
        /* IE 9 */
        -webkit-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
      .pivot-tile.-featured .tile-description {
        font-size: 14px; }
        .pivot-tile.-featured .tile-description.tile-link-out {
          margin: 10px 0 20px; }
    .pivot-tile .button-section button {
      margin-top: 10px; }
  .cancel-button {
    width: 24px;
    position: absolute;
    top: 5px;
    right: 15px;
    overflow: hidden;
    white-space: nowrap; }
    .cancel-button:before {
      content: "✕";
      display: inline-block;
      font-size: 24px; }
    .cancel-button:hover {
      cursor: pointer; }
  .tile-link-out {
    font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
    color: #ffffff;
    font-size: 14px;
    line-height: 16px; }
  .tile-link-out a:hover {
    text-decoration: underline; }
  .pivot-tile .form-wrapper .form-row > label, .pivot-tile .form-wrapper .form-row .tile-header {
    font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
    font-size: 16px; }
    .pivot-tile .form-wrapper .form-row > label.required:after, .pivot-tile .form-wrapper .form-row .tile-header.required:after {
      color: #ffffff;
      display: inline-block;
      margin-left: 3px; } }

@media only screen and (min-width: 768px) {
  #pivot-main {
    width: calc(100% - 200px);
    display: inline-block;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    height: 100%;
    vertical-align: top; }
  #pivot-main.intro-complete {
    width: calc(100% - 275px); }
  .tile-container.-flex {
    display: flex;
    align-content: flex-start; }
    .tile-container.-flex .pivot-tile {
      width: 30%;
      height: auto; }
      .tile-container.-flex .pivot-tile:first-child {
        margin-bottom: 0;
        margin-right: 10px; }
  .pivot-tile {
    padding: 25px; }
    .pivot-tile .tile-header {
      font-size: 26px;
      line-height: 32px;
      font-weight: 100;
      margin: 0 0 15px; }
      .pivot-tile .tile-header:lang(de) {
        font-size: 24px;
        line-height: 30px; }
    .pivot-tile .scroll-area {
      padding-top: 20px; }
  #main-content {
    display: block;
    width: calc(100%);
    height: 100%;
    overflow: hidden; }
  .main-header {
    font-family: "wf_segoe-ui_light", "Segoe UI Light", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
    padding: 10px 0;
    font-size: 36px;
    line-height: 44px;
    display: block;
    color: #fff;
    text-align: left; }
  .main-subheader {
    font-family: "wf_segoe-ui_light", "Segoe UI Light", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
    padding: 10px 0;
    font-size: 26px;
    line-height: 32px;
    display: block;
    color: #fff;
    text-align: left; }
  .main-copy {
    font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
    display: block;
    color: #fff;
    text-align: left; }
  .slide-cta-block > .slide-cta {
    font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
    display: block;
    display: inline-block;
    height: auto;
    line-height: 15px;
    padding: 10px 60px;
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid #ffffff;
    color: #fff;
    text-align: center;
    cursor: pointer; }
    .slide-cta-block > .slide-cta.-blue {
      background: #0078d7;
      border: 0; }
    .slide-cta-block > .slide-cta.-chevron::after {
      content: "❯";
      margin-left: 0.5em; }
  .slide-cta-block.-right {
    position: absolute;
    bottom: 15px;
    right: 15px; }
    .slide-cta-block.-right > .slide-cta {
      padding: 15px 40px;
      text-transform: uppercase;
      background: #000000;
      color: #ffffff; }
  .display-pane {
    display: block;
    width: calc(100%);
    height: calc(100%);
    color: #ffffff;
    font-size: 16px;
    vertical-align: top;
    overflow: hidden; }
    .display-pane.-gray {
      position: relative;
      background: #f1f1f1; }
      .display-pane.-gray > .pane-container {
        padding: 3% 5%; }
  #display-welcome {
    height: 100%; }
  #display-watch {
    position: relative;
    width: calc(100%);
    height: 100%;
    background: #000000;
    padding-top: 40px; }
  #video-chapters {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 150;
    width: 280px;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden; }
    #video-chapters > .chapter-control {
      width: 30px;
      height: 100%;
      display: inline-block;
      line-height: 500px;
      float: left;
      cursor: pointer; }
    #video-chapters > .chapter-list {
      width: 245px;
      height: 100%;
      display: inline-block; }
    #video-chapters > .chapter-list.-close {
      display: none; }
    #video-chapters > .chapter-list > ul {
      display: inline-block;
      margin: 0;
      padding: 15px;
      list-style-type: none; }
    #video-chapters > .chapter-list > ul > li {
      padding: 10px 0;
      border-bottom: 2px solid #ffffff;
      cursor: pointer; }
      #video-chapters > .chapter-list > ul > li > .main-subheader {
        font-size: 15px;
        line-height: 17px;
        padding: 0;
        color: #bbbbbb; }
      #video-chapters > .chapter-list > ul > li > .main-copy {
        font-size: 12px;
        line-height: 14px;
        padding: 0;
        color: #bbbbbb; }
    #video-chapters > .chapter-list > ul > li:last-child {
      border: 0; }
    #video-chapters > .chapter-list > ul > li:hover > .main-subheader,
    #video-chapters > .chapter-list > ul > li:hover > .main-copy {
      color: #ffffff; }
    #video-chapters > .chapter-list > ul > li.-active > .main-subheader,
    #video-chapters > .chapter-list > ul > li.-active > .main-copy {
      color: #ffffff; }
  #video-chapters.-close {
    width: 30px; }
    #video-chapters.-close > .chapter-control {
      -ms-transform: rotate(180deg);
      /* IE 9 */
      -webkit-transform: rotate(180deg);
      /* Chrome, Safari, Opera */
      -o-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      transform: rotate(180deg); }
  #video-container {
    width: calc(100%);
    height: 100%; }
    #video-container > .watch-video-embed {
      width: calc(100%);
      height: 100%;
      max-height: 600px;
      vertical-align: top; }
  #display-learn > #learn-wrapper {
    background: -moz-linear-gradient(left, transparent, black);
    /*Fx 3.6-15*/
    background: linear-gradient(to left, transparent, black);
    /*Standard*/ }
  .learn-container {
    padding: 60px 30px 20px 60px; }
  #display-do {
    background: url("../Images/try_background.jpg") no-repeat center right;
    background-size: cover; }
  #offer-container {
    position: relative;
    top: 245px;
    left: 55px;
    width: 350px;
    height: 200px;
    background: #0078d7;
    padding: 3%; }
    #offer-container > .main-header {
      font-size: 30px;
      line-height: 34px; }
    #offer-container > .slide-cta-block {
      padding-top: 15px;
      text-align: left; }
    #offer-container > .slide-cta-block > .slide-cta {
      background: #ffffff;
      color: #0078d7; }
  .-hidden {
    display: none; }
  /* CAREER ESSENTIALS PIVOT */
  #display-explore {
    position: relative;
    background: #cccccc url("../Images/pivot-explore-hero.jpg") no-repeat center center;
    background-size: cover; }
    #display-explore > #explore-career-wrapper {
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7); }
  .career-container {
    height: 440px;
    padding: 30px; }
    .career-container .career-header {
      padding: 10px 0;
      font-size: 36px;
      line-height: 44px;
      display: block;
      font-size: 30px;
      line-height: 30px;
      border-bottom: 2px solid #ffffff; }
    .career-container .career-copy {
      padding: 10px 0;
      font-size: 16px;
      line-height: 24px;
      display: block;
      font-size: 15px;
      line-height: 22px; }
    .career-container #explore-cta > .slide-cta {
      border: 1px solid #999; }
  .skills-block {
    display: none;
    width: calc(100%);
    height: 360px;
    margin-top: 15px;
    padding: 0;
    overflow: hidden; }
    .skills-block.-active {
      display: block; }
  .skill-row {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 0 0 0; }
    .skill-row > .skill-icon,
    .skill-row > .skill-description {
      display: inline-block;
      vertical-align: top; }
    .skill-row > .skill-icon {
      width: 20px;
      height: 20px; }
    .skill-row > .skill-icon img {
      width: 20px;
      height: auto; }
    .skill-row > .skill-description {
      width: 90%;
      height: auto; }
    .skill-row > .skill-description > .skill-header {
      font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
      font-size: 16px;
      line-height: 24px;
      color: #000;
      display: block; }
    .skill-row > .skill-description > .skill-copy {
      font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
      font-size: 14px;
      line-height: 20px;
      color: #000;
      text-align: left;
      padding-bottom: 20px;
      display: block;
      border-bottom: 1px solid #999999; }
    .skill-row > .skill-row:last-child > .skill-description > .skill-copy {
      border: none; }
  .accordion-list {
    padding: 0;
    margin: 0; }
    .accordion-list > .accordion-block {
      list-style-type: none;
      padding: 10px 0;
      text-align: left; }
      .accordion-list > .accordion-block > .ablock-toggle {
        display: inline-block;
        cursor: pointer;
        font-size: 26px;
        vertical-align: baseline;
        min-width: 25px;
        color: #000000;
        font-family: "wf_segoe-ui_light", "Segoe UI Light", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif; }
        .accordion-list > .accordion-block > .ablock-toggle:after {
          content: '+'; }
      .accordion-list > .accordion-block.-expanded > .ablock-toggle:after {
        content: '–'; }
      .accordion-list > .accordion-block > .ablock-title {
        font-size: 18px;
        cursor: pointer;
        line-height: 1.5;
        margin: 0;
        font-weight: 100;
        color: #000000;
        display: inline;
        font-family: "wf_segoe-ui_light", "Segoe UI Light", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif; }
      .accordion-list > .accordion-block > .ablock-body {
        display: none;
        padding: 0 0 0 5px; }
        .accordion-list > .accordion-block > .ablock-body > ul {
          padding-left: 0; }
  .check-button {
    -webkit-appearance: none;
    background: none;
    background-image: url("../images/uncheck-blk.png");
    background-size: 1em;
    background-repeat: no-repeat; }
    .check-button.-checked {
      background-image: url("../images/check-blk.png");
      background-repeat: no-repeat; }
    .check-button.-inverse {
      background-image: url("../images/uncheck.png");
      background-repeat: no-repeat; }
      .check-button.-inverse.-checked {
        background-image: url("../images/check.png");
        background-repeat: no-repeat; } }
  @media only screen and (min-width: 768px) and (max-width: 680px) {
    .check-button {
      width: 16px;
      height: 16px; } }

@media only screen and (min-width: 768px) {
  /* course-item */
  .course-item {
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
    list-style-type: none; }
    .course-item:last-child {
      border-bottom: none !important; }
    .course-item > .title {
      font-size: 18px;
      line-height: 1.5;
      display: flex; }
      .course-item > .title > .check-button {
        flex-shrink: 0; }
      .course-item > .title > .cta-link {
        font-size: 16px;
        margin-left: 8px; }
    .course-item > .details > * {
      vertical-align: middle;
      margin-right: 16px;
      opacity: 0.6;
      color: #000000; }
    .course-item > .details > .icon {
      width: 16px; }
    .course-item > .details > .status {
      color: #47A6CD;
      display: inline-block;
      font-size: .9em;
      opacity: 1;
      font-family: "wf_segoe-ui_semibold", "Segoe UI Semibold", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif; }
    .course-item.-orange {
      border-bottom: 1px solid #EB7C28; }
    .course-item.-disabled > .details > .status {
      color: #c25353; }
    .course-item.-disabled > .title {
      opacity: 0.6;
      background-image: none;
      padding-left: 0; }
      .course-item.-disabled > .title > .check-button {
        cursor: not-allowed; }
    .course-item.-disabled.-checked > .title {
      background-image: none; } }

@media only screen and (min-width: 1084px) {
  #pivot-main {
    width: calc(100% - 265px); }
  #pivot-main.intro-complete {
    width: calc(100% - 355px); }
  .slide-cta-block > .slide-cta {
    line-height: 15px;
    padding: 10px 60px; }
  .slide-cta-block.-right {
    bottom: 15px;
    right: 15px; }
    .slide-cta-block.-right > .slide-cta {
      padding: 15px 40px; }
  #video-chapters {
    width: 295px; }
    #video-chapters > .chapter-control {
      line-height: 600px; }
    #video-chapters > .chapter-list {
      width: 265px; }
    #video-chapters > .chapter-list > ul {
      padding: 20px 25px 15px 15px; }
    #video-chapters > .chapter-list > ul > li {
      padding: 15px 0; }
      #video-chapters > .chapter-list > ul > li > .main-subheader {
        font-size: 17px;
        line-height: 19px;
        padding: 0; }
      #video-chapters > .chapter-list > ul > li > .main-copy {
        font-size: 14px;
        line-height: 16px;
        padding: 0; }
  #video-container {
    padding: 0; }
  .learn-container {
    padding: 100px 20px 20px 100px; }
  #display-do {
    background: url("../Images/try_background.jpg") no-repeat center center;
    background-size: cover; }
  #offer-container {
    top: 120px;
    left: 60px;
    width: 300px;
    height: 300px;
    padding: 3%; }
    #offer-container > .main-header {
      font-size: 30px;
      line-height: 34px; }
  .tile-container {
    max-width: 1000px;
    padding: 50px 70px;
    width: 100%;
    height: 100%; }
    .tile-container.-flex .pivot-tile {
      height: auto;
      min-height: 500px; }
    .tile-container.-stack {
      flex-wrap: nowrap;
      padding-top: 100px;
      padding-bottom: 150px; }
      .tile-container.-stack .pivot-tile {
        flex: 1 1 auto;
        height: 100%;
        padding-top: 50px; }
        .tile-container.-stack .pivot-tile:last-child {
          margin-left: 20px;
          margin-top: 0; }
        .tile-container.-stack .pivot-tile .tile-header {
          margin-bottom: 20px;
          font-size: 26px;
          line-height: 34px; }
        .tile-container.-stack .pivot-tile .tile-description {
          margin-bottom: 30px; }
  .tile-header {
    font-family: "wf_segoe-ui_light", "Segoe UI Light", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: 100;
    margin-bottom: 20px;
    color: #ffffff; }
    .tile-header.-secondary {
      font-size: 18px;
      line-height: 24px;
      margin-top: 20px;
      margin-bottom: 15px; }
    .tile-header.-large {
      font-size: 32px;
      line-height: 42px; }
  .pivot-tile .tile-description {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px; }
    .pivot-tile .tile-description > .tile-link {
      text-decoration: underline;
      display: block;
      line-height: 20px; }
    .pivot-tile .tile-description:lang(de) {
      font-size: 14px; }
  .pivot-tile .cancel-button {
    font-size: 14px;
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 2;
    overflow: auto;
    max-width: none;
    font-size: 16px;
    width: auto; }
    .pivot-tile .cancel-button:before {
      content: "✕";
      display: inline-block;
      font-size: 20px; }
  .pivot-tile .scroll-area {
    padding-top: 35px; }
  .error-message {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px; }
  /* CAREER ESSENTIALS PIVOT */
  #display-explore > #explore-career-wrapper {
    width: 435px;
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.7) 1%, rgba(0, 0, 0, 0.7) 50%, transparent 100%);
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.7) 1%, rgba(0, 0, 0, 0.7) 50%, transparent 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 1%, rgba(0, 0, 0, 0.7) 50%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */ }
  #display-explore > #explore-cta > .slide-cta {
    border: 0; }
  .career-container {
    height: 520px;
    padding: 30px 0 0 30px; }
    .career-container .career-header {
      font-size: 40px;
      line-height: 42px; }
    .career-container .career-copy {
      font-size: 15px;
      line-height: 22px; }
  .skills-toggle > .skills-option {
    padding: 5px 0;
    margin: 0 20px 0 0;
    font-size: 16px;
    line-height: 20px; }
    .skills-toggle > .skills-option.-active {
      border-bottom: 3px solid #000000; }
  .skills-block {
    height: 450px;
    margin-top: 20px;
    padding: 0; }
  .skill-details {
    font-size: 15px;
    line-height: 22px; }
  .skill-row {
    padding: 15px 0 0 0; }
    .skill-row > .skill-icon {
      width: 30px;
      height: 30px; }
    .skill-row > .skill-icon img {
      width: 30px;
      height: auto; }
    .skill-row > .skill-description > .skill-header {
      font-size: 20px;
      line-height: 26px; }
    .skill-row > .skill-description > .skill-copy {
      font-size: 15px;
      line-height: 22px; }
  .accordion-list > .accordion-block {
    padding: 10px 0; }
    .accordion-list > .accordion-block > .ablock-toggle {
      font-size: 34px;
      min-width: 40px; }
    .accordion-list > .accordion-block > .ablock-title {
      font-size: 24px;
      line-height: 1.5; }
    .accordion-list > .accordion-block > .ablock-body > ul {
      padding-left: 15px; }
  /* course-item */
  .course-item {
    padding: 15px 0; }
    .course-item > .title {
      font-size: 18px; }
      .course-item > .title > .cta-link {
        font-size: 18px;
        margin-left: 13px; }
    .course-item > .details {
      margin-left: 30px; } }

@media only screen and (min-width: 1400px) {
  #pivot-main {
    width: calc(100% - 320px); }
  #pivot-main.intro-complete {
    width: calc(100% - 440px); }
  .tile-container.-flex {
    flex-flow: column wrap;
    -ms-flex-flow: column wrap; }
    .tile-container.-flex .pivot-tile {
      width: 38%;
      min-height: 600px; }
      .tile-container.-flex .pivot-tile:first-child {
        min-height: 600px;
        width: 62%;
        margin-right: 10px;
        margin-bottom: 0;
        height: 100%; }
  .tile-container.-stack {
    flex-wrap: nowrap;
    padding-top: 150px;
    padding-bottom: 200px; }
    .tile-container.-stack .pivot-tile {
      flex: 1 1 auto;
      height: 100%;
      padding-top: 50px; }
      .tile-container.-stack .pivot-tile:last-child {
        margin-left: 20px;
        margin-top: 0; }
      .tile-container.-stack .pivot-tile .tile-header {
        margin-bottom: 25px;
        font-size: 32px;
        line-height: 42px; }
      .tile-container.-stack .pivot-tile .tile-description {
        margin-bottom: 35px; }
  .slide-cta-block > .slide-cta {
    line-height: 15px;
    padding: 10px 80px; }
  .slide-cta-block.-right {
    bottom: 30px;
    right: 30px; }
    .slide-cta-block.-right > .slide-cta {
      padding: 15px 40px; }
  #video-chapters {
    width: 310px; }
    #video-chapters > .chapter-control {
      line-height: 700px; }
    #video-chapters > .chapter-list {
      width: 275px; }
    #video-chapters > .chapter-list > ul {
      padding: 25px 25px 25px 15px; }
    #video-chapters > .chapter-list > ul > li {
      padding: 20px 0; }
      #video-chapters > .chapter-list > ul > li > .main-subheader {
        font-size: 18px;
        line-height: 20px;
        padding: 0; }
      #video-chapters > .chapter-list > ul > li > .main-copy {
        font-size: 15px;
        line-height: 17px;
        padding: 0; }
  #video-container {
    padding: 0 80px; }
  .learn-container {
    padding: 150px 20px 20px 150px; }
  #offer-container {
    top: 140px;
    left: 80px;
    width: 315px;
    height: 350px;
    padding: 5%; }
    #offer-container > .main-hedaer {
      font-size: 36px;
      line-height: 40px; }
  /* CAREER ESSENTIALS PIVOT */
  #display-explore > #explore-career-wrapper {
    width: 500px; }
  .career-container {
    padding: 50px 0 0 50px;
    height: 610px; }
    .career-container .career-header {
      font-size: 50px;
      line-height: 50px; }
    .career-container .career-copy {
      padding: 10px 0;
      font-size: 16px;
      line-height: 24px;
      display: block; }
  .skills-toggle > .skills-option {
    padding: 10px 0;
    font-size: 20px;
    line-height: 24px; }
    .skills-toggle > .skills-option.-active {
      border-bottom: 4px solid #000000; }
  .skills-block {
    height: 500px;
    margin-top: 20px; }
  .skill-details {
    font-size: 16px;
    line-height: 24px; }
  .skill-row {
    padding: 20px 20px 0 0; }
    .skill-row > .skill-icon {
      width: 40px;
      height: 40px; }
    .skill-row > .skill-icon img {
      width: 40px; }
    .skill-row > .skill-description > .skill-header {
      font-size: 22px;
      line-height: 28px; }
    .skill-row > .skill-description > .skill-copy {
      font-size: 16px;
      line-height: 24px; }
  .accordion-list > .accordion-block {
    padding: 10px 0; }
    .accordion-list > .accordion-block > .ablock-toggle {
      font-size: 36px;
      min-width: 35px; }
    .accordion-list > .accordion-block > .ablock-title {
      font-size: 26px;
      line-height: 1.5; }
    .accordion-list > .accordion-block > .ablock-body > ul {
      padding-left: 30px; } }

@media only screen and (min-width: 1600px) {
  #pivot-main {
    width: calc(100% - 350px); }
  #pivot-main.intro-complete {
    width: calc(100% - 490px); }
  .slide-cta-block > .slide-cta {
    line-height: 15px;
    padding: 10px 80px; }
  .slide-cta-block.-right {
    bottom: 30px;
    right: 30px; }
    .slide-cta-block.-right > .slide-cta {
      padding: 15px 40px; }
  #video-chapters {
    width: 330px; }
    #video-chapters > .chapter-control {
      line-height: 750px; }
    #video-chapters > .chapter-list {
      width: 295px; }
    #video-chapters > .chapter-list > ul {
      padding: 25px; }
    #video-chapters > .chapter-list > ul > li {
      padding: 20px 0; }
      #video-chapters > .chapter-list > ul > li > .main-subheader {
        font-size: 18px;
        line-height: 20px;
        padding: 0; }
      #video-chapters > .chapter-list > ul > li > .main-copy {
        font-size: 15px;
        line-height: 17px;
        padding: 0; }
  #video-container {
    padding: 0 180px; }
  #offer-container {
    top: 115px;
    left: 100px;
    width: 350px;
    height: 400px;
    padding: 5%; }
  .tile-container.-stack {
    flex-wrap: nowrap;
    padding-top: 150px;
    padding-bottom: 200px;
    padding-left: 100px; }
    .tile-container.-stack .pivot-tile {
      flex: 1 1 auto;
      height: 100%;
      padding-top: 50px; }
      .tile-container.-stack .pivot-tile:last-child {
        margin-left: 20px;
        margin-top: 0; }
      .tile-container.-stack .pivot-tile .tile-header {
        margin-bottom: 25px;
        font-size: 32px;
        line-height: 42px; }
      .tile-container.-stack .pivot-tile .tile-description {
        margin-bottom: 35px; }
  .tile-container.-flex .pivot-tile, .tile-container.-flex .pivot-tile:first-child {
    min-height: 650px; }
  /* CAREER ESSENTIALS PIVOT */
  #display-explore > #explore-career-wrapper {
    width: 550px; }
  .career-container {
    height: 660px; }
    .career-container .career-header {
      font-size: 55px;
      line-height: 65px; }
  .skills-block {
    height: 530px; }
  .skill-row > .skill-icon {
    width: 45px;
    height: 45px; }
  .skill-row > .skill-icon img {
    width: 45px; } }

@media only screen and (min-width: 200px) {
  #pivot-lower {
    position: relative;
    width: 100%;
    max-width: 768px;
    height: auto;
    display: block;
    margin: 5px auto;
    z-index: 10; }
  .lower-main-offer {
    width: 100%;
    height: 175px;
    display: block;
    vertical-align: top;
    background: #0078d7; }
    .lower-main-offer > .offer-square {
      position: relative;
      width: 100%;
      margin: 0;
      padding: 15px;
      font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
      font-size: 24px;
      line-height: 30px; }
      .lower-main-offer > .offer-square > .main-header {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 10px; }
      .lower-main-offer > .offer-square > .slide-cta-block {
        padding: 10px 0 20px 0; }
      .lower-main-offer > .offer-square > .slide-cta-block > .slide-cta {
        background: #ffffff;
        color: #0078d7;
        padding: 10px 20px; }
  .lower-addl-pivots {
    width: 100%;
    max-width: 1452px;
    height: auto;
    color: #000;
    display: block;
    vertical-align: top; }
  .offer-rect {
    position: relative;
    height: 175px;
    margin: 5px 0 0 0;
    color: #000;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden; }
    .offer-rect.-video {
      position: relative;
      background-position: center -30px; }
      .offer-rect.-video > a:after {
        content: url(/azureessentials/Images/icons/video-play.png);
        position: absolute;
        left: 43%;
        top: 34%;
        zoom: 70%;
        cursor: pointer; }
  .offer-content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 175px;
    background: -moz-linear-gradient(top, transparent 5%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 5%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 5%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
  .offer-desc {
    position: absolute;
    bottom: 25px;
    padding: 0 15px; }
    .offer-desc > .main-subheader {
      font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
      padding: 0;
      font-size: 16px;
      line-height: 18px; }
    .offer-desc > .main-copy {
      padding: 0;
      font-size: 12px;
      line-height: 14px; } }

@media only screen and (min-width: 768px) {
  #pivot-lower {
    position: relative;
    width: 100%;
    max-width: 768px;
    height: 200px;
    display: flex;
    margin: 5px auto;
    z-index: 10; }
  .lower-main-offer {
    width: 200px;
    height: 200px;
    display: inline-block; }
    .lower-main-offer > .offer-square {
      width: 150px;
      margin: 15px 25px;
      padding: 0;
      font-size: 24px;
      line-height: 30px; }
      .lower-main-offer > .offer-square > .main-header {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 10px; }
      .lower-main-offer > .offer-square > .slide-cta-block {
        padding: 0 0 10px 0; }
      .lower-main-offer > .offer-square > .slide-cta-block > .slide-cta {
        padding: 10px 20px; }
  .lower-addl-pivots {
    width: 100%;
    max-width: 768px;
    /* Changed per lower-main-offer removal */
    height: 200px;
    display: inline-flex; }
  .offer-rect {
    height: 200px;
    margin: 0 5px 0 0;
    display: inline-block;
    flex-grow: 1; }
    .offer-rect.-video {
      background-position: center; }
      .offer-rect.-video > a:after {
        zoom: 60%;
        left: 38%;
        top: 34%; }
  .offer-rect:last-child {
    margin: 0; }
  .offer-content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: -moz-linear-gradient(top, transparent 5%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 5%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 5%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
  .offer-desc {
    position: absolute;
    bottom: 25px;
    padding: 0 15px; }
    .offer-desc > .main-subheader {
      padding: 0;
      font-size: 16px;
      line-height: 18px; }
    .offer-desc > .main-copy {
      padding: 0;
      font-size: 12px;
      line-height: 14px; } }

@media only screen and (min-width: 1084px) {
  #pivot-lower {
    position: relative;
    width: 100%;
    max-width: 1084px;
    height: 265px;
    display: flex;
    margin: 5px auto; }
  .lower-main-offer {
    width: 265px;
    height: 265px;
    display: inline-block;
    vertical-align: top; }
    .lower-main-offer > .offer-square {
      width: 225px;
      margin: 20px;
      font-size: 32px;
      line-height: 42px; }
      .lower-main-offer > .offer-square > .main-header {
        font-size: 32px;
        line-height: 42px;
        padding-bottom: 10px; }
      .lower-main-offer > .offer-square > .slide-cta-block {
        padding: 15px 0 20px; }
      .lower-main-offer > .offer-square > .slide-cta-block > .slide-cta {
        padding: 10px 50px; }
  .lower-addl-pivots {
    max-width: 1084px;
    /* Changed per lower-main-offer removal */
    height: 265px; }
  .offer-rect {
    height: 265px; }
    .offer-rect.-video > a:after {
      zoom: 80%;
      left: 40%; }
  .offer-content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 265px;
    background: -moz-linear-gradient(top, transparent 10%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 10%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
  .offer-desc {
    bottom: 40px;
    padding: 0 15px; }
    .offer-desc > .main-subheader {
      font-size: 20px;
      line-height: 26px; }
    .offer-desc > .main-copy {
      font-size: 14px;
      line-height: 18px; } }

@media only screen and (min-width: 1400px) {
  #pivot-lower {
    max-width: 1400px;
    height: 320px; }
  .lower-main-offer {
    width: 320px;
    height: 320px; }
    .lower-main-offer > .offer-square {
      width: 259px;
      margin: 30px; }
      .lower-main-offer > .offer-square > .slide-cta-block > .slide-cta {
        padding: 10px 50px; }
  .lower-addl-pivots {
    max-width: 1400px;
    /* Changed per lower-main-offer removal */
    height: 320px; }
  .offer-rect {
    height: 320px; }
    .offer-rect.-video > a:after {
      left: 38%;
      top: 34%;
      zoom: 95%; }
  .offer-content {
    height: 320px;
    background: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
  .offer-desc {
    bottom: 40px;
    padding: 0 15px; }
    .offer-desc > .main-subheader {
      font-size: 22px;
      line-height: 30px; }
    .offer-desc > .main-copy {
      font-size: 15px;
      line-height: 22px; } }

@media only screen and (min-width: 1600px) {
  #pivot-lower {
    max-width: 1600px;
    height: 350px; }
  .lower-main-offer {
    width: 350px;
    height: 350px; }
    .lower-main-offer > .offer-square {
      width: 289px; }
  .lower-addl-pivots {
    max-width: 1600px;
    /* Changed per lower-main-offer removal */
    height: 350px; }
  .offer-rect {
    height: 350px; }
  .offer-content {
    height: 350px; }
  .offer-desc {
    bottom: 40px;
    padding: 0 15px; }
    .offer-desc > .main-subheader {
      font-size: 26px;
      line-height: 32px; }
    .offer-desc > .main-copy {
      font-size: 16px;
      line-height: 24px; } }

/* fonts */
@font-face {
  font-family: "wf_segoe-ui_light";
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Light"), local("Segoe WP Light"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.ttf") format("truetype"); }

@font-face {
  font-family: "wf_segoe-ui_semilight";
  font-style: normal;
  font-weight: normal;
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semilight/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semilight/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semilight/latest.ttf") format("truetype"); }

@font-face {
  font-family: "wf_segoe-ui_normal";
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI"), local("Segoe"), local("Segoe WP"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.ttf") format("truetype"); }

@font-face {
  font-family: "wf_segoe-ui_semibold";
  font-style: normal;
  font-weight: normal;
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semibold/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semibold/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semibold/latest.ttf") format("truetype"); }

@font-face {
  font-family: "wf_segoe-ui_bold";
  font-style: normal;
  font-weight: normal;
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.ttf") format("truetype"); }

@media only screen and (min-width: 200px) {
  #pivot-main.pivot-support {
    background: url("/Images/support_bg_temp_2.jpg");
    background-size: cover;
    line-height: normal; }
  .form-wrapper {
    width: 100%; }
    .form-wrapper .form-row {
      font-family: "wf_segoe-ui_light", "Segoe UI Light", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
      width: 100%; }
      .form-wrapper .form-row > label, .form-wrapper .form-row .tile-header {
        display: block;
        font-size: 16px;
        line-height: normal;
        font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif; }
      .form-wrapper .form-row input, .form-wrapper .form-row select, .form-wrapper .form-row textarea {
        width: 100%;
        margin-bottom: 10px;
        color: #353535;
        font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif; }
      .form-wrapper .form-row.-wide input, .form-wrapper .form-row.-wide select, .form-wrapper .form-row.-wide textarea {
        width: 100%; }
      .form-wrapper .form-row input[type="submit"] {
        width: auto; }
      .form-wrapper .form-row input[type="radio"] {
        width: 1em;
        margin-bottom: 0;
        display: inline-block;
        margin-right: 8px; }
      .form-wrapper .form-row > .form-note {
        font-size: 13px;
        font-weight: normal;
        padding-top: 10px;
        font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif; }
  #profile-update.tile-container .form-row.-small {
    font-size: 14px;
    margin-bottom: 10px;
    font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif; }
  #profile-update.tile-container #cancel-link {
    color: #ffffff !important;
    font-size: 14px;
    font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif; }
  #cancel-dialog {
    width: 100%; }
    #cancel-dialog > p {
      font-size: 16px;
      font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
      line-height: normal; }
  /* message-overlay */
  .message-overlay {
    height: 100%;
    width: 100%;
    display: none; }
    .message-overlay > .dim {
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: 1000 !important;
      background-color: black;
      opacity: 0.75;
      transition: .5s; }
    .message-overlay > .message {
      width: 220px;
      height: 80px;
      position: absolute;
      display: block;
      margin: auto;
      right: 0;
      left: 0;
      z-index: 1001 !important;
      background-color: #ffffff;
      top: 45%;
      line-height: 1.3em;
      border-radius: 4px;
      vertical-align: middle;
      border: 1px solid #ffffff;
      padding: 10px;
      color: #88c502;
      transition: .5s; }
  /* checked-content */
  .checked-content {
    padding-left: 3em; }
    .checked-content:before {
      content: "✓";
      font-weight: bold;
      font-size: 30px;
      color: #ffffff;
      position: absolute;
      left: .1em;
      top: 1.2em;
      margin-top: -.9em;
      background: #88c502;
      height: 1.2em;
      width: 1.2em;
      line-height: 1.2em;
      border: .3em solid #fff;
      text-align: center;
      border-radius: 2em;
      box-sizing: content-box; }
  /* plugin fixes */
  .ui-dialog {
    z-index: 1000000000;
    top: 0;
    left: 0;
    margin: auto;
    position: fixed;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: stretch; }
  .ui-dialog .ui-dialog-content {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  #radio2 {
    margin-left: 26px; }
  .accordion-block.-small {
    padding-top: 0;
    border-bottom: 1px solid #ffffff; }
    .accordion-block.-small > .ablock-title {
      font-size: 16px;
      line-height: normal;
      font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
      color: #ffffff;
      margin-top: 0; }
      .accordion-block.-small > .ablock-title.-large {
        font-size: 18px;
        line-height: 24px;
        font-family: "wf_segoe-ui_light", "Segoe UI Light", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif; }
    .accordion-block.-small > .ablock-toggle {
      font-size: 26px;
      color: #ffffff; }
    .accordion-block.-small > .ablock-body {
      padding: 5px 0;
      font-family: "wf_segoe-ui_light", "Segoe UI Light", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif; }
    .accordion-block.-small.-expanded .ablock-title {
      font-family: "wf_segoe-ui_semibold", "Segoe UI Semibold", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif; }
    .accordion-block.-small:first-child {
      border-top: 1px solid #ffffff; } }

@media only screen and (min-width: 768px) {
  .accordion-block.-small > .ablock-body {
    padding: 2px 0 5px; } }

@media only screen and (min-width: 1084px) {
  .accordion-block.-small > .ablock-body {
    padding: 2px 0 5px 40px; }
  .form-wrapper .form-row input, .form-wrapper .form-row select, .form-wrapper .form-row textarea {
    width: 50%; }
  .form-wrapper .form-row.-wide input, .form-wrapper .form-row.-wide select, .form-wrapper .form-row.-wide textarea {
    width: 70%; } }

/** INTRODUCTION SLIDER **/
@media only screen and (min-width: 200px) {
  #pivot-intro-wrapper {
    position: relative;
    z-index: 100;
    width: calc(100%);
    height: 550px;
    display: inline-block;
    background: url("/azureessentials/Images/pivot-intro-hero.jpg") no-repeat center center;
    background-size: cover;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    vertical-align: top; }
  #slider-wrapper {
    position: relative;
    width: calc(100%);
    height: 100%;
    margin: 0 auto;
    background: rgba(51, 51, 51, 0.9);
    overflow: hidden; }
  .slide-header {
    font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
    font-size: 22px;
    line-height: 26px;
    padding: 0;
    color: #fff;
    text-align: left;
    display: block; }
  .slide-copy {
    font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
    font-size: 15px;
    line-height: 22px;
    padding: 10px 0;
    color: #fff;
    text-align: left;
    display: block; }
  #slide-skip {
    position: absolute;
    z-index: 101;
    right: 20px;
    bottom: 20px; }
    #slide-skip > .slide-cta-block > .slide-cta {
      padding: 10px 30px;
      font-size: 12px;
      line-height: 12px; }
  .overlay-control {
    position: absolute;
    top: 45%;
    width: 30px;
    z-index: 100;
    padding: 30px 5px;
    background: transparent;
    font-family: "wf_segoe-ui_light", "Segoe UI Light", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
    font-size: 30px;
    cursor: pointer;
    color: #ffffff; }
  #overlay-control-left {
    left: 0; }
  #overlay-control-right {
    right: 0; }
  .inner-wrapper {
    width: calc(100%);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    overflow: hidden; }
    .inner-wrapper > label.slider-radio {
      padding: 6px;
      background: #ffffff;
      position: absolute;
      left: 50%;
      bottom: 25px;
      border-radius: 20px;
      opacity: 0.3;
      cursor: pointer;
      z-index: 99; }
    .inner-wrapper > input.control {
      display: none; }
    .inner-wrapper > label.slider-radio:hover {
      opacity: .50; }
  #s1 {
    margin-left: -36px; }
  #s2 {
    margin-left: -12px; }
  #s3 {
    margin-left: 12px; }
  #Slide1.-active ~ .overflow-wrapper {
    margin-left: 0; }
  #Slide2.-active ~ .overflow-wrapper {
    margin-left: -100%; }
  #Slide3.-active ~ .overflow-wrapper {
    margin-left: -200%; }
  #Slide1.-active + #s1 {
    opacity: 1; }
  #Slide2.-active + #s2 {
    opacity: 1; }
  #Slide3.-active + #s3 {
    opacity: 1; }
  .overflow-wrapper {
    width: 300%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: hidden;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .overflow-wrapper > .slide {
      width: calc(33.333%);
      height: 100%;
      float: left; }
  #slide-welcome > .slide-content {
    position: relative; }
    #slide-welcome > .slide-content > .slide-cta-block {
      padding-top: 15px;
      text-align: left; }
    #slide-welcome > .slide-content #get-started {
      display: inline-block;
      position: relative;
      z-index: 102; }
  #slide-select > .slide-content {
    position: relative;
  }
  #slide-select > .slide-content > .mobile-track-example {
    width: 100%;
    max-width: 280px;
    height: 100px;
    margin: 10px auto 0 auto;
    background: url("/azureessentials/Images/mobile-intro-tracks.svg") no-repeat top center;
    background-size: cover;
  }
  #slide-simple > .slide-content {
    position: relative;
  }
  #slide-simple > .slide-content > .mobile-stage-example {
    width: 100%;
    max-width: 400px;
    height: 200px;
    margin: 10px auto 0 auto;
    background: url("/azureessentials/images/mobile-intro-stages.svg") no-repeat top center;
    background-size: cover;
  }
  #slide-simple > .slide-content > .slide-cta-block {
    padding-top: 15px;
    text-align: left;
  }
  #slide-simple > .slide-content > .slide-cta-block > .slide-cta {
    background-color: #0078d7;
  }
  #get-started {
    background-color: #0078d7; }
  .slide-content {
    top: 50px;
    left: unset;
    width: 280px;
    height: auto;
    margin: 0 auto; }
  .slide-bgcopy-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%; }
  #slide-loc-simple {
    width: 100%;
    font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
    font-size: 34px;
    padding-top: 40px; }
  .slide-bgcopy-loc {
    display: none; } }

@media only screen and (min-width: 768px) {
  #pivot-intro-wrapper {
    height: 100%; }
  .slide-header {
    font-size: 26px;
    line-height: 30px;
    padding: 0;
    color: #fff;
    text-align: left;
    display: block; }
  .slide-copy {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
    color: #fff;
    text-align: left;
    display: block; }
  #slide-skip {
    position: absolute;
    z-index: 101;
    right: 20px;
    top: 20px; }
    #slide-skip > .slide-cta-block > .slide-cta {
      padding: 10px 40px;
      font-size: 16px;
      line-height: 15px; }
  #slide-welcome > .slide-content > .slide-cta-block {
    padding-top: 15px;
    text-align: left; }
  .slide-content {
    top: 130px;
    left: 65px;
    width: 450px;
    height: auto;
    margin: 0; }
  #slide-select {
    background: url("/azureessentials/Images/select-track-mobile.svg") no-repeat center 20px;
    background-size: 475px auto;
  }
  #slide-select > .slide-content {
    top: 130px;
    left: 140px;
    width: 345px;
    height: auto;
  }
  #slide-select > .slide-content > .mobile-track-example {
        display: none; }
	
  #slide-simple.slide-career {
    background: url("/azureessentials/Images/simple-mobile_career.svg") no-repeat center top;
    background-size: 590px auto; }

  #slide-simple {
    background: url("/azureessentials/Images/simple-mobile.svg") no-repeat center top;
    background-size: 590px auto;
  }
  #slide-simple > .slide-bgcopy-container {
    position: relative;
  }
  #slide-simple > .slide-bgcopy-container > .slide-bgcopy-loc {
    display: block;
    position: absolute;
    right: 5px;
    width: 130px;
    font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  #slide-simple > .slide-bgcopy-container > #slide-loc-watch {
    top: 105px;
  }
  #slide-simple > .slide-bgcopy-container > #slide-loc-learn {
    top: 245px;
  }
  #slide-simple > .slide-bgcopy-container > #slide-loc-try {
    top: 395px;
  }
  #slide-simple > .slide-content {
    top: 35px;
    left: 45px;
    width: 340px;
    height: auto;
  }
  #slide-simple > .slide-content > .mobile-stage-example {
    display: none;
  }
  #slide-simple > .slide-content > .slide-cta-block {
    padding-top: 15px;
    text-align: left;
  }
}

@media only screen and (min-width: 1084px) {
  #slide-skip {
    right: 30px;
    top: 30px; }
    #slide-skip > .slide-cta-block > .slide-cta {
      padding: 10px 40px; }
  .overlay-control {
    font-size: 35px; }
  .inner-wrapper > label.slider-radio {
    bottom: 25px; }
  .slide-content {
    top: 150px;
    left: 150px;
    width: 575px; }
  .slide-header {
    font-size: 30px;
    line-height: 36px;
    padding: 0; }
  .slide-copy {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0; }
  #slide-select {
    background: url("/azureessentials/Images/select-track.svg") no-repeat center 50px;
    background-size: 820px auto;
  }
  #slide-select > .slide-content {
    top: 140px;
    left: 215px;
    width: 565px;
      height: auto; }
  #slide-simple.slide-career {
    background: url("/azureessentials/Images/simple_career.svg") no-repeat center 40px;
    background-size: 800px auto; }

  #slide-simple {
    background: url("/azureessentials/Images/simple.svg") no-repeat center 40px;
    background-size: 800px auto;
  }
  #slide-simple > .slide-bgcopy-container {
    position: relative;
  }
  #slide-simple > .slide-bgcopy-container > .slide-bgcopy-loc {
    right: 5px;
    width: 130px;
    font-size: 18px;
    line-height: 22px;
  }
  #slide-simple > .slide-bgcopy-container > #slide-loc-watch {
    top: 160px;
  }
  #slide-simple > .slide-bgcopy-container > #slide-loc-learn {
    top: 315px;
  }
  #slide-simple > .slide-bgcopy-container > #slide-loc-try {
    top: 475px;
  }
  #slide-simple > .slide-content {
    top: 75px;
    left: 70px;
    width: 400px;
  }
}

@media only screen and (min-width: 1400px) {
  .slide-content {
    top: 190px;
    left: 150px;
    width: 810px; }
  .slide-header {
    font-size: 36px;
    line-height: 42px;
    padding: 5px 0 10px 0; }
  .slide-copy {
    font-size: 18px;
    line-height: 26px;
    padding: 5px 0 25px 0; }
  #slide-select {
    background-size: 980px auto; }
    #slide-select > .slide-content {
      top: 160px;
      left: 320px;
      width: 640px; }
  #slide-simple.slide-career {
    background-size: 980px auto; }
  #slide-simple {
    background-size: 980px auto; }
    #slide-simple > .slide-bgcopy-container > .slide-bgcopy-loc {
      right: 20px;
      width: 215px;
      font-size: 22px;
      line-height: 30px; }
    #slide-simple > .slide-bgcopy-container > #slide-loc-watch {
      top: 185px; }
    #slide-simple > .slide-bgcopy-container > #slide-loc-learn {
      top: 375px; }
    #slide-simple > .slide-bgcopy-container > #slide-loc-try {
      top: 575px; }
    #slide-simple > .slide-content {
      top: 120px;
      left: 125px;
      width: 500px; } }

@media only screen and (min-width: 1600px) {
  .slide-content {
    top: 215px;
    left: 225px;
    width: 810px;
    height: 410px; }
  .slide-header {
    font-size: 40px;
    line-height: 46px; }
  .slide-copy {
    font-size: 20px;
    line-height: 28px; }
  #slide-select {
    background-size: 1100px auto; }
    #slide-select > .slide-content {
      top: 190px;
      left: 370px;
      width: 740px; }
  #slide-simple.slide-career {
    background-size: 1100px auto; }
  #slide-simple {
    background-size: 1100px auto; }
    #slide-simple > .slide-bgcopy-container > .slide-bgcopy-loc {
      right: 35px;
      width: 250px;
      font-size: 30px;
      line-height: 36px; }
    #slide-simple > .slide-bgcopy-container > #slide-loc-watch {
      top: 205px; }
    #slide-simple > .slide-bgcopy-container > #slide-loc-learn {
      top: 420px; }
    #slide-simple > .slide-bgcopy-container > #slide-loc-try {
      top: 645px; }
    #slide-simple > .slide-content {
      top: 150px;
      left: 200px;
      width: 500px; } }

@media only screen and (min-width: 200px) {
  .popover-pane.-video {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 20;
    padding: 40px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    text-align: left;
    display: flex; }
    .popover-pane.-video > .video-container {
      width: 100%;
      max-width: 1000px;
      max-height: 250px;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      position: absolute; }
    .popover-pane.-video .cancel-button {
      overflow: visible;
      z-index: 10;
      color: #ffffff;
      top: 10px;
      right: 20px;
      position: fixed;
      width: auto;
      line-height: normal; }
      .popover-pane.-video .cancel-button:before {
        font-size: 30px; }
  .c-video-player .f-core-player [role=status] {
    z-index: 2; } }

@media only screen and (min-width: 1084px) {
  .popover-pane.-video > .video-container {
    max-height: 570px; }
  .popover-pane.-video .cancel-button {
    top: 10px;
    right: 30px; }
    .popover-pane.-video .cancel-button:before {
      font-size: 38px; } }

#reg-form-wrapper {
  width: 100%;
  max-width: 1800px;
  height: 100%;
  margin: 0 auto;
  padding: 30px 100px 60px 100px; }

#registration-container {
  padding: 0 5%; }
  #registration-container > .main-header {
    font-family: "wf_segoe-ui_light", "Segoe UI Light", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
    padding: 10px 0;
    font-size: 36px;
    line-height: 44px;
    display: block;
    color: #262626;
    text-align: left; }

#form-area {
  width: 100%;
  height: auto;
  margin: 0 auto;
  font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif; }
  #form-area .form-row {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 21px; }
  #form-area > form a:hover {
    text-decoration: underline; }

.form-row > label {
  font-size: 13px;
  display: block;
  padding-bottom: 7px;
  line-height: 20px; }

.form-row > input[type=text],
.form-row > .dropdown > select {
  display: block;
  width: 296px;
  height: 36px;
  margin: 0;
  padding: 7px 10px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  outline: 0;
  background: #FFF; }

#buttonRegister {
  font-size: 16px;
  max-width: 374px;
  min-width: 120px;
  display: block;
  margin-top: 35px;
  padding: 12px 25px 13px;
  background-color: rgba(0, 120, 215, 0.8);
  color: #ffffff;
  border: 0;
  overflow: hidden;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: bottom;
  transition: scale .2s ease-in-out; }

#buttonRegister:hover {
  background-color: #0078d7; }

#dialog p {
  font-family: "wf_segoe-ui_light", "Segoe UI Light", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
  padding: 10px 0;
  font-size: 26px;
  line-height: 32px;
  display: block;
  color: #262626;
  text-align: left; }

#cancelAccount {
  font-family: "wf_segoe-ui_light", "Segoe UI Light", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
  padding: 10px 0;
  font-size: 12px;
  line-height: 24px;
  color: #262626;
  text-align: left; }

.optout-agreement p {
  font-family: "wf_segoe-ui_light", "Segoe UI Light", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
  padding: 10px 0;
  font-size: 12px;
  line-height: 24px;
  color: #262626;
  text-align: left; }

.bg-banner {
  background-color: #0067b8;
  padding: 0 5% 36px;
  color: #ffffff; }

input[type=checkbox] {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  appearance: checkbox !important; }

req, .required:after {
  content: "*";
  color: red;
  /*color to match errormsg*/
  /*color: #d96100;*/
  font-weight: bold; }

.errormsg {
  color: red;
  /*color: #d96100;*/
  font-style: italic;
  display: block;
  font-size: 15px; }

/*Contactability stuff for profile creation page*/
#NoticeMessage, #OptinMessage, #OptoutMessage, #OptinEmail {
  display: none; }

input[readonly] {
  color: #aaa; }

@media only screen and (min-width: 200px) {
  .header-section {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0 0 0;
    top: 0;
    background-color: #ffffff; }
  .header-container {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 37px;
    max-width: 1600px;
    margin: 0 auto;
    text-align: left;
    display: inline-flex; }
    .header-container > .header-logo {
      position: absolute;
      right: 10px;
      top: 5px;
      z-index: 2;
      max-width: 170px; }
      .header-container > .header-logo > img {
        max-width: 170px; }
  .header-nav {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto; }
  .header-search {
    display: none; }
  .mobile-nav-wrapper {
    display: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    top: 40px;
    left: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.8); }
  .mobile-nav-toggle {
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 999;
    height: 25px;
    width: 25px;
    cursor: pointer; }
  .x, .y, .z {
    position: absolute;
    margin: auto;
    top: -17px;
    bottom: 0;
    height: 3px;
    width: 25px;
    background: #a1a3a6;
    border-radius: 5px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
  .y {
    top: 0; }
  .z {
    top: 17px; }
  .collapse {
    top: 0;
    -webkit-transition: all 70ms ease-out;
    -moz-transition: all 70ms ease-out;
    -ms-transition: all 70ms ease-out;
    -o-transition: all 70ms ease-out;
    transition: all 70ms ease-out; }
  .rotate30 {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transition: all 50ms ease-out;
    -moz-transition: all 50ms ease-out;
    -ms-transition: all 50ms ease-out;
    -o-transition: all 50ms ease-out;
    transition: all 50ms ease-out; }
  .rotate150 {
    -ms-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-transition: all 50ms ease-out;
    -moz-transition: all 50ms ease-out;
    -ms-transition: all 50ms ease-out;
    -o-transition: all 50ms ease-out;
    transition: all 50ms ease-out; }
  .rotate45 {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out; }
  .rotate135 {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out; }
  .menu-bg {
    width: 100%;
    height: calc(100%);
    position: absolute;
    top: 0;
    left: 0;
    background: #f1f1f1;
    opacity: 0;
    -webkit-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
    -moz-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
    -ms-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
    -o-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
    transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1); }
  .menu-bg.animate {
    opacity: 0.5;
    -webkit-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
    -moz-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
    -ms-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
    -o-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
    transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1); }
  .mobile-nav-container {
    height: 500px;
    width: 100%; }
  .menu-splitL, .menu-splitR {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    padding: 0; }
  .menu-splitR {
    left: 50%; }
  .mobile-nav-container ul li {
    list-style: none;
    width: 100%;
    margin-top: 60px;
    text-align: center;
    font-size: 16px;
    -webkit-transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
    -moz-transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
    -ms-transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
    -o-transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
    transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1); }
  .mobile-nav-container ul li a {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Segoe UI', Segoe UI, Helvetica,Arial,sans-serif; }
  .mobile-nav-container li.animate {
    font-size: 20px;
    opacity: 1;
    -webkit-transition: all 200ms cubic-bezier(0, 0.995, 0.99, 1);
    -moz-transition: all 200ms cubic-bezier(0, 0.995, 0.99, 1);
    -ms-transition: all 200ms cubic-bezier(0, 0.995, 0.99, 1);
    -o-transition: all 200ms cubic-bezier(0, 0.995, 0.99, 1);
    transition: all 200ms cubic-bezier(0, 0.995, 0.99, 1); }
  .menu-splitL li:nth-of-type(1) {
    margin-left: 100%;
    transition-delay: 0.12s; }
  .menu-splitL li.animate:nth-of-type(1) {
    margin-left: 50%;
    transition-delay: 0.0s; }
  .menu-splitL li:nth-of-type(2) {
    margin-left: 100%;
    transition-delay: 0.09s; }
  .menu-splitL li.animate:nth-of-type(2) {
    margin-left: 50%;
    transition-delay: 0.05s; }
  .menu-splitL li:nth-of-type(3) {
    margin-left: 100%;
    transition-delay: 0.046s; }
  .menu-splitL li.animate:nth-of-type(3) {
    margin-left: 50%;
    transition-delay: 0.1s; }
  .menu-splitL li:nth-of-type(4) {
    margin-left: 100%;
    transition-delay: 0.03s; }
  .menu-splitL li.animate:nth-of-type(4) {
    margin-left: 50%;
    transition-delay: 0.15s; }
  .menu-splitL li:nth-of-type(5) {
    margin-left: 100%;
    transition-delay: 0.0s; }
  .menu-splitL li.animate:nth-of-type(5) {
    margin-left: 50%;
    transition-delay: 0.2s; }
  .menu-splitR li:nth-of-type(1) {
    margin-left: -100%;
    transition-delay: 0.12s; }
  .menu-splitR li.animate:nth-of-type(1) {
    margin-left: -50%;
    transition-delay: 0.0s; }
  .menu-splitR li:nth-of-type(2) {
    margin-left: -100%;
    transition-delay: 0.069s; }
  .menu-splitR li.animate:nth-of-type(2) {
    margin-left: -50%;
    transition-delay: 0.05s; }
  .menu-splitR li:nth-of-type(3) {
    margin-left: -100%;
    transition-delay: 0.06s; }
  .menu-splitR li.animate:nth-of-type(3) {
    margin-left: -50%;
    transition-delay: 0.1s; }
  .menu-splitR li:nth-of-type(4) {
    margin-left: -100%;
    transition-delay: 0.03s; }
  .menu-splitR li.animate:nth-of-type(4) {
    margin-left: -50%;
    transition-delay: 0.15s; }
  .menu-splitR li:nth-of-type(5) {
    margin-left: -100%;
    transition-delay: 0.0s; }
  .menu-splitR li.animate:nth-of-type(5) {
    margin-left: -50%;
    transition-delay: 0.2s; }
  ul.nav-desktop {
    display: none; }
  .header-signout {
    display: none; }
  #navigation-lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    overflow: scroll;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: url("../Images/pivot-intro-hero.jpg") no-repeat center center;
    background-size: cover;
    direction: ltr; }
  #opacity-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); }
  /* share bar */
  .share-bar {
    padding: 0 10px 5px;
    color: #666666;
    text-align: right;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase; }
    .share-bar .share-label {
      display: inline; }
      .share-bar .share-label:after {
        content: "➦";
        display: inline;
        margin-left: 5px; }
    .share-bar > .share-icons {
      display: inline; }
      .share-bar > .share-icons img {
        width: 15px;
        height: 15px;
        margin: 10px 0 10px 10px; } }

@media only screen and (min-width: 768px) {
  .header-section {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    top: 0;
    background-color: #ffffff; }
    .header-section.-fixed {
      position: fixed;
      z-index: 200; }
  .header-container {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 37px;
    max-width: 1600px;
    margin: 0 auto;
    text-align: left;
    display: inline-flex; }
    .header-container > .header-logo {
      position: absolute;
      left: 12px;
      top: 5px; }
      .header-container > .header-logo > img {
        max-width: 170px; }
  .header-nav {
    width: 100%;
    height: auto;
    padding: 0 0 0 200px; }
  .mobile-nav-toggle {
    display: none; }
  .mobile-nav-container {
    display: none; }
  #navigation-lightbox {
    display: none; }
  .header-nav > ul.nav-desktop {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    background: none; }
  .header-nav > ul a {
    display: block;
    color: #000000;
    text-decoration: none;
    font-weight: 100;
    font-size: 14px;
    line-height: 14px;
    padding: 2px 2px 2px 2px;
    font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
    border-bottom: 2px solid transparent; }
  .header-nav > ul li {
    position: relative;
    float: left;
    padding: 0;
    margin: 10px 2% 0 2%; }
  .header-nav > ul li a:hover, .header-nav > ul li a.-active {
    border-bottom: 2px solid #262626; }
  .header-search {
    text-align: right;
    min-width: 200px;
    padding: 0;
    font-size: 14px;
    display: inline-block;
    margin-right: 115px; }
    .header-search > .c-search {
      margin-top: 0; }
      .header-search > .c-search .search-suggestion {
        background-color: #ffffff;
        text-align: left;
        padding: 0; }
      .header-search > .c-search .c-menu-item:hover .search-suggestion {
        background-color: transparent; }
  .header-signout {
    position: absolute;
    right: 0;
    text-align: right;
    width: 115px;
    padding: 7px 10px 0 10px;
    font-size: 14px;
    display: inline-block; }
  .header-signout a {
    text-decoration: none;
    border-bottom: 2px solid transparent; }
  .header-signout a:hover {
    border-bottom: 2px solid #262626; }
  /* share bar */
  .share-bar {
    padding: 10px;
    max-width: 768px;
    margin: 0 auto; } }

@media only screen and (min-width: 1084px) {
  .header-nav > ul li {
    position: relative;
    float: left;
    padding: 0;
    margin: 10px 3% 0 3%; }
  .header-nav > ul a {
    font-size: 15px;
    line-height: 15px; }
  .header-signout {
    font-size: 15px; }
  /* share bar */
  .share-bar {
    max-width: 1084px; } }

@media only screen and (min-width: 1400px) {
  /* share bar */
  .share-bar {
    max-width: 1400px; } }

@media only screen and (min-width: 1600px) {
  /* share bar */
  .share-bar {
    max-width: 1600px; } }

@media only screen and (min-width: 200px) {
  #mobile-signout-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    margin: 5px auto;
    background-color: #616161;
    clear: both;
    display: block; }
    #mobile-signout-wrapper > .mobile-signout-container {
      max-width: 768px;
      margin: 0 auto;
      text-align: center;
      font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
      font-size: 14px;
      color: #fff;
      padding: 12px 0;
      text-transform: uppercase; }
  .footer-section {
    min-height: 100px;
    width: 100%;
    background-color: #f1f1f2;
    clear: both; }
    .footer-section > #footer {
      max-width: 1800px;
      margin: 0 auto;
      padding: 20px; }
  .footer-container {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif; }
    .footer-container > .footer-locale {
      position: relative;
      top: 0;
      left: 0;
      height: 20px;
      padding: 2px 0 0 25px;
      font-size: 11px;
      color: #616161;
      background: url("/azureessentials/Images/icons/globe.svg") no-repeat left center;
      background-size: 20px 20px;
      cursor: pointer; }
    .footer-container > .footer-legal {
      position: relative;
      width: 100%;
      top: 0;
      right: 0;
      padding: 10px 0 0 0;
      display: inline-flex;
      text-align: left; }
      .footer-container > .footer-legal > ul {
        width: 100%; }
      .footer-container > .footer-legal > ul li {
        display: inline-block;
        font-size: 11px;
        margin: 0 10px 0 0;
        color: #262626;
        flex-grow: 4;
        cursor: pointer;
        text-align: center; } }

@media only screen and (min-width: 768px) {
  #mobile-signout-wrapper {
    display: none; }
  .footer-section {
    min-height: 100px;
    width: 100%;
    background-color: #f1f1f2;
    clear: both; }
    .footer-section > #footer {
      max-width: 1800px;
      margin: 0 auto;
      padding: 20px; }
  .footer-container {
    margin: 0 auto; }
    .footer-container > .footer-locale {
      position: absolute;
      top: 0;
      left: 0; }
    .footer-container > .footer-legal {
      position: absolute;
      width: 70%;
      top: 0;
      right: 0;
      padding: 0;
      text-align: right; }
      .footer-container > .footer-legal > ul li {
        margin: 0 0 0 30px; } }

#close-mobile-nav {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 30px;
  height: 30px;
  z-index: 2;
  overflow: auto;
  max-width: none;
  font-size: 20px;
  width: auto;
  color: #ffffff;
  cursor: pointer; }

#close-mobile-nav::before {
  content: "✕";
  display: inline-block;
  font-size: 20px; }

.mob-nav-hero {
  width: 100%;
  height: 200px;
  background: #0078d7; }

.mob-hero-copy {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  padding-top: 70px;
  font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif; }

.mob-nav-hero h3 {
  width: 70%;
  font-size: 28px;
  line-height: 32px;
  font-weight: 100;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif; }

.mob-nav-hero h4 {
  width: 70%;
  font-size: 30px;
  line-height: 32px;
  font-weight: 100;
  padding: 0;
  margin: 10px auto 0 auto;
  text-align: center;
  font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif; }

.mob-nav-hero h5 {
  width: 70%;
  font-size: 18px;
  line-height: 18px;
  font-weight: 100;
  padding: 0;
  text-align: left;
  margin: 0 auto;
  font-family: "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif; }

.mob-nav-tracklist {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  background: #f1f1f1; }

.mob-track-row {
  position: relative;
  width: calc(100%);
  height: auto;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #595959; }

.mob-track-row:first-child {
  border-top: 1px solid #595959; }

.mob-track-item {
  position: relative;
  width: 100%;
  height: 50px;
  font-size: 18px;
  text-align: left;
  padding: 0;
  color: #000000;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.mob-track-item.-expanded {
  -webkit-transform: translate(-195px, 0);
  -moz-transform: translate(-195px, 0);
  -o-transform: translate(-195px, 0);
  transform: translate(-195px, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block; }

.mob-track-title {
  padding: 12px 20px 0; }

.mob-nav-swipe {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: url("/azureessentials/Images/icons/swipe.svg") no-repeat center center;
  background-size: 15px 22px;
  border: 0;
  cursor: pointer;
  user-select: none; }

.track-subnav {
  position: absolute;
  top: 0;
  right: -195px;
  width: 195px;
  height: 100%;
  min-height: 50px;
  background: #0078d7;
  color: #ffffff;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.track-subnav.-expanded {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.mob-subnav-item {
  width: 60px;
  height: 50px;
  text-align: center;
  padding: 0;
  display: inline-block; }

.mob-subnav-item p {
  font-size: 10px;
  margin: 0 auto;
  padding-top: 30px; }

#mob-subnav-Watch {
  background: url("../Images/stage-watch-white.svg") no-repeat center 5px;
  background-size: 25px auto; }

#mob-subnav-Learn {
  background: url("../Images/stage-learn-white.svg") no-repeat center 5px;
  background-size: 25px auto; }

#mob-subnav-Try {
  background: url("../Images/stage-do-white.svg") no-repeat center 5px;
  background-size: 25px auto; }

#mob-subnav-Do {
  background: url("../Images/stage-do-white.svg") no-repeat center 5px;
  background-size: 25px auto; }

#mob-subnav-Explore {
  background: url("../Images/stage-explore-white.svg") no-repeat center 5px;
  background-size: 25px auto; }

.lSSlideOuter {
  overflow: hidden;
  margin-top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

.lightSlider {
  overflow: hidden;
  margin: 0; }

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.lSSlideWrapper > .lightSlider:after {
  clear: both; }

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade {
  position: relative; }

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%; }

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade > *.active {
  z-index: 10; }

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1; }

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center; }

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px; }

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca; }

.lSSlideOuter .media {
  opacity: 0.8; }

.lSSlideOuter .media.active {
  opacity: 1; }

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s; }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px; }

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%; }

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table; }

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both; }

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 105px;
  height: 32px;
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
  text-decoration: none; }

.lSAction > a:hover {
  color: #ffffff; }

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 0px; }

.lSAction > .lSNext {
  right: 0px; }

.lSAction > a.disabled {
  pointer-events: none; }

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

/* vertical */
.lSSlideOuter.vertical {
  position: relative; }

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0; }

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important; }

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0; }

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto; }

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px; }

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl; }

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none; }

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0; }

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left; }

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important; }

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@-webkit-keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@-webkit-keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

@keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

/* body-section */
.body-section {
  margin-bottom: 1.5em; }

.body-section:last-child {
  margin-bottom: 0; }

.body-section > .actions-box {
  margin: 16px 0; }

/* columns-box */
.columns-box {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -12px -16px; }

.columns-box > .column {
  margin: 0 12px 16px;
  flex: 1 0 200px;
  -ms-flex: 1 0 200px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column; }

.columns-box > .background-box {
  max-width: 50%; }

@media only screen and (max-width: 768px) {
  .columns-box > .background-box {
    max-width: 100%; } }

@media only screen and (max-width: 480px) {
  .columns-box > .column {
    display: block;
    width: 100%; } }

.product-tile > h1.header {
  margin: 60px auto 30px auto;
  text-align: center;
  font-weight: 100; }

.column-list {
  margin: 0 auto 60px auto;
  text-align: center; }
  .column-list > li > a.classic-link {
    color: #1570a6; }
  .column-list > li > a.classic-link:hover,
  .column-list > li > a.classic-link:hover {
    color: #083047;
    text-decoration: underline; }

/* cta-link */
.cta-link {
  background: none;
  border: none;
  color: #5e5e5d;
  text-decoration: none;
  display: inline-block;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  line-height: normal;
  font-family: wf_segoe-ui_normal,"Segoe UI",Arial,sans-serif; }

.cta-link.-background {
  color: white;
  background: #0078d7;
  padding: 8px 16px;
  text-transform: uppercase; }

.cta-link.-background.-alt {
  background: #88C502; }

.cta-link.-background.-inverse {
  color: #0078d7;
  background: white;
  padding: 10px 36px; }
  .cta-link.-background.-inverse.-black {
    color: #5e5e5d; }

.cta-link.-dark {
  color: white; }

.cta-link.-dark.-chevron::after {
  content: url("../images/chevron.png");
  margin-left: 0.5em; }

.cta-link.-large {
  font-size: 1.2em; }

.cta-link.-large.-background {
  padding: 12px 24px; }

.cta-link.-chevron {
  display: inline-block;
  text-decoration: none !important; }

.cta-link.-caps {
  text-transform: uppercase; }

.cta-link.-chevron::after {
  content: "❯" !important;
  margin-left: 0.5em;
  font-family: wf_segoe-ui_normal,"Segoe UI",Arial,sans-serif;
  text-decoration: none !important;
  display: inline-block; }

.cta-link.-background.-chevron::after {
  display: inline; }

.cta-link.-spaceafter {
  margin-right: 10px; }

.cta-link.-hover {
  color: #00abec; }

.cta-link.-hover:hover {
  color: #0072c6; }

.cta-link.-hover.-chevron::after {
  color: #00abec; }

.cta-link.-hover.-chevron:hover::after {
  color: #0072c6; }

.cta-link.-monochrome {
  background: #909090; }

.cta-link.-inactive {
  color: #C8C7C7;
  background: #E8E8E8; }

.cta-link:disabled {
  background: #909090;
  cursor: default; }

.cta-link.-divided {
  border-bottom: 1px solid #8797a1;
  width: 100%;
  padding: 10px; }

.cta-link.-divided.-lineless {
  border-bottom: none;
  width: 100%;
  padding: 10px;
  padding-right: 15px; }
  .cta-link.-divided.-lineless.-chevron:after {
    margin-right: -15px;
    width: 10px; }

.cta-link.-divided.-lineless:hover {
  text-decoration: underline !important; }

@media only screen and (min-width: 200px) {
  .cta-link.-small {
    font-size: 13px;
    width: 260px;
    margin-bottom: 10px;
    text-align: left;
    color: #0078d7;
    padding: 8px 16px; }
    .cta-link.-small.-background {
      color: #ffffff; } }

@media only screen and (min-width: 768px) {
  .cta-link.-small {
    width: 280px; } }

.cta-link.-image > * {
  display: inline;
  vertical-align: middle; }

.cta-link.-image > img {
  height: 20px;
  width: 20px;
  margin-right: 15px; }

@media only screen and (min-width: 200px) and (max-width: 1083px) {
  .cta-link.-background.-inverse {
    padding: 10px 20px;
    font-size: 14px; }
  .cta-link.-background.-inverse:lang(fr) {
    font-size: 13px; } }

@media only screen and (max-width: 480px) {
  .cta-link.-spaceafter {
    margin: 0 0 10px 0; } }

/* detail-box */
.detail-box {
  padding: 0 0 0 32px;
  margin: 8px 0 0 0;
  border-left: 2px solid #939497; }

.detail-box .completed:after {
  content: "/"; }

.detail-box > .message {
  color: #3ca852; }

/* RTL */
.detail-box:lang(ar), .detail-box:lang(he) {
  padding: 0 32px 0 0;
  border-left: none;
  border-right: 2px solid #939497; }

.detail-box .completed:lang(ar):after, .detail-box .completed:lang(he):after {
  content: "\\"; }

@media only screen and (max-width: 680px) {
  .detail-box {
    padding-left: 8px; }
    .detail-box:lang(ar), .detail-box:lang(he) {
      padding-left: 0;
      padding-right: 8px; } }

/* drop-down */
.drop-down {
  background: #5689bd;
  color: white;
  padding: 3px 14px;
  max-width: 240px;
  width: 100%;
  border: none;
  outline: none; }
  .drop-down.-large {
    padding: 16px 100px; }
  .drop-down.-green {
    /* for backwards-compatibility*/
    background: #5689bd; }
  .drop-down.-inverted {
    background: white;
    color: #5689bd; }

@media only screen and (max-width: 480px) {
  .drop-down {
    padding: 3px 0; }
  .drop-down.-large {
    padding: 16px;
    width: 100%; } }

/* expand-button */
.expand-button {
  background: none;
  border: none;
  text-decoration: none;
  display: inline-block;
  outline: none;
  cursor: pointer; }

.expand-button.-hover {
  color: #00abec; }

.expand-button.-hover:hover {
  color: #0072c6; }

.expand-button.-chevron::after {
  display: inline-block;
  content: "❯";
  margin-left: 0.5em;
  transform: rotate(90deg);
  font-family: wf_segoe-ui_normal,"Segoe UI",Arial,sans-serif; }

.expand-button.-chevron.-hover::after {
  color: #00abec; }

.expand-button.-hover.-chevron:hover::after {
  color: #0072c6; }

.expand-button.-chevron.-reverse::after {
  transform: rotate(-90deg); }

.expand-button.-triangle::after {
  content: "◥";
  transform: rotate(45deg); }

.expand-button.-triangle.-reverse::after {
  transform: rotate(135deg); }

/* RTL */
.expand-button.-chevron:lang(ar)::after, .expand-button.-chevron:lang(he)::after {
  content: "❯";
  margin-left: 0;
  margin-right: 0.5em;
  transform: rotate(-90deg);
  font-family: wf_segoe-ui_normal,"Segoe UI",Arial,sans-serif; }

.expand-button.-chevron.-reverse:lang(ar)::after, .expand-button.-chevron.-reverse:lang(he)::after {
  transform: rotate(90deg); }

.expand-button.-triangle:lang(ar)::after, .expand-button.-triangle:lang(he)::after {
  content: "◥";
  transform: rotate(225deg); }

.expand-button.-triangle.-reverse:lang(ar)::after, .expand-button.-triangle.-reverse:lang(he)::after {
  transform: rotate(135deg); }

/* flex-content */
.flex-content {
  width: calc(100% - 488px);
  display: inline-block;
  background-color: dimgray;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  height: 100%;
  vertical-align: top; }

/* skill-list */
.skill-list > .title {
  margin: 0;
  margin-bottom: 1em;
  font-weight: normal;
  font-size: 1.3em;
  font-family: wf_segoe-ui_semilight,wf_segoe-ui_normal,Arial,sans-serif; }

.skill-list > .list {
  padding-left: 16px;
  list-style-type: none; }

.skill-list > .list > .item {
  padding: 4px;
  border-bottom: 1px solid #666;
  overflow-y: auto;
  overflow-x: hidden; }

.skill-list.-primary > .list > .item {
  border-bottom: 1px solid #47A6CD; }

.skill-list.-secondary > .list > .item {
  border-bottom: 1px solid #2E5E96; }

.skill-list > .list > .item:last-child {
  border-bottom: none; }

.skill-list > .list > .item > .type {
  float: right;
  font-size: 0.7em;
  font-weight: bold;
  color: #000000;
  padding-left: 10px; }

/* RTL */
.skill-list:lang(ar) > .list, .skill-list:lang(he) > .list {
  padding-left: 0;
  padding-right: 16px; }

.skill-list:lang(ar) > .list > .item > .type, .skill-list:lang(he) > .list > .item > .type {
  float: left;
  padding-left: 0;
  padding-right: 10px; }

/* Helpers */
._hidden {
  margin: 0;
  display: none; }

/* default body styles */
table {
  border-collapse: collapse; }

a {
  color: #666;
  text-decoration: none; }

strong, b {
  font-family: "wf_segoe-ui_bold", "Segoe UI Bold", "wf_segoe-ui_normal", "Segoe UI", Arial, sans-serif;
  font-weight: normal; }

body > .wrapper {
  max-width: 1600px;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  color: #666;
  font-family: wf_segoe-ui_normal,wf_segoe-ui_semilight,wf_segoe-ui_light,Arial,sans-serif;
  overflow: hidden;
  min-height: calc(100vh - 157px); }

body > .landing-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  min-height: calc(100vh - 157px);
  overflow-x: hidden;
  overflow-y: auto; }

/* override styles */
._hidden {
  display: none !important; }

._center {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important; }

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

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

/* RTL */
html:lang(ar), html:lang(he) {
  direction: rtl; }
