.clear {
  clear: both;
  display: block;
  height: 0.1px;
  width: 0.1px;
  overflow: hidden;
}
.screen-reader-text {
  display: inline-block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
}
.inline-block {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#slide-holder .dept-logo {
  position: absolute;
  bottom: 30px;
  right: 20px;
  z-index: 1000;
}
#slides {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#slides .slide-overlay {
  background-color: #323232;
  background-color: rgba(40,40,40,0.7);
  border: 1px solid rgba(255,255,255,0.2);
}
#slides .slide-container {
  margin: 0 auto;
  position: relative;
}
#slides .slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
#slides .slide {
  position: absolute;
  top: 0;
  overflow: hidden;
  background-color: #A7A9AC;
}
#slides .slide .slide-img {
  border-top: 0px solid #fff;
}
#slides .slide .caption {
  background-color: #323232;
  background-color: rgba(40,40,40,0.7);
  border: 1px solid rgba(255,255,255,0.2);
  position: absolute;
  width: 360px;
  bottom: 0;
  z-index: 100;
  border-bottom: 0;
  color: white;
  padding: 10px 15px 0;
  margin-left: 70px;
}
#slides .slide .caption .title {
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  font-weight: bold;
}
#slides .slide .caption .body {
  margin: 0.5em 0 1em;
}
#slides .slide .caption .dept-logo-img {
  float: right;
  margin: 0 0 10px 10px;
}
#slides .slide .caption .cascade-issue {
  font-family: 'georgia', serif;
  font-style: italic;
}
#slides .slide .caption h2 {
  margin: 5px 0;
}
#slides .slide .caption p {
  margin: 0;
}
#slides .slide .caption .read-options {
  margin-bottom: 0px;
  padding: 0px;
}
#slides .slide .caption .read-options li {
  background-color: #231F20;
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 10.4px;
  font-weight: bold;
}
#slides .slide .caption .read-options li a {
  text-decoration: none;
  color: white;
}
#slides .jslides-nav div {
  background-color: #323232;
  background-color: rgba(40,40,40,0.7);
  border: 1px solid rgba(255,255,255,0.2);
  position: absolute;
  z-index: 1000;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}
#slides .jslides-prev {
  border-left-width: 0;
  background-image: url(../../../cas-department/images/prev-slide.png);
}
#slides .jslides-next {
  border-right-width: 0;
  background-image: url(../../../cas-department/images/next-slide.png);
}
#slide-holder {
  position: relative;
  height: 400px;
}
#slides {
  width: 890px;
  height: 400px;
}
#slides a {
  color: white;
}
#slides + .inner {
  padding-top: 400px;
}
#slides .slide {
  width: 890px;
  height: 400px;
}
#slides .jslides-nav div {
  height: 80px;
  width: 50px;
  top: 161px;
  line-height: 80px;
}
#slides .jslides-nav .jslides-prev {
  left: 0;
}
#slides .jslides-nav .jslides-next {
  right: 0;
}
#slides .slide-img {
  width: 890px;
  height: 400px;
}
#content.archive.slides .slide.preview {
  clear: both;
  overflow: hidden;
  margin: 1em 0;
}
#content.archive.slides .slide.preview .thumbnail {
  float: left;
  margin-right: 1em;
}
#content.archive.slides .slide.preview h2 {
  margin-top: 0;
}
#content.slide .wp-post-image {
  width: 100%;
  height: auto;
}
#cas-tiles {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
  margin: -20px -100px -20px -75px;
}
#cas-tiles h2 {
  text-align: left;
  clear: both;
}
#cas-tiles .cas-block {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  text-align: center;
  margin-top: 20px;
  padding: 15px;
}
#cas-tiles .cas-block #column-dark .view-top {
  height: 40px;
  width: 256px;
}
#cas-tiles .cas-block #column-dark .view-top hr {
  color: #231F20;
}
#cas-tiles .cas-block #column-dark .view-top .view-category-top {
  position: absolute;
  text-align: center;
  line-height: 40px;
  background-color: #373434;
  font-size: 120%;
  text-align: center;
  color: #ffffff;
  width: 256px;
}
#cas-tiles .cas-block #column-dark .view-top .view-category-top:hover {
  background-color: #585656;
  text-decoration: underline;
}
#cas-tiles .cas-block #column-dark .top-line {
  display: none;
}
#cas-tiles .cas-block #column-dark .tile-column {
  display: inline-block;
  position: relative;
  margin: 5px 5px 0 5px;
  vertical-align: top;
  width: 256px;
  text-align: left;
  height: 590px;
  float: left;
  overflow: hidden;
  background-color: #231F20;
}
#cas-tiles .cas-block #column-dark .tile-column h3 {
  margin: 0 0 0 0 !important;
}
#cas-tiles .cas-block #column-dark .tile-column .tile {
  background-color: #231F20;
  color: #F4F5F5;
  position: relative;
  padding: 15px;
  height: 495px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#cas-tiles .cas-block #column-dark .tile-column .tile h2 {
  color: #F4F5F5;
}
#cas-tiles .cas-block #column-dark .tile-column .tile h3 {
  color: #F4F5F5;
}
#cas-tiles .cas-block #column-dark .tile-column .tile h4 {
  color: #F4F5F5;
  padding-bottom: 15px;
  border-bottom: solid 1px #ffffff;
  margin: 0;
}
#cas-tiles .cas-block #column-dark .tile-column .tile h5 {
  color: #F4F5F5;
}
#cas-tiles .cas-block #column-dark .tile-column .tile blockquote {
  margin: 15px;
}
#cas-tiles .cas-block #column-dark .tile-column .tile p {
  background-color: #231F20;
  display: block;
  white-space: normal;
  width: 100%;
}
#cas-tiles .cas-block #column-dark .tile-column .tile a {
  color: white;
}
#cas-tiles .cas-block #column-dark .tile-column .tile .img-contain {
  text-align: center;
  width: 225px;
  max-height: 225px;
  margin: auto;
  padding: 0;
}
#cas-tiles .cas-block #column-dark .tile-column .tile .img-contain img {
  max-width: 225px;
  max-height: 210px;
  margin: 0 0 15px 0;
}
#cas-tiles .cas-block #column-dark .view-bottom {
  height: 40px;
}
#cas-tiles .cas-block #column-dark .view-bottom .view-category-bottom {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  line-height: 40px;
  height: 40px;
  background-color: #373434;
  margin-top: 2px;
  color: #ffffff;
  font-size: 120%;
}
#cas-tiles .cas-block #column-dark .view-bottom .view-category-bottom:hover {
  background-color: #585656;
  text-decoration: underline;
}
#cas-tiles .cas-block #column-dark .view-bottom .full-article-background-bottom {
  height: 40px;
  position: relative;
  background: -webkit-linear-gradient(rgba(35,31,32,0.4),rgba(35,31,32,0.9),#231f20);
  background: -o-linear-gradient(rgba(35,31,32,0.4),rgba(35,31,32,0.9),#231f00);
  background: -moz-linear-gradient(rgba(35,31,32,0.4),rgba(35,31,32,0.9),#231f20);
  background: linear-gradient(rgba(35,31,32,0.4),rgba(35,31,32,0.9),#231f20);
}
#cas-tiles .cas-block #column-dark .view-bottom .full-article-background-bottom .full-article-link-bottom {
  float: right;
  text-decoration: none;
  font-size: 13px;
  position: relative;
  margin-right: 10px;
  top: 20px;
  height: 40px;
  color: #ffffff;
}
#cas-tiles .cas-block #column-dark .view-bottom .full-article-background-bottom .full-article-link-bottom:hover {
  text-decoration: underline;
}
#cas-tiles .cas-block #column-dark .view-bottom .full-article-background-lower {
  height: 40px;
  position: relative;
  background: -webkit-linear-gradient(rgba(35,31,32,0.4),rgba(35,31,32,0.9),#231f20);
  background: -o-linear-gradient(rgba(35,31,32,0.4),rgba(35,31,32,0.9),#231f00);
  background: -moz-linear-gradient(rgba(35,31,32,0.4),rgba(35,31,32,0.9),#231f20);
  background: linear-gradient(rgba(35,31,32,0.4),rgba(35,31,32,0.9),#231f20);
}
#cas-tiles .cas-block #column-dark .view-bottom .full-article-background-lower .full-article-link-lower {
  float: right;
  text-align: right;
  text-decoration: underline;
  font-size: 13px;
  position: relative;
  margin-right: 10px;
  top: 13px;
  height: 20px;
  width: 100%;
  position: relative;
  z-index: 10;
  color: #ffffff;
}
#cas-tiles .cas-block #column-dark .view-bottom .full-article-background-lower .full-article-link-lower:hover {
  background-color: #585656;
  text-decoration: underline;
}
#cas-tiles .cas-block #column-regular .view-top {
  height: 40px;
  width: 256px;
}
#cas-tiles .cas-block #column-regular .view-top .view-category-top {
  position: absolute;
  text-align: center;
  line-height: 40px;
  font-size: 120%;
  text-align: center;
  color: #231F20;
  width: 256px;
  border-bottom: solid 1px #231F20;
}
#cas-tiles .cas-block #column-regular .view-top .view-category-top:hover {
  color: #585656;
  text-decoration: underline;
}
#cas-tiles .cas-block #column-regular .view-top .full-article-background-top {
  position: relative;
  top: -14px;
  height: 40px;
  background: -webkit-linear-gradient(rgba(244,245,245,0.4),rgba(244,245,245,0.9),#f4f5f5);
  background: -o-linear-gradient(rgba(244,245,245,0.4),rgba(244,245,245,0.9),#fff5f5);
  background: -moz-linear-gradient(rgba(244,245,245,0.4),rgba(244,245,245,0.9),#f4fffe);
  background: linear-gradient(rgba(244,245,245,0.4),rgba(244,245,245,0.9),#f4f5f5);
  z-index: 10;
}
#cas-tiles .cas-block #column-regular .view-top .full-article-background-top .full-article-link-top {
  color: ;
  text-align: right;
  float: right;
  text-decoration: none;
  font-size: 13px;
  margin: 5px 10px 0 15px;
}
#cas-tiles .cas-block #column-regular .view-top .full-article-background-top .full-article-link-top:hover {
  background-color: #585656;
  text-decoration: underline;
}
#cas-tiles .cas-block #column-regular .top-line {
  color: #231F20;
}
#cas-tiles .cas-block #column-regular .tile-column {
  display: inline-block;
  position: relative;
  margin: 5px 5px 0 5px;
  vertical-align: top;
  width: 256px;
  text-align: left;
  height: 590px;
  float: left;
  overflow: hidden;
}
#cas-tiles .cas-block #column-regular .tile-column h3 {
  margin: 0 0 0 0 !important;
}
#cas-tiles .cas-block #column-regular .tile-column .tile {
  color: #231F20;
  position: relative;
  padding: 15px;
  height: 495px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#cas-tiles .cas-block #column-regular .tile-column .tile h2 {
  color: #231F20;
}
#cas-tiles .cas-block #column-regular .tile-column .tile h3 {
  color: #231F20;
}
#cas-tiles .cas-block #column-regular .tile-column .tile h4 {
  color: #231F20;
  padding-bottom: 15px;
  border-bottom: solid 1px #231F20;
  margin: 0;
}
#cas-tiles .cas-block #column-regular .tile-column .tile h5 {
  color: #231F20;
}
#cas-tiles .cas-block #column-regular .tile-column .tile blockquote {
  margin: 15px;
}
#cas-tiles .cas-block #column-regular .tile-column .tile p {
  display: block;
  white-space: normal;
  width: 100%;
}
#cas-tiles .cas-block #column-regular .tile-column .tile a {
  color: #231F20;
}
#cas-tiles .cas-block #column-regular .tile-column .tile .img-contain {
  text-align: center;
  width: 225px;
  max-height: 225px;
  margin: auto;
  padding: 0;
}
#cas-tiles .cas-block #column-regular .tile-column .tile .img-contain img {
  max-width: 225px;
  max-height: 210px;
  margin: 0 0 15px 0;
}
#cas-tiles .cas-block #column-regular .view-bottom {
  height: 40px;
}
#cas-tiles .cas-block #column-regular .view-bottom .view-category-bottom {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  line-height: 40px;
  height: 40px;
  background: -webkit-linear-gradient(rgba(244,245,245,0.6),rgba(244,245,245,0.9),#f4f5f5,#f4f5f5);
  background: -o-linear-gradient(rgba(244,245,245,0.6),rgba(244,245,245,0.9),#f4f5f5,#fff5f5);
  background: -moz-linear-gradient(rgba(244,245,245,0.6),rgba(244,245,245,0.9),#f4f5f5,#f4fffe);
  background: linear-gradient(rgba(244,245,245,0.6),rgba(244,245,245,0.9),#f4f5f5,#f4f5f5);
  margin-top: 2px;
  color: #231F20;
  font-size: 120%;
  z-index: 10;
}
#cas-tiles .cas-block #column-regular .view-bottom .view-category-bottom:hover {
  background-color: #585656;
  text-decoration: underline;
}
#cas-tiles .cas-block #column-regular .view-bottom .full-article-background-bottom {
  height: 40px;
  position: relative;
  z-index: 10;
  background: -webkit-linear-gradient(rgba(244,245,245,0.4),#f4f5f5,#f4f5f5);
  background: -o-linear-gradient(rgba(244,245,245,0.4),#f4f5f5,#fff5f5);
  background: -moz-linear-gradient(rgba(244,245,245,0.4),#f4f5f5,#f4fffe);
  background: linear-gradient(rgba(244,245,245,0.4),#f4f5f5,#f4f5f5);
}
#cas-tiles .cas-block #column-regular .view-bottom .full-article-background-bottom .full-article-link-bottom {
  float: right;
  text-decoration: none;
  font-size: 13px;
  position: relative;
  margin-right: 10px;
  top: 20px;
  height: 40px;
  color: #231F20 !important;
}
#cas-tiles .cas-block #column-regular .view-bottom .full-article-background-bottom .full-article-link-bottom:hover {
  text-decoration: underline;
}
#grid-loop {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  margin: auto;
  font-size: 0.9em;
  width: 100%;
}
#grid-loop .attachment-homepage-grid {
  display: block;
  box-sizing: border-box;
  margin: auto;
}
#grid-loop .article {
  width: 230px;
  height: auto;
  margin: 0 auto 15px auto;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  padding: 5px 5px 5px 5px;
  overflow: hidden;
}
#grid-loop h2 {
  font-size: 15.6px !important;
}
#grid-loop h2 a {
  display: block;
  text-decoration: none;
}
#grid-loop .post .content {
  overflow: initial;
}
#grid-loop .post-edit-link {
  font-size: 13px;
}
.casit_people_roles #taxonomy_list {
  display: none;
}
body {
  margin: 0;
  padding: 0;
  background-color: #E7E8E8;
  font-family: "arial", sans-serif;
  color: #231F20;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
}
html,
body {
  display: block;
  height: 100%;
}
a {
  color: #1b4684;
  text-decoration: none;
}
a:hover:before {
  text-decoration: none;
}
#header a {
  color: white;
}
#uobar {
  height: 35px;
  background-color: black;
}
#uobar .uo-logo a {
  position: absolute;
  top: 0;
  display: block;
  overflow: hidden;
  text-indent: -100%;
  width: 300px;
  height: 35px;
  background-image: url("../../images/uologo_black.jpg");
  background-repeat: no-repeat;
}
#uobar .uo-links {
  position: absolute;
  line-height: 35px;
  top: 0;
  font-size: 11px;
}
#uobar .uo-links a {
  color: white;
  text-decoration: none;
}
#uobar .uo-links .separator {
  color: #aaa;
}
#uobar .inner {
  width: 860px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
#sublogo {
  font-weight: normal;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 101;
}
#logo {
  font-weight: bold;
  margin: 0;
  z-index: 100;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.cas-logo-tiny {
  height: 30px;
  width: 30px;
  border-radius: 4.2857142857143px 0;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  font-family: "futura-pt", sans-serif;
  display: block;
  background-color: #231F20;
  color: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
}
.cas-logo-tiny a {
  display: block;
  color: inherit;
}
.cas-logo-tinier {
  height: 25px;
  width: 25px;
  border-radius: 3.5714285714286px 0;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  font-family: "futura-pt", sans-serif;
  display: block;
  background-color: #231F20;
  color: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 25px;
  text-align: center;
  font-size: 10px;
}
.cas-logo-tinier a {
  display: block;
  color: inherit;
}
.dept-logo-background {
  background-color: rgba(40,40,40,0.6);
}
.dept-logo {
  height: 75px;
  width: 75px;
  border-radius: 10.714285714286px 0;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  font-family: "futura-pt", sans-serif;
  border: 5px solid white;
  color: white;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.3), inset 1px 1px 1px rgba(0,0,0,0.3);
  position: relative;
}
.dept-logo a {
  display: block;
  color: inherit;
}
.dept-logo .dept-abbr {
  font-weight: bold;
  line-height: 75px;
  font-size: 31.25px;
  padding-left: 3.75px;
}
.dept-logo .dept-abbr.medium {
  font-size: 28.846153846154px;
}
.dept-logo .dept-abbr.small {
  font-size: 26.785714285714px;
}
.dept-logo .dept-abbr.tiny {
  font-size: 24.193548387097px;
}
.dept-logo .dept-name {
  position: absolute;
  bottom: 3.75px;
  left: 3.75px;
  font-size: 10.27397260274px;
  line-height: 90%;
  display: table;
  height: 18.75px;
}
.dept-logo .dept-name span {
  display: table-cell;
  vertical-align: middle;
}
.dept-logo .dept-name.large {
  font-size: 11.538461538462px;
}
.dept-logo .dept-name.tiny {
  font-size: 8.3333333333333px;
}
.dept-logo:before {
  content: "+";
  display: block;
  position: absolute;
  top: 1px;
  right: 2px;
  font-size: 12.5px;
}
.dept-logo.small {
  height: 50px;
  width: 50px;
  border-radius: 7.1428571428571px 0;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  font-family: "futura-pt", sans-serif;
  border: 4px solid white;
  color: white;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.3), inset 1px 1px 1px rgba(0,0,0,0.3);
  position: relative;
}
.dept-logo.small a {
  display: block;
  color: inherit;
}
.dept-logo.small .dept-abbr {
  font-weight: bold;
  line-height: 50px;
  font-size: 20.833333333333px;
  padding-left: 2.5px;
}
.dept-logo.small .dept-abbr.medium {
  font-size: 19.230769230769px;
}
.dept-logo.small .dept-abbr.small {
  font-size: 17.857142857143px;
}
.dept-logo.small .dept-abbr.tiny {
  font-size: 16.129032258065px;
}
.dept-logo.small .dept-name {
  position: absolute;
  bottom: 2.5px;
  left: 2.5px;
  font-size: 6.8493150684932px;
  line-height: 90%;
  display: table;
  height: 12.5px;
}
.dept-logo.small .dept-name span {
  display: table-cell;
  vertical-align: middle;
}
.dept-logo.small .dept-name.large {
  font-size: 7.6923076923077px;
}
.dept-logo.small .dept-name.tiny {
  font-size: 5.5555555555556px;
}
.dept-logo.small:before {
  content: "+";
  display: block;
  position: absolute;
  top: 1px;
  right: 2px;
  font-size: 8.3333333333333px;
}
.dept-logo.large {
  height: 100px;
  width: 100px;
  border-radius: 14.285714285714px 0;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  font-family: "futura-pt", sans-serif;
  border: 6px solid white;
  color: white;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.3), inset 1px 1px 1px rgba(0,0,0,0.3);
  position: relative;
}
.dept-logo.large a {
  display: block;
  color: inherit;
}
.dept-logo.large .dept-abbr {
  font-weight: bold;
  line-height: 100px;
  font-size: 41.666666666667px;
  padding-left: 5px;
}
.dept-logo.large .dept-abbr.medium {
  font-size: 38.461538461538px;
}
.dept-logo.large .dept-abbr.small {
  font-size: 35.714285714286px;
}
.dept-logo.large .dept-abbr.tiny {
  font-size: 32.258064516129px;
}
.dept-logo.large .dept-name {
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-size: 13.698630136986px;
  line-height: 90%;
  display: table;
  height: 25px;
}
.dept-logo.large .dept-name span {
  display: table-cell;
  vertical-align: middle;
}
.dept-logo.large .dept-name.large {
  font-size: 15.384615384615px;
}
.dept-logo.large .dept-name.tiny {
  font-size: 11.111111111111px;
}
.dept-logo.large:before {
  content: "+";
  display: block;
  position: absolute;
  top: 1px;
  right: 2px;
  font-size: 16.666666666667px;
}
.dept-badge-holder {
  z-index: 10;
  float: right;
  position: relative;
  top: -5px;
}
#header {
  background-color: #585958;
}
#navigation {
  font-weight: bold;
  font-size: 13px;
}
#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-left: 10px;
  padding-bottom: 7px;
}
#navigation a {
  text-decoration: none;
  color: #A7A9AC;
}
.mobile-only {
  display: none;
}
#body {
  position: relative;
  border-top: 0;
  z-index: 0;
  background-color: #f4f5f5;
  box-shadow: 0 5px 5px 5px rgba(0,0,0,0.05);
}
#content {
  overflow: hidden;
}
#content {
  padding: 20px 100px 20px 75px;
  font-size: 15.6px;
  font-family: "arial", sans-serif;
  color: #312b2c;
  background-color: #f4f5f5;
}
#content a:hover {
  text-decoration: underline;
}
#content ul.subpages {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content ul.subpages li {
  margin: 5px 0;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  font-family: "futura-pt", sans-serif;
  color: #231F20;
  line-height: 100%;
}
#content .wp-post-image.alignleft:first-child + p,
#content .wp-post-image.alignright:first-child + p {
  margin-top: 0;
}
#content .give-button {
  font-size: 35px;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  margin-bottom: 3px;
}
#content .give-button:before {
  content: "\3009";
  font-weight: bold;
  color: white;
  background-color: #231F20;
  padding: 15px 10px;
  vertical-align: top;
  display: inline-block;
  margin-right: -10px;
  z-index: 1;
  position: relative;
  width: 0.5em;
}
#content .give-button.inline {
  display: inline-block;
  vertical-align: bottom;
}
#content .give-button.aligncenter {
  text-align: center;
}
#content .give-button a {
  display: inline-block;
  padding: 15px 25px;
  text-decoration: none;
  color: white;
  background-color: #7e7f7e;
}
#content .give-button.ns:before {
  background-color: #802629;
}
#content .give-button.ns a {
  background-color: #F4C400;
}
#content .give-button.ss:before {
  background-color: #2A5135;
}
#content .give-button.ss a {
  background-color: #A9AD00;
}
#content .give-button.hum:before {
  background-color: #1C355E;
}
#content .give-button.hum a {
  background-color: #99C4C7;
}
#content .gallery {
  margin: 0 -1.1666667% 1.75em;
}
#content .gallery-item {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
#content .gallery-columns-1 .gallery-item {
  max-width: 100%;
}
#content .gallery-columns-2 .gallery-item {
  max-width: 47%;
}
#content .gallery-columns-3 .gallery-item {
  max-width: 31%;
}
#content .gallery-columns-4 .gallery-item {
  max-width: 22.7%;
}
#content .gallery-columns-5 .gallery-item {
  max-width: 17.7%;
}
#content .gallery-columns-6 .gallery-item {
  max-width: 14.33%;
}
#content .gallery-columns-7 .gallery-item {
  max-width: 12%;
}
#content .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
#content .gallery-columns-9 .gallery-item {
  max-width: 8.8%;
}
#content .gallery-icon img {
  margin: 0 auto;
  height: auto;
  max-width: 100%;
  verticle-align: middle;
}
#content .gallery-caption {
  color: #686868;
  font-family: Arial;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}
#content .gallery-columns-6 .gallery-caption,
#content .gallery-columns-7 .gallery-caption,
#content .gallery-columns-8 .gallery-caption,
#content .gallery-columns-9 .gallery-caption {
  display: none;
}
.sidebar + #content {
  margin-right: 237.5px;
}
#profiles .profile h2 {
  margin-bottom: 0.2em;
}
.profile-meta .profile_job_title,
.profile-meta .profile_job_title2 {
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  font-weight: normal !important;
}
.profile-meta li {
  margin: 0.3em 0;
}
.profile-meta li .label {
  margin-right: 0.2em;
}
#comments .comments-title {
  font-size: 19.5px;
}
#comments .comment-author {
  font-size: 13px;
}
.sidebar {
  width: 222.5px;
  float: right;
  margin: 30px 0;
}
#right-sidebar.sidebar .widget:first-child > h2:first-child {
  margin-top: 0;
}
#right-sidebar.sidebar .widget + #right-sidebar.sidebar .widget {
  border-top: 1px solid #cdd0d0;
  margin-top: 1em;
}
#right-sidebar.sidebar .widget .widgettitle {
  font-size: 18px;
}
#right-sidebar.sidebar .widget .textwidget,
#right-sidebar.sidebar .widget #calendar_wrap,
#right-sidebar.sidebar .widget .tagcloud {
  padding-right: 1.5em;
}
#right-sidebar.sidebar .widget #calendar_wrap {
  margin-top: 1em;
}
#right-sidebar.sidebar .widget #wp-calendar {
  width: 100%;
  border: 1px solid #dadcdc;
  background-color: #fcfcfc;
}
#right-sidebar.sidebar .widget #wp-calendar caption {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0.3em;
}
#right-sidebar.sidebar .widget #wp-calendar tbody td {
  border: 1px solid #e7e9e9;
  text-align: center;
}
#right-sidebar.sidebar .widget #wp-calendar tbody td.pad {
  border: 0;
}
#right-sidebar.sidebar .widget #wp-calendar tbody td a {
  text-decoration: underline;
}
.sidebar + .sidebar {
  clear: right;
}
.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar ul li {
  padding: 0.5em;
  padding-right: 1.5em;
  border-top: 1px solid #dadcdc;
}
.sidebar ul li:first-child {
  border-top: 0;
}
.sidebar #searchform #s {
  width: 60%;
}
.sidebar > #searchform {
  margin-top: 1em;
}
#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar ul li {
  padding: 0;
  border: 0;
}
#sidebar .widget {
  margin: 2px 0;
}
#sidebar .widget .widgettitle,
#sidebar .widget caption {
  background-color: #231F20;
  color: white;
  margin: 0;
  font-family: "futura-pt", sans-serif;
  font-size: 15px;
  padding: 7px 15px 7px 25px;
  font-weight: bold;
  text-align: left;
}
#sidebar .widget #wp-calendar {
  width: 100%;
  color: white;
  background-color: #7e7f7e;
  padding: 10px 25px;
}
#sidebar .widget #wp-calendar caption {
  margin-bottom: 2px;
}
#sidebar .widget #wp-calendar tbody td {
  background-color: #989998;
  color: #231F20;
}
#sidebar .widget #wp-calendar tbody td a {
  font-weight: bold;
  color: white;
}
#sidebar .widget #wp-calendar td.pad {
  border: 0;
}
#sidebar .widget .textwidget {
  padding: 10px 25px;
  color: white;
}
#sidebar .widget .textwidget a {
  color: black;
}
#sidebar .widget .textwidget {
  background-color: #7e7f7e;
  margin-top: 2px;
  padding-left: 25px;
}
#sidebar .widget #searchform {
  background-color: #7e7f7e;
  padding: 3px;
  position: relative;
}
#sidebar .widget #searchform input {
  border: 0;
  color: white;
}
#sidebar .widget #searchform input[type=submit] {
  background-color: #231F20;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  position: absolute;
  right: 3px;
  bottom: 3px;
  border-left: 3px solid #7e7f7e;
  width: 55px;
}
#sidebar .widget #searchform input[type=text] {
  width: 100%;
  background-color: #656665;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding-right: 58px;
}
#sidebar .submenu > li > a,
#sidebar .submenu > li > .title {
  font-family: "futura-pt", sans-serif;
  display: block;
  background-color: #231F20;
  color: white;
  font-weight: bold;
  font-size: 15px;
  padding: 20px 15px 15px 25px;
}
#sidebar .submenu > li > ul .current-menu-item > a,
#sidebar .submenu > li > ul .current_page_item > a,
#sidebar .submenu > li > ul .current-cat > a,
#sidebar .widget > ul .current-menu-item > a,
#sidebar .widget > ul .current_page_item > a,
#sidebar .widget > ul .current-cat > a {
  font-weight: bold;
}
#sidebar .submenu > li > ul > li,
#sidebar .widget > ul > li {
  background-color: #4e5053;
  padding: 3px 20px;
  margin: 2px 0;
}
#sidebar .submenu > li > ul > li a,
#sidebar .widget > ul > li a {
  padding: 3px;
  display: block;
}
#sidebar .submenu > li > ul > li ul,
#sidebar .widget > ul > li ul {
  display: none;
}
#sidebar .submenu > li > ul > li.current_page_item,
#sidebar .submenu > li > ul > li.current_page_ancestor,
#sidebar .submenu > li > ul > li.current-menu-item,
#sidebar .submenu > li > ul > li.current-menu-ancestor,
#sidebar .submenu > li > ul > li.current-cat,
#sidebar .submenu > li > ul > li.current-cat,
#sidebar .widget > ul > li.current_page_item,
#sidebar .widget > ul > li.current_page_ancestor,
#sidebar .widget > ul > li.current-menu-item,
#sidebar .widget > ul > li.current-menu-ancestor,
#sidebar .widget > ul > li.current-cat,
#sidebar .widget > ul > li.current-cat {
  background-color: #4e5053;
  position: relative;
}
#sidebar .submenu > li > ul > li.current_page_item ul,
#sidebar .submenu > li > ul > li.current_page_ancestor ul,
#sidebar .submenu > li > ul > li.current-menu-item ul,
#sidebar .submenu > li > ul > li.current-menu-ancestor ul,
#sidebar .submenu > li > ul > li.current-cat ul,
#sidebar .submenu > li > ul > li.current-cat ul,
#sidebar .widget > ul > li.current_page_item ul,
#sidebar .widget > ul > li.current_page_ancestor ul,
#sidebar .widget > ul > li.current-menu-item ul,
#sidebar .widget > ul > li.current-menu-ancestor ul,
#sidebar .widget > ul > li.current-cat ul,
#sidebar .widget > ul > li.current-cat ul {
  display: block;
  margin-left: 0.5em;
}
#sidebar .submenu > li > ul > li.current_page_item > a,
#sidebar .submenu > li > ul > li.current_page_ancestor > a,
#sidebar .submenu > li > ul > li.current-menu-item > a,
#sidebar .submenu > li > ul > li.current-menu-ancestor > a,
#sidebar .submenu > li > ul > li.current-cat > a,
#sidebar .submenu > li > ul > li.current-cat > a,
#sidebar .widget > ul > li.current_page_item > a,
#sidebar .widget > ul > li.current_page_ancestor > a,
#sidebar .widget > ul > li.current-menu-item > a,
#sidebar .widget > ul > li.current-menu-ancestor > a,
#sidebar .widget > ul > li.current-cat > a,
#sidebar .widget > ul > li.current-cat > a {
  color: white !important;
}
#sidebar .submenu > li > ul > li.current_page_item:before,
#sidebar .submenu > li > ul > li.current_page_ancestor:before,
#sidebar .submenu > li > ul > li.current-menu-item:before,
#sidebar .submenu > li > ul > li.current-menu-ancestor:before,
#sidebar .submenu > li > ul > li.current-cat:before,
#sidebar .submenu > li > ul > li.current-cat:before,
#sidebar .widget > ul > li.current_page_item:before,
#sidebar .widget > ul > li.current_page_ancestor:before,
#sidebar .widget > ul > li.current-menu-item:before,
#sidebar .widget > ul > li.current-menu-ancestor:before,
#sidebar .widget > ul > li.current-cat:before,
#sidebar .widget > ul > li.current-cat:before {
  content: " ";
  display: block;
  background-color: #4e5053;
  height: 1.5em;
  width: 1.5em;
  position: absolute;
  top: 0.375em;
  left: -0.75em;
  z-index: -1;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#sidebar a {
  color: white;
}
#sidebar ul.social-media-nav {
  background-color: #231F20;
  padding: 10px 15px;
  line-height: 25px;
}
#sidebar ul.social-media-nav li {
  padding: 3px 0;
  background-position: left center;
  text-indent: 30px;
}
#sidebar ul.social-media-nav a {
  text-transform: uppercase;
  display: block;
}
#sidebar .black-bar {
  height: 5px;
  background-color: #231F20;
}
#footer .rainbow-bar,
#body .rainbow-bar {
  height: 12px;
  width: 100%;
  background-image: url("../../../cas-department/images/bar.svg");
}
.social-media-nav li {
  background-repeat: no-repeat;
}
.social-media-nav li.award {
  background-image: url("../../../cas-department/images/icons/award.png");
}
.social-media-nav li.calendar {
  background-image: url("../../../cas-department/images/icons/calendar.png");
}
.social-media-nav li.contact {
  background-image: url("../../../cas-department/images/icons/mail.png");
}
.social-media-nav li.diploma {
  background-image: url("../../../cas-department/images/icons/diploma.png");
}
.social-media-nav li.discussion {
  background-image: url("../../../cas-department/images/icons/discussion.png");
}
.social-media-nav li.document {
  background-image: url("../../../cas-department/images/icons/document.png");
}
.social-media-nav li.donate {
  background-image: url("../../../cas-department/images/icons/donate.png");
}
.social-media-nav li.facebook {
  background-image: url("../../../cas-department/images/icons/facebook.png");
}
.social-media-nav li.film_strip {
  background-image: url("../../../cas-department/images/icons/film_strip.png");
}
.social-media-nav li.headphones {
  background-image: url("../../../cas-department/images/icons/headphones.png");
}
.social-media-nav li.information {
  background-image: url("../../../cas-department/images/icons/information.png");
}
.social-media-nav li.mixed_social {
  background-image: url("../../../cas-department/images/icons/mixed_social.png");
}
.social-media-nav li.pen {
  background-image: url("../../../cas-department/images/icons/pen.png");
}
.social-media-nav li.play_button {
  background-image: url("../../../cas-department/images/icons/play_button.png");
}
.social-media-nav li.spotlight {
  background-image: url("../../../cas-department/images/icons/spotlight.png");
}
.social-media-nav li.twitter {
  background-image: url("../../../cas-department/images/icons/twitter.png");
}
.social-media-nav li.twitter_bird {
  background-image: url("../../../cas-department/images/icons/twitter_bird.png");
}
.social-media-nav li.video_camera {
  background-image: url("../../../cas-department/images/icons/video_camera.png");
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  font-size: 13px;
  border: 2px solid #231f20;
}
table tr td,
table tr th {
  padding: 3px 5px;
  border-right: 1px solid #231f20;
  text-align: left;
}
table tr {
  border-bottom: 1px solid #231f20;
  border-right: 1px solid #231f20;
  border-left: 1px solid #231f20;
}
table tr.odd {
  background-color: #ffffff;
}
table tr.even {
  background-color: #e3e2e2;
}
table tr.even td.active {
  background-color: #E9FAF8;
}
table tr.odd td.active {
  background-color: #F0FCFF;
}
p.reference {
  text-indent: -2em;
  margin-left: 3em;
}
#footer {
  position: relative;
  z-index: 1;
  background-color: #4e5053;
  clear: both;
  color: white;
}
#footer a {
  color: #c2d9f0;
}
#footer a:hover {
  color: #d6e6f5;
}
#footer .header {
  line-height: 25px;
  text-transform: uppercase;
  color: white;
  font-size: 11px;
  font-weight: bold;
}
#footer .header .cas-logo-tiny {
  margin-right: 10px;
  float: left;
}
#footer .header ~ p {
  margin-left: 40px;
  font-family: 'georgia', serif;
  font-size: 14px;
}
#footer .header + p {
  margin-top: 5px;
}
#footer #footer-links {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 15px;
  overflow: hidden;
}
#footer #footer-links li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  color: white;
  background-color: #231F20;
  background-position: 20px center;
}
#footer #footer-links li a {
  display: block;
  margin: 0 2.5px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
}
#footer #footer-widgets .widget {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  padding: 15px;
}
#footer #footer-widgets .widget .widgettitle {
  margin: 0;
  font-family: "futura-pt", sans-serif;
}
#footer #footer-widgets .widget .widgettitle + ul {
  margin-top: 0;
}
#footer #footer-widgets .widget #wp-calendar caption {
  font-family: "futura-pt", sans-serif;
  font-size: 19px;
  font-weight: bold;
}
#site-index {
  padding-top: 50px;
  padding-bottom: 50px;
}
#nav-menus {
  display: block;
}
.paging {
  text-align: right;
  font-size: 85%;
  margin: 1em 0;
}
#search_results .result {
  padding-bottom: 1em;
  border-bottom: 1px solid #cdd0d0;
}
#uobar .uo-links {
  right: 7.5px;
}
#uobar .uo-logo a {
  left: 7.5px;
}
#logo {
  height: 70px;
  width: 70px;
  border-radius: 10px 0;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  font-family: "futura-pt", sans-serif;
  display: block;
  background-color: #231F20;
  color: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 70px;
  text-align: center;
  font-size: 28px;
  left: -20px;
  bottom: -35px;
}
#logo a {
  display: block;
  color: inherit;
}
#sublogo {
  height: 70px;
  width: 70px;
  border-radius: 10px 0;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  font-family: "futura-pt", sans-serif;
  border: 4.8px solid white;
  color: white;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.3), inset 1px 1px 1px rgba(0,0,0,0.3);
  bottom: -95px;
  left: 70px;
  font-size: 12.6px;
  line-height: 100%;
  padding: 7px 3.5px 0;
}
#sublogo a {
  display: block;
  color: inherit;
}
#container > div {
  width: 890px;
  margin: 0 auto;
}
#container > div.bg-overflow {
  width: 100%;
}
#container > div.bg-overflow .inner,
#container > div.bg-overflow #content {
  width: 890px;
  margin: 0 auto;
}
#container > div.bg-overflow #content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.inner {
  position: relative;
  padding: 0 15px 0 15px;
}
#footer {
  margin-bottom: 37.5px;
}
#footer #footer-links {
  width: 890px;
  bottom: -37.5px;
}
#footer #footer-links li {
  height: 75px;
  width: 218.5px;
  margin: 0 2px;
}
#footer #footer-links li a {
  line-height: 75px;
}
#footer #footer-links li a:before {
  float: left;
  height: 75px;
}
#footer .inner {
  padding-bottom: 37.5px;
}
#footer-widgets .textwidget,
#footer-widgets .tagcloud {
  max-width: 415px;
}
@media only screen and (min-width: 790px) and (max-width: 939px) {
  #slide-holder {
    position: relative;
    height: 341.57303370787px;
  }
  #slides {
    width: 760px;
    height: 341.57303370787px;
  }
  #slides a {
    color: white;
  }
  #slides + .inner {
    padding-top: 341.57303370787px;
  }
  #slides .slide {
    width: 760px;
    height: 341.57303370787px;
  }
  #slides .jslides-nav div {
    height: 80px;
    width: 50px;
    top: 131.78651685393px;
    line-height: 80px;
  }
  #slides .jslides-nav .jslides-prev {
    left: 0;
  }
  #slides .jslides-nav .jslides-next {
    right: 0;
  }
  #slides .slide-img {
    width: 760px;
    height: 341.57303370787px;
  }
  #container > div {
    width: 760px;
    margin: 0 auto;
  }
  #container > div.bg-overflow {
    width: 100%;
  }
  #container > div.bg-overflow .inner,
  #container > div.bg-overflow #content {
    width: 760px;
    margin: 0 auto;
  }
  #container > div.bg-overflow #content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .inner {
    position: relative;
    padding: 0 15px 0 15px;
  }
  #footer {
    margin-bottom: 37.5px;
  }
  #footer #footer-links {
    width: 760px;
    bottom: -37.5px;
  }
  #footer #footer-links li {
    height: 75px;
    width: 186px;
    margin: 0 2px;
  }
  #footer #footer-links li a {
    line-height: 75px;
  }
  #footer #footer-links li a:before {
    float: left;
    height: 75px;
  }
  #footer .inner {
    padding-bottom: 37.5px;
  }
  #footer-widgets .textwidget,
  #footer-widgets .tagcloud {
    max-width: 350px;
  }
  #header h1#department-name {
    font-size: 25px;
  }
}
@media only screen and (max-width: 789px) {
  .mobile-only {
    display: initial;
  }
  #nav-menus {
    display: none;
  }
}
@media only screen and (max-width: 789px) {
  #uobar .uo-links {
    right: 7.5px;
  }
  #uobar .uo-logo a {
    left: 0;
  }
  #uobar .uo-links {
    display: none;
  }
  #navigation {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: left;
    font-size: 20px;
  }
  #navigation li {
    padding: 0px;
  }
  #navigation a,
  #navigation li {
    display: block;
  }
  #navigation a {
    padding: 13px 10px;
    color: white !important;
  }
  #navigation .current-menu-item a {
    font-weight: bold;
  }
  .nav-toggle {
    cursor: pointer;
    text-align: right;
  }
  .sidebar {
    float: none;
  }
  #right-sidebar {
    border-top: 1px solid #ccc;
    margin: 0 30px 30px;
    padding-top: 10px;
    width: auto;
  }
  #sidebar .black-bar {
    display: none;
  }
  #sidebar {
    float: none;
    width: 100%;
    margin: 0;
    position: relative;
  }
  #sidebar .submenu > li > ul,
  #sidebar .social-media-nav,
  #sidebar .widget {
    display: none;
  }
  #sidebar .submenu,
  #sidebar .widget {
    font-size: 20px;
  }
  #sidebar .textwidget {
    font-size: 13px;
  }
  #sidebar .submenu .children {
    font-size: 18px;
    padding-left: 1em;
    border-left: 1px solid #ccc;
  }
  #sidebar ul {
    overflow: hidden;
  }
  #sidebar + #content {
    margin-right: 0;
  }
  #content {
    padding: 1em 1.5em;
  }
  #content > h1:first-child {
    margin-top: 0;
  }
  #nav-toggle,
  #subnav-toggle {
    cursor: pointer;
    display: block;
    color: #fff;
    font-weight: normal;
    background-color: #3f3f3f;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  #nav-toggle {
    border-radius: 5px 5px 0 0;
    padding: 0.5em 0.9em;
  }
  #subnav-toggle {
    border-radius: 0 0 5px 5px;
    position: absolute;
    padding: 10px 12px;
    right: 1em;
    top: 100%;
  }
  #nav-menus {
    display: none;
    border-top: 1px solid #323332;
    position: absolute;
    top: 100%;
    background-color: #3f3f3f;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    z-index: 1002;
    padding: 5px;
    right: 0;
    padding-top: 35px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #nav-menus a {
    font-weight: normal;
    line-height: 30px;
    font-size: 13pt;
  }
  #sublogo {
    z-index: 1003;
  }
  #footer .inner {
    padding-bottom: 0;
  }
  #footer #footer-links {
    position: relative;
    left: 0;
    margin-top: -/2;
    float: none;
  }
  #footer #footer-links li {
    width: 100% !important;
    margin: 5px 0 0 !important;
  }
  .column-2 {
    width: 100%;
    float: none;
  }
  #footer-widgets .textwidget,
  #footer-widgets .tagcloud {
    max-width: none !important;
  }
  #content.archive.slides .slide.preview {
    border-bottom: 1px solid silver;
  }
  #content.archive.slides .slide.preview .thumbnail {
    float: none;
    text-align: center;
  }
  #content.archive.slides .slide.preview h2 {
    margin-top: 0.5em;
    margin-bottom: 0.25em;
  }
  #content.archive.slides .slide.preview .excerpt p {
    margin-top: 0;
  }
  #comments .comment-meta {
    overflow: hidden;
  }
  #comments .reply {
    margin-left: 0;
  }
  #comments .edit-link {
    display: block;
    margin: 0;
  }
  #comments .children {
    margin-left: 0;
    border-left: 1px solid rgba(0,0,0,0.1);
    border-top-style: solid;
  }
  #respond .comment-form-comment #comment {
    padding: 0;
  }
}
@media only screen and (max-width: 479px) {
  #container > div {
    width: 300px;
    margin: 0 auto;
  }
  #container > div.bg-overflow {
    width: 100%;
  }
  #container > div.bg-overflow .inner,
  #container > div.bg-overflow #content {
    width: 300px;
    margin: 0 auto;
  }
  #container > div.bg-overflow #content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .inner {
    position: relative;
    padding: 0 10px 0 10px;
  }
  #slide-holder {
    position: relative;
    height: 134.83146067416px;
  }
  #slides {
    width: 300px;
    height: 134.83146067416px;
  }
  #slides a {
    color: white;
  }
  #slides + .inner {
    padding-top: 134.83146067416px;
  }
  #slides .slide {
    width: 300px;
    height: 134.83146067416px;
  }
  #slides .jslides-nav div {
    height: 40px;
    width: 25px;
    top: 48.415730337079px;
    line-height: 40px;
  }
  #slides .jslides-nav .jslides-prev {
    left: 0;
  }
  #slides .jslides-nav .jslides-next {
    right: 0;
  }
  #slides .slide-img {
    width: 300px;
    height: 134.83146067416px;
  }
  #footer {
    margin-bottom: 37.5px;
  }
  #footer #footer-links {
    width: 300px;
    bottom: -37.5px;
  }
  #footer #footer-links li {
    height: 75px;
    width: 71px;
    margin: 0 2px;
  }
  #footer #footer-links li a {
    line-height: 75px;
  }
  #footer #footer-links li a:before {
    float: left;
    height: 75px;
  }
  #footer .inner {
    padding-bottom: 37.5px;
  }
  #footer-widgets .textwidget,
  #footer-widgets .tagcloud {
    max-width: 125px;
  }
  #nav-menus {
    width: 300px;
  }
}
@media only screen and (max-width: 789px) and (min-width: 480px) {
  #container > div {
    width: 460px;
    margin: 0 auto;
  }
  #container > div.bg-overflow {
    width: 100%;
  }
  #container > div.bg-overflow .inner,
  #container > div.bg-overflow #content {
    width: 460px;
    margin: 0 auto;
  }
  #container > div.bg-overflow #content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .inner {
    position: relative;
    padding: 0 10px 0 10px;
  }
  #slide-holder {
    position: relative;
    height: 206.74157303371px;
  }
  #slides {
    width: 460px;
    height: 206.74157303371px;
  }
  #slides a {
    color: white;
  }
  #slides + .inner {
    padding-top: 206.74157303371px;
  }
  #slides .slide {
    width: 460px;
    height: 206.74157303371px;
  }
  #slides .jslides-nav div {
    height: 40px;
    width: 25px;
    top: 84.370786516854px;
    line-height: 40px;
  }
  #slides .jslides-nav .jslides-prev {
    left: 0;
  }
  #slides .jslides-nav .jslides-next {
    right: 0;
  }
  #slides .slide-img {
    width: 460px;
    height: 206.74157303371px;
  }
  #footer {
    margin-bottom: 37.5px;
  }
  #footer #footer-links {
    width: 460px;
    bottom: -37.5px;
  }
  #footer #footer-links li {
    height: 75px;
    width: 111px;
    margin: 0 2px;
  }
  #footer #footer-links li a {
    line-height: 75px;
  }
  #footer #footer-links li a:before {
    float: left;
    height: 75px;
  }
  #footer .inner {
    padding-bottom: 37.5px;
  }
  #footer-widgets .textwidget,
  #footer-widgets .tagcloud {
    max-width: 205px;
  }
  #nav-menus {
    width: 460px;
  }
}
#header .inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
#header.hum-light {
  background-color: #99C4C7;
}
#header.hum-med {
  background-color: #6699CC;
}
#header.hum-dark {
  background-color: #1C355E;
}
#header.ss-light {
  background-color: #A9AD00;
}
#header.ss-med {
  background-color: #648C1C;
}
#header.ss-dark {
  background-color: #2A5135;
}
#header.ns-light {
  background-color: #F4C400;
}
#header.ns-med {
  background-color: #DBAA00;
}
#header.ns-dark {
  background-color: #802629;
}
#logo {
  float: left;
  margin-right: 10px;
}
#department-name {
  margin: 0;
  font-size: 30px;
  line-height: 70px;
  font-family: "futura-pt", sans-serif;
}
#department-name a {
  color: #231F20;
}
.ns-dark #department-name a,
.hum-dark #department-name a,
.ss-dark #department-name a {
  color: white;
}
.black #department-name a {
  color: #231F20;
}
.white #department-name a {
  color: white;
}
#navigation {
  clear: both;
}
#navigation #nav-menus {
  padding-top: 15px;
}
.no-color #navigation a {
  color: white;
}
.no-color #navigation a:hover {
  text-decoration: underline;
}
.no-color #navigation .current-menu-item a {
  text-decoration: underline;
}
.hum-light #navigation a {
  color: black;
}
.hum-light #navigation a:hover {
  text-decoration: underline;
}
.hum-light #navigation .current-menu-item a {
  text-decoration: underline;
}
.hum-med #navigation a {
  color: black;
}
.hum-med #navigation a:hover {
  text-decoration: underline;
}
.hum-med #navigation .current-menu-item a {
  text-decoration: underline;
}
.hum-dark #navigation a {
  color: white;
}
.hum-dark #navigation a:hover {
  text-decoration: underline;
}
.hum-dark #navigation .current-menu-item a {
  text-decoration: underline;
}
.ss-light #navigation a {
  color: black;
}
.ss-light #navigation a:hover {
  text-decoration: underline;
}
.ss-light #navigation .current-menu-item a {
  text-decoration: underline;
}
.ss-med #navigation a {
  color: black;
}
.ss-med #navigation a:hover {
  text-decoration: underline;
}
.ss-med #navigation .current-menu-item a {
  text-decoration: underline;
}
.ss-dark #navigation a {
  color: white;
}
.ss-dark #navigation a:hover {
  text-decoration: underline;
}
.ss-dark #navigation .current-menu-item a {
  text-decoration: underline;
}
.ns-light #navigation a {
  color: black;
}
.ns-light #navigation a:hover {
  text-decoration: underline;
}
.ns-light #navigation .current-menu-item a {
  text-decoration: underline;
}
.ns-med #navigation a {
  color: black;
}
.ns-med #navigation a:hover {
  text-decoration: underline;
}
.ns-med #navigation .current-menu-item a {
  text-decoration: underline;
}
.ns-dark #navigation a {
  color: white;
}
.ns-dark #navigation a:hover {
  text-decoration: underline;
}
.ns-dark #navigation .current-menu-item a {
  text-decoration: underline;
}
#header {
  box-shadow: 0 -5px 5px 5px rgba(0,0,0,0.04);
}
.loop .post-edit-link {
  font-size: 13px;
  margin-left: 10px;
  font-family: "arial", sans-serif;
}
.loop .post-edit-link:before {
  content: "\270E\A0";
}
#blog-loop .post.content > *:first-child {
  margin-top: 0;
}
#blog-loop .meta {
  overflow: hidden;
  border-top: 1px solid rgba(0,0,0,0.1);
}
#blog-loop .meta .comment-count {
  float: left;
}
#blog-loop .meta .comment-count:before {
  content: "\25A4\A0";
}
#blog-loop .meta .author,
#blog-loop .meta .tags {
  float: right;
  padding-left: 1em;
}
#home-loop .article {
  overflow: hidden;
  position: relative;
  margin: 2em 0;
}
#home-loop .article:first-child {
  margin-top: 0;
}
#home-loop .article h2 {
  margin: 0;
  margin-bottom: 0.2em;
}
#home-loop .article .wp-post-image {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.1em;
}
#home-loop .article .post {
  overflow: hidden;
}
#home-loop .article .post p:first-child {
  margin-top: 0;
}
#home-loop .article .post p:last-child {
  margin-bottom: 0;
}
#home-loop .article .read-more {
  display: inline;
  white-space: nowrap;
}
@media only screen and (max-width: 789px) {
  #header {
    padding-bottom: 40px;
  }
  #header h1 .full-name {
    font-size: 15px;
    text-align: center;
    line-height: 150%;
    padding-top: 15px;
    display: block;
  }
  #navigation {
    bottom: -40px;
  }
  #logo {
    position: static;
    float: left;
  }
  #slides .caption {
    border-width: 1px 0px 0px 0px !important;
    width: 100% !important;
    margin-left: 0px !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #slides .caption .title {
    margin-bottom: 1em;
    font-size: 17px !important;
    margin-right: 10px;
  }
  #slides .caption .body {
    display: none;
  }
  #dept-logo-holder .dept-logo {
    display: none;
  }
  .dept-badge-holder {
    display: none;
  }
}
