@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(http://themes.googleusercontent.com/static/fonts/ptsansnarrow/v4/UyYrYy3ltEffJV9QueSi4RdbPw3QSf9R-kE0EsQUn2A.woff) format('woff');
}

/* line 61, ../sass/app.scss */
html, body {
  background: white url("../img/bgw.png") repeat-x 0px 150px;
  font-family: arial, helvetica, sans-serif;
}

/* line 65, ../sass/app.scss */
a {
  color: #00936a;
}

/* line 68, ../sass/app.scss */
h1, h2, h3, h4, h5, .title, .top-bar {
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: normal;
}

/* line 72, ../sass/app.scss */
h2.title {
  margin-top: 0.8em;
  margin-bottom: 1.2em;
}

h3.categoryheader {
    margin-bottom: 0.0em;
}

@media only screen and (min-width: 768px) {
  /* line 77, ../sass/app.scss */
  h2.title {
    margin-top: 0.3em;
    margin-bottom: 0.8em;
  }
}
/* line 83, ../sass/app.scss */
.top-bar,
.top-bar-section li a:not(.button) {
  margin-bottom: 0px;
  background-color: #3fb38f;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF3FB38F', endColorstr='#FF008B6F');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3fb38f), color-stop(24%, #32a48d), color-stop(50%, #119d85), color-stop(79%, #019779), color-stop(100%, #008b6f));
  background-image: -webkit-linear-gradient(top, #3fb38f 0%, #32a48d 24%, #119d85 50%, #019779 79%, #008b6f 100%);
  background-image: -moz-linear-gradient(top, #3fb38f 0%, #32a48d 24%, #119d85 50%, #019779 79%, #008b6f 100%);
  background-image: -o-linear-gradient(top, #3fb38f 0%, #32a48d 24%, #119d85 50%, #019779 79%, #008b6f 100%);
  background-image: linear-gradient(top, #3fb38f 0%, #32a48d 24%, #119d85 50%, #019779 79%, #008b6f 100%);
}

/* line 89, ../sass/app.scss */
.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
  border-left-color: #008067;
  border-right-color: #0f795c;
}

/* line 93, ../sass/app.scss */
.top-bar-section ul li > a {
  font-weight: normal;
  font-size: 1.1em;
}

/* line 97, ../sass/app.scss */
.full {
  width: 100%;
  height: 6.8em;
}

/* line 101, ../sass/app.scss */
.upper {
  background: #545244;
}

/* line 105, ../sass/app.scss */
.upper > div {
  background: transparent url("../img/cem_header.png") no-repeat 0 0;
  width: 100%;
  height: 100%;
}

/* line 110, ../sass/app.scss */
.upper > div > span {
  display: none;
}

/* line 117, ../sass/app.scss */
.lower {
  background-color: #f0eee0;
  border-top: 7px solid #dad8ca;
  border-bottom: 5px solid #dad8ca;
}

/* line 122, ../sass/app.scss */
.row.nav {
  margin-top: -7.5em;
}

/* line 125, ../sass/app.scss */
#settings > li {
  width: 100%;
}

/* line 128, ../sass/app.scss */
.square.grid .content {
  font-size: 0.85em;
}

/* line 131, ../sass/app.scss */
.square.grid .detail {
  padding: 0.8em;
}

/* line 134, ../sass/app.scss */
.ui > ul > li > a.badge_action {
  text-align: center;
}

/* line 137, ../sass/app.scss */
.ui > ul > li > a.badge_action.bdet {
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  text-indent: -9000px;
  height: 50px;
}

/* line 143, ../sass/app.scss */
.ui {
  z-index: 2;
}

/* line 146, ../sass/app.scss */
.ui li {
  list-style-type: none;
}

/* line 149, ../sass/app.scss */
.ui .f-dropdown > li > a.brfc {
  float: left;
  margin-right: 1.25em;
}

/* line 153, ../sass/app.scss */
.ui .f-dropdown > li > a:hover {
  text-decoration: underline;
}

/* line 156, ../sass/app.scss */
.ui .f-dropdown > li hr {
  margin: 0.625em 0;
}

/* line 159, ../sass/app.scss */
.ui .submenu li:hover a {
  background-color: #fff;
}

/* line 162, ../sass/app.scss */
.ui .f-dropdown {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
}

/* line 166, ../sass/app.scss */
.ui input {
  max-width: 175px;
}

/* line 169, ../sass/app.scss */
#badge_modal {
  display: none;
}

/* line 173, ../sass/app.scss */
#badge_modal_inner {
  position: absolute;
  z-index: 3;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 14px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 14px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 14px rgba(50, 50, 50, 0.5);
  padding: 1.25em;
}

/* line 183, ../sass/app.scss */
#badge_modal_inner .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.25em;
}

/* line 189, ../sass/app.scss */
.alert-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: none;
}

/* line 201, ../sass/app.scss */
span.title {
  font-size: 1.4em;
}

/* line 204, ../sass/app.scss */
.square.grid {
  position: relative;
}

/* line 207, ../sass/app.scss */
.square.grid > li {
  position: relative;
}

/* line 210, ../sass/app.scss */
.square.grid > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  background-color: #f0eee0;
  border-radius: 2px;
  overflow: hidden;
}

/* line 219, ../sass/app.scss */
.square.grid > li > .badgethumb > span.detail {
  display: block;
}

/* line 222, ../sass/app.scss */
.square.grid > li > a > span.detail {
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(240, 238, 224, 0.9);
}

/* line 230, ../sass/app.scss */
.square.grid > li > .badgethumb {
  background-position: center .75em;
  background-repeat: no-repeat;
  background-size:140px;
}

/* line 234, ../sass/app.scss */
.collection-thumbs.square.grid .minithumbs {
  position: relative;
  display: block;
  max-width: 125px;
  margin: auto;
  margin-top: 1.25em;
}

/* line 241, ../sass/app.scss */
.collection-thumbs.square.grid .minithumb {
  position: absolute;
  width: 75px;
  height: 75px;
  border: 1px solid #c0c0c0;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 14px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 14px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 14px rgba(50, 50, 50, 0.5);
}

/* line 254, ../sass/app.scss */
.collection-thumbs.square.grid .minithumb-1 {
  top: 0px;
  left: 0px;
}

/* line 258, ../sass/app.scss */
.collection-thumbs.square.grid .minithumb-2 {
  top: 25px;
  left: 50px;
}

/* line 262, ../sass/app.scss */
.collection-thumbs.square.grid .minithumb-3 {
  top: 50px;
  left: 25px;
}

/* line 266, ../sass/app.scss */
.square.grid > li > .badgethumb > span.detail > span {
  display: block;
}

/* line 269, ../sass/app.scss */
.square.grid .ui {
  display: none;
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 100%;
  padding: 0 0.625em;
}

/* line 277, ../sass/app.scss */
.grid .ui > ul {
  margin-left: 0px;
  display: inline-block;
  width: 100%;
  font-size: .75em;
  background-color: #fbfbf9;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top: 1px solid #e5e5e5;
  margin-top: -1px;
}

/* line 288, ../sass/app.scss */
.grid .ui > ul > li {
  margin-left: 0px;
  float: left;
  width: 50%;
  height: 50px;
  text-align: center;
}

/* line 295, ../sass/app.scss */
.grid .ui > ul > li > a {
  margin-top: 1.248em;
}

/* line 298, ../sass/app.scss */
.grid .ui > ul > li > a.bdet {
  display: block;
  margin-top: inherit;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

/* line 303, ../sass/app.scss */
.badge_action.bdel,
.collection_action.cdel {
  background-position: center 0px;
}

/* line 306, ../sass/app.scss */
.badge_action.bcol {
  background-position: center -267px;
}

/* line 310, ../sass/app.scss */
.badge_action.bdet,
.collection_action.cdet {
  background-position: center -200px;
}

/* line 313, ../sass/app.scss */
.collection_action.csha {
  background-position: center -134px;
}

/* line 316, ../sass/app.scss */
.collection_action.cedi {
  background-position: center -66px;
}

/* line 319, ../sass/app.scss */
.collections .badge-thumbs {
  margin-left: 0px;
}

/* line 322, ../sass/app.scss */
.badge-thumbs.vertical > li {
  list-style-type: none;
  margin-bottom: 0.625em;
  position: relative;
}

/* line 327, ../sass/app.scss */
.badge-thumbs.vertical > li > .badgethumb {
  background-position: 12px center;
  background-repeat: no-repeat;
  background-color: #fff;
  display: block;
  min-height: 90px;
}

/* line 334, ../sass/app.scss */
.badge-thumbs.vertical > li > .badgethumb > span {
  margin-left: 75px;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
}

/* line 339, ../sass/app.scss */
.badge-thumbs.vertical > li > .badgethumb span {
  display: block;
}

/* line 343, ../sass/app.scss */
.badge-thumbs.vertical .ui {
  width: inherit;
  position: absolute;
  left: inherit;
  bottom: 0px;
  right: 0px;
  width: 100%;
  padding-left: 70px;
  padding-right: 0.625em;
}

/* line 353, ../sass/app.scss */
.badge-thumbs.vertical .ui > ul {
  border-radius: 2px;
  border: 1px solid #e5e5e5;
}

/* line 357, ../sass/app.scss */
.badge-thumbs.vertical > li > .badgethumb > .detail > .title {
  line-height: 2;
}

/* line 360, ../sass/app.scss */
.fullbadge img {
  float: right;
  padding: 1.25em;
}

/* line 364, ../sass/app.scss */
.fullbadge p {
  line-height: 1.25em;
}

/* line 367, ../sass/app.scss */
.fullbadge ul {
  list-style-position: inside;
}

/* line 370, ../sass/app.scss */
.collection_action {
  background-repeat: no-repeat;
  background-image: url("../img/sprite.png");
}

/* line 374, ../sass/app.scss */
.collection_action {
  height: 40px;
  display: block;
  float: left;
  text-indent: -9000px;
  width: 30px;
}

/* line 381, ../sass/app.scss */
h2 .collection_action {
  float: right;
  margin-top: 8px;
}

/* line 386, ../sass/app.scss */
.logged-out.public .square.grid > li > p.badgethumb {
  background-color: #fff;
}

/* line 389, ../sass/app.scss */
.bapp.button {
  background-color: #f5a300;
  border-color: #da8506;
}

/* line 393, ../sass/app.scss */
.bgiv.button {
  background-color: #51dcf8;
  border-color: #3cbad8;
}

/* footer-stuff */

#footer {
    background:#b8b49d;
    float:left;
    width:100%;
    margin-bottom: 1px;
    padding-bottom: 15px;
    font-size: 14px;
}

#footer a {
    color: rgb(255, 255, 255);
    font-weight:bold;
    font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
}
#footer ul li {
    list-style-type: none;
    float: left;
    margin: 0px 10px;
}

#footer ul li:first-child {
    margin-left: 0px;
}

#footer .dept-ed {
    float:left;
    margin-right:10px;
}

#footer-links {
    padding-left:20px;
    float:left;
    width:auto;

}
#footer-contents {
    margin: 5px auto 0;
    padding: 5px 0 10px 0;
    width: 960px;
}

#footer-menu {
    margin: 10px 0px;
}

#footer-social {
    float: right;
    width: 220px;
    text-align: right;
}
