body{
  font-family: NVIDIASans, 'Arial';
  color: #333;
    min-height: 100%;
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

.nav_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  max-width: none;
  margin-left: 0%;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 66px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.body {
  font-size: 16px;
}

.nav-brand {
  color: #fff;
  font-size: 1.3vw;
  line-height: 24px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-option {
  margin-left: 30px;
  color: #999;
  font-size: 16px;
  line-height: 16px;
}

.nav-option.hidden {
  display: none;
}

.about_header {
  height: 460px;
  /* background-image: url('../images/nvidia-dli-course-details-hero-bb460_420-l2x.jpg'); */
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about_header.main_page{
   background-image: url('../images/nvidia-dli-course-details-hero-bb460_420-l2x-b.png');

}

.about_header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: none;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_left {
  width: 50%;
  margin-left: 0%;
}

.link {
  margin-left: auto;
  clear: none;
  color: #666;
  text-decoration: none;
}

.link:hover {
  color: #76b900;
}

.text-block {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
}

.text-block-2 {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
}

.button {
  /* text-transform: uppercase; */
  background-color: #76b900;
  font-size: 16px;
  font-weight: 700;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button:hover {
  background-color: #76d300;
}

.header_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.course_details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col-70 {
  width: 70%;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 3%;
}

.h2 {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 32px;
}

.desc-block {
  padding-right: 20px;
}

.desc-block.mg-t-50 {
  margin-top: 50px;
}

.col-30 {
  width: 30%;
  padding-top: 90px;
  padding-bottom: 90px;
}

.text-block-3 {
  margin-bottom: 20px;
}

.recommended-courses {
  display: block;
  padding: 90px 3%;
  background-color: #eaeaea;
}

.h2-title {
  font-size: 40px;
  line-height: 40px;
  text-align: center;
}

.h2-title.questisons {
  color: #fff;
}

.courses-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-2 {
  width: 32%;
  padding: 15px 0px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.19);
}

.div-block-2:hover {
  box-shadow: 1px 0 5px 3px rgb(0 0 0 / 19%);
}

.card-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-4 {
  color: #999;
  font-size: 14px;
  font-weight: 700;
}

.text-block-5 {
  margin-left: auto;
  color: #999;
  font-size: 12px;
  font-weight: 500;
}

.card-text {
  height: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.text-block-6 {
  height: 96px;
  margin-top: 20px;
  color: #76b900;
  font-size: 24px;
  line-height: 24px;
}

.text-block-7 {
  font-size: 14px;
}

.questions {
  display: block;
  padding: 90px 3%;
  background-color: #666;
}

.question-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.19);
}

.question-block:hover {
  box-shadow: 2px 0 8px 8px rgba(0, 0, 0, 0.19);
}

.text-block-8 {
  margin-top: 15px;
  color: #76b900;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

.q-img {
  width: 100%;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
}

.site-footer-bar {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000;
}

.footer-container {
  margin-right: 3%;
  margin-left: 3%;
}

.site-footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-col {
  width: 32%;
}

.text-block-9 {
  padding-left: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
}

.footer-link {
  display: inline-block;
  margin-top: 20px;
  padding-left: 10px;
  color: #76b900;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #76d300;
}

.site-social-media-bar {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000;
  margin-top:-1px
}

.footer-social-col-25 {
  width: 25%;
  padding-left: 10px;
}

.sign-up-text {
  color: #fff;
  font-size: 14px;
}

.footer-social-col-50 {
  width: 50%;
  padding-left: 10px;
}

.social-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-10 {
  color: #747474;
}

.social-link {
  margin-left: 18px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.social-link:hover {
  color: #76b900;
}

.global-footer-bar {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-logo {
  width: 110px;
  height: 20px;
}

.global-footer-link {
  display: block;
  margin-top: 0px;
  margin-right: 10px;
  color: #747474;
  font-size: 14px;
  text-decoration: none;
}

.global-footer-link:hover {
  color: #595959;
}

.global-footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.copyright-text {
  margin-top: 20px;
  color: #747474;
  font-size: 12px;
}

.usa-text {
  color: #ccc;
  font-weight: 700;
  text-align: right;
}

.link-block {
  color: #333;
  text-decoration: none;
}

.nav-link {
  color: #999;
  text-decoration: none;
}

.nav-link:hover {
  color: #76b900;
}

.soc_link {
  text-decoration: none;
}

.faq_link {
  width: 100%;
  height: 100%;
  padding: 30px 33px;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .nav_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-brand {
    font-size: 26px;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-option {
    margin-left: 30px;
    padding-top: 0px;
    color: #999;
    font-size: 16px;
  }

  .nav-option.hidden {
    display: block;
  }

  .about_header_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header_left {
    width: 50%;
  }

  .link {
    display: block;
    margin-left: auto;
    float: right;
    color: #666;
    text-decoration: none;
  }

  .text-block {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 700;
  }

  .text-block-2 {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 40px;
  }

  .button {
    font-size: 16px;
    font-weight: 700;
  }

  .header_flex {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0%;
    padding-left: 0%;
  }

  .course_details {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .col-70 {
    padding-left: 0%;
  }

  .courses-div {
    max-width: 1200px;
  }

  .footer-container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .nav-brand {
    font-size: 24px;
  }

  .nav-option.mob_hidden {
    display: none;
  }

  .about_header {
    background-image: url('../images/nvidia-dli-course-details-hero-bb460_420-p.jpg');
  }

  .header_left {
    width: 52%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .header_flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .course_details {
    display: block;
  }

  .col-70 {
    width: 100%;
    padding-right: 3%;
    padding-bottom: 0px;
  }

  .col-30 {
    width: 100%;
    padding-top: 50px;
    padding-right: 3%;
    padding-left: 3%;
  }

  .courses-div {
    display: block;
  }

  .div-block-2 {
    width: 90%;
    max-width: 380px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .div-block-2.last {
    margin-bottom: 0px;
  }

  .question-block {
    width: 90%;
    max-width: 380px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .question-block.last {
    margin-bottom: 0px;
  }

  .text-block-9 {
    padding-left: 0px;
  }

  .footer-link {
    padding-left: 0px;
  }

  .footer-social-col-25 {
    padding-left: 0px;
  }

  .footer-social-col-50.mb-66 {
    width: 66%;
    padding-left: 0px;
  }

  .footer-social-col-50.mb-34 {
    width: 34%;
  }

  .text-block-10 {
    margin-left: 18px;
  }
}

@media screen and (max-width: 479px) {
  .header_left {
    width: 89%;
  }

  .div-block-2 {
    width: 90%;
    max-width: 380px;
  }

  .question-block {
    width: 90%;
    max-width: 380px;
  }

  .site-footer-flex {
    display: block;
  }

  .footer-col {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-col.last {
    margin-bottom: 0px;
  }

  .footer-social-col-25 {
    width: 100%;
  }

  .sign-up-text {
    margin-bottom: 20px;
  }

  .footer-social-col-50 {
    padding-left: 0px;
  }

  .footer-social-col-50.mb-66 {
    width: 100%;
  }

  .footer-social-col-50.mb-34 {
    width: 100%;
  }

  .social-right {
    display: block;
    margin-top: 20px;
  }

  .text-block-10 {
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .social-link.first {
    margin-left: 0px;
  }

  .global-footer-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .copyright-text {
    display: inline-block;
  }

  .usa-text {
    margin-top: 10px;
    text-align: left;
  }
}

@font-face {
  font-family: 'Notosanscjks';
  src: url('../fonts/NOTOSANSCJKSC-BLACK.OTF') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Notosanscjks';
  src: url('../fonts/NOTOSANSCJKSC-BOLD.OTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Notosanscjks';
  src: url('../fonts/NOTOSANSCJKSC-DEMILIGHT.OTF') format('truetype');
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Notosanscjks';
  src: url('../fonts/NOTOSANSCJKSC-LIGHT.OTF') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Notosanscjks';
  src: url('../fonts/NOTOSANSCJKSC-MEDIUM.OTF') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Notosanscjks';
  src: url('../fonts/NOTOSANSCJKSC-REGULAR.OTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Notosanscjks';
  src: url('../fonts/NOTOSANSCJKSC-THIN.OTF') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Notosansmonocjks';
  src: url('../fonts/NOTOSANSMONOCJKSC-BOLD.OTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Notosansmonocjks';
  src: url('../fonts/NOTOSANSMONOCJKSC-REGULAR.OTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* nvidia font */

@font-face {
  font-family: 'NVIDIASans';
  src: url('../fonts/nvidia/NVIDIASans_W_Bd.woff2') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NVIDIASans';
  src: url('../fonts/nvidia/NVIDIASans_W_BdIt.woff2') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'NVIDIASans';
  src: url('../fonts/nvidia/NVIDIASans_W_Lt.woff2') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'NVIDIASans';
  src: url('../fonts/nvidia/NVIDIASans_W_LtIt.woff2') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}


@font-face {
  font-family: 'NVIDIASans';
  src: url('../fonts/nvidia/NVIDIASans_W_Md.woff2') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NVIDIASans';
  src: url('../fonts/nvidia/NVIDIASans_W_MdIt.woff2') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'NVIDIASans';
  src: url('../fonts/nvidia/NVIDIASans_W_Rg.woff2') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NVIDIASans';
  src: url('../fonts/nvidia/NVIDIASans_W_It.woff2') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

.navbar_cont{
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 3;
}

#primary{
  padding-top:110px;
}


.x_icon{

  background-image: url('../images/cancel-1.png');
  background-size: 10px 10px;
}

h2{
  margin-bottom: 20px;
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
}

.desc-block ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.desc-block li{
  margin-bottom:20px;
}

.desc-block li:before {
  content: "›";
  font-weight: 600;
  padding-right: 5px;
}

.desc-block p{
  margin-bottom:20px;
}


.desc-block.mg-t-50{
  margin-top:30px;
}

.text-block-3 strong{
  float: left;
}

.prerequisites{
  display: inline;
}

.site-footer-flex.top_f{
      align-items: flex-start;
}

.filter_option.filter_type{
  display: none;
}

@media screen and (max-width: 1195px){
  .text-block-39.wide{
    display: none
  }

  .unit-wide-description{
    display: none;
  }

  .unit-wide-description.tablet{
    display: block;
  }

  .text-block-39.wide.mobile{
    display: block;
  }
}

@media screen and (max-width: 1085px){
  .unit-wide-description.tablet{
    display: none !important;
  }

  .unit-wide-description.mobile{
    display: block;
  }
}

@media screen and (max-width: 1053px){
  .text-block-39.wide.mobile{
    display: none;
  }

  .text-block-39.wide.mobile_short{
    display: block;
  }
}

@media screen and (max-width: 991px){
  .text-block-39.wide{
    display: block
  }
  .text-block-39.wide.mobile_short{
    display: none !important;
  }

  .text-block-39.wide.mobile{
    display: none !important;
  }

  .unit-wide-description{
    display: none !important;
  }

  .unit-wide-description.tablet{
    display: block !important;
  }

}

@media screen and (max-width: 867px){
  .text-block-39.wide{
    display: none !important
  }
  /* .text-block-39.wide.mobile_short{
    display: block !important;
  } */

  .text-block-39.wide.mobile{
    display: block !important;
  }
}

@media screen and (max-width: 767px){
  .unit-wide-description.tablet{
    display: none !important;
  }

  .unit-wide-description.mobile{
    display: block !important;
  }
}

@media screen and (max-width: 775px){
  .text-block-39.wide{
    display: none !important
  }
  .text-block-39.wide.mobile_short{
    display: block !important;
  }

  .text-block-39.wide.mobile{
    display: none !important;
  }
}

.course-header-rec-3-wide .image-34-wide{
  min-height: 145.52px;
}


@media screen and (max-width: 767px) {
  .pagination_div{
    justify-content: center;
  }

}


@media screen and (max-width: 606px) and (min-width: 595px){
  .text-block-39.wide.mobile_short{
    font-size: 3.5vw !important;
  }
}

.outline_div, .certificate_div{
  display: none !important;

}


.course-features.flex-display{
  display: flex !important;
}

.n_logo{
  width: 110px;
  height: auto;
}

@media screen and (max-width: 1280px){

.header_flex {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  /* padding-right: 0%;
  padding-left: 0%; */
}
}



.disabled_btn{
  padding: 9px 15px;
  background: #BEBEBE;
  color:#fff;
  font-size: 16px;
font-weight: 700;
}

.search_section .course-body-4-wide{
  border-left:1px solid #F4F4F4;
}


@media screen and (max-width: 594px){
  .search_section .course-body-4-wide{
    border-left:none;
  }
  .unit-wide-description.mobile{
    height: auto;
  }
}

.unit-wide-description{
  max-height: 40px;
  overflow: hidden;
}


.text-block-39.wide{
  line-height: 30px !important;
  max-height: 30px !important;
  overflow: hidden;
}


.error_header{
  height: 110px;
  background-color: #76b900;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
}

.error_message_div{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top:45px;
  padding-bottom:45px;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 16px;
}

#dli_error_first{
  margin-bottom: 45px;
  display: block;
}

.error_message_div a{
  color: #76b900;
  text-decoration: none;
}

.error_message_div a:hover{
  color: #76d300;
}

.socials_box.last{
  display: none;
}

.toubleshooting_div{
    padding-top: 45px;
    padding-bottom: 45px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.tr-link, .back_to_top, .tr-question{
  color: #76b900;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
}

.tr-question{
  cursor: pointer;
}

.tr-answer{
  font-size: 16px;
}

.tr-question{
  margin-bottom: 20px;
}

.tr_block{
    margin-bottom: 40px;
}

.tr-heading{
  font-size: 18px;
  margin-bottom: 20px;
}

.toubleshooting_div a{
  color:  #76b900;
    text-decoration: none;
}

.toubleshooting_div a:hover{
  color: #76d300;

}


.tr-link:hover, .back_to_top:hover, .tr-question:hover{
  color: #76d300;
}

@media screen and (max-width: 1280px) {
  .toubleshooting_div{
    margin-left: 3%;
    margin-right: 3%;
  }
}

.tr-answer{
    display: none;
    margin-bottom: 20px;
}

.post-hello-world-2 .site-footer-bar, .post-hello-world-2 .site-social-media-bar, .post-hello-world-2 .global-footer-bar{
  display: none !important;
}


.post-hello-world-2 .nav_bot {
  height: 58px !important;
}



.page-home .course_box_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

@media screen and (max-width: 594px){
.page-home  .search_section_course {
      display: block !important;
  }
}


.nav-brand{
  font-weight: 700;
  font-size:24px;
}

.footer-col .text-block-9{
  font-size: 24px;
  font-weight: bold;
}

.footer-link{
  font-size: 16px;
}

.div-block-36 .bold_h{
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  line-height: 1.25;
}

.cred_cont .soc-h{
  font-size: 24px;
  font-weight: 700;
}

.prof_wrapper .soc-h{
  font-size: 24px;
  font-weight: 700;
}


.header_left .display_name{
  font-weight: 700;
  font-size: 36px;
}

.nav_top{
  font-size: 15px;
}

.w-nav-link, .logged_in_menu{
  color: #1A1A1A
}




.email.nl{
  font-size: 15px;
}


.course-activity-data-heading{
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.25;
}

.course-activity-data-heading.complete{
  color:#000000 !important;
}

.bdge_h{
  font-size: 15px !important;
  line-height: 1.667;
  color: #1A1A1A !important;
}

.badge_link.unlocked{
  font-size: 15px !important;
  line-height: 1.667;
}

.no_badges_text{
  line-height: 1.75;
  font-weight: 400;
  color: #1A1A1A !important;
}

.start_learning{
  font-weight: 700;
  line-height: 1.25;
}

.text-block-39{
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.25;
  color: #000000  !important;
}


.features-title-3, .course-activity-data-number.bold-grey{
  font-size: 15px !important;
  font-weight: 400;
  line-height: 1.667;
  color: #1A1A1A !important;
}


.soc_label{
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1.25;
  color: #000000 !important;
}


.sign-up-text{
  font-size: 18px;
}

.text-block-10{
  font-size: 16px;
}

.usa-text{
  font-size: 17px;
}

.global-footer-link{
  font-size: 16px;
    line-height: 24px;
    color: #666;
}

.text-block-2dc.nav-link{
  text-transform: none !important;
}

.nav-link.left_nav.w-nav-link, .button-blue.get_started.w-button{
  text-transform: none !important;
}

.button-blue.get_started.w-button{
  font-weight: 700;
}

.header_left .text-block-2{
  color: #fff;
}
