/*Variables*/
/*Mixins*/
/*Begin Styles*/
body {
  color: #595959;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  background: #fff url(../images/body-bg.gif) repeat-x left top; }

a {
  -webkit-transition-property: color, border;
  -moz-transition-property: color, border;
  -o-transition-property: color, border;
  transition-property: color, border;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

/*Back to top*/
a#totop {
  width: 40px;
  height: 40px;
  display: block;
  background: #e84a27 url(../images/top-arrow.png) no-repeat center center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-indent: -9999em; }

/*Accessibility*/
.accessible {
  padding: 10px;
  position: absolute;
  left: -9999em;
  background: #fff; }

.accessible ul {
  text-align: right; }

.accessible ul li {
  margin: 0 0 0 .5em;
  display: inline; }

.accessible.noscript {
  position: relative;
  left: 0; }

/*Core Layout*/
#wrapper,
.wrap {
  margin: 0 auto;
  width: 960px; }
  @media screen and (max-width: 767px) {
    #wrapper,
    .wrap {
      margin: 0;
      width: auto; } }

#container {
  margin: 0 0 20px 0; }

#nav-col {
  width: 200px;
  float: left; }
  @media screen and (max-width: 767px) {
    #nav-col {
      width: auto;
      float: none; } }

#content-col {
  width: 720px;
  float: right; }
  @media screen and (max-width: 767px) {
    #content-col {
      padding: 8px;
      width: auto;
      float: none; } }

/*Header*/
#header {
  padding: 15px 0;
  background: #13294b url(../images/header-bg.png) no-repeat center top;
  border-bottom: 4px solid #E84927; }
  @media screen and (max-width: 767px) {
    #header {
      padding: 8px; } }

/*Logo*/
#logo {
  width: 270px;
  float: left; }
  #logo a {
    width: 267px;
    height: 44px;
    text-indent: -9999em;
    display: block;
    background: url(../images/logo.png) no-repeat left top;
    background-size: contain; }
  @media screen and (max-width: 767px) {
    #logo {
      margin: 0 0 10px 0;
      width: auto;
      float: none; } }

/*Head Right*/
#head-right {
  width: 690px;
  float: right; }
  @media screen and (max-width: 767px) {
    #head-right {
      width: auto;
      float: none; } }

/*Topnav*/
#topnav {
  margin: 0 0 5px 0; }
  #topnav ul {
    font-size: 0.8125em;
    text-align: right; }
    @media screen and (max-width: 767px) {
      #topnav ul {
        text-align: left; } }
  #topnav ul li {
    color: #e84a27;
    display: inline-block; }
  #topnav ul li + li {
    margin: 0 0 0 10px; }
  #topnav ul li a {
    color: #e84a27;
    text-decoration: none; }
  #topnav ul li a:hover {
    color: #fff; }

/*Navigation*/
#navigation {
  background: #e84a27;
  border-bottom: 4px solid #E84927; }
  #navigation ul {
    margin: 0 0 0 4px;
    font-size: 0.8125em; }
  #navigation ul li {
    color: #fff;
    font-weight: bold;
    display: inline; }
  #navigation ul li a {
    padding: 0.5em 1em;
    display: block;
    float: left;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }
  #navigation ul li a:hover {
    background: #13294b; }

/*Search*/
#search {
  padding: 5px 10px;
  font-size: 0.8125em;
  width: 260px;
  height: 19px;
  background: #fff;
  float: right;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }
  #search label {
    display: none; }
  #search .searchbox {
    border: none;
    color: #666;
    width: 200px;
    float: left;
    background: none; }
  #search .submit {
    margin: 2px 0 0 0;
    text-indent: -9999em;
    border: 0;
    width: 16px;
    height: 16px;
    float: right;
    font-size: 0;
    cursor: pointer;
    background: url(../images/btn-search.png) no-repeat left top; }
  @media screen and (max-width: 767px) {
    #search {
      width: auto;
      float: none; } }

/*Page Meta*/
#banner {
  width: 662px;
  float: left; }
  @media screen and (max-width: 767px) {
    #banner {
      display: none; } }

#edition {
  padding: 50px 0 0 0;
  font-family: Times, Georgia, serif;
  font-style: italic;
  font-size: 1.25em;
  line-height: 1.1;
  color: #fff;
  width: 298px;
  height: 190px;
  float: right;
  background: url(../images/edition-bg.png) no-repeat right top;
  box-sizing: border-box;
  text-align: center; }
  #edition span.edition-year {
    font-size: 2em;
    display: block; }
  @media screen and (max-width: 767px) {
    #edition {
      padding: 8px;
      background: #13294b;
      height: auto;
      width: auto;
      float: none; } }

/*Breadcrumb*/
#breadcrumb {
  margin: 0 0 15px 0; }
  #breadcrumb ul {
    font-size: 0.675em;
    text-transform: uppercase; }
  #breadcrumb ul li {
    display: inline; }
  #breadcrumb ul li a {
    color: #e84a27;
    font-weight: bold;
    text-decoration: none; }
  #breadcrumb ul li a:hover {
    color: #13294b; }
  @media screen and (max-width: 767px) {
    #breadcrumb {
      margin: 0;
      padding: 8px; } }

/*Nav Col*/
#cl-menu ul {
  font-size: 0.8125em; }
#cl-menu ul ul {
  margin: .25em 0 0 1em;
  font-size: 1em; }
#cl-menu ul li {
  padding: 0.4em 0;
  line-height: 1.3;
  border-bottom: 1px solid #ccc; }
  @media screen and (max-width: 767px) {
    #cl-menu ul li {
      padding: 0.4em; } }
#cl-menu ul ul li {
  padding: 0.15em 0;
  border-bottom: none; }
#cl-menu ul li a {
  color: #13294b;
  text-decoration: none; }
#cl-menu ul li.active > a {
  color: #e84a27;
  font-weight: bold; }
#cl-menu ul li.separator {
  border-bottom: 1px solid #13294b; }

/*CL Menu Controls - Shows in Mobile Context*/
#cl-menu-control {
  padding: 7px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #e84a27;
  display: none; }
  #cl-menu-control a.cl-menu-text {
    color: #fff;
    float: left;
    font-size: 1em;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
  #cl-menu-control a.cl-menu-btn {
    display: block;
    width: 32px;
    float: right;
    background: url(../images/icon-cl-menu.png) no-repeat center center;
    text-decoration: none;
    text-indent: -9999em; }

/*Footer*/
#footer {
  padding: 0 0 20px 0;
  color: #888;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.6875em;
  text-align: center; }
  #footer a {
    display: inline;
    font-weight: bold;
    display: inline;
    color: #888;
    text-decoration: none; }
  #footer a:hover {
    color: #888;
    text-decoration: underline; }

/*Content*/
/*General Typography*/
#content a {
  color: #13294b; }

#content h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.25em 0;
  color: #13294b;
  line-height: 1.2; }

#content h1 {
  font-size: 2em;
  font-family: Times, Georgia, serif;
  color: #e84a27; }

#content h2 {
  font-size: 1.5em; }

#content h3 {
  font-size: 1em; }

#content h4 {
  font-size: 0.8125em; }

#content h5 {
  font-size: 0.8125em; }

#content h6 {
  font-size: 0.8125em; }

#content p, #content dl {
  font-size: 0.8125em;
  margin: 0 0 1em 0; }

#content ul {
  font-size: 0.8125em;
  list-style: disc;
  margin: 0 0 0.5em 25px; }

#content ol {
  font-size: 0.8125em;
  list-style: decimal;
  margin: 0 0 0.5em 30px; }

#content ol li, #content ul li {
  margin: 0 0 0.5em 0; }

#content li br {
  margin: 0 0 0.5em 0; }

#content ul li ul, #content ol li ol {
  font-size: 1em; }

#content ol li ul, #content ul li ol {
  font-size: 1em; }

#content li p, #content ul table, #content ol table {
  font-size: 1em; }

#content sup {
  font-size: 0.8em;
  vertical-align: super;
  line-height: 1; }

#content sub {
  font-size: 0.8em;
  vertical-align: sub;
  line-height: 1; }

#content hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*Intro Text*/
#content p.introtext {
  font-size: 1em; }

/*Nested Ordered Lists*/
#content ol ol {
  list-style: lower-alpha; }

#content ol ol ol {
  list-style: lower-roman; }

#content ol ol li:first-child, #content ol ol ol li:first-child {
  margin-top: 0.5em; }

/*Nested Unordered Lists*/
#content ul ul li:first-child, #content ul ul ul li:first-child {
  margin-top: 0.5em; }

/*Tightlist*/
#content ul.tightlist {
  list-style: none;
  margin: 0 0 0.5em 0; }

#content ul.tightlist ul {
  list-style: none;
  margin: 0 0 0 25px; }

#content ul.tightlist li {
  margin: 0 0 0 0; }

#content ul.tightlist ul li:first-child, #content ul.tightlist ul ul li:first-child {
  margin-top: 0; }

/*Blockquotes*/
#content blockquote {
  margin: 0 0 1em 0;
  padding: 0 0 0 2em;
  font-style: italic; }

#content blockquote cite {
  display: block;
  font-size: 0.8125em; }

#content blockquote cite:before {
  content: "\2014 \0020"; }

#content blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #ccc; }

/*Tables*/
#content table {
  font-size: 0.8125em;
  margin: 0 0 1em 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ccc; }

#content th {
  padding: 0.25em 0.75em;
  vertical-align: top;
  font-size: 1.125em;
  border-bottom: 1px solid #ccc;
  text-align: left; }

#content td {
  padding: 0.25em 0.75em;
  vertical-align: top;
  border-top: 1px solid #ccc; }

#content td img {
  vertical-align: top; }

#content td ul, #content td ol {
  margin-bottom: 0;
  font-size: 1em; }

#content td p {
  margin: 0;
  font-size: 1em; }

/*Two Columns*/
#content .cola {
  width: 350px;
  float: left; }

#content .colb {
  width: 350px;
  float: right; }

@media screen and (max-width: 767px) {
  #content .cola, #content .colb {
    width: auto;
    float: none; } }

/*Structured Content*/
/*Globals*/
#content tr.areaheader td,
#content td.areaheader,
#content tr.listsum td,
#content tr.plangridtotal td,
#content tr.plangridsum td {
  font-weight: bold; }

#content tr.odd {
  background: #F0EFE8; }

#content tr.orclass td {
  padding-top: 0;
  border-top: none; }

#content tr.orclass td.codecol {
  padding-left: 2em; }

#content td.hourscol,
#content th.hourscol {
  text-align: right; }

#content .hiddencourselist {
  display: none; }

/*Plan Grid*/
#content table.sc_plangrid td.hourscol,
#content table.sc_plangrid th.hourscol {
  text-align: center; }

/*Course List*/
#content table.sc_courselist td.hourscol,
#content table.sc_courselist th.hourscol {
  width: 50px; }

/*Footnotes*/
#content .sc_footnotes {
  border: 0; }
  #content .sc_footnotes td {
    padding: 0 0 0.75em 0;
    border: 0; }
  #content .sc_footnotes td.symcol {
    width: 15px;
    font-size: .8em; }

/*Course Blocks*/
#content p.courseblocktitle {
  margin: 0;
  font-weight: bold; }

#content a.schedlink:link,
#content a.schedlink:active,
#content a.schedlink:visited {
  color: #666;
  text-decoration: none; }

#content a.schedlink:hover {
  color: #E84927;
  text-decoration: underline; }

/*Dept Info*/
#content table.tbl_deptheader {
  border: none; }

#content table.tbl_deptheader td {
  padding: 0;
  border: none; }

/*Scrolling Table*/
#content table.tbl_degreeprograms thead,
#content table.tbl_degreeprograms tbody {
  float: left;
  width: 100%; }

#content table.tbl_degreeprograms tbody {
  max-height: 500px;
  overflow: auto; }

#content table.tbl_degreeprograms tr {
  width: 100%;
  display: table;
  text-align: left; }

#content table.tbl_degreeprograms th,
#content table.tbl_degreeprograms td {
  width: 20%; }

/*Tabs*/
#content #tabs {
  margin: 0 0 20px 0; }
  #content #tabs ul {
    margin: 0;
    list-style: none; }
  #content #tabs ul li {
    font-size: 1.25em;
    display: inline; }
  #content #tabs ul li a {
    padding: 0.25em 1em;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #13294b;
    display: block;
    float: left;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }
  #content #tabs ul li + li a {
    margin: 0 0 0 5px; }
  #content #tabs ul li.active a {
    color: #fff;
    background: #e84a27; }

/*A-Z Index*/
#content ul.letternav {
  margin: 0 0 1em 0;
  list-style: none; }
  #content ul.letternav li {
    margin: 0 1px 1px 0;
    text-transform: uppercase;
    font-weight: bold;
    float: left; }
  #content ul.letternav li a,
  #content ul.letternav li.inactive {
    padding: 0.25em 0.45em;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 1em;
    float: left;
    border: none;
    background: #13294b; }
  #content ul.letternav li.inactive {
    background: #ccc; }
  #content ul.letternav li a {
    color: #fff;
    text-decoration: none;
    border: none; }
  #content ul.letternav li a:hover,
  #content ul.letternav li a:active,
  #content ul.letternav li a:focus {
    background: #e84a27;
    border: none; }

/*Archive Message*/
#content .archive-message p,
#content .shared-message p {
  padding: 0.5em;
  border: 1px solid #ccc; }

/*Site Search Pagination*/
#content #sitesearch .pagination {
  text-align: center; }

#content #sitesearch .pagination a,
#content #sitesearch .current {
  padding: 5px 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  color: #333;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #ccc;
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(#fff, #e6e6e6);
  background-image: -o-linear-gradient(#fff, #e6e6e6);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #e6e6e6));
  background-image: -webkit-linear-gradient(#fff, #e6e6e6);
  background-image: -ms-linear-gradient(#fff, #e6e6e6);
  background-image: linear-gradient(#fff, #e6e6e6);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

#content #sitesearch .current {
  color: #fff;
  background-color: #999;
  background-image: none; }

/*Google Custom Search*/
#content #sitesearch a.gcs-url {
  overflow: hidden;
  text-overflow: ellipsis; }

#content #sitesearch .gcs-total p {
  font-style: italic; }

#content #sitesearch .gcs-result h3 {
  margin: 0;
  font-size: 0.8125em; }

/*Print Popup*/
#print-dialog {
  padding: 0;
  width: 350px;
  font-size: 0.8125em;
  background: #fff;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }
  #print-dialog .print-header {
    padding: 10px;
    font-size: 1.5em;
    font-family: Times, Georgia, serif;
    color: #e84a27;
    border-bottom: 1px solid #ccc; }
  #print-dialog .print-body {
    padding: 10px; }
  #print-dialog .print-option {
    padding: 0 0 10px 0; }
  #print-dialog .print-option a {
    color: #13294b;
    text-decoration: none; }
  #print-dialog .buttons {
    padding: 10px;
    background: #13294b; }
  #print-dialog .cancel a {
    padding: 5px 12px;
    display: inline-block;
    font-size: 0.8125em;
    line-height: normal;
    color: #333;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    float: right;
    border-bottom: 1px solid #ccc;
    background-color: #e6e6e6;
    background-image: -moz-linear-gradient(#fff, #e6e6e6);
    background-image: -o-linear-gradient(#fff, #e6e6e6);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #e6e6e6));
    background-image: -webkit-linear-gradient(#fff, #e6e6e6);
    background-image: -ms-linear-gradient(#fff, #e6e6e6);
    background-image: linear-gradient(#fff, #e6e6e6);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }
  @media screen and (max-width: 767px) {
    #print-dialog {
      width: 90%; } }

/*Google Search Results*/
#content .gcs-pagination {
  text-align: left; }

#content .gcs-pagination a,
#content .gcs-pagination .current {
  padding: 5px 12px;
  font-size: 0.75em;
  color: #333;
  text-decoration: none;
  background-color: #f5f5f5;
  background-image: none;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  border: 1px solid #bbbbbb;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

#content .gcs-pagination .current {
  color: #fff;
  background-color: #999;
  background-image: none; }

/*Google Search Results*/
#content .gcs-url {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%; }

#content .gcs-total {
  margin: 0 0 1em 0;
  font-style: italic; }

#content .gcs-result h3 {
  margin: 0; }

/*Print Dialog*/
#print-dialog.noscript {
  display: block;
  position: relative; }

/*Clearfix*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */

/*# sourceMappingURL=screen.css.map */
