





















































dd, fieldset, figcaption, figure, hr, ol, p, pre, table, ul {
    margin-bottom: 1.25rem;
    margin-top: 0;
}

ul{
    margin-left:0;
}

.body-container-wrapper{
    background: #f5f8fa;
    border:none !important;
        height: 100%;
    min-height: 103vh;
}

.non-course h1, .non-course h2, .non-course .title{
        color: #495b67;
}

.private-template__section--header {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.cert-icon{
        max-width: 58px;
    margin: 0 auto;
    display: block;
}

.private-template__section {
    padding: 28px 3rem;
border: 1px solid #cbd6e2 !important;
    background: #ffffff;
}

.private-header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2.5rem;
    padding: 2.625rem 3rem 1.5rem;
    position: relative;
}

.private-header--full-width {
    border-bottom: 1px solid #cbd6e2;
}

.private-header--flush, .private-template:not(.private-editor)>.private-template__section--header>.private-header {
    padding-left: 0;
    padding-right: 0;
}

.private-header--condensed, .private-template .private-template__section>.private-header {
    margin-bottom: 0;
    border-bottom: 0;
}

.private-header.private-header--with-tabs {
    padding-bottom: 0;
}

.private-header.private-header--with-tabs .private-header__inner {
    padding-bottom: 1.5rem;
}

.private-header .private-header__inner {
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 2.5rem;
}
.private-header .private-header__title .private-header__heading {
    margin-bottom: 0;
    padding-right: 1.75rem;
        width: 100%;
}

.private-page__title h1 {
    font-family: Avenir Next W02,Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-shadow: 0 0 1px transparent;
    margin-bottom: 1.25rem;
    margin-top: 0;
    display: block;
    font-size: 1.75rem;
    line-height: normal;
    margin: 0;
}

.private-header:not(.private-header--width-constrained) .private-header__title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    flex-wrap: wrap;
}

.card-view-container{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    margin: auto;
    padding: 0 50px;
    margin-top: 20px;
}

.card-view {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1280px;
    width: 100%;
    height: 100%;
        margin: 0 auto;
}

.private-card {
    border-radius: .1875rem;
    background-color: #ffffff;
    box-shadow: 0 1px 5px 0 rgba(45,62,80,.12);
    padding: 2.5rem;
    position: relative;
}

.private-card:hover > .card-content,.private-card:active > .card-content, .private-card:focus > .card-content, .hover_effect > .card-content{
          opacity: 0 !important;
      visibility: collapse;
}

.hovered{
    opacity:0 !important;
    visibility:collapse;
}

.private-card:hover > .more-info, .private-card.hover_effect > .more-info, .shown{
          opacity: 1;
      top: 30px;
      visibility: visible; 
} 

.certification-card {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    height: 348px;
    margin-left: 10px;
    margin-right: 10px;
    width: 260px;
    max-width: 300px;
}

.private-card__wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0;
}

  .card-content {
    opacity: 1;
    transition: opacity 200ms; }


  .footer-section {
    padding-top: 10px; }

.private-card__image--hero {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    display: block;
    margin: -1.5rem;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

  .private-card__image--hero {
    height: 241px; }

  .private-card__wrapper .private-card__image--hero {
    margin: 0;
    }

.certification-card .more-info {
    height: 348px;
    left: 5%;
    margin: auto;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 30px;
    transition: top .2s,opacity .3s;
    visibility: collapse;
    width: 90%;
}

  .more-info {
    height: 348px;
    left: 5%;
    margin: auto;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 30px;
    transition: top 200ms, 
    opacity 300ms;
    /*visibility: collapse;*/
    width: 90%;
  }

    .name {
      font-size: 18px;
      font-weight: bolder;
      margin-bottom: 15px; 
        
    }

    .details {
      font-size: 14px; 
        
    }

    .separator-container {
      position: absolute;
      top: 167px;
      width: 100%; 
        
    }

    .separator {
      background-color: #cbd6e2;
      border: 0;
      height: 1px;
      margin: auto;
      width: 60px; 
          
      }

    .buttons {
        position: absolute;
        top: 190px;
        width: 100%;
    }
    
    .certification-card .more-info .buttons .start-button {
    width: 160px;
    }
    
    .private-button--primary {
    background-color: #ff7a59;
    border-color: #ff7a59;
    color: #ffffff;
    }
    
    .private-button--default{
        font-size: 14px;
        font-size: .875rem;
        line-height: .875rem;
        padding: .75rem 1.5rem;
        font-family: Avenir Next W02,Helvetica,Arial,sans-serif;
        font-weight: 500;
    }
    
    .private-button {
    border-radius: .1875rem;
    border-style: solid;
    border-width: 1px;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    font-smoothing: auto;
    text-shadow: 0 0 1px transparent;
    font-family: Avenir Next W02,Helvetica,Arial,sans-serif;
    font-weight: 400;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .15s ease-out;
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.private-button__link {
    background-color: transparent;
    border-color: transparent;
    font-family: Avenir Next W02,Helvetica,Arial,sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-shadow: 0 0 1px transparent;
    transition: all .15s ease-out;
    color: #0091ae;
    text-decoration: none;
    -webkit-user-select: inherit;
    -moz-user-select: inherit;
    -ms-user-select: inherit;
    user-select: inherit;
    display: inline;
    font-size: 14px;
    overflow: visible;
    padding: 0;
    text-align: center;
    vertical-align: inherit;
    margin: 0;
    white-space: normal;
}

.private-button__link:focus, .private-button__link:hover {
    color: #007a8c;
    text-decoration: underline;
}

.private-button__link:focus {
    border-color: transparent;
    box-shadow: none;
    text-decoration: underline;
}
.private-button__link:focus {
    outline: 0;
}

      .start-button {
        width: 160px; 
          
      }

      .info-button {
        margin-top: 15px; 
          
      } 

  .certification-details.locked {
    opacity: .1; }

.card-title {
  height: 215px; }

.certification-details {
  line-height: 1.3;
  margin-top: 30px;
  text-align: center;
}

  .title {
    color: #ffffff;
    font-size: 18px;
    font-weight: bolder; 
  }

  .started {
    color: #425b76; 
      
  }

  .details {
    color: #7c98b6
  }

    .footer button {
      margin-top: 0; 

    }

    .retake-course {
      margin-top: 10px;
      text-align: center;
      width: 100%; }

  button {
    margin-top: 34px;
    width: 100%; }

  .review-course {
    margin-top: 10px;
    text-align: center;
    width: 100%; 
     
  }


    .category-tags {
      margin-top: 10px; 
        
    } 

  .point {
    font-weight: bold; }

  .score {
    color: #00bda5;
    font-size: 26px;
    text-align: center; 
        
    } 

.card-alert-info {
  background-color: #fef8f0;
  border-radius: 0 0 5px 5px;
  bottom: 0;
  font-size: 14px;
  height: 50px;
  left: 0;
  padding-top: 10px;
  position: absolute;
  text-align: center;
  width: 100%; }

.certification-card .footer-section {
    padding-top: 10px;
}
.private-card--compact .private-card__section {
    padding: 1.5rem;
}

.private-card__section {
    border-radius: inherit;
    padding: 2.5rem;
}

.certification-card .footer-section {
    padding-top: 10px;
}

.private-card--compact .private-card__section {
    padding: 1.5rem;
}

.private-card__section {
    border-radius: inherit;
    padding: 2.5rem;
}


.footer .point {
    font-weight: 700;
}

.footer .points .category-tags {
    margin-top: 10px;
}

.private-tag {
    border-radius: .125rem;
    font-size: 12px;
    font-size: .75rem;
    background-color: #eaf0f6;
    border: 1px solid transparent;
    color: #33475b !important;
    line-height: 1.375rem;
    padding: 0 .5rem;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    display: inline-block;
    font-weight: 600;
    max-width: 100%;
    overflow: hidden;
}

.private-tag__flex-wrapper {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    max-width: 100%;
    vertical-align: top;
}

.private-tag__flex-wrapper {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    max-width: 100%;
    vertical-align: top;
}

.private-truncated-string.private-truncated-string--is-flex {
    display: flex;
}

.private-truncated-string {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.private-truncated-string.private-truncated-string--is-flex .private-truncated-string__inner {
    display: block;
    min-width: 0;
    width: auto;
}

.private-layer{
    position: absolute;
    z-index: -100;
    width: 100%;
    left: 0;
    top: 0;
    opacity:0;
    transition: all .5s;
}

.private-layer.show{
    opacity:1;
    z-index:1;
}

.certification-card .more-info .details {
    font-size: 14px;
}

.more-info-modal.private-overlay {
    -webkit-animation: fadeIn .5s;
    animation: fadeIn .5s;
background-color: rgba(255, 255, 255, .98)
}

.more-info-modal-sidebar__horizontal-rule {
    width: 100%;
    border-top: 1px solid #cbd6e2;
    margin: 20px 0;
}

.more-info-modal-sidebar__list {
    padding-left: 15px;
}

.more-info-modal-sidebar__category-tags {
    margin-top: 12px;
}

.private-overlay {
    background-color: rgba(45,62,80,.79);
}

.p-top-15, .p-y-15 {
    padding-top: 60px!important;
}
.p-y-15 {
    padding-bottom: 60px!important;
}
@media only screen and (min-width: 50em){
.uiOverlay-backdrop {
    overflow-x: hidden;
}
}

.uiOverlay-backdrop {
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 60px 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1111;
    opacity: 1;
}

.private-modal__container {
    margin: 0 auto;
    height: 100%;
}

.more-info-modal .private-modal {
    background-color: inherit;
    box-shadow: none;
}
.private-modal--default {
    background-color: #fff;
    text-align: left;
}

.private-modal--default .private-modal__body {
    padding: 40px;
    padding-bottom: 1px;
    padding-top: 24px;
}

.private-modal {
    border-radius: .3125rem;
    background-color: #fff;
}
.uiDialog-root {
    position: relative;
}

.private-modal--medium.private-modal--default .private-modal__body {
    min-height: 0;
}

.private-modal--default .private-modal__body {
    padding: 2.5rem;
    padding-bottom: 1px;
    padding-top: 1.5rem;
}

.private-modal--medium .private-modal__body {
    min-height: 25.5rem;
}

.private-modal__body {
    font-size: 14px;
    font-size: .875rem;
    padding: 2.5rem;
}

.has--vertical-spacing>:last-child, .private-module--spacing>:last-child {
    margin-bottom: 0;
}

.row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
}

.has--vertical-spacing>:last-child, .private-module--spacing>:last-child {
    margin-bottom: 0;
}
@media (max-width: 767px){
    .certification-card{
        max-width:100%;
        margin:0 auto;
    }
    
    .private-header:not(.private-header--width-constrained) .private-header__title{
        width: 100%;
        display: block;
        float: none;
        flex-basis: auto;
        text-align: center;
    }
    
    .private-header__inner{
        max-width: 300px;
    clear: both;
    display: block;
    float: none;
    }
    
    .private-template__section{
        padding:28px 0;
    }
    
    .card-view-container{
        padding:0 20px;
    }
    
    .certification-card:hover > .card-content{
        display:none;
    }
}

@media (min-width: 768px) {
.col-md-4 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 30%;
    width: 100%;
}

.col-md-8 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 60%;
    width: 100%;
}

.col-md-12 {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

}

.more-info-modal-sidebar__class-image {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: coloumn;
    flex-direction: coloumn;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 196px;
    border-radius: 3px;
}

.more-info-modal-sidebar__course-info {
    margin-top: 30px;
}
.more-info-modal-sidebar__certification-exam, .more-info-modal-sidebar__course-info, .more-info-modal-sidebar__course_overview {
    padding: 0 10px;
}

.private-modal__body h1, .private-modal__body h2, .private-modal__body h3, .private-modal__body h4, .private-modal__body h5, .private-modal__body h6 {
    color: inherit;
}

h4{
        font-size: 20px;
}

h5{
        font-size: 18px;
}

h4, h5 {
    font-family: Avenir Next W02,Helvetica,Arial,sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-shadow: 0 0 1px transparent;
    margin-bottom: 1.25rem;
    margin-top: 0;
    display: block;
    line-height: normal;
    text-transform: none;
}

.list-unstyled {
    padding-left: 0!important;
        list-style: none!important;
    margin:0;
}

.private-description-list, .private-list--unstyled {
    margin-top: 0;
    margin-bottom: 0;
}

.more-info-modal-sidebar__certification-exam, .more-info-modal-sidebar__course-info, .more-info-modal-sidebar__course_overview {
    padding: 0 10px;
}

.wistia-video {
    position: relative;
    background-color: #eaf0f6;
}

.wistia-video__loading {
    position: absolute;
    width: 100%;
    height: 100%;
}

.uiLoading-grow {
    height: 100%;
    width: 100%;
}

.uiLoading {
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    height: 1.25em;
    width: 4.5em;
}

.uiLoadingDot {
    -webkit-animation: loading 1s infinite linear;
    animation: loading 1s infinite linear;
    background-color: currentColor;
    border-radius: 50%;
    color: #7c98b6;
    height: 1em;
    width: 1em;
}

.uiLoadingDot.dot-2 {
    -webkit-animation-delay: -.66s;
    animation-delay: -.66s;
    margin-right: .75em;
}

.uiLoadingDot.dot-3 {
    -webkit-animation-delay: -.33s;
    animation-delay: -.33s;
}

.uiLoadingDot.dot-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    margin-right: .75em;
}

.content-viewport__responsive-padding {
    padding: 56.25% 0 0;
    position: relative;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
}

.content-viewport__responsive-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.private-tabs__panel {
    padding: 16px;
    border-top: 1px solid #cbd6e2;
}

.private-tabs__list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #cbd6e2;
    margin-bottom: -.0625rem;
}

.private-tabs .private-tab--active, .private-tabs .private-tab--active:hover, .private-tabs .private-tab--active.hover_effect {
    font-family: Avenir Next W02,Helvetica,Arial,sans-serif;
    font-weight: 500;
}

.private-tabs .private-tab {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    font-smoothing: auto;
    text-shadow: 0 0 1px transparent;
    font-family: Avenir Next W02,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: .875rem;
    padding: .75rem 1.75rem;
    transition-property: none;
    color: #33475b;
    position: relative;
    white-space: nowrap;
}

.private-tabs .private-tab--active .private-tab__indicator, .private-tabs .private-tab--active:hover .private-tab__indicator, .private-tabs .private-tab--active:focus .private-tab__indicator, .private-tabs .private-tab--active:active .private-tab__indicator, .private-tabs .private-tab--active.hover_effect .private-tab__indicator {
    opacity: 1!important;
    z-index: 1;
}

.private-modal__body {
    font-size: 14px;
    font-size: .875rem;
    padding: 2.5rem;
}

.private-tab__indicator {
    transition: all .15s ease-out;
    background-color: currentColor;
    border-radius: 1.5rem;
    bottom: -.15625rem;
    content: " ";
    height: .3125rem;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
}



a.private-link--unstyled, a.private-link--unstyled:hover {
    color: inherit;
    font: inherit;
    line-height: inherit;
    text-decoration: inherit;
}

.private-modal__body {
    font-size: 14px;
    font-size: 14px;
    padding: 2.5rem;
    font-weight: 500;
}


.more-info-modal__close-button {
    color: #425b76;
}

.more-info-modal__close-button:after {
    background-color: #425b76;
    opacity: .11;
}

@media only screen and (min-width: 50em)
.private-close__button--detached:after {
    background: hsla(0,0%,100%,.1);
}

.private-close__button:after {
    transition: all .15s ease-out;
    border-radius: 100%;
    content: " ";
    left: 50%;
    padding: 1.25rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}

@media only screen and (min-width: 50em){
.private-close__button--detached {
    position: absolute;
    right: 52px !important;
    top: 52px!important;
    transform: scale(1.8);
}
}

.private-close__button {
    transition: all .15s ease-out;
    color: #fff;
    height: 16px;
    position: absolute;
    right: 24px;
    top: 24px;
    width: 16px;
    z-index: 1;
}
.private-button--unstyled {
    -webkit-user-select: inherit;
    -moz-user-select: inherit;
    -ms-user-select: inherit;
    user-select: inherit;
    background: none;
    border: 0;
    color: inherit;
    display: inline;
    font: inherit;
    line-height: inherit;
    margin: 0;
    outline-offset: 0;
    padding: 0;
    text-align: inherit;
    text-transform: inherit;
}

.private-close__button .private-close__icon {
    color: inherit;
    display: block;
    width:16px;
    height:16px;
}

svg:not(:root) {
    overflow: hidden;
}

.private-close__button .private-close__icon__inner {
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 2;
}

.sr-only {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    margin: -1px!important;
    padding: 0!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    border: 0!important;
}

.card-circle-without-progress {
    border-radius: 50%;
    height: 96px;
    margin: 25px auto auto;
    padding: 6px;
    width: 96px;
}

.card-circle-without-progress, .circle {
    height: 96px;
    margin: 25px auto auto;
    position: relative;
    width: 96px;
}

.card-circle-without-progress .center-circle-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column;
    flex-flow: column;
    border-radius: 50%;
    height: 86px;
    margin: 0;
    position: relative;
    width: auto;
}

.card-circle-without-progress.with-white-border {
    border: 6px solid #ffffff;
    padding: 0;
}

/* Handles inversed cards */
.red-inverse .card-circle-without-progress.with-white-border  {
    background-image: linear-gradient(225deg, rgb(255, 122, 89) 0%, rgb(242, 84, 91) 100%);
    border: none !important;
}

.green-inverse .card-circle-without-progress.with-white-border  {
    background-image: linear-gradient(225deg, rgb(0, 189, 165) 0%, rgb(0, 164, 189) 100%);;
    border: none !important;
}

.yellow-inverse .card-circle-without-progress.with-white-border  {
    background-image: linear-gradient(225deg, rgb(245, 194, 107) 0%, rgb(255, 143, 89) 100%);
    border: none !important;
}

.blue-inverse .card-circle-without-progress.with-white-border  {
    background-image: linear-gradient(225deg, rgb(0, 164, 189) 0%, rgb(106, 120, 209) 100%);
    border: none !important;
}

.orange-inverse .card-circle-without-progress.with-white-border  {
   background-image: linear-gradient(225deg, rgb(240, 113, 85) 0%, rgb(230, 110, 80) 100%);
    border: none !important;
}

svg:not(:root) {
    overflow: hidden;
}

.certification-card .private-card__image--hero {
    height: 241px;
}

.more-info-modal-sidebar__course-icon {
    margin: 0!important;
}

