/*To hide the account logo on listing page, use code below instead and remove 
.product-tile .product-account-logo {
  display: none;
}
*/
/*Format the account logo under feature area; same logo on Home Page
.product-tile .product-account-image-wrapper {
  height: 100px;
  margin-bottom: 100px;
  margin-top: 100px;
display: none;
}
*/
/*Format the account logo under feature area; same logo on Home Page
/*.learn-more .product-dates {
display: none;
}
*/


/*DELETES SELF PACED TEXT*/
/*.learn-more .product-dates {
  text-indent: -9999px;
  line-height: 0; /* Collapse the original line */
}

.learn-more .product-dates:after {
  content: "From: May 17 to June 26";
  text-indent: 0;
  display: block;
  line-height: initial; /* New content takes up original line height */
}*/




//////////////////////*XXXXXXCREATES NEW TEXT FOR EARLY BIRD TEXT*////////////////////////////////////
.product-value .product-credits {
  text-indent: -9999px;
  line-height: 0; /* Collapse the original line */
}

.product-value .product-credits:after {
  content: "(3 US credits) ";
  text-indent: 0;
  display: block;
  line-height: initial; /* New content takes up original line height */
}

/////////////////////////*CREATES NEW TEXT FOR credits TEXT
.learn-more .product-value .product-credits {
  text-indent: -9999px;
  line-height: 0; /* Collapse the original line */
}

.learn-more .product-value .product-credits:after {
  content: "6 ECTS";
  text-indent: 0;
  display: block;
  line-height: initial; /* New content takes up original line height */
}
*/

/*Header*/

/*Modify the header background for all catalog pages.*/
#app-header {
  padding: 20;
  height: 80px;
  background-color: #20D99D;
}

.responsiveimg {
  width: 100%;
  height: auto;
}
/*HOME PAGE*/

/*Modify the home page feature area background*/
#feature .feature-region {

width: 100%;
  max-width: 400px;
  height: auto;
 background-color: #20D99D;
}


/* Working Code as of 4/14/2016 */

/* This helps you change the color of the header bar incase you want white links
#app-header {
    padding:4px 0 5px;
    background-color:#20D99D;
}
*/
#app-header h1 {
    margin:10px 0;
}

/* user-nav includes changes to the Login / User information link */
#user-nav {
    padding-top:25px;
}
#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;
    line-height:1.428571429;
    border-radius:4px;
    -webkit-user-select:none;
    
}

#user-nav > a:hover {
    text-decoration:none;
    color:#e63d2f;
}
/* Active Color of Login button once logged in */

.header-nav li a {
    color:#564aff;
}

/* Page Links refers to the custom links */
#page-links {
    display:inline-block;
}
#page-links a {
    display:inline-block;
    padding:5px 10px;
    font-size:14px;
    color:#090A40;
}
#page-links a:hover,
.btn-link:hover,
.btn-link {
    color:#564aff;
}

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

/*button and text*/


/*.Product__AssociatedProductsListItem {
  text-indent: -9999px;
  line-height: 0; /* Collapse the original line */
}


.Product__AssociatedProductsListItem:after {
  content: "Merci de lire les Conditions Générales de Vente avant de vous inscrire.";
  text-indent: 0;
  display: block;
  line-height: initial; /* New content takes up original line height */

}*/



