@charset "utf-8";
/* CSS Document */


/* Header Logo */

/*#app-header > div.container > div > div.col-xs-12.col-sm-6.col-md-7 > div > h1 > a > img {
  display: none;
}*/

/* Modify the layout of the header contents*/

#app-header .container {
    width: 100%;
    height: 80px;
    background-color: #00A5E1;
    color: #fff;   
}

#app-header {
  width: 100%;
    height: 80px;
    background-color: #00A5E1;
    color: #fff;
}

#app-header .row {
    background-color: #00A5E1;
    padding-right: 30px;   
}



/* user-nav includes changes to the Login / User information link */
#user-nav .container {
    width: 100%;
}

#user-nav > a {
    display:inline-block;
    margin-bottom: 0;
    font-weight:normal;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    background-image:none;
    border:1px solid transparent;
    white-space:nowrap;
    padding:5px 10px;
    /*font-size:14px;*/
  
    border-radius:4px;
    -webkit-user-select:none;
    color:#fff;
    background-color: #00A5E1;
}


/*accountDropdown refers to the username for the dropdown login area*/

#accountDropdown {
    text-decoration: none;
    color: #fff;
    padding-left:15px;
    /*font-variant: small-caps;*/
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

#accountDropdown:hover {
    text-decoration: none;
}

#accountDropdown > span > span.Dropdown__ToggleIcon--header:hover {
    text-decoration: none;
}

#accountDropdown > span > span.Dropdown__ToggleText:hover {
    text-decoration: none;
}

#accountDropdown > span > span.Dropdown__ToggleIcon--header.icon-right:hover {
    text-decoration: none;
}


#accountDropdown > span:link {
    text-decoration: none;
    color: #fff;
}
#accountDropdown > span:active {
    color: #fff;
    text-decoration: none;
}
#accountDropdown > span:hover {
    color: #fff;
    text-decoration: none;
} 
#accountDropdown > span::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s;
    color: #fff;
}
#accountDropdown > span:hover::after {
    width: 100%;
    //transition: width .3s;
    color: #fff;
}
.btn-link:hover, .btn-link:focus {
    text-decoration: none;
}


/* #user-nav > a - selects the Login button */


#user-nav > a {
    color:#fff;
    font-size: 16px;
    /*font-variant: small-caps;*/
    margin-bottom: 6px;
    font-family: 'Lato', sans-serif;
}
/*#user-nav > a:hover {
    color: #fff;
    text-decoration: none;
}
#user-nav > a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s;
    color: #fff;
}
#user-nav > a:hover::after {
    width: 100%;
    //transition: width .3s;
    color: #fff;
}*/


/* Page Links refers to the custom links */
#page-links {
    display:inline-block;
    text-decoration: none;
    color: #fff;
}
#page-links:link {
    text-decoration: none;
    color: #fff;
}
#page-links:active {
    color: #fff;  
}
#page-links a {
    display:inline-block;
    padding-left:30px;
    padding-right: 30px;
    padding-bottom: 3px;
    font-size:16px;
    /*font-variant: small-caps;*/
    color:#fff;
    font-family: 'Lato', sans-serif;
}
#page-links a:hover,
.btn-link:hover,
.btn-link {
    color: #fff;
    text-decoration: none;
}

#page-links > ul > ul {
    display:none;
}

/*link and hover action*/

#page-links a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s;
    color: #fff;
}
#page-links a:hover::after {
    width: 100%;
    //transition: width .3s;
    color: #fff;
}

#page-links .piped-list>li:after {
    content:"|";
    display:none;
}
#page-links .piped-list>li:before {
    display:none;
    margin-right:0;
}


/*Pathways Button*/
.pathways-dropdown-wrapper {
  overflow: hidden;
  background-color: inherit;
  display: inline-block;
  padding-left:15px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: -6px;
  font-size:16px;
  /*font-variant: small-caps;*/
  color:#fff;
  font-family: 'Lato', sans-serif;
}

.pathways-dropdown-wrapper a {
    display:inline-block;
    font-size:16px;
    /*font-variant: small-caps;*/
    color:#fff;
    font-family: 'Lato', sans-serif;
}

.lx-dropdown {
  overflow: hidden;
}

.lx-dropdown .dropbtn {
  font-size: inherit;  
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.lx-contact {
  overflow: hidden;
}

.lx-contact {
  font-size: inherit;  
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

#lx-page-links a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #00A5E1;
    transition: width .3s;
    color: #fff;
}
#lx-page-links a:hover::after {
    width: 100%;
    //transition: width .3s;
    color: #fff;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 4px;
  margin-top: 2px;
}

.dropdown-content a {
  float: none;
  color: #00A5E1;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  border-radius: 4px;
}

.dropdown-content a:hover {
  background-color: #f9f9f9;
  color: #00A5E1;
  font-weight: bold;
  border-radius: 4px;
}

.lx-dropdown:hover .dropdown-content {
  display: block;
  border-radius: 4px;
}
 #course-market {
  display: none;
  position: absolute;
}


/*Main Feature Area*/

#feature {
    background-color: #6e6e6e;
    background-image: url("http://lx.idesignproduction.com/wp-content/uploads/2019/05/lx-background-gray.svg");
    background-position: left top;
    background-repeat: no-repeat;
    padding-top:6%;
    padding-right:30px;
    padding-left:30px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    width: 100%;
    height: 88.9vh;
    margin-top: 23px;
    position: relative;
}

.jqFlag { 
    display: none; 
}

#halfcircle {
    position: absolute;
    bottom: 0;
}


/*Search Form Container and other elements*/

#search-form > div.search-form-container {
    background-color: #fff;
    color: #00A5E1;
}
#search-form .search-refine-button {
color: #00a5e1;
}
#search-form .search-refine-button:link {
color: #00a5e1;
}
#search-form .search-refine-button:active {
color: #00a5e1;
}
#search-form .search-refine-button:hover {
color: #00a5e1;
}

/*Media Queries*/

@media (max-width: 768px) {
  #page-links a {
    padding-left:8px;
    padding-right: 8px;
  }
  #accountDropdown {
    padding-left:8px;
  }
  .pathways-dropdown-wrapper {
    padding-left: 0px;
    padding-right: 8px;
  }
  #app-header .row {
    padding-right: 0px;
  }
  #feature {
    margin-top: 27px;
  }
  #app-header > div.container > div > div.col-xs-12.col-sm-6.col-md-7 {
    height: 0px;
  }
  #app-header > div.container > div > div.col-xs-12.col-sm-6.col-md-7 > div > h1 > a > img {
    margin-left: -10px;
    padding-bottom: 5px;
  }
}

@media (max-width: 480px) {
   #feature {
    height: 75vh;
   }
   #lxlogo > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-bottom: 150px;
   }
   #app-header > div.container > div > div.col-xs-12.col-sm-6.col-md-7 > div > h1 > a > img {
    margin-left: -10px;
    padding-bottom: 15px;
  }
}


/*LISTING PAGE*/

/*Format the listing page feature area background*/
#product-page #feature {
    background-image: none;
    background-size: cover;
    margin-top: 26px;
    padding: 0px;
    height: 50%;
    
}
#product-page #logo-container {
    display: none;
}

#feature > div.product-bg {
background-color: #F7F7F7;
}


/*Listing Section from Canvas Network*/


.new-layout p {
    line-height: 1.5;
}

.hero-action {
    text-align: center;
    padding-top: 20px;
}


.new-layout .jqFlag { 
    display: none; 
}


.new-layout .product-bg {
    margin-top: -4px;
    padding-top: 50px;
    padding-bottom: 50px;
}



.ProductEnrollment__Notice {
    font-size: 14px;
    color: rgb(70,70,70);
}

#product-page footer .h2 {
    font-style: normal; 
}

.new-layout footer.callout-region .btn.btn-info.btn-lg.btn-action {
    background: transparent;
    border-radius: 5px;
    font-family: "proxima nova bold", arial, sans-serif;
    font-size: 19px;
    border: 1px solid;
    line-height: 40px;
    padding: 0;
    height: 40px;
    width: 145px;
}

.new-layout footer.callout-region .btn.btn-info.btn-lg.btn-action:link {
    color: #fff;
}

.new-layout footer.callout-region .btn.btn-info.btn-lg.btn-action:hover {
    color: #fff;
    background-color: #00a5e1;
    border-color: #00a5e1;
}



.new-layout footer.callout-region {
    background-color: #3B3D40;
    color: rgb(255,255,255);
    padding: 50px 0;
}

#app-footer {
    background-color: #282A2B;
    padding-bottom: 0px;
    padding-top: 15px;
    color: #4C4E4E;
}

#app-footer > div > div > div > ul > li > a   {
    color: #4C4E4E;
}

#app-footer .piped-list > li:before {
    color: #4C4E4E;
}


.new-layout footer.callout-region h3 {
    font-family: "proxima nova bold", arial, sans-serif;
    font-size: 25px;
    text-transform: uppercase;
}

.new-layout .main-column h3,
.new-layout .side-column h3 {
    font-family: "proxima nova bold", arial, sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 21px;
}

.new-layout .main-column h3,
.new-layout .side-column h3 { 
    margin-top: 59px; 
}

.lxpblue { 
    color: #0096d2; 
}

.new-layout .instructor {
    height: 120px;
    width: 120px;
}

.new-layout .instructor-info {
    padding-bottom: 25px;
    margin-bottom: 0px;
}

.new-layout .instructor-container > div:first-of-type {
    display: flex;
    margin-bottom: 20px;
}



.new-layout img.product-account-logo {
    max-height: 90px;
}

.new-layout .detail-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 15px;
}
.new-layout .detail-blocks.btn-box {
    margin-top:0;
}

.new-layout .detail-blocks div {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 35px 10px 0;
    height: 95px;
    width: 130px;
    text-align: center;
    background-color: rgb(230,231,232);
    background-image: url(http://pub-images.canvasnetwork.com/background_course-details.gif);
    background-repeat: no-repeat;
    background-position: -35px 0;
}

.new-layout .detail-blocks div.detail-duration { background-position: -235px 0; }
.new-layout .detail-blocks div.detail-commitment { background-position: -440px 0; }
.new-layout .detail-blocks div.detail-requirement { background-position: -35px -105px; }
.new-layout .detail-blocks div.detail-type { background-position: -235px -105px; }
.new-layout .detail-blocks div.detail-credential { background-position: -440px -105px; }

.new-layout .detail-blocks h5 {
    font-family: "proxima nova bold", arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    color: rgb(70,70,70);
}

.new-layout .detail-blocks p {
    font-family: "proxima nova light", arial, sans-serif;
    font-size: 14px;
}

.new-layout .product-account-logo {
        display: block;
        margin: 16px auto;
}


.new-layout .additional-logos img {    
       max-width: 150px;
}

@media screen and (max-width: 991px) {
    .new-layout .product-bg {
        padding-top: 25px;
        padding-bottom: 40px;
    }

    .new-layout .detail-blocks {
        max-width: 420px;
        margin: auto;
    }
}

@media screen and (max-width: 990px) {
    .new-layout .instructor-info > div:first-child { justify-content: flex-start; }
    .new-layout .instructor { margin-right: 20px; }
}

@media screen and (max-width: 614px) {
    .new-layout .detail-blocks {
        width: 340px;
        margin: auto;
    }

    .new-layout .detail-blocks div {
        width: 140px;
        background-position: -30px 0;
    }

    .new-layout .detail-blocks div.detail-duration { background-position: -230px 0; }
    .new-layout .detail-blocks div.detail-commitment { background-position: -435px 0; }
    .new-layout .detail-blocks div.detail-requirement { background-position: -30px -105px; }
    .new-layout .detail-blocks div.detail-type { background-position: -230px -105px; }
    .new-layout .detail-blocks div.detail-credential { background-position: -435px -105px; }
}
.hero-imgs-parent{
max-width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}
.hero-imgs-inlineblock{
max-width: 50%;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}
@media screen and (max-width: 992px) {
  .hero-imgs-inlineblock {
    max-width: 100%;
    margin: 0 auto;
    display: inline-block;
    position: relative;
  }
}