@font-face {
  font-family: 'nobel-std';
  src: url('https://www.childrenslearninginstitute.org/font/Nobel-Regular.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'nobel';
  src:  url('https://www.childrenslearninginstitute.org/font/Nobel-Regular.ttf')  format('truetype'), url('https://www.childrenslearninginstitute.org/font/Nobel-Regular.svg#Nobel-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
   font-family: "nobel-std",Lato,sans-serif;
}
a {
    color: #e12726;
}
.product-tile .icon{
  color:;
}
div#user-nav.pull-right {
  color: #e12726;
}
span.image-wrapper{
  filter: sepia(0.45);
  transition: filter 0.3s;
}
.product-link:hover span.image-wrapper{
  filter: sepia(0);
  transition: filter 0.3s;
}
#user-nav a[href="/login"] {
color: #000000;
}
.navbar-collapse.collapse{
  display: block!important;
}
#app-header {
    background: url(https://www.childrenslearninginstitute.org/images/bg-yellow.jpg);
    padding-bottom: 0;
}
body #search-form .search-form-container{
  background-color:#413b38;
}
#main-nav{
  float:right;
}
#main-nav li {
    background: transparent;
    margin: 0 5px;
    border: 2px solid transparent;
}
.nav a {
    color: #fff;
    border-bottom:solid 2px transparent;
    font-weight: 700;
        letter-spacing: 2px;
}
.nav>li>a:hover{
      color: #e32526;
      background-color:transparent;
      border-bottom:solid 2px #e32526;
}


@media(max-width:789px){
  .navbar-collapse.collapse{
    border:0!important;
    padding-top:7px;
  }
  #app-header .row .col-md-7{
    width:auto!important;
  }
  .AccountDropdown--margin-top{
      width: auto!important;
    float: right!important;
}
  #app-footer ul.piped-list {
    white-space: unset;
    display: flex;
    flex-direction: column;
   
}
#app-footer ul.piped-list li{
   padding: 7px 0;
}
#app-footer .piped-list>li:before {
  content:"";
}
  .navbar-nav .sidenav-trigger{
    display: inline-flex;
    position: relative;
    background: #ffffffcf;
    width: 30px;
    text-align: center;
    left: 170px;
    justify-content: center;
  }
  .navbar-nav{
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    margin:0;
    z-index: 100;
    background-color: black;
    display: flex;
    width: 250px;
    flex-wrap: wrap;
    flex-direction: column;
    transform: translateX(-255px);
    transition:transform 0.3s;
    padding: 20px;
    height:100vh;
}
  .navbar-nav.open{
    transform: translateX(0px);
    transition:transform 0.3s;
}

}

@media(min-width:790px){
.navbar-nav{
  float:right;
}

.sidenav-trigger{
  display:none;
}
}
/*HOME PAGE*/
#home-page > div, body > div{
outline: none;
}
.feature-region {
background-image: none;
display: none;
}

/*FOOTER*/

#app-footer{
  background-color:#FDB426;
}
#app-footer .container{
display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: space-around;
}
#app-footer .container .col-md-12{
  float:initial;
  width:initial;
  text-align: right;

}
#product-page #feature {
    padding-top: 0;
}

.product-tile .product-heading .product-title {
font-weight: bold;
color: #e32526;
}

#main.product-results {
background-color: #F4F4F4;
}

span.Dropdown__ToggleText {
color: #FFFFFF;
font-size: 16px;
}

span.Dropdown__ToggleIcon--header.icon-right {
color: #FFFFFF;
}

#search-form .search-refine-button .search-refine-button__contents {
font-size: 14px;
}
#search-form button.search-submit{
  color:#fff;
}
.header-nav li a {
color: #FFFFFF;
}

.uth-logo{
   width: 190px;
}

#search-form .search-form-filters {
background-color: #F4F4F4;
}

.container {
    max-width: 1440px;
    width: 95%;
}
#search-form .search-box {
    background-color: #1d1d1d;
    border: 1px solid #484848;
    font-size:13px;
    color: #ccc;
}
#search-form .search-box {
    background-color: #1d1d1d;
    border: 1px solid #484848;
    color: #f1f1f1;
}
.product-tile .product-footer{
  border-bottom: solid 5px #413b38;
}
.product-tile:hover .product-footer{
  box-shadow: none;
    border-bottom: solid 5px #e32526;
}

.product-tile{
  border:none;
  transition:border 0.3s;
  border:none;
  -webkit-box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
}
.product-tile:hover{
  -webkit-box-shadow: 0 3px 3px -2px rgba(0,0,0,.2), 0 3px 4px 0 rgba(0,0,0,.14), 0 1px 8px 0 rgba(0,0,0,.12);
    box-shadow: 0 3px 3px -2px rgba(0,0,0,.2), 0 3px 4px 0 rgba(0,0,0,.14), 0 1px 8px 0 rgba(0,0,0,.12);
}
alert-danger, .alert--danger {
    background-color: #fff;
    border-color: #e32526;
    color: #e32526;
    bottom: 0;
    height: 100px;
    position: static;
    overflow: auto;
}

.product-tile .product-footer {
    color: #fcc764;
    background-color: #413b38;
}

#app-footer a, #app-footer ul {
    color: #000;
}
.product-tile .product-footer .product-value {
    font-size: 18px;
    color: #fcc764;
    background-color: #413b38;
}