@import url('app-blessed1.css?z=314');

@media (max-width:767px) {
  toc-sidebar .close-toc {
    display: block;
  }
}

@media (max-width:767px) {
  toc-sidebar .close-toc {
    display: block;
    right: 15px;
    position: fixed;
  }

  toc-sidebar .close-toc.slds-close-icon {
    top: 90px;
  }

  toc-sidebar .close-toc.slds-close-icon .close-icon {
    width: .875rem;
    height: .875rem;
    transition: width 1s;
  }

  toc-sidebar .close-toc .close-icon {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-top: 5px;
    color: #fff;
    line-height: 20px;
    text-align: center;
  }
}

toc-sidebar .toc-header {
  border-bottom: 2px solid #fff;
}

toc-sidebar .more-toc {
  text-align: center;
  cursor: pointer;
  padding: 10px;
}

toc-sidebar .toc-header,
toc-sidebar .more-toc {
  background-color: #16325c;
  line-height: 30px;
  text-transform: uppercase;
}

toc-sidebar div.hideContent {
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

toc-sidebar .setupImage {
  width: 17px;
  height: 15px;
  fill: #fff;
}

toc-sidebar body {
  font-family: Arial,Helvetica,Verdana,sans-serif;
  font-size: 85%;
  margin: 10px;
  background-color: #16325c;
}

toc-sidebar body.helpNav {
  margin: 0;
}

toc-sidebar table {
  font-size: 100%;
}

toc-sidebar div.p,
toc-sidebar p {
  font-size: 90%;
  font-weight: 400;
  margin: 1em 0 0 0;
}

toc-sidebar img {
  border: 0;
}

toc-sidebar form {
  padding: 0;
  margin: 0;
}

toc-sidebar pre {
  font-family: 'Courier New',Courier,monospace;
  font-weight: 400;
  font-size: 100%;
  color: #000;
  border: 1px solid transparent;
  margin-left: 20px;
  margin-top: 20px;
}

toc-sidebar div.p pre {
  font-size: 110%;
}

toc-sidebar .toc-content {
  margin: 10px -15px 0 0;
}

toc-sidebar .toc-content div a {
  color: #fff;
  text-decoration: underline;
}

toc-sidebar .toc-content div a:hover {
  color: #9faab5;
  text-decoration: underline;
}

toc-sidebar .toc-content div a:active {
  color: #5eb4ff;
}

toc-sidebar .toc-content div .setupHighlightLeaf a {
  color: #16325c;
  background-color: #fff;
}

toc-sidebar .toc-content div .setupHighlightLeaf a svg {
  fill: #16325c;
}

toc-sidebar .mTreeSelection {
  background-color: #E8E8E8;
  padding: .8em;
  font-size: 85%;
  text-align: left;
}

toc-sidebar .mTreeSelection .treeLine {
  background-color: #FFF;
  height: 1px;
  margin-top: .33em;
  margin-bottom: .69em;
  font-size: 0;
}

toc-sidebar .mTreeSelection h2 {
  display: block;
  margin-top: 15px;
  font-weight: 700;
  padding: .33em .33em .33em 0;
}

toc-sidebar .mTreeSelection .treeIndent {
  margin-left: 2em;
}

toc-sidebar .mTreeSelection .setupLeaf,
toc-sidebar .mTreeSelection .setupHighlightLeaf {
  padding-bottom: 2px;
}

toc-sidebar .mTreeSelection .setupHighlightLeaf {
  background-color: #fff;
  margin-left: .3em;
  min-width: 80px;
}

toc-sidebar .mTreeSelection .setupLeafNoDisplay {
  display: none;
}

toc-sidebar .mTreeSelection .setupHighlightLeaf a,
toc-sidebar .mTreeSelection .setupHighlightFolder,
toc-sidebar .mTreeSelection .setupLeaf a,
toc-sidebar .mTreeSelection .setupFolder,
toc-sidebar .mTreeSelection .setupSection {
  text-decoration: none;
}

toc-sidebar .mTreeSelection .setupLeaf {
  margin-left: .3em;
}

toc-sidebar .mTreeSelection a:hover {
  text-decoration: underline;
}

toc-sidebar .setupFolder {
  line-height: 1.5em;
}

toc-sidebar .childContainer {
  margin-left: 1em;
}

toc-sidebar .setupLeaf a,
toc-sidebar .setupHightlightLeaf a {
  line-height: 1.35em;
}

toc-sidebar .mTreeSelection .setupLeaf:hover {
  background-color: #fff;
}

toc-sidebar .mTreeSelection .setupLeaf:hover a {
  color: #16325c;
}

toc-sidebar .mTreeSelection .setupLeaf:hover svg {
  fill: #16325c;
}

toc-sidebar .setupImage {
  padding: .23em .33em .23em .33em;
  cursor: pointer;
}

toc-sidebar .trainingFormatDesc {
  margin: 1em 0;
}

toc-sidebar .trainingFormatIcon {
  margin-right: 5px;
}

toc-sidebar .mTreeSelection {
  background-color: #16325c;
  font-size: 85%;
  padding: .8em;
  text-align: left;
}

toc-sidebar .mTreeSelection .setupHighlightLeaf {
  background-color: #FFF;
  margin-left: .3em;
  font-weight: 700;
}

toc-sidebar .mTreeIndent {
  display: inline-block;
  height: 20px;
  float: left;
}

.toc-content::-webkit-scrollbar {
  width: 12px;
  background-color: #e0e5ee;
}

.toc-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  border-radius: 10px;
  background-color: #a8b7c7;
}

.toc-content::-webkit-scrollbar-thumb {
  background-color: #a8b7c7;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
}

top-cards {
  margin-bottom: 40px;
  display: block;
}

@media (max-width:767px) {
  top-cards {
    margin-bottom: 20px;
  }
}

.top-card {
  display: inline-block;
  vertical-align: top;
  width: 288px;
  height: 288px;
  text-align: center;
  white-space: normal;
}

.top-card:not(:last-child) {
  margin: 0 39.5px 0 0;
}

.top-card-logo {
  height: 90px;
  line-height: 90px;
  width: 258px;
  vertical-align: middle;
}

.top-card-logo img {
  max-height: 70%;
  max-width: 70%;
}

.top-card-title-row-wrapper {
  display: table-row;
  height: 54px;
}

.top-card-title-cell-wrapper {
  display: table-cell;
  width: 258px;
  max-width: 258px;
  vertical-align: middle;
}

.top-card-title {
  font-size: 21px;
  color: #444;
  line-height: 27px;
  max-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-card-subtitle {
  font-size: 13px;
  line-height: 17px;
  color: #7c7c7c;
  height: 51px;
  max-height: 51px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}

.top-card-button-wrapper {
  height: 65px;
  line-height: 65px;
  overflow: hidden;
}

@media (max-width:991px) {
  .top-card {
    width: 234px;
    height: 300px;
  }

  .top-card:not(:last-child) {
    margin: 0 21.5px 0 0;
  }

  .top-card-title-cell-wrapper {
    width: 204px;
    max-width: 204px;
  }

  .top-card-logo {
    width: 204px;
  }
}

@media (min-width:352px) and (max-width:767px) {
  .top-card {
    width: 352px;
    display: block;
  }

  .top-card-title-cell-wrapper {
    width: 322px;
    max-width: 322px;
  }

  .top-card:not(:last-child) {
    margin: 0 0 21.5px 0;
  }

  .top-card-logo {
    width: 322px;
  }
}

@media (max-width:352px) {
  .top-card {
    width: 100%;
    display: block;
    text-align: -webkit-center;
  }

  .top-card-title-cell-wrapper {
    width: 100%;
    max-width: 322px;
  }

  .top-card:not(:last-child) {
    margin: 0 0 21.5px 0;
  }

  .top-card-logo {
    width: 100%;
  }
}

.trending-read-more-btn {
  margin-top: 10px;
  margin-left: 5px;
  font-family: sf-font-bold;
}

.accordion-header-icon {
  color: #4074C3;
  font-size: 1em;
}

.trending-expandable-box {
  overflow: hidden;
}

.trending-top {
  float: left;
  width: 6%;
}

@media (min-width:992px) {
  .trending-header {
    font-size: 1em;
  }
}

@media (max-width:767px) and (max-width:991px) {
  .trending-header {
    font-size: .8em;
  }
}

.trending-background {
  background-color: #fff;
}

.trending-padding-top {
  padding-top: 15px;
}

.trending-tab-shape {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.trending-tab-shape li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: sf-font-regular;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.trending-tab-shape a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: sf-font-regular;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 8px 0 2px 0;
  margin: 0 5px;
  border-top: thin solid #F4F4F4;
  border-left: thin solid #F4F4F4;
  border-right: thin solid #F4F4F4;
}

.trending-tab-shape .active a {
  text-decoration: none;
  background-color: #F4F4F4;
}

.trending-tab-shape a:hover,
.tab-shape a:visited,
.tab-shape a:active {
  color: #23527c;
  text-decoration: none;
  background-color: #F4F4F4;
}

.trending-tab-shape li a:link,
.trending-tab-shape li a:hover,
.tab-shape li a:visited,
.tab-shape li a:active {
  text-decoration: none;
}

.panel-default>.panel-heading {
  background-color: #fff;
  border-color: #ddd;
}

.trending-accordion>.panel-heading {
  background-color: #DADADA;
  border-color: #ddd;
}

div .panel-body {
  background-color: #fafafa;
  border-color: #ddd;
}

.trending-more-btn-placement {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.trending-more-btn {
  border: none;
  background-color: #F4F4F4;
  font-family: sf-font-bold;
  color: #0074BE;
  margin-bottom: 10px;
}

.trending-more-btn:focus {
  outline: 0;
}

.accordion-header {
  width: 94%;
  display: block;
  overflow: hidden;
  padding-bottom: 2px;
  padding-top: 5px;
}

a:hover.accordion-toggle,
a:visited.accordion-toggle,
a:link.accordion-toggle,
a:active.accordion-toggle {
  text-decoration: none;
}

.trending {
  margin-top: 0;
}

.white-tile {
  padding: 1em;
  border-right: 1px solid #C5C5C5;
  border-bottom: 2px solid #C5C5C5;
  background-color: #fff;
  height: auto;
  margin-bottom: 10px;
  overflow: hidden;
}

.tile-header-txt {
  font-size: 22px;
  font-family: sf-font-light;
  margin-bottom: 20px;
}

.upsvc-table-head {
  padding-right: 15px;
}

.tile-label {
  color: #aaa;
  font-family: sf-font-regular;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 7px;
  padding: 0;
}

.upsvc-table-head .tile-label {
  padding: 0 15px;
}

.upsvc-container {
  border-top: 1px solid #C5C5C5;
  border-left: 1px solid #C5C5C5;
  border-right: 1px solid #C5C5C5;
  padding-top: 20px;
  padding-bottom: 20px;
}

.upsvc-container:last-child {
  border-bottom: 1px solid #C5C5C5;
  margin-bottom: 20px;
}

.upsvc-date-container {
  text-align: left;
}

.upsvc-date-box {
  height: 60px;
  line-height: 60px;
  background: #7498A9;
  color: #fff;
  display: block;
  width: 60px;
  margin: 0 auto 0 0;
  text-align: center;
}

.upsvc-month {
  font-family: sf-font-light;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  line-height: 1.5;
}

.upsvc-day {
  font-family: sf-font-regular;
  font-size: 26px;
  display: block;
  line-height: 1;
}

.upsvc-name-container {
  display: table;
  height: 30px;
  overflow: hidden;
}

.upsvc-name-container a {
  text-transform: uppercase;
  letter-spacing: 0!important;
  font-family: sf-font-bold;
  font-size: 11px;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
}

.upsvc-name-box {
  vertical-align: middle;
  height: 30px;
  overflow: hidden;
}

.upsvc-name-box p {
  font-family: sf-font-light;
  font-size: 18px;
  height: 30px;
  overflow: hidden;
  margin-bottom: 0;
}

.upsvc-scheduledby {
  color: #F60012;
  font-family: sf-font-bold;
  font-size: 11px;
  text-transform: uppercase;
}

@media (min-width:0) and (max-width:991px) {
  .tile-header-txt {
    font-size: 14px;
    font-family: sf-font-light;
    margin-bottom: 20px;
  }

  .tile-label {
    color: #aaa;
    font-family: sf-font-regular;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 7px;
    padding: 0;
  }

  .upsvc-name-box p {
    font-family: sf-font-light;
    font-size: 11px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 0;
  }

  .upsvc-name-container {
    display: table;
    height: 30px;
    overflow: hidden;
  }

  .upsvc-name-container a {
    text-transform: uppercase;
    letter-spacing: 0!important;
    font-family: sf-font-bold;
    font-size: 8px;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
  }
}

.video-pop-up {
  margin-top: 50px;
  margin-bottom: 20px;
}

.modal-content {
  background: 0 0;
  border: none;
  box-shadow: none;
}

.videos-header {
  margin-top: 10px;
  font-size: 2em;
}

.video-background {
  background-color: #F4F4F4;
  padding-bottom: 25px;
  margin-top: 10px;
}

.video-content {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 15px 0;
  height: 400px;
  border: thin solid #EDEDED;
  width: 265px;
}

.video-content .video-duration-margin {
  margin-right: 8px;
}

.video-content .video-thumbnail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.video-content .video-thumbnail .video-thumbnail-img {
  margin: 0;
  padding: 0;
  height: 199px;
  width: 265px;
}

.video-content .video-category {
  text-transform: uppercase;
  color: #46748D;
}

.video-content .video-duration-color {
  background-color: #003D4E;
  color: #FFF;
  text-align: right;
}

.video-content .each-video-content {
  background-color: #FFF;
  padding: 15px 8px;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 200px;
}

.video-content .video-title {
  font-size: 18px;
  color: #4074C3;
}

.video-content .video-border-bottom {
  border-bottom: thin solid #F4F4F4;
}

.video-content .video-description {
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  padding: 0 2px;
  max-width: 250px;
  word-break: break-word;
}

.video-margin {
  margin: 0 0 20px 0;
}

.center-videos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-icons-container {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.video-icons-container .video-icon-bg {
  background-color: #7A868E;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  margin-right: 10px;
}

.video-icons-container .video-icons {
  background-image: url(../assets/images/sprite-icons.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  height: 35px;
  width: 35px;
  display: inline-block;
}

.video-icons-container .video-icons.facebook {
  background-position: -106px -241px;
  width: 11px;
  height: 20px;
  -moz-transform-origin: 0 0;
}

.video-icons-container .video-icons.twitter {
  background-position: -120px -240px;
  width: 20px;
  height: 20px;
  -moz-transform-origin: 0 0;
}

.video-icons-container .video-icons.linkedin {
  background-position: -180px -242px;
  width: 21px;
  height: 20px;
  -moz-transform-origin: 0 0;
}

.play-button-round {
  pointer-events: none;
  display: block;
  height: 56px;
  left: 50%;
  margin-left: -26px;
  margin-top: -130px;
  position: absolute;
  top: 50%;
  width: 50px;
}

.glyphicon.glyphicon-play-circle {
  font-size: 50px;
}

.nav-tabs {
  border: none;
}

.each-video-container {
  -ms-flex: 1;
  flex: 1;
}

.video-thumbnail {
  overflow: hidden;
}

.videos {
  margin-top: 0;
}

.video-pop-up {
  width: 640px;
  height: 480px;
}

@media (max-width:768px) {
  .video-pop-up {
    width: 480px;
    height: 360px;
  }

  .modal-dialog {
    width: 450px;
    margin: 30px auto;
  }
}

@media (max-width:690px) {
  .video-pop-up {
    width: 360px;
    height: 270px;
  }

  .modal-dialog {
    width: 345px;
  }

  .modal-dialog {
    margin: 15px auto;
  }
}

@media (max-width:480px) {
  .video-pop-up {
    width: 320px;
    height: 240px;
  }

  .modal-dialog {
    width: 305px;
  }
}

@media (max-width:414px) {
  .modal-dialog {
    width: 330px;
  }
}

@media (max-width:375px) {
  .video-pop-up {
    width: 260px;
    height: 195px;
  }

  .modal-dialog {
    width: 290px;
  }
}

@media (max-width:320px) {
  .modal-dialog {
    width: 320px;
  }
}

.welcome-mobile {
  display: none;
}

.welcome-mobile h3 {
  cursor: pointer;
}

.welcome-background {
  background-color: #F4F4F4;
  border-top: thin solid #E2E1E1;
  border-bottom: thin solid #E2E1E1;
}

.welcome-background .container .welcome-photo {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  box-shadow: 0 0 15px #fff;
  -webkit-box-shadow: 0 0 15px #fff;
  -moz-box-shadow: 0 0 15px #fff;
  top: 9px;
  right: 5px;
}

.welcome-background .container .row {
  min-width: 600px;
  padding-left: 100px;
}

.welcome-background .container .row .welcome-headers {
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  font-family: sf-font-bold;
  color: #829595;
  font-size: 12px;
  bottom: 27px;
  margin-left: 30px;
  padding: 0;
}

.welcome-background .container .row .welcome-info {
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-text: left;
  bottom: 25px;
  margin-left: 30px;
  padding: 0;
  word-break: break-word;
}

.welcome-header {
  font-family: sf-font-regular;
  font-size: 3em;
}

.welcome-salesforce-logo {
  position: relative;
  bottom: 30px;
  margin: 0;
}

.welcome-user-type {
  color: #829595;
  font-family: sf-font-bold;
}

@media (max-width:991px) {
  .welcome-background {
    display: none;
  }

  .welcome-mobile {
    display: block;
    padding: 1em 1em 0 1em;
  }

  .welcome-mobile .title {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 20px;
    background-color: #00D87C;
  }

  .welcome-mobile .welcomeContent {
    background-color: #fff;
    border-top: 1px #E0E0E0 solid;
  }

  .welcome-mobile .welcomeContent .welcomeItem {
    font-size: 10px;
    padding: 1em 1em;
    font-size: 10px;
  }

  .welcome-mobile .welcomeContent .welcomeItem .welcomeItemHeader {
    font-weight: 700;
    font-family: sf-font-bold;
    margin-right: 1em;
  }
}