/*
	File            : mirecc_internet/MIRECC/styles/site-styles.css
	Description     : Styles available for use across the MIRECC web site.
*/


/* ------------------- box -------------- */
.light-blue-box {
                display: block;
                padding: 20px;
                background: #ebf4f6;
                margin-bottom:25px;
                
}
 
.light-blue-box h3 {
                font-weight:bold;
                font-family:Arial, "Helvetica Neue", Helvetica,  "sans-serif";
}
 
.light-blue-box > h3 {
                margin-top: 0;
               
}
 
.light-blue-box.large {
    font-size:1.2em !important;
    border-bottom:4px solid #7fc1de;

}

.light-blue-box.rounded {
    border-radius: 8px;
  border-left:none;
}



/* ------------ list formatting ------------- */

#homeinnerContent ul, #innerContent ul, #tier4innerContent ul {
    list-style-type: disc;
    margin-bottom: 0;
    margin-left: 20px;
    list-style: outside;
}

#innerContent ul + h3,
#innerContent ul + h4,
#innerContent ul + p,
#tier4innerContent ul + h3,
#tier4innerContent ul + h4,
#tier4innerContent ul + p {
	margin-top:10px;
}
 

/* ---------------- DL formatting ------------- */

dl.spaced-list dt {padding-top: 10px;}

dl.spaced-list dt:first-of-type {padding-top: 0px;}

#innerContent dl dt {padding-bottom: 1em;}
#innerContent dl dd {padding-bottom: 1em;}


/* ------------- Buttons ---- */

a.btn-blue {
background: #3498db;
background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
background-image: -moz-linear-gradient(top, #3498db, #2980b9);
background-image: -ms-linear-gradient(top, #3498db, #2980b9);
background-image: -o-linear-gradient(top, #3498db, #2980b9);
background-image: linear-gradient(to bottom, #3498db, #2980b9);
-webkit-border-radius: 4;
-moz-border-radius: 4;
border-radius: 4px;
font-weight: bold;
color: #ffffff !important;
font-size: 1em;
padding: 6px 10px;
text-decoration: none !important;
}

a.btn-blue:hover { background: #b50000;
text-decoration: none !important;
}
                                          
a.blue-btn {
    background: #0076AD;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    font-weight: bold;
    color: #ffffff !important;
    font-size: 1em;
    padding: 6px 12px;
    text-decoration: none !important;
}

a.blue-btn:hover {
    background: #003f72;
    text-decoration: none !important;
}

/* -------------------- SLIDER ADJUST SIZE --------------- */
                                            
@media only screen and (min-width: 960px) {                                            
                                            
#healthslider div.scrollable {height:265px !important; } 

#slider-controls {
    top: 242px;
}
  
  }
                                           
/* ------------------ EDUCATION Products ---------------- */
  
                                           
#edu-resources .no-resources {                                            
   display: block;
    padding: 20px 20px 0 20px;
}                                            
                                            
.edu-label {
	color: #003f72 !important;
	font-weight: bold;
}

#edu-resources-form input {
    display: block;
    width: 300px;
    max-width: 100%;
    height: 34px;
    padding: 4px 10px;
    line-height: 1em;
    font-size: 1em;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #003f72;
}
                                            
#edu-resources-form label {
   clear: right;
    display: block;
}

#edu-resources-form select.select-box {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #003f72;
    border-radius: 4px;
    color: #003f72;
    line-height: 1em;
    font-size: 1em;
    height: 34px;
}

#edu-resources .thumbnail {
    display: block;
    float: right;
    margin-left: 20px;
}

#edu-resources .thumbnail>img {
    height: 150px;
    width: auto;
}

#edu-resources h3.title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    color: #003f72;
    line-height: 1.3em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 12px;
    border-top: 1px solid #b2daeb;
    padding-top: 20px;
}



/* Show no resources by default */
#edu-resources .resources > div {
    display: none;
}

#edu-resources .intro-item .description,
#edu-resources .no-resources .description {
    margin-top: 20px;
    padding: 20px;
    background: #eee;
}

#edu-resources .intro-item .description p,
#edu-resources .no-resources .description p {
    font-size: 14px;
}

#edu-resources .intro-item .description p:last-child,
#edu-resources .no-resources .description p:last-child {
    padding-bottom: 0;
}
                                            
#edu-resources .mirecc-coe:before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: #cce6f2;
    margin-bottom: 18px;
    margin-top: 8px;
      }

#edu-resources-form select.select-box option:hover {
     background:#003f72;
}
#edu-resources .no-resources .description {
    background: #efefef;
    border: 1px solid #cccccc;
}	
                                            
                                            
                                            
                                            
                                            