@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
background:white !important;
}

.banner{
    padding: 3% 0 8% 0;
}

img{
 max-width: 100%;
  }

/*img{
    max-width: 100%;
}*/

img.images:hover{
     box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.text{
    display: none;
}

img.images {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 4px;

    padding: 5px;
    transition: 0.3s;
    width: 320px;
    height:auto;
}

.courseinfo {
font-family: 'Open Sans', sans-serif;
font-size:11px;
letter-spacing:.1em;
line-height:2em;
/*background:white !important;*/
text-align:left;
}

ul{
    list-style: none;
}

a:link{
    text-decoration: none;
}

a:hover{
     text-decoration: none;
}

p{
    font-size: 1.2em!important;
    
}


li{
    font-size: 1.2em!important;
    text-align: left!important;
}

h2{
    padding-top: 20px;
}

#foun1001, #foun1210, .footnote{
    background-color: #EFF1F2;
}

.footnote{
    background-color: #CEE4EF;
}

.outer-main {
width:100%;
min-height:400px;
}

.introtext {
margin:auto;
width:900px;
}

span.Expander {
    cursor: pointer;
    width: 13px;
    display: inline-block;
}

div.about{
    background: url("images/policybg.png")  no-repeat;
}

.drop-text{
    padding: 10px;
}

i.right{
    text-align: right;
}