.header-actions {
  justify-content: space-between;
  margin-top: -1rem; }
  @media (min-width: 992px) {
    .header-actions {
      display: flex; } }
  .header-actions .heading-secondary {
    margin: 0.5rem 0 0.5rem;
    text-align: center; }
    @media (min-width: 992px) {
      .header-actions .heading-secondary {
        text-align: left;
        margin: 1rem 0 1.4rem; } }
  .header-actions .header-buttons {
    white-space: nowrap;
    overflow: auto;
    display: flex;
    margin: 1rem 0 1.4rem; }
    @media (min-width: 768px) {
      .header-actions .header-buttons {
        justify-content: center; } }
    .header-actions .header-buttons-wrap {
      position: relative; }
      .header-actions .header-buttons-wrap:before {
        content: '';
        position: absolute;
        top: 0;
        left: -1px;
        bottom: 0;
        width: 14px;
        background: white;
        background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%); }
      .header-actions .header-buttons-wrap:after {
        content: '';
        position: absolute;
        top: 0;
        right: -1px;
        bottom: 0;
        width: 14px;
        background: white;
        background: linear-gradient(-90deg, white 0%, rgba(255, 255, 255, 0) 100%); }
    .header-actions .header-buttons .btn {
      border-radius: 0; }
      .header-actions .header-buttons .btn:first-child {
        border-radius: 1.5rem 0 0 1.5rem;
        margin-left: 10px; }
      .header-actions .header-buttons .btn:last-child {
        border-radius: 0 1.5rem 1.5rem 0;
        margin-right: 10px; }

.hide {
  display: none !important; }

#header {
  border: 0px;
  height: 330px;
  width: 100%; }
  #header.short {
    height: 250px; }

@media (max-width: 767px) {
  #header {
    height: 185px; }
    #header.short {
      height: 110px; } }
.hero.without-title {
  height: 1.5em;
  margin-bottom: 3em !important; }

.podcast-jumbotron {
  position: relative; }
  .podcast-jumbotron .audios {
    width: 100%;
    float: left; }
  .podcast-jumbotron .sponsor-logo img {
    max-width: 4em;
    max-height: 4em; }
  .podcast-jumbotron .podcast-global-goal {
    position: absolute;
    top: -30px;
    right: -30px;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
    box-shadow: 10px 10px 5px -4px #ebebeb; }
    .podcast-jumbotron .podcast-global-goal img {
      width: 9em; }

.bg-transcript-0 {
  background-color: rgba(0, 123, 255, 0.7); }

.bg-transcript-1 {
  background-color: #67ccab; }

.bg-transcript-2 {
  background-color: #b7a312; }

.bg-transcript-3 {
  background-color: #17a2b8; }

.bg-transcript-4 {
  background-color: #bc676f; }

.bg-transcript-5 {
  background-color: #bc676f; }

.bg-transcript-6 {
  background-color: #bc676f; }

.podcast-container {
  position: relative; }
  .podcast-container .go-back-podcasts {
    position: absolute;
    top: -35px;
    right: 20px;
    font-size: 10pt; }
  .podcast-container .podcast-image-header {
    background-size: cover;
    background-position: 0% 20%;
    position: relative;
    height: 9em;
    width: auto;
    margin-left: -15px;
    margin-right: -15px; }
    @media (min-width: 320px) {
      .podcast-container .podcast-image-header {
        margin-left: 0;
        margin-right: 0; } }
  .podcast-container .sponsor-alert img {
    max-width: 75px;
    max-height: 75px; }
  .podcast-container .ribbon {
    position: absolute;
    right: -42px;
    top: -72px;
    z-index: 1;
    overflow: hidden;
    width: 200px;
    height: 200px;
    text-align: right; }
    .podcast-container .ribbon span {
      font-size: 20px;
      font-weight: bold;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      line-height: 40px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      width: 300px;
      display: block;
      background: #79A70A;
      background: linear-gradient(#05EFF7 0%, #087F8F 100%);
      box-shadow: 0 3px 10px -5px black;
      position: absolute;
      top: 19px;
      right: -21px;
      text-indent: 60px; }
    .podcast-container .ribbon span::before {
      content: "";
      position: absolute;
      left: 0px;
      top: 100%;
      z-index: -1;
      border-left: 3px solid #087F8F;
      border-right: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-top: 3px solid #087F8F; }
    .podcast-container .ribbon span::after {
      content: "";
      position: absolute;
      right: 0px;
      top: 100%;
      z-index: -1;
      border-left: 3px solid transparent;
      border-right: 3px solid #087F8F;
      border-bottom: 3px solid transparent;
      border-top: 3px solid #087F8F; }

.transcript-card .card-header {
  font-size: 1.1em; }
.transcript-card .card-header-img {
  width: 35px;
  height: 35px;
  border-radius: 30px;
  margin-right: 20px; }
.transcript-card blockquote {
  font-size: 0.9em; }

.student-question .card-text {
  font-size: 0.8em; }

.podcast-col {
  position: relative; }
  .podcast-col .podcast-new {
    position: absolute;
    left: 0px;
    top: -10px;
    z-index: 99; }
    .podcast-col .podcast-new img {
      width: 50px;
      height: 50px; }

.podcast-block {
  position: relative; }
  .podcast-block .global-goal {
    position: absolute;
    top: -16px;
    right: -20px;
    padding: 1em; }
    .podcast-block .global-goal img {
      width: 4em;
      height: 4em;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
  .podcast-block .top-bar {
    font-size: 0.8em; }

.dashboard-card {
  position: relative;
  margin-bottom: 3em; }
  .dashboard-card .completed-icon {
    z-index: 99999;
    position: absolute;
    top: -8px;
    right: -10px;
    height: 25px;
    width: 25px;
    border-radius: 20px;
    text-align: center; }
    .dashboard-card .completed-icon i {
      line-height: 25px; }
  .dashboard-card .card-title {
    height: 3em; }
  .dashboard-card .card-img-top {
    background-size: cover;
    border-radius: 0px;
    height: 10em; }
  .dashboard-card .card-text {
    font-size: 0.9em; }
  .dashboard-card .card-footer {
    text-align: center; }

.team-name {
  font-size: 18pt; }

.heading-secondary {
  position: relative; }
  .heading-secondary .sub-heading-secondary {
    float: right;
    font-size: 0.5em;
    color: #8b8d8f; }
    .heading-secondary .sub-heading-secondary img {
      max-height: 2.5em;
      margin-right: 0.5em; }
    .heading-secondary .sub-heading-secondary .edit-project {
      color: #666;
      font-weight: 300;
      cursor: pointer; }

.sidebar-box h4 img {
  width: 2.5em;
  margin-top: -1.5em; }

.podcast-player .podcast-skip-chapter.small {
  font-size: 0.8em; }

.blank-body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5; }

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto; }
  .form-signin.wide {
    max-width: 700px; }
  .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .form-signin .sub-text {
    font-size: 0.8em; }

#pinModal .modal-image {
  max-width: 37.5em; }

.activity-card p {
  font-size: 10pt; }
.activity-card .card-body {
  min-height: 400px; }
.activity-card .card-text {
  font-size: 9pt; }

.login-nav .profile-nav {
  cursor: pointer;
  position: relative; }
  .login-nav .profile-nav .profile-nav-dropdown {
    display: none;
    position: absolute;
    right: 0px;
    top: 20px;
    z-index: 9999999;
    text-align: left; }
    .login-nav .profile-nav .profile-nav-dropdown a {
      font-size: 0.9em;
      text-transform: none; }

.modal-lg {
  max-width: 80% !important; }

.iconic-nav .nav-tabs {
  border-bottom: #0096db solid 1px; }
.iconic-nav .nav {
  flex-wrap: nowrap; }
.iconic-nav .nav-image {
  margin: 0 0 0.3rem; }
  @media (min-width: 768px) {
    .iconic-nav .nav-image {
      margin: 0 0.3rem 0 0; } }
.iconic-nav .nav-item {
  flex: 1 1 0; }
.iconic-nav .nav-link {
  padding: 0.5rem 0.2rem 0.4rem;
  font-size: 0.8rem;
  border-radius: 0.5rem 0.5rem 0 0;
  border: none; }
  @media (min-width: 768px) {
    .iconic-nav .nav-link {
      font-size: 1rem; } }
  .iconic-nav .nav-link .stage-name {
    display: block; }
    @media (min-width: 768px) {
      .iconic-nav .nav-link .stage-name {
        display: inline; } }

.nav-item {
  position: relative; }
  .nav-item .nav-image {
    max-width: 2em; }
  .nav-item .nav-badge {
    z-index: 99999;
    position: absolute;
    height: 25px;
    width: 25px;
    border-radius: 20px;
    text-align: center;
    top: 0;
    left: 50%;
    transform: translate(-100%, -50%); }
    @media (min-width: 768px) {
      .nav-item .nav-badge {
        left: 10px;
        top: 50%;
        transform: translateY(-50%); } }
    .nav-item .nav-badge i {
      line-height: 25px; }
  .nav-item .nav-lock {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    color: #bfb9b9;
    background-color: #ffffffd1;
    border: 2px dashed #d1c9c9;
    opacity: 0.9;
    border-radius: -4px;
    cursor: pointer; }

.full-content .sidebar {
  background: #f5f5f5; }
  .full-content .sidebar .objectives-button {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    text-align: center; }

.lesson-content .card-heading {
  display: flex;
  align-items: center; }
.lesson-content .card-heading-left {
  flex: 1 1 auto; }
.lesson-content .card-heading-right {
  flex: 0 0 84px; }
  .lesson-content .card-heading-right img {
    display: block;
    max-width: 100%; }

.lesson-content {
  position: relative; }
  .lesson-content .lock {
    position: absolute;
    top: 30px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #ffffffd1;
    border: 2px dashed #d1c9c9;
    opacity: 1.0;
    border-radius: -4px;
    z-index: 999;
    cursor: pointer; }
    .lesson-content .lock .upgrade {
      display: none;
      font-size: 1.1em;
      text-align: center;
      color: #000;
      z-index: 9999;
      cursor: pointer;
      height: 100%;
      width: 100%;
      font-weight: 700; }
      .lesson-content .lock .upgrade img {
        width: 3em; }
  .lesson-content .pin {
    position: relative; }
    .lesson-content .pin .card-img-top {
      cursor: pointer; }
    .lesson-content .pin .delete-pin {
      position: absolute;
      background-color: #fff;
      border-radius: 5px;
      text-align: center;
      font-size: 1em;
      color: red;
      line-height: 23px;
      top: -5px;
      right: -5px;
      width: 25px;
      height: 25px;
      border: 1px solid #f1f1f1;
      cursor: pointer;
      display: none; }
  .lesson-content .play-chapter {
    cursor: pointer; }
    .lesson-content .play-chapter .play-chapter-button {
      width: 50px;
      height: 50px;
      top: 0px;
      left: 0px;
      position: absolute;
      margin-left: 20px;
      cursor: pointer; }

.lesson-plan {
  font-size: 0.9em; }
  .lesson-plan .header-icon {
    max-width: 1.2em; }
  .lesson-plan .alert-box {
    position: relative; }
    .lesson-plan .alert-box callout {
      padding: 4px;
      border-radius: 5px;
      font-size: 0.7em;
      float: right;
      background-color: rgba(0, 123, 255, 0.7);
      color: #fff;
      margin-bottom: 2px; }
    .lesson-plan .alert-box li {
      margin-bottom: 10px; }
    .lesson-plan .alert-box .alert-text {
      font-size: 0.9em; }
      .lesson-plan .alert-box .alert-text h4 {
        font-size: 1em; }
      .lesson-plan .alert-box .alert-text h5 {
        font-size: 0.9em; }
    .lesson-plan .alert-box .alert-icon {
      position: absolute;
      top: -20px;
      left: -20px;
      max-width: 2.5em; }
  .lesson-plan .lesson-steps a {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px; }
    .lesson-plan .lesson-steps a .badge {
      float: left;
      margin-top: 0.3em; }
    .lesson-plan .lesson-steps a .text {
      float: left;
      margin-left: 1em;
      width: 90%; }
      .lesson-plan .lesson-steps a .text ul {
        margin-top: 0.7em; }
        .lesson-plan .lesson-steps a .text ul li {
          font-size: 0.9em; }
  .lesson-plan .activity-steps {
    margin-top: 1rem; }
    .lesson-plan .activity-steps .list-group-item.active {
      margin-top: 0;
      border-top-width: 0; }
    .lesson-plan .activity-steps a {
      border: none;
      margin: 0 0 0.4rem;
      border-radius: 0.25rem;
      display: flex; }
      .lesson-plan .activity-steps a .badge {
        flex: 0 0 16px;
        height: 16px;
        margin-top: 0.2rem; }
      .lesson-plan .activity-steps a .text {
        flex: 1 1 auto; }

.lesson-block h4 {
  padding-left: 2em;
  position: relative; }
  .lesson-block h4 .header-icon {
    position: absolute;
    left: 0;
    top: 0; }
  .lesson-block h4 .ig_number {
    position: absolute;
    left: 0;
    top: 0; }

.hero.with-title {
  margin-bottom: 0em !important; }

.nav-block-left {
  cursor: pointer;
  border-bottom: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  background-color: #f7f7f7;
  position: relative;
  z-index: 999;
  height: 110px;
  min-width: 97px; }
  .nav-block-left .step-n {
    width: 100%;
    height: 20px;
    font-size: 10pt;
    text-align: center;
    color: #666;
    position: absolute;
    margin-top: 8px;
    font-style: italic;
    padding-left: 14px; }
  .nav-block-left .img-nav {
    width: 90%; }
  .nav-block-left.active {
    -webkit-box-shadow: 10px 4px 5px -3px #d1d1d1;
    -moz-box-shadow: 10px 4px 5px -3px #d1d1d1;
    box-shadow: 10px 4px 5px -3px #d1d1d1; }
  .nav-block-left img {
    width: 55px !important;
    margin-top: 15px;
    margin-left: 39px !important; }
  .nav-block-left:last-child {
    border-right: 1px solid #d2d2d2; }

.project-view {
  position: relative;
  padding-right: 60px; }
  .project-view .project-navigation {
    padding: 0px !important;
    font-family: 'Open Sans', sans-serif; }
  .project-view .project-stage {
    padding-top: 25px;
    position: relative; }
    .project-view .project-stage .stage-title {
      font-weight: 700;
      margin: 0px 0px 20px 65px;
      font-size: 25px;
      position: relative; }
      .project-view .project-stage .stage-title .icon-box {
        position: absolute;
        top: -5px;
        left: -65px; }
        .project-view .project-stage .stage-title .icon-box img {
          margin: 5px 0 0 15px;
          width: 35px;
          height: 35px; }
    .project-view .project-stage .internal-box {
      border: 1px solid #f1f1f1;
      background-color: #f1f1f1;
      border-radius: 10px;
      margin: 10px 0px 0px 40px;
      padding: 10px 10px 0px 10px;
      position: relative;
      width: 90%; }
      .project-view .project-stage .internal-box .title {
        font-size: 12pt;
        font-weight: 700;
        margin: 10px 0 0px 20px; }
        .project-view .project-stage .internal-box .title.normal {
          font-weight: normal; }
      .project-view .project-stage .internal-box step {
        padding-bottom: 0px;
        margin-left: 0px; }
      .project-view .project-stage .internal-box paragraph {
        font-size: 14px !important;
        padding-bottom: 0px; }
  .project-view .project-content {
    display: inline-block;
    padding-bottom: 40px; }
    .project-view .project-content .stage-title {
      margin: 30px 0px 0px 65px; }
    .project-view .project-content.last {
      border-bottom: 0px; }
    .project-view .project-content .main-content {
      padding: 35px 25px 0px 40px !important;
      margin-left: 25px !important;
      margin-top: 0px !important; }
    .project-view .project-content .right {
      float: right; }
    .project-view .project-content .section-header {
      height: 60px; }
      .project-view .project-content .section-header .number {
        font-size: 15pt;
        font-weight: 900;
        background: #fceabb;
        background: -moz-linear-gradient(left, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #fceabb), color-stop(50%, #fccd4d), color-stop(51%, #f8b500), color-stop(100%, #fbdf93));
        background: -webkit-linear-gradient(left, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: -o-linear-gradient(left, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: -ms-linear-gradient(left, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: linear-gradient(to right, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=1 );
        width: 30px;
        height: 30px;
        text-align: center;
        border-radius: 30px;
        float: left; }
      .project-view .project-content .section-header .header {
        font-size: 14pt;
        font-weight: 600;
        margin-left: 20px;
        float: left; }
    .project-view .project-content .project-form step {
      padding: 0px 15px 0px 15px;
      margin-left: 0px;
      margin-top: 20px;
      padding-bottom: 0px; }
    .project-view .project-content .project-form label {
      font-size: 10pt;
      font-weight: 600; }
    .project-view .project-content .project-form input, .project-view .project-content .project-form select, .project-view .project-content .project-form textarea {
      width: 100%;
      height: 35px;
      font-size: 10pt;
      margin-bottom: 10px; }
    .project-view .project-content .project-form .project-description {
      height: 200px; }
    .project-view .project-content .project-form table {
      margin-top: 20px; }
    .project-view .project-content .project-form .top-table {
      margin-left: 20px;
      font-size: 10pt; }
    .project-view .project-content .project-footer {
      height: 125px;
      border-top: 5px double #f2f2f2f2;
      margin-top: 45px;
      padding-top: 25px; }
      .project-view .project-content .project-footer .btn {
        font-size: 14px; }
      .project-view .project-content .project-footer .left {
        float: left; }
    .project-view .project-content .carousel {
      width: 615px; }
    .project-view .project-content .goal-tiles {
      display: inline-block; }
      .project-view .project-content .goal-tiles .goal-tile-wrapper {
        float: left; }
        .project-view .project-content .goal-tiles .goal-tile-wrapper .goal-tile-content {
          position: relative; }
          .project-view .project-content .goal-tiles .goal-tile-wrapper .goal-tile-content img {
            height: 144px;
            width: 144px; }
          .project-view .project-content .goal-tiles .goal-tile-wrapper .goal-tile-content .overlay {
            display: none;
            height: 144px;
            width: 144px;
            position: absolute;
            top: 0px;
            left: 0px;
            background-color: #F1F1F1F1;
            opacity: 0.8; }
            .project-view .project-content .goal-tiles .goal-tile-wrapper .goal-tile-content .overlay img {
              width: 25px;
              height: 25px;
              margin-top: 65px;
              margin-left: 60px; }
    .project-view .project-content .activity-card {
      font-size: 10pt; }
      .project-view .project-content .activity-card .card-text {
        font-size: 8pt; }
    .project-view .project-content .pins {
      margin-left: 20px;
      max-width: 100%;
      overflow: hidden; }
      .project-view .project-content .pins figure {
        position: relative;
        width: 250px;
        height: 300px;
        background: #fefefe;
        box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
        margin: 35px 15px 15px 15px;
        padding: 5px;
        display: inline-block;
        float: left; }
        .project-view .project-content .pins figure img {
          max-width: 240px;
          max-height: 120px; }
        .project-view .project-content .pins figure figcaption {
          margin-top: 10px;
          font-size: 10pt;
          color: #444;
          line-height: 1.5; }
          .project-view .project-content .pins figure figcaption .text {
            height: 100px;
            min-height: 100px;
            overflow-y: scroll; }
          .project-view .project-content .pins figure figcaption .btn-sm {
            position: absolute;
            bottom: 10px;
            left: 10px; }
      .project-view .project-content .pins .pinButtons {
        position: absolute;
        top: -10px;
        right: -25px; }
        .project-view .project-content .pins .pinButtons a {
          float: left;
          margin-right: 5px; }

step {
  display: inline-block;
  position: relative;
  font-size: 14px;
  width: 100%;
  padding-bottom: 20px;
  margin-left: 25px; }
  step.first {
    margin-top: 0px !important; }
  step.last {
    border-bottom: 0px !important; }
  step title {
    font-weight: bold;
    display: inline-block;
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
    margin-left: 10px;
    border-top: 1px solid #f1f1f1;
    float: top;
    padding-top: 30px; }
  step title:first-child {
    padding-top: 0px;
    border-top: none; }
  step number {
    width: 30px;
    display: inherit;
    height: 30px;
    background-color: #000;
    color: #FFF;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    padding-top: 3px;
    border-radius: 50px;
    float: left; }
  step tip {
    right: 10px;
    left: 50px;
    font-size: 14px;
    position: absolute;
    top: 10px;
    border: 1px solid #f3f3f3;
    background-color: #f1f1f1;
    border-radius: 50%;
    padding: 5px; }
  step instructions {
    font-weight: normal;
    width: 100%;
    display: list-item;
    font-size: 14px;
    list-style-type: disc;
    list-style-position: outside; }
    step instructions ul {
      list-style-type: disc;
      margin-top: 10px; }
      step instructions ul li {
        margin-left: 25px; }
    step instructions .section {
      border: 1px solid #f1f1f1;
      background-color: #f1f1f1;
      margin-top: 20px;
      padding: 20px 20px 0px 20px; }
      step instructions .section label {
        font-size: 18px; }
    step instructions input {
      margin-top: 10px; }
  step ol {
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 20px; }
  step paragraph {
    font-weight: normal;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 18px;
    margin-bottom: 20px;
    font-size: 14px;
    display: inline-block; }
    step paragraph ul {
      list-style-type: disc;
      margin-top: 20px; }
      step paragraph ul li {
        margin-left: 25px; }
  step note {
    display: inline-block;
    width: 60%;
    border-left: 3px solid #cac8c8;
    padding-left: 10px;
    color: #666;
    font-size: 12pt;
    margin: 40px 0 20px 10px;
    font-style: italic;
    position: relative;
    margin-left: 50px; }
    step note:before {
      content: '';
      position: absolute;
      left: -38px;
      top: -5px;
      background: url("/dfcusa-pm/app/webroot/img/img_note_icon.png") center center no-repeat;
      width: 30px;
      height: 30px;
      background-size: 100%; }
    step note ul {
      list-style-type: disc;
      margin-top: 10px; }
      step note ul li {
        margin-left: 25px; }
  step read {
    display: inline-block;
    width: 60%;
    border-left: 3px solid #cac8c8;
    padding-left: 10px;
    color: #666;
    font-size: 12pt;
    margin: 40px 0 20px 10px;
    font-style: italic;
    position: relative;
    margin-left: 50px; }
    step read:before {
      content: '';
      position: absolute;
      left: -38px;
      top: -5px;
      background: url("/dfcusa-pm/app/webroot/img/img_read_icon.png") center center no-repeat;
      width: 30px;
      height: 30px;
      background-size: 100%; }
  step say {
    display: inline-block;
    width: 60%;
    border-left: 3px solid #cac8c8;
    padding-left: 10px;
    color: #666;
    font-size: 12pt;
    margin: 40px 0 20px 10px;
    font-style: italic;
    position: relative;
    margin-left: 50px; }
    step say:before {
      content: '';
      position: absolute;
      left: -38px;
      top: -5px;
      background: url("/dfcusa-pm/app/webroot/img/img_quote_icon.png") center center no-repeat;
      width: 30px;
      height: 30px;
      background-size: 100%; }
  step .pdf {
    width: 100%;
    display: inline-block;
    height: 745px;
    border: 0px;
    margin: 40px 0px 0px 20px; }
  step .video {
    margin: 25px 15px 0px 15px;
    height: 450px;
    width: 100%; }

.pinboard {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.modal-dialog.big {
  max-width: 635px; }

.sprint-content {
  display: inline-block;
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 40px;
  margin-left: 20px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif; }
  .sprint-content:last-child {
    border-bottom: none; }
  .sprint-content .section-header {
    height: 90px; }
    .sprint-content .section-header .number {
      font-weight: 900;
      background: #fceabb;
      background: -moz-linear-gradient(left, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #fceabb), color-stop(50%, #fccd4d), color-stop(51%, #f8b500), color-stop(100%, #fbdf93));
      background: -webkit-linear-gradient(left, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
      background: -o-linear-gradient(left, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
      background: -ms-linear-gradient(left, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
      background: linear-gradient(to right, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=1 );
      width: 50px;
      height: 50px;
      text-align: center;
      border-radius: 30px;
      float: left;
      margin-top: 30px;
      margin-left: 21px; }
    .sprint-content .section-header .header {
      font-size: 14pt;
      font-weight: 600;
      margin-top: 25px;
      margin-left: -15px;
      float: left;
      font-weight: bold;
      color: #666;
      background-color: #f8f8f8f1;
      width: 100%;
      padding: 10px 10px 10px 30px;
      -webkit-border-top-right-radius: 10px;
      -webkit-border-bottom-right-radius: 10px;
      -moz-border-radius-topright: 10px;
      -moz-border-radius-bottomright: 10px;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px; }
  .sprint-content .content-block {
    float: left;
    padding-top: 25px;
    position: relative;
    padding-bottom: 15px;
    padding: 0px 25px 25px 25px; }
    .sprint-content .content-block .header {
      font-size: 15pt;
      font-weight: bold;
      color: #666;
      font-family: 'Open Sans', sans-serif;
      text-decoration: underline;
      margin-top: 15px;
      margin-bottom: 20px; }
      .sprint-content .content-block .header.has-icon {
        margin-top: 30px;
        margin-left: 85px;
        margin-bottom: 40px; }
    .sprint-content .content-block .icon-box {
      position: absolute;
      top: 15px;
      left: 20px; }
    .sprint-content .content-block ul {
      list-style-type: disc;
      padding-left: 25px;
      padding-top: 10px; }
    .sprint-content .content-block .description {
      font-weight: 300;
      color: #585555;
      font-size: 12pt; }
    .sprint-content .content-block .content-callout {
      float: top;
      border: 1px solid #e2e2e2;
      padding: 0px 20px 5px 20px;
      margin-top: 20px;
      background-color: #f1f1f1;
      position: relative; }
      .sprint-content .content-block .content-callout.has-icon {
        padding: 20px 20px 20px 50px; }
      .sprint-content .content-block .content-callout .icon {
        position: absolute;
        top: 20px;
        left: 10px;
        width: 25px;
        height: 25px; }
      .sprint-content .content-block .content-callout.adjunct {
        margin-left: 30px;
        margin-top: 40px; }
        .sprint-content .content-block .content-callout.adjunct .icon {
          position: absolute;
          top: -20px;
          left: -20px;
          width: 50px;
          height: 50px; }
      .sprint-content .content-block .content-callout h4 {
        font-size: 14pt;
        font-weight: bold;
        color: #666;
        margin-top: 20px;
        margin-bottom: 20px; }
      .sprint-content .content-block .content-callout h5 {
        font-size: 10pt;
        font-weight: bold;
        color: #666;
        margin-top: 20px;
        margin-bottom: 20px; }
      .sprint-content .content-block .content-callout.podcast-callout {
        height: 110px; }
        .sprint-content .content-block .content-callout.podcast-callout .title {
          font-size: 12pt;
          font-weight: bold;
          color: #666;
          position: absolute;
          top: 15px;
          left: 15px;
          z-index: 99; }
        .sprint-content .content-block .content-callout.podcast-callout .show-podcast-content {
          position: absolute;
          right: 20px;
          top: 0px; }
        .sprint-content .content-block .content-callout.podcast-callout .icon {
          top: 65px;
          left: 15px; }
        .sprint-content .content-block .content-callout.podcast-callout .audios {
          position: absolute;
          top: 50px;
          width: 93%; }
      .sprint-content .content-block .content-callout.embed-callout {
        height: auto;
        width: auto;
        margin-top: 20px;
        padding: 10px; }
        .sprint-content .content-block .content-callout.embed-callout .title {
          font-size: 12pt;
          font-weight: bold;
          color: #666;
          z-index: 99;
          height: 40px;
          width: 100%;
          position: relative; }
          .sprint-content .content-block .content-callout.embed-callout .title .download {
            position: absolute;
            top: 0px;
            right: 5px;
            width: 25px;
            height: 25px; }
  .sprint-content .content-divider {
    float: left;
    width: 60px; }
  .sprint-content .content-sidebars {
    float: left;
    margin-top: 35px;
    margin-bottom: 25px; }
    .sprint-content .content-sidebars .content-sidebar {
      float: top;
      border: 1px solid #e2e2e2;
      padding: 20px 30px 20px 30px;
      margin-bottom: 20px;
      background-color: #fcfcfc;
      border-radius: 5px;
      position: relative;
      font-size: 9pt;
      font-style: italic;
      color: #3a3a3a; }
      .sprint-content .content-sidebars .content-sidebar ul {
        list-style-type: disc;
        padding-left: 25px;
        padding-bottom: 10px; }
      .sprint-content .content-sidebars .content-sidebar ol {
        padding-left: 25px; }
      .sprint-content .content-sidebars .content-sidebar li {
        position: relative; }
        .sprint-content .content-sidebars .content-sidebar li callout {
          position: absolute;
          right: 0px; }
      .sprint-content .content-sidebars .content-sidebar.has-icon {
        padding: 20px 20px 20px 50px; }
      .sprint-content .content-sidebars .content-sidebar .icon {
        position: absolute;
        top: 20px;
        left: 10px;
        width: 25px;
        height: 25px; }
      .sprint-content .content-sidebars .content-sidebar h4 {
        font-size: 14pt;
        font-weight: bold;
        color: #000;
        margin-top: 10px;
        margin-bottom: 10px; }
      .sprint-content .content-sidebars .content-sidebar h5 {
        font-size: 11pt;
        font-weight: bold;
        color: #000;
        margin-top: 10px;
        margin-bottom: 10px; }
  .sprint-content .upload-pin {
    position: absolute;
    top: -128px;
    right: -60px; }
  .sprint-content ol li {
    padding-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px; }
  .sprint-content callout {
    position: relative;
    padding: 0px 5px;
    margin-left: 10px;
    font-size: 11px;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff; }
  .sprint-content .btn-contentbutton {
    margin-left: 20px; }

.box-style {
  border: 1px solid #cecece;
  padding: 0px;
  width: 150px;
  float: left;
  height: 150px;
  font-size: 30pt;
  text-align: center;
  margin: 20px;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  position: relative; }
  .box-style i {
    margin-left: 0%;
    margin-top: 30%;
    font-size: 45pt;
    cursor: pointer; }
  .box-style img {
    background-size: 100%;
    height: 150px;
    width: 150px; }
  .box-style .delete-pin {
    position: absolute;
    background-color: #f1f1f1;
    width: 25px;
    height: 25px;
    top: -10px;
    right: -10px;
    box-shadow: 0 3px 3px rgba(34, 25, 25, 0.4);
    border-radius: 50%;
    cursor: pointer; }
    .box-style .delete-pin i {
      position: absolute;
      top: 0px;
      left: 0px;
      margin-left: 7px;
      font-size: 9pt; }

.edit-sprint {
  position: absolute;
  top: 35px;
  right: 50px;
  z-index: 9999999; }

.podcast-content .audios {
  width: 100%; }
.podcast-content .heading {
  padding-bottom: 30px; }
.podcast-content .chapters {
  padding: 20px 10px 0px 10px; }
  .podcast-content .chapters .chapter {
    border-bottom: 1px solid #f1f1f1;
    height: 40px;
    margin-bottom: 15px; }
    .podcast-content .chapters .chapter .chapter-number {
      width: 30px;
      height: 30px;
      border-radius: 30px;
      background-color: #f3f3f3;
      color: #000;
      font-size: 12pt;
      font-weight: bold;
      text-align: center;
      float: left;
      margin-right: 20px; }
    .podcast-content .chapters .chapter .chapter-title {
      float: left;
      width: auto; }
    .podcast-content .chapters .chapter .chapter-time {
      float: right;
      font-size: 10pt;
      color: #666;
      font-style: italic; }
.podcast-content .empathy-visual-container {
  margin-top: 40px; }
.podcast-content audio {
  width: 90%;
  margin: 10px auto 10px auto; }
.podcast-content ul {
  list-style-type: none; }
  .podcast-content ul li {
    margin-left: -40px; }

.project-banner {
  height: 90px;
  margin-bottom: 0px; }
  .project-banner .text {
    font-size: 15pt;
    font-weight: 700;
    line-height: 60px; }

@media (max-width: 767px) {
  .podcast-container .display-4 {
    font-size: 2.2rem; } }
.podcast-container .lead {
  max-width: 660px; }
.podcast-container .transcript-heading {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .podcast-container .transcript-heading {
      flex-direction: row; } }
.podcast-container .part-title {
  flex: 1 1 auto; }
.podcast-container .player {
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
  font-size: 1.1rem;
  height: 36px; }
  @media (max-width: 767px) {
    .podcast-container .player {
      margin-top: 1rem; } }
  .podcast-container .player .btn-play {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem 0 0 0.25rem;
    background: #0096db;
    color: white; }
  .podcast-container .player .timestamp {
    display: flex;
    align-items: center;
    border-radius: 0 0.25rem 0.25rem 0;
    padding: 0.2rem 0.4rem;
    background: #00a7f5;
    color: white; }

.top-player {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .top-player {
      flex-direction: row; } }
  .top-player .player-buttons {
    flex: 1 1 100%;
    order: 2;
    margin-bottom: 0.4rem; }
    .top-player .player-buttons .btn-block + .btn-block {
      margin-top: 0; }
    @media (min-width: 768px) {
      .top-player .player-buttons {
        flex: 0 0 140px;
        order: 0; } }
  .top-player .player-wrap {
    flex: 1 1 100%;
    order: 1;
    margin-bottom: 0.4rem; }
    @media (min-width: 768px) {
      .top-player .player-wrap {
        padding-left: 1rem; } }

.chapter-selection {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 768px) {
    .chapter-selection {
      flex-direction: row; } }
  .chapter-selection > * {
    margin: 0 0 1rem; }
  .chapter-selection label {
    display: block;
    flex: 1 1 auto; }
  .chapter-selection .selector {
    flex: 1 1 auto; }
  .chapter-selection .visuals {
    text-align: center; }
    @media (min-width: 768px) {
      .chapter-selection .visuals {
        padding-left: 0.6rem;
        flex: 0 0 110px; } }
  .chapter-selection .btn-visuals {
    text-decoration: none; }

.podcast-block .added-button {
  position: absolute;
  top: 130px;
  left: 30px;
  width: 50px;
  height: 50px; }
  .podcast-block .added-button img {
    width: 50px;
    height: 50px; }

.instructions {
  border-left: 3px solid #666;
  padding-left: 20px;
  margin: 20px 10px 20px 10px;
  font-style: italic;
  width: 80%;
  color: #f1f1f1; }

/*# sourceMappingURL=dfcusa-pm.css.map */
