/**
 * importer.less
 *
 * By default, new Sails projects are configured to compile this file
 * from LESS to CSS.  Unlike CSS files, LESS files are not compiled and
 * included automatically unless they are imported below.
 *
 * The LESS files imported below are compiled and included in the order
 * they are listed.  Mixins, variables, etc. should be imported first
 * so that they can be accessed by subsequent LESS stylesheets.
 *
 * (Just like the rest of the asset pipeline bundled in Sails, you can
 * always omit, customize, or replace this behavior with SASS, SCSS,
 * or any other Grunt tasks you like.)
 */
body {
  font-family: wf_segoe-ui_normal, helvetica, arial, sans-serif;
  margin: 0px;
}
body,
body * {
  -webkit-user-select: text;
  /* Chrome all / Safari all */
  -moz-user-select: text;
  /* Firefox all */
  -ms-user-select: text;
  /* IE 10+ */
  user-select: text;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
}
.spacer {
  clear: both;
}
img {
  width: auto;
  height: auto;
}
.content-icon {
  width: 28px;
  height: 28px;
}
.branding {
  display: inline-block;
  font-size: 0;
  min-width: 150px;
}
.branding .logo {
  display: inline-block;
  float: left;
  width: 28px;
  height: 28px;
}
.branding .text {
  display: inline-block;
  float: left;
  width: 100px;
  padding: 4px 0;
  height: auto;
  margin-left: 8px;
}
@media screen and (max-width: 374px) {
  .branding .text {
    width: 86px;
  }
}
.branding a,
.branding a:hover,
.branding a:focus,
.branding a:active {
  display: inline-block;
  text-decoration: none;
}
.modal {
  z-index: 30000;
}
.modal .modal-dialog .modal-content {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 0;
}
.modal .modal-dialog .modal-content .modal-header {
  display: inline-block;
  width: 100%;
  padding: 6px 15px;
  border-bottom: none;
}
.modal .modal-dialog .modal-content .modal-header .close {
  margin-top: 0;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0 40px;
}
.modal .modal-dialog .modal-content .modal-body .modal-headline-large {
  font: 30px wf_segoe-ui_semibold, helvetica, arial, sans-serif;
  text-align: center;
  margin: 0;
}
.modal .modal-dialog .modal-content .modal-body .modal-headline {
  font: 30px wf_segoe-ui_semibold, helvetica, arial, sans-serif;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) and (min-height: 700px) {
  .modal.middle .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.desktop-download-content-wrapper .subhead {
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.desktop-download-content-wrapper .email-form {
  margin-top: 40px;
  text-align: center;
  font-size: 0;
}
.desktop-download-content-wrapper .email-form .disclaimer-text,
.desktop-download-content-wrapper .email-form .disclaimer-text a {
  color: #333;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container,
.video-container iframe,
.video-container object,
.video-container embed {
  max-width: 1280px;
  max-height: 720px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-modal .modal-dialog {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: auto;
  max-height: 400px;
}
@media screen and (min-width: 1275px) and (min-height: 780px) {
  .video-modal .modal-dialog {
    width: 1235px;
    height: 745px;
    max-height: 745px;
  }
}
@media screen and (max-height: 600px) {
  .video-modal .modal-dialog {
    max-width: 400px;
    max-height: 280px;
  }
}
.video-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
header {
  background: #F2C812;
  padding: 160px 0 60px;
}
header h1 {
  margin-top: 0;
  font: 36px wf_segoe-ui_bold, helvetica, arial, sans-serif;
  line-height: 1.1;
  color: #000;
}
input {
  font-family: wf_segoe-ui_light, helvetica, arial, sans-serif;
  font-size: 18px;
  padding: 10px 12px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.input-regular,
.input-small {
  padding: 10px 12px;
  min-width: 66%;
  color: #000;
  border: 2px solid #CCCCCC;
  margin-right: 2%;
}
/*hides text as soon as user focues on input field*/
.input-regular:focus::-webkit-input-placeholder {
  opacity: 0;
}
.input-small {
  font-size: 13px;
  padding: 6px 10px;
}
.disclaimer-text {
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
}
.input-error {
  width: 66%;
  font-family: wf_segoe-ui_light, helvetica, arial, sans-serif;
  font-size: 14px;
  padding: 6px 12px;
  color: #CC0000;
  display: none;
}
.input-error-title,
.input-success-title {
  font-family: wf_segoe-ui_bold, helvetica, arial, sans-serif;
}
.input-error-small {
  font-size: 12px;
}
.input-success-title,
.input-success-message {
  color: #7EB900;
}
@media screen and (max-width: 450px) {
  .input-error {
    width: 100%;
    font-size: 11px;
  }
}
/*sign up form wrapper*/
.signup-form-wrapper {
  padding: 60px 0;
}
.signup-form-wrapper h2 {
  max-width: 530px;
  margin: auto;
}
.signup-form-wrapper .default-text {
  margin: 40px auto;
  max-width: 685px;
  font-size: 22px;
}
@media screen and (max-width: 450px) {
  .signup-form-wrapper input[type="text"] {
    font-size: 13px;
  }
}
.signup-form-wrapper input[type="submit"] {
  padding-left: 2%;
  padding-right: 2%;
  min-width: 30%;
}
@media screen and (max-width: 450px) {
  .signup-form-wrapper input[type="submit"] {
    font-size: 13px;
  }
}
.signup-form-wrapper .small-text {
  margin: 20px 0 0;
}
@media screen and (max-width: 1200px) {
  .signup-form-wrapper .large-text {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .signup-form-wrapper .large-text {
    font-size: 30px;
  }
}
.button {
  border: none;
  font: 18px wf_segoe-ui_semibold, helvetica, arial, sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
}
.button-regular {
  padding-left: 20px;
  padding-right: 20px;
}
.button-small {
  padding: 6px 10px;
  font-size: 13px;
}
.button-yellow {
  background-color: #F2C812;
  border: 2px solid #F2C812;
  color: #000;
}
.button-yellow:hover,
.button-yellow:focus {
  color: #000;
  text-decoration: none;
}
.button-gray {
  background-color: #EFEFEF;
  border: 2px solid #EFEFEF;
  color: #000;
}
.button-black {
  background-color: #000;
  border: 2px solid #000;
  color: #F2C812;
}
.button-black-border {
  border: 2px solid #000;
  background: none;
  color: #000;
  padding: 6px 20px;
}
.button-black-border:hover,
.button-black-border:focus {
  color: #fff;
  background: #000;
  text-decoration: none;
}
.app-store-button,
.app-store-button-small {
  min-width: 190px;
  min-height: 54px;
  padding: 9px 15px 0 50px;
  margin-right: 20px;
  color: white;
  font: 12px wf_segoe-ui_light, helvetica, arial, sans-serif;
  background: #000000 no-repeat 10px center;
  background-size: 30px 30px;
  display: inline-block;
}
.app-store-button:hover *,
.app-store-button-small:hover * {
  text-decoration: none;
}
.app-store-button .store-text {
  font-size: 18px;
  line-height: 1;
}
.app-store-button-small {
  min-width: 160px;
  min-height: 40px;
  background-size: 24px 24px;
  font-size: 11px;
  padding: 4px 15px 4px 40px;
}
.app-store-button-small .store-text {
  font-size: 15px;
  line-height: 1;
}
.windows-store {
  background-image: url(//pbiwebprod.blob.core.windows.net/webassets/images/windows_store_icon.png);
}
.apple-store {
  background-image: url(//pbiwebprod.blob.core.windows.net/webassets/images/apple_store_icon.png);
}
.google-store {
  background-image: url(//pbiwebprod.blob.core.windows.net/webassets/images/google_store_icon.png);
  background-size: 26px 29px;
}
.google-store.app-store-button-small {
  background-size: 21px auto;
}
.no-underline,
.no-underline:hover {
  text-decoration: none;
}
a {
  color: #000;
}
a:hover {
  color: #c8a112;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.pbi-spinner {
  background: url('//pbiwebprod.blob.core.windows.net/webassets/images/spinner.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  vertical-align: middle;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  width: 20px;
  height: 20px;
}
#hbl_region #habla_window_div {
  box-shadow: -1px -1px 4px rgba(50, 50, 50, 0.2) !important;
  border-radius: 5px 5px 0 0 !important;
  border: 1px solid #c8a112 !important;
  border-bottom: none !important;
  background-color: #F2C812 !important;
  margin: 0 40px !important;
}
#hbl_region .hbl_pal_title_bg {
  background-color: #F2C812 !important;
}
#hbl_region #habla_window_div #habla_oplink_a {
  color: #000 !important;
}
#hbl_region #habla_window_div #habla_sizebutton_a:hover {
  background-color: transparent !important;
}
#hbl_region #habla_window_div .habla_button {
  background-image: url(//pbiwebprod.blob.core.windows.net/webassets/images/olark-buttons-dark.png) !important;
}
#hbl_region input {
  padding: 4px 12px;
}
.habla-desktop #hbl_region .habla_window_div_base {
  z-index: 100;
}
/*show olark window above banner when it is open*/
.habla-desktop #hbl_region .olrk-state-expanded .habla_window_div_base {
  z-index: 300;
}
.pyramid-text {
  padding: 0 20px;
}
.blade {
  padding: 40px 0;
}
.blade.wrapper-black {
  color: #fff;
}
.blade .button {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}
.blade:not(.text-center) button {
  margin: 0 20px 0 0px;
}
@media screen and (max-width: 768px) {
  .blade {
    padding: 30px 20px;
  }
}
.blade p {
  margin-top: 20px;
  margin-bottom: 30px;
}
.blade p:nth-last-child(1) {
  margin-bottom: 20px;
}
.blade-sm {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .blade-sm {
    padding: 10px;
  }
}
.blade-lg {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .blade-lg {
    padding: 60px 30px;
  }
}
.blade-xl {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .blade-xl {
    padding: 60px 30px;
  }
}
.tile {
  padding: 35px 30px;
  margin: 20px 0;
}
.tile p {
  margin-bottom: 0px;
  margin-top: 6px;
}
.tile .content-icon {
  margin-bottom: 2px;
}
.grid-tile {
  padding: 25px;
}
.grid-tile h1,
.grid-tile h2 {
  margin-top: 0;
}
.grid-tile button {
  margin: 20px 0;
  display: block;
  width: 100%;
}
.small-nav {
  background-color: #F2C812;
  padding: 43.5px 0;
}
.banner-top {
  text-align: left;
}
.banner-top.banner {
  clear: both;
}
.banner-top .buttons-wrapper {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .banner-top .buttons-wrapper {
    margin-top: 20px;
    text-align: left;
  }
}
.banner-top .buttons-wrapper a:first-child {
  margin: 0px;
}
.banner-top .buttons-wrapper a {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .banner-top .buttons-wrapper a {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 450px) {
  .banner-top .buttons-wrapper a {
    margin: 10px 20px 10px 0;
  }
}
.banner-top .button {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .banner-top .button {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 450px) {
  .banner-top .button {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.banner-top h2 {
  line-height: 1.2;
}
/*fonts*/
/*===========================================*/
/* line 83, ../sass/screen.scss */
body {
  font-family: wf_segoe-ui_normal;
  margin: 0px;
  overflow-x: hidden;
}
/*fonts*/
@font-face {
  font-family: wf_segoe-ui_normal;
  src: url("//pbiwebprod.blob.core.windows.net/webassets/fonts/SegoeUI/SegoeUI-Regular-final.eot");
  src: url("//pbiwebprod.blob.core.windows.net/webassets/fonts/SegoeUI/SegoeUI-Regular-final.ttf"), url("//pbiwebprod.blob.core.windows.net/webassets/fonts/SegoeUI/SegoeUI-Regular-final.eot?#iefix") format("embedded-opentype"), url("//pbiwebprod.blob.core.windows.net/webassets/fonts/styles/SegoeUI/SegoeUI-Regular-final.woff") format("woff"), url("//pbiwebprod.blob.core.windows.net/webassets/fonts/styles/SegoeUI/SegoeUI-Regular-final.ttf") format("truetype");
  
  /* IE9 Compat Modes */
  /* Safari, Android, iOS */
}
@font-face {
  font-family: wf_segoe-ui_light;
  src: url("//pbiwebprod.blob.core.windows.net/webassets/fonts/SegoeUI/SegoeUI-Light-final.eot");
  src: url("//pbiwebprod.blob.core.windows.net/webassets/fonts/SegoeUI/SegoeUI-Light-final.ttf"), url("//pbiwebprod.blob.core.windows.net/webassets/fonts/SegoeUI/SegoeUI-Light-final.eot?#iefix") format("embedded-opentype"), url("//pbiwebprod.blob.core.windows.net/webassets/fonts/SegoeUI/SegoeUI-Light-final.woff") format("woff"), url("//pbiwebprod.blob.core.windows.net/webassets/fonts/SegoeUI/SegoeUI-Light-final.ttf") format("truetype");
  
  /* IE9 Compat Modes */
  /* Safari, Android, iOS */
}
@font-face {
  font-family: wf_segoe-ui_semilight;
  src: url("//pbiwebprod.blob.core.windows.net/webassets/fonts/SegoeUI/SegoeUI-SemiLight-final.eot");
  src: url("//pbiwebprod.blob.core.windows.net/webassets/fonts/SegoeUI/SegoeUI-SemiLight-final.ttf"), url("//pbiwebprod.blob.core.windows.net/webassets/fonts/SegoeUI/SegoeUI-SemiLight-final.eot?#iefix") format("embedded-opentype"), url("//pbiwebprod.blob.core.windows.net/webassets/fonts/SegoeUI/SegoeUI-SemiLight-final.woff") format("woff"), url("//pbiwebprod.blob.core.windows.net/webassets/fonts/SegoeUI/SegoeUI-SemiLight-final.ttf") format("truetype");
  
  /* IE9 Compat Modes */
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'wf_segoe-ui_bold';
  src: url('//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.eot');
  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'), url('//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.svg#web') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: wf_segoe-ui_semibold;
  src: url("//pbiwebprod.blob.core.windows.net/webassets/fonts/SegoeUI/SegoeUI-SemiBold-final.eot");
  src: url("//pbiwebprod.blob.core.windows.net/webassets/fonts/SegoeUI/SegoeUI-SemiBold-final.ttf"), url("//pbiwebprod.blob.core.windows.net/webassets/fonts/SegoeUI/SegoeUI-SemiBold-final.eot?#iefix") format("embedded-opentype"), url("//pbiwebprod.blob.core.windows.net/webassets/fonts/SegoeUI/SegoeUI-SemiBold-final.woff") format("woff"), url("//pbiwebprod.blob.core.windows.net/webassets/fonts/SegoeUI/SegoeUI-SemiBold-final.ttf") format("truetype");
  
  /* IE9 Compat Modes */
  /* Safari, Android, iOS */
}
@font-face {
  font-family: din_normal;
  src: url("//pbiwebprod.blob.core.windows.net/webassets/fonts/DIN/DIN1451.eot");
  src: url("//pbiwebprod.blob.core.windows.net/webassets/fonts/DIN/DIN1451.ttf"), url("//pbiwebprod.blob.core.windows.net/webassets/fonts/DIN/DIN1451.eot?#iefix") format("embedded-opentype"), url("//pbiwebprod.blob.core.windows.net/webassets/fonts/DIN/DIN1451.woff") format("woff"), url("DIN/DIN1451.ttf") format("truetype");
  
  /* IE9 Compat Modes */
  /* Safari, Android, iOS */
}
@font-face {
  font-family: din_light;
  src: url("//pbiwebprod.blob.core.windows.net/webassets/fonts/DIN/DIN1451B.eot");
  src: url("//pbiwebprod.blob.core.windows.net/webassets/fonts/DIN/DIN1451B.ttf"), url("//pbiwebprod.blob.core.windows.net/webassets/fonts/DIN/DIN1451B.eot?#iefix") format("embedded-opentype"), url("//pbiwebprod.blob.core.windows.net/webassets/fonts/DIN/DIN1451B.woff") format("woff"), url("DIN/DIN1451B.ttf") format("truetype");
  
  /* IE9 Compat Modes */
  /* Safari, Android, iOS */
}
@font-face {
  font-family: PowrMDL2;
  src: url("https://pbiwebprod.blob.core.windows.net/webassets-prod1/fonts/PowrMDL2/PowrMDL2.eot");
  src: url("https://pbiwebprod.blob.core.windows.net/webassets-prod1/fonts/PowrMDL2/PowrMDL2.ttf"), url("https://pbiwebprod.blob.core.windows.net/webassets-prod1/fonts/PowrMDL2/PowrMDL2.eot?#iefix") format("embedded-opentype"), url("https://pbiwebprod.blob.core.windows.net/webassets-prod1/fonts/PowrMDL2/PowrMDL2.woff") format("woff"), url("https://pbiwebprod.blob.core.windows.net/webassets-prod1/fonts/PowrMDL2/PowrMDL2.ttf") format("truetype"), url("https://pbiwebprod.blob.core.windows.net/webassets-prod1/fonts/PowrMDL2/PowrMDL2.svg#web") format("svg");
  
  /* IE9 Compat Modes */
  /* Safari, Android, iOS */
}
/*Typography*/
/*===========================================*/
.nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .wordwrap {
    word-break: break-all;
    word-break: break-word;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
.din-bold {
  font: 24px din_normal, helvetica, arial, sans-serif;
  font-weight: bold;
  margin: 0;
}
.din-regular {
  font: 15px din_normal, helvetica, arial, sans-serif;
  margin: 0;
}
.din-light {
  font: 16px din_light, helvetica, arial, sans-serif;
  margin: 0;
}
.subtitle-light {
  font: 16px wf_segoe-ui_light, helvetica, arial, sans-serif;
  padding: 10px 0;
  margin: 0;
}
.subtitle-bold {
  font: 22px wf_segoe-ui_bold, helvetica, arial, sans-serif;
  padding: 4px 0;
  margin: 0;
}
.default-text {
  font: 16px wf_segoe-ui_normal, helvetica, arial, sans-serif;
  line-height: 1.5;
}
.default-text-light {
  font: 16px wf_segoe-ui_light;
  line-height: 1.5;
}
.default-text-bold {
  font: 16px wf_segoe-ui_bold;
  line-height: 1.5;
}
.small-text-light,
.small-text-light a {
  font: 12px wf_segoe-ui_light, helvetica, arial, sans-serif;
}
.small-text {
  font: 12px wf_segoe-ui_normal, helvetica, arial, sans-serif;
}
.small-text-bold {
  font: 12px wf_segoe-ui_bold, helvetica, arial, sans-serif;
}
.medium-text-light,
.medium-text-light a {
  font: 14px wf_segoe-ui_light, helvetica, arial, sans-serif;
}
.medium-text {
  font: 14px wf_segoe-ui_normal, helvetica, arial, sans-serif;
}
.medium-text-bold {
  font: 14px wf_segoe-ui_bold, helvetica, arial, sans-serif;
}
.large-text {
  font: 48px wf_segoe-ui_bold, helvetica, arial, sans-serif;
  line-height: 1.15;
  margin: 0;
}
.large-quote {
  font-size: 60px;
  line-height: 0;
}
.large-dash {
  font: 45px wf_segoe-ui_light, helvetica, arial, sans-serif;
}
.default-nav li a {
  font: 16px wf_segoe-ui_semibold, helvetica, arial, sans-serif;
}
.medium-cta,
.subtitle-medium {
  font: 18px wf_segoe-ui_semibold, helvetica, arial, sans-serif;
}
.bold {
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}
.glyphicon {
  font-family: 'PowrMDL2';
  font-style: normal;
  font-size: 32px;
  display: inline-block;
}
.glyph-micro {
  font-size: 8px;
}
.glyph-mini {
  font-size: 12px;
}
.glyph-small {
  font-size: 16px;
}
.glyph-med {
  font-size: 32px;
}
.glyph-large {
  font-size: 48px;
}
.pbi-glyph-chevrondownmedium:before {
  content: "\E972";
}
.pbi-glyph-chevronupmedium:before {
  content: "\E971";
}
.pbi-glyph-caretdownright:before {
  content: "\E818";
}
.pbi-glyph-share:before {
  content: "\E72D";
}
.pbi-glyph-save:before {
  content: "\E74E";
}
.pbi-glyph-saveas:before {
  content: "\E792";
}
.pbi-glyph-financial:before {
  content: "\E7BB";
}
.pbi-glyph-edit:before {
  content: "\E70F";
}
.pbi-glyph-emi:before {
  content: "\E731";
}
.pbi-glyph-checkboxcomposite:before {
  content: "\E73A";
}
.pbi-glyph-checkmark:before {
  content: "\E73E";
}
.pbi-glyph-page2:before {
  content: "\E7C3";
}
.pbi-glyph-folder:before {
  content: "\E8B7";
}
.pbi-glyph-link:before {
  content: "\E71B";
}
.pbi-glyph-group:before {
  content: "\E902";
}
.pbi-glyph-paste:before {
  content: "\E77F";
}
.pbi-glyph-emoji:before {
  content: "\E76E";
}
.pbi-glyph-upload:before {
  content: "\E898";
}
.pbi-glyph-pc1:before {
  content: "\E977";
}
.pbi-glyph-add:before {
  content: "\E710";
}
.pbi-glyph-search:before {
  content: "\E721";
}
.pbi-glyph-globalnavbutton:before {
  content: "\E700";
}
.pbi-glyph-pageright:before {
  content: "\E761";
}
.pbi-glyph-pageleft:before {
  content: "\E760";
}
.pbi-glyph-tvmonitor:before {
  content: "\E7F4";
}
.pbi-glyph-chromerestore:before {
  content: "\E923";
}
.pbi-glyph-world:before {
  content: "\E128";
}
.pbi-glyph-repairlegacy:before {
  content: "\E15E";
}
.pbi-glyph-more:before {
  content: "\E712";
}
.pbi-glyph-slideshow:before {
  content: "\E786";
}
.pbi-glyph-photo:before {
  content: "\E91B";
}
.pbi-glyph-calendar:before {
  content: "\E787";
}
.pbi-glyph-favoritestar:before {
  content: "\E734";
}
.pbi-glyph-collection:before {
  content: "\E7AA";
}
.pbi-glyph-chromefullscreen:before {
  content: "\E92D";
}
.pbi-glyph-undo:before {
  content: "\E7A7";
}
.pbi-glyph-back:before {
  content: "\E72B";
}
.pbi-glyph-font:before {
  content: "\E8D2";
}
.pbi-glyph-flickup:before {
  content: "\E936";
}
.pbi-glyph-chromeminimize:before {
  content: "\E921";
}
.pbi-glyph-gripperbarhorizontal:before {
  content: "\E76F";
}
.pbi-glyph-barchart:before {
  content: "\EAE7";
}
.pbi-glyph-gauge:before {
  content: "\EB24";
}
.pbi-glyph-warning:before {
  content: "\E7BA";
}
.pbi-glyph-error:before {
  content: "\EA39";
}
.pbi-glyph-success:before {
  content: "\E73E";
}
.pbi-glyph-settings:before {
  content: "\E713";
}
.pbi-glyph-globe:before {
  content: "\E774";
}
.pbi-glyph-repair:before {
  content: "\E90F";
}
.pbi-glyph-emi:before {
  content: "\E731";
}
.pbi-glyph-info:before {
  content: "\E946";
}
.pbi-glyph-go:before {
  content: "\E8AD";
}
.pbi-glyph-blockedsite:before {
  content: "\E72F";
}
.pbi-glyph-close:before {
  content: "\E8BB";
}
.pbi-glyph-circlefill:before {
  content: "\EA3B";
}
.pbi-glyph-circlering:before {
  content: "\EA3A";
}
.pbi-glyph-pinned:before {
  content: "\E840";
}
.pbi-glyph-pinnedfill:before {
  content: "\E842";
}
.pbi-glyph-unpin:before {
  content: "\E77A";
}
.pbi-glyph-excel:before {
  content: "\EC28";
}
.pbi-glyph-flag:before {
  content: "\E7C1";
}
.pbi-glyph-library:before {
  content: "\E8F1";
}
.pbi-glyph-mail:before {
  content: "\E715";
}
.pbi-glyph-lock:before {
  content: "\E72E";
}
.pbi-glyph-piedouble:before {
  content: "\EB04";
}
.pbi-glyph-rewind:before {
  content: "\EB9E";
}
.pbi-glyph-asterisk:before {
  content: "\EA38";
}
.pbi-glyph-comment:before {
  content: "\E90A";
}
.pbi-glyph-checkbox:before {
  content: "\E739";
}
.pbi-glyph-checkboxfill:before {
  content: "\E73B";
}
.pbi-glyph-checkboxindeterminate:before {
  content: "\E73C";
}
.pbi-glyph-checkboxreversed:before {
  content: "\E73D";
}
.pbi-glyph-inserttextbox:before {
  content: "\EC7D";
}
.pbi-glyph-toggle:before {
  content: "\EC12";
}
.pbi-glyph-togglefilled:before {
  content: "\EC11";
}
.pbi-glyph-delete:before {
  content: "\E74D";
}
.pbi-glyph-refresh:before {
  content: "\E72C";
}
.pbi-glyph-miniexpand:before {
  content: "\E93A";
}
.pbi-glyph-minicontract:before {
  content: "\E93B";
}
.pbi-glyph-waffle:before {
  content: "\E001";
}
.pbi-glyph-filter:before {
  content: "\E100";
}
.pbi-glyph-filterfilled:before {
  content: "\E101";
}
.pbi-glyph-visualsinteraction:before {
  content: "\E102";
}
.pbi-glyph-crosshighlight:before {
  content: "\E103";
}
.pbi-glyph-crosshighlightfilled:before {
  content: "\E104";
}
.pbi-glyph-disable:before {
  content: "\E105";
}
.pbi-glyph-disablefilled:before {
  content: "\E107";
}
.pbi-glyph-export:before {
  content: "\E106";
}
.pbi-glyph-iframe:before {
  content: "\E108";
}
.pbi-glyph-addcircle:before {
  content: "\E113";
}
.pbi-glyph-fullscreen:before {
  content: "\E110";
}
.pbi-glyph-fullscreenexit:before {
  content: "\E111";
}
.pbi-glyph-fittopage:before {
  content: "\E109";
}
.pbi-glyph-code:before {
  content: "\ECCE";
}
.pbi-glyph-zorder:before {
  content: "\E114";
}
.pbi-glyph-visualinteraction:before {
  content: "\E115";
}
.pbi-glyph-alignment:before {
  content: "\E116";
}
.pbi-glyph-shapes:before {
  content: "\EC7C";
}
.pbi-glyph-attachment:before {
  content: "\E118";
}
.pbi-glyph-securityalert:before {
  content: "\E117";
}
.pbi-glyph-bold:before {
  content: "\E8DD";
}
.pbi-glyph-italics:before {
  content: "\E8DB";
}
.pbi-glyph-underline:before {
  content: "\E8DC";
}
.pbi-glyph-rectangle:before {
  content: "\E119";
}
.pbi-glyph-oval:before {
  content: "\E120";
}
.pbi-glyph-line:before {
  content: "\E121";
}
.pbi-glyph-triangle:before {
  content: "\E122";
}
.pbi-glyph-arrow:before {
  content: "\E123";
}
.pbi-glyph-image:before {
  content: "\E124";
}
.pbi-glyph-alignleft:before {
  content: "\E8E4";
}
.pbi-glyph-aligncenter:before {
  content: "\E8E3";
}
.pbi-glyph-alignright:before {
  content: "\E8E2";
}
.pbi-glyph-qrcode:before {
  content: "\ED14";
}
.pbi-glyph-powerbi:before {
  content: "\E000";
}
.pbi-glyph-gear:before {
  content: "\E002";
}
.pbi-glyph-download:before {
  content: "\E003";
}
.pbi-glyph-smiley:before {
  content: "\E005";
}
.pbi-glyph-question:before {
  content: "\E004";
}
.pbi-glyph-tile:before {
  content: "\E006";
}
.pbi-glyph-rlogo:before {
  content: "\E125";
}
.pbi-glyph-play:before {
  content: "\EB1C";
}
.pbi-glyph-stop:before {
  content: "\EA6F";
}
.pbi-glyph-excelcloud:before {
  content: "\EC29";
}
.pbi-glyph-importvisual:before {
  content: "\E8B5";
}
.pbi-glyph-sharepoint:before {
  content: "\ED18";
}
.pbi-glyph-print:before {
  content: "\E2F6";
}
.pbi-glyph-stackedbar:before {
  content: "\E126";
}
.pbi-glyph-stackedcolumn:before {
  content: "\E127";
}
.pbi-glyph-areachart:before {
  content: "\E128";
}
.pbi-glyph-piechart:before {
  content: "\E129";
}
.pbi-glyph-fullstackedbar:before {
  content: "\E130";
}
.pbi-glyph-linechart:before {
  content: "\E131";
}
.pbi-glyph-scatter:before {
  content: "\E132";
}
.pbi-glyph-funnel:before {
  content: "\E133";
}
.pbi-glyph-dataset:before {
  content: "\E138";
}
.pbi-glyph-publishtoweb:before {
  content: "\E134";
}
.pbi-glyph-database:before {
  content: "\EC8C";
}
.pbi-glyph-drilltodetail:before {
  content: "\E140";
}
.pbi-glyph-seedata:before {
  content: "\E139";
}
.pbi-glyph-move:before {
  content: "\E135";
}
.pbi-glyph-home:before {
  content: "\E10F";
}
.pbi-glyph-fittopage:before {
  content: "\E109";
}
.pbi-glyph-rotatehorizontal:before {
  content: "\E141";
}
.pbi-glyph-rotatevertical:before {
  content: "\E142";
}
.pbi-glyph-download2:before {
  content: "\E143";
}
.pbi-glyph-calculate:before {
  content: "\E1D0";
}
.pbi-glyph-reload:before {
  content: "\E248";
}
.pbi-glyph-insight:before {
  content: "\EA80";
}
.pbi-glyph-nonetwork:before {
  content: "\EB63";
}
.pbi-glyph-pin {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.pbi-glyph-pin:before {
  content: "\E718";
}
.pbi-glyph-caretright {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.pbi-glyph-caretright:before {
  content: "\E818";
}
.pbi-glyph-caretdown {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.pbi-glyph-caretdown:before {
  content: "\E818";
}
.pbi-glyph-caretleft {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.pbi-glyph-caretleft:before {
  content: "\E818";
}
.pbi-glyph-chevronrightmedium {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.pbi-glyph-chevronrightmedium:before {
  content: "\E972";
}
.pbi-glyph-chevronleftmedium {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.pbi-glyph-chevronleftmedium:before {
  content: "\E972";
}
.pbi-glyph-uparrow {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.pbi-glyph-uparrow:before {
  content: "\E72B";
}
.pbi-glyph-rightarrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.pbi-glyph-rightarrow:before {
  content: "\E72B";
}
.pbi-glyph-uprightarrow {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.pbi-glyph-uprightarrow:before {
  content: "\E72B";
}
.pbi-glyph-getdata {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  font-weight: bold;
}
.pbi-glyph-getdata:before {
  content: "\E72B";
}
.pbi-glyph-cancel {
  font-weight: bold;
}
.pbi-glyph-cancel:before {
  content: "\E8BB";
}
/*Colors*/
/*===========================================*/
.black,
.black a {
  color: #000;
}
.dark-gray {
  color: #333;
}
.mid-gray {
  color: #666;
}
.mid-gray a {
  color: #000;
  text-decoration: underline;
}
.mid-gray a:hover {
  color: #c8a112;
}
.gray,
.gray a {
  color: #808285;
}
.white,
.white a {
  color: #fff;
}
.yellow {
  color: #F2C812;
}
.mustard-yellow {
  color: #be9a27;
}
/*Row Colors*/
/*===========================================*/
.wrapper-black {
  background-color: #000;
}
.wrapper-gray {
  background-color: #EFEFEF;
}
.wrapper-lightgray {
  background-color: #FAFAFA;
}
.wrapper-darkgray {
  background-color: #333333;
}
.wrapper-yellow {
  background-color: #F2C812;
}
.wrapper-white {
  background-color: #fff;
}
/*shift-menu-wrapper*/
.shift-menu-wrapper {
  background: #000;
  height: auto;
  display: none;
}
.shift-menu-wrapper .container {
  position: relative;
  padding: 0;
}
.shift-menu-wrapper .marker {
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 25%;
  left: 0%;
  -webkit-transition: left .7s;
  transition: left .7s ;
}
.shift-menu-wrapper .triangle-marker {
  position: absolute;
  top: 0;
  width: 25%;
  height: 0;
  left: 0%;
  -webkit-transition: left .7s;
  transition: left .7s ;
}
.shift-menu-wrapper .triangle-marker span {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #000;
}
.shift-menu-wrapper .marker span {
  display: block;
  height: 3px;
  width: 93.75px;
  margin: 0 auto;
  background-color: #F2C812;
  -webkit-transition: width .7s;
  transition: width .7s ;
}
#sales .shift-menu-wrapper .marker span {
  width: 72px;
}
#roles .shift-menu-wrapper .marker span {
  width: 128px;
}
.shift-menu-wrapper .menu-item {
  float: left;
  position: relative;
  height: 100px;
  width: 25%;
  margin: 0;
  color: #fff;
  cursor: pointer;
}
.shift-menu-wrapper .menu-item .icon {
  display: block;
  width: 28px;
  height: 28px;
  margin: 20px auto 0;
  background-position: bottom center;
  background-size: 100% auto;
}
.shift-menu-wrapper .menu-item.active .icon {
  background-position: top center;
}
.shift-menu-wrapper .menu-item .marketing {
  background-image: url('//pbiwebprod.blob.core.windows.net/webassets/images/sprite-marketing.png');
}
.shift-menu-wrapper .menu-item .sales {
  background-image: url('//pbiwebprod.blob.core.windows.net/webassets/images/sprite-sales.png');
}
.shift-menu-wrapper .menu-item .customer-support {
  background-image: url('//pbiwebprod.blob.core.windows.net/webassets/images/sprite-customer-support.png');
}
.shift-menu-wrapper .menu-item .decision-maker {
  background-image: url('//pbiwebprod.blob.core.windows.net/webassets/images/sprite-decision-maker.png');
}
.shift-menu-wrapper .menu-item .monitor {
  background-image: url('//pbiwebprod.blob.core.windows.net/webassets/images/sprite-monitor.png');
}
.shift-menu-wrapper .menu-item .analyze {
  background-image: url('//pbiwebprod.blob.core.windows.net/webassets/images/sprite-analyze.png');
}
.shift-menu-wrapper .menu-item .combine {
  background-image: url('//pbiwebprod.blob.core.windows.net/webassets/images/sprite-combine.png');
}
.shift-menu-wrapper .menu-item .mobile {
  background-image: url('//pbiwebprod.blob.core.windows.net/webassets/images/sprite-mobile.png');
}
.shift-menu-wrapper .menu-item .business-user {
  background-image: url('//pbiwebprod.blob.core.windows.net/webassets/images/sprite-business-user.png');
}
.shift-menu-wrapper .menu-item .business-analyst {
  background-image: url('//pbiwebprod.blob.core.windows.net/webassets/images/sprite-business-analyst.png');
}
.shift-menu-wrapper .menu-item .bi-professional {
  background-image: url('//pbiwebprod.blob.core.windows.net/webassets/images/sprite-bi-professional.png');
}
.shift-menu-wrapper .menu-item .developer {
  background-image: url('//pbiwebprod.blob.core.windows.net/webassets/images/sprite-developer.png');
}
.shift-menu-wrapper .menu-item .partners {
  background-image: url('//pbiwebprod.blob.core.windows.net/webassets/images/sprite-partners.png');
}
.shift-menu-wrapper .menu-item .text {
  position: absolute;
  height: 30px;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.shift-menu-wrapper .menu-item .text span {
  display: inline-block;
  height: 100%;
  font-size: 15px;
  letter-spacing: .15em;
  line-height: 100%;
  vertical-align: top;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .shift-menu-wrapper .marker {
    display: none;
  }
  .shift-menu-wrapper .menu-item .text {
    display: none;
  }
  .shift-menu-wrapper .menu-item {
    height: auto;
  }
  .shift-menu-wrapper .menu-item .icon {
    margin: 20px auto;
  }
}
/*shift-content-wrapper*/
.shift-content-wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
  -webkit-transition: height .7s;
  transition: height .7s ;
}
#sales .shift-content-wrapper {
  border-bottom: 2px solid #E1E2E3;
}
.shift-content-wrapper .container {
  padding-top: 40px;
  top: 40px;
  left: 0;
  right: 0;
  -webkit-transition: top .7s;
  transition: top .7s ;
}
.shift-content-wrapper .content-item {
  display: block;
  padding-bottom: 40px;
}
.shift-content-wrapper .content-item h2 {
  display: none;
}
@media screen and (max-width: 768px) {
  .shift-content-wrapper .content-item h2 {
    display: block;
    margin-bottom: 20px;
  }
}
.shift-content-wrapper .content-item .screenshot {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .shift-content-wrapper .content-item .screenshot {
    max-width: 450px;
    margin: 30px auto;
  }
}
.shift-content-wrapper .content-item button {
  display: block;
  width: 100%;
  font-size: 18px;
  background-color: #F2C812;
  margin: 30px auto 60px;
  padding-bottom: 6px;
  line-height: 1.5;
  border: none;
}
.shift-content-wrapper .content-item article {
  margin-bottom: 40px;
}
.shift-content-wrapper .content-item article:last-child {
  margin-bottom: 0px;
}
.shift-content-wrapper .content-item h3 {
  margin: 12px 0 8px;
}
.shift-content-wrapper .content-item p,
.shift-content-wrapper .content-item li {
  color: #666;
}
.shift-content-wrapper .content-item a {
  color: #000;
  text-decoration: underline;
}
.shift-content-wrapper .content-item a:hover {
  color: #c8a112;
}
.shift-content-wrapper .content-item ul {
  padding-left: 15px;
}
.shift-content-wrapper .content-item ul li {
  padding-bottom: 8px;
}
.shift-content-wrapper .content-item ul li strong {
  font-family: wf_segoe-ui_bold, helvetica, arial, sans-serif;
}
.carousel-slide {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 0;
  left: 100%;
  padding: 0 15px;
  -webkit-transition: left .5s ease .5s, opacity .5s;
  transition: left .5s ease .5s, opacity .5s;
}
.carousel-slide.current {
  left: 0;
  opacity: 1;
}
.carousel-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 15px;
}
.carousel-nav .nav-item {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
  background: #ccc;
  opacity: .5;
  -webkit-transition: background .5s ease .5s;
  transition: background .5s ease .5s;
}
.carousel-nav .nav-item.current {
  background: #333;
}
.carousel-nav .nav-item:hover {
  opacity: 1;
}
.carousel-nav .nav-item.current:hover {
  opacity: .5;
  cursor: default;
}
/*===========================================*/
.navigation-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 20001;
}
.navigation-wrapper .branding {
  float: left;
  padding-top: 29px;
  min-width: 50%;
}
@media screen and (min-width: 375px) {
  .navigation-wrapper .branding {
    min-width: 260px;
  }
}
@media screen and (min-width: 435px) {
  .navigation-wrapper .branding {
    min-width: 260px;
  }
}
.navigation-wrapper .branding .microsoft {
  display: inline-block;
}
.navigation-wrapper .branding .logo.microsoft {
  width: 30px;
  height: 30px;
  padding: 4px 0;
}
.navigation-wrapper .branding .text.microsoft {
  height: 22px;
  padding: 4px 0;
  margin: 4px 0;
  border-right: 1px solid #000;
}
.navigation-wrapper .branding .text.powerbi {
  float: right;
  padding: 7px 0;
  height: 30px;
}
@media screen and (min-width: 375px) {
  .navigation-wrapper .branding .text.powerbi {
    display: inline-block;
  }
}
@media screen and (max-width: 374px) {
  .navigation-wrapper .branding .text.powerbi {
    margin-left: 15px;
  }
}
.navigation-wrapper .branding a.powerbi {
  display: initial;
}
.navbar-default {
  background: none;
  border: none;
  z-index: 10;
}
.navbar-default .navbar-header .navbar-toggle {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 24px 6px 10px;
  padding: 12px 14px;
  border: 2px solid black;
  color: #000;
}
.navbar-default .navbar-header .navbar-toggle:hover {
  background: none;
}
.navbar-default .navbar-header .navbar-toggle:focus {
  background: none;
}
.navbar-default .navbar-header .navbar-toggle .icon-bar {
  background: #000;
}
.navbar-default .navbar-collapse {
  padding: 0;
}
@media screen and (max-width: 991px) {
  .navbar-default .navbar-collapse {
    box-shadow: 0px 8px 15px -8px #000000;
  }
}
@media screen and (max-width: 767px) {
  .navbar-default .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.navbar-default .navbar-nav {
  float: right;
}
@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav {
    background: #F2C812;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #c8a112;
  }
}
.navbar-default .navbar-nav > li > a {
  color: #000;
  padding: 6px 0px;
  font: 16px wf_segoe-ui_semibold, helvetica, arial, sans-serif;
}
@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    padding: 0;
    display: block;
  }
}
.navbar-default .navbar-nav > li > .menu-btn {
  padding: 6px 24px;
}
@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav > li > .menu-btn {
    display: inline;
  }
}
.navbar-default .navbar-nav .menu-item {
  margin: 0 16px;
  padding-top: 24px;
  font: 16px wf_segoe-ui_normal, helvetica, arial, sans-serif;
  line-height: 36px;
}
@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav .menu-item {
    display: block;
    border-top: 1px solid #c8a112;
    padding: 0;
    margin: 0;
  }
}
.navbar-default .navbar-nav .menu-item a {
  cursor: pointer;
  border: 2px solid transparent;
}
@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav .menu-item a {
    display: inline-block;
    padding: 15px;
    width: 100%;
    border: none;
  }
}
.navbar-default .navbar-nav .menu-item .menu-btn {
  border: 2px solid #000;
}
@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav .menu-item .menu-btn {
    width: auto;
    margin: 15px;
    padding: 6px 15px;
  }
}
.navbar-default .navbar-nav .menu-item .menu-btn:hover {
  background: #000;
  color: #fff;
}
.menu-item .dropdown {
  margin-top: 1px;
  padding-bottom: 6px;
}
.menu-item .dropdown a {
  font: 16px wf_segoe-ui_semibold, helvetica, arial, sans-serif;
  color: black;
  text-decoration: none;
}
.menu-item .dropdown-menu {
  background: #e3b516;
  border: none;
  border-radius: 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 8px 0 11px 0;
  border-top: 3px solid black;
  margin: 0;
}
.navbar-default .navbar-nav .menu-item .dropdown-parent-item.mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav .menu-item .dropdown-parent-item.mobile {
    display: inline-block;
    cursor: default;
  }
}
@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav .menu-item .dropdown-parent-item.desktop {
    display: none;
  }
}
.dropdown-menu > li > a {
  padding: 6px 20px;
}
.dropdown-menu > li > a:hover {
  background: none;
  text-decoration: underline;
}
@media (min-width: 991px) {
  .menu-item .dropdown > ul.dropdown-menu {
    display: none;
    height: auto !important;
  }
  .menu-item .dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .menu-item .dropdown-menu {
    position: relative;
    margin-top: 6px;
    border: none;
    width: 100%;
  }
}
.external-header {
  padding: 100px 0 22px;
}
.external-nav .signin-menu-item {
  display: none;
}
.no-title-header {
  padding: 74px 0 22px;
}
/*===========================================*/
.landing-navigation-wrapper {
  position: absolute;
  width: 100%;
  top: 29px;
}
.landing-navigation-wrapper .microsoft-wrapper,
.landing-navigation-wrapper .powerbi-wrapper {
  float: left;
  margin-bottom: 20px;
  width: 50%;
  min-width: 160px;
}
.landing-navigation-wrapper .powerbi-wrapper .branding {
  float: right;
}
.landing-navigation-wrapper .gray-bar {
  margin: 0;
}
footer {
  padding: 60px 0;
}
footer .small-text {
  margin: 0 0 20px;
  line-height: 1.5;
}
footer .small-text-bold {
  font-size: 15px;
  margin: 0 0 20px;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  margin-bottom: 10px;
}
footer .button {
  min-width: 30%;
  padding-left: 0;
  padding-right: 0;
}
footer .disclaimer-text {
  font-size: 11px;
  margin-bottom: 6px;
  margin-top: 12px;
}
footer .copyright-text {
  margin-top: 0px;
}
@media screen and (max-width: 992px) {
  footer .downloads {
    margin: 40px 0;
  }
}
footer .downloads > div,
footer .legal-info > div {
  padding: 0;
}
footer .downloads .text {
  padding-right: 40px;
}
@media screen and (max-width: 992px) {
  footer .downloads .links {
    padding: 0;
  }
}
footer #footer-email-form input[type="text"] {
  margin-bottom: 10px;
}
footer #footer-email-form input[type="submit"] {
  margin-bottom: 10px;
}
.gray-bar {
  height: 1px;
  width: 100%;
  background: #E1E2E3;
  margin: 30px 0 30px 0;
}
.social-icon,
.social-icon:visited {
  display: inline-block;
  cursor: pointer;
  font-size: 25px;
  margin-right: 20px;
  color: #333;
}
.social-icon:hover {
  color: #000;
}
@media screen and (max-width: 768px) {
  .social-icon {
    margin-top: 20px;
  }
}
.small-text-padded {
  padding-top: 20px;
  padding-left: 2px;
}
.padded-for-image {
  padding-left: 36px;
}
.download-icon {
  float: left;
  width: 20px;
  height: 32px;
  margin: 5px 15px 10px 0;
}
.black-link {
  font: 14px din_normal;
  letter-spacing: .05em;
  color: #000;
  cursor: pointer;
  margin: 10px 0;
}
.black-link:hover {
  color: #000;
}
footer .black-link {
  text-transform: uppercase;
}
footer .language-select-box {
  float: right;
  width: auto;
  display: inline-block;
  color: black;
  font: 13px "wf_segoe-ui_normal", helvetica, arial, sans-serif;
}
footer .currency-picker {
  margin-right: 10px;
}
footer .locale-selector-link {
  display: inline-block;
  float: right;
  margin-top: 0.25em;
}
footer .locale-selector-link .fa-globe {
  font-size: 2em;
  margin-right: 0.25em;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  footer .language-select-box {
    float: none;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .language-select-box {
    margin-top: 0px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 500px) {
  footer .language-select-box {
    display: block;
    margin: 15px 0 0 0;
  }
}
/*connect-wrapper*/
.connect-wrapper {
  padding: 60px 0;
}
.connect-wrapper h2 {
  max-width: 910px;
  margin: 0 auto;
}
.connect-wrapper p {
  margin: 40px auto;
  padding-left: 2px;
  max-width: 645px;
}
.connect-wrapper .int-toggle {
  display: inline-block;
  text-align: center;
}
.connect-wrapper .connect-icons {
  text-align: center;
  font-size: 0;
}
.connect-wrapper .connect-icons.featured {
  text-align: center;
  font-size: 0;
  margin: 30px 0 20px;
}
.connect-wrapper .connect-icons .icon-box {
  width: 20%;
  min-width: 140px;
  display: inline-block;
  min-height: 150px;
}
.connect-wrapper .connect-icons .no-tag-match {
  display: none;
}
.connect-wrapper .connect-icons .no-tag-match.display {
  display: inline-block;
}
.connect-icons .logo {
  width: 90px;
  height: 90px;
  display: block;
  margin: auto;
  opacity: 1;
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/sprite-integrations-standard-temp.png');
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .connect-icons .logo {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/sprite-integrations-retina-temp.png');
    background-repeat: no-repeat;
    background-size: 630px auto;
  }
}
.connect-icons .logo:hover {
  opacity: .7;
}
.connect-icons .logo.no-click:hover {
  opacity: 1;
}
.connect-icon-subtext {
  font: 14px wf_segoe-ui_light;
  color: #333333;
  text-align: center;
  margin-bottom: 5px;
}
.connect-icons .acumatica {
  background-position: left 0px top 0px;
}
.connect-icons .adobe_analytics {
  background-position: left -450px top -360px;
}
.connect-icons .appfigures {
  background-position: left -90px top 0px;
}
.connect-icons .azure_audit_logs {
  background-position: left -450px top -270px;
}
.connect-icons .azure_mobile_engagement {
  background-position: left -540px top -270px;
}
.connect-icons .circuit_id {
  background-position: left -540px top -180px;
}
.connect-icons .comscore {
  background-position: left -540px top -90px;
}
.connect-icons .github {
  background-position: left -180px top 0px;
}
.connect-icons .google_analytics {
  background-position: left -270px top 0px;
}
.connect-icons .mailchimp {
  background-position: left -360px top 0px;
}
.connect-icons .mandrill {
  background-position: left -450px top 0px;
}
.connect-icons .marketo {
  background-position: left 0px top -90px;
}
.connect-icons .microsoft_dynamicscrm {
  background-position: left -90px top -90px;
}
.connect-icons .microsoft_dynamics_marketing {
  background-position: left -180px top -90px;
}
.connect-icons .microsoft_dynamics_nav {
  background-position: left -180px top -450px;
}
.connect-icons .planview_enterprise {
  background-position: left -270px top -450px;
}
.connect-icons .quickbooks_online {
  background-position: left -270px top -90px;
}
.connect-icons .salesforce {
  background-position: left -360px top -90px;
}
.connect-icons .sendgrid {
  background-position: left 0px top -180px;
}
.connect-icons .sql_database_auditing {
  background-position: left -90px top -180px;
}
.connect-icons .sql_sentry {
  background-position: left -540px top -360px;
}
.connect-icons .stripe {
  background-position: left -450px top -180px;
}
.connect-icons .sweetiq {
  background-position: left -180px top -180px;
}
.connect-icons .twilio {
  background-position: left -270px top -180px;
}
.connect-icons .tygraph {
  background-position: left -450px top -90px;
}
.connect-icons .uservoice {
  background-position: left -360px top -180px;
}
.connect-icons .visual_studio_online {
  background-position: left 0px top -270px;
}
.connect-icons .webtrends {
  background-position: left -540px top 0px;
}
.connect-icons .zendesk {
  background-position: left -90px top -270px;
}
.connect-icons .azure_sql_database {
  background-position: left -90px top -180px;
}
.connect-icons .azure_sql_data_warehouse {
  background-position: left -270px top -270px;
}
.connect-icons .analysis_server {
  background-position: left -360px top -270px;
}
.connect-icons .spark_on_azure {
  background-position: left 0px top -360px;
}
.connect-icons .access {
  background-position: left -90px top -360px;
}
.connect-icons .active_directory {
  background-position: left -180px top -270px;
}
.connect-icons .excel {
  background-position: left -270px top -360px;
}
.connect-icons .exchange {
  background-position: left -360px top -360px;
}
.connect-icons .hdfs {
  background-position: left 0px top -540px;
}
.connect-icons .hdinsight {
  background-position: left -90px top -450px;
}
.connect-icons .ibmdb2 {
  background-position: left -180px top -540px;
}
.connect-icons .mysql {
  background-position: left -270px top -540px;
}
.connect-icons .odata {
  background-position: left 0px top -450px;
}
.connect-icons .oracle {
  background-position: left -90px top -540px;
}
.connect-icons .postgresql {
  background-position: left -270px top -540px;
}
.connect-icons .sharepoint {
  background-position: left -180px top -360px;
}
.connect-icons .csv {
  background-position: left -360px top -450px;
}
.connect-icons .xml {
  background-position: left -450px top -450px;
}
.connect-icons .azure_blob_storage {
  background-position: left -180px top -630px;
}
.connect-icons .azure_documentdb {
  background-position: left -540px top -630px;
}
.connect-icons .azure_marketplace {
  background-position: left -90px top -630px;
}
.connect-icons .azure_table_storage {
  background-position: left -180px top -630px;
}
.connect-icons .facebook {
  background-position: left -360px top -630px;
}
.connect-icons .folder {
  background-position: left -540px top -540px;
}
.connect-icons .odbc {
  background-position: left -450px top -630px;
}
.connect-icons .sql_server {
  background-position: left -450px top -540px;
}
.connect-icons .sybase {
  background-position: left -360px top -540px;
}
.connect-icons .teradata {
  background-position: left 0px top -630px;
}
.connect-icons .text {
  background-position: left -540px top -450px;
}
.connect-icons .web {
  background-position: left -270px top -630px;
}
/* Customer Logos wrapper */
.customer-wrapper {
  padding: 60px 0;
}
.customer-wrapper h2 {
  margin-bottom: 40px;
}
.customer-logos {
  font-size: 0;
}
.customer-logos .logo-container {
  min-width: 140px;
  width: 20%;
  padding: 2% 2%;
  display: inline-block;
}
.customer-logos .logo-container .logo {
  background-image: url("https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/sprite-customer-logos.png");
  display: inline-block;
  vertical-align: middle;
}
.customer-logos .logo-container .logo.jordan-ahli-bank {
  background-position: 0 0;
}
.customer-logos .logo-container .logo.conde-nast {
  background-position: 0 10%;
}
.customer-logos .logo-container .logo.mediacom {
  background-position: 0 20%;
}
.customer-logos .logo-container .logo.helse-vest {
  background-position: 0 30%;
}
.customer-logos .logo-container .logo.ims-health {
  background-position: 0 40%;
}
.customer-logos .logo-container .logo.wash {
  background-position: 0 50%;
}
.customer-logos .logo-container .logo.enlighten-designs {
  background-position: 0 60%;
}
.customer-logos .logo-container .logo.aerocrine {
  background-position: 0 70%;
}
.customer-logos .logo-container .logo.metro-bank {
  background-position: 0 80%;
}
.customer-logos .logo-container .logo.abb {
  background-position: 0 90%;
}
.customer-logos .logo-container .logo.boys-and-girls-club {
  background-position: 0 100%;
}
.customer-logos .logo-container .logo.esmart {
  background-position: 61.5384615% 0;
}
.customer-logos .logo-container .logo.tourism-australia {
  background-position: 61.5384615% 10%;
}
.customer-logos .logo-container .logo.beth-israel {
  background-position: 61.5384615% 20%;
}
.customer-logos .logo-container .logo.medassets {
  background-position: 61.5384615% 30%;
}
.customer-logos .logo-container .logo.tangerine {
  background-position: 61.5384615% 40%;
}
.customer-logos .logo-container .logo.cbre {
  background-position: 61.5384615% 50%;
}
.customer-logos .logo-container .logo.ziosk {
  background-position: 61.5384615% 60%;
}
.customer-logos .logo-container .logo.oslo-university {
  background-position: 61.5384615% 70%;
}
.customer-logos .logo-container .logo.pier-1 {
  background-position: 61.5384615% 80%;
}
.customer-logos .logo-container .logo.sgs {
  background-position: 61.5384615% 90%;
}
.customer-logos .logo-container .logo.nhs {
  background-position: 61.5384615% 100%;
}
.customer-logos .logo-container .logo.carnegie-mellon {
  background-position: 100% 0;
}
.customer-logos .logo-container .logo.breeze {
  background-position: 100% 22.222222%;
}
.customer-logos .logo-container .logo.leicester-city-council {
  background-position: 100% 44.444444%;
}
.customer-logos .logo-container .logo-large {
  width: 100%;
  padding-bottom: 30%;
  background-size: 260%;
}
.customer-logos .logo-container .logo-small {
  width: 75%;
  padding-bottom: 75%;
  background-size: 433.333333%;
}
/*capabilities-wrapper*/
.capabilities-wrapper {
  padding: 90px 0;
}
.capabilities-wrapper article img {
  height: auto;
  width: 100%;
}
.capabilities-wrapper h2 {
  margin-bottom: 50px;
}
.capabilities-wrapper h3 {
  margin: 10px 0;
}
.capabilities-wrapper p a {
  text-decoration: underline;
}
.capabilities-wrapper .graphics-wrapper {
  position: relative;
}
.capabilities-wrapper .graphics-wrapper .animated-gif {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.capabilities-wrapper article:hover .graphics-wrapper img {
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .graphics-wrapper {
    height: 165px;
    width: 213px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .graphics-wrapper {
    height: 150px;
    width: 198px;
  }
}
@media screen and (max-width: 991px) {
  .graphics-wrapper {
    height: 160px;
    width: 213px;
  }
  .capabilities-wrapper {
    text-align: left;
  }
  .capabilities-wrapper h2 {
    font-size: 6vw;
  }
  .capabilities-wrapper article {
    margin-bottom: 20px;
  }
  .capabilities-wrapper article:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .graphics-wrapper {
    height: 215px;
    width: 284px;
  }
  .capabilities-wrapper article {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 500px) {
  .graphics-wrapper {
    height: 140px;
    width: 198px;
  }
  .capabilities-wrapper article {
    margin-bottom: 40px;
  }
  .capabilities-wrapper h2 {
    margin-bottom: 50px;
  }
}
.email-form input[type="text"] {
  margin-bottom: 10px;
}
.email-form .disclaimer-text {
  display: block;
}
.form-style1 .input-error,
.form-style2 .input-error {
  font: 14px "wf_segoe-ui_light", helvetica, arial, sans-serif;
  color: #CC0000;
}
.form-style1 .input-error-title,
.form-style2 .input-error-title,
.form-style1 .input-success-title,
.form-style2 .input-success-title {
  font-family: "wf_segoe-ui_bold", helvetica, arial, sans-serif;
}
.form-style1 .disclaimer-text,
.form-style2 .disclaimer-text {
  font: 11px "wf_segoe-ui_normal", helvetica, arial, sans-serif;
}
/* form with black border button */
.form-style1 .button-regular {
  background: none;
  border: 2px solid black;
}
.form-style1 .disclaimer-text,
.form-style1 .disclaimer-text a {
  color: black;
}
/*form with yellow button*/
.form-style2 .button {
  background: #F2C812;
  border-color: #F2C812;
  color: black;
  border: 2px solid #F2C812;
}
.form-style2 .disclaimer-text,
.form-style2 .disclaimer-text a {
  color: white;
}
/*small form in footer, black button*/
.form-style3 .button-regular {
  background: black;
  color: #F2C812;
  font-size: 13px;
}
.form-style3 .disclaimer-text,
.form-style3 .disclaimer-text a {
  color: #808285;
}
.form-style3 input[type="text"] {
  font-size: 13px;
  padding: 6px 10px;
}
.form-style3 .button {
  background-color: #000;
  border: 2px solid #000;
  color: #F2C812;
  padding: 6px 10px;
  font-size: 13px;
}
.form-style3 .input-error {
  font-size: 12px;
}
.newsletter-form-success-message {
  display: none;
  font-family: "wf_segoe-ui_semibold", helvetica, arial, sans-serif;
}
#newsletterEmailForm.form-success .newsletter-form-success-message {
  display: inline-block;
}
#newsletterEmailForm.form-success .email-input,
#newsletterEmailForm.form-success .disclaimer-text,
#newsletterEmailForm.form-success .input-error {
  display: none !important;
}
#newsletterEmailForm.form-success .button {
  margin-top: 20px;
}
#newsletterEmailForm input {
  vertical-align: top;
}
#newsletterEmailForm .input-wrapper {
  position: relative;
}
#newsletterEmailForm .pbi-spinner {
  position: absolute;
  display: none;
  top: -2px;
  right: 25px;
}
#newsletterEmailForm .pbi-spinner.show {
  display: block;
}
@media screen and (max-width: 992px) {
  .newsletter-form .banner-top .form .pbi-spinner {
    left: 214px;
  }
}
@media screen and (max-width: 1199px) {
  .newsletter-form .banner-top .form .pbi-spinner {
    left: 278px;
  }
}
.visuals-carousel-outer {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.visuals-carousel-outer .left-arrow,
.visuals-carousel-outer .right-arrow {
  position: absolute;
  width: 10%;
  height: auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  cursor: pointer;
  line-height: 100%;
}
.visuals-carousel-outer .left-arrow {
  left: 0;
}
.visuals-carousel-outer .right-arrow {
  right: 0;
}
.visuals-carousel-outer .display-wrapper {
  width: 80%;
  height: auto;
  margin: 0 auto;
  -webkit-box-shadow: 0px 2px 20px -2px #333333;
  box-shadow: 0px 2px 20px -2px #333333;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.visuals-carousel-outer .display-wrapper .header {
  width: 100%;
  height: 20px;
  background-color: #333;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  padding: 0 10px;
}
.visuals-carousel-outer .display-wrapper .header .dot {
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #4c4c4c;
  width: 10px;
  height: 10px;
}
.visuals-carousel-outer .display-wrapper .view {
  position: relative;
  background-color: #f2f2f2;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
}
.visuals-carousel-outer .display-wrapper .view .left-shade {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 7%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,f2f2f2+100&amp;1+0,0+100 */
  background: -moz-linear-gradient(left, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f2f2f2), color-stop(100%, rgba(242, 242, 242, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#00f2f2f2', GradientType=1);
  /* IE6-9 */
}
.visuals-carousel-outer .display-wrapper .view .right-shade {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 7%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,f2f2f2+100&amp;0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(242, 242, 242, 0)), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f2f2f2', endColorstr='#f2f2f2', GradientType=1);
  /* IE6-9 */
}
.visuals-carousel-outer .display-wrapper .item {
  position: absolute;
  width: 75%;
  height: auto;
  min-height: 0;
  padding-bottom: ;
  background-color: #fff;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transition: transform 1s ease;
  transition: transform 1s ease;
  -webkit-transform: translate(168%, -50%);
  transform: translate(168%, -50%);
  text-align: center;
}
.visuals-carousel-outer .display-wrapper .item img {
  max-width: 100%;
}
.visuals-carousel-outer .display-wrapper .left {
  -webkit-transform: translate(-268%, -50%);
  transform: translate(-268%, -50%);
}
.visuals-carousel-outer .display-wrapper .past {
  -webkit-transform: translate(-158%, -50%);
  transform: translate(-158%, -50%);
  opacity: 1;
}
.visuals-carousel-outer .display-wrapper .current {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}
.visuals-carousel-outer .display-wrapper .next {
  -webkit-transform: translate(58%, -50%);
  transform: translate(58%, -50%);
  opacity: 1;
}
body {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  background-color: #ffffff;
}
svg {
  width: 100%;
  height: 100%;
  fill: transparent;
}
.visual-tile svg {
  width: inherit;
  height: inherit;
}
div.chart-content {
  position: relative;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  -ms-background-size: contain;
  background-size: contain;
}
/*  creating donutChart slices classes, to disable the hover defined by the web */
.donutChart path.slice.selected:hover {
  opacity: 1;
}
.donutChart path.slice.not-selected:hover {
  opacity: 0.6;
}
#itemContainer {
  height: 400px;
  width: 500px;
  position: relative;
  top: 60px;
  left: 0;
}
#itemContainer svg {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  /* fill: transparent; */
}
.topBar {
  width: 100%;
  display: inline-block;
  background-color: black;
  color: #FFF;
  padding: 10px;
}
#userData {
  background-color: gray;
  display: none;
  padding-bottom: 2px;
  padding-top: 5px;
}
#userData input {
  display: block;
  margin: 1px 2px;
  padding: 0 3px;
}
#userData input.inline {
  display: inline-block;
}
.clearCatcher {
  /* fill: white; */
}
.legend {
  top: -30px !important;
}
.legendText {
  fill: black;
}
li.slicerItemContainer {
  list-style-type: none;
}
.expAppBar,
.expAppBarMenu {
  position: absolute;
  left: 10px;
  content: '';
}
.slicerContainer .headerText,
.slicerContainer .slicerText,
.trimmedTextWithEllipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
}
body {
  -webkit-font-smoothing: antialiased;
}
.boldFontFamily,
.lightFont,
.regularFont,
.secondaryBoldFont,
.secondaryFont,
.semiboldFont,
.semilightFont {
  font-family: 'Tahoma,Verdana,Geneva,sans-serif';
}
.unselectable {
  user-select: none;
  cursor: default;
}
.tablixContainer .bi-tablix .unselectable,
.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}
.trimmedTextWithEllipsis {
  overflow: hidden;
}
.skittlesNormal {
  opacity: 0;
  border: 1px solid #a6a6a6;
  color: #333;
  background-color: #fff;
  margin-bottom: 5px;
  margin-left: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.skittlesHovered {
  background-color: #f4f4f4;
}
.skittlesPressed {
  border-color: #777;
  background-color: #eaeaea;
}
.skittlesIconNormal {
  vertical-align: middle;
  text-align: center;
  color: #a6a6a6;
}
.skittlesIconHovered {
  color: #777777;
}
.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity .5s linear,left .5s linear,transform .5s;
  -webkit-transition: opacity 0.5s linear, left 0.5s linear, transform 0.5s;
}
.hidden,
.hiddenNoTransition {
  visibility: hidden;
  opacity: 0;
}
.hidden {
  transition: visibility 0s .5s,width 0s .5s,height 0s .5s,opacity .5s linear,left .5s linear,transform .5s;
  -webkit-transition: visibility 0s 0.5s, width 0s 0.5s, height 0s 0.5s, opacity 0.5s linear, left 0.5s linear, transform 0.5s;
}
.expAppBarMenu {
  top: 7px;
}
.slicerContainer label.slicerCheckbox input {
  display: none;
}
.slicerContainer label.slicerCheckbox span::before {
  content: '';
  display: inline-block;
  cursor: pointer;
  background-image: url(../images/visuals.sprites.png);
  background-position: -17px -84px;
  width: 13px;
  height: 13px;
  opacity: .5;
  margin-right: 5px;
}
.slicerContainer label.slicerCheckbox:hover span::before {
  opacity: 1;
}
.slicerContainer label.slicerCheckbox input:checked + span::before {
  background-image: url(../images/visuals.sprites.png);
  background-position: 0 -84px;
  width: 13px;
  height: 13px;
  opacity: 1;
}
.slicerContainer .slicerHeader {
  border-bottom-color: #eaeaea;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 3px;
  box-sizing: border-box;
}
.slicerContainer .headerText {
  color: #333;
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
}
.slicerContainer .slicerItemContainer {
  padding-top: 5px;
  box-sizing: border-box;
}
.slicerContainer .slicerText {
  font-size: 14px;
  display: inline-block;
  overflow-x: hidden;
  line-height: 1.2;
}
.dataDotChart .dataDotChartMainGraphicsContext .dot.null-value,
.dataDotChart .dataDotChartMainGraphicsContext .label.null-value,
.dataDotChart .dataDotChartMainGraphicsContext .label.overflowed,
.funnelChart .axis .domain,
.funnelChart .axis .tick line,
.visual svg .hideLinesOnAxis .domain,
.visual svg .hideLinesOnAxis .tick line,
.visual svg .showLinesOnAxis path {
  display: none;
}
.columnChart .axisGraphicsContext,
.dataDotChart .axisGraphicsContext,
.dataDotChart .dataDotChartMainGraphicsContext,
.lineChart .axisGraphicsContext,
.waterfallChart .axisGraphicsContext {
  font-family: 'Tahoma,Verdana,Geneva,sans-serif';
  font-size: 11px;
}
.slicerContainer .clear {
  background-image: url(../images/visuals.sprites.png);
  background-position: -34px -84px;
  width: 13px;
  height: 12px;
  margin: 4px 2px;
  float: right;
  cursor: pointer;
}
.visual svg .showLinesOnAxis .tick line {
  stroke: #e9e9e9;
  stroke-width: 1px;
  padding-left: 10px;
}
.visual svg .hideLinesOnAxis path {
  stroke-width: 1px;
}
.animatedNumber .mainText,
.card .mainText {
  fill: #333;
  font-family: 'Tahoma,Verdana,Geneva,sans-serif';
}
.columnChart .column {
  fill: #28ace2;
}
.columnChart .column:hover {
  fill: #239fd1;
}
.columnChart .axisGraphicsContext text {
  fill: #777777;
}
.columnChart .axisGraphicsContext .axis line,
.columnChart .axisGraphicsContext .axis path {
  fill: none;
  stroke: #777;
  shape-rendering: crispEdges;
}
.columnChart .interactive-hover-line {
  stroke: #666;
  stroke-width: 3px;
  opacity: 1;
}
.columnChart .drag-handle {
  fill: #666;
  opacity: 1;
}
.dataDotChart .dataDotChartMainGraphicsContext .dot {
  fill: #28ace2;
}
.dataDotChart .dataDotChartMainGraphicsContext .dot:hover {
  fill: #239fd1;
}
.dataDotChart .dataDotChartMainGraphicsContext .label {
  fill: #fff;
  text-anchor: middle;
}
.dataDotChart .axisGraphicsContext text {
  fill: #777777;
}
.dataDotChart .axisGraphicsContext .axis line,
.dataDotChart .axisGraphicsContext .axis path {
  fill: none;
  stroke: #777;
  shape-rendering: crispEdges;
}
.waterfallChart .column {
  fill: #28ace2;
}
.waterfallChart .column:hover {
  fill: #239fd1;
}
.waterfallChart .axisGraphicsContext text {
  fill: #777777;
}
.waterfallChart .axisGraphicsContext .axis line,
.waterfallChart .axisGraphicsContext .axis path {
  fill: none;
  stroke: #777;
  shape-rendering: crispEdges;
}
.waterfallChart .waterfall-connector {
  stroke: #a6a6a6;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
.lineChart .mainGraphicsContext path {
  fill: none;
  stroke-width: 3px;
  stroke-linecap: round;
}
.lineChart .mainGraphicsContext .catBackground path {
  stroke-width: 6px;
  stroke: #ffffff;
}
.lineChart .mainGraphicsContext .interactivity-line {
  stroke: #fff;
  stroke-opacity: 0;
  stroke-width: 10px;
}
.lineChart .hover-line {
  stroke: #e9e9e9;
  fill: #eb5e5e;
}
.lineChart .hover-line .interactive {
  stroke: #666;
  stroke-width: 3px;
  opacity: 1;
}
.lineChart .drag-handle {
  fill: #666;
  opacity: 1;
}
.lineChart .axisGraphicsContext text {
  fill: #777777;
}
.lineChart .axisGraphicsContext .axis line,
.lineChart .axisGraphicsContext .axis path {
  fill: none;
  stroke: #777;
  shape-rendering: crispEdges;
}
.lineChart .axisGraphicsContext .line {
  fill: none;
  stroke: #4682b4;
  stroke-width: 2px;
}
.funnelChart .axis line,
.funnelChart .axis path {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
.funnelChart .axis .data-labels {
  font-size: 12px;
}
.donutChart {
  overflow: visible !important;
}
.donutChart path.slice,
.donutChart path.slice-highlight {
  stroke-width: 1px;
  stroke: #ffffff;
}
.donutChart .labels text {
  font-family: 'Tahoma,Verdana,Geneva,sans-serif';
  font-size: 11px;
  fill: #777777;
}
.donutChart polyline {
  stroke: #777;
  stroke-width: 1px;
  fill: transparent;
}
.donutChart .donutLegendArrow {
  fill: #666666;
}
.donutLegend .legend-item .category {
  font-family: 'Tahoma,Verdana,Geneva,sans-serif';
  color: #666666;
}
.donutLegend .legend-item .percentage {
  font-family: 'Tahoma,Verdana,Geneva,sans-serif';
}
.donutLegend .legend-item .value {
  font-family: 'Tahoma,Verdana,Geneva,sans-serif';
  color: #666666;
}
.scatterChart .mainGraphicsContext path {
  fill: none;
  stroke-width: 3px;
}
.scatterChart .mainGraphicsContext .notSelected {
  opacity: 0.6;
}
.scatterChart .mainGraphicsContext .selected {
  opacity: 1;
}
.scatterChart .crosshair .horizontal,
.scatterChart .crosshair .vertical {
  stroke: #666;
  stroke-width: 3px;
  opacity: 0.6;
}
.scatterChart .axisGraphicsContext {
  font-family: 'Tahoma,Verdana,Geneva,sans-serif';
  font-size: 11px;
}
.scatterChart .axisGraphicsContext text {
  fill: #777777;
}
.scatterChart .axisGraphicsContext .axis line,
.scatterChart .axisGraphicsContext .axis path {
  fill: none;
  stroke: #777;
  shape-rendering: crispEdges;
}
.tableContainer {
  overflow: auto;
}
.tableContainer .table td,
.tableContainer .table th {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tableContainer .table {
  width: 100%;
  color: #333;
  text-align: left;
}
.tableContainer .table th {
  color: #777;
  text-align: left;
  padding: 0 12px 0 0;
}
.tableContainer .table th:last-child {
  padding: 0;
}
.tableContainer .table tr {
  height: 20px;
  color: #333;
  font-size: 11px;
  font-weight: 400;
}
.tableContainer .table td {
  border-top: 1px solid #c8c8c8;
  padding: 0 12px 0 0;
}
.tableContainer .table td:last-child {
  padding: 0;
}
.tableContainer .table .numeric {
  text-align: right;
}
.tableContainer .table .total {
  font-weight: 700;
}
.tableContainer.scrollbarPad .table td:last-child,
.tableContainer.scrollbarPad .table th:last-child {
  padding: 0 20px 0 0;
}
.tablixContainer .bi-tablix table,
.tablixContainer .bi-tablix tr {
  line-height: normal;
  padding: 0;
  border: 0;
  margin: 0;
}
.tablixContainer {
  overflow: auto;
}
.tablixContainer .bi-tablix {
  position: relative;
  text-align: left;
  font-feature-settings: "tnum";
}
.tablixContainer .bi-dashboard-tablix,
.tablixContainer .bi-tablix {
  -webkit-font-feature-settings: "tnum";
  -moz-font-feature-settings: "tnum";
  -ms-font-feature-settings: "tnum";
}
.tablixContainer .bi-tablix .unselectable {
  user-select: none;
  cursor: default;
}
.tablixContainer .bi-tablix table {
  border-collapse: collapse;
  font-family: 'Tahoma,Verdana,Geneva,sans-serif';
  color: #666;
  font-size: 14px;
  font-weight: 400;
}
.tablixContainer .bi-tablix td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tablixContainer .bi-tablix .bi-table-column-header {
  border-bottom-width: 1pt;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
  font-size: 16px;
  padding: 0 5px 0 10px;
}
.tablixContainer .bi-tablix .bi-matrix-body-cell,
.tablixContainer .bi-tablix .bi-table-footer,
.tablixContainer .bi-tablix .bi-table-last-row,
.tablixContainer .bi-tablix .bi-table-row {
  font-family: 'Tahoma,Verdana,Geneva,sans-serif';
  color: #333;
  font-size: 14px;
}
.tablixContainer .bi-tablix .bi-table-cell-numeric {
  text-align: right;
  padding: 0 0 0 10px;
}
.tablixContainer .bi-tablix .bi-table-row {
  border-bottom-width: 1pt;
  border-bottom-style: solid;
  border-bottom-color: #E8E8E8;
  padding: 0 0 0 10px;
}
.tablixContainer .bi-tablix .bi-table-last-row {
  padding: 0 0 0 10px;
}
.tablixContainer .bi-tablix .bi-table-footer {
  border-top-width: 1pt;
  border-top-style: solid;
  border-top-color: #CCC;
  padding: 0 5px 0 10px;
}
.tablixContainer .bi-tablix .bi-tablix-header {
  padding: 0 5px 0 10px;
}
.tablixContainer .bi-tablix .bi-tablix-row-header-leaf {
  border-right-width: 1px;
  border-right-color: #CCC;
  border-right-style: solid;
  padding: 0 5px 0 10px;
}
.tablixContainer .bi-tablix .bi-tablix-row-header-static-leaf {
  border-right-width: 1px;
  border-right-color: #CCC;
  border-right-style: solid;
  padding: 0;
}
.tablixContainer .bi-tablix .bi-tablix-column-header-leaf {
  border-bottom-width: 1px;
  border-bottom-color: #CCC;
  border-bottom-style: solid;
  padding: 0 5px 0 10px;
}
.tablixContainer .bi-tablix .bi-matrix-body-cell {
  text-align: right;
  padding: 0 5px 0 10px;
}
.tablixContainer .bi-dashboard-tablix table,
.tablixContainer .bi-dashboard-tablix tr {
  line-height: normal;
  padding: 0;
  border: 0;
  margin: 0;
}
.tablixContainer .bi-tablix .total {
  font-weight: 700;
}
.tablixContainer .bi-tablix .scroll-bar-div {
  background: #F1F1F1;
  position: relative;
  user-select: none;
}
.tablixContainer .bi-tablix .scroll-bar-part-arrow {
  background: #F1F1F1;
  position: absolute;
  text-align: center;
  user-select: none;
}
.tablixContainer .bi-tablix .scroll-bar-part-arrow:hover {
  background-color: #cecece;
}
.tablixContainer .bi-tablix .scroll-bar-part-bar {
  background: #cecece;
  position: absolute;
  text-align: center;
  user-select: none;
}
.tablixContainer .bi-tablix .scroll-bar-part-bar:hover {
  background: #c0c0c0;
}
.tablixContainer .bi-dashboard-tablix {
  position: relative;
  text-align: left;
  font-feature-settings: "tnum";
}
.tablixContainer .bi-dashboard-tablix .unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
}
.tablixContainer .bi-dashboard-tablix table {
  border-collapse: collapse;
  font-family: 'Tahoma,Verdana,Geneva,sans-serif';
  color: #666;
  font-size: 11px;
  font-weight: 400;
}
.callout,
.callout .label,
.tablixContainer .bi-dashboard-tablix .total {
  font-weight: 700;
}
.tablixContainer .bi-dashboard-tablix td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tablixContainer .bi-dashboard-tablix .bi-table-column-header {
  border-bottom-width: 1pt;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
  font-size: 11px;
  padding: 0 5px 0 10px;
}
.tablixContainer .bi-dashboard-tablix .bi-table-cell-numeric {
  text-align: right;
  padding: 0 0 0 10px;
}
.tablixContainer .bi-dashboard-tablix .bi-table-row {
  border-bottom-width: 1pt;
  border-bottom-style: solid;
  border-bottom-color: #E8E8E8;
  font-family: 'Tahoma,Verdana,Geneva,sans-serif';
  color: #333;
  font-size: 11px;
  padding: 0 0 0 10px;
}
.tablixContainer .bi-dashboard-tablix .bi-table-last-row {
  font-family: 'Tahoma,Verdana,Geneva,sans-serif';
  color: #333;
  font-size: 11px;
  padding: 0 0 0 10px;
}
.tablixContainer .bi-dashboard-tablix .bi-table-footer {
  border-top-width: 1pt;
  border-top-style: solid;
  border-top-color: #CCC;
  font-family: 'Tahoma,Verdana,Geneva,sans-serif';
  color: #333;
  font-size: 11px;
  padding: 0 5px 0 10px;
}
.tablixContainer .bi-dashboard-tablix .bi-tablix-header {
  padding: 0;
}
.tablixContainer .bi-dashboard-tablix .bi-tablix-row-header-leaf {
  border-right-width: 1px;
  border-right-color: #CCC;
  border-right-style: solid;
  padding: 0 5px 0 10px;
}
.tablixContainer .bi-dashboard-tablix .bi-tablix-row-header-static-leaf {
  border-right-width: 1px;
  border-right-color: #CCC;
  border-right-style: solid;
  padding: 0;
}
.tablixContainer .bi-dashboard-tablix .bi-tablix-column-header-leaf {
  border-bottom-width: 1px;
  border-bottom-color: #CCC;
  border-bottom-style: solid;
  padding: 0 5px 0 10px;
}
.tablixContainer .bi-dashboard-tablix .bi-matrix-body-cell {
  text-align: right;
  font-family: 'Tahoma,Verdana,Geneva,sans-serif';
  color: #333;
  font-size: 11px;
  padding: 0 5px 0 10px;
}
.callout {
  height: 15px;
  top: -49px;
  color: #777;
  white-space: nowrap;
}
.callout .labelValue {
  font-weight: 400;
}
.triangle-border {
  position: absolute;
  padding: 10px;
  margin: 1em 0 3em;
  border: 1px solid #a5ddeb;
  color: #333;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.triangle-border:after,
.triangle-border:before {
  width: 0;
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
}
.tooltip-container .arrow.left,
.tooltip-container .arrow.right {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.triangle-border:before {
  bottom: -11px;
  border-width: 11px 11px 0;
  border-color: #a5ddeb transparent;
}
.triangle-border:after {
  bottom: -9px;
  border-width: 9px 9px 0;
  border-color: #ffffff transparent;
}
.visual .mapControl {
  position: relative;
}
.visual .mapShapes {
  stroke-linejoin: round;
}
.visual .textbox {
  color: #000;
  line-height: 1;
}
.interactive-legend .item,
.interactive-legend .title {
  font-family: 'Tahoma,Verdana,Geneva,sans-serif';
  color: #666666;
}
.visual .imageBackground {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.visual .treemap .shapes {
  stroke: #ffffff;
}
.visual .treemap .shapes .rootNode {
  fill: none;
}
.visual .treemap .shapes .parentGroup {
  stroke-width: 1.5px;
  stroke-opacity: 0.8;
}
.visual .treemap .shapes .nodeGroup {
  stroke-width: 1px;
  stroke-opacity: .2;
  fill: none;
}
.visual .treemap .labels {
  font-family: 'Tahoma,Verdana,Geneva,sans-serif';
  fill: #ffffff;
}
.visual .treemap .labels .majorLabel {
  font-size: 12px;
}
.visual .treemap .labels .minorLabel {
  font-size: 10px;
}
.interactive-legend {
  white-space: nowrap;
  text-align: left;
  overflow: hidden;
}
.interactive-legend .title {
  font-size: 16px;
}
.interactive-legend .item {
  font-size: 12px;
  padding-right: 22px;
  padding-bottom: 0;
  padding-top: 3px;
}
.interactive-legend .icon {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  margin-left: auto;
}
.tooltip-container {
  position: absolute;
  font-size: 11px;
  background-color: #333;
  pointer-events: none;
}
.tooltip-container .tooltip-content-container {
  padding: 12px;
  max-width: 390px;
}
.tooltip-container .tooltip-row {
  display: table-row;
  line-height: 16px;
}
.tooltip-container div.tooltip-title-cell {
  display: table-cell;
  word-wrap: break-word;
  font-family: 'Tahoma,Verdana,Geneva,sans-serif';
  text-transform: uppercase;
  max-width: 130px;
  padding-right: 12px;
  color: #a6a6a6;
}
.tooltip-container div.tooltip-value-cell {
  display: table-cell;
  word-wrap: break-word;
  max-width: 260px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
}
.tooltip-container .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.tooltip-container .arrow.top {
  top: 7px;
}
.tooltip-container .arrow.bottom {
  bottom: 7px;
}
.tooltip-container .arrow.left {
  left: -7px;
  border-right: 7px solid #333333;
}
.tooltip-container .arrow.right {
  right: -7px;
  border-left: 7px solid #333333;
}
.data-labels {
  font-size: 12px;
  text-anchor: middle;
  font-family: 'Tahoma,Verdana,Geneva,sans-serif';
  pointer-events: none;
}
.richtextbox {
  color: #333333;
}
.richtextbox .ql-container {
  padding: 0;
}
.richtextbox .ql-editor {
  padding: 10px;
}
div.ql-toolbar {
  padding: 4px;
  background: #333;
  color: #fff;
  white-space: nowrap;
  overflow-x: hidden;
  font-size: 14px;
}
div.ql-toolbar .ql-format-group {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
div.ql-toolbar select.ql-picker {
  margin: 3px;
  padding: 3px;
  background: #444;
  border: 1px solid #000000;
}
div.ql-toolbar select.ql-font {
  width: 122px;
}
div.ql-toolbar label {
  margin: 3px;
}
div.ql-toolbar .ql-format-button {
  margin: 3px;
  display: inline-block;
  vertical-align: middle;
}
div.ql-toolbar .ql-format-button.ql-active,
div.ql-toolbar .ql-format-button:hover {
  background: #f2c811;
  color: #333333;
}
div.ql-toolbar .ql-format-button[data-value=left] {
  background-image: url(../images/visuals.sprites.png);
  background-position: 0 0;
  width: 24px;
  height: 24px;
}
div.ql-toolbar .ql-format-button[data-value=left].ql-active {
  background-image: url(../images/visuals.sprites.png);
  background-position: 0 -56px;
  width: 24px;
  height: 24px;
}
div.ql-toolbar .ql-format-button[data-value=right] {
  background-image: url(../images/visuals.sprites.png);
  background-position: -84px 0;
  width: 24px;
  height: 24px;
}
div.ql-toolbar .ql-format-button[data-value=right].ql-active {
  background-image: url(../images/visuals.sprites.png);
  background-position: -56px -56px;
  width: 24px;
  height: 24px;
}
div.ql-toolbar .ql-format-button[data-value=center] {
  background-image: url(../images/visuals.sprites.png);
  background-position: -28px -28px;
  width: 24px;
  height: 24px;
}
div.ql-toolbar .ql-format-button[data-value=center].ql-active {
  background-image: url(../images/visuals.sprites.png);
  background-position: 0 -28px;
  width: 24px;
  height: 24px;
}
div.ql-toolbar .ql-format-button.ql-bold {
  background-image: url(../images/visuals.sprites.png);
  background-position: -28px -56px;
  width: 24px;
  height: 24px;
}
div.ql-toolbar .ql-format-button.ql-bold.ql-active {
  background-image: url(../images/visuals.sprites.png);
  background-position: -28px 0;
  width: 24px;
  height: 24px;
}
div.ql-toolbar .ql-format-button.ql-italic {
  background-image: url(../images/visuals.sprites.png);
  background-position: -56px -28px;
  width: 24px;
  height: 24px;
}
div.ql-toolbar .ql-format-button.ql-italic.ql-active {
  background-image: url(../images/visuals.sprites.png);
  background-position: -56px 0;
  width: 24px;
  height: 24px;
}
div.ql-toolbar .ql-format-button.ql-underline {
  background-image: url(../images/visuals.sprites.png);
  background-position: -84px -56px;
  width: 24px;
  height: 24px;
}
div.ql-toolbar .ql-format-button.ql-underline.ql-active {
  background-image: url(../images/visuals.sprites.png);
  background-position: -84px -28px;
  width: 24px;
  height: 24px;
}
.multiRowCard .card .title {
  font-size: 28px;
  font-family: 'Tahoma,Verdana,Geneva,sans-serif';
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.clearCatcher {
  fill-opacity: 0;
}
.svg-canvas {
  position: relative;
  width: 100%;
}
.svg-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.barchart.svg-element {
  position: absolute;
  top: 12%;
}
.linechart.svg-element {
  position: absolute;
  top: 6%;
}
.legend {
  position: absolute;
  top: 0 !important;
  margin: 0;
}
text {
  fill: #333;
}
polyline {
  stroke: #333;
}
.gauge .mainText {
  font: 1em din_normal, helvetica, arial, sans-serif;
  font-weight: bold;
  margin: 0;
}
/*apps wrapper*/
.apps-wrapper {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .apps-wrapper .row article {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .apps-wrapper .row article {
    margin-bottom: 80px;
  }
}
.apps-wrapper .row article .app-graphic {
  height: 45px;
  margin-bottom: 20px;
}
.apps-wrapper .row article .subtitle-bold {
  font-size: 20px;
}
.apps-wrapper .row article h4 {
  letter-spacing: .1em;
}
.apps-wrapper .row article .default-text {
  font-size: 14px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1200px) {
  .apps-wrapper .row article .default-text {
    min-height: 84px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .apps-wrapper .row article .default-text {
    min-height: 105px;
  }
}
.apps-wrapper .row article .button {
  display: inline-block;
  border: 2px solid #000;
  background: none;
  color: #000;
  padding: 6px 20px;
}
.apps-wrapper .row article .button:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
}
.apps-wrapper .row article .mobile-app-button {
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .apps-wrapper .row article .mobile-app-button {
    display: inline-block;
  }
}
@media screen and (max-width: 991px) {
  .apps-wrapper .row:last-child article:last-child {
    margin-bottom: 0;
  }
}
#not-found {
  background-color: #EFEFEF;
}
#not-found header {
  padding: 50px 0;
}
.not-found-wrapper {
  min-height: 600px;
  background-color: #fff;
}
.not-found-wrapper .content-column {
  margin-top: 120px;
}
.not-found-wrapper .content-column .henry-wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .not-found-wrapper .content-column .henry-wrapper {
    display: block;
    float: left;
    width: 180px;
    height: 180px;
    margin-right: 50px;
    margin-left: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .not-found-wrapper .content-column .henry-wrapper {
    margin-right: 40px;
  }
}
.not-found-wrapper .content-column .message-wrapper h1 {
  font-size: 40px;
  margin-bottom: 15px;
}
.not-found-wrapper .content-column .message-wrapper .button {
  display: inline-block;
  margin-top: 15px;
}
.android-terms-wrapper p {
  font: 13px "wf_segoe-ui_normal", helvetica, arial, sans-serif;
}
.android-terms-wrapper h1 {
  font: 18px "wf_segoe-ui_semibold", helvetica, arial, sans-serif;
}
.android-terms-wrapper h2 {
  font: 13px "wf_segoe-ui_normal", helvetica, arial, sans-serif;
}
.android-terms-wrapper h3 {
  font: 18px "wf_segoe-ui_semibold", helvetica, arial, sans-serif;
  line-height: 1.5;
  margin-bottom: 2.0pt;
}
.android-terms-wrapper pre {
  background: none;
  border: none;
  padding: 0;
}
.android-terms-wrapper .MsoNormal span,
.android-terms-wrapper pre span {
  font-size: 13px !important;
  font-family: "wf_segoe-ui_normal", helvetica, arial, sans-serif !important;
}
.android-terms-wrapper a:hover {
  cursor: pointer;
}
.android-terms-wrapper p.MsoTocHeading,
.android-terms-wrapper li.MsoTocHeading,
.android-terms-wrapper div.MsoTocHeading {
  font-family: "wf_segoe-ui_normal", helvetica, arial, sans-serif !important;
}
.android-terms-wrapper .MsoToc3 span,
.android-terms-wrapper p.MsoTocHeading,
.android-terms-wrapper li.MsoTocHeading,
.android-terms-wrapper div.MsoTocHeading {
  color: #000 !important;
  font-family: "wf_segoe-ui_normal", helvetica, arial, sans-serif !important;
}
.android-terms-wrapper .MsoTocHeading {
  margin-bottom: 6pt;
}
.placeholder {
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
#custom-visuals header .default-text {
  margin: 30px auto;
  max-width: 620px;
}
.visuals-carousel-wrapper {
  padding-top: 40px;
  padding-bottom: 20px;
}
.custom-visuals-content-wrapper {
  padding: 40px 0;
  display: block;
  height: auto;
}
@media screen and (max-width: 768px) {
  .custom-visuals-content-wrapper article {
    margin-bottom: 40px;
  }
}
.custom-visuals-content-wrapper .content-icon {
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  #home {
    min-height: 760px;
  }
}
@media screen and (min-width: 1400px) {
  #home {
    min-height: 900px;
  }
}
#home header.before {
  background-color: #EFEFEF;
}
#home header {
  height: 100%;
  min-height: 700px;
  -webkit-transition: background-color 3s ease;
  transition: background-color 3s ease;
  z-index: 20000;
}
@media screen and (min-width: 500px) {
  #home header {
    min-height: 760px;
  }
}
@media screen and (min-width: 600px) {
  #home header {
    min-height: 820px;
  }
}
@media screen and (min-width: 700px) {
  #home header {
    min-height: 900px;
  }
}
@media screen and (min-width: 992px) {
  #home header {
    min-height: 760px;
  }
}
@media screen and (min-width: 1400px) {
  #home header {
    min-height: 900px;
  }
}
#home header.before .slide-up {
  height: 60px;
}
#home header .slide-up {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  -webkit-transition: height 3s ease;
  transition: height 3s ease;
  z-index: 0;
}
#home header > .container {
  position: relative;
  margin-top: -160px;
  padding-top: 160px;
  height: 100%;
  min-height: calc(100% + 220px);
}
#home header .branding {
  position: absolute;
  top: 29px;
}
#home header .header-content-wrapper {
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  height: auto;
  margin-top: 0;
  padding: 0 15px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 599px) and (min-height: 800px) {
  #home header .header-content-wrapper {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) and (min-height: 880px) {
  #home header .header-content-wrapper {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) and (min-height: 1040px) {
  #home header .header-content-wrapper {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 992px) and (min-height: 800px) {
  #home header .header-content-wrapper {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 992px) {
  #home header .content-text {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  #home header .content-text {
    margin-top: 6%;
  }
}
@media screen and (min-width: 1440px) {
  #home header .content-text {
    margin-top: 10%;
  }
}
#home header.before .content-text h1 {
  margin-top: 100px;
}
@media screen and (max-height: 400px) {
  #home header.before .content-text h1 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  #home header.before .content-text h1 {
    margin-top: 100px;
  }
}
@media screen and (min-width: 992px) {
  #home header.before .content-text h1 {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  #home header.before .content-text h1 {
    margin-top: 60px;
  }
}
#home header .content-text h1 {
  font-family: wf_segoe-ui_bold, Helvetica, Arial, sans-serif;
  font-size: 6.3vw;
  font-weight: 700;
  color: black;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 20px;
  -webkit-transition: margin-top 1.5s ease;
  transition: margin-top 1.5s ease;
}
@media screen and (min-width: 768px) {
  #home header .content-text h1 {
    font-size: 50px;
  }
}
@media screen and (min-width: 992px) {
  #home header .content-text h1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  #home header .content-text h1 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1480px) {
  #home header .content-text h1 {
    font-size: 48px;
  }
}
#home header .content-text h1 .logo {
  display: none;
  width: 32px;
  height: 32px;
  font-size: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  #home header .content-text h1 .logo {
    display: block;
  }
}
#home header.before .trans-headline-text {
  color: #F2C812;
}
#home header .trans-headline-text {
  color: #FFFFFF;
  -webkit-transition: color 1s ease;
  transition: color 1s ease;
}
#home header.before .trans-paragraph-text {
  color: transparent;
}
#home header .trans-paragraph-text {
  font-family: wf_segoe-ui_normal, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  color: #000;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  -webkit-transition: color 2.5s ease;
  transition: color 2.5s ease;
}
@media screen and (min-width: 600px) {
  #home header .trans-paragraph-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  #home header .trans-paragraph-text {
    font-size: 18px;
    width: 88%;
  }
}
@media screen and (min-width: 1800px) {
  #home header .trans-paragraph-text {
    font-size: 22px;
    width: 100%;
  }
}
#home header.before .button {
  background: none;
  border: 2px solid transparent;
  color: transparent;
}
#home header .button {
  display: inline-block;
  border: 2px solid #000;
  color: #000;
  background: none;
  min-width: 30%;
  height: auto;
  margin-bottom: 10px;
  -webkit-transition: border 2s ease, color 2s ease;
  transition: border 2s ease, color 2s ease;
}
@media screen and (max-width: 400px) {
  #home header .button {
    min-width: 40%;
  }
}
#home header .button.desktop {
  display: none;
}
@media screen and (min-width: 400px) {
  #home header .button.desktop {
    display: inline-block;
  }
}
#home header .button.mobile {
  display: inline-block;
}
@media screen and (min-width: 400px) {
  #home header .button.mobile {
    display: none;
  }
}
#home header .button.no-trans {
  -webkit-transition: background 0s, color 0s;
  transition: background 0s, color 0s;
}
#home header form.trans-form input[type="submit"]:hover,
#home header .button:hover {
  background: #000;
  color: #fff;
}
#home header.before form.trans-form ::-webkit-input-placeholder {
  color: transparent;
}
#home header form.trans-form ::-webkit-input-placeholder {
  -webkit-transition: color 2s ease;
  transition: color 2s ease;
}
#home header.before form.trans-form .disclaimer-text,
#home header.before form.trans-form .disclaimer-text a {
  color: transparent;
}
#home header form.trans-form .disclaimer-text,
#home header form.trans-form .disclaimer-text a {
  color: #000;
  font-size: 11px;
  -webkit-transition: color 2s ease;
  transition: color 2s ease;
  opacity: .7;
}
#home header .tablet-image-container {
  position: relative;
  padding-bottom: 115%;
  width: 175%;
  margin-left: -30px;
}
@media screen and (max-width: 1800px) {
  #home header .tablet-image-container {
    width: 160%;
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 1700px) {
  #home header .tablet-image-container {
    width: 150%;
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 1600px) {
  #home header .tablet-image-container {
    width: 140%;
    padding-bottom: 70%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1465px) {
  #home header .tablet-image-container {
    width: 130%;
    padding-bottom: 70%;
  }
}
@media screen and (max-width: 1345px) {
  #home header .tablet-image-container {
    width: 115%;
    padding-bottom: 70%;
  }
}
@media screen and (max-width: 1200px) {
  #home header .tablet-image-container {
    width: 100%;
    padding-bottom: 70%;
  }
}
#home header.before .tablet-image-container {
  top: -165px;
}
@media screen and (min-width: 442px) {
  #home header.before .tablet-image-container {
    top: -145px;
  }
}
@media screen and (min-width: 556px) {
  #home header.before .tablet-image-container {
    top: -130px;
  }
}
@media screen and (min-width: 992px) {
  #home header.before .tablet-image-container {
    top: 0;
  }
}
#home header .tablet-image-container {
  top: 0;
  -webkit-transition: top 1.2s ease;
  transition: top 1.2s ease;
}
@media screen and (min-width: 600px) {
  #home header .tablet-image-container {
    top: 0;
    -webkit-transition: top 1.2s ease;
    transition: top 1.2s ease;
  }
}
@media screen and (min-width: 992px) {
  #home header .tablet-image-container {
    top: 0;
    -webkit-transition: top 1.2s ease;
    transition: top 1.2s ease;
  }
}
#home header .tablet-image {
  height: 0;
  width: 100%;
  padding-bottom: 70%;
  position: absolute;
  top: 0;
  left: 0;
}
#home header .tablet-image.spreadsheet {
  background-image: url(https://pbiwebprod.blob.core.windows.net/webassets/images/Homepage_metal_large_1.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
@media screen and (max-width: 1700px) {
  #home header .tablet-image.spreadsheet {
    background-image: url(https://pbiwebprod.blob.core.windows.net/webassets/images/Homepage_metal_large_1-900w.png);
  }
}
@media screen and (max-width: 1345px) and (min-width: 992px) {
  #home header .tablet-image.spreadsheet {
    background-image: url(https://pbiwebprod.blob.core.windows.net/webassets/images/Homepage_metal_large_1-700w.png);
  }
}
@media screen and (max-width: 500px) {
  #home header .tablet-image.spreadsheet {
    background-image: url(https://pbiwebprod.blob.core.windows.net/webassets/images/Homepage_metal_large_1-500w.png);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1700px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1700px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1700px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1700px), only screen and (min-resolution: 192dpi) and (max-width: 1700px), only screen and (min-resolution: 2dppx) and (max-width: 1700px) {
  #home header .tablet-image.spreadsheet {
    background-image: url(https://pbiwebprod.blob.core.windows.net/webassets/images/Homepage_metal_large_1.png);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 500px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 500px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 500px), only screen and (min-device-pixel-ratio: 2) and (max-width: 500px), only screen and (min-resolution: 192dpi) and (max-width: 500px), only screen and (min-resolution: 2dppx) and (max-width: 500px) {
  #home header .tablet-image.spreadsheet {
    background-image: url(https://pbiwebprod.blob.core.windows.net/webassets/images/Homepage_metal_large_1-900w.png);
  }
}
#home header.before .tablet-image.dashboard {
  opacity: 0;
}
#home header .tablet-image.dashboard {
  background-image: url("https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/homepage_metal_updatedashboard.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  opacity: 1;
  -webkit-transition: opacity 2s ease 1s;
  transition: opacity 2s ease 1s;
}
@media screen and (max-width: 1700px) {
  #home header .tablet-image.dashboard {
    background-image: url("https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/homepage_metal_updatedashboard-900w.png");
  }
}
@media screen and (max-width: 1345px) and (min-width: 992px) {
  #home header .tablet-image.dashboard {
    background-image: url("https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/homepage_metal_updatedashboard-700w.png");
  }
}
@media screen and (max-width: 500px) {
  #home header .tablet-image.dashboard {
    background-image: url("https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/homepage_metal_updatedashboard-500w.png");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1700px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1700px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1700px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1700px), only screen and (min-resolution: 192dpi) and (max-width: 1700px), only screen and (min-resolution: 2dppx) and (max-width: 1700px) {
  #home header .tablet-image.dashboard {
    background-image: url("https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/homepage_metal_updatedashboard.png");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 500px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 500px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 500px), only screen and (min-device-pixel-ratio: 2) and (max-width: 500px), only screen and (min-resolution: 192dpi) and (max-width: 500px), only screen and (min-resolution: 2dppx) and (max-width: 500px) {
  #home header .tablet-image.dashboard {
    background-image: url("https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/homepage_metal_updatedashboard-900w.png");
  }
}
#home .get-started-modal .content-inner {
  display: none;
}
#home .get-started-modal .content-inner .col {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 500px) {
  #home .get-started-modal .content-inner .col {
    width: 50%;
    float: left;
  }
}
#home .get-started-modal .content-inner .col .screenshot {
  display: block;
  width: 300px;
  max-width: 100%;
  padding-bottom: 65%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #home .get-started-modal .content-inner .col .screenshot {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1200px) {
  #home .get-started-modal .content-inner .col .screenshot {
    padding-bottom: 46%;
  }
}
#home .get-started-modal .content-inner .col .screenshot.desktop {
  background-image: url(https://pbiwebprod.blob.core.windows.net/webassets/images/Homepage-modal-screenshot-desktop.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #home .get-started-modal .content-inner .col .screenshot.desktop {
    background-image: url(https://pbiwebprod.blob.core.windows.net/webassets/images/Homepage-modal-screenshot-desktop-retina.png);
  }
}
#home .get-started-modal .content-inner .col .screenshot.service {
  background-image: url(https://pbiwebprod.blob.core.windows.net/webassets/images/Homepage-modal-screenshot-service.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #home .get-started-modal .content-inner .col .screenshot.service {
    background-image: url(https://pbiwebprod.blob.core.windows.net/webassets/images/Homepage-modal-screenshot-service-retina.png);
  }
}
#home .get-started-modal .content-inner .col .button {
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
}
#home .get-started-modal .choose-how-wrapper {
  display: block;
}
#home .get-started-modal .choose-how-wrapper .modal-headline-large {
  font-family: wf_segoe-ui_bold, helvetica, arial, sans-serif;
  font-size: 7vw;
  line-height: 1.15;
}
@media screen and (min-width: 600px) {
  #home .get-started-modal .choose-how-wrapper .modal-headline-large {
    font-size: 40px;
  }
}
#home .get-started-modal .modal-dialog {
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#home .get-started-modal .modal-dialog .modal-content .modal-body {
  display: inline-block;
}
/*tour buttons wrapper*/
.tour-buttons-wrapper {
  padding: 0 0 80px;
}
.tour-buttons-wrapper .button-wrapper {
  min-height: 40px;
  text-align: center;
  margin-left: 0;
}
@media screen and (min-width: 420px) and (max-width: 767px) {
  .tour-buttons-wrapper .button-wrapper {
    text-align: left;
    margin-left: 16.66666667%;
  }
}
.tour-buttons-wrapper .button-wrapper a {
  font-size: 13px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .tour-buttons-wrapper .button-wrapper a {
    font-size: 18px;
  }
}
.tour-buttons-wrapper .button-wrapper span {
  padding: 0 2%;
}
/*learn more wrapper*/
.learn-more-wrapper {
  background: no-repeat url(https://pbiwebprod.blob.core.windows.net/webassets/images/row_bckgrnd_image.png);
  background-size: cover;
  background-position: center center;
  width: 100%;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .learn-more-wrapper {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .learn-more-wrapper .large-text {
    font-size: 6vw;
  }
}
.learn-more-wrapper .default-text {
  margin: 20px 0 30px;
}
@media screen and (min-width: 768px) {
  .learn-more-wrapper .default-text {
    font-size: 18px;
  }
}
.learn-more-wrapper .button {
  display: inline-block;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}
.learn-more-wrapper .button span {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/icon-play-symbol.png');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 100%;
  padding-right: 30px;
}
/*quote wrapper*/
.quote-wrapper {
  padding: 50px 0 45px 0;
}
.quote-wrapper .large-text {
  font: 38px wf_segoe-ui_bold, Helvetica, Arial, sans-serif;
  font-weight: 700;
  width: 85%;
  margin: 0 auto;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .quote-wrapper .large-text {
    font-size: 5vw;
  }
}
.quote-wrapper p {
  max-width: 480px;
  margin: 0 auto;
  padding-top: 5px;
  font-size: 16px;
  line-height: 1.2;
}
/*sign up text wrapper*/
.signup-text-wrapper {
  padding: 40px 0 20px;
}
@media screen and (min-width: 768px) {
  .signup-text-wrapper {
    padding: 80px 0 60px;
  }
}
.signup-text-wrapper aside {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .signup-text-wrapper aside {
    margin-bottom: 0;
  }
}
.signup-text-wrapper aside h2 {
  font-size: 72px;
}
.signup-text-wrapper aside .default-text {
  max-width: 340px;
  margin: 6px auto;
  font-size: 20px;
}
.signup-text-wrapper article .default-text {
  font-size: 16px;
  margin: 10px 0 20px;
}
@media screen and (min-width: 992px) {
  .signup-text-wrapper article .default-text {
    font-size: 22px;
  }
}
.signup-text-wrapper article .email-form input[type="text"] {
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .signup-text-wrapper article .email-form input[type="text"] {
    width: 56%;
  }
}
.signup-text-wrapper article .email-form input[type="submit"] {
  padding-left: 2%;
  padding-right: 2%;
  min-width: 40%;
}
@media screen and (min-width: 500px) {
  .signup-text-wrapper article .email-form input[type="submit"] {
    min-width: 30%;
  }
}
@media screen and (max-wdth: 600px) {
  .signup-text-wrapper article .email-form input[type="text"],
  .signup-text-wrapper article .email-form input[type="submit"] {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .signup-text-wrapper article .email-form input[type="text"],
  .signup-text-wrapper article .email-form input[type="submit"] {
    font-size: 13px;
  }
}
.signup-text-wrapper .wordwrap {
  word-break: break-all;
  word-break: break-word;
  -moz-hyphens: auto;
  hyphens: auto;
}
/*annoucement section with animating cube*/
.announcement-wrapper {
  z-index: 200;
  width: 100%;
  height: 0;
  background: black;
  text-align: center;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: height .8s;
  /* Safari */
  -ms-transition: height .8s;
  transition: height .8s;
}
.announcement-wrapper .centering {
  margin-top: 26px;
  display: inline-block;
}
.announcement-wrapper .wrap {
  float: left;
  webkit-perspective: 1000px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective: 1000px;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective: 1000px;
  -ms-perspective-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.announcement-wrapper .flip-chart {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
}
.announcement-wrapper .cube-rotate {
  position: relative;
  float: left;
  width: 8px;
  margin: 0 3px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 10px 10px;
  -moz-transform-origin: 10px 10px;
  -ms-transform-origin: 10px 10px;
  transform-origin: 10px 10px;
  -webkit-transform: rotateX(-12deg);
  -moz-transform: rotateX(-12deg);
  -ms-transform: rotateX(-12deg);
  transform: rotateX(-12deg);
}
.announcement-wrapper .cube {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 10px 10px;
  -moz-transform-origin: 10px 10px;
  -ms-transform-origin: 10px 10px;
  transform-origin: 10px 10px;
  -webkit-transform: rotateX(10deg);
  -moz-transform: rotateX(10deg);
  -ms-transform: rotateX(10deg);
  transform: rotateX(10deg);
  -webkit-transform: rotateY(25deg);
  -moz-transform: rotateY(25deg);
  -ms-transform: rotateY(25deg);
  transform: rotateY(25deg);
}
.announcement-wrapper .cube div {
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  border: 1px solid #F2C812;
}
.announcement-wrapper .back {
  -webkit-transform: translateZ(-4px) rotateY(180deg);
  -moz-transform: translateZ(-4px) rotateY(180deg);
  -ms-transform: translateZ(-4px) rotateY(180deg);
  transform: translateZ(-4px) rotateY(180deg);
}
.announcement-wrapper .right {
  -webkit-transform: rotateY(-270deg) translateX(4px);
  -webkit-transform-origin: top right;
  -moz-transform: rotateY(-270deg) translateX(4px);
  -moz-transform-origin: top right;
  -ms-transform: rotateY(-270deg) translateX(4px);
  -ms-transform-origin: top right;
  transform: rotateY(-270deg) translateX(4px);
  transform-origin: top right;
}
.announcement-wrapper .left {
  -webkit-transform: rotateY(270deg) translateX(-4px);
  -webkit-transform-origin: center left;
  -moz-transform: rotateY(270deg) translateX(-4px);
  -moz-transform-origin: center left;
  -ms-transform: rotateY(270deg) translateX(-4px);
  -ms-transform-origin: center left;
  transform: rotateY(270deg) translateX(-4px);
  transform-origin: center left;
}
.announcement-wrapper .front {
  -webkit-transform: translateZ(4px);
  -moz-transform: translateZ(4px);
  -ms-transform: translateZ(4px);
  transform: translateZ(4px);
}
.announcement-wrapper .cube-rotate.tall {
  height: 24px;
}
.announcement-wrapper .cube-rotate.medium {
  height: 16px;
}
.announcement-wrapper .cube-rotate.short {
  height: 8px;
}
@keyframes chart-resize-short {
  0% {
    height: 8px;
  }
  50% {
    height: 24px;
  }
  100% {
    height: 8px;
  }
}
.announcement-wrapper .cube-rotate.short .cube {
  -webkit-animation: chart-resize-short 2s infinite linear;
  -moz-animation: chart-resize-short 2s infinite linear;
  -ms-animation: chart-resize-short 2s infinite linear;
  animation: chart-resize-short 2s infinite linear;
}
@keyframes chart-resize-med {
  0% {
    height: 16px;
  }
  25% {
    height: 20px;
  }
  50% {
    height: 16px;
  }
  75% {
    height: 12px;
  }
  100% {
    height: 16px;
  }
}
.announcement-wrapper .cube-rotate.medium .cube {
  -webkit-animation: chart-resize-med 2s infinite linear;
  -moz-animation: chart-resize-med 2s infinite linear;
  -ms-animation: chart-resize-med 2s infinite linear;
  animation: chart-resize-med 2s infinite linear;
}
@keyframes chart-resize-tall {
  0% {
    height: 24px;
  }
  50% {
    height: 8px;
  }
  100% {
    height: 24px;
  }
}
.announcement-wrapper .cube-rotate.tall .cube {
  -webkit-animation: chart-resize-tall 2s infinite linear;
  -moz-animation: chart-resize-tall 2s infinite linear;
  -ms-animation: chart-resize-tall 2s infinite linear;
  animation: chart-resize-tall 2s infinite linear;
}
.announcement-wrapper .container {
  width: 740px;
  height: 100%;
  margin: auto;
}
.announcement-wrapper .black-banner {
  width: 100%;
  height: 50px;
  background: black;
  padding-top: 30px;
  margin-top: 200px;
}
.announcement-wrapper .banner-text {
  padding-left: 5px;
  margin-left: 50px;
  color: white;
  font: 18px wf_segoe-ui_normal, Helvetica, arial, sans-serif;
  padding-top: 2px;
}
.announcement-wrapper .banner-text a {
  padding-left: 5px;
  color: white;
  font: 18px wf_segoe-ui_normal, Helvetica, arial, sans-serif;
  text-decoration: underline;
  cursor: pointer;
}
@media (min-width: 992px) {
  .announcement-wrapper.slideUp {
    height: 80px;
  }
}
.learn-more-temp {
  position: relative;
}
@media (max-width: 767px) {
  .learn-more-temp {
    background-image: none;
  }
}
.learn-more-temp .blade {
  padding-right: 20px;
}
.learn-more-temp .whatis-image {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/what-is-powerbi.jpg');
  padding: 0;
  position: absolute;
  height: 100%;
  background-size: cover;
}
.learn-more-temp .whatis-image img {
  width: auto;
  height: auto;
  min-width: 100%;
  max-height: 100%;
}
.dis {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/dis-background-home-header-w2200.jpg');
  background-size: cover;
}
.dis .pbi-glyph-calendar {
  padding-right: 4px;
}
/*Mobile Page Wrapper Style*/
/*===========================================*/
#mobile header .buttons-wrapper {
  margin-top: 40px;
}
#mobile header .buttons-wrapper a {
  margin-bottom: 20px;
  display: inline-block;
}
#mobile header .buttons-wrapper a:last-child {
  margin-bottom: 0;
}
/*mobile-screenshot-wrapper*/
.mobile-screenshot-wrapper > div {
  padding: 0;
}
.mobile-screenshot-wrapper .banner {
  clear: both;
  background-color: #000;
  color: #fff;
}
.mobile-screenshot-wrapper .banner-top {
  padding: 30px 0 20px;
}
@media screen and (max-width: 768px) {
  .mobile-screenshot-wrapper .banner-top {
    display: none;
  }
}
.mobile-screenshot-wrapper .banner-top h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
}
.mobile-screenshot-wrapper .banner-top .form input {
  border: 2px solid #fff;
  background: none;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-screenshot-wrapper .banner-top .form input {
    font-size: 13px;
  }
}
.mobile-screenshot-wrapper .banner-top .form button {
  min-width: 30%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-screenshot-wrapper .banner-top .form button {
    font-size: 13px;
  }
}
.mobile-screenshot-wrapper .banner-top .form .disclaimer-text {
  margin-bottom: 0;
  font-size: 13px;
}
.mobile-screenshot-wrapper .banner-top .form .pbi-spinner {
  position: absolute;
  display: none;
  top: 16px;
  left: 344px;
}
.mobile-screenshot-wrapper .banner-top .form .pbi-spinner.show {
  display: block;
}
@media screen and (max-width: 992px) {
  .mobile-screenshot-wrapper .banner-top .form .pbi-spinner {
    left: 214px;
  }
}
@media screen and (max-width: 1199px) {
  .mobile-screenshot-wrapper .banner-top .form .pbi-spinner {
    left: 278px;
  }
}
.mobile-form-success-message {
  font: 16px "wf_segoe-ui_semibold", helvetica, arial, sans-serif;
  display: none;
  margin-right: 30px;
}
.mobile-form-success-message span,
.mobile-form-success-message .email-submitted {
  font-family: "wf_segoe-ui_light", helvetica, arial, sans-serif;
}
.mobile-form-success .mobile-form-success-message {
  display: inline-block;
}
.mobile-form-success input,
.mobile-form-success .disclaimer-text,
.mobile-form-success .input-error {
  display: none !important;
}
.mobile-form-success .button {
  vertical-align: top;
}
@media screen and (max-width: 1199px) {
  .mobile-form-success .button {
    margin-top: 10px;
  }
}
.mobile-screenshot-wrapper .screenshot-1,
.mobile-screenshot-wrapper .screenshot-2,
.mobile-screenshot-wrapper .screenshot-3 {
  height: 0px;
  padding-bottom: 65%;
}
.mobile-screenshot-wrapper .screenshot-1 {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/iPhone-6-Designer-Desk.jpg');
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 3000px) {
  .mobile-screenshot-wrapper .screenshot-1 {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/iPhone-6-Designer-Desk-1000w.jpg');
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (max-width: 1500px) {
  .mobile-screenshot-wrapper .screenshot-1 {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/iPhone-6-Designer-Desk-500w.jpg');
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (max-width: 750px) {
  .mobile-screenshot-wrapper .screenshot-1 {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/iPhone-6-Designer-Desk-250w.jpg');
    background-size: cover;
    background-position: center center;
  }
}
.mobile-screenshot-wrapper .screenshot-2 {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/WindowsApp.jpg');
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 3000px) {
  .mobile-screenshot-wrapper .screenshot-2 {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/WindowsApp-1000w.jpg');
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (max-width: 1500px) {
  .mobile-screenshot-wrapper .screenshot-2 {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/WindowsApp-500w.jpg');
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (max-width: 750px) {
  .mobile-screenshot-wrapper .screenshot-2 {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/WindowsApp-250w.jpg');
    background-size: cover;
    background-position: center center;
  }
}
.mobile-screenshot-wrapper .screenshot-3 {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/AndroidApp.jpg');
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 3000px) {
  .mobile-screenshot-wrapper .screenshot-3 {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/AndroidApp-1000w.jpg');
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (max-width: 1500px) {
  .mobile-screenshot-wrapper .screenshot-3 {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/AndroidApp-500w.jpg');
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (max-width: 750px) {
  .mobile-screenshot-wrapper .screenshot-3 {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/AndroidApp-250w.jpg');
    background-size: cover;
    background-position: center center;
  }
}
.mobile-screenshot-wrapper .banner-bottom {
  padding: 20px 0;
  text-align: center;
}
.mobile-screenshot-wrapper .banner-bottom p {
  font-size: 22px;
  line-height: 1;
  margin: 0;
  padding-bottom: 3px;
}
.mobile-screenshot-wrapper .banner-bottom i {
  font-size: 30px;
}
/*mobile-content-wrapper*/
.mobile-content-wrapper {
  padding: 40px 0;
  display: block;
  height: auto;
}
@media screen and (max-width: 768px) {
  .mobile-content-wrapper article {
    margin-bottom: 40px;
  }
}
.mobile-content-wrapper .content-icon {
  margin-bottom: 25px;
}
.newsletter-content-wrapper {
  padding-top: 40px;
}
.newsletter-content-wrapper,
.newsletter-content-wrapper iframe {
  min-height: 700px;
}
@media screen and (max-width: 683px) {
  .newsletter-content-wrapper,
  .newsletter-content-wrapper iframe {
    min-height: 800px;
  }
}
@media screen and (max-width: 594px) {
  .newsletter-content-wrapper,
  .newsletter-content-wrapper iframe {
    min-height: 900px;
  }
}
@media screen and (max-width: 454px) {
  .newsletter-content-wrapper,
  .newsletter-content-wrapper iframe {
    min-height: 1000px;
  }
}
@media screen and (max-width: 354px) {
  .newsletter-content-wrapper,
  .newsletter-content-wrapper iframe {
    min-height: 1100px;
  }
}
.hide-while-loading {
  display: none !important;
}
.partners-page-header {
  padding: 110px 0 40px;
}
.partners-page-header button,
.partners-page-header button:hover {
  margin-top: 20px;
  background: transparent;
  border: 2px solid black;
  color: black;
  font: 18px wf_segoe-ui_semibold, helvetica, arial, sans-serif;
  padding: 6px 20px;
  text-decoration: none;
}
.map-column {
  position: static;
}
.map {
  width: 100%;
  height: 600px;
  background: white !important;
  margin: 30px auto;
}
.map {
  margin: 10px auto 30px;
}
.map .st0 {
  fill: #DDDDDD;
}
.map .st1 {
  fill: #DDDDDD;
}
.map .st2 {
  fill: #DDDDDD;
}
.map .st3 {
  fill: #DDDDDD;
}
.map .st4 {
  fill: #DDDDDD;
}
.map .st5 {
  fill: #DDDDDD;
}
.map .st6 {
  fill: #DDDDDD;
}
.map .st7 {
  fill: #DDDDDD;
}
.map .st8 {
  fill: #DDDDDD;
}
.map .st9 {
  fill: #DDDDDD;
}
.map .st10 {
  fill: #DDDDDD;
}
.map .st11 {
  fill: #DDDDDD;
}
.map .st12 {
  fill: #DDDDDD;
}
.map .st13 {
  fill: #DDDDDD;
}
.map .st14 {
  fill: #DDDDDD;
}
.map .st15 {
  fill: #DDDDDD;
}
.map .st16 {
  fill: #DDDDDD;
}
.map .st17 {
  fill: #DDDDDD;
}
.map .section-hover,
.map .section-hover * {
  fill: #F2C812;
}
.mobile-country-selector {
  margin: 30px auto;
  display: none;
}
@media (max-width: 992px) {
  .map,
  .select-instructions {
    display: none;
  }
  .mobile-country-selector {
    display: block;
  }
}
.results-message-ct {
  min-height: 110px;
  background-color: #efefef;
  color: black;
  text-align: center;
  padding: 30px 15px 38px;
}
.results-message-ct .title {
  font: 18px "wf_segoi-ui_semibold", helvetica, arial, sans-serif;
  font-weight: 600;
  padding: 8px;
}
.results-message-ct .message {
  font: 14px "wf_segoi-ui_normal", helvetica, arial, sans-serif;
  max-width: 630px;
  margin: auto;
  line-height: 1.4;
}
.company-list::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 25px solid #efefef;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  position: absolute;
  top: 0;
  left: 30px;
}
.company-list {
  position: relative;
  background-color: #333333;
  margin-bottom: 100px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
.company-list .company-page-slider {
  position: absolute;
  height: 82%;
  width: 100%;
  top: 0px;
  left: 0px;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
.company-list .company-page {
  display: inline-block;
  white-space: normal;
  padding: 40px 100px 15px;
  text-align: center;
  vertical-align: top;
}
.company-list .company {
  text-align: center;
  width: 174px;
  height: 174px;
  display: inline-block;
  margin: 30px 10px 16px;
  background: white;
  font: 14px wf_segoi-ui_semibold, helvetica, arial, sans-serif;
  color: black;
  padding: 10px;
  vertical-align: top;
  position: relative;
}
.company-list .company img {
  max-width: 85%;
  max-height: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-11%);
}
.company-list .company div {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 10px;
}
.company-list .page-left-arrow,
.company-list .page-right-arrow {
  width: 25px;
  height: 40px;
  background-color: white;
  cursor: pointer;
  position: absolute;
  top: 38%;
  z-index: 2;
}
.company-list .page-left-arrow {
  left: 40px;
  background: no-repeat url(//pbiwebprod.blob.core.windows.net/webassets/images/large_arrow_left.png) center center;
  background-size: contain;
}
.company-list .page-right-arrow {
  right: 40px;
  background: no-repeat url(//pbiwebprod.blob.core.windows.net/webassets/images/large_arrow_right.png) center center;
  background-size: contain;
}
.company-list button {
  margin: 10px auto 65px;
  display: block;
  cursor: pointer;
}
.company-list-collapsed::before {
  display: none;
}
.company-list-collapsed {
  min-height: 40px;
  padding: 40px 0 0;
}
.company-list-collapsed .page-left-arrow,
.company-list-collapsed .page-right-arrow,
.company-list-collapsed .company,
.company-list-collapsed .company-page-slider {
  display: none;
}
.become-partner-wrapper {
  padding: 20px 15px 30px;
}
.become-partner-wrapper h3 {
  font-family: "wf_segoi-ui_semibold", helvetica, arial, sans-serif;
  font-weight: 600;
}
.become-partner-wrapper button,
.become-partner-wrapper button:hover {
  border: 2px solid black;
  font: 18px wf_segoe-ui_semibold, helvetica, arial, sans-serif;
  padding: 6px 20px;
  text-decoration: none;
  margin: 0 auto 0 auto;
}
.become-partner-wrapper a:hover {
  color: black;
}
.modal.form-modal .modal-dialog {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: auto;
}
.modal.form-modal .modal-content {
  border-radius: 0px;
}
.modal.form-modal .modal-content .modal-header {
  border: none;
}
.modal.form-modal .modal-content .modal-header h2 {
  font: 24px "wf_segoi-ui_light", helvetica, arial, sans-serif;
  margin: 0;
  padding: 30px 0 0 15px;
}
.modal.form-modal .modal-content .modal-header .partner-contract-form-title {
  margin: 10px 30px 10px 15px;
}
.modal.form-modal .modal-content .modal-body label {
  font: 14px "wf_segoi-ui_light", helvetica, arial, sans-serif;
}
.modal.form-modal .modal-content .modal-body input {
  border-radius: 0px;
}
.partner-contract-form-title {
  font-size: 16px;
  margin: 40px 0 0 0;
}
.partners-contact-form {
  max-width: 600px;
  margin: 0px 0 50px;
}
.partners-contact-form .form-group {
  float: left;
  margin: 15px 15px 15px 30px;
  width: 38%;
}
.partners-contact-form input,
.partners-contact-form button,
.partners-contact-form textarea,
.partners-contact-form select {
  border-radius: 0px;
  color: #000;
  font-family: wf_segoe-ui_light, helvetica, arial, sans-serif;
}
.partners-contact-form button,
.partners-contact-form button:hover {
  margin: 40px 0 0 15px;
  background-color: #F2C812;
  border-color: #F2C812;
  font-family: wf_segoe-ui_semibold, helvetica, arial, sans-serif;
  padding: 6px 20px;
  cursor: pointer;
}
.partners-contact-form button[disabled] {
  border-color: #ddd;
  background: #ddd;
}
.partners-contact-form .form-input-error {
  display: none;
  color: #CC0000;
  font: 12px "wf_segoi-ui_normal", helvetica, arial, sans-serif;
  margin-top: 8px;
  padding-left: 12px;
}
.partners-contact-form .has-error input {
  border-color: #CC0000;
}
.partners-contact-form .has-error .form-input-error {
  display: block;
}
.partners-contact-form .pbi-spinner {
  display: inline-block;
  margin: 20px 0 0 20px;
}
.success-message {
  font: 16px "wf_segoe-ui_semibold", helvetica, arial, sans-serif;
  margin-top: 20px;
  color: #4FAF45;
}
.countries-hover-list {
  width: 260px;
  position: absolute;
  height: 200px;
  background-color: white;
  border: 1px solid #888;
  overflow-y: scroll;
  padding: 10px 0 60px;
}
.countries-hover-list .country {
  cursor: pointer;
  padding: 4px 20px;
  font: 13px "wf_segoe-ui_normal", helvetica, arial, sans-serif;
}
.countries-hover-list .country:hover {
  background-color: #aaa;
}
.countries-hover-list .title {
  text-align: center;
  padding: 5px 20px;
  font: 15px "wf_segoe-ui_bold", helvetica, arial, sans-serif;
}
.select-instructions {
  font: 12px "wf_segoi-ui_light";
  font-style: italic;
  text-align: center;
  padding: 30px 0 0 0;
}
.designer-screenshot-wrapper > div {
  padding: 0;
}
.designer-screenshot-wrapper .screenshot {
  width: 100%;
  height: 0;
  padding-bottom: 36%;
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/desktop-customvizthinkpad_1000x500.jpg');
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 1000px) {
  .designer-screenshot-wrapper .screenshot {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/desktop-customvizthinkpad_2000x1000.jpg');
  }
}
@media screen and (min-width: 1500px) {
  .designer-screenshot-wrapper .screenshot {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/desktop-customvizthinkpad_3000x1500.jpg');
  }
}
@media screen and (min-width: 2000px) {
  .designer-screenshot-wrapper .screenshot {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/desktop-customvizthinkpad_4000x2000.jpg');
  }
}
.designer-screenshot-wrapper .banner {
  clear: both;
  background-color: #000;
  color: #fff;
}
.designer-screenshot-wrapper .banner-top {
  padding: 40px 0;
  text-align: left;
}
.designer-screenshot-wrapper .banner-top h2 {
  line-height: 1.2;
}
.designer-screenshot-wrapper .banner-top .buttons-wrapper {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .designer-screenshot-wrapper .banner-top .buttons-wrapper {
    margin-top: 20px;
    text-align: left;
  }
}
.designer-screenshot-wrapper .banner-top .buttons-wrapper a {
  display: inline-block;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .designer-screenshot-wrapper .banner-top .buttons-wrapper a {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 450px) {
  .designer-screenshot-wrapper .banner-top .buttons-wrapper a {
    margin: 10px 20px 10px 0;
  }
}
.designer-screenshot-wrapper .banner-top .button {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .designer-screenshot-wrapper .banner-top .button {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 450px) {
  .designer-screenshot-wrapper .banner-top .button {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.designer-content-wrapper {
  padding: 40px 0;
  display: block;
  height: auto;
}
@media screen and (max-width: 768px) {
  .designer-content-wrapper article {
    margin-bottom: 40px;
  }
}
.designer-content-wrapper .content-icon {
  margin-bottom: 25px;
}
.advanced-downloads-link {
  display: block !important;
  margin: 10px 0 0 0 !important;
  text-decoration: underline;
  text-align: left;
  cursor: pointer;
}
.advanced-downloads-link:hover,
.advanced-downloads-link:focus {
  color: #be9a27;
}
.download-button-ct {
  display: inline-block;
  vertical-align: top;
}
.download-button-ct:first-child a:first-child {
  margin-left: 0;
  padding-left: 0;
  display: block;
  text-align: left;
}
.desktop-whats-new-wrapper {
  text-align: center;
  padding: 26px 0 20px;
}
.desktop-whats-new-wrapper p,
.desktop-whats-new-wrapper article {
  text-align: left;
  margin-bottom: 0;
}
.desktop-whats-new-wrapper .button {
  display: inline-block;
  margin-top: 5px;
}
.desktop-whats-new-wrapper a {
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .desktop-whats-new-wrapper p {
    padding-right: 60px;
  }
}
#desktopThankYou {
  background-color: #EFEFEF;
}
#desktopThankYou header {
  padding: 50px 0;
}
.desktop-thank-you-wrapper {
  padding: 60px 0 60px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .desktop-thank-you-wrapper {
    padding: 120px 0 60px;
  }
}
.desktop-thank-you-wrapper .thankyou-message {
  text-align: center;
  margin-bottom: 60px;
}
.desktop-thank-you-wrapper .thankyou-message .large-text {
  font-size: 6vw;
  margin-bottom: 10px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .desktop-thank-you-wrapper .thankyou-message .large-text {
    max-width: none;
    font-size: 40px;
  }
}
.desktop-thank-you-wrapper .thankyou-message .default-text {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .desktop-thank-you-wrapper .thankyou-message .default-text {
    max-width: 520px;
  }
}
@media screen and (min-width: 1200px) {
  .desktop-thank-you-wrapper .thankyou-message .default-text {
    max-width: 860px;
  }
}
.desktop-thank-you-wrapper .col {
  margin-bottom: 40px;
}
.desktop-thank-you-wrapper .col .default-text {
  width: 90%;
}
.desktop-thank-you-wrapper .col ul {
  list-style: none;
  padding: 0;
}
.desktop-thank-you-wrapper .col ul li a {
  display: block;
  color: #be9a27;
  padding: 3px 0;
}
.desktop-thank-you-wrapper .col ul li a:hover {
  text-decoration: underline;
}
.desktop-thank-you-wrapper .col .screenshot {
  max-width: 100%;
  margin-bottom: 20px;
}
.desktop-thank-you-wrapper .col .button {
  display: inline-block;
  margin-top: 20px;
}
#developers header {
  padding: 140px 0 40px;
}
.search-form {
  width: 100%;
  height: 34px;
  position: relative;
  float: right;
  margin: 6px 16px 0 0;
  vertical-align: center;
}
@media screen and (max-width: 992px) {
  .search-form {
    margin: 20px 0 0;
  }
}
.search-form .search-button-submit {
  position: absolute;
  top: 0;
  right: 0;
  background: no-repeat url(https://pbiwebprod.blob.core.windows.net/webassets/images/icon-search-black.svg);
  width: 22px;
  height: 22px;
  border: none;
  margin: 6px 8px 6px 0;
  cursor: pointer;
  display: none;
  z-index: 10;
}
.search-form.expand .search-button-submit {
  display: block;
}
.search-form input[type=text] {
  background-image: url(https://pbiwebprod.blob.core.windows.net/webassets/images/icon-search-black.svg);
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 22px 22px;
  background-color: transparent;
  top: 0;
  right: 0;
  position: absolute;
  width: 34px;
  height: 34px;
  padding: 6px 6px;
  font-size: 14px;
  border: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: border 1s ease, background-color 1s ease, width 1s ease;
  transition: border 1s ease, background-color 1s ease, width 1s ease;
  z-index: 5;
}
.search-form.expand input[type=text] {
  border: 2px solid #c8a112;
  background-color: #fff;
  background-image: none;
  width: 100%;
  cursor: default;
}
.contest-wrapper {
  background-color: #fff;
  padding: 50px 0;
}
.contest-wrapper .graphic {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .contest-wrapper .graphic {
    margin: 0 auto;
  }
}
.contest-wrapper .large-text {
  line-height: 1.05;
  margin-bottom: 5px;
  text-align: center;
  font-size: 16vw;
}
@media screen and (min-width: 400px) {
  .contest-wrapper .large-text {
    font-size: 72px;
  }
}
@media screen and (min-width: 768px) {
  .contest-wrapper .large-text {
    text-align: left;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .contest-wrapper .large-text {
    font-size: 5vw;
  }
}
.contest-wrapper .medium-text-bold {
  line-height: 1.5;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .contest-wrapper .medium-text-bold {
    text-align: left;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .contest-wrapper .medium-text-bold {
    margin: 0 0 0 10px;
  }
}
.contest-wrapper .button-wrapper {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contest-wrapper .button-wrapper {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .contest-wrapper .button-wrapper {
    text-align: right;
  }
}
.contest-wrapper .button-wrapper .button {
  display: inline-block;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .contest-wrapper .button-wrapper .button {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .contest-wrapper .button-wrapper .button {
    transform: translate(-34px, -30px);
  }
}
.contest-wrapper .button-wrapper .button:hover {
  color: #fff;
  text-decoration: none;
}
.api-wrapper {
  background: no-repeat url(https://pbiwebprod.blob.core.windows.net/webassets/images/devspage-background-w2039.jpg);
  background-size: cover;
  background-position: right 30%;
  padding: 80px 0;
}
@media screen and (max-width: 1600px) {
  .api-wrapper {
    background: no-repeat url(https://pbiwebprod.blob.core.windows.net/webassets/images/devspage-background-w1600.jpg);
    background-size: cover;
    background-position: right 30%;
  }
}
@media screen and (max-width: 1200px) {
  .api-wrapper {
    background: no-repeat url(https://pbiwebprod.blob.core.windows.net/webassets/images/devspage-background-w1200.jpg);
    background-size: cover;
    background-position: right 30%;
  }
}
@media screen and (max-width: 800px) {
  .api-wrapper {
    background: no-repeat url(https://pbiwebprod.blob.core.windows.net/webassets/images/devspage-background-w800.jpg);
    background-size: cover;
    background-position: right 30%;
  }
}
@media screen and (max-width: 450px) {
  .api-wrapper {
    background: no-repeat url(https://pbiwebprod.blob.core.windows.net/webassets/images/devspage-background-w450.jpg);
    background-size: cover;
    background-position: right 30%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .api-wrapper {
    background: no-repeat url(https://pbiwebprod.blob.core.windows.net/webassets/images/devspage-background-w2039.jpg);
    background-size: cover;
    background-position: right 30%;
    padding: 80px 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 800px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 800px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 800px), only screen and (min-device-pixel-ratio: 2) and (max-width: 800px), only screen and (min-resolution: 192dpi) and (max-width: 800px), only screen and (min-resolution: 2dppx) and (max-width: 800px) {
  .api-wrapper {
    background: no-repeat url(https://pbiwebprod.blob.core.windows.net/webassets/images/devspage-background-w1600.jpg);
    background-size: cover;
    background-position: right 30%;
    padding: 80px 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 400px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 400px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 400px), only screen and (min-device-pixel-ratio: 2) and (max-width: 400px), only screen and (min-resolution: 192dpi) and (max-width: 400px), only screen and (min-resolution: 2dppx) and (max-width: 400px) {
  .api-wrapper {
    background: no-repeat url(https://pbiwebprod.blob.core.windows.net/webassets/images/devspage-background-w800.jpg);
    background-size: cover;
    background-position: right 30%;
    padding: 80px 0;
  }
}
.api-wrapper h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .api-wrapper h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 400px) {
  .api-wrapper h2 {
    font-size: 10vw;
  }
}
.api-wrapper a {
  display: block;
  margin-top: 20px;
}
.links-wrapper {
  padding: 50px 0;
  text-align: center;
  font-size: 0;
}
.links-wrapper .link-box {
  display: inline-block;
  width: 21%;
  min-width: 145px;
  margin: 10px 2%;
  vertical-align: top;
}
.links-wrapper .link-box img {
  width: 60px;
  height: 60px;
  backgrond: #333;
  margin-bottom: 10px;
}
.links-wrapper .link-box h3 {
  text-align: center;
  margin-bottom: 20px;
}
.links-wrapper .link-box ul {
  list-style: none;
  padding: 0;
}
.links-wrapper .link-box ul li {
  font-size: 14px;
}
.links-wrapper .link-box a {
  display: block;
  padding: 6px 0;
  text-align: center;
  text-decoration: underline;
  color: #000;
}
.links-wrapper .link-box a:hover {
  color: #c8a112;
}
.developers-content-wrapper {
  padding: 80px 0;
  -webkit-transition: padding 1s ease;
  transition: padding 1s ease;
}
@media screen and (max-width: 768px) {
  .developers-content-wrapper article {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .developers-content-wrapper h3 {
    min-height: 68px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .developers-content-wrapper h3 {
    min-height: 98px;
  }
}
@media screen and (min-width: 1200px) {
  .developers-content-wrapper article > p {
    min-height: 144px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .developers-content-wrapper article > p {
    min-height: 168px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .developers-content-wrapper article > p {
    min-height: 240px;
  }
}
@media screen and (max-width: 768px) {
  .developers-content-wrapper article {
    margin-bottom: 40px;
  }
}
.developers-content-wrapper .content-icon {
  margin-bottom: 25px;
}
.developers-content-wrapper article > a {
  display: inline-block;
  margin-top: 20px;
}
.developers-content-wrapper .form {
  position: relative;
  float: left;
  width: 100%;
}
.developers-content-wrapper .form.colapsed .input-regular {
  opacity: 0;
}
.developers-content-wrapper .form .input-regular {
  width: 100%;
  opacity: 1;
  margin-top: 20px;
  -webkit-transition: width 1s ease, opacity 1s ease .5s;
  transition: width 1s ease, opacity 1s ease .5s;
}
.developers-content-wrapper .form.colapsed .button {
  margin-top: 20px;
  top: 0;
  left: 0;
}
.developers-content-wrapper .form .button {
  position: absolute;
  margin-top: 10px;
  top: 70px;
  left: 0px;
  -webkit-transition: top 1s ease, margin-top 1s ease;
  transition: top 1s ease, margin-top 1s ease;
}
.developers-content-wrapper .form.colapsed .disclaimer-text {
  opacity: 0;
  top: 80px;
}
.developers-content-wrapper .form .disclaimer-text {
  position: absolute;
  top: 120px;
  left: 0px;
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 1s ease 1s;
  transition: opacity 1s ease 1s;
}
.developers-content-wrapper .form.colapsed .input-error {
  position: absolute;
  top: 80px;
}
.developers-content-wrapper .form .input-error {
  position: absolute;
  top: 120px;
  left: 0px;
  padding-left: 0;
  width: 100%;
  -webkit-transition: top 1s ease 1s;
  transition: top 1s ease 1s;
}
.dev-integrations-wrapper .button {
  padding: 6px 20px;
}
.dev-integrations-wrapper .form {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
.dev-integrations-wrapper .form.colapsed .input-regular {
  opacity: 0;
}
.dev-integrations-wrapper .form .input-regular {
  width: 60%;
  opacity: 1;
  margin-top: 20px;
  margin-right: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-transition: width 1s ease, opacity 1s ease .5s;
  transition: width 1s ease, opacity 1s ease .5s;
}
@media screen and (max-width: 400px) {
  .dev-integrations-wrapper .form .input-regular {
    width: 100%;
  }
}
.dev-integrations-wrapper .form.colapsed .button {
  margin-top: 20px;
  top: 0;
}
.dev-integrations-wrapper .form .button {
  position: absolute;
  margin-top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 65px;
  -webkit-transition: top 1s ease, margin-top 1s ease;
  transition: top 1s ease, margin-top 1s ease;
}
.dev-integrations-wrapper .form.colapsed .disclaimer-text {
  opacity: 0;
  top: 65px;
}
.dev-integrations-wrapper .form .disclaimer-text {
  position: absolute;
  top: 120px;
  left: 0px;
  right: 0px;
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 1s ease 1s;
  transition: opacity 1s ease 1s;
}
.dev-integrations-wrapper .form.colapsed .input-error {
  top: 65px;
}
.dev-integrations-wrapper .form .input-error {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  top: 120px;
  left: 0px;
  right: 0px;
  z-index: 0;
  opacity: 1;
  -webkit-transition: top 1s ease 1s;
  transition: top 1s ease 1s;
}
.dev-integrations-wrapper {
  padding: 80px 0;
  -webkit-transition: padding 1s ease;
  transition: padding 1s ease;
}
.dev-integrations-wrapper h2 {
  margin-bottom: 30px;
}
.dev-integrations-wrapper button {
  margin-top: 30px;
}
.split-wrapper .featured-partner-wrapper {
  padding: 60px 0 40px;
}
.split-wrapper .featured-partner-wrapper .content {
  position: relative;
  overflow: hidden;
}
.split-wrapper .support-blog-wrapper .content {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .split-wrapper .content {
    width: 375px;
  }
  .split-wrapper .featured-partner-wrapper .content {
    float: right;
  }
}
@media screen and (min-width: 992px) {
  .split-wrapper .content {
    width: 485px;
  }
}
@media screen and (min-width: 1200px) {
  .split-wrapper .content {
    width: 585px;
  }
}
.split-wrapper .featured-partner-wrapper .content .partner-name {
  margin-bottom: 20px;
}
.split-wrapper .featured-partner-wrapper .content .logo {
  margin: 10px auto;
  width: 150px;
  height: auto;
}
.split-wrapper .featured-partner-wrapper .content .cite {
  margin: 10px auto;
}
.split-wrapper .featured-partner-wrapper .content a {
  display: inline-block;
  margin: 20px 0 10px;
}
.support-blog-wrapper {
  padding: 60px 15px 40px;
}
.support-blog-wrapper .blog-title {
  margin-bottom: 20px;
}
.support-blog-wrapper article {
  margin-bottom: 20px;
}
.support-blog-wrapper article p {
  position: relative;
}
.support-blog-wrapper article p > p {
  position: absolute;
}
.dev-menu-wrapper {
  padding: 60px 0;
  background: #ccc;
}
.dev-menu-wrapper .small-text-bold {
  font-size: 15px;
  margin: 0 0 20px;
}
.dev-menu-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.dev-menu-wrapper ul li {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  #downloads .apps-wrapper .row {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  #downloads .apps-wrapper .row article .subtitle-bold {
    min-height: 62px;
  }
}
/*Solutions Page Wrapper Styles >>> */
/*===========================================*/
/*Pricing Page Wrapper Style*/
/*===========================================*/
#pricing header button {
  margin-top: 30px;
}
/*pricing-content-wrapper*/
.pricing-content-wrapper {
  padding: 30px 0 60px;
}
.pricing-content-wrapper thead .top-row th {
  border-bottom: none ;
}
.pricing-content-wrapper thead .button-row th {
  border-top: none ;
  border-bottom: none ;
  vertical-align: top;
}
.pricing-content-wrapper thead .picker-row th {
  position: relative;
  border-top: none ;
  vertical-align: top;
  padding: 0;
}
.pricing-content-wrapper thead .button-row th .small-text {
  text-align: center;
}
.pricing-content-wrapper thead .button-row th .small-text .open-link {
  text-decoration: underline;
  cursor: pointer;
}
.pricing-content-wrapper .subtitle-bold {
  font-size: 18px;
}
.pricing-content-wrapper .column-head {
  padding-bottom: 0;
}
.pricing-content-wrapper .column-head h2 {
  text-align: center;
  font-size: 20px;
  line-height: 1;
}
.pricing-content-wrapper .column-head h2 span {
  font-size: 12px;
}
.pricing-content-wrapper .column-head > span {
  display: block;
  text-align: center;
  font-size: 12px;
}
.pricing-content-wrapper .column-head .displayed-price {
  font-size: 20px;
}
.pricing-content-wrapper .button-row .button-wrapper {
  width: 100%;
  height: auto;
  padding: 5px 0 ;
}
.pricing-content-wrapper .button-row .button-wrapper .button {
  display: block;
  max-width: 160px;
  margin: 0 auto;
  text-align: center;
  padding: 4px 0 ;
  font-size: 14px;
  cursor: pointer;
}
.pricing-content-wrapper .table > tbody > tr > td {
  border-top: none;
  border-bottom: 1px solid #ddd;
}
.pricing-content-wrapper .free,
.pricing-content-wrapper .pro {
  width: 20%;
  text-align: center;
}
.pricing-content-wrapper .free {
  background-color: #FAFAFA;
}
.pricing-content-wrapper .pro {
  background-color: #F3F3F3;
}
.pricing-content-wrapper ul {
  padding-left: 15px;
  margin-top: 20px;
}
.pricing-page-currency-picker-container {
  position: absolute;
  max-width: 228px;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-140%);
  transform: translateY(-140%);
}
@media (max-width: 768px) {
  .pricing-page-currency-picker-container {
    position: static;
    max-width: none;
    display: block;
    margin: 10px 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.pricing-content-wrapper .info-icon {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.pricing-content-wrapper .info-display {
  position: absolute;
  z-index: 99;
  display: none;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 16px 20px;
  width: 80%;
  max-width: 425px;
}
.pricing-content-wrapper .info-display .subtitle-bold {
  padding-top: 0;
  line-height: 1;
}
.pricing-content-wrapper .info-display .default-text-light {
  font-size: 13px;
  margin: 0;
}
.capacity-limit-display {
  top: 18%;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
@media screen and (min-width: 768px) {
  .capacity-limit-display {
    right: 5%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.capacity-limit-display ul {
  margin: 0;
}
.live-sources-display {
  top: 60%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.stream-data-display {
  top: 55%;
  left: 55%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mrows-hour-display {
  top: 55%;
  left: 70%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.proModal .modal-dialog .modal-content {
  position: relative;
}
.proModal .modal-content .modal-body {
  padding: 0 40px 40px;
}
.proModal .modal-content .modal-body .headline {
  font: 30px wf_segoe-ui_semibold, helvetica, arial, sans-serif;
  text-align: center;
  margin-bottom: 0;
}
.proModal .modal-content .modal-body .subhead {
  text-align: center;
  margin-bottom: 40px;
}
.proModal .modal-content .modal-body .q4 .subhead {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}
.proModal .modal-content .modal-body button:nth-child(3) {
  margin-right: 15px;
}
.proModal .modal-content .modal-body .button {
  font-size: 16px;
}
.proModal .modal-content .modal-body .back-button {
  position: absolute;
  background: none;
  border: none;
  top: -25px;
  left: 15px;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}
.proModal .modal-content .content-inner {
  display: none;
  padding-bottom: 40px;
}
.proModal .modal-content .content-inner.current {
  display: block;
}
.proModal .modal-content .content-inner .question {
  font: 16px wf_segoe-ui_semibold, helvetica, arial, sans-serif;
}
#pricing #hbl_region #habla_window_div {
  box-shadow: none !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: none !important;
  border-top-color: transparent !important;
  background-color: transparent !important;
  margin: 0 auto !important;
  width: auto !important;
}
#pricing div.hbl_pal_main_height {
  height: auto !important;
}
#pricing #habla_beta_container_do_not_rely_on_div_classes_or_names .habla_panel_border {
  background: none;
}
#pricing #habla_beta_container_do_not_rely_on_div_classes_or_names #habla_middle_wrapper_div {
  border: none;
}
#pricing #habla_beta_container_do_not_rely_on_div_classes_or_names #habla_middle_wrapper_div #habla_conversation_div {
  border: 1px solid #999;
  min-height: 260px;
}
#pricing #habla_beta_container_do_not_rely_on_div_classes_or_names #habla_middle_wrapper_div #habla_pre_chat_div {
  padding: 0;
}
#pricing #habla_beta_container_do_not_rely_on_div_classes_or_names .hbl_txt_wrapper {
  border: 1px solid #999;
  margin-bottom: 30px;
}
#pricing #habla_beta_container_do_not_rely_on_div_classes_or_names .hbl_txt_wrapper textarea {
  color: #333;
  max-width: 100%;
}
#pricing .hbl_pal_main_fg {
  color: #333 !important;
}
#pricing #habla_beta_container_do_not_rely_on_div_classes_or_names .habla_input_div div {
  background: none;
  margin: 20px 0 0;
}
#pricing #habla_beta_container_do_not_rely_on_div_classes_or_names input[type=submit] {
  display: inline-block;
  font: 16px wf_segoe-ui_semibold, helvetica, arial, sans-serif;
  margin: 0 !important;
  padding: 10px 20px;
  background-color: #F2C812;
  border: 2px solid #F2C812;
  color: #000;
}
#pricing #habla_beta_container_do_not_rely_on_div_classes_or_names #habla_topbar_div {
  margin-bottom: 20px;
}
p a,
td a {
  text-decoration: underline;
}
/*Roles Page Wrapper Style*/
/*===========================================*/
/*partner-wrapper*/
.partner-wrapper {
  padding: 40px 0;
  color: #fff;
  text-align: center;
}
.partner-wrapper h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 450px) {
  .partner-wrapper h2 {
    font-size: 5.5vw;
  }
}
.partner-wrapper a {
  display: inline-block;
  text-align: center;
  font-size: 0;
  width: 48%;
  margin-right: 2%;
}
.partner-wrapper a:last-child {
  margin-right: 0;
}
.partner-wrapper a .button {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .partner-wrapper .button {
    font-size: 13px;
  }
}
@media screen and (max-width: 500px) {
  .partner-wrapper .button {
    font-size: 13px;
  }
}
.terms-wrapper {
  padding: 30px 0;
}
.terms-wrapper div > ol {
  padding: 15px;
}
.terms-wrapper ol {
  counter-reset: section;
  list-style-type: none;
}
.terms-wrapper ol li {
  display: list-item;
  text-align: -webkit-match-parent;
}
.terms-wrapper ol li:before {
  counter-increment: section;
  content: counters(section, ".") ". ";
}
.terms-wrapper p,
.terms-wrapper li {
  margin: 1em 0;
}
#integrations .navigation-wrapper {
  display: none;
}
.integration-content {
  text-align: center;
}
.integration-content .logo-dashboard-wrapper {
  position: relative;
  width: 90%;
  max-width: 600px;
  height: 0;
  margin: 20px auto 0;
  padding-bottom: 60%;
  background: no-repeat url("https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/homepage_metal_updatedashboard-900w.png");
  background-position: top center;
  background-size: 100% auto;
}
@media screen and (min-width: 992px) {
  .integration-content .logo-dashboard-wrapper {
    padding-bottom: 45%;
  }
}
.integration-content .logo-dashboard-wrapper .logo-frame {
  position: absolute;
  width: 40%;
  max-width: 220px;
  height: auto;
  border: 5px solid #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  top: 50%;
  -webkit-transform: translate(-10px, -40%);
  transform: translate(-10px, -40%);
}
.integration-content .logo-dashboard-wrapper .logo-frame .logo {
  width: 100%;
  height: 0;
  padding-bottom: 74%;
  display: block;
  border: 1px solid #EFEFEF;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 815% auto;
}
.integration-content .logo-dashboard-wrapper .logo-frame.app .logo {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/powerbi.app.sprites.png');
}
.integration-content .logo-dashboard-wrapper .logo-frame.desktop .logo .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  display: block;
  margin: auto;
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/sprite-integrations-standard-temp.png');
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .integration-content .logo-dashboard-wrapper .logo-frame.desktop .logo .inner {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/sprite-integrations-retina-temp.png');
    background-repeat: no-repeat;
    background-size: 630px auto;
  }
}
.logo-frame .acumatica {
  background-position: 0 0;
}
.logo-frame .adobe_analytics {
  background-position: 14.25% 0;
}
.logo-frame .appfigures {
  background-position: 28.5% 0;
}
.logo-frame .azure_audit_logs {
  background-position: 42.9% 0;
}
.logo-frame .azure_mobile_engagement {
  background-position: 57.1% 0;
}
.logo-frame .circuit_id {
  background-position: 71.5% 0;
}
.logo-frame .comscore {
  background-position: 85.75% 0;
}
.logo-frame .github {
  background-position: 100% 0;
}
.logo-frame .google_analytics {
  background-position: 0 24.8%;
}
.logo-frame .mailchimp {
  background-position: 14.25% 24.8%;
}
.logo-frame .mandrill {
  background-position: 28.5% 24.8%;
}
.logo-frame .marketo {
  background-position: 42.9% 24.8%;
}
.logo-frame .microsoft_dynamics_marketing {
  background-position: 57.1% 24.8%;
}
.logo-frame .microsoft_dynamicscrm {
  background-position: 71.5% 24.8%;
}
.logo-frame .microsoft_dynamics_nav {
  background-position: 85.75% 24.8%;
}
.logo-frame .planview_enterprise {
  background-position: 100% 24.8%;
}
.logo-frame .quickbooks_online {
  background-position: 0 50%;
}
.logo-frame .salesforce {
  background-position: 14.25% 50%;
}
.logo-frame .sendgrid {
  background-position: 28.5% 50%;
}
.logo-frame .sql_database_auditing {
  background-position: 42.9% 50%;
}
.logo-frame .sql_sentry {
  background-position: 57.1% 50%;
}
.logo-frame .stripe {
  background-position: 71.5% 50%;
}
.logo-frame .sweetiq {
  background-position: 85.75% 50%;
}
.logo-frame .twilio {
  background-position: 100% 50%;
}
.logo-frame .tygraph {
  background-position: 0 74.5%;
}
.logo-frame .uservoice {
  background-position: 14.25% 74.5%;
}
.logo-frame .visual_studio_online {
  background-position: 28.5% 74.5%;
}
.logo-frame .webtrends {
  background-position: 42.9% 74.5%;
}
.logo-frame .zendesk {
  background-position: 57.1% 74.5%;
}
.logo-frame .azure_sql_database {
  background-position: -90px -180px;
}
.logo-frame .azure_sql_data_warehouse {
  background-position: -270px -270px;
}
.logo-frame .analysis_server {
  background-position: -360px -270px;
}
.logo-frame .spark_on_azure {
  background-position: 0px -360px;
}
.logo-frame .access {
  background-position: -90px -360px;
}
.logo-frame .active_directory {
  background-position: -180px -270px;
}
.logo-frame .excel {
  background-position: -270px -360px;
}
.logo-frame .exchange {
  background-position: -360px -360px;
}
.logo-frame .hdfs {
  background-position: 0px -540px;
}
.logo-frame .hdinsight {
  background-position: -90px -450px;
}
.logo-frame .ibmdb2 {
  background-position: -180px -540px;
}
.logo-frame .mysql {
  background-position: -270px -540px;
}
.logo-frame .odata {
  background-position: 0px -450px;
}
.logo-frame .oracle {
  background-position: -90px -540px;
}
.logo-frame .postgresql {
  background-position: -270px -540px;
}
.logo-frame .sharepoint {
  background-position: -180px -360px;
}
.logo-frame .csv {
  background-position: left -360px top -450px;
}
.logo-frame .xml {
  background-position: left -450px top -450px;
}
.logo-frame .azure_blob_storage {
  background-position: left -180px top -630px;
}
.logo-frame .azure_documentdb {
  background-position: left -540px top -630px;
}
.logo-frame .azure_marketplace {
  background-position: left -90px top -630px;
}
.logo-frame .azure_table_storage {
  background-position: left -180px top -630px;
}
.logo-frame .facebook {
  background-position: left -360px top -630px;
}
.logo-frame .folder {
  background-position: left -540px top -540px;
}
.logo-frame .odbc {
  background-position: left -450px top -630px;
}
.logo-frame .sql_server {
  background-position: left -450px top -540px;
}
.logo-frame .sybase {
  background-position: left -360px top -540px;
}
.logo-frame .teradata {
  background-position: left 0px top -630px;
}
.logo-frame .text {
  background-position: left -540px top -450px;
}
.logo-frame .web {
  background-position: left -270px top -630px;
}
.active_directory .integration-content h2,
.acumatica .integration-content h2,
.adobe_analytics .integration-content h2,
.appfigures .integration-content h2,
.azure_audit_logs .integration-content h2,
.azure_sql_database .integration-content h2,
.google_analytics .integration-content h2,
.hdinsight .integration-content h2,
.ibmdb2 .integration-content h2,
.mailchimp .integration-content h2,
.mandrill .integration-content h2,
.postgresql .integration-content h2,
.quickbooks_online .integration-content h2,
.salesforce .integration-content h2,
.sharepoint .integration-content h2,
.sql_database_auditing .integration-content h2,
.sql_sentry .integration-content h2,
.uservoice .integration-content h2,
.webtrends .integration-content h2,
.odbc .integration-content h2,
.facebook .integration-content h2,
.integration-content h2 {
  max-width: 700px;
}
.azure_marketplace .integration-content h2 {
  max-width: 800px;
}
@media screen and (max-width: 727px) {
  .analysis_server .integration-content h2 {
    font-size: 7.3vw;
  }
}
.azure_mobile_engagement .integration-content h2 {
  max-width: 700px;
}
@media screen and (max-width: 700px) {
  .azure_mobile_engagement .integration-content h2 {
    font-size: 6.5vw;
  }
}
@media screen and (max-width: 991px) {
  .azure_sql_data_warehouse .integration-content h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .azure_sql_data_warehouse .integration-content h2 {
    font-size: 5.3vw;
  }
}
@media screen and (max-width: 991px) {
  .circuit_id .integration-content h2 {
    max-width: 600px;
  }
}
.comscore .integration-content h2 {
  max-width: 700px;
}
@media screen and (max-width: 700px) {
  .comscore .integration-content h2 {
    font-size: 6.5vw;
  }
}
@media screen and (max-width: 700px) {
  .microsoft_dynamicscrm .integration-content h2 {
    font-size: 6.3vw;
  }
}
@media screen and (max-width: 991px) {
  .microsoft_dynamics_marketing .integration-content h2 {
    max-width: 600px;
  }
}
@media screen and (max-width: 720px) {
  .microsoft_dynamics_nav .integration-content h2 {
    font-size: 6.3vw;
  }
}
@media screen and (max-width: 700px) {
  .microsoft_dynamicscrm .integration-content h2 {
    font-size: 6.3vw;
  }
}
@media screen and (max-width: 564px) {
  .sendgrid .integration-content h2 {
    font-size: 8.5vw;
  }
}
@media screen and (max-width: 730px) {
  .spark_on_azure .integration-content h2 {
    font-size: 6.3vw;
  }
}
.visual_studio_online .integration-content h2 {
  max-width: 730px;
}
@media screen and (max-width: 730px) {
  .visual_studio_online .integration-content h2 {
    font-size: 6.3vw;
  }
}
.integration-content h2 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 700px) {
  .integration-content h2 {
    font-size: 7vw;
  }
}
.integration-content .default-text {
  font-size: 22px;
  margin: 15px auto;
}
.integration-content a .button {
  margin-top: 10px;
}
.signup-text-wrapper a .button {
  padding-left: 20px;
  padding-right: 20px;
}
.signup-text-wrapper .wordwrap {
  word-break: break-all;
  word-break: break-word;
  -moz-hyphens: auto;
  hyphens: auto;
}
@media screen and (max-width: 600px) {
  .integration-content .default-text {
    font-size: 16px;
  }
}
.integration-content .email-form {
  margin-top: 40px;
}
.integration-content .email-form input[type="text"] {
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .integration-content .email-form input[type="text"] {
    min-width: 56%;
  }
}
@media screen and (max-width: 600px) {
  .integration-content .email-form input[type="text"],
  .integration-content .email-form input[type="submit"] {
    font-size: 13px;
  }
}
.integration-content .email-form input[type="submit"] {
  display: inline-block;
  border: 2px solid #000;
  color: #000;
  background: none;
  min-width: 30%;
  height: auto;
}
.integration-content .email-form input[type="submit"]:hover {
  background: #000;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .integration-content .email-form input[type="submit"] {
    min-width: 40%;
  }
}
.integration-content .email-form .disclaimer-text {
  display: block;
}
#integrations .learn-more-wrapper .large-text {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  #integrations .learn-more-wrapper .large-text {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 550px) {
  #integrations .connect-wrapper .large-text {
    font-size: 10vw;
  }
}
#sales .navigation-wrapper,
#signin .navigation-wrapper,
#pyramid .navigation-wrapper,
#excel .navigation-wrapper {
  display: none;
}
.landing-header {
  padding-top: 80px;
  background-color: #EFEFEF;
}
#excel .landing-navigation-wrapper .gray-bar {
  background-color: rgba(33, 33, 33, 0.1);
  border-top: none;
}
#excel header {
  background-color: #F2C812;
}
#excel header .container {
  padding-top: 40px;
}
#excel header .container .button {
  display: inline-block;
  margin-top: 50px;
}
.excel-content-wrapper {
  padding: 80px 0;
}
.excel-content-wrapper .large-text {
  margin-bottom: 20px;
  font-size: 40px;
}
@media screen and (min-width: 1200px) {
  .excel-content-wrapper .default-text {
    padding: 0 30px;
  }
}
.excel-content-wrapper .graphic {
  max-width: 90%;
  display: inline-block;
  margin-top: 40px;
}
#excel .apps-wrapper {
  padding: 80px 0;
}
#excel .apps-wrapper .large-text {
  margin-bottom: 60px;
  font-size: 40px;
  line-height: 1;
}
#excel .apps-wrapper .subtitle-bold {
  min-height: 0;
}
#excel .apps-wrapper .default-text {
  min-height: 0;
}
#excel .apps-wrapper .app-graphic {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 45px;
}
#sales header {
  min-height: 740px;
}
@media screen and (max-width: 992px) {
  #sales header {
    min-height: 980px;
  }
}
@media screen and (max-width: 600px) {
  #sales header {
    min-height: 900px;
  }
}
#sales header .container {
  padding-top: 60px;
}
/*tablet image transition*/
#sales header .tablet-image-container {
  position: relative;
  padding-bottom: 115%;
  width: 175%;
  margin-left: -30px;
}
@media screen and (max-width: 1800px) {
  #sales header .tablet-image-container {
    width: 160%;
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 1700px) {
  #sales header .tablet-image-container {
    width: 150%;
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 1600px) {
  #sales header .tablet-image-container {
    width: 140%;
    padding-bottom: 70%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1465px) {
  #sales header .tablet-image-container {
    width: 130%;
    padding-bottom: 70%;
  }
}
@media screen and (max-width: 1345px) {
  #sales header .tablet-image-container {
    width: 115%;
    padding-bottom: 70%;
  }
}
@media screen and (max-width: 1200px) {
  #sales header .tablet-image-container {
    width: 100%;
    padding-bottom: 70%;
  }
}
@media screen and (max-width: 992px) {
  #sales header.before .tablet-image-container {
    top: -110px;
  }
  #sales header .tablet-image-container {
    top: 0;
    -webkit-transition: top 1.2s ease;
    transition: top 1.2s ease;
  }
}
@media screen and (max-width: 600px) {
  #sales header.before .tablet-image-container {
    top: -200px;
  }
  #sales header .tablet-image-container {
    top: 0;
    -webkit-transition: top 1.2s ease;
    transition: top 1.2s ease;
  }
}
#sales header .tablet-image {
  height: 0;
  width: 100%;
  padding-bottom: 70%;
  position: absolute;
  top: 0;
  left: 0;
}
#sales header .tablet-image.dashboard {
  background: no-repeat url(https://pbiwebprod.blob.core.windows.net/webassets/images/salespage_header_laptop_dashboard.png);
  background-position: top right;
  background-size: contain;
  opacity: 1;
}
/*content-text transition*/
#sales header .content-text h1 {
  font: 72px wf_segoe-ui_bold;
  color: black;
  line-height: 1.1;
  margin-top: 5%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1480px) {
  #sales header .content-text h1 {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 992px) {
  #sales header .content-text h1 {
    margin-top: 0;
    font-size: 6.1vw;
  }
}
@media screen and (max-width: 830px) {
  #sales header .content-text h1 {
    font-size: 7.5vw;
  }
}
@media screen and (max-width: 600px) {
  #sales header .content-text h1 {
    font-size: 9.5vw;
  }
}
#sales header .paragraph-text {
  line-height: 1.4em;
  color: #000;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  #sales header form input[type="text"],
  #sales header form input[type="submit"] {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  #sales header form input[type="text"],
  #sales header form input[type="submit"] {
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  #sales header form.email-form input[type="text"] {
    width: 56%;
  }
}
#sales header form.email-form input[type="submit"] {
  display: inline-block;
  border: 2px solid #000;
  color: #000;
  background: none;
  min-width: 30%;
  height: auto;
}
#sales header form.email-form input[type="submit"]:hover {
  background: #000;
  color: #fff;
}
@media screen and (max-width: 400px) {
  #sales header form.email-form input[type="submit"] {
    min-width: 40%;
  }
}
#sales header form.email-form .disclaimer-text,
#sales header form.email-form .disclaimer-text a {
  color: #000;
  font-size: 11px;
  -webkit-transition: color 2s ease;
  transition: color 2s ease;
  opacity: .7;
}
#pyramid .pyramid-content-wrapper {
  padding: 220px 0 140px;
}
@media screen and (min-height: 1000px) {
  #pyramid .pyramid-content-wrapper {
    min-height: 850px;
  }
}
#pyramid .pyramid-logo {
  display: block;
  width: 90%;
  margin: 0 auto 20px;
}
#pyramid .pyramid-content-wrapper p {
  text-align: center;
}
#sales .signup-form-wrapper h2 {
  max-width: 635px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 500px) {
  #sales .signup-form-wrapper h2 {
    font-size: 9vw;
  }
}
#signin header {
  text-align: center;
}
#signin header svg {
  width: 30%;
  max-width: 150px;
  margin: 50px auto 50px;
}
@media screen and (max-width: 530px) {
  #signin header .large-text {
    font-size: 9vw;
  }
}
#signin header .button {
  display: inline-block;
  padding-left: 80px;
  padding-right: 80px;
  margin: 30px auto 0px;
}
#signin .content-wrapper {
  padding-top: 80px;
  text-align: center;
}
@media screen and (max-width: 530px) {
  #signin .content-wrapper .large-text {
    font-size: 9vw;
  }
}
#signin .content-wrapper p {
  margin: 40px auto 0;
  max-width: 940px;
  font-size: 20px;
}
#signin .signup-form-wrapper {
  position: relative;
}
#signin .signup-form-wrapper::before {
  content: "";
  background: no-repeat url(https://pbiwebprod.blob.core.windows.net/webassets/images/row_bckgrnd_image.png);
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .5;
}
#signin .signup-form-wrapper .large-text {
  line-height: 1;
}
#signin .signup-form-wrapper .default-text {
  margin: 10px auto 0;
  max-width: 300px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #signin .signup-form-wrapper .default-text {
    margin-bottom: 20px;
  }
}
#signin .signup-form-wrapper .email-form {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #signin .signup-form-wrapper .email-form {
    text-align: left;
  }
}
#signin .signup-form-wrapper input[type="text"] {
  margin-bottom: 10px;
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  #signin .signup-form-wrapper input[type="text"] {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #signin .signup-form-wrapper input[type="text"] {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  #signin .signup-form-wrapper input[type="submit"] {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #signin .signup-form-wrapper input[type="submit"] {
    font-size: 13px;
  }
}
.features-hero-image {
  margin: 30px auto 50px;
  margin: 4px auto 10px;
  display: block;
  max-width: 65%;
}
.features-page-desc-section {
  max-width: 768px;
  margin: auto;
}
.features-page-desc-section a,
.features-page-desc-section a:hover,
.features-page-desc-section a:focus {
  color: black;
  text-decoration: underline;
}
.features-page-signup-wrapper {
  padding: 30px 0 20px;
}
.features-page-signup-wrapper .input-title {
  margin-bottom: 5px;
}
.features-page-signup-wrapper article {
  margin-bottom: 0;
}
.features-page-signup-wrapper h3 {
  word-break: break-word;
}
.features-page-signup-wrapper input[type="submit"] {
  padding-left: 2%;
  padding-right: 2%;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .features-page-signup-wrapper .text-center .default-text {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 992px) {
  .features-page-signup-wrapper article .default-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .features-page-signup-wrapper article .email-form input[type="text"] {
    width: 56%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .features-page-signup-wrapper article .email-form input[type="text"],
  .features-page-signup-wrapper article .email-form input[type="submit"] {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .features-page-signup-wrapper article .email-form input[type="text"],
  .features-page-signup-wrapper article .email-form input[type="submit"] {
    font-size: 13px;
  }
}
@media screen and (max-width: 500px) {
  .features-page-signup-wrapper article .email-form input[type="submit"] {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .features-content-wrapper {
    display: none;
  }
}
.features-content-wrapper h3 {
  margin: 0;
  cursor: pointer;
  font: 20px wf_segoe-ui_bold, Helvetica, Arial, sans-serif;
  padding: 8px 0 8px 0;
}
@media (max-width: 1200px) {
  .features-content-wrapper h3 {
    font-size: 17px;
  }
}
.features-content-wrapper p {
  margin: 0;
}
.features-content-wrapper p a {
  text-decoration: underline;
}
.features-content-wrapper article {
  margin: 0 0 4px 15px;
}
.features-content-wrapper .features-section {
  margin: 0;
  position: absolute;
  top: 1200px;
}
.features-content-wrapper .features-section .article-column {
  position: relative;
}
.features-content-wrapper .features-section .features-section-desc {
  padding: 0;
  height: 0;
  overflow: hidden;
  font-size: 14px;
}
.features-content-wrapper .features-section-scroll {
  height: 4800px;
}
.features-content-wrapper .track {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto auto;
  width: 4px;
  background: black;
  height: 100%;
}
.features-content-wrapper .track .track-slider {
  position: absolute;
  top: 0;
  width: 4px;
  height: 50px;
  background: #F2C812;
  -webkit-transition: height 0.5s;
  /* Safari */
  transition: height 0.5s;
}
.features-content-wrapper .features-images-ct {
  position: relative;
  height: 463px;
}
.features-content-wrapper .features-section-image {
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  margin: auto 0;
  opacity: 0;
  max-width: 100%;
}
.features-section-image.share {
  background: no-repeat url(https://pbiwebprod.blob.core.windows.net/webassets/images/features/ShareCollab.gif) center center;
  background-size: contain;
  width: 450px;
  height: 463px;
}
.features-section-image.mobile {
  background: no-repeat url(https://pbiwebprod.blob.core.windows.net/webassets/images/features/Mobile.gif) center center;
  background-size: contain;
  width: 520px;
  height: 463px;
}
.features-section-image.contentpacks {
  background: no-repeat url(https://pbiwebprod.blob.core.windows.net/webassets/images/features/CurateContent.gif) center center;
  background-size: contain;
  width: 550px;
  height: 463px;
}
.features-section-image.dashboards {
  background: no-repeat url(https://pbiwebprod.blob.core.windows.net/webassets/images/features/LiveDashboards.gif) center center;
  background-size: contain;
  width: 450px;
  height: 463px;
}
.features-section-image.integrate {
  background: no-repeat url(https://pbiwebprod.blob.core.windows.net/webassets/images/features/Integrate-Open.gif) center center;
  background-size: contain;
  width: 650px;
  height: 463px;
}
.features-section-image.cloud {
  background: no-repeat url(https://pbiwebprod.blob.core.windows.net/webassets/images/features/On_Prem_Cloud.gif) center center;
  background-size: contain;
  width: 550px;
  height: 463px;
}
.features-section-image.startedinseconds {
  background: no-repeat url(https://pbiwebprod.blob.core.windows.net/webassets/images/features/ContentPacks.gif) center center;
  background-size: contain;
  width: 550px;
  height: 463px;
}
.features-section-image.publish {
  background: no-repeat url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/animation-publish.gif') center center;
  background-size: contain;
  width: 550px;
  height: 463px;
}
.features-section-image.askquestions {
  width: 550px;
  height: 413px;
  position: relative;
}
.features-section-image.askquestions .input-section {
  width: 100%;
  position: absolute;
  top: 210px;
  left: 0;
  height: 44px;
  overflow: hidden;
}
.features-section-image.askquestions .input-section .input-box {
  border: 2px solid black;
  font: 16px wf_segoe-ui_normal, Helvetica, Arial, sans-serif;
  width: 75%;
  display: inline-block;
  height: 44px;
  padding: 8px 0 0 20px;
  margin-bottom: 8px;
}
.features-section-image.askquestions .input-section .button {
  padding: 8px 15px;
  background: #F2C812;
  vertical-align: top;
  margin-left: 10px;
  border: 2px solid black;
}
.features-section-image.askquestions .visual-answer {
  width: 75%;
  width: calc(75% + 76px);
  height: 350px;
  background: no-repeat url(https://pbiwebprod.blob.core.windows.net/webassets/images/features/AskQuestionsChart.png);
  background-size: contain;
}
@media (max-width: 991px) {
  .features-section-image.share {
    background-image: url(https://pbiwebprod.blob.core.windows.net/webassets/images/features/static-images/ShareCollab.png);
    height: 436px;
  }
  .features-section-image.mobile {
    background-image: url(https://pbiwebprod.blob.core.windows.net/webassets/images/features/static-images/Mobile.png);
    height: 302px;
  }
  .features-section-image.contentpacks {
    background-image: url(https://pbiwebprod.blob.core.windows.net/webassets/images/features/static-images/CurateContent.png);
    height: 304px;
  }
  .features-section-image.dashboards {
    background-image: url(https://pbiwebprod.blob.core.windows.net/webassets/images/features/static-images/RealTimeDashboards.png);
    height: 370px;
  }
  .features-section-image.integrate {
    background-image: url(https://pbiwebprod.blob.core.windows.net/webassets/images/features/static-images/Integrate.png);
    height: 412px;
  }
  .features-section-image.cloud {
    background-image: url(https://pbiwebprod.blob.core.windows.net/webassets/images/features/static-images/Cloud.png);
    height: 296px;
  }
  .features-section-image.startedinseconds {
    background-image: url(https://pbiwebprod.blob.core.windows.net/webassets/images/features/static-images/GetStartedInSeconds.png);
    height: 296px;
  }
  .features-section-image.publish {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/publishStatic.png');
    height: 296px;
  }
  .features-section-image.askquestionsstatic {
    background: no-repeat url(https://pbiwebprod.blob.core.windows.net/webassets/images/features/static-images/AskQuestionsStatic.png) center center;
    background-size: contain;
    width: 550px;
    height: 342px;
  }
}
.features-content-wrapper-mobile {
  display: none;
}
@media (max-width: 991px) {
  .features-content-wrapper-mobile {
    display: block;
  }
}
.features-content-wrapper-mobile .row.add-top-space {
  margin-top: 50px;
}
.features-content-wrapper-mobile h3,
.features-content-wrapper-mobile .default-text {
  text-align: center;
}
.features-content-wrapper-mobile h3 {
  font: 20px wf_segoe-ui_bold, Helvetica, Arial, sans-serif;
}
.features-content-wrapper-mobile article {
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
  margin-top: 50px;
}
.features-content-wrapper-mobile article.no-border {
  border: none;
}
.features-content-wrapper-mobile .features-section-image {
  width: auto;
}
.youtube-play-btn {
  position: absolute;
  width: 10%;
  height: auto;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#tour header {
  padding-bottom: 120px;
}
#tour header .tour-hero-image {
  position: relative;
  display: block;
  margin: 40px auto;
  width: 100%;
  max-width: 900px;
  height: auto;
  padding-bottom: 52%;
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/screenshot-tour-0-400w.jpg');
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 420px) {
  #tour header .tour-hero-image {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/screenshot-tour-0-720w.jpg');
  }
}
@media screen and (min-width: 992px) {
  #tour header .tour-hero-image {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/screenshot-tour-0-900w.jpg');
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 1200px) {
  #tour header .tour-hero-image {
    padding-bottom: 42%;
  }
}
.tour-signup-wrapper {
  padding: 40px 0 10px;
}
.tour-signup-wrapper .default-text {
  margin-bottom: 20px;
}
.tour-signup-wrapper input[type="submit"] {
  padding-left: 2%;
  padding-right: 2%;
  width: 30%;
}
@media screen and (max-width: 500px) {
  .tour-signup-wrapper article .email-form input[type="text"] {
    width: 56%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .tour-signup-wrapper article .email-form input[type="text"],
  .tour-signup-wrapper article .email-form input[type="submit"] {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .tour-signup-wrapper article .email-form input[type="text"],
  .tour-signup-wrapper article .email-form input[type="submit"] {
    font-size: 13px;
  }
}
@media screen and (max-width: 500px) {
  .tour-signup-wrapper article .email-form input[type="submit"] {
    width: 40%;
  }
}
.tour-content-wrapper {
  padding: 80px 0;
}
.tour-content-wrapper .content-headline {
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .tour-content-wrapper .content-headline {
    font-size: 9vw;
  }
}
.tour-content-wrapper article {
  margin-bottom: 40px;
}
.tour-content-wrapper article p a {
  text-decoration: underline;
}
.tour-content-wrapper .screenshot {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  padding-bottom: 56%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.tour-content-wrapper .video-1 {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/screenshot-tour-1-400w.jpg');
}
@media screen and (min-width: 430px) and (max-width: 630px) {
  .tour-content-wrapper .video-1 {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/screenshot-tour-1-600w.jpg');
  }
}
@media screen and (min-width: 631px) and (max-width: 767px) {
  .tour-content-wrapper .video-1 {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/screenshot-tour-1-800w.jpg');
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .tour-content-wrapper .video-1 {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/screenshot-tour-1-600w.jpg');
  }
}
@media screen and (min-width: 1200px) {
  .tour-content-wrapper .video-1 {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/screenshot-tour-1-800w.jpg');
  }
}
.tour-content-wrapper .video-2 {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/screenshot-tour-2-400w.jpg');
}
@media screen and (min-width: 430px) and (max-width: 630px) {
  .tour-content-wrapper .video-2 {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/screenshot-tour-2-600w.jpg');
  }
}
@media screen and (min-width: 631px) and (max-width: 767px) {
  .tour-content-wrapper .video-2 {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/screenshot-tour-2-800w.jpg');
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .tour-content-wrapper .video-2 {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/screenshot-tour-2-600w.jpg');
  }
}
@media screen and (min-width: 1200px) {
  .tour-content-wrapper .video-2 {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/screenshot-tour-2-800w.jpg');
  }
}
.tour-content-wrapper .video-3 {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/screenshot-tour-3-400w.jpg');
}
@media screen and (min-width: 430px) and (max-width: 630px) {
  .tour-content-wrapper .video-3 {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/screenshot-tour-3-600w.jpg');
  }
}
@media screen and (min-width: 631px) and (max-width: 767px) {
  .tour-content-wrapper .video-3 {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/screenshot-tour-3-800w.jpg');
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .tour-content-wrapper .video-3 {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/screenshot-tour-3-600w.jpg');
  }
}
@media screen and (min-width: 1200px) {
  .tour-content-wrapper .video-3 {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/screenshot-tour-3-800w.jpg');
  }
}
.tour-content-wrapper .video-4 {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/screenshot-tour-4-400w.jpg');
}
@media screen and (min-width: 430px) and (max-width: 630px) {
  .tour-content-wrapper .video-4 {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/screenshot-tour-4-600w.jpg');
  }
}
@media screen and (min-width: 631px) and (max-width: 767px) {
  .tour-content-wrapper .video-4 {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/screenshot-tour-4-800w.jpg');
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .tour-content-wrapper .video-4 {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/screenshot-tour-4-600w.jpg');
  }
}
@media screen and (min-width: 1200px) {
  .tour-content-wrapper .video-4 {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/screenshot-tour-4-800w.jpg');
  }
}
.tour-content-wrapper .video-5 {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/publish-to-web-screenshot_400.png');
}
@media screen and (min-width: 430px) and (max-width: 630px) {
  .tour-content-wrapper .video-5 {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/publish-to-web-screenshot_900.png');
  }
}
@media screen and (min-width: 631px) and (max-width: 767px) {
  .tour-content-wrapper .video-5 {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/publish-to-web-screenshot_900.png');
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .tour-content-wrapper .video-5 {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/publish-to-web-screenshot_900.png');
  }
}
@media screen and (min-width: 1200px) {
  .tour-content-wrapper .video-5 {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/publish-to-web-screenshot_900.png');
  }
}
.modal-button {
  cursor: pointer;
}
#whatis header {
  padding: 43.5px 0;
}
#whatis .whatis-intro-wrapper {
  padding: 80px 0;
  background-image: url("https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/whatispage-background-intro-w1728.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom 30%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #whatis .whatis-intro-wrapper {
    background-size: 120% auto;
  }
}
@media screen and (max-width: 1600px) {
  #whatis .whatis-intro-wrapper {
    background-image: url("https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/whatispage-background-intro-w1600.jpg");
    background-position: center bottom 40%;
  }
}
@media screen and (max-width: 1200px) {
  #whatis .whatis-intro-wrapper {
    background-image: url("https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/whatispage-background-intro-w1200.jpg");
  }
}
@media screen and (max-width: 767px) {
  #whatis .whatis-intro-wrapper {
    background-image: url("https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/whatispage-background-intro-w800.jpg");
    padding: 50px 0 120px;
  }
}
@media screen and (max-width: 600px) {
  #whatis .whatis-intro-wrapper {
    background-image: url("https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/whatispage-background-intro-w600.jpg");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #whatis .whatis-intro-wrapper {
    background-image: url("https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/whatispage-background-intro-w1728.jpg");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 800px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 800px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 800px), only screen and (min-device-pixel-ratio: 2) and (max-width: 800px), only screen and (min-resolution: 192dpi) and (max-width: 800px), only screen and (min-resolution: 2dppx) and (max-width: 800px) {
  #whatis .whatis-intro-wrapper {
    background-image: url("https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/whatispage-background-intro-w1600.jpg");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 400px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 400px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 400px), only screen and (min-device-pixel-ratio: 2) and (max-width: 400px), only screen and (min-resolution: 192dpi) and (max-width: 400px), only screen and (min-resolution: 2dppx) and (max-width: 400px) {
  #whatis .whatis-intro-wrapper {
    background-image: url("https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/whatispage-background-intro-w800.jpg");
  }
}
#whatis .whatis-intro-wrapper .intro-title {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  #whatis .whatis-intro-wrapper .intro-title {
    font-size: 9vw;
    margin: 0 0 10px;
  }
}
#whatis .whatis-intro-wrapper .video-cta {
  font: 18px wf_segoe-ui_semibold, helvetica, arial, sans-serif;
  margin-bottom: 0;
}
#whatis .whatis-intro-wrapper .play-button {
  width: 60px;
  height: 60px;
  cursor: pointer;
}
#whatis .whatis-intro-wrapper .play-button circle {
  stroke: #fff;
}
#whatis .whatis-intro-wrapper .play-button path {
  fill: #fff;
  stroke: transparent;
}
#whatis .whatis-content-wrapper {
  padding: 100px 0;
  min-height: 500px;
}
#whatis .whatis-content-wrapper .default-text {
  margin-bottom: 30px;
}
#whatis .whatis-content-wrapper .default-text .hyperlink {
  color: #be9a27;
}
#whatis .whatis-content-wrapper .whatis-graphic {
  width: 90%;
  display: block;
  margin: 20px auto 0;
  height: 300px;
}
@media screen and (min-width: 768px) {
  #whatis .whatis-content-wrapper .whatis-graphic {
    height: 400px;
    max-width: 750px;
  }
}
@media screen and (min-width: 992px) {
  #whatis .whatis-content-wrapper .whatis-graphic {
    max-width: 970px;
    height: 500px;
  }
}
@media screen and (min-width: 1200px) {
  #whatis .whatis-content-wrapper .whatis-graphic {
    max-width: 1170px;
  }
}
.whatis-cta-wrapper {
  padding: 70px 0 40px;
}
.whatis-cta-wrapper .large-text {
  margin-bottom: 40px;
  font-size: 36px;
}
@media screen and (max-width: 470px) {
  .whatis-cta-wrapper .large-text {
    font-size: 8vw;
  }
}
.whatis-cta-wrapper .default-text {
  max-width: 400px;
  margin: 0 auto;
}
.whatis-cta-wrapper .button {
  display: inline-block;
  margin: 20px 0 40px;
  cursor: pointer;
}
#support header {
  padding: 100px 0 30px;
}
#support .icon {
  width: 30px;
  height: 30px;
}
.status-wrapper {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .status-wrapper .col {
    padding-left: 0;
    padding-right: 0;
  }
}
.status-wrapper .status-display {
  position: relative;
  padding: 0;
  padding: 20px;
  background-color: #EFEFEF;
  border-bottom: 4px solid #F2C812;
}
.status-wrapper .status-display.no-status,
.status-wrapper .status-display.red,
.status-wrapper .status-display.green {
  padding: 20px;
  background-color: #EFEFEF;
  border-bottom: 4px solid #F2C812;
}
.status-wrapper .status-display.red {
  border-bottom: 4px solid #E81123;
}
.status-wrapper .status-display.green {
  border-bottom: 4px solid #3bb44a;
}
.status-wrapper .status-display .icon-wrapper {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.status-wrapper .status-display.spin .icon-wrapper {
  position: static;
  background-image: url('//pbiwebprod.blob.core.windows.net/webassets/images/spinner.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  vertical-align: middle;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: 20px;
  height: 20px;
  margin: 0;
}
.status-wrapper .status-display.green .icon-wrapper {
  background-image: url('//pbiwebprod.blob.core.windows.net/webassets/images/icon-black-circle-check.svg');
  width: 30px;
  height: 30px;
}
.status-wrapper .status-display.red .icon-wrapper {
  background-image: url('//pbiwebprod.blob.core.windows.net/webassets/images/icon-black-circle-x.svg');
  width: 30px;
  height: 30px;
}
.status-wrapper .status-display.no-status .text-wrapper {
  margin-left: 0;
}
.status-wrapper .status-display .text-wrapper {
  margin-left: 50px;
}
.status-wrapper .status-display .text-wrapper .status {
  font: 18px wf_segoe-ui_bold, helvetica, arial, sans-serif;
  padding: 0 0 4px 0;
  line-height: 1;
  margin: 0;
}
.status-wrapper .status-display .default-text {
  font-size: 14px;
  margin-bottom: 0;
}
.search-wrapper {
  margin-bottom: 40px;
}
.search-wrapper .subtitle-bold {
  margin-bottom: 6px;
}
.search-wrapper .search-form {
  height: auto;
  float: none;
  margin: 0;
}
.search-wrapper .search-form .input {
  position: static;
  background-size: 16px 16px;
  background-position: right 8px center;
  width: 100%;
  height: auto;
  border: 2px solid #ccc;
  z-index: 1;
}
.search-wrapper .search-form .submit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 36px;
  height: 36px;
  border: none;
  background: none;
}
.issues-wrapper {
  margin-bottom: 50px;
}
.issues-wrapper h2 {
  margin-bottom: 10px;
}
.issues-wrapper .article-list {
  list-style: inside none;
  margin: 0;
  padding: 0;
}
.issues-wrapper .article-list .index {
  display: block;
  float: left;
  width: 30px;
  line-height: 1.8;
}
.issues-wrapper .article-list .articleItem {
  display: block;
  padding-left: 30px;
  color: #505050;
  font-weight: bold;
}
.issues-wrapper .article-list .articleItem:hover {
  color: darkgrey;
  text-decoration: none;
  cursor: pointer;
}
.issues-wrapper .article-list > li {
  line-height: 1;
  padding: 4px 0 4px;
}
.issues-wrapper .article-list .answer {
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding-left: 30px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.issues-wrapper .article-list .answer ul {
  padding-left: 1em;
  text-indent: -1em;
  list-style-type: disc;
  margin-left: 30px;
}
.issues-wrapper .article-list .answer li {
  padding-bottom: 15px;
}
.issues-wrapper .article-list .answer a {
  color: #BE9A27;
  text-decoration: underline;
}
.issues-wrapper .article-list .answer.active {
  max-height: 480px;
}
.issues-wrapper .article-list .answer p {
  padding-bottom: 10px;
}
.issues-wrapper .more-link {
  display: block;
  margin-top: 15px;
  color: #000;
  font: 14px wf_segoe-ui_semibold, helvetica, arial, sans-serif;
}
.issues-wrapper .more-link .icon {
  width: 15px;
  height: auto;
}
.help-wrapper .link-wrapper {
  float: left;
  height: auto;
  margin: 6px 0 40px;
}
.help-wrapper .link-wrapper .help-link {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #EFEFEF;
  border-left: 4px solid #EFEFEF;
  float: left;
  margin: 0 2% 20px 0;
  color: #000;
  padding: 20px;
}
.help-wrapper .link-wrapper .help-likn:focus {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .help-wrapper .link-wrapper .help-link {
    width: 32% ;
    margin-bottom: 0;
    min-height: 217px;
  }
}
@media screen and (min-width: 992px) {
  .help-wrapper .link-wrapper .help-link {
    min-height: 175px;
  }
}
@media screen and (min-width: 1200px) {
  .help-wrapper .link-wrapper .help-link {
    min-height: 125px;
  }
}
.help-wrapper .link-wrapper .help-link:last-child {
  margin-right: 0;
}
.help-wrapper .link-wrapper .help-link:hover {
  border-left: 4px solid #F2C812;
  text-decoration: none;
}
.help-wrapper .link-wrapper .help-link .icon-wrapper {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .help-wrapper .link-wrapper .help-link .icon-wrapper {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    height: 50px;
  }
}
.help-wrapper .link-wrapper .help-link .text-wrapper {
  margin-left: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .help-wrapper .link-wrapper .help-link .text-wrapper {
    margin-left: 0;
  }
}
.help-wrapper .link-wrapper .help-link .subtitle-bold {
  font-size: 18px;
  padding-top: 0;
  line-height: 1;
}
.help-wrapper .link-wrapper .help-link .default-text {
  font-size: 14px;
  margin-bottom: 0;
}
.modal.help-modal .modal-dialog {
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.modal.help-modal .modal-dialog .modal-content {
  border-radius: 0;
  position: relative;
  display: inline-block;
}
.modal.help-modal .modal-dialog .modal-content .modal-header {
  position: absolute;
  border-bottom: none;
  top: 0;
  left: 0;
}
.modal.help-modal .modal-dialog .modal-content .modal-body {
  float: left;
  display: inline-block;
  top: 0;
  left: 0;
  padding: 0;
}
.modal.help-modal .modal-dialog .modal-content .modal-body .col {
  font-size: 14px;
  padding: 33px 20px 40px;
}
@media screen and (min-width: 768px) {
  .modal.help-modal .modal-dialog .modal-content .modal-body .col {
    padding: 33px 40px 100px;
  }
}
.modal.help-modal .modal-dialog .modal-content .modal-body .col .subhead {
  text-align: center;
  margin-bottom: 40px;
}
.modal.help-modal .modal-dialog .modal-content .modal-body .col .default-text {
  font-size: 14px;
}
.modal.help-modal .modal-dialog .modal-content .modal-body .col .first {
  margin-bottom: 40px;
}
.modal.help-modal .modal-dialog .modal-content .modal-body .col .bold {
  margin-bottom: 0;
}
.modal.help-modal .modal-dialog .modal-content .modal-body .col .hours-alert {
  font-style: italic;
  color: #DDB53B;
}
.modal.help-modal .modal-dialog .modal-content .modal-body .col .button-wrapper {
  position: static;
  width: auto;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .modal.help-modal .modal-dialog .modal-content .modal-body .col .button-wrapper {
    position: absolute;
    bottom: 40px;
    margin-top: 0;
  }
}
.modal.help-modal .modal-dialog .modal-content .modal-body .col .button-wrapper .button {
  display: inline-block;
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .modal.help-modal .modal-dialog .modal-content .modal-body .col .button-wrapper .button {
    font-size: 18px;
  }
}
.modal.help-modal .modal-dialog .modal-content .modal-body .col .button-wrapper span {
  display: inline-block;
  margin-left: 10px;
}
.modal.help-modal .modal-dialog .modal-content .modal-body .col .button-wrapper .link {
  margin-bottom: 0;
  text-decoration: underline;
}
.modal.help-modal .modal-dialog .modal-content .modal-body .col .link {
  display: inline-block;
  color: #333;
  text-decoration: none;
  margin-bottom: 15px;
}
.modal.help-modal .modal-dialog .modal-content .modal-body .col .link:hover {
  color: #be9a27;
  text-decoration: underline;
}
.modal.help-modal .modal-dialog .modal-content .modal-body .col .popover {
  border-radius: 0;
  min-width: 250px;
  max-width: 400px;
}
.modal.help-modal .modal-dialog .modal-content .modal-body .basic-wrapper {
  border-bottom: 2px solid #EEE;
}
@media screen and (min-width: 768px) {
  .modal.help-modal .modal-dialog .modal-content .modal-body .basic-wrapper {
    border-right: 2px solid #EEE;
    border-bottom: none;
  }
}
.support-page-signup-wrapper {
  padding: 40px 0 20px;
  margin-top: 60px;
}
body {
  position: relative;
}
.external-header.docs-header {
  padding: 100px 0 30px 0;
}
#docs table {
  width: 100%;
  margin: 20px 0 40px;
}
#docs thead td {
  border-bottom: 2px solid #ddd;
  vertical-align: bottom;
  min-width: auto;
}
@media screen and (min-width: 768px) {
  #docs thead td {
    min-width: 130px;
  }
}
#docs td {
  padding: 5px 10px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}
#docs td:first-child {
  text-align: left;
  padding-left: 0;
}
.categoryLinksContainer {
  position: relative;
  float: left;
  background-color: black;
  width: 100%;
  height: auto;
  padding: 10px 0;
  display: inline-block;
  margin: 0;
  font-family: wf_segoe-ui_normal, helvetica, arial, sans-serif;
}
.categoryLinksContainer .categoryMenuToggle {
  display: inline-block;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .categoryLinksContainer .categoryMenuToggle {
    display: none;
  }
}
.categoryLinksContainer .categoryMenuToggle .categoryMenuExpandIcon {
  float: left;
  width: 14px;
  height: auto;
  margin-right: 7px;
  padding: 2px 0;
  display: block;
}
.categoryLinksContainer .categoryMenuToggle .categoryMenuExpandIcon .icon-bar {
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background-color: #fff;
  display: block;
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.categoryLinksContainer .categoryMenuToggle .categoryMenuExpandIcon.expand .bar1 {
  -webkit-transform: rotate(45deg) translate(30%, 208%);
  transform: rotate(45deg) translate(30%, 208%);
}
.categoryLinksContainer .categoryMenuToggle .categoryMenuExpandIcon.expand .bar2 {
  opacity: 0;
}
.categoryLinksContainer .categoryMenuToggle .categoryMenuExpandIcon.expand .bar3 {
  -webkit-transform: rotate(-45deg) translate(30%, -208%);
  transform: rotate(-45deg) translate(30%, -208%);
}
.categoryLinksContainer .categoryMenuToggle .categoryMenuText {
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .categoryLinksContainer .categoryMenuLinks {
    position: absolute;
    display: block;
    overflow: hidden;
    z-index: 200;
    background: rgba(0, 0, 0, 0.8);
    height: 0;
    top: 100%;
    left: 0;
    width: 100%;
    transition: height .5s;
  }
}
@media screen and (min-width: 992px) {
  .categoryLinksContainer .categoryMenuLinks {
    position: static;
    display: inline;
  }
}
.categoryLinksContainer .categoryMenuLinks ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .categoryLinksContainer .categoryMenuLinks ul {
    float: left;
  }
}
.categoryLinksContainer .categoryMenuLinks .categoryLink {
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 992px) {
  .categoryLinksContainer .categoryMenuLinks .categoryLink {
    margin: 0;
    padding: 0 30px 0 0;
    float: left;
    border-top: none;
  }
}
@media screen and (min-width: 992px) {
  .categoryLinksContainer .categoryMenuLinks .categoryLink .container {
    display: inline;
    width: auto;
    padding: 0;
    margin: 0;
  }
}
.categoryLinksContainer .categoryMenuLinks .categoryLink a,
.categoryLinksContainer .categoryMenuLinks .categoryLink a:hover,
.categoryLinksContainer .categoryMenuLinks .categoryLink a:visited,
.categoryLinksContainer .categoryMenuLinks .categoryLink a:focus {
  padding: 10px 0;
  display: block;
  color: #fff;
}
.categoryLinksContainer .categoryMenuLinks .categoryLink a.current,
.categoryLinksContainer .categoryMenuLinks .categoryLink a:hover.current,
.categoryLinksContainer .categoryMenuLinks .categoryLink a:visited.current,
.categoryLinksContainer .categoryMenuLinks .categoryLink a:focus.current {
  color: #F2C811;
}
@media screen and (min-width: 992px) {
  .categoryLinksContainer .categoryMenuLinks .categoryLink a,
  .categoryLinksContainer .categoryMenuLinks .categoryLink a:hover,
  .categoryLinksContainer .categoryMenuLinks .categoryLink a:visited,
  .categoryLinksContainer .categoryMenuLinks .categoryLink a:focus {
    display: inline;
    line-height: 1.6;
    font-size: 16px;
  }
}
.categoryLinksContainer .searchToggle {
  float: right;
  display: inline-block;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .categoryLinksContainer .searchToggle {
    display: none;
  }
}
.categoryLinksContainer .searchToggle .searchExpandIcon {
  float: right;
  width: 24px;
  height: 24px;
  padding: 2px 0;
  margin-right: 5px;
  display: block;
}
.categoryLinksContainer .searchToggle .searchExpandIcon svg {
  max-width: 100%;
}
.categoryLinksContainer .searchToggle .searchExpandIcon svg path {
  fill: #fff;
  stroke-width: .5px;
  stroke: #fff;
}
.categoryLinksContainer .searchToggle .searchToggleText {
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .categoryLinksContainer .docs-search-form-container {
    position: absolute;
    display: block;
    overflow: hidden;
    z-index: 200;
    background: rgba(0, 0, 0, 0.8);
    height: 0;
    padding: 0;
    top: 100%;
    left: 0;
    width: 100%;
    transition: height .5s, padding .5s;
  }
}
@media screen and (min-width: 992px) {
  .categoryLinksContainer .docs-search-form-container {
    float: right;
  }
}
@media screen and (min-width: 992px) {
  .categoryLinksContainer .docs-search-form-container .container {
    display: inline;
    width: auto;
    padding: 0;
    margin: 0;
  }
}
.categoryLinksContainer .docs-search-form-container .docs-search-form,
.categoryLinksContainer .docs-search-form-container .docs-feedback-form {
  width: 100%;
  padding: 13px 0 17px;
}
@media screen and (min-width: 992px) {
  .categoryLinksContainer .docs-search-form-container .docs-search-form,
  .categoryLinksContainer .docs-search-form-container .docs-feedback-form {
    height: auto;
    width: auto;
    border: none;
    padding: 0;
  }
}
.categoryLinksContainer .docs-search-form-container .docs-search-input {
  background-image: url(https://pbiwebprod.blob.core.windows.net/webassets/images/icon-search-black.svg);
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 16px 16px;
  height: 26px;
  padding: 6px 0 6px 8px;
  font-size: 12px;
  color: #000;
  width: 100%;
  border: none;
}
@media screen and (min-width: 992px) {
  .categoryLinksContainer .docs-search-form-container .docs-search-input {
    width: 180px;
  }
}
@media screen and (min-width: 1730px) {
  .categoryLinksContainer .docs-search-form-container .docs-search-input {
    width: 200px;
  }
}
.categoryLinksContainer .docs-search-form-container .docs-search-form-button {
  height: 16px;
  width: 16px;
}
.docs-feedback-input {
  height: 30px;
  padding: 6px 0 6px 8px;
  font-size: 14px;
  color: #000;
  width: 100%;
  border: none;
}
@media screen and (min-width: 992px) {
  .docs-feedback-input {
    width: 100%;
  }
}
@media screen and (min-width: 1730px) {
  .docs-feedback-input {
    width: 100%;
  }
}
.verbatim {
  margin-top: 10px;
}
#docs .content-wrapper {
  clear: both;
  font-family: wf_segoe-ui_normal, helvetica, arial, sans-serif;
}
#docs .content-wrapper .page-headline {
  font: 38px wf_segoe-ui_bold, helvetica, arial, sans-serif;
}
.docsSearchResult {
  padding-top: 20px;
  padding-bottom: 40px;
}
.docsSearchResult .docsCategoryLink {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: #CDA521;
  padding-bottom: 14px;
  padding-right: 20px;
}
.docsSearchResult .docsCategoryLink.selectedCategory {
  font-weight: 600;
}
.docsSearchResult .docsSearchHeadline {
  line-height: 1.2;
  font-size: 20px;
}
.docsSearchResult .docsSearchHeadline .docsSearchLink {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #CDA521;
}
.docsSearchResult .docsSearchHeadline .docsSearchCategory {
  font-size: 12px;
  color: #969696;
  display: inline-block;
  margin-left: 10px;
}
.docsSearchResult .searchLinks {
  margin: 40px 0 10px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .docsSearchResult .searchLinks {
    text-align: left;
  }
}
.docsSearchResult .searchLinks .searchPageLink {
  display: inline-block;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 400;
  color: #CDA521;
}
.docsSearchResult .searchLinks .searchPageLink:first-child {
  padding-left: 0;
}
.docsSearchResult .searchLinks .current {
  color: #000 ;
  font-weight: bold;
}
.noResults {
  padding: 6px 12px 28px 12px;
  font-size: 20px;
  color: black;
}
.docBodyOuterContainer {
  position: relative;
  width: 100%;
}
.toc-wrapper {
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .toc-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1729px) {
  .toc-wrapper {
    position: relative;
    z-index: 100;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1730px) {
  .toc-wrapper {
    position: relative;
  }
}
.toc-wrapper .inner {
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1729px) {
  .toc-wrapper .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 23%;
  }
}
@media screen and (min-width: 1730px) {
  .toc-wrapper .inner {
    position: absolute;
    top: 0;
    left: -270px;
    width: 265px;
  }
}
.toc-wrapper .container {
  max-width: 100%;
}
.toc-wrapper .tocCategoryHeader {
  font-weight: bold;
  background-color: #EFEFEF;
  border-bottom: 2px solid #fff;
  color: black;
  padding: 10px 0;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .toc-wrapper .tocCategoryHeader {
    padding: 28px 0 10px;
    cursor: inherit;
  }
}
.toc-wrapper .tocCategoryCollapsed {
  display: none;
}
@media screen and (min-width: 992px) {
  .toc-wrapper .tocCategoryCollapsed {
    display: block;
  }
}
.toc-wrapper .tocCategoryExpandIcon {
  float: left;
  font-size: 24px;
  line-height: .8;
  width: 15px;
  margin-right: 7px;
  margin-left: -3px;
  display: block;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .toc-wrapper .tocCategoryExpandIcon {
    display: none;
  }
}
.toc-wrapper .categoryText {
  font-size: 18px;
}
.toc-wrapper .tocSectionHeaderContainer {
  background-color: #EFEFEF;
  border-bottom: 2px solid #fff;
}
.toc-wrapper .tocSectionHeaderContainer .tocSectionHeader {
  padding: 10px 0;
  color: black;
}
.toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .container {
  padding-left: 12px;
}
.toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .sectionTitle {
  font-size: 16px;
}
.toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .articleTitleList {
  list-style: none;
  margin: 0 0 0 30px;
  padding: 0;
}
.toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .articleTitle {
  padding: 4px 0;
}
.toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .articleTitle a {
  font-size: 14px;
  line-height: 1;
}
.toc-wrapper .tocSectionHeaderContainer:hover {
  cursor: pointer;
}
.toc-wrapper .tocSectionHeaderContainer:hover li {
  cursor: initial;
}
.toc-wrapper .tocSelectedSection {
  background-color: #F3F3F3;
}
.toc-wrapper .tocSelectedSection .tocSectionHeader {
  border-left: 3px solid #F2C812;
}
.toc-wrapper .tocSelectedSection.tocSectionCollapsed .tocSectionHeader {
  border-left: 3px solid #F2C812;
}
.toc-wrapper .tocSectionCollapsed .tocSectionHeader {
  border-left: 3px solid #EFEFEF;
}
.toc-wrapper .tocSectionCollapsed .tocSectionHeader .articleTitle {
  display: none;
}
.toc-wrapper .tocSectionCollapsed .tocSectionHeader .showAll > .articleTitle.hideArticle {
  display: none;
}
.toc-wrapper .tocSectionCollapsed .tocSectionHeader .downArrowpb {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.toc-wrapper .articleLink:link,
.toc-wrapper .articleLink:active,
.toc-wrapper .articleLink:visited,
.toc-wrapper .articleLink:hover {
  color: black;
}
.toc-wrapper a.articleLink {
  color: black;
}
.toc-wrapper .articleTitle.hideArticle {
  display: none;
}
.toc-wrapper .showAll > .articleTitle.hideArticle {
  display: block;
}
.toc-wrapper li.articleTitle.seeAll:hover {
  cursor: pointer;
}
.toc-wrapper li.articleTitle.seeAll a {
  color: #BE9A27;
}
.toc-wrapper li.articleTitle.seeAll a.articleLink:before {
  content: '\00BB ';
  padding-right: 3px;
  display: inline-block;
  font-size: 16px;
}
.toc-wrapper li.articleTitle.seeAll a:hover:before,
.toc-wrapper li.articleTitle.seeAll a:active:before,
.toc-wrapper li.articleTitle.seeAll a:focus:before {
  text-decoration: none;
}
.toc-wrapper li.articleTitle.seeAll.seeAll.showAll a.articleLink:before {
  content: '\00AB ';
}
.toc-wrapper .tocSelectedArticle:link,
.toc-wrapper .tocSelectedArticle:active,
.toc-wrapper .tocSelectedArticle:visited,
.toc-wrapper .tocSelectedArticle:hover {
  color: #BE9A27;
}
.downArrowpb {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.arrowpb {
  display: inline-block;
  margin-right: 10px;
  float: left;
  font-family: 'Zapf Dingbats';
}
#docs .article-wrapper {
  position: relative;
}
#docs .article-wrapper .articleTextContainer {
  width: 100%;
  margin-bottom: 40px;
}
#docs .article-wrapper .articleTextContainer img {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#docs .article-wrapper .articleTextContainer a {
  color: #BE9A27;
  text-decoration: underline;
  word-break: break-word;
}
#docs .article-wrapper .articleTextContainer h2 {
  font: 22px wf_segoe-ui_bold, helvetica, arial, sans-serif;
}
#docs .article-wrapper .articleTextContainer h2 a {
  display: block;
}
#docs .article-wrapper .articleTextContainer h3 {
  font: 18px wf_segoe-ui_bold, helvetica, arial, sans-serif;
}
#docs .article-wrapper .articleTextContainer .page-headline {
  font: 38px wf_segoe-ui_bold, helvetica, arial, sans-serif;
}
#docs .article-wrapper .articleTextContainer blockquote {
  border-left: 3px solid #F2C812;
  background-color: #F3F3F3;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}
@media screen and (min-width: 992px) and (max-width: 1729px) {
  #docs .article-wrapper .articleTextContainer {
    width: 75%;
    float: right;
    clear: none;
  }
}
@media screen and (min-width: 1730px) {
  #docs .article-wrapper .articleTextContainer {
    width: 80%;
  }
}
@media screen and (min-width: 1730px) {
  #docs .wa-navigationScroll > span {
    font-size: 16px;
  }
}
#docs .wa-navigationScroll ul,
#docs .wa-navigationScroll .scrollspy {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 1730px) {
  #docs .wa-navigationScroll ul,
  #docs .wa-navigationScroll .scrollspy {
    padding: 10px 0 0 0;
  }
}
#docs .wa-navigationScroll ul li,
#docs .wa-navigationScroll .scrollspy li {
  padding: 2px 0;
}
@media screen and (min-width: 1730px) {
  #docs .wa-navigationScroll ul li,
  #docs .wa-navigationScroll .scrollspy li {
    border-left: 3px solid #EFEFEF;
    padding: 5px 0 5px 5px;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 1730px) {
  #docs .wa-navigationScroll ul li.active,
  #docs .wa-navigationScroll .scrollspy li.active {
    border-left: 3px solid #F2C812;
    padding: 5px 0 5px 5px;
    margin-bottom: 4px;
    font: 14px wf_segoe-ui_semibold, helvetica, arial, sans-serif;
  }
}
#docs .wa-navigationScroll ul a,
#docs .wa-navigationScroll .scrollspy a {
  text-decoration: none;
}
@media screen and (min-width: 1730px) {
  #docs .wa-navigationScroll ul a,
  #docs .wa-navigationScroll .scrollspy a {
    color: #333;
  }
}
#docs .wa-navigationScroll ul a:hover,
#docs .wa-navigationScroll .scrollspy a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1730px) {
  #docs .wa-navigationScroll ul a:hover,
  #docs .wa-navigationScroll .scrollspy a:hover {
    color: #333;
  }
}
#docs .wa-navigationScroll .nav > li > a {
  position: relative;
  display: block;
  padding: 0;
}
#docs .wa-navigationScroll .nav > li > a:hover,
#docs .wa-navigationScroll .nav > li > a:focus,
#docs .wa-navigationScroll .nav > li > a:visited {
  background-color: transparent;
}
@media screen and (min-width: 1730px) {
  #docs .wa-navigationScroll {
    position: absolute;
    width: 200px;
    right: 15px;
    bottom: auto;
  }
}
@media screen and (min-width: 1730px) {
  #docs .wa-navigationScroll.fixed {
    position: fixed;
    top: 20px;
    right: auto;
    margin-left: 940px;
  }
}
.articleFeedback {
  background-color: #CCC;
  color: #000;
  display: none;
  clear: both;
  width: 100%;
  height: auto;
}
.articleFeedback .articleFeedbackContainer {
  padding-top: 20px;
  padding-bottom: 20px;
}
.articleFeedback .docsFeedbackTitle {
  font: 22px wf_segoe-ui_semibold, helvetica, arial, sans-serif;
  margin-top: 0;
}
.articleFeedback .docsFeedbackThanks {
  font-weight: bold;
}
.articleFeedback .docsFeedbackQuestion {
  margin-top: 10px;
  font-size: 16px;
}
.articleFeedback .feedbackButton {
  display: inline-block;
  margin-right: 10px;
}
.showArticleFeedback {
  display: inline-block;
}
.feedbackVerbatim {
  display: none;
}
.showVerbatim > .feedbackVerbatim {
  display: block;
}
.showVerbatim > .feedbackYesNo {
  display: none;
}
#gateway .button-row {
  margin-top: 20px;
}
#gateway .button-row .button {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #gateway .button-row .button {
    font-size: 13px;
  }
}
#gateway .button-row .button:first-child {
  margin-right: 10px;
}
#gateway article {
  margin-bottom: 40px;
}
@media screena and (min-width: 768px) {
  #gateway article {
    margin-bottom: 0;
  }
}
#gateway .clear {
  clear: both;
}
.gateway-content-wrapper {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .gateway-content-wrapper {
    padding: 120px 0 60px;
  }
}
.gateway-content-wrapper .right {
  float: right;
}
.gateway-content-wrapper .large-text {
  font-size: 7vw;
  margin-bottom: 60px;
}
@media screen and (min-width: 530px) {
  .gateway-content-wrapper .large-text {
    font-size: 36px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .gateway-content-wrapper .large-text {
    min-width: 100%;
  }
}
.gateway-content-wrapper .gateway-graphic {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 60px;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .gateway-content-wrapper .gateway-graphic {
    margin: 0 auto;
  }
}
.gateway-content-wrapper .table {
  margin-top: 60px;
}
.gateway-content-wrapper .table thead .top-row th {
  border-bottom: none;
  padding-bottom: 0;
}
.gateway-content-wrapper .table thead .top-row .column-head {
  text-align: center;
  border-bottom: none;
}
.gateway-content-wrapper .table thead .top-row .column-head a {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}
.gateway-content-wrapper .table thead .title-row th {
  border-top: none;
  padding-top: 0;
}
.gateway-content-wrapper .table .personal,
.gateway-content-wrapper .table .enterprise {
  text-align: center;
}
.gateway-content-wrapper .table .personal {
  background-color: #FAFAFA;
}
.gateway-content-wrapper .table .enterprise {
  background-color: #F3F3F3;
}
.gateway-content2-wrapper {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .gateway-content2-wrapper article .subtitle-bold {
    min-height: 68px;
  }
}
@media screen and (min-width: 992px) {
  .gateway-content2-wrapper article .subtitle-bold {
    min-height: 0;
  }
}
@media screen and (min-width: 768px) {
  .gateway-content2-wrapper article .default-text {
    min-height: 96px;
  }
}
@media screen and (min-width: 992px) {
  .gateway-content2-wrapper article .default-text {
    min-height: 72px;
  }
}
#select-locale {
  background-color: #EFEFEF;
}
#select-locale header {
  padding: 50px 0;
}
.select-locale-wrapper {
  min-height: 600px;
  background-color: #FFFFFF;
  padding: 60px 0;
}
.locale-category {
  overflow: auto;
}
.locale-category .locale-category-label {
  font-size: 3em;
  float: left;
  width: 1em;
  font-family: din_normal, helvetica, arial, sans-serif;
}
.locale-category .locales {
  margin-left: 3em;
  margin-top: 0.55em;
}
.locale-category .locales a {
  color: #c8a112;
}
#excel-dashboard-publisher header p {
  margin-left: 20px;
}
#excel-dashboard-publisher .designer-screenshot-wrapper .banner-top .buttons-wrapper {
  text-align: left;
}
#excel-dashboard-publisher .designer-screenshot-wrapper .banner-top .buttons-wrapper a {
  margin: 0 0 10px 20px;
}
#excel-dashboard-publisher .designer-screenshot-wrapper .banner-top .buttons-wrapper a.what-version {
  margin-bottom: 0px;
  margin-top: 5px;
  display: block;
  text-align: left;
}
#excel-dashboard-publisher .designer-screenshot-wrapper .banner-top .buttons-wrapper a.preferred-lang {
  margin-top: 5px;
  margin-bottom: 5px;
}
#excel-dashboard-publisher .designer-screenshot-wrapper .screenshot {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/desktop_image_excel.png');
  background-size: cover;
}
.exceldashpub-download-content-wrapper .subhead {
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.exceldashpub-download-content-wrapper .email-form {
  margin-top: 40px;
  text-align: center;
  font-size: 0;
}
.exceldashpub-download-content-wrapper .email-form .disclaimer-text,
.exceldashpub-download-content-wrapper .email-form .disclaimer-text a {
  color: #333;
}
#exceldashpubThankYou {
  background-color: #EFEFEF;
}
#exceldashpubThankYou header {
  padding: 50px 0;
}
.exceldashpub-thank-you-wrapper {
  padding: 60px 0 60px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .exceldashpub-thank-you-wrapper {
    padding: 120px 0 60px;
  }
}
.exceldashpub-thank-you-wrapper .thankyou-message {
  text-align: center;
}
.exceldashpub-thank-you-wrapper .thankyou-message .large-text {
  font-size: 6vw;
  margin-bottom: 10px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .exceldashpub-thank-you-wrapper .thankyou-message .large-text {
    max-width: none;
    font-size: 40px;
  }
}
.exceldashpub-thank-you-wrapper .thankyou-message .default-text {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .exceldashpub-thank-you-wrapper .thankyou-message .default-text {
    max-width: 520px;
  }
}
@media screen and (min-width: 1200px) {
  .exceldashpub-thank-you-wrapper .thankyou-message .default-text {
    max-width: 860px;
  }
}
.exceldashpub-thank-you-wrapper .col {
  margin-bottom: 40px;
  text-align: center;
}
.exceldashpub-thank-you-wrapper .col ul {
  list-style: none;
  padding: 0;
}
.exceldashpub-thank-you-wrapper .col ul li a {
  display: block;
  color: #be9a27;
  padding: 3px 0;
}
.exceldashpub-thank-you-wrapper .col ul li a:hover {
  text-decoration: underline;
}
.exceldashpub-thank-you-wrapper .col .screenshot {
  max-width: 100%;
  margin-bottom: 20px;
}
.exceldashpub-thank-you-wrapper .col .button {
  display: inline-block;
  margin-top: 20px;
}
#publishtoweb header .hero-image {
  position: relative;
  display: block;
  margin: 40px auto;
  width: 100%;
  max-width: 900px;
  height: auto;
  padding-bottom: 47%;
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/publish-to-web-screenshot_400.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 420px) {
  #publishtoweb header .hero-image {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/publish-to-web-screenshot_720.png');
  }
}
@media screen and (min-width: 992px) {
  #publishtoweb header .hero-image {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/publish-to-web-screenshot_900.png');
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 1200px) {
  #publishtoweb header .hero-image {
    padding-bottom: 42%;
  }
}
#publishtoweb header p {
  max-width: 900px;
  margin: 30px auto;
}
#publishtoweb .content-icon {
  margin-bottom: 4%;
}
@media screen and (max-width: 600px) {
  #publishtoweb .content-icon {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #publishtoweb .blade .button {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 450px) {
  #publishtoweb .blade .button {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#publishtoweb footer {
  clear: both;
}
#publishtoweb .logo {
  max-width: 500px;
}
#publishtoweb .featured-partner-wrapper .header p {
  margin: 20px auto 40px;
}
#publishtoweb .featured-partner-wrapper p {
  margin: 10px auto 15px;
  max-width: 800px;
}
#publishtoweb .partner-hero {
  box-shadow: 0px 0px 15px #cecece;
  -moz-box-shadow: 0px 0px 15px #cecece;
  -webkit-box-shadow: 0px 0px 15px #cecece;
}
.default-carousel {
  margin-top: 20px;
  position: relative;
}
.default-carousel .carousel-wrapper {
  z-index: 1;
}
.default-carousel .default-carousel-nav {
  text-align: right;
  position: absolute;
  right: 5px;
  top: 0%;
  z-index: 10;
}
.default-carousel .default-carousel-nav .arrow {
  max-width: 20px;
  max-height: 50px;
  z-index: 5;
}
.default-carousel .default-carousel-nav .arrow:hover {
  cursor: pointer;
}
.default-carousel .default-carousel-nav .arrow rect {
  transition: all ease .5s;
}
.default-carousel .default-carousel-nav .arrow rect:hover {
  fill: #cecece;
}
@media screen and (max-width: 600px) {
  .default-carousel .default-carousel-nav {
    position: initial;
    text-align: center;
    margin-bottom: 10px;
  }
}
.default-carousel .partner-logo {
  padding-top: 0%;
  width: auto;
  max-height: 65px;
}
.default-carousel .partner-hero {
  max-width: 90%;
}
@media screen and (max-width: 600px) {
  .default-carousel .partner-hero {
    max-width: 100%;
  }
}
.default-carousel h3 {
  margin: 20px 0 0px;
}
.default-carousel .button {
  margin-top: 10px;
}
.default-carousel .default-carousel-slide {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 0;
  left: 0;
  padding: 0 15px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.default-carousel .default-carousel-slide.current {
  opacity: 1;
  left: 0;
  z-index: 4;
}
@media screen and (max-width: 991px) {
  .default-carousel .default-carousel-slide .row div:nth-child(2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .default-carousel {
    margin-top: 0;
    min-height: 800px;
  }
}
.win-terms-wrapper p {
  font: 13px "wf_segoe-ui_normal", helvetica, arial, sans-serif;
}
.win-terms-wrapper h1 {
  font: 18px "wf_segoe-ui_semibold", helvetica, arial, sans-serif;
}
.win-terms-wrapper h2 {
  font: 13px "wf_segoe-ui_normal", helvetica, arial, sans-serif;
}
.win-terms-wrapper h3 {
  font: 18px "wf_segoe-ui_normal", helvetica, arial, sans-serif;
}
.ios-terms-wrapper p {
  font: 13px "wf_segoe-ui_normal", helvetica, arial, sans-serif;
}
.ios-terms-wrapper h1 {
  font: 18px "wf_segoe-ui_semibold", helvetica, arial, sans-serif;
}
.ios-terms-wrapper h2 {
  font: 18px "wf_segoe-ui_semibold", helvetica, arial, sans-serif;
}
#partner-showcase #banner {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/partner-showcase-banner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 300px;
  padding: 100px 0;
}
#partner-showcase .content-wrapper {
  padding: 60px 0;
}
#partner-showcase .filters select {
  margin-bottom: 20px;
}
#partner-showcase .no-results {
  margin: 40px 0;
}
#partner-showcase .partner {
  margin-bottom: 20px;
}
#partner-showcase .partner:nth-child(2n+1) {
  clear: both;
}
#partner-showcase .partner .logo-container {
  width: 200px;
  height: 100px;
  display: table-cell;
  vertical-align: bottom;
}
#partner-showcase .partner .logo-container .logo {
  max-width: 100%;
  max-height: 100%;
}
#partner-showcase .partner h2 {
  margin-top: 0;
  font-size: 20px;
  font-family: wf_segoe-ui_bold, helvetica, arial, sans-serif;
}
#partner-showcase .partner p {
  min-height: 4.286em;
  margin-bottom: 1em;
}
#partner-showcase .button {
  display: inline-block;
  cursor: pointer;
}
#partner-showcase-partner header {
  padding: 45px 0;
}
#partner-showcase-partner .report-wrapper {
  padding: 60px 0;
}
#partner-showcase-partner .report-wrapper .open-report {
  cursor: pointer;
}
#partner-showcase-partner .report-wrapper .open-report.mobile {
  display: block;
}
@media screen and (min-width: 670px) and (min-height: 533px) {
  #partner-showcase-partner .report-wrapper .open-report.mobile {
    display: none;
  }
}
#partner-showcase-partner .report-wrapper .open-report.desktop {
  display: none;
}
@media screen and (min-width: 670px) and (min-height: 533px) {
  #partner-showcase-partner .report-wrapper .open-report.desktop {
    display: block;
  }
}
#partner-showcase-partner .report-wrapper .thumbnail-frame {
  width: 100%;
  height: 0;
  padding-bottom: 71.26%;
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/partner-showcase-thumbnail-frame.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#partner-showcase-partner .report-wrapper .thumbnail-container {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 8.76%;
  padding-right: 9.2%;
  padding-bottom: 7.79%;
  padding-left: 9.2%;
  display: table;
}
#partner-showcase-partner .report-wrapper .thumbnail-container .thumbnail-centering {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
#partner-showcase-partner .report-wrapper .thumbnail-container .thumbnail-centering img {
  width: 100%;
  display: inline-block;
}
#partner-showcase-partner .report-wrapper .thumbnail-container .button {
  margin-top: 20px;
}
#partner-showcase-partner .report-wrapper .partner-info {
  margin-bottom: 20px;
}
#partner-showcase-partner .report-wrapper .partner-info .logo-container {
  width: 200px;
  height: auto;
}
#partner-showcase-partner .report-wrapper .partner-info .logo-container img {
  max-width: 100%;
  max-height: 100%;
}
#partner-showcase-partner .report-wrapper .partner-info p {
  margin-bottom: 1em;
}
#partner-showcase-partner .report-wrapper .svg-icon {
  display: inline-block;
  width: 1em;
  height: 0.75em;
}
#partner-showcase-partner .report-wrapper .video-button .svg-icon .youtube-shape {
  fill: #000;
}
#partner-showcase-partner .report-wrapper .video-button .svg-icon .triangle {
  fill: #FFF;
}
#partner-showcase-partner .report-wrapper .video-button:hover .svg-icon .youtube-shape {
  fill: #FFF;
}
#partner-showcase-partner .report-wrapper .video-button:hover .svg-icon .triangle {
  fill: #000;
}
#partner-showcase-partner .content-wrapper {
  padding: 60px 0;
}
#partner-showcase-partner .content-wrapper .image-container {
  margin: 0 auto 20px;
}
#partner-showcase-partner .content-wrapper .image-container img {
  max-width: 100%;
}
#partner-showcase-partner .content-wrapper h3 {
  font: 22px wf_segoe-ui_bold, helvetica, arial, sans-serif;
  padding: 4px 0;
  margin: 0;
}
#partner-showcase-partner .content-wrapper p,
#partner-showcase-partner .content-wrapper li {
  font: 16px wf_segoe-ui_normal, helvetica, arial, sans-serif;
  line-height: 1.5;
}
#partner-showcase-partner .content-wrapper p {
  margin-bottom: 1em;
}
#partner-showcase-partner .button {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0.25em;
}
#partner-showcase-partner .report-modal .modal-dialog {
  width: 90%;
  max-width: 960px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 533px;
}
@media screen and (min-height: 650px) {
  #partner-showcase-partner .report-modal .modal-dialog {
    height: 633px;
  }
}
@media screen and (min-height: 750px) {
  #partner-showcase-partner .report-modal .modal-dialog {
    height: 733px;
  }
}
@media screen and (min-height: 850px) {
  #partner-showcase-partner .report-modal .modal-dialog {
    height: 833px;
  }
}
#partner-showcase-partner .report-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#partner-showcase-partner .report-modal iframe {
  width: 100%;
  min-height: 500px;
}
@media screen and (min-height: 650px) {
  #partner-showcase-partner .report-modal iframe {
    min-height: 600px;
  }
}
@media screen and (min-height: 750px) {
  #partner-showcase-partner .report-modal iframe {
    min-height: 700px;
  }
}
@media screen and (min-height: 850px) {
  #partner-showcase-partner .report-modal iframe {
    min-height: 800px;
  }
}
#departments-landing .subnav-wrapper,
#department-subpage .subnav-wrapper {
  padding: 10px 0;
}
#departments-landing .subnavLinksContainer,
#department-subpage .subnavLinksContainer {
  position: relative;
}
@media screen and (min-width: 992px) {
  #departments-landing .subnavLinksContainer .subnavMenuToggle,
  #department-subpage .subnavLinksContainer .subnavMenuToggle {
    display: none;
  }
}
#departments-landing .subnavLinksContainer .subnavMenuToggle .subnavMenuExpandIcon,
#department-subpage .subnavLinksContainer .subnavMenuToggle .subnavMenuExpandIcon {
  float: left;
  width: 14px;
  margin-right: 7px;
  padding: 2px 0;
}
#departments-landing .subnavLinksContainer .subnavMenuToggle .subnavMenuExpandIcon .icon-bar,
#department-subpage .subnavLinksContainer .subnavMenuToggle .subnavMenuExpandIcon .icon-bar {
  background-color: #FFF;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  display: block;
  opacity: 1;
  transition: all .5s;
  -webkit-transition: all .5s;
}
#departments-landing .subnavLinksContainer .subnavMenuToggle .subnavMenuExpandIcon.expand .bar1,
#department-subpage .subnavLinksContainer .subnavMenuToggle .subnavMenuExpandIcon.expand .bar1 {
  transform: rotate(45deg) translate(30%, 208%);
  -webkit-transform: rotate(45deg) translate(30%, 208%);
}
#departments-landing .subnavLinksContainer .subnavMenuToggle .subnavMenuExpandIcon.expand .bar2,
#department-subpage .subnavLinksContainer .subnavMenuToggle .subnavMenuExpandIcon.expand .bar2 {
  opacity: 0;
}
#departments-landing .subnavLinksContainer .subnavMenuToggle .subnavMenuExpandIcon.expand .bar3,
#department-subpage .subnavLinksContainer .subnavMenuToggle .subnavMenuExpandIcon.expand .bar3 {
  transform: rotate(-45deg) translate(30%, -208%);
  -webkit-transform: rotate(-45deg) translate(30%, -208%);
}
#departments-landing .subnavLinksContainer .subnavMenuToggle .subnavMenuText,
#department-subpage .subnavLinksContainer .subnavMenuToggle .subnavMenuText {
  font-size: 18px;
}
#departments-landing .subnavLinksContainer .subnavMenuLinks,
#department-subpage .subnavLinksContainer .subnavMenuLinks {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 200;
  overflow: hidden;
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
}
@media screen and (min-width: 992px) {
  #departments-landing .subnavLinksContainer .subnavMenuLinks,
  #department-subpage .subnavLinksContainer .subnavMenuLinks {
    position: static;
    display: inline;
  }
}
#departments-landing .subnavLinksContainer .subnavMenuLinks ul,
#department-subpage .subnavLinksContainer .subnavMenuLinks ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#departments-landing .subnavLinksContainer .subnavMenuLinks .subnavLink,
#department-subpage .subnavLinksContainer .subnavMenuLinks .subnavLink {
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 992px) {
  #departments-landing .subnavLinksContainer .subnavMenuLinks .subnavLink,
  #department-subpage .subnavLinksContainer .subnavMenuLinks .subnavLink {
    margin: 0;
    padding: 0 30px 0 0;
    display: inline-block;
    border: none;
  }
}
@media screen and (min-width: 992px) {
  #departments-landing .subnavLinksContainer .subnavMenuLinks .subnavLink .container,
  #department-subpage .subnavLinksContainer .subnavMenuLinks .subnavLink .container {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
  }
}
#departments-landing .subnavLinksContainer .subnavMenuLinks .subnavLink a,
#department-subpage .subnavLinksContainer .subnavMenuLinks .subnavLink a,
#departments-landing .subnavLinksContainer .subnavMenuLinks .subnavLink a:visited,
#department-subpage .subnavLinksContainer .subnavMenuLinks .subnavLink a:visited,
#departments-landing .subnavLinksContainer .subnavMenuLinks .subnavLink a:focus,
#department-subpage .subnavLinksContainer .subnavMenuLinks .subnavLink a:focus {
  color: #FFF;
  padding: 10px 0;
  display: block;
}
@media screen and (min-width: 992px) {
  #departments-landing .subnavLinksContainer .subnavMenuLinks .subnavLink a,
  #department-subpage .subnavLinksContainer .subnavMenuLinks .subnavLink a,
  #departments-landing .subnavLinksContainer .subnavMenuLinks .subnavLink a:visited,
  #department-subpage .subnavLinksContainer .subnavMenuLinks .subnavLink a:visited,
  #departments-landing .subnavLinksContainer .subnavMenuLinks .subnavLink a:focus,
  #department-subpage .subnavLinksContainer .subnavMenuLinks .subnavLink a:focus {
    display: inline;
  }
}
#departments-landing .subnavLinksContainer .subnavMenuLinks .subnavLink.active a,
#department-subpage .subnavLinksContainer .subnavMenuLinks .subnavLink.active a {
  color: #F2C812;
}
#departments-landing .content-wrapper {
  padding: 40px 0;
}
#departments-landing .content-wrapper article {
  margin-bottom: 40px;
}
#departments-landing .content-wrapper article p {
  min-height: 9.5em;
}
#departments-landing .content-icon {
  margin: 6% 0 4% 0;
}
#department-subpage .open-report {
  cursor: pointer;
}
#department-subpage .open-report.mobile {
  display: block;
}
@media screen and (min-width: 670px) and (min-height: 533px) {
  #department-subpage .open-report.mobile {
    display: none;
  }
}
#department-subpage .open-report.desktop {
  display: none;
}
@media screen and (min-width: 670px) and (min-height: 533px) {
  #department-subpage .open-report.desktop {
    display: block;
  }
}
#department-subpage .thumbnail-frame {
  width: 100%;
  height: 0;
  padding-bottom: 71.26%;
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/partner-showcase-thumbnail-frame.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#department-subpage .thumbnail-container {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 8.76%;
  padding-right: 9.2%;
  padding-bottom: 7.79%;
  padding-left: 9.2%;
  display: table;
}
#department-subpage .thumbnail-container .thumbnail-centering {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
#department-subpage .thumbnail-container .thumbnail-centering img {
  width: 100%;
  display: inline-block;
}
#department-subpage .button {
  display: inline-block;
  cursor: pointer;
}
#department-subpage .svg-icon {
  display: inline-block;
  width: 1em;
  height: 0.75em;
}
#department-subpage .shift-menu-wrapper .menu-item .campaign-analytics {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/department-sprites/sprite-campaign-analytics.png');
}
#department-subpage .shift-menu-wrapper .menu-item .capex-management {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/department-sprites/sprite-capex-management.png');
}
#department-subpage .shift-menu-wrapper .menu-item .claims-analysis {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/department-sprites/sprite-claims-analysis.png');
}
#department-subpage .shift-menu-wrapper .menu-item .compliance-training {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/department-sprites/sprite-compliance-training.png');
}
#department-subpage .shift-menu-wrapper .menu-item .email-analytics {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/department-sprites/sprite-email-analytics.png');
}
#department-subpage .shift-menu-wrapper .menu-item .expense-management {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/department-sprites/sprite-expense-management.png');
}
#department-subpage .shift-menu-wrapper .menu-item .financial-performance {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/department-sprites/sprite-financial-performance.png');
}
#department-subpage .shift-menu-wrapper .menu-item .headcount-summary {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/department-sprites/sprite-headcount-summary.png');
}
#department-subpage .shift-menu-wrapper .menu-item .help-desk {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/department-sprites/sprite-help-desk.png');
}
#department-subpage .shift-menu-wrapper .menu-item .inventory-performance {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/department-sprites/sprite-inventory-performance.png');
}
#department-subpage .shift-menu-wrapper .menu-item .it-spend {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/department-sprites/sprite-it-spend.png');
}
#department-subpage .shift-menu-wrapper .menu-item .market-share {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/department-sprites/sprite-market-share.png');
}
#department-subpage .shift-menu-wrapper .menu-item .pipeline-reports {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/department-sprites/sprite-pipeline-reports.png');
}
#department-subpage .shift-menu-wrapper .menu-item .production {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/department-sprites/sprite-production.png');
}
#department-subpage .shift-menu-wrapper .menu-item .quota-management {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/department-sprites/sprite-quota-management.png');
}
#department-subpage .shift-menu-wrapper .menu-item .revenue-and-profitability {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/department-sprites/sprite-revenue-and-profitability.png');
}
#department-subpage .shift-menu-wrapper .menu-item .sales-performance {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/department-sprites/sprite-sales-performance.png');
}
#department-subpage .shift-menu-wrapper .menu-item .security-and-compliance {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/department-sprites/sprite-security-and-compliance.png');
}
#department-subpage .shift-menu-wrapper .menu-item .store-performance {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/department-sprites/sprite-store-performance.png');
}
#department-subpage .shift-menu-wrapper .menu-item .trends {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/department-sprites/sprite-trends.png');
}
#department-subpage .shift-menu-wrapper .menu-item .web-and-social-analytics {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/department-sprites/sprite-web-and-social-analytics.png');
}
#department-subpage .report-modal .modal-dialog {
  width: 90%;
  max-width: 960px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 533px;
}
@media screen and (min-height: 650px) {
  #department-subpage .report-modal .modal-dialog {
    height: 633px;
  }
}
@media screen and (min-height: 750px) {
  #department-subpage .report-modal .modal-dialog {
    height: 733px;
  }
}
@media screen and (min-height: 850px) {
  #department-subpage .report-modal .modal-dialog {
    height: 833px;
  }
}
#department-subpage .report-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#department-subpage .report-modal iframe {
  width: 100%;
  min-height: 500px;
}
@media screen and (min-height: 650px) {
  #department-subpage .report-modal iframe {
    min-height: 600px;
  }
}
@media screen and (min-height: 750px) {
  #department-subpage .report-modal iframe {
    min-height: 700px;
  }
}
@media screen and (min-height: 850px) {
  #department-subpage .report-modal iframe {
    min-height: 800px;
  }
}
.departments-carousel {
  position: relative;
  min-height: 667px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .departments-carousel {
    min-height: 544px;
  }
}
.departments-carousel h2 {
  font-size: 24px;
  margin-top: 30px;
}
.departments-carousel .department-carousel-slide {
  padding-top: 10px;
  padding-bottom: 40px;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  display: inline-block;
}
.departments-carousel .department-carousel-slide.current {
  opacity: 1;
  z-index: 5;
}
.departments-carousel .department-carousel-slide .button {
  margin-top: 20px;
  margin-bottom: 10px;
}
.departments-carousel .department-carousel-slide p {
  text-transform: uppercase;
  letter-spacing: .15em;
}
.departments-carousel .graphics-wrapper {
  z-index: 1;
  height: 450px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .departments-carousel .graphics-wrapper {
    height: 338px;
  }
}
.departments-carousel .graphics-wrapper .graphic-carousel-slide {
  position: absolute;
  margin-left: 1200px;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  left: -200%;
  height: 100%;
}
.departments-carousel .graphics-wrapper .graphic-carousel-slide.first-graphic .overlay {
  opacity: 0;
}
.departments-carousel .graphics-wrapper .graphic-carousel-slide img {
  height: 100%;
}
.departments-carousel .graphics-wrapper .graphic-carousel-slide .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .7;
  background-color: #000;
  transition: opacity .5s ease .1s;
  -moz-transition: opacity .5s ease .1s;
  -webkit-transition: opacity .5s ease .1s;
}
.departments-carousel .graphics-wrapper .first-graphic {
  z-index: 4;
  left: 50%;
  margin-left: -400px;
}
@media screen and (max-width: 992px) {
  .departments-carousel .graphics-wrapper .first-graphic {
    margin-left: -300px;
  }
}
.departments-carousel .graphics-wrapper .second-graphic {
  z-index: 2;
  left: 50%;
  margin-left: 400px;
}
@media screen and (max-width: 992px) {
  .departments-carousel .graphics-wrapper .second-graphic {
    margin-left: 300px;
  }
}
.departments-carousel .graphics-wrapper .second-graphic:hover {
  cursor: pointer;
}
.departments-carousel .graphics-wrapper .second-graphic:hover .overlay {
  opacity: .78;
}
.departments-carousel .graphics-wrapper .third-graphic {
  z-index: 1;
  left: 50%;
  margin-left: 1200px;
}
@media screen and (max-width: 992px) {
  .departments-carousel .graphics-wrapper .third-graphic {
    margin-left: 900px;
  }
}
.departments-carousel .graphics-wrapper .second-last-graphic {
  z-index: 1;
  left: 50%;
  margin-left: -2000px;
}
@media screen and (max-width: 992px) {
  .departments-carousel .graphics-wrapper .second-last-graphic {
    margin-left: -1500px;
  }
}
.departments-carousel .graphics-wrapper .last-graphic {
  z-index: 3;
  left: 50%;
  margin-left: -1200px;
}
@media screen and (max-width: 992px) {
  .departments-carousel .graphics-wrapper .last-graphic {
    margin-left: -900px;
  }
}
.departments-carousel .graphics-wrapper .last-graphic:hover {
  cursor: pointer;
}
.departments-carousel .graphics-wrapper .last-graphic:hover .overlay {
  opacity: .78;
}
.departments-carousel .graphics-wrapper .departments-carousel-nav .nav-item {
  text-align: right;
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top: -35px;
}
.departments-carousel .graphics-wrapper .departments-carousel-nav .nav-item#next {
  right: 0px;
}
.departments-carousel .graphics-wrapper .departments-carousel-nav .nav-item#previous {
  left: 0px;
}
.departments-carousel .graphics-wrapper .departments-carousel-nav .arrow {
  max-width: 30px;
  max-height: 60px;
  z-index: 5;
}
.departments-carousel .graphics-wrapper .departments-carousel-nav .arrow:hover {
  cursor: pointer;
}
.departments-carousel .graphics-wrapper .departments-carousel-nav .arrow:hover rect {
  fill: #cecece;
  opacity: 1;
}
.departments-carousel .graphics-wrapper .departments-carousel-nav .arrow rect {
  opacity: .7;
  transition: all ease .5s;
  fill: #F0EFEF;
}
.departments-carousel .graphics-wrapper .departments-carousel-nav .arrow polygon {
  stroke: #000;
}
#industry-showcase #banner {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/industry-showcase-banner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 300px;
  padding: 100px 0;
}
#industry-showcase .content-wrapper {
  padding: 60px 0;
}
#industry-showcase .filters select {
  margin-bottom: 20px;
}
#industry-showcase .industry {
  margin-bottom: 40px;
}
#industry-showcase .industry:nth-child(2n+1) {
  clear: both;
}
#industry-showcase .industry .icon-container {
  margin-bottom: 25px;
}
#industry-showcase .industry .icon-container img,
#industry-showcase .industry .icon-container svg {
  max-width: 100%;
  max-height: 100%;
}
#industry-showcase .industry h2 {
  margin-top: 0;
  font-size: 20px;
  font-family: wf_segoe-ui_bold, helvetica, arial, sans-serif;
}
#industry-showcase .industry p {
  min-height: 4.286em;
  margin-bottom: 1em;
}
#industry-showcase .button {
  display: inline-block;
  cursor: pointer;
}
#industry-showcase-industry header {
  padding: 45px 0;
}
#industry-showcase-industry .report-wrapper {
  padding: 60px 0;
}
#industry-showcase-industry .report-wrapper .open-report {
  cursor: pointer;
}
#industry-showcase-industry .report-wrapper .open-report.mobile {
  display: block;
}
@media screen and (min-width: 670px) and (min-height: 533px) {
  #industry-showcase-industry .report-wrapper .open-report.mobile {
    display: none;
  }
}
#industry-showcase-industry .report-wrapper .open-report.desktop {
  display: none;
}
@media screen and (min-width: 670px) and (min-height: 533px) {
  #industry-showcase-industry .report-wrapper .open-report.desktop {
    display: block;
  }
}
#industry-showcase-industry .report-wrapper .thumbnail-frame {
  width: 100%;
  height: 0;
  padding-bottom: 71.26%;
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/partner-showcase-thumbnail-frame.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#industry-showcase-industry .report-wrapper .thumbnail-container {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 8.76%;
  padding-right: 9.2%;
  padding-bottom: 7.79%;
  padding-left: 9.2%;
  display: table;
}
#industry-showcase-industry .report-wrapper .thumbnail-container .thumbnail-centering {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
#industry-showcase-industry .report-wrapper .thumbnail-container .thumbnail-centering img {
  width: 100%;
  display: inline-block;
}
#industry-showcase-industry .report-wrapper .thumbnail-container .button {
  margin-top: 20px;
}
#industry-showcase-industry .report-wrapper .industry-info {
  margin-bottom: 20px;
}
#industry-showcase-industry .report-wrapper .industry-info .icon-container {
  margin-bottom: 25px;
}
#industry-showcase-industry .report-wrapper .industry-info .icon-container img {
  max-width: 100%;
  max-height: 100%;
}
#industry-showcase-industry .report-wrapper .industry-info p {
  margin-bottom: 1em;
}
#industry-showcase-industry .report-wrapper .svg-icon {
  display: inline-block;
  width: 1em;
  height: 0.75em;
}
#industry-showcase-industry .report-wrapper .video-button .svg-icon .youtube-shape {
  fill: #000;
}
#industry-showcase-industry .report-wrapper .video-button .svg-icon .triangle {
  fill: #FFF;
}
#industry-showcase-industry .report-wrapper .video-button:hover .svg-icon .youtube-shape {
  fill: #FFF;
}
#industry-showcase-industry .report-wrapper .video-button:hover .svg-icon .triangle {
  fill: #000;
}
#industry-showcase-industry .content-wrapper {
  padding: 60px 0;
}
#industry-showcase-industry .content-wrapper .image-container {
  margin: 0 auto 20px;
}
#industry-showcase-industry .content-wrapper .image-container img {
  max-width: 100%;
}
#industry-showcase-industry .content-wrapper h3 {
  font: 22px wf_segoe-ui_bold, helvetica, arial, sans-serif;
  padding: 4px 0;
  margin: 0;
}
#industry-showcase-industry .content-wrapper p,
#industry-showcase-industry .content-wrapper li {
  font: 16px wf_segoe-ui_normal, helvetica, arial, sans-serif;
  line-height: 1.5;
}
#industry-showcase-industry .content-wrapper p {
  margin-bottom: 1em;
}
#industry-showcase-industry .button {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0.25em;
}
#industry-showcase-industry .industry-cta-wrapper {
  padding: 20px 0;
}
#industry-showcase-industry .report-modal .modal-dialog {
  width: 90%;
  max-width: 960px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 533px;
}
@media screen and (min-height: 650px) {
  #industry-showcase-industry .report-modal .modal-dialog {
    height: 633px;
  }
}
@media screen and (min-height: 750px) {
  #industry-showcase-industry .report-modal .modal-dialog {
    height: 733px;
  }
}
@media screen and (min-height: 850px) {
  #industry-showcase-industry .report-modal .modal-dialog {
    height: 833px;
  }
}
#industry-showcase-industry .report-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#industry-showcase-industry .report-modal iframe {
  width: 100%;
  min-height: 500px;
}
@media screen and (min-height: 650px) {
  #industry-showcase-industry .report-modal iframe {
    min-height: 600px;
  }
}
@media screen and (min-height: 750px) {
  #industry-showcase-industry .report-modal iframe {
    min-height: 700px;
  }
}
@media screen and (min-height: 850px) {
  #industry-showcase-industry .report-modal iframe {
    min-height: 800px;
  }
}
@media (max-width: 768px) {
  #learning .large-text {
    font-size: 38px;
  }
  #learning .youtube-play-btn {
    width: 20%;
  }
}
#learning h2 {
  font-size: 30px;
}
@media (min-width: 768px) {
  #learning h2 {
    font-size: 36px;
  }
}
#learning header {
  background-color: #F2C812;
  padding: 43.5px 0;
}
#learning .fixed-header-background {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/learning-hero.png');
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: 28% -20px;
}
#learning .tile {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
#learning .tile svg .st0,
#learning .tile svg path {
  fill: #000;
}
#learning .tile:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}
@media (max-width: 768px) {
  #learning .tile:hover {
    background-color: #dbdbdb;
  }
}
#learning .tile p {
  margin-bottom: 6px;
}
#learning a.tile-link:hover,
#learning a.tile-link:active,
#learning a.tile-link:focus {
  color: #000;
  text-decoration: none;
}
#learning svg:not(:root).content-icon {
  overflow: visible;
}
#learning .blog {
  position: relative;
}
@media (max-width: 767px) {
  #learning .blog {
    background-image: none;
  }
}
#learning .blog .blade {
  padding-right: 20px;
}
#learning .blog .blog-image {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/learning-blog.png');
  padding: 0;
  position: absolute;
  height: 100%;
  background-size: cover;
}
#learning .blog .blog-image img {
  width: auto;
  height: auto;
  min-width: 100%;
  max-height: 100%;
}
#learning .edx .video-wrapper {
  position: relative;
}
#learning .edx .video-screenshot {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/learning-edx-screenshot_650w.png');
  min-height: 349px;
  background-position: 50%;
  display: block;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 30px;
  max-width: 100%;
  background-size: contain;
}
@media (min-width: 1200px) {
  #learning .edx .video-screenshot {
    min-height: 349px;
  }
}
@media (max-width: 992px) {
  #learning .edx .video-screenshot {
    min-height: 300px;
  }
}
@media (max-width: 420px) {
  #learning .edx .video-screenshot {
    min-height: 149px;
  }
}
#learning .edx .button-yellow:hover,
#learning .edx .button-yellow:focus {
  background-color: #fad227;
}
#learning .additional-support h2 {
  margin-bottom: 10px;
}
#guided-learning-listing header h1 {
  margin-bottom: 20px;
}
#guided-learning-listing header p {
  margin-bottom: 30px;
}
#guided-learning-listing header .button {
  display: inline-block;
}
#guided-learning-listing .listing-wrapper {
  margin: 40px 0;
}
#guided-learning-listing .toc-wrapper {
  padding: 0;
  font: 16px wf_segoe-ui_normal, helvetica, arial, sans-serif;
  line-height: 1.5;
}
#guided-learning-listing .toc-wrapper .inner {
  position: static;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #guided-learning-listing .toc-wrapper .tocCategoryHeader {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #guided-learning-listing .toc-wrapper .tocCategoryCollapsed {
    display: block;
  }
}
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer {
  background-color: transparent;
  border-bottom: 1px solid #EAEAEA;
}
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer:last-child {
  border-bottom: none;
}
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer:nth-of-type(1) .tocSectionHeader .glyphicon:before {
  content: '\E000';
}
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer:nth-of-type(2) .tocSectionHeader .glyphicon {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  font-weight: bold;
}
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer:nth-of-type(2) .tocSectionHeader .glyphicon:before {
  content: '\E72B';
}
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer:nth-of-type(3) .tocSectionHeader .glyphicon:before {
  content: '\EC7C';
}
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer:nth-of-type(4) .tocSectionHeader .glyphicon:before {
  content: '\E127';
}
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer:nth-of-type(5) .tocSectionHeader .glyphicon:before {
  content: '\E139';
}
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer:nth-of-type(6) .tocSectionHeader .glyphicon:before {
  content: '\EC28';
}
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer:nth-of-type(7) .tocSectionHeader .glyphicon:before {
  content: '\E72D';
}
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader {
  padding: 16px 0;
}
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .icon-container {
  margin-right: 0.5em;
  width: 3%;
}
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .icon-container .glyphicon {
  color: #c8a112;
}
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .sectionTitle {
  width: 76%;
  display: inline-block;
  font-size: 20px;
  font-family: wf_segoe-ui_semibold;
}
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .sectionTitle:hover {
  color: #333333;
}
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .sectionTopics {
  display: inline-block;
  width: 16%;
  text-align: right;
  font-family: din_normal;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .arrowpb {
  float: none;
}
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .articleTitleList {
  margin: 15px 0;
}
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .articleTitleList .articleTitle {
  padding-left: 2em;
}
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .articleTitleList .articleTitle a {
  font-size: 14px;
  line-height: 2;
}
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .articleTitleList .articleTitle a:hover,
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .articleTitleList .articleTitle a:active,
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .articleTitleList .articleTitle a:visited,
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .articleTitleList .articleTitle a:focus {
  color: #000;
  text-decoration: none;
}
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .articleTitleList .articleTitle a:hover .articleLink,
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .articleTitleList .articleTitle a:active .articleLink,
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .articleTitleList .articleTitle a:visited .articleLink,
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .articleTitleList .articleTitle a:focus .articleLink {
  text-decoration: underline;
}
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .articleTitleList .articleTitle .articleLink {
  display: inline-block;
  width: 43%;
  line-height: 2;
  vertical-align: top;
}
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .articleTitleList .articleTitle .articleDuration {
  display: inline-block;
  width: 5%;
  margin-right: 2%;
  font-family: din_normal;
  vertical-align: top;
  text-align: right;
}
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .articleTitleList .articleTitle .articleDescription {
  display: inline-block;
  width: 48%;
  color: #666666;
  vertical-align: top;
}
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer.tocSectionCollapsed .tocSectionHeader {
  border-left: none;
}
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer.tocSectionCollapsed .tocSectionHeader .glyphicon {
  color: #000;
}
#guided-learning-listing .toc-wrapper .tocSectionHeaderContainer.tocSectionCollapsed .tocSectionHeader .articleTitleList {
  margin: 0;
}
#guided-learning-listing .toc-wrapper .tocSelectedSection .tocSectionHeader {
  border-left: none;
}
#guided-learning-topic header {
  padding: 45px 0;
}
#guided-learning-topic .toc-wrapper {
  padding: 0;
  font: 16px wf_segoe-ui_normal, helvetica, arial, sans-serif;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  #guided-learning-topic .toc-wrapper {
    margin-top: 30px;
  }
}
#guided-learning-topic .toc-wrapper .inner {
  position: static;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #guided-learning-topic .toc-wrapper .tocCategoryHeader {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #guided-learning-topic .toc-wrapper .tocCategoryCollapsed {
    display: block;
  }
}
#guided-learning-topic .toc-wrapper .tocSectionHeaderContainer {
  background-color: transparent;
  border-bottom: 1px solid #EAEAEA;
}
#guided-learning-topic .toc-wrapper .tocSectionHeaderContainer:last-child {
  border-bottom: none;
}
#guided-learning-topic .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader {
  padding: 12px 0;
}
#guided-learning-topic .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .sectionTitle {
  width: 90%;
  display: inline-block;
  font-family: wf_segoe-ui_semibold;
}
#guided-learning-topic .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .sectionTitle:hover {
  color: #333333;
}
#guided-learning-topic .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .arrowpb {
  float: right;
}
#guided-learning-topic .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .articleTitleList {
  margin: 15px 0;
}
#guided-learning-topic .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .articleTitleList .articleTitle {
  padding: 4px 4px 4px 2em;
}
#guided-learning-topic .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .articleTitleList .articleTitle.tocSelectedArticle {
  border-left: 3px solid #F2C812;
  background-color: #f4f4f4;
}
#guided-learning-topic .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .articleTitleList .articleTitle .tocSelectedArticle:link,
#guided-learning-topic .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .articleTitleList .articleTitle .tocSelectedArticle:active,
#guided-learning-topic .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .articleTitleList .articleTitle .tocSelectedArticle:visited,
#guided-learning-topic .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .articleTitleList .articleTitle .tocSelectedArticle:hover {
  color: #000;
}
#guided-learning-topic .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .articleTitleList .articleTitle .articleLink {
  display: inline-block;
  vertical-align: text-top;
  width: 87%;
  line-height: 1.5;
}
#guided-learning-topic .toc-wrapper .tocSectionHeaderContainer .tocSectionHeader .articleTitleList .articleTitle .articleDuration {
  display: inline-block;
  font-size: 14px;
  line-height: 1.8;
  font-family: din_normal;
  width: 10%;
  vertical-align: text-top;
  color: #000;
  text-align: right;
}
#guided-learning-topic .toc-wrapper .tocSectionHeaderContainer.tocSectionCollapsed .tocSectionHeader {
  border-left: none;
}
#guided-learning-topic .toc-wrapper .tocSectionHeaderContainer.tocSectionCollapsed .tocSectionHeader .articleTitleList {
  margin: 0;
}
#guided-learning-topic .toc-wrapper .tocSelectedSection .tocSectionHeader {
  border-left: none;
}
#guided-learning-topic .article-wrapper {
  position: relative;
}
#guided-learning-topic .article-wrapper .wa-navigationScroll {
  display: none;
  right: -200px;
}
@media screen and (min-width: 1730px) {
  #guided-learning-topic .article-wrapper .wa-navigationScroll > span {
    font-size: 16px;
  }
}
#guided-learning-topic .article-wrapper .wa-navigationScroll ul,
#guided-learning-topic .article-wrapper .wa-navigationScroll .scrollspy {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 1730px) {
  #guided-learning-topic .article-wrapper .wa-navigationScroll ul,
  #guided-learning-topic .article-wrapper .wa-navigationScroll .scrollspy {
    padding: 10px 0 0 0;
  }
}
#guided-learning-topic .article-wrapper .wa-navigationScroll ul li,
#guided-learning-topic .article-wrapper .wa-navigationScroll .scrollspy li {
  padding: 2px 0;
}
@media screen and (min-width: 1730px) {
  #guided-learning-topic .article-wrapper .wa-navigationScroll ul li,
  #guided-learning-topic .article-wrapper .wa-navigationScroll .scrollspy li {
    border-left: 3px solid #EFEFEF;
    padding: 5px 0 5px 5px;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 1730px) {
  #guided-learning-topic .article-wrapper .wa-navigationScroll ul li.active,
  #guided-learning-topic .article-wrapper .wa-navigationScroll .scrollspy li.active {
    border-left: 3px solid #F2C812;
    padding: 5px 0 5px 5px;
    margin-bottom: 4px;
    font: 14px wf_segoe-ui_semibold, helvetica, arial, sans-serif;
  }
}
#guided-learning-topic .article-wrapper .wa-navigationScroll ul a,
#guided-learning-topic .article-wrapper .wa-navigationScroll .scrollspy a {
  text-decoration: none;
}
@media screen and (min-width: 1730px) {
  #guided-learning-topic .article-wrapper .wa-navigationScroll ul a,
  #guided-learning-topic .article-wrapper .wa-navigationScroll .scrollspy a {
    color: #333;
  }
}
#guided-learning-topic .article-wrapper .wa-navigationScroll ul a:hover,
#guided-learning-topic .article-wrapper .wa-navigationScroll .scrollspy a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1730px) {
  #guided-learning-topic .article-wrapper .wa-navigationScroll ul a:hover,
  #guided-learning-topic .article-wrapper .wa-navigationScroll .scrollspy a:hover {
    color: #333;
  }
}
#guided-learning-topic .article-wrapper .wa-navigationScroll .nav > li > a {
  position: relative;
  display: block;
  padding: 0;
}
#guided-learning-topic .article-wrapper .wa-navigationScroll .nav > li > a:hover,
#guided-learning-topic .article-wrapper .wa-navigationScroll .nav > li > a:focus,
#guided-learning-topic .article-wrapper .wa-navigationScroll .nav > li > a:visited {
  background-color: transparent;
}
@media screen and (min-width: 1730px) {
  #guided-learning-topic .article-wrapper .wa-navigationScroll {
    position: absolute;
    width: 200px;
    bottom: auto;
  }
}
#guided-learning-topic .article-wrapper .wa-navigationScroll.fixed {
  margin-left: 750px;
  right: auto;
}
@media screen and (min-width: 1730px) {
  #guided-learning-topic .article-wrapper .wa-navigationScroll.fixed {
    position: fixed;
    top: 20px;
  }
}
@media screen and (min-width: 992px) {
  #guided-learning-topic .article-wrapper .video-container {
    margin-top: 30px;
  }
}
#guided-learning-topic .article-wrapper .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#guided-learning-topic .article-wrapper .video-container .video-overlay {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  text-align: center;
  padding: 10% 0;
}
@media screen and (min-width: 992px) {
  #guided-learning-topic .article-wrapper .video-container .video-overlay {
    padding: 20% 0;
  }
}
#guided-learning-topic .article-wrapper .video-container .video-overlay .next-topic-label {
  font-family: din_normal;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
#guided-learning-topic .article-wrapper .video-container .video-overlay .next-topic-title {
  font: 22px wf_segoe-ui_bold, helvetica, arial, sans-serif;
}
#guided-learning-topic .article-wrapper .video-container .video-overlay .button {
  display: inline-block;
}
#guided-learning-topic .article-wrapper .video-container .video-overlay .button:hover {
  background-color: #FAD300;
}
#guided-learning-topic .article-wrapper .video-container .video-overlay .watch-again {
  display: block;
  width: 100%;
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  color: #FFF;
  background-color: #242424;
  font-family: din_normal;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
}
@media screen and (max-width: 450px) {
  #guided-learning-topic .article-wrapper .video-container .video-overlay .watch-again {
    padding: 10px 0;
  }
}
#guided-learning-topic .article-wrapper .video-container .video-overlay .watch-again .glyphicon {
  color: #F2C812;
  margin-right: 0.5em;
}
#guided-learning-topic .article-wrapper .articleTextContainer {
  float: none;
  width: 100%;
  margin-bottom: 40px;
  color: #333333;
}
#guided-learning-topic .article-wrapper .articleTextContainer img {
  max-width: 100%;
  margin: 20px 0;
}
#guided-learning-topic .article-wrapper .articleTextContainer a {
  color: #BE9A27;
  text-decoration: underline;
  word-break: break-word;
}
#guided-learning-topic .article-wrapper .articleTextContainer h2 {
  font: 22px wf_segoe-ui_bold, helvetica, arial, sans-serif;
}
#guided-learning-topic .article-wrapper .articleTextContainer h2 a {
  display: block;
}
#guided-learning-topic .article-wrapper .articleTextContainer h3 {
  font: 18px wf_segoe-ui_bold, helvetica, arial, sans-serif;
}
#guided-learning-topic .article-wrapper .articleTextContainer .page-headline {
  font: 38px wf_segoe-ui_bold, helvetica, arial, sans-serif;
}
#guided-learning-topic .article-wrapper .articleTextContainer p {
  font: 16px wf_segoe-ui_normal, helvetica, arial, sans-serif;
}
#guided-learning-topic .article-wrapper .articleTextContainer li {
  font: 16px wf_segoe-ui_normal, helvetica, arial, sans-serif;
}
#guided-learning-topic .article-wrapper .next-article-button {
  display: block;
  margin: 70px 0;
  text-align: center;
  color: #000;
}
#guided-learning-topic .article-wrapper .next-article-button:hover {
  background-color: #FAD300;
}
#guided-learning-topic .article-wrapper .next-article-button .next-article-title {
  font-family: wf_segoe-ui_normal;
}
#guided-learning-topic .article-wrapper .next-article-button .arrowpb {
  float: none;
  margin: 0 10px;
}
#guided-learning-topic .articleFeedback {
  background-color: #CCC;
  color: #000;
  display: none;
  clear: both;
  width: 100%;
  height: auto;
}
#guided-learning-topic .articleFeedback .articleFeedbackContainer {
  padding-top: 20px;
  padding-bottom: 20px;
}
#guided-learning-topic .articleFeedback .feedbackTitle {
  font: 22px wf_segoe-ui_semibold, helvetica, arial, sans-serif;
  margin-top: 0;
}
#guided-learning-topic .articleFeedback .feedbackThanks {
  font-weight: bold;
}
#guided-learning-topic .articleFeedback .feedbackQuestion {
  margin-top: 10px;
  font-size: 16px;
}
#guided-learning-topic .articleFeedback .feedbackButton {
  display: inline-block;
  margin-right: 10px;
}
#guided-learning-topic .articleFeedback .guided-learning-feedback-input {
  height: 30px;
  padding: 6px 0 6px 8px;
  font-size: 14px;
  color: #000;
  width: 100%;
  border: none;
}
#guided-learning-topic .showArticleFeedback {
  display: inline-block;
}
#guided-learning-topic .feedbackVerbatim {
  display: none;
}
#guided-learning-topic .showVerbatim > .feedbackVerbatim {
  display: block;
}
#guided-learning-topic .showVerbatim > .feedbackYesNo {
  display: none;
}
#datainsightssummit .summit-title {
  padding: 10px;
  border-bottom: 1px solid #515151;
}
@media screen and (max-width: 767px) {
  #datainsightssummit .summit-title {
    text-align: center;
  }
}
#datainsightssummit .summit-title .location {
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  #datainsightssummit .summit-title .location {
    text-align: center;
  }
}
#datainsightssummit h2 {
  font-size: 36px;
}
#datainsightssummit button:hover,
#datainsightssummit .button:hover {
  border-color: #fad227;
  background-color: #fad227;
}
#datainsightssummit .video-twitter {
  border-bottom: 1px solid #515151;
  position: relative;
}
@media screen and (min-width: 992px) {
  #datainsightssummit .video-twitter.tweets-open .twitter-feed {
    width: 330px;
  }
  #datainsightssummit .video-twitter.tweets-open .main-video-wrapper {
    margin-right: 330px;
  }
  #datainsightssummit .video-twitter.tweets-open .main-video-wrapper .pbi-glyph-caretright {
    display: inline-block;
  }
  #datainsightssummit .video-twitter.tweets-open .main-video-wrapper .fa-twitter {
    display: none;
  }
  #datainsightssummit .video-twitter.tweets-closed .twitter-feed {
    width: 0px;
  }
  #datainsightssummit .video-twitter.tweets-closed .main-video-wrapper {
    margin-right: 0px;
  }
  #datainsightssummit .video-twitter.tweets-closed .main-video-wrapper .toggle .pbi-glyph-caretright {
    display: none;
  }
  #datainsightssummit .video-twitter.tweets-closed .main-video-wrapper .fa-twitter {
    display: inline-block;
  }
}
#datainsightssummit .video-twitter .twitter-feed {
  background-color: #202020;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  position: absolute;
  right: 0;
  height: 100%;
}
#datainsightssummit .video-twitter .twitter-feed .content-wrapper {
  padding: 15px 20px 20px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}
#datainsightssummit .video-twitter .twitter-feed .content-wrapper h2 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 10px;
}
#datainsightssummit .video-twitter .twitter-feed .content-wrapper button {
  display: block;
  padding: 3px 4px 4px;
  width: 100%;
  font-size: 16px;
}
#datainsightssummit .video-twitter .twitter-feed .feed-wrapper {
  height: 100%;
}
#datainsightssummit .video-twitter .twitter-feed .feed-wrapper .tagboard-embed {
  height: 100%;
}
#datainsightssummit .video-twitter .main-video-wrapper {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  max-height: 720px;
  border-right: 1px solid #282828;
  position: relative;
  padding: 0px;
}
@media screen and (min-width: 992px) {
  #datainsightssummit .video-twitter .main-video-wrapper {
    margin-right: 330px;
  }
}
@media screen and (max-width: 767px) {
  #datainsightssummit .video-twitter .main-video-wrapper {
    margin-right: 0;
  }
}
#datainsightssummit .video-twitter .main-video-wrapper .fa-twitter {
  padding-left: 6px;
}
#datainsightssummit .video-twitter .main-video-wrapper .toggle {
  z-index: 500;
  padding-top: 5px;
  position: absolute;
  height: 32px;
  top: 20px;
  right: 0;
  background-color: #202020;
  border-left: 1px solid #282828;
  border-top: 1px solid #282828;
  border-bottom: 1px solid #282828;
  width: 25px;
}
#datainsightssummit .video-twitter .main-video-wrapper .toggle:hover {
  cursor: pointer;
}
#datainsightssummit .video-twitter .main-video-wrapper .video-container {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #datainsightssummit .video-twitter .main-video-wrapper .video-container {
    position: initial;
  }
}
#datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/dis-background-home-header-w2200.jpg');
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 400;
  /* Fallback for web browsers that doesn't support RGBa */
  background-color: #000000;
  /* RGBa with 0.6 opacity */
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}
#datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .overlay-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .overlay-content p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .overlay-content h1 {
  font-size: 60px;
}
@media screen and (max-width: 1042px) {
  #datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .overlay-content h1 {
    font-size: 52px;
  }
}
#datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .overlay-content .button {
  padding-top: 5px;
  padding-bottom: 6px;
}
#datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .overlay-content .button .pbi-glyph-caretright {
  margin-left: -4px;
}
@media screen and (max-width: 767px) {
  #datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .overlay-content p {
    font-size: 14px;
    margin-bottom: 14px;
    margin-top: 4px;
  }
  #datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .overlay-content .button {
    padding: 4px 15px;
    font-size: 14px;
  }
}
#datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper {
  z-index: 1000;
  width: 70%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
#datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper.hidden {
  display: none;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper {
    width: 90%;
  }
  #datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper p {
    margin: 0;
  }
  #datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  #datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper {
    height: 80%;
  }
}
@media screen and (min-width: 768px) {
  #datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper .nate-silvers-img {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets-prod1/images/nate-silver.jpg');
    height: 100%;
    background-size: cover;
  }
  #datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper .nate-silvers-img .content-wrapper {
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 24px;
  }
  #datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper .nate-silvers-img .content-wrapper .label {
    background-color: #e81123;
    border-radius: 40px;
    text-transform: uppercase;
    padding: 10px 15px 8px;
    letter-spacing: .1em;
    margin-bottom: 20px;
  }
  #datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper .nate-silvers-img .content-wrapper .name {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
#datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper .watch-silvers-form {
  position: relative;
  height: 100%;
}
#datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper .watch-silvers-form.complete button {
  background-color: #F2C812;
  border-color: #F2C812;
}
#datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper .watch-silvers-form.complete button:hover {
  border-color: #fad227;
  background-color: #fad227;
}
#datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper .watch-silvers-form .silvers-form-wrapper {
  padding: 15px 15px 0px 15px;
}
@media screen and (max-width: 767px) {
  #datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper .watch-silvers-form .silvers-form-wrapper {
    padding: 0;
  }
}
#datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper .watch-silvers-form .pbi-input input {
  padding: 6px;
  width: 100%;
}
#datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper .watch-silvers-form .pbi-input > label {
  white-space: initial;
  overflow: auto;
  text-overflow: none;
}
#datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper .watch-silvers-form button {
  width: 100%;
  margin-left: -15px;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  #datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper .watch-silvers-form button {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper .watch-silvers-form button {
    margin: 10px 0 ;
  }
}
#datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper .watch-silvers-form button:hover,
#datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper .watch-silvers-form button:focus,
#datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper .watch-silvers-form button:active {
  background-color: #EFEFEF;
  border: 2px solid #EFEFEF;
}
#datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper .silvers-form-success-message {
  display: none;
  font-family: "wf_segoe-ui_semibold", helvetica, arial, sans-serif;
}
#datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper #silversForm.form-success .silvers-form-success-message {
  display: inline-block;
}
#datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper #silversForm.form-success .email-input,
#datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper #silversForm.form-success .disclaimer-text,
#datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper #silversForm.form-success .input-error {
  display: none !important;
}
#datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper #silversForm.form-success .button {
  margin-top: 20px;
}
#datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper #silversForm .input-error {
  width: 100%;
}
#datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper #silversForm input {
  vertical-align: top;
}
#datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper #silversForm .input-wrapper {
  position: relative;
}
#datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper #silversForm .pbi-spinner {
  position: absolute;
  display: none;
  top: -2px;
  right: 25px;
}
#datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper #silversForm .pbi-spinner.show {
  display: block;
}
@media screen and (max-width: 992px) {
  #datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper .watch-silvers-form .banner-top .form .pbi-spinner {
    left: 214px;
  }
}
@media screen and (max-width: 1199px) {
  #datainsightssummit .video-twitter .main-video-wrapper .main-video-overlay .silvers-wrapper .watch-silvers-form .banner-top .form .pbi-spinner {
    left: 278px;
  }
}
#datainsightssummit .thumbnails {
  padding: 30px 30px 25px;
}
@media screen and (max-width: 991px) {
  #datainsightssummit .thumbnails div {
    margin-bottom: 30px;
  }
}
#datainsightssummit .thumbnails .thumb-wrapper {
  position: relative;
  width: 140px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  box-sizing: content-box;
  border: 1px solid transparent;
}
#datainsightssummit .thumbnails .thumb-wrapper:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  cursor: pointer;
}
#datainsightssummit .thumbnails .thumb-wrapper.playing {
  border: 1px solid #F2C811;
}
#datainsightssummit .thumbnails .thumb-wrapper.playing .video-play-btn {
  opacity: 0;
}
#datainsightssummit .thumbnails .thumb-wrapper.playing .overlay {
  background-color: transparent;
  opacity: 1;
}
#datainsightssummit .thumbnails .thumb-wrapper.playing:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  cursor: pointer;
}
#datainsightssummit .thumbnails .livestream:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  margin-left: -14px;
  margin-top: 8px;
  background-color: #e81123;
}
#datainsightssummit .thumbnails .video-play-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('../images/svg/play_button_white.svg');
  background-size: cover;
  z-index: 1;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#datainsightssummit .thumbnails h3 {
  margin-bottom: 0;
  margin-top: 15px;
  line-height: 1.2;
  height: 2.5em;
  overflow: hidden;
}
#datainsightssummit .thumbnails img {
  width: 140px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border: 6px solid #333;
}
#datainsightssummit .thumbnails .overlay {
  border: 6px solid #333;
  width: 140px;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  opacity: .2;
  background-color: #000;
  top: auto;
}
#datainsightssummit .watch-more {
  background-color: #404040;
}
#datainsightssummit .watch-more p {
  margin: 0;
}
#datainsightssummit .watch-more a {
  text-decoration: none;
}
#datainsightssummit .watch-more a:hover {
  text-decoration: underline;
}
#datainsightssummit .schedule {
  padding: 80px 0;
}
#datainsightssummit .schedule h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #datainsightssummit .schedule h2 {
    text-align: center;
  }
}
#datainsightssummit .schedule .date div {
  text-transform: uppercase;
  padding: 13px 20px 10px;
  border: 1px solid #F2C812;
  letter-spacing: .05em;
}
@media screen and (max-width: 767px) {
  #datainsightssummit .schedule .date div {
    text-align: center;
  }
}
#datainsightssummit .schedule .session .time {
  font-size: 18px;
  padding: 60px 20px 0;
  text-align: right;
}
#datainsightssummit .schedule .session .title {
  font-size: 18px;
  padding: 54px 20px 0;
  border-left: 1px solid #666;
}
#datainsightssummit .schedule .session .title:before {
  content: "";
  width: 13px;
  height: 13px;
  float: left;
  border: 4px solid #000000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  margin-left: -7px;
  margin-top: 9px;
  background-color: #fff;
}
#datainsightssummit .schedule .session .title.featured-speaker {
  padding-top: 48px;
}
#datainsightssummit .schedule .session .title.featured-speaker .tag {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .05em;
}
#datainsightssummit .schedule .session .title.featured-speaker .tag:before {
  content: "";
  width: 1px;
  height: 70px;
  background: #000000;
  float: left;
  position: absolute;
  left: 0;
  margin-left: -1px;
  margin-top: 28px;
}
#datainsightssummit .schedule .session .title.featured-speaker:before {
  margin-top: 15px;
}
#datainsightssummit .schedule .session.day-one-last-session .title {
  padding-bottom: 60px;
}
#datainsightssummit .signup input[type=text] {
  padding: 9px;
}
#datainsightssummit .signup .disclaimer-text {
  margin: 0;
}
#datainsightssummit .office365 img {
  max-width: 200px;
}
#datainsightssummit .office365 a {
  color: #fff;
  text-decoration: underline;
}
.watch-silver-session a {
  text-decoration: none;
}
.watch-silver-session a:hover {
  text-decoration: underline;
}
input[type=text],
input[type=email],
input[type=password],
textarea {
  border: 2px solid #C8C8C8;
  outline: none;
  padding: 8px;
  clear: both;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
textarea:hover {
  border-color: #777777;
}
input[type=text]:focus,
input[type=email]:hover,
input[type=password]:focus,
textarea:focus,
input[type=text]:active,
input[type=email]:active,
input[type=password]:active,
textarea:active {
  border-color: #F2C811;
}
.input-field-label {
  font-family: 'Segoe UI', 'wf_segoe-ui_normal', helvetica, arial, sans-serif;
  font-size: 11px;
  color: #333333;
  padding-bottom: 8px;
  width: 100%;
}
input[disabled],
input[disabled]:hover,
input[disabled]:focus,
input[disabled]:active {
  background-color: #F4F4F4;
  border-color: #F4F4F4;
  color: #A6A6A6;
}
/* text input fields */
input[type=text],
input[type=email] {
  border: 2px solid #C8C8C8;
  outline: none;
  padding: 4px;
  clear: both;
}
input[type=text]:hover,
input[type=email]:hover {
  border-color: #777777;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=text]:active,
input[type=email]:active {
  border-color: #F2C811;
}
.input-field-label {
  font-family: 'Segoe UI', 'wf_segoe-ui_normal', helvetica, arial, sans-serif;
  font-size: 11px;
  color: #333333;
  padding-bottom: 8px;
  width: 100%;
}
input[disabled],
input[disabled]:hover,
input[disabled]:focus,
input[disabled]:active {
  background-color: #F4F4F4;
  border-color: #F4F4F4;
  color: #A6A6A6;
}
/* this is a bit of legacy, it is however used other places, keep for now */
.input-field-label {
  font-family: 'Segoe UI', 'wf_segoe-ui_normal', helvetica, arial, sans-serif;
  font-size: 11px;
  color: #333333;
  padding-bottom: 8px;
  width: 100%;
}
/* Colors for form/input elements */
/* #C8C8C8 */
/* #F4F4F4 */
/* #777777 */
/* NOT IN RED LINE */
/* #F2C811 */
/* NOT IN RED LINE */
/* #333333 */
/* white   */
/* NOT IN RED LINE */
/* #F4F4F4 */
/* #A6A6A6 */
/* #A6A6A6 */
/* */
/* NOT IN RED LINE */
/* #333333 */
/* #A6A6A6 */
/* NOT IN RED LINE */
/* #333333 */
/* NOT IN RED LINE */
/* Global spacing/alignment settings that apply accross form/input elements */
/* common element-to-element spacer withing element grouping (example: label and input box) */
/* between element groups, this should be the space used (example: input controler followed by radio buttons) */
/* standardized font size accross form elements */
/* use specific line-height as browser ratios varry */
/* assumed boarder size for most elements */
/* used for hover transition effects */
/*
    this is the main wrapper DIV to include a single input within. It should contain
    the input form element child as well as a label sibling.  It may also contain a
    description P element optioinaly

    this class is used a the indicator to use the new styling
*/
.pbi-input {
  line-height: 20px;
  position: relative;
  margin: 0;
  margin-top: 12px;
  margin-bottom: 0;
  /* only set top to avoid margin collapse */
  padding: 0;
  /* border: 1px solid red; */
}
.pbi-input .pbi-info {
  display: block;
  position: relative;
  margin: 0;
  margin-top: 8px;
  padding: 8px;
  padding-left: 32px;
  border: 0;
  box-sizing: border-box;
  color: #000000;
  background-color: #DEEBF6;
  font-family: 'Segoe UI', 'wf_segoe-ui_normal', helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.pbi-input .pbi-info:after {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 8px;
  top: 8px;
  font-family: 'PowrMDL2';
  content: "\E946";
  font-size: 16px;
  height: 16px;
  width: 16px;
}
.pbi-input .pbi-alert {
  display: block;
  position: relative;
  margin: 0;
  margin-top: 8px;
  padding: 8px;
  padding-left: 32px;
  border: 0;
  color: #000000;
  background-color: #FFF9AE;
  font-family: 'Segoe UI', 'wf_segoe-ui_normal', helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.pbi-input .pbi-alert:after {
  position: absolute;
  left: 8px;
  top: 8px;
  font-family: 'PowrMDL2';
  content: "\E7BA";
  font-size: 16px;
  height: 16px;
  width: 16px;
}
.pbi-input .pbi-securityAlert {
  display: block;
  position: relative;
  margin: 0;
  margin-top: 8px;
  padding: 8px;
  padding-left: 32px;
  border: 0;
  color: #000000;
  background-color: #FFF9AE;
  font-family: 'Segoe UI', 'wf_segoe-ui_normal', helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.pbi-input .pbi-securityAlert:after {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 8px;
  top: 8px;
  font-family: 'PowrMDL2';
  content: "\E117";
  font-size: 16px;
  height: 16px;
  width: 16px;
}
.pbi-input .pbi-critical {
  display: block;
  position: relative;
  margin: 0;
  margin-top: 8px;
  padding: 8px;
  padding-left: 32px;
  border: 0;
  color: #000000;
  background-color: #FADBD2;
  font-family: 'Segoe UI', 'wf_segoe-ui_normal', helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.pbi-input .pbi-critical:after {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 8px;
  top: 8px;
  font-family: 'PowrMDL2';
  content: "\EA39";
  font-size: 16px;
  height: 16px;
  width: 16px;
}
.pbi-input :not(.collapsed) {
  transition: max-height 0.25s ease-in-out, opacity 0.25s;
}
.pbi-input .collapsed {
  margin: 0;
  padding: 0;
  transition: max-height 0.25s ease-in-out, opacity 0.25s;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
/* common input label stuff */
.pbi-input > label {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-height: 20px;
  /*text-transform: lowercase;*/
  font-family: 'Segoe UI', 'wf_segoe-ui_normal', helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*z-index: @inputLayerBellow;*/
  pointer-events: none;
}
.pbi-input > label:first-letter {
  text-transform: uppercase;
}
.pbi-input > label > .infoIcon:after {
  display: inline;
  padding: 0;
  margin: 0;
  margin-left: 4px;
  height: 12px;
  width: 12px;
  font-family: 'PowrMDL2';
  font-size: 12px;
  content: "\E946";
  color: #333333;
  /*z-index: 14;*/
  background-color: transparent;
}
/*  end text input fields*/
.btn,
button,
.ok-btn,
input[type=button] {
  font-family: 'Segoe UI Semibold', 'wf_segoe-ui_semibold', helvetica, arial, sans-serif;
  background-image: none;
  box-shadow: none;
  background-color: #C8C8C8;
  padding: 6px 18px 6px 18px;
  border: 2px solid #C8C8C8;
  border-radius: 0;
  text-shadow: none;
  font-size: 14px;
  width: auto;
  line-height: 16px;
  white-space: nowrap;
  color: #000000;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
.btn:hover,
button:hover,
.ok-btn:hover,
input[type=button]:hover,
.btn:focus,
button:focus,
.ok-btn:focus,
input[type=button]:focus,
.btn:active,
button:active,
.ok-btn:active,
input[type=button]:active,
.btn:active:hover,
button:active:hover,
.ok-btn:active:hover,
input[type=button]:active:hover,
.btn:focus:hover,
button:focus:hover,
.ok-btn:focus:hover,
input[type=button]:focus:hover {
  border-color: #000000;
  background-color: #F4F4F4;
  color: #000000;
  outline: none;
}
.btn:active,
button:active,
.ok-btn:active,
input[type=button]:active {
  background-color: #666666;
  border-color: #666666;
  color: #000000;
}
.btn.primary,
button.primary,
.ok-btn.primary,
input[type=button].primary {
  background-color: #F2C811;
  border-color: #F2C811;
  color: #000000;
}
.btn.primary:hover,
button.primary:hover,
.ok-btn.primary:hover,
input[type=button].primary:hover,
.btn.primary:focus,
button.primary:focus,
.ok-btn.primary:focus,
input[type=button].primary:focus,
.btn.primary:active,
button.primary:active,
.ok-btn.primary:active,
input[type=button].primary:active {
  border-color: #000000;
  color: #000000;
}
.btn.primary:focus,
button.primary:focus,
.ok-btn.primary:focus,
input[type=button].primary:focus,
.btn.primary:active,
button.primary:active,
.ok-btn.primary:active,
input[type=button].primary:active {
  border-color: #000000;
  color: #000000;
}
.btn.primary:focus:hover,
button.primary:focus:hover,
.ok-btn.primary:focus:hover,
input[type=button].primary:focus:hover,
.btn.primary:active:hover,
button.primary:active:hover,
.ok-btn.primary:active:hover,
input[type=button].primary:active:hover {
  background-color: #957b08;
}
.btn.disabled,
button.disabled,
.ok-btn.disabled,
input[type=button].disabled,
.btn[disabled],
button[disabled],
.ok-btn[disabled],
input[type=button][disabled],
.btn.disabled.primary,
button.disabled.primary,
.ok-btn.disabled.primary,
input[type=button].disabled.primary,
.btn[disabled].primary,
button[disabled].primary,
.ok-btn[disabled].primary,
input[type=button][disabled].primary {
  background-color: #F4F4F4;
  border-color: #F4F4F4;
  color: #A6A6A6;
  cursor: default;
}
.btn.disabled:hover,
button.disabled:hover,
.ok-btn.disabled:hover,
input[type=button].disabled:hover,
.btn[disabled]:hover,
button[disabled]:hover,
.ok-btn[disabled]:hover,
input[type=button][disabled]:hover,
.btn.disabled.primary:hover,
button.disabled.primary:hover,
.ok-btn.disabled.primary:hover,
input[type=button].disabled.primary:hover,
.btn[disabled].primary:hover,
button[disabled].primary:hover,
.ok-btn[disabled].primary:hover,
input[type=button][disabled].primary:hover,
.btn.disabled:focus,
button.disabled:focus,
.ok-btn.disabled:focus,
input[type=button].disabled:focus,
.btn[disabled]:focus,
button[disabled]:focus,
.ok-btn[disabled]:focus,
input[type=button][disabled]:focus,
.btn.disabled.primary:focus,
button.disabled.primary:focus,
.ok-btn.disabled.primary:focus,
input[type=button].disabled.primary:focus,
.btn[disabled].primary:focus,
button[disabled].primary:focus,
.ok-btn[disabled].primary:focus,
input[type=button][disabled].primary:focus,
.btn.disabled:active,
button.disabled:active,
.ok-btn.disabled:active,
input[type=button].disabled:active,
.btn[disabled]:active,
button[disabled]:active,
.ok-btn[disabled]:active,
input[type=button][disabled]:active,
.btn.disabled.primary:active,
button.disabled.primary:active,
.ok-btn.disabled.primary:active,
input[type=button].disabled.primary:active,
.btn[disabled].primary:active,
button[disabled].primary:active,
.ok-btn[disabled].primary:active,
input[type=button][disabled].primary:active {
  background-color: #F4F4F4;
  border-color: #F4F4F4;
  color: #A6A6A6;
}
.btn.imgButton,
button.imgButton,
.ok-btn.imgButton,
input[type=button].imgButton {
  background-color: transparent;
  border: 0px;
  background-image: url('images/powerbi-sprites.png');
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  padding: 0px;
  outline: none;
}
.btn.imgButton.addButton,
button.imgButton.addButton,
.ok-btn.imgButton.addButton,
input[type=button].imgButton.addButton {
  width: 16px;
  height: 16px;
  margin: 4px;
  background-position: -20px -103px;
}
.btn.imgButton.addButton:hover,
button.imgButton.addButton:hover,
.ok-btn.imgButton.addButton:hover,
input[type=button].imgButton.addButton:hover {
  background-position: -2px -103px;
}
.btn.imgButton.resizeButton,
button.imgButton.resizeButton,
.ok-btn.imgButton.resizeButton,
input[type=button].imgButton.resizeButton {
  background-position: -54px -122px;
}
.btn.imgButton.optionsButton,
button.imgButton.optionsButton,
.ok-btn.imgButton.optionsButton,
input[type=button].imgButton.optionsButton {
  opacity: 0.7;
  background-position: -68px -2px;
}
.btn.imgButton.optionsButton:focus,
button.imgButton.optionsButton:focus,
.ok-btn.imgButton.optionsButton:focus,
input[type=button].imgButton.optionsButton:focus {
  opacity: 1.0;
  background-position: -48px -2px;
  background-color: #333333;
}
.btn.imgButton.optionsButton:active,
button.imgButton.optionsButton:active,
.ok-btn.imgButton.optionsButton:active,
input[type=button].imgButton.optionsButton:active {
  background-position: -48px -2px;
}
.btn.imgButton.deleteButton,
button.imgButton.deleteButton,
.ok-btn.imgButton.deleteButton,
input[type=button].imgButton.deleteButton {
  width: 16px;
  height: 16px;
  margin: 4px;
  background-position: -35px -24px;
}
/* checkboxes */
.pbi-input > input[type=checkbox] {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  opacity: 0.0;
  /* hide original ui element, but allow its click behavior */
  margin: 0;
  padding: 0;
  height: 20px;
  /*z-index: @inputLayerAbove;*/
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
.pbi-input > input[type=checkbox] + label {
  padding-left: 28px;
}
.pbi-input > input[type=checkbox] + label:before {
  /*pointer-events: none;*/
  position: absolute;
  box-sizing: border-box;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #666666;
  background-color: transparent;
  content: "";
  transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1);
}
.pbi-input > input[type=checkbox] + label:after {
  /*pointer-events: none;*/
  /* empty */
}
.pbi-input > input[type=checkbox]:checked + label:before {
  border: 10px solid #F2C811;
  background-color: #F2C811;
  /* we should abstract this to input commmon ui color some how */
}
.pbi-input > input[type=checkbox]:checked + label:after {
  position: absolute;
  box-sizing: border-box;
  top: 4px;
  left: 4px;
  background-color: transparent;
  color: #000;
  /* we should abstract this to input commmon ui color some how */
  font-family: 'PowrMDL2';
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  /* set static as check is a font */
  content: "\E73E";
  /* our check utf8 char */
}
.pbi-input > input[type=checkbox]:disabled + label {
  color: #A6A6A6;
}
.pbi-input > input[type=checkbox]:disabled + label:before {
  border-color: #F4F4F4;
  background-color: #F4F4F4;
}
.pbi-input > input[type=checkbox]:disabled + label:after {
  color: #808080;
  /* we should abstract this to input commmon ui color some how */
}
#studio-home {
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .studio-site .inset {
    position: relative;
    min-height: 1px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.studio-site .headline-large {
  font: 66px wf_segoe-ui_bold, helvetica, arial, sans-serif;
  color: #000;
}
.studio-site .headline {
  font: 52px wf_segoe-ui_bold, helvetica, arial, sans-serif;
  color: #000;
  margin: 0;
}
.studio-site .headline .num {
  font-size: 20px;
  font-family: din_normal, helvetica, arial, sans-serif;
  vertical-align: text-top;
  position: relative;
  top: 30px;
}
@media screen and (max-width: 768px) {
  .studio-site .headline .num {
    font-size: 16px;
    top: 20px;
  }
}
.studio-site .headline-small {
  font: 26px wf_segoe-ui_bold, helvetica, arial, sans-serif;
}
.studio-site .subhead-large {
  font: 37px wf_segoe-ui_bold, helvetica, arial, sans-serif;
  color: #000;
}
@media screen and (max-width: 400px) {
  .studio-site .subhead-large {
    font-size: 24px;
  }
}
.studio-site .subhead {
  font: 14px wf_segoe-ui_bold, helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .15em;
  margin-bottom: 40px;
  color: #000;
}
.studio-site .default-text-large {
  font: 22px wf_segoe-ui_semibold, helvetica, arial, sans-serif;
  line-height: 1.5em;
  color: #000;
}
.studio-site .default-text {
  font: 18px wf_segoe-ui_normal, helvetica, arial, sans-serif;
  line-height: 1.5em;
  color: #666666;
}
.studio-site .copyright {
  font: 12px wf_segoe-ui_semibold, helvetica, arial, sans-serif;
  color: #808080;
}
.studio-site .button {
  display: inline-block;
  border: 2px solid #000;
  line-height: 100%;
  padding: 15px 30px;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.studio-site .button:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
.studio-site a {
  color: #000;
}
.studio-site a:hover,
.studio-site a:focus {
  text-decoration: none;
}
.studio-site .wrapper {
  display: block;
  min-height: 300px;
  padding: 80px 0;
}
.studio-site .wrapper-gray {
  background-color: #f3f3f3;
}
.studio-site .wrapper-yellow {
  background-color: #f2c812;
}
.studio-site .wrapper-white {
  background-color: #fff;
}
.studio-site .navigation-wrapper {
  z-index: 900;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  background-color: #f3f3f3;
}
.studio-site .navigation-wrapper .branding {
  float: left;
  width: auto;
  min-width: 0;
  padding: 0;
  margin: 0;
}
.studio-site .navigation-wrapper nav {
  width: 60%;
  float: right;
}
@media screen and (max-width: 400px) {
  .studio-site .navigation-wrapper nav {
    width: 70%;
  }
}
.studio-site .navigation-wrapper nav ul {
  padding: 0;
  margin: 0;
  width: auto;
  list-style: none;
}
.studio-site .navigation-wrapper nav ul li {
  float: right;
  margin-right: 20%;
  border-bottom: 1px solid transparent;
}
@media screen and (min-width: 992px) {
  .studio-site .navigation-wrapper nav ul li {
    margin-right: 100px;
  }
}
.studio-site .navigation-wrapper nav ul li a {
  line-height: 2.5em;
  text-decoration: none;
}
.studio-site .navigation-wrapper nav ul li:hover {
  border-bottom: 1px solid #000;
}
.studio-site .navigation-wrapper nav ul li:first-child {
  margin-right: 0;
}
.studio-site .header-wrapper {
  padding-top: 184px;
}
.studio-site .footer-wrapper .headline-small {
  margin: 30px 0;
}
@media screen and (max-width: 430px) {
  .studio-site .footer-wrapper .headline-small {
    font-size: 5vw;
  }
}
.studio-site .footer-wrapper .button {
  padding-left: 50px;
  padding-right: 50px;
}
.studio-site .footer-wrapper .footer-nav {
  list-style: none;
  margin-top: 72px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .studio-site .footer-wrapper .footer-nav {
    margin-top: 148px;
  }
}
@media screen and (min-width: 992px) {
  .studio-site .footer-wrapper .footer-nav {
    margin-top: 114px;
  }
}
.studio-site .footer-wrapper .footer-nav li {
  margin-bottom: 16px;
  float: right;
  margin-right: 30%;
}
@media screen and (min-width: 992px) {
  .studio-site .footer-wrapper .footer-nav li {
    margin-right: 100px;
  }
}
@media screen and (max-width: 767px) {
  .studio-site .footer-wrapper .footer-nav li {
    float: left;
  }
}
.studio-site .footer-wrapper .footer-nav li a {
  padding-bottom: 8px;
  border-bottom: 1px solid transparent;
}
.studio-site .footer-wrapper .footer-nav li a:hover {
  border-bottom: 1px solid #000;
}
.studio-site .footer-wrapper .footer-nav li:first-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .studio-site .footer-wrapper .footer-nav li:first-child {
    margin-right: 20px;
  }
}
.studio-site .footer-wrapper .footer-nav .copyright {
  display: inline-block;
  float: right;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .studio-site .footer-wrapper .footer-nav .copyright {
    margin-top: 0;
    float: none;
  }
}
@media screen and (min-width: 992px) and (min-height: 769px) {
  .studio-site .fixed-content-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 880px;
  }
}
@media screen and (min-width: 992px) and (max-height: 810px) {
  .studio-site .fixed-content-wrapper {
    min-height: 820px;
  }
}
@media screen and (min-width: 992px) and (max-height: 768px) {
  .studio-site .fixed-content-wrapper {
    min-height: 0;
  }
}
@media screen and (max-height: 500px) {
  .studio-site .fixed-content-wrapper {
    min-height: 500px;
  }
}
@media screen and (max-height: 375px) {
  .studio-site .fixed-content-wrapper {
    min-height: 375px;
  }
}
.studio-site .main-wrapper {
  position: relative;
}
@media screen and (min-width: 992px) and (min-height: 769px) {
  .studio-site .index-header-wrapper {
    padding: 0;
    height: 100%;
    min-height: 880px;
    position: relative;
  }
}
@media screen and (min-width: 992px) and (max-height: 810px) {
  .studio-site .index-header-wrapper {
    min-height: 820px;
  }
}
@media screen and (min-width: 992px) and (max-height: 768px) {
  .studio-site .index-header-wrapper {
    min-height: 0;
  }
}
.studio-site .index-header-wrapper .yellow-cover {
  opacity: 0;
}
@media screen and (min-width: 992px) and (min-height: 769px) {
  .studio-site .index-header-wrapper .yellow-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 880px;
    background-color: #F2C812;
    opacity: 0;
    z-index: 800;
  }
}
@media screen and (min-width: 992px) and (max-height: 810px) {
  .studio-site .index-header-wrapper .yellow-cover {
    min-height: 820px;
  }
}
@media screen and (min-width: 992px) and (max-height: 768px) {
  .studio-site .index-header-wrapper .yellow-cover {
    min-height: 0;
  }
}
@media screen and (min-width: 992px) and (min-height: 769px) {
  .studio-site .index-header-wrapper .header-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
  }
}
.studio-site .index-header-wrapper h3.subhead {
  margin-bottom: 20px;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.5s;
  transition: opacity 1s ease .5s, transform 1s ease .5s;
}
.studio-site .index-header-wrapper .headline-large {
  width: 60%;
  font-size: 7vw;
  line-height: 1.1em;
  margin-bottom: 20px;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 1s ease 0.2s, -webkit-transform 1s ease;
  transition: opacity 1s ease .2s, transform 1s ease;
}
@media screen and (min-width: 768px) {
  .studio-site .index-header-wrapper .headline-large {
    width: 100%;
    font-size: 40px;
  }
}
@media screen and (min-width: 992px) {
  .studio-site .index-header-wrapper .headline-large {
    font-size: 54px;
  }
}
@media screen and (min-width: 1200px) {
  .studio-site .index-header-wrapper .headline-large {
    font-size: 66px;
  }
}
@media screen and (max-width: 600px) {
  .studio-site .index-header-wrapper .headline-large {
    width: 90%;
    font-size: 10vw;
  }
}
@media screen and (max-width: 500px) {
  .studio-site .index-header-wrapper .headline-large {
    width: 90%;
    font-size: 9.5vw;
  }
}
@media screen and (max-width: 405px) {
  .studio-site .index-header-wrapper .headline-large {
    width: 90%;
    font-size: 8.8vw;
  }
}
@media screen and (max-width: 390px) {
  .studio-site .index-header-wrapper .headline-large {
    width: 90%;
    font-size: 8.6vw;
  }
}
.studio-site .index-header-wrapper .default-text-large {
  max-width: 430px;
  margin-top: 35px;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 1.5s ease 0.5s, -webkit-transform 1.5s ease 0.5s;
  transition: opacity 1.5s ease .5s, transform 1.5s ease .5s;
}
@media screen and (max-width: 1200px) {
  .studio-site .index-header-wrapper .default-text-large {
    margin-top: 5px;
  }
}
@media screen and (max-width: 992px) {
  .studio-site .index-header-wrapper .default-text-large {
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .studio-site .index-header-wrapper .default-text-large {
    max-width: 365px;
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .studio-site .index-header-wrapper .small-shape-wrapper {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.studio-site .index-header-wrapper .small-shape-box {
  min-height: 190px;
  margin-top: -50px;
}
@media screen and (max-width: 992px) {
  .studio-site .index-header-wrapper .small-shape-box {
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 600px) {
  .studio-site .index-header-wrapper .small-shape-box {
    display: none;
  }
}
@media screen and (max-height: 500px) {
  .studio-site .index-header-wrapper .small-shape-box {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .studio-site .index-header-wrapper .letters {
    margin-top: -300px;
    min-height: 100px;
    left: 0;
  }
}
.studio-site .index-header-wrapper .letters .letter {
  position: absolute;
  text-align: center;
  width: 24px;
  opacity: 1;
  font-family: din_normal, helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 22px;
  padding: 1px 0;
}
.studio-site .index-header-wrapper .letters .g {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.studio-site .index-header-wrapper .letters .e {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity .5s ease .1s;
  transition: opacity .5s ease .1s;
}
.studio-site .index-header-wrapper .letters .t {
  -webkit-transform: translate(0, 200%);
  transform: translate(0, 200%);
  -webkit-transition: opacity .5s ease .2s;
  transition: opacity .5s ease .2s;
}
.studio-site .index-header-wrapper .letters .p {
  -webkit-transform: translate(0, 300%);
  transform: translate(0, 300%);
  -webkit-transition: opacity .5s ease .3s;
  transition: opacity .5s ease .3s;
}
.studio-site .index-header-wrapper .letters .d {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: opacity .5s ease .4s;
  transition: opacity .5s ease .4s;
}
.studio-site .index-header-wrapper .letters .a {
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
  -webkit-transition: opacity .5s ease .5s;
  transition: opacity .5s ease .5s;
}
.studio-site .index-header-wrapper .letters .t2 {
  -webkit-transform: translate(100%, 200%);
  transform: translate(100%, 200%);
  -webkit-transition: opacity .5s ease .6s;
  transition: opacity .5s ease .6s;
}
.studio-site .index-header-wrapper .letters .a2 {
  -webkit-transform: translate(100%, 300%);
  transform: translate(100%, 300%);
  -webkit-transition: opacity .5s ease .7s;
  transition: opacity .5s ease .7s;
}
.studio-site .index-header-wrapper .letters.preload .letter {
  opacity: 0;
}
.studio-site .index-header-wrapper .pyramid {
  z-index: 500;
}
.studio-site .index-header-wrapper .pyramid img {
  position: absolute;
  left: 20px;
  bottom: 10px;
  width: 70px;
  height: auto;
  opacity: 1;
  -webkit-transform: translate(20px, -40px);
  transform: translate(20px, -40px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
}
@media screen and (max-width: 992px) {
  .studio-site .index-header-wrapper .pyramid img {
    left: 0%;
    bottom: 30%;
  }
}
.studio-site .index-header-wrapper .pyramid.preload img {
  -webkit-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
  opacity: 0;
}
@media screen and (max-width: 992px) {
  .studio-site .index-header-wrapper .half-circle {
    margin-top: -200px;
    min-height: 150px;
  }
}
.studio-site .index-header-wrapper .half-circle .circle {
  width: 165px;
  height: 165px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.studio-site .index-header-wrapper .half-circle .circle .pie {
  width: 100%;
  height: 50%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  position: absolute;
  background-color: #f2c812;
  display: block;
}
.studio-site .index-header-wrapper .half-circle .circle .spinner {
  -webkit-border-radius: 165px 165px 0 0;
  border-radius: 165px 165px 0 0;
  z-index: 200;
  left: 0;
  border-right: none;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
}
.studio-site .index-header-wrapper .half-circle .circle .mask {
  width: 102%;
  height: 52%;
  left: -1%;
  bottom: -1%;
  position: absolute;
  z-index: 300;
  opacity: 1;
  background: #f3f3f3;
}
.studio-site .index-header-wrapper .half-circle.preload .circle .spinner {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.studio-site .index-header-wrapper .large-shape-box {
  min-height: 260px;
  margin-top: 60px;
}
@media screen and (max-width: 399px) {
  .studio-site .index-header-wrapper .large-shape-box {
    display: none;
  }
}
@media screen and (max-height: 810px) {
  .studio-site .index-header-wrapper .large-shape-box {
    margin-top: 30px;
  }
}
@media screen and (max-height: 500px) {
  .studio-site .index-header-wrapper .large-shape-box {
    display: none;
  }
}
.studio-site .index-header-wrapper .circle-triangle .circle {
  width: 165px;
  height: 165px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .studio-site .index-header-wrapper .circle-triangle .circle {
    left: 40px;
  }
}
.studio-site .index-header-wrapper .circle-triangle .circle .pie {
  width: 50%;
  height: 100%;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  position: absolute;
  background-color: #f2c812;
  display: block;
}
.studio-site .index-header-wrapper .circle-triangle .circle .spinner {
  -webkit-border-radius: 0 165px 165px 0;
  border-radius: 0 165px 165px 0;
  z-index: 200;
  left: 50%;
  border-right: none;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 2s;
  transition: transform 2s;
}
.studio-site .index-header-wrapper .circle-triangle .circle .filler {
  -webkit-border-radius: 165px 0 0 165px;
  border-radius: 165px 0 0 165px;
  z-index: 100;
  border-left: none;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0s .6s;
  transition: opacity 0s .6s;
}
.studio-site .index-header-wrapper .circle-triangle .circle .mask {
  width: 50%;
  height: 101%;
  left: 50%;
  bottom: 0;
  position: absolute;
  z-index: 300;
  opacity: 0;
  background: #f3f3f3;
  -webkit-transition: opacity 0s .6s;
  transition: opacity 0s .6s;
}
.studio-site .index-header-wrapper .circle-triangle .triangle {
  z-index: 400;
  position: absolute;
  bottom: 82.5px;
  left: 82.5px;
  width: 0;
  height: 0;
  opacity: .8;
  border-style: solid;
  border-width: 0 0 140px 140px;
  border-color: transparent transparent #fff transparent;
  -webkit-transition: opacity 1s .6s;
  transition: opacity 1s .6s;
}
@media screen and (max-width: 768px) {
  .studio-site .index-header-wrapper .circle-triangle .triangle {
    left: 122.5px;
  }
}
.studio-site .index-header-wrapper .circle-triangle .cover {
  position: absolute;
  bottom: 82.5px;
  left: 82.5px;
  width: 140px;
  height: 140px;
  display: block;
  z-index: 405;
  background: #f3f3f3;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 1s ease 0.6s;
  transition: transform 1s ease .6s;
}
@media screen and (max-width: 768px) {
  .studio-site .index-header-wrapper .circle-triangle .cover {
    left: 122.5px;
  }
}
.studio-site .index-header-wrapper .circle-triangle.preload .circle .spinner {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.studio-site .index-header-wrapper .circle-triangle.preload .circle .filler {
  opacity: 0;
}
.studio-site .index-header-wrapper .circle-triangle.preload .circle .mask {
  opacity: 1;
}
.studio-site .index-header-wrapper .circle-triangle.preload .triangle {
  opacity: 0;
}
.studio-site .index-header-wrapper .circle-triangle.preload .cover {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.studio-site .index-header-wrapper .rings {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 500;
}
.studio-site .index-header-wrapper .rings .ring {
  display: block;
  position: absolute;
  border: 2px solid #f2c812;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: opacity 1.4s ease, -webkit-transform 1.4s ease;
  transition: opacity 1.4s ease, transform 1.4s ease;
}
.studio-site .index-header-wrapper .rings .left {
  top: 75px;
  left: 25%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.studio-site .index-header-wrapper .rings .right {
  top: 93px;
  right: 25%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.studio-site .index-header-wrapper .rings.preload .ring {
  opacity: 0;
}
.studio-site .index-header-wrapper .rings.preload .left {
  -webkit-transform: translate(-100%, -30px);
  transform: translate(-100%, -30px);
}
.studio-site .index-header-wrapper .rings.preload .right {
  -webkit-transform: translate(100%, 30px);
  transform: translate(100%, 30px);
}
.studio-site .index-header-wrapper .bars {
  width: 100%;
  height: 0;
  padding-bottom: 255px;
  position: relative;
  z-index: 500;
}
.studio-site .index-header-wrapper .bars .bar {
  width: 32px;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.studio-site .index-header-wrapper .bars .left {
  background-color: #000;
  -webkit-transform: translateX(-185%);
  transform: translateX(-185%);
  height: 143px;
  -webkit-transition: height .9s ease .4s;
  transition: height .9s ease .4s;
}
.studio-site .index-header-wrapper .bars .middle {
  background-color: #f2c812;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 224px;
  -webkit-transition: height .75s ease;
  transition: height .75s ease;
}
.studio-site .index-header-wrapper .bars .right {
  background-color: #fff;
  -webkit-transform: translateX(85%);
  transform: translateX(85%);
  height: 185px;
  -webkit-transition: height 1s ease .5s;
  transition: height 1s ease .5s;
}
.studio-site .index-header-wrapper .bars.preload .bar {
  height: 0px;
}
.studio-site .index-header-wrapper .triangles {
  width: 100%;
  height: 0;
  padding-bottom: 255px;
  position: relative;
}
.studio-site .index-header-wrapper .triangles .triangle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 90px 90px;
}
.studio-site .index-header-wrapper .triangles .cover {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 90px;
  display: block;
  background: #f3f3f3;
}
.studio-site .index-header-wrapper .triangles .left {
  border-color: transparent transparent #fff transparent;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.studio-site .index-header-wrapper .triangles .bottom {
  border-color: transparent transparent #f2c812 transparent;
}
.studio-site .index-header-wrapper .triangles .top {
  border-color: transparent transparent #000 transparent;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.studio-site .index-header-wrapper .triangles .cover.left {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.75s ease, width 1s ease;
  transition: transform .75s ease, width 1s ease;
}
.studio-site .index-header-wrapper .triangles .cover.bottom {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.75s ease 0.3s, width 1s ease 0.3s;
  transition: transform .75s ease .3s, width 1s ease .3s;
}
.studio-site .index-header-wrapper .triangles .cover.top {
  -webkit-transform: translate(100%, -99%);
  transform: translate(100%, -99%);
  -webkit-transition: -webkit-transform 0.75s ease 0.5s, width 1s ease 0.5s;
  transition: transform .75s ease .5s, width 1s ease .5s;
}
.studio-site .index-header-wrapper .triangles.preload .cover {
  width: 90px;
}
.studio-site .index-header-wrapper .triangles.preload .cover.left {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.studio-site .index-header-wrapper .triangles.preload .cover.bottom {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.studio-site .index-header-wrapper .triangles.preload .cover.top {
  -webkit-transform: translate(0, -99%);
  transform: translate(0, -99%);
}
.studio-site .index-header-wrapper .numbers .number {
  position: absolute;
  top: 0;
  left: 102%;
  opacity: 1;
  width: 20px;
  text-align: center;
  font-size: 39px;
  font-family: din_normal, helvetica, arial, sans-serif;
}
.studio-site .index-header-wrapper .numbers .two {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 1.2s ease;
  transition: opacity .6s ease, transform 1.2s ease;
}
.studio-site .index-header-wrapper .numbers .zero {
  -webkit-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
  -webkit-transition: opacity 0.6s ease 0.2s, -webkit-transform 1.2s ease;
  transition: opacity .6s ease .2s, transform 1.2s ease;
}
.studio-site .index-header-wrapper .numbers .one {
  -webkit-transform: translate(0, -4px);
  transform: translate(0, -4px);
  -webkit-transition: opacity 0.6s ease 0.4s, -webkit-transform 1.2s ease;
  transition: opacity .6s ease .4s, transform 1.2s ease;
}
.studio-site .index-header-wrapper .numbers .five {
  -webkit-transform: translate(100%, -4px);
  transform: translate(100%, -4px);
  -webkit-transition: opacity 0.6s ease 0.6s, -webkit-transform 1.2s ease;
  transition: opacity .6s ease .6s, transform 1.2s ease;
}
.studio-site .index-header-wrapper .numbers.preload .number {
  opacity: 0;
}
.studio-site .index-header-wrapper .numbers.preload .two {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.studio-site .index-header-wrapper .numbers.preload .zero {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.studio-site .index-header-wrapper .numbers.preload .one {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.studio-site .index-header-wrapper .numbers.preload .five {
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}
@media screen and (max-width: 992px) {
  .studio-site .index-header-wrapper .mobile-hide {
    display: none;
  }
}
.studio-site .index-header-wrapper.preload .subhead {
  -webkit-transform: translateX(-60%);
  transform: translateX(-60%);
  opacity: 0;
}
.studio-site .index-header-wrapper.preload .headline-large {
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
  opacity: 0;
}
.studio-site .index-header-wrapper.preload .default-text-large {
  -webkit-transform: translateX(60%);
  transform: translateX(60%);
  opacity: 0;
}
.studio-site .director-wrapper {
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/studio/studio-director-back.png');
  background-repeat: no-repeat;
  padding: 40px 0 520px;
  background-position: center bottom;
}
@media screen and (max-width: 550px) {
  .studio-site .director-wrapper {
    padding: 40px 0 90%;
    background-size: 80% auto;
    background-position: right bottom;
  }
}
@media screen and (min-width: 768px) {
  .studio-site .director-wrapper {
    padding: 100px 0 60px;
    background-position: left calc(50% - 180px) bottom;
  }
}
@media screen and (min-width: 992px) {
  .studio-site .director-wrapper {
    padding: 100px 0;
    background-position: left calc(50% - 200px) bottom;
  }
}
@media screen and (min-width: 1200px) {
  .studio-site .director-wrapper {
    padding: 180px 0 120px;
    background-position: left calc(50% - 240px) bottom;
  }
}
.studio-site .director-wrapper .subhead-large {
  font-size: 32px;
}
.studio-site .director-wrapper .signature {
  margin-left: -20px;
}
.studio-site .approach-wrapper {
  position: relative;
  padding: 160px 0;
  background-image: url('//pbiwebprod.blob.core.windows.net/webassets/images/studio/studio-approach-back.jpg');
  background-repeat: no-repeat;
  background-position: right -8% top 55%;
  background-size: 46% auto;
}
@media screen and (min-width: 1900px) {
  .studio-site .approach-wrapper {
    background-position: right center;
    background-size: 800px auto;
  }
}
@media screen and (max-width: 1425px) {
  .studio-site .approach-wrapper {
    background-position: right -8% top 80%;
  }
}
@media screen and (max-width: 768px) {
  .studio-site .approach-wrapper {
    background-position: right -50% top 80%;
    background-size: 60% auto;
  }
}
@media screen and (max-width: 462px) {
  .studio-site .approach-wrapper {
    background-image: none;
  }
}
.studio-site .approach-wrapper .headline {
  font-size: 5.6vw;
}
@media screen and (min-width: 992px) {
  .studio-site .approach-wrapper .headline {
    display: inline;
    font-size: 52px;
  }
}
@media screen and (max-width: 768px) {
  .studio-site .approach-wrapper .headline .num {
    top: 2.5vw;
  }
}
.studio-site .approach-wrapper .default-text {
  text-align: left;
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 462px) {
  .studio-site .approach-wrapper .default-text {
    width: 80%;
  }
}
@media screen and (min-width: 992px) {
  .studio-site .approach-wrapper .default-text {
    width: 45%;
    margin-left: 5%;
  }
}
.studio-site .approach-wrapper .rings-box {
  position: absolute;
  width: 290px;
  height: 260px;
  top: 0;
}
@media screen and (max-width: 500px) {
  .studio-site .approach-wrapper .rings-box {
    top: -20px;
  }
}
.studio-site .approach-wrapper .rings-box .rings {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 500;
}
.studio-site .approach-wrapper .rings-box .rings .ring {
  display: block;
  position: absolute;
  border: 2px solid #f2c812;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: opacity 1.4s ease, -webkit-transform 1.4s ease;
  transition: opacity 1.4s ease, transform 1.4s ease;
}
.studio-site .approach-wrapper .rings-box .rings .left {
  top: 75px;
  left: 25%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.studio-site .approach-wrapper .rings-box .rings .right {
  top: 93px;
  right: 25%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.studio-site .approach-wrapper .rings-box .rings.preload .ring {
  opacity: 0;
}
.studio-site .approach-wrapper .rings-box .rings.preload .left {
  -webkit-transform: translate(-100%, -30px);
  transform: translate(-100%, -30px);
}
.studio-site .approach-wrapper .rings-box .rings.preload .right {
  -webkit-transform: translate(100%, 30px);
  transform: translate(100%, 30px);
}
.studio-site .insights-wrapper {
  position: relative;
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/studio/studio-insights-back.png');
  background-repeat: no-repeat;
  padding: 80px 0 580px;
  background-position: center bottom;
}
@media screen and (max-width: 550px) {
  .studio-site .insights-wrapper {
    padding: 80px 0 110%;
    background-size: 80% auto;
    background-position: right bottom;
  }
}
@media screen and (min-width: 768px) {
  .studio-site .insights-wrapper {
    padding: 150px 0 200px;
    background-position: left calc(50% - 200px) bottom;
  }
}
@media screen and (min-width: 992px) {
  .studio-site .insights-wrapper {
    padding: 260px 0;
    background-position: left calc(50% - 200px) bottom;
  }
}
@media screen and (min-width: 1130px) {
  .studio-site .insights-wrapper {
    background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/studio/studio-insights-back.png'), url('https://pbiwebprod.blob.core.windows.net/webassets/images/studio/studio-letters-back.png');
    background-position: left calc(50% - 200px) bottom, center center;
  }
}
@media screen and (max-width: 767px) {
  .studio-site .insights-wrapper .subhead {
    margin-bottom: 20px;
  }
}
.studio-site .insights-wrapper .insights-graphic {
  position: absolute;
  width: 160px;
  height: auto;
  display: block;
  top: -12px;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .studio-site .insights-wrapper .insights-graphic {
    transform: translateX(-50%);
  }
}
.studio-site .dribbble-wrapper {
  position: relative;
  padding: 120px 0;
}
.studio-site .dribbble-wrapper .view {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.studio-site .dribbble-wrapper .view .shot-box {
  float: left;
}
.studio-site .dribbble-wrapper .view .shot-box .shot-link {
  position: relative;
  display: block;
  width: 90%;
  height: 0;
  padding-bottom: 67.6%;
  margin: 0 auto;
  background-color: #000;
}
.studio-site .dribbble-wrapper .view .shot-box .shot-link .shot {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #f2f2f2;
}
.studio-site .dribbble-wrapper .view .shot-box .hover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f2c812;
  background-image: url('https://pbiwebprod.blob.core.windows.net/webassets/images/studio/studio-icon-linkto-white.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px auto;
  opacity: 0;
}
.studio-site .dribbble-wrapper .view .shot-box .hover:hover {
  opacity: .8;
}
.studio-site .dribbble-wrapper .ce-graphic {
  position: absolute;
  width: 100px;
  height: auto;
  display: block;
  top: -60px;
  right: 20%;
}
@media screen and (max-width: 768px) {
  .studio-site .dribbble-wrapper .ce-graphic {
    right: 10%;
  }
}
@media screen and (max-width: 650px) {
  .studio-site .dribbble-wrapper .ce-graphic {
    right: 5%;
  }
}
@media screen and (max-width: 550px) {
  .studio-site .dribbble-wrapper .ce-graphic {
    display: none;
  }
}
.studio-site .team-wrapper {
  position: relative;
  padding: 140px 0;
}
@media screen and (max-width: 768px) {
  .studio-site .team-wrapper {
    padding: 80px 0;
  }
}
.studio-site .team-wrapper .row {
  position: relative;
  padding: 80px 0 10px;
}
@media screen and (max-width: 992px) {
  .studio-site .team-wrapper .row {
    padding: 0;
    position: static;
  }
}
.studio-site .team-wrapper .row .team-pic {
  position: absolute;
  width: 23%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .studio-site .team-wrapper .row .team-pic {
    width: 26%;
  }
}
@media screen and (max-width: 992px) {
  .studio-site .team-wrapper .row .team-pic {
    width: 30%;
  }
}
@media screen and (max-width: 560px) {
  .studio-site .team-wrapper .row .team-pic {
    display: none;
  }
}
.studio-site .team-wrapper .row .pic-1 {
  right: 25.3%;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .studio-site .team-wrapper .row .pic-1 {
    right: 0;
  }
}
@media screen and (max-width: 992px) {
  .studio-site .team-wrapper .row .pic-1 {
    top: 52%;
  }
}
.studio-site .team-wrapper .row .pic-2 {
  right: 25.3%;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .studio-site .team-wrapper .row .pic-2 {
    right: 0;
  }
}
@media screen and (max-width: 992px) {
  .studio-site .team-wrapper .row .pic-2 {
    top: 48%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.studio-site .team-wrapper .row .pic-3 {
  right: 0;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .studio-site .team-wrapper .row .pic-3 {
    display: none;
  }
}
.studio-site .team-wrapper .row .pic-4 {
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .studio-site .team-wrapper .row .pic-4 {
    display: none;
  }
}
.studio-site .team-wrapper .row .pic-5 {
  right: 50.6%;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .studio-site .team-wrapper .row .pic-5 {
    right: 31%;
  }
}
@media screen and (max-width: 992px) {
  .studio-site .team-wrapper .row .pic-5 {
    display: none;
  }
}
.studio-site .team-wrapper .subhead {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .studio-site .team-wrapper .subhead {
    margin-bottom: 20px;
  }
}
.studio-site .team-wrapper .headline {
  margin-left: 36px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .studio-site .team-wrapper .headline {
    font-size: 36px;
    max-width: 450px;
  }
}
.studio-site .team-wrapper .headline .num {
  margin-left: -37px;
}
@media screen and (max-width: 768px) {
  .studio-site .team-wrapper .headline .num {
    margin-left: -28px;
  }
}
.studio-site .team-wrapper .default-text {
  margin-left: 40px;
  max-width: 462px;
}
.studio-site .team-wrapper .button {
  margin-top: 30px;
  margin-bottom: 20px;
}
.studio-site .team-wrapper .dots-graphic {
  position: absolute;
  width: 60px;
  height: auto;
  display: block;
  top: -30px;
  right: 39%;
}
.studio-site .product-wrapper {
  position: relative;
  padding: 120px 0;
}
@media screen and (min-width: 1200px) {
  .studio-site .product-wrapper {
    text-align: center;
  }
}
.studio-site .product-wrapper .container {
  position: relative;
}
@media screen and (min-width: 430px) and (max-width: 768px) {
  .studio-site .product-wrapper .col {
    max-width: 420px;
  }
}
.studio-site .product-wrapper .subhead {
  margin-left: 40px;
}
@media screen and (min-width: 1200px) {
  .studio-site .product-wrapper .subhead {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .studio-site .product-wrapper .subhead {
    margin-bottom: 20px;
  }
}
.studio-site .product-wrapper .headline {
  margin-left: 36px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .studio-site .product-wrapper .headline {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .studio-site .product-wrapper .headline {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .studio-site .product-wrapper .headline .temp-nowrap {
    white-space: nowrap;
  }
}
.studio-site .product-wrapper .headline .num {
  margin-left: -37px;
}
@media screen and (max-width: 768px) {
  .studio-site .product-wrapper .headline .num {
    margin-left: -28px;
  }
}
.studio-site .product-wrapper .default-text {
  margin-left: 40px;
}
.studio-site .product-wrapper .button {
  margin-top: 30px;
}
.studio-site .product-wrapper .studio-badge-graphic {
  position: absolute;
  width: 120px;
  height: auto;
  display: block;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .studio-site .product-wrapper .studio-badge-graphic {
    display: none;
  }
}
.studio-site .product-wrapper .square-bars-graphic {
  position: absolute;
  width: 200px;
  height: auto;
  display: block;
  top: 48%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .studio-site .product-wrapper .square-bars-graphic {
    right: 10px;
  }
}
@media screen and (max-width: 550px) {
  .studio-site .product-wrapper .square-bars-graphic {
    display: none;
  }
}
.studio-site .history-wrapper {
  padding: 120px 0 240px;
  background-image: url('//pbiwebprod.blob.core.windows.net/webassets/images/studio/studio-history-back.jpg');
  background-repeat: no-repeat;
  background-position: right top 50%;
  background-size: 40% auto;
}
@media screen and (min-width: 1900px) {
  .studio-site .history-wrapper {
    background-position: right center;
    background-size: 800px auto;
  }
}
@media screen and (max-width: 1425px) {
  .studio-site .history-wrapper {
    background-position: right -2% top 50%;
  }
}
@media screen and (min-width: 1200px) {
  .studio-site .history-wrapper {
    padding-top: 6%;
  }
}
@media screen and (max-width: 992px) {
  .studio-site .history-wrapper {
    padding: 100px 0 200px;
    background-position: right -50% top 50%;
    background-size: 60% auto;
  }
}
@media screen and (max-width: 591px) {
  .studio-site .history-wrapper {
    background-position: right -20% top 65%;
    background-size: 60% auto;
  }
}
@media screen and (max-width: 462px) {
  .studio-site .history-wrapper {
    background-image: none;
  }
}
.studio-site .history-wrapper .subhead {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .studio-site .history-wrapper .subhead {
    margin-bottom: 20px;
  }
}
.studio-site .history-wrapper .headline {
  margin-left: 36px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .studio-site .history-wrapper .headline {
    font-size: 36px;
  }
}
.studio-site .history-wrapper .headline .num {
  margin-left: -37px;
}
@media screen and (max-width: 768px) {
  .studio-site .history-wrapper .headline .num {
    margin-left: -28px;
  }
}
.studio-site .history-wrapper .default-text {
  margin-left: 40px;
}
.studio-site .history-wrapper .button {
  margin-top: 30px;
}
.studio-site .team-header-wrapper {
  padding-bottom: 120px;
  border-bottom: 10px solid #fff;
}
@media screen and (min-width: 768px) {
  .studio-site .team-header-wrapper .article {
    padding-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .studio-site .team-header-wrapper .article {
    width: 56%;
  }
}
.studio-site .team-header-wrapper .subhead {
  margin-bottom: 20px;
}
.studio-site .team-header-wrapper .headline-large {
  line-height: 1.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .studio-site .team-header-wrapper .headline-large {
    font-size: 54px;
  }
}
@media screen and (max-width: 992px) {
  .studio-site .team-header-wrapper .headline-large {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .studio-site .team-header-wrapper .headline-large {
    width: 90%;
    font-size: 7vw;
  }
}
@media screen and (max-width: 600px) {
  .studio-site .team-header-wrapper .headline-large {
    font-size: 10vw;
  }
}
@media screen and (max-width: 500px) {
  .studio-site .team-header-wrapper .headline-large {
    font-size: 9.5vw;
  }
}
@media screen and (max-width: 405px) {
  .studio-site .team-header-wrapper .headline-large {
    width: 90%;
    font-size: 8.8vw;
  }
}
@media screen and (max-width: 390px) {
  .studio-site .team-header-wrapper .headline-large {
    width: 90%;
    font-size: 8.6vw;
  }
}
@media screen and (min-width: 768px) {
  .studio-site .team-header-wrapper .aside {
    padding-left: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .studio-site .team-header-wrapper .aside {
    width: 44%;
    padding-right: 0;
  }
}
.studio-site .team-header-wrapper .default-text-large {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .studio-site .team-header-wrapper .default-text-large {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .studio-site .team-header-wrapper .default-text-large {
    margin-top: 36px;
  }
}
.studio-site .team-main-wrapper {
  padding: 120px 0;
  min-height: 600px;
}
.studio-site .team-main-wrapper .container {
  position: relative;
}
.studio-site .team-main-wrapper .pyramid-graphic {
  position: absolute;
  width: 70px;
  height: auto;
  display: block;
  top: -160px;
  left: 10%;
}
.studio-site .team-main-wrapper .studio-badge-graphic {
  position: absolute;
  width: 120px;
  height: auto;
  display: block;
  top: -150px;
  right: 10%;
}
.studio-site .team-main-wrapper .team-box {
  position: relative;
  float: left;
  width: 23%;
  height: 0;
  padding-bottom: 22.95%;
  margin: 1%;
  background-color: #808080;
}
@media screen and (max-width: 768px) {
  .studio-site .team-main-wrapper .team-box {
    width: 30%;
    padding-bottom: 30%;
    margin: 1.5;
  }
}
@media screen and (max-width: 600px) {
  .studio-site .team-main-wrapper .team-box {
    width: 45%;
    padding-bottom: 45%;
    margin: 2.5;
  }
}
@media screen and (max-width: 400px) {
  .studio-site .team-main-wrapper .team-box {
    width: 100%;
    padding-bottom: 100%;
    margin: 20px 0;
  }
}
.studio-site .team-main-wrapper .team-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: .9;
}
.studio-site .team-main-wrapper .team-box .hover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f2c812;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
@media screen and (max-width: 768px) {
  .studio-site .team-main-wrapper .team-box .hover {
    opacity: .8;
    background-color: #fff;
    top: 75%;
    height: 25%;
  }
}
@media screen and (max-width: 600px) {
  .studio-site .team-main-wrapper .team-box .hover {
    top: 75%;
    height: 25%;
  }
}
@media screen and (max-width: 400px) {
  .studio-site .team-main-wrapper .team-box .hover {
    top: 85%;
    height: 15%;
  }
}
@media screen and (max-height: 768px) {
  .studio-site .team-main-wrapper .team-box .hover {
    opacity: .8;
    background-color: #fff;
    top: 70%;
    height: 30%;
  }
}
@media screen and (max-width: 992px) and (max-height: 768px) {
  .studio-site .team-main-wrapper .team-box .hover {
    top: 61%;
    height: 40%;
  }
}
.studio-site .team-main-wrapper .team-box .hover:hover {
  opacity: .82;
}
.studio-site .team-main-wrapper .team-box .name {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .studio-site .team-main-wrapper .team-box .name {
    color: #000;
    margin-bottom: 2.5%;
  }
}
@media screen and (max-width: 600px) {
  .studio-site .team-main-wrapper .team-box .name {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 400px) {
  .studio-site .team-main-wrapper .team-box .name {
    margin-bottom: 2.5%;
  }
}
@media screen and (max-height: 768px) {
  .studio-site .team-main-wrapper .team-box .name {
    color: #000;
    margin-bottom: 9.5%;
  }
}
.studio-site .team-main-wrapper .team-box .dots {
  position: absolute;
  width: 60px;
  height: auto;
  display: block;
  left: 50%;
}
@media screen and (min-width: 769px) {
  .studio-site .team-main-wrapper .team-box .dots {
    -webkit-transform: translate(-50%, -27px);
    transform: translate(-50%, -27px);
  }
}
@media screen and (min-width: 992px) {
  .studio-site .team-main-wrapper .team-box .dots {
    -webkit-transform: translate(-50%, -32px);
    transform: translate(-50%, -32px);
  }
}
@media screen and (min-width: 1200px) {
  .studio-site .team-main-wrapper .team-box .dots {
    -webkit-transform: translate(-50%, -38px);
    transform: translate(-50%, -38px);
  }
}
.studio-site .team-main-wrapper .team-box .horizontal-bars {
  position: absolute;
  width: 90%;
  height: auto;
  display: block;
  left: 50%;
  top: 60%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.studio-site .team-main-wrapper .team-box .ce {
  position: absolute;
  width: 100px;
  height: auto;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.studio-site .team-main-wrapper .team-box .insights {
  position: absolute;
  width: 160px;
  height: auto;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(20%, -50%);
  transform: translate(20%, -50%);
}
.studio-site .team-main-wrapper .team-box .bars {
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}
.studio-site .team-main-wrapper .team-box .bars .bar {
  width: 12%;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.studio-site .team-main-wrapper .team-box .bars .left {
  background-color: #000;
  -webkit-transform: translateX(-185%);
  transform: translateX(-185%);
  padding-bottom: 54%;
  -webkit-transition: height .9s ease .4s;
  transition: height .9s ease .4s;
}
.studio-site .team-main-wrapper .team-box .bars .middle {
  background-color: #f2c812;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-bottom: 85%;
  -webkit-transition: height .75s ease;
  transition: height .75s ease;
}
.studio-site .team-main-wrapper .team-box .bars .right {
  background-color: #f3f3f3;
  -webkit-transform: translateX(85%);
  transform: translateX(85%);
  padding-bottom: 70%;
  -webkit-transition: height 1s ease .5s;
  transition: height 1s ease .5s;
}
.studio-site .team-main-wrapper .team-box .square-bars {
  position: absolute;
  width: 50%;
  height: auto;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.studio-site .team-main-wrapper .space {
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .studio-site .team-main-wrapper .space {
    display: none;
  }
}
#studio-team .navigation-wrapper nav ul li.team {
  border-bottom: 1px solid #000;
}
/* You can alter this CSS in order to give Smooth Div Scroll your own look'n'feel */
/* Invisible left hotspot */
div.scrollingHotSpotLeft {
  /* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
  min-width: 75px;
  width: 10%;
  height: 100%;
  /* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
  background-repeat: repeat;
  background-position: center center;
  position: absolute;
  z-index: 200;
  left: 0;
  /*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
}
/* Visible left hotspot */
div.scrollingHotSpotLeftVisible {
  background-color: #fff;
  background-repeat: no-repeat;
  opacity: 0.35;
  /* Standard CSS3 opacity setting */
  -moz-opacity: 0.35;
  /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
  zoom: 1;
  /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}
/* Invisible right hotspot */
div.scrollingHotSpotRight {
  min-width: 75px;
  width: 10%;
  height: 100%;
  background-repeat: repeat;
  background-position: center center;
  position: absolute;
  z-index: 200;
  right: 0;
}
/* Visible right hotspot */
div.scrollingHotSpotRightVisible {
  background-color: #fff;
  background-repeat: no-repeat;
  opacity: 0.35;
  -moz-opacity: 0.35;
  zoom: 1;
}
/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
div.scrollableArea {
  position: relative;
  width: auto;
  height: 100%;
}
#makeMeScrollable {
  width: 100%;
  height: auto;
  position: relative;
}
/* Replace the last selector for the type of element you have in
   your scroller. If you have div's use #makeMeScrollable div.scrollableArea div,
   if you have links use #makeMeScrollable div.scrollableArea a and so on. */
#makeMeScrollable div.scrollableArea img {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  /* If you don't want the images in the scroller to be selectable, try the following
     block of code. It's just a nice feature that prevent the images from
     accidentally becoming selected/inverted when the user interacts with the scroller. */
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
