@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
body {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 45px; }
  body h1 {
    font-weight: 700;
    font-size: 40px; }
  body .action-btn-cont {
    text-align: center;
    padding: 30px 0; }
    body .action-btn-cont .action-btn {
      text-decoration: none;
      color: white;
      background-color: #ff5000;
      border-radius: 50px;
      padding: 15px 30px;
      font-size: 18px;
      border: none;
      transition: background-color,.2s; }
      body .action-btn-cont .action-btn:hover {
        background-color: #fd730a; }
  body .vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%; }
  body .vertical-align-center {
    display: table-cell;
    vertical-align: middle; }
  body #accordion1 h4 {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: inherit;
    margin-bottom: 0; }
  body #accordion1 .panel-body {
    font-size: 14px;
    padding: 5px 7px; }
  body #accordion1 a {
    text-decoration: none; }
  body #accordion1 .panel-heading {
    background-color: #041e41; }
    body #accordion1 .panel-heading a {
      display: block; }
  body #accordion1 .panel-title {
    color: white; }
  body #accordion1 .panel-title:after {
    font-family: Fontawesome;
    content: '\f077';
    float: right;
    font-size: 10px;
    font-weight: 300; }
  body #accordion1 .panel-title.collapsed:after {
    font-family: Fontawesome;
    content: '\f078'; }
  body section.header .jumbotron {
    background: none; }
    body section.header .jumbotron h1 {
      color: #FFF;
      font-size: 40px; }
  body .modal-body .bq {
    font-size: 14px;
    text-align: center;
    font-style: italic;
    color: #333; }
  body .modal-content {
    width: inherit;
    height: inherit;
    margin: 0 auto; }
  body .modal .modal-title {
    font-weight: 600;
    font-size: 24px; }
  body .modal form input, body .modal form textarea {
    background-color: #e7f0f8 !important; }
  body .sbb-modal .modal-body {
    text-align: center; }
    body .sbb-modal .modal-body .img {
      position: relative; }
      body .sbb-modal .modal-body .img span {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        position: absolute;
        margin-right: 15px;
        line-height: 40px;
        font-weight: 700;
        top: 0;
        background-color: #FF5000;
        color: #FFF; }
    body .sbb-modal .modal-body .title {
      background-color: #5092ce;
      color: #FFF;
      padding: 5px;
      border-radius: 5px;
      margin-bottom: 5px;
      margin-top: 10px;
      font-size: 18px;
      font-weight: 700; }
    body .sbb-modal .modal-body p {
      padding: 5px;
      font-size: 15px; }
  body .modal .close {
    font-size: 36px; }
  body .modal-body p {
    text-align: center;
    padding: 15px; }
  body .workforce-modal .modal-title,
  body .high-modal .modal-title,
  body .without-modal .modal-title {
    font-size: 18px;
    line-height: 34px; }
  body .workforce-modal .modal-body,
  body .high-modal .modal-body,
  body .without-modal .modal-body {
    padding-top: 0; }
    body .workforce-modal .modal-body p,
    body .high-modal .modal-body p,
    body .without-modal .modal-body p {
      text-align: left;
      padding: 0; }

body.lifelong {
  background-color: white;
  color: black;
  font-size: 18px; }
  body.lifelong .d-block {
    display: block; }
  body.lifelong .mx-auto {
    margin-left: auto;
    margin-right: auto; }
  body.lifelong .mb-4 {
    margin-bottom: 1.5rem !important; }
  body.lifelong .p-5 {
    padding: 3rem !important; }
  body.lifelong article.section {
    padding: 80px 0; }
    body.lifelong article.section p {
      font-size: 18px; }
    body.lifelong article.section h2 {
      text-align: center; }
    body.lifelong article.section.white {
      background-color: white; }
    body.lifelong article.section.grey {
      background-color: #f7f7f7; }
    body.lifelong article.section.grey-1 {
      background-color: #f1f1f1; }
    body.lifelong article.section.blue {
      background-color: #041e41;
      color: white; }
    body.lifelong article.section .section-heading {
      margin-bottom: 30px;
      text-align: center; }
      body.lifelong article.section .section-heading h2 {
        font-family: 'Open Sans', sans-serif !important;
        display: inline-block;
        margin-bottom: 0;
        font-size: 30px;
        font-weight: 200; }
      body.lifelong article.section .section-heading p {
        text-align: center; }
      body.lifelong article.section .section-heading.adjust h2 {
        width: 600px;
        margin: 0 auto; }
    body.lifelong article.section .section-container {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start; }
      body.lifelong article.section .section-container .section-container-item {
        flex: 1;
        width: 100%; }
        body.lifelong article.section .section-container .section-container-item .section-bullets {
          display: flex;
          font-size: 18px;
          flex-direction: column;
          align-items: center; }
          body.lifelong article.section .section-container .section-container-item .section-bullets ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
            text-align: left;
            display: block;
            width: 100%;
            max-width: 300px;
            box-sizing: border-box; }
            body.lifelong article.section .section-container .section-container-item .section-bullets ul li {
              padding-bottom: 6px; }
              body.lifelong article.section .section-container .section-container-item .section-bullets ul li i {
                color: #FF5000; }
  body.lifelong section:nth-child(even) {
    background-color: #f7fafd; }
  body.lifelong section h1 {
    font-size: 46px;
    font-weight: bold;
    color: #041e41; }
  body.lifelong section h2 {
    font-family: 'Open Sans', sans-serif !important;
    color: #0a4776;
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 50px; }
    body.lifelong section h2 b {
      font-weight: bold; }
  body.lifelong section h3 {
    font-family: 'Open Sans', sans-serif !important;
    color: #0a4776;
    font-size: 32px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 30px; }
  body.lifelong section .fa-ul {
    margin-bottom: 40px;
    margin-top: 0; }
  body.lifelong section p {
    text-align: left;
    margin-bottom: 20px;
    line-height: 30px; }
  body.lifelong .action-btn-cont {
    padding: 0;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 0px; }
  body.lifelong section#call-out {
    background-color: #041e41; }
    body.lifelong section#call-out h1, body.lifelong section#call-out h2, body.lifelong section#call-out h3, body.lifelong section#call-out p {
      color: #FFF; }
    body.lifelong section#call-out h3 {
      text-align: center; }
  body.lifelong section#call-out {
    padding-bottom: 0;
    padding-top: 40px;
    color: #FFF; }
    body.lifelong section#call-out h3 {
      margin-bottom: 60px; }
    body.lifelong section#call-out .call-out-container {
      display: flex;
      align-items: stretch;
      flex-direction: column;
      gap: 5px; }
      body.lifelong section#call-out .call-out-container .call-out-container-item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1;
        height: 100%;
        background-color: #052959; }
        body.lifelong section#call-out .call-out-container .call-out-container-item .call-out-titles {
          display: block;
          text-align: center;
          font-size: 24px;
          font-weight: 400;
          padding: 30px 15px;
          align-items: center; }
        body.lifelong section#call-out .call-out-container .call-out-container-item .call-out-item-link {
          text-decoration: none;
          transition: background-color, .2s;
          display: block;
          padding: 15px;
          color: #FFF;
          background-color: #FF5000; }
          body.lifelong section#call-out .call-out-container .call-out-container-item .call-out-item-link .call-out-label-item {
            font-size: 20px; }
          body.lifelong section#call-out .call-out-container .call-out-container-item .call-out-item-link .call-out-label {
            font-weight: 700;
            line-height: 10px;
            font-size: 12px;
            text-transform: uppercase; }
          body.lifelong section#call-out .call-out-container .call-out-container-item .call-out-item-link:hover {
            background-color: #ff7333; }
            body.lifelong section#call-out .call-out-container .call-out-container-item .call-out-item-link:hover::after {
              right: 10px; }
  body.lifelong section.header {
    padding: 80px 0;
    padding-bottom: 40px;
    background-color: #041e41;
    background: #041d42;
    background: -moz-linear-gradient(180deg, #041d42 0%, #021128 100%);
    background: -webkit-linear-gradient(180deg, #041d42 0%, #021128 100%);
    background: linear-gradient(180deg, #041d42 0%, #021128 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#041d42",endColorstr="#021128",GradientType=1);
    background-size: cover; }
    body.lifelong section.header .jumbotron {
      padding: 0; }
      body.lifelong section.header .jumbotron .col-lg-6 {
        display: block;
        float: left; }
      body.lifelong section.header .jumbotron img {
        display: inline-block;
        max-width: 100%;
        height: auto;
        margin-bottom: 20px; }
      body.lifelong section.header .jumbotron h1 {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 46px;
        color: #FFF; }
      body.lifelong section.header .jumbotron p {
        text-align: left;
        color: #FFF; }
      body.lifelong section.header .jumbotron ul {
        list-style: none;
        margin-left: 3.142857em; }
        body.lifelong section.header .jumbotron ul li {
          font-size: 22px;
          font-weight: 200;
          margin-bottom: 20px;
          color: #FFF; }
          body.lifelong section.header .jumbotron ul li i {
            color: #FF5000;
            font-size: 30px; }
      body.lifelong section.header .jumbotron .header-box {
        border: 1px solid #0e284e;
        background-color: #0e284e;
        padding: 15px;
        padding-top: 9px;
        font-size: 16px;
        border-radius: 0 0 3px 3px; }
      body.lifelong section.header .jumbotron .hytPlayerWrap {
        border: 6px solid #0e284e;
        display: block;
        position: relative; }
        body.lifelong section.header .jumbotron .hytPlayerWrap.ended::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          cursor: pointer;
          background-color: black;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 64px 64px;
          background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==); }
        body.lifelong section.header .jumbotron .hytPlayerWrap.paused::after {
          content: "";
          position: absolute;
          top: 70px;
          left: 0;
          bottom: 50px;
          right: 0;
          cursor: pointer;
          background-color: black;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 40px 40px;
          background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+); }
  body.lifelong section.spotlight {
    background: url(../img/img-casestudy-bg.jpg);
    padding: 60px 0;
    background-size: cover;
    text-align: center; }
    body.lifelong section.spotlight p {
      color: white;
      font-size: 24px;
      text-align: center; }
    body.lifelong section.spotlight .img-spotlight {
      text-align: center; }
    body.lifelong section.spotlight .spotlight-btn {
      margin-top: 15px;
      border-radius: 50px;
      display: inline-block;
      font-size: 18px;
      padding: 15px 80px;
      background-color: #36a08c;
      color: white;
      transition: background-color, .2s;
      text-decoration: none; }
      body.lifelong section.spotlight .spotlight-btn:hover {
        background-color: #48c1aa; }
  @media (min-width: 992px) {
    body.lifelong article.section.blue .section-heading h2 {
      width: 700px;
      margin: 0 auto; }
    body.lifelong article.section .section-heading h2 {
      display: block;
      max-width: 970px;
      margin: 0 auto; }
    body.lifelong article.section .section-container {
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      body.lifelong article.section .section-container .section-container-item {
        align-items: center; }
        body.lifelong article.section .section-container .section-container-item .section-bullets {
          flex-direction: row;
          justify-content: center; }
    body.lifelong section#call-out .call-out-container {
      height: 238px;
      flex-direction: unset; } }

body.careerprepped.toolkit {
  background-color: #eaeff5;
  /* Medium devices (desktops, 992px and up) */ }
  body.careerprepped.toolkit section.spotlight .img-spotlight {
    text-align: center; }
    body.careerprepped.toolkit section.spotlight .img-spotlight img {
      display: block;
      max-width: 100%;
      height: auto; }
  body.careerprepped.toolkit .toolkit_action {
    background-color: #041e41; }
    body.careerprepped.toolkit .toolkit_action h1 {
      color: white;
      margin-top: 0;
      background: none;
      font-size: 28px;
      padding: 30px 0;
      text-align: center; }
  body.careerprepped.toolkit section.header {
    background: url(../img/img-talent-development-header.jpg);
    background-size: cover;
    position: relative; }
    body.careerprepped.toolkit section.header .jumbotron {
      padding: 50px 0; }
    body.careerprepped.toolkit section.header h1 {
      text-align: center;
      margin-bottom: 0;
      font-size: 34px; }
  body.careerprepped.toolkit section.skills h1,
  body.careerprepped.toolkit section.opportunities h1 {
    margin-top: 0;
    color: white;
    padding: 30px 15px;
    margin-bottom: 0;
    background-color: #041e41;
    border-top: 40px solid white;
    font-family: "Mokoko", serif;
    font-size: 28px;
    text-align: center; }
  body.careerprepped.toolkit section.skills .container-fluid,
  body.careerprepped.toolkit section.opportunities .container-fluid {
    padding: 0 !important; }
    body.careerprepped.toolkit section.skills .container-fluid .row,
    body.careerprepped.toolkit section.opportunities .container-fluid .row {
      margin: 0; }
      body.careerprepped.toolkit section.skills .container-fluid .row .col-lg-12,
      body.careerprepped.toolkit section.opportunities .container-fluid .row .col-lg-12 {
        padding: 0; }
  body.careerprepped.toolkit section.skills .eq,
  body.careerprepped.toolkit section.opportunities .eq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
  body.careerprepped.toolkit section.skills .eq > [class*='col-'],
  body.careerprepped.toolkit section.opportunities .eq > [class*='col-'] {
    display: flex;
    flex-direction: column; }
  body.careerprepped.toolkit section.skills .title,
  body.careerprepped.toolkit section.opportunities .title {
    color: white;
    font-size: 24px;
    display: block;
    font-family: "Mokoko", serif;
    border: 2px solid #041e41;
    text-align: center;
    margin-bottom: 15px; }
    body.careerprepped.toolkit section.skills .title span,
    body.careerprepped.toolkit section.opportunities .title span {
      padding: 10px 20px;
      display: block;
      background-color: #041e41; }
  body.careerprepped.toolkit section.skills img,
  body.careerprepped.toolkit section.opportunities img {
    display: block;
    max-width: 100%;
    height: auto; }
  body.careerprepped.toolkit section.skills p,
  body.careerprepped.toolkit section.opportunities p {
    font-size: 16px;
    line-height: inherit;
    margin-right: 0;
    text-align: left !important;
    margin-bottom: 15px; }
  body.careerprepped.toolkit section.skills .coming-soon,
  body.careerprepped.toolkit section.opportunities .coming-soon {
    margin-bottom: 30px;
    text-align: center; }
    body.careerprepped.toolkit section.skills .coming-soon span,
    body.careerprepped.toolkit section.opportunities .coming-soon span {
      padding: 5px 30px;
      background-color: #CCC;
      color: white;
      font-size: 16px;
      border-radius: 50px;
      display: block; }
  body.careerprepped.toolkit section.skills .ls-wrapper,
  body.careerprepped.toolkit section.opportunities .ls-wrapper {
    background: none !important; }
    body.careerprepped.toolkit section.skills .ls-wrapper .ls-nav,
    body.careerprepped.toolkit section.opportunities .ls-wrapper .ls-nav {
      padding: 35px 0;
      text-align: center !important;
      background-color: white;
      font-size: 18px;
      font-weight: 600;
      font-family: "Mokoko", serif;
      display: flex;
      justify-content: center;
      align-items: center; }
      body.careerprepped.toolkit section.skills .ls-wrapper .ls-nav .ls-select-box,
      body.careerprepped.toolkit section.opportunities .ls-wrapper .ls-nav .ls-select-box {
        display: none !important; }
      body.careerprepped.toolkit section.skills .ls-wrapper .ls-nav ul li,
      body.careerprepped.toolkit section.opportunities .ls-wrapper .ls-nav ul li {
        display: inline-block !important; }
        body.careerprepped.toolkit section.skills .ls-wrapper .ls-nav ul li a,
        body.careerprepped.toolkit section.opportunities .ls-wrapper .ls-nav ul li a {
          background: none;
          padding-top: 5px;
          padding-bottom: 5px; }
        body.careerprepped.toolkit section.skills .ls-wrapper .ls-nav ul li.current a,
        body.careerprepped.toolkit section.opportunities .ls-wrapper .ls-nav ul li.current a {
          color: white;
          border-radius: 50px;
          background-color: #FF5000; }
      body.careerprepped.toolkit section.skills .ls-wrapper .ls-nav #main-slider-nav-ul,
      body.careerprepped.toolkit section.skills .ls-wrapper .ls-nav #main-slider1-nav-ul,
      body.careerprepped.toolkit section.opportunities .ls-wrapper .ls-nav #main-slider-nav-ul,
      body.careerprepped.toolkit section.opportunities .ls-wrapper .ls-nav #main-slider1-nav-ul {
        padding: 0 10px;
        font-size: 18px;
        display: inline-block !important;
        float: none !important; }
    body.careerprepped.toolkit section.skills .ls-wrapper .ls-panel,
    body.careerprepped.toolkit section.opportunities .ls-wrapper .ls-panel {
      width: 100%; }
      body.careerprepped.toolkit section.skills .ls-wrapper .ls-panel .panel-wrapper,
      body.careerprepped.toolkit section.opportunities .ls-wrapper .ls-panel .panel-wrapper {
        position: relative;
        padding: 30px 0 !important;
        background-color: #f8f8f8; }
        body.careerprepped.toolkit section.skills .ls-wrapper .ls-panel .panel-wrapper .slider-info,
        body.careerprepped.toolkit section.opportunities .ls-wrapper .ls-panel .panel-wrapper .slider-info {
          position: relative;
          top: 50%;
          transform: translateY(-50%); }
          body.careerprepped.toolkit section.skills .ls-wrapper .ls-panel .panel-wrapper .slider-info a,
          body.careerprepped.toolkit section.opportunities .ls-wrapper .ls-panel .panel-wrapper .slider-info a {
            color: #ff5000; }
  body.careerprepped.toolkit section.opportunities {
    margin-top: 0; }
    body.careerprepped.toolkit section.opportunities h1 {
      color: white;
      margin-top: 0;
      background-color: #FF5000; }
    body.careerprepped.toolkit section.opportunities .title {
      border: 2px solid #FF5000; }
      body.careerprepped.toolkit section.opportunities .title span {
        background-color: #FF5000; }
  @media (min-width: 455px) {
    body.careerprepped.toolkit section.spotlight .img-spotlight {
      text-align: center; }
      body.careerprepped.toolkit section.spotlight .img-spotlight img {
        display: inline-block;
        max-width: 100%;
        height: auto; } }
  @media (min-width: 667px) {
    body.careerprepped.toolkit {
      background-color: #eaeff5; }
      body.careerprepped.toolkit section.header {
        background: url(../img/img-talent-development-header.jpg);
        background-size: cover;
        position: relative; }
        body.careerprepped.toolkit section.header h1 {
          text-align: center;
          margin-bottom: 0; }
      body.careerprepped.toolkit section.skills h1,
      body.careerprepped.toolkit section.opportunities h1 {
        color: white;
        padding: 30px 0;
        margin-bottom: 0;
        background-color: #041e41;
        border-top: 40px solid white;
        font-family: "Mokoko", serif;
        font-size: 32px;
        text-align: center; }
      body.careerprepped.toolkit section.skills .container-fluid,
      body.careerprepped.toolkit section.opportunities .container-fluid {
        padding: 0 !important; }
        body.careerprepped.toolkit section.skills .container-fluid .row,
        body.careerprepped.toolkit section.opportunities .container-fluid .row {
          margin: 0; }
          body.careerprepped.toolkit section.skills .container-fluid .row .col-lg-12,
          body.careerprepped.toolkit section.opportunities .container-fluid .row .col-lg-12 {
            padding: 0; }
      body.careerprepped.toolkit section.skills .eq,
      body.careerprepped.toolkit section.opportunities .eq {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap; }
      body.careerprepped.toolkit section.skills .eq > [class*='col-'],
      body.careerprepped.toolkit section.opportunities .eq > [class*='col-'] {
        display: flex;
        flex-direction: column; }
      body.careerprepped.toolkit section.skills .title,
      body.careerprepped.toolkit section.opportunities .title {
        color: white;
        font-size: 22px;
        display: inline-block;
        font-family: "Mokoko", serif;
        border: 2px solid #041e41;
        margin-bottom: 15px; }
        body.careerprepped.toolkit section.skills .title span,
        body.careerprepped.toolkit section.opportunities .title span {
          padding: 10px 20px;
          margin: 4px;
          display: inline-block;
          background-color: #041e41; }
      body.careerprepped.toolkit section.skills .silder-info-content,
      body.careerprepped.toolkit section.opportunities .silder-info-content {
        text-align: left !important;
        margin-bottom: 30px;
        padding: 0; }
      body.careerprepped.toolkit section.skills .img-cont,
      body.careerprepped.toolkit section.opportunities .img-cont {
        text-align: center; }
      body.careerprepped.toolkit section.skills img,
      body.careerprepped.toolkit section.opportunities img {
        display: inline-block;
        width: auto; }
      body.careerprepped.toolkit section.skills p,
      body.careerprepped.toolkit section.opportunities p {
        font-size: 18px;
        line-height: auto;
        margin-right: 0;
        text-align: center !important; }
      body.careerprepped.toolkit section.skills .coming-soon,
      body.careerprepped.toolkit section.opportunities .coming-soon {
        margin-bottom: 30px;
        text-align: left; }
        body.careerprepped.toolkit section.skills .coming-soon span,
        body.careerprepped.toolkit section.opportunities .coming-soon span {
          padding: 5px 30px;
          background-color: #CCC;
          color: white;
          font-size: 16px;
          border-radius: 50px;
          display: inline-block; }
      body.careerprepped.toolkit section.skills .ls-wrapper,
      body.careerprepped.toolkit section.opportunities .ls-wrapper {
        background: none !important; }
        body.careerprepped.toolkit section.skills .ls-wrapper .ls-nav,
        body.careerprepped.toolkit section.opportunities .ls-wrapper .ls-nav {
          padding: 35px 0;
          text-align: center !important;
          background-color: white;
          font-size: 22px;
          font-weight: 600;
          font-family: "Mokoko", serif;
          display: flex;
          justify-content: center;
          align-items: center; }
          body.careerprepped.toolkit section.skills .ls-wrapper .ls-nav .ls-select-box,
          body.careerprepped.toolkit section.opportunities .ls-wrapper .ls-nav .ls-select-box {
            display: none !important; }
          body.careerprepped.toolkit section.skills .ls-wrapper .ls-nav ul li,
          body.careerprepped.toolkit section.opportunities .ls-wrapper .ls-nav ul li {
            display: inline-block !important; }
            body.careerprepped.toolkit section.skills .ls-wrapper .ls-nav ul li a,
            body.careerprepped.toolkit section.opportunities .ls-wrapper .ls-nav ul li a {
              background: none; }
            body.careerprepped.toolkit section.skills .ls-wrapper .ls-nav ul li.current a,
            body.careerprepped.toolkit section.opportunities .ls-wrapper .ls-nav ul li.current a {
              color: white;
              border-radius: 50px;
              background-color: #FF5000; }
          body.careerprepped.toolkit section.skills .ls-wrapper .ls-nav #main-slider-nav-ul,
          body.careerprepped.toolkit section.opportunities .ls-wrapper .ls-nav #main-slider-nav-ul {
            display: inline-block !important;
            float: none !important;
            font-size: 24px; }
        body.careerprepped.toolkit section.skills .ls-wrapper .ls-panel,
        body.careerprepped.toolkit section.opportunities .ls-wrapper .ls-panel {
          width: 100%; }
          body.careerprepped.toolkit section.skills .ls-wrapper .ls-panel .panel-wrapper,
          body.careerprepped.toolkit section.opportunities .ls-wrapper .ls-panel .panel-wrapper {
            position: relative;
            padding: 40px 0 !important; }
            body.careerprepped.toolkit section.skills .ls-wrapper .ls-panel .panel-wrapper .slider-info,
            body.careerprepped.toolkit section.opportunities .ls-wrapper .ls-panel .panel-wrapper .slider-info {
              position: relative;
              top: 50%;
              transform: translateY(-50%); }
      body.careerprepped.toolkit section.opportunities {
        margin-top: 0; }
        body.careerprepped.toolkit section.opportunities h1 {
          color: white;
          margin-top: 0;
          background-color: #FF5000; }
        body.careerprepped.toolkit section.opportunities .title {
          border: 2px solid #FF5000; }
          body.careerprepped.toolkit section.opportunities .title span {
            background-color: #FF5000; } }
  @media (min-width: 768px) {
    body.careerprepped.toolkit section.header .jumbotron {
      padding: 100px 0;
      font-size: 44px; } }
  @media (min-width: 992px) {
    body.careerprepped.toolkit {
      background-color: #eaeff5; }
      body.careerprepped.toolkit section.header h1 {
        text-align: center;
        margin-bottom: 0;
        font-size: 44px; } }
  @media (min-width: 1200px) {
    body.careerprepped.toolkit {
      background-color: #eaeff5; }
      body.careerprepped.toolkit section.header {
        background: url(../img/img-talent-development-header.jpg);
        background-size: cover;
        position: relative; }
        body.careerprepped.toolkit section.header h1 {
          text-align: center;
          margin-bottom: 0; }
      body.careerprepped.toolkit section.skills h1,
      body.careerprepped.toolkit section.opportunities h1 {
        color: white;
        padding: 30px 0;
        margin-bottom: 0;
        background-color: #041e41;
        border-top: 40px solid white;
        font-family: "Mokoko", serif;
        font-size: 32px;
        text-align: center; }
      body.careerprepped.toolkit section.skills .container-fluid,
      body.careerprepped.toolkit section.opportunities .container-fluid {
        padding: 0 !important; }
        body.careerprepped.toolkit section.skills .container-fluid .row,
        body.careerprepped.toolkit section.opportunities .container-fluid .row {
          margin: 0; }
          body.careerprepped.toolkit section.skills .container-fluid .row .col-lg-12,
          body.careerprepped.toolkit section.opportunities .container-fluid .row .col-lg-12 {
            padding: 0; }
      body.careerprepped.toolkit section.skills .eq,
      body.careerprepped.toolkit section.opportunities .eq {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap; }
      body.careerprepped.toolkit section.skills .eq > [class*='col-'],
      body.careerprepped.toolkit section.opportunities .eq > [class*='col-'] {
        display: flex;
        flex-direction: column; }
      body.careerprepped.toolkit section.skills .title,
      body.careerprepped.toolkit section.opportunities .title {
        color: white;
        font-size: 22px;
        display: inline-block;
        font-family: "Mokoko", serif;
        border: 2px solid #041e41;
        margin-bottom: 15px; }
        body.careerprepped.toolkit section.skills .title span,
        body.careerprepped.toolkit section.opportunities .title span {
          padding: 10px 20px;
          margin: 4px;
          display: inline-block;
          background-color: #041e41; }
      body.careerprepped.toolkit section.skills .silder-info-content,
      body.careerprepped.toolkit section.opportunities .silder-info-content {
        text-align: left !important;
        margin-bottom: 30px;
        padding: 0;
        font-size: 22px;
        line-height: 32px;
        margin-right: 50px; }
      body.careerprepped.toolkit section.skills .img-cont,
      body.careerprepped.toolkit section.opportunities .img-cont {
        text-align: center; }
      body.careerprepped.toolkit section.skills img,
      body.careerprepped.toolkit section.opportunities img {
        display: inline-block;
        width: auto; }
      body.careerprepped.toolkit section.skills p,
      body.careerprepped.toolkit section.opportunities p {
        font-size: 18px;
        line-height: auto;
        margin-right: 0;
        text-align: center !important; }
      body.careerprepped.toolkit section.skills .ls-wrapper,
      body.careerprepped.toolkit section.opportunities .ls-wrapper {
        background: none !important; }
        body.careerprepped.toolkit section.skills .ls-wrapper .ls-nav,
        body.careerprepped.toolkit section.opportunities .ls-wrapper .ls-nav {
          padding: 35px 0;
          text-align: center !important;
          background-color: white;
          font-size: 22px;
          font-weight: 600;
          font-family: "Mokoko", serif;
          display: flex;
          justify-content: center;
          align-items: center; }
          body.careerprepped.toolkit section.skills .ls-wrapper .ls-nav .ls-select-box,
          body.careerprepped.toolkit section.opportunities .ls-wrapper .ls-nav .ls-select-box {
            display: none !important; }
          body.careerprepped.toolkit section.skills .ls-wrapper .ls-nav ul li,
          body.careerprepped.toolkit section.opportunities .ls-wrapper .ls-nav ul li {
            display: inline-block !important; }
            body.careerprepped.toolkit section.skills .ls-wrapper .ls-nav ul li a,
            body.careerprepped.toolkit section.opportunities .ls-wrapper .ls-nav ul li a {
              background: none; }
            body.careerprepped.toolkit section.skills .ls-wrapper .ls-nav ul li.current a,
            body.careerprepped.toolkit section.opportunities .ls-wrapper .ls-nav ul li.current a {
              color: white;
              border-radius: 50px;
              background-color: #FF5000; }
          body.careerprepped.toolkit section.skills .ls-wrapper .ls-nav #main-slider-nav-ul,
          body.careerprepped.toolkit section.skills .ls-wrapper .ls-nav #main-slider1-nav-ul,
          body.careerprepped.toolkit section.opportunities .ls-wrapper .ls-nav #main-slider-nav-ul,
          body.careerprepped.toolkit section.opportunities .ls-wrapper .ls-nav #main-slider1-nav-ul {
            display: inline-block !important;
            float: none !important;
            font-size: 24px; }
        body.careerprepped.toolkit section.skills .ls-wrapper .ls-panel,
        body.careerprepped.toolkit section.opportunities .ls-wrapper .ls-panel {
          width: 100%; }
          body.careerprepped.toolkit section.skills .ls-wrapper .ls-panel .panel-wrapper,
          body.careerprepped.toolkit section.opportunities .ls-wrapper .ls-panel .panel-wrapper {
            position: relative;
            padding: 40px 0 !important; }
            body.careerprepped.toolkit section.skills .ls-wrapper .ls-panel .panel-wrapper .slider-info,
            body.careerprepped.toolkit section.opportunities .ls-wrapper .ls-panel .panel-wrapper .slider-info {
              position: relative;
              top: 50%;
              transform: translateY(-50%); }
      body.careerprepped.toolkit section.opportunities {
        margin-top: 0; }
        body.careerprepped.toolkit section.opportunities h1 {
          color: white;
          margin-top: 0;
          background-color: #FF5000; }
        body.careerprepped.toolkit section.opportunities .title {
          border: 2px solid #FF5000; }
          body.careerprepped.toolkit section.opportunities .title span {
            background-color: #FF5000; } }

@media (min-width: 390px) {
  section.provided img {
    display: inline-block;
    max-width: 100%; } }
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  body section.header .jumbotron [class*="col-lg-6"] {
    display: block;
    vertical-align: middle; }
  body section.provided img {
    display: inline-block;
    max-width: 100%;
    height: auto; } }
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  body section.header .jumbotron [class*="col-lg-6"] {
    float: none;
    display: table-cell;
    vertical-align: middle; } }

/*# sourceMappingURL=ctelearn-careerprepped.css.map */
