body {
  background: #ccc;
  color: #000;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 87.5%;
  font-weight: 400;
  line-height: 1.428571429;
  transition: left 200ms;
  left: 0;
  position: relative; }
  @media (min-width: 992px) {
    body {
      background: #000; }
      body:before {
        content: '';
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        display: block;
        z-index: -1;
        background: url("../images/bg.jpg") 50% 50% no-repeat;
        background-size: cover;
        opacity: 0.5; } }
  body.canvas-open {
    overflow: hidden;
    transition: left 200ms; }
    @media (max-width: 991px) {
      body.canvas-open {
        left: 400px; } }
    @media (max-width: 767px) {
      body.canvas-open {
        left: 300px; } }

.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.show {
    position: relative;
    left: 0; }

.wrap {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .wrap {
      width: 750px; } }
  @media (min-width: 992px) {
    .wrap {
      width: 970px; } }
  @media (min-width: 1200px) {
    .wrap {
      width: 1170px; } }

.row {
  margin-left: -15px;
  margin-right: -15px; }

#content-wrapper {
  position: relative;
  z-index: 0; }

#content-wrapper .wrap {
  padding: 0; }

#column-wrapper {
  background: #fff; }
  @media (min-width: 768px) {
    #column-wrapper {
      display: flex; } }

#left-col {
  background: #f2f2f2; }
  @media (max-width: 991px) {
    #left-col {
      width: 400px;
      visibility: hidden;
      position: fixed;
      z-index: 1000;
      top: 0;
      bottom: 0;
      left: -400px;
      right: auto;
      overflow-y: auto;
      transition: left 200ms; } }
  @media (max-width: 767px) {
    #left-col {
      width: 300px;
      left: -300px; } }
  @media (min-width: 992px) {
    #left-col {
      width: 23.5%; } }

body.canvas-open #left-col {
  left: 0 !important;
  visibility: visible; }

#right-col {
  padding: 25px 15px 40px; }
  @media (min-width: 992px) {
    #right-col {
      width: 75%;
      padding-top: 10px; } }
  @media (max-width: 829px) {
    #right-col {
      padding-top: 80px; } }

#left-col,
#right-col {
  box-sizing: border-box; }

#header {
  background: #272727;
  border-bottom: 1px solid #ff6000;
  color: #fff; }
  @media (max-width: 767px) {
    #header .wrap {
      display: table; } }
  #header #branding-container {
    box-sizing: border-box;
    width: 83.33333333%;
    display: table-cell;
    vertical-align: middle;
    padding: 0.75em 15px; }
    @media (min-width: 768px) {
      #header #branding-container {
        padding-left: 7px;
        height: 90px;
        float: left;
        display: block;
        padding: 0 15px; } }
    @media (min-width: 992px) {
      #header #branding-container {
        width: 66.666667%; } }
  #header #logo {
    float: left;
    margin-right: 1.5em; }
    #header #logo img {
      height: auto;
      margin-top: -15px;
      width: 91px;
      vertical-align: middle; }
      @media (min-width: 992px) {
        #header #logo img {
          margin-top: -5px;
          width: 99px; } }
    @media (max-width: 767px) {
      #header #logo {
        display: none; } }
  #header #mobile-wordmark {
    background: #ff6000;
    padding: 5px; }
    @media (min-width: 768px) {
      #header #mobile-wordmark {
        display: none; } }
    #header #mobile-wordmark img {
      display: block; }
  #header #edition {
    vertical-align: middle; }
    @media (min-width: 768px) {
      #header #edition {
        height: 90px;
        display: table-cell; } }
    #header #edition h1 {
      line-height: normal; }
      #header #edition h1 a {
        display: inline-block;
        text-decoration: none;
        color: #fff;
        font-family: "Arimo","Open Sans","Arial",sans-serif;
        font-size: 1.5em;
        font-style: italic;
        font-weight: 700;
        line-height: 1em;
        padding-right: 10px;
        text-transform: uppercase; }
        @media (min-width: 768px) {
          #header #edition h1 a {
            font-size: 2em; } }
        @media (min-width: 992px) {
          #header #edition h1 a {
            font-size: 2.25em; } }
    #header #edition h2 {
      line-height: normal;
      margin-top: 3px; }
      #header #edition h2 a {
        display: inline-block;
        text-decoration: none;
        color: #fff;
        font-style: italic;
        font-weight: normal;
        font-size: 1.143em;
        line-height: 1; }
  #header #hdr-right {
    display: none; }
    @media (min-width: 992px) {
      #header #hdr-right {
        display: block;
        float: right;
        width: 33.333333%;
        padding-top: 5px;
        text-align: right;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box; } }

.okstate-links {
  float: right;
  clear: both; }
  .okstate-links li {
    float: left;
    margin-right: 7px; }
    .okstate-links li a {
      display: block;
      color: #ccc;
      text-decoration: none;
      font-size: 0.857em; }
      .okstate-links li a:hover, .okstate-links li a:focus {
        text-decoration: underline; }

@media (max-width: 991px) {
  #navigation {
    display: none; } }
#navigation .wrap {
  background: #000;
  padding: 15px 0; }
  @media (min-width: 992px) {
    #navigation .wrap {
      padding: 0 0 0 113px; } }
#navigation #mobile-nav {
  display: none; }
  @media (max-width: 991px) {
    #navigation #mobile-nav {
      display: block; } }
#navigation .okstate-links {
  float: none;
  margin: 0 10px 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc; }
  #navigation .okstate-links li {
    margin-right: 9px; }
    #navigation .okstate-links li a {
      font-size: 1em;
      padding: 0;
      line-height: normal; }
  #navigation .okstate-links .search {
    float: none;
    width: 100%; }
    #navigation .okstate-links .search input[type=text] {
      width: 100%;
      height: 47px;
      padding-right: 50px; }
    #navigation .okstate-links .search button {
      height: 45px;
      width: 46px; }
#navigation ul {
  z-index: 99; }
  #navigation ul li {
    position: relative; }
    @media (min-width: 768px) {
      #navigation ul li {
        float: left; } }
    #navigation ul li a {
      color: #fff;
      text-decoration: none;
      display: block;
      line-height: 36px;
      padding: 0 14px; }
      #navigation ul li a:hover, #navigation ul li a:focus {
        color: #ff6000; }
    #navigation ul li.isparent > a:after {
      content: '';
      border-bottom: 4px dashed transparent;
      border-left: 4px dashed transparent;
      border-right: 4px dashed transparent;
      border-top: 4px solid;
      display: inline-block;
      height: 0;
      overflow: hidden;
      position: static;
      margin-left: 6px;
      margin-top: 0;
      margin-right: 0;
      vertical-align: middle;
      width: 0; }
    #navigation ul li.opened > a {
      color: #ff6000; }
    @media (min-width: 768px) {
      #navigation ul li.opened > ul {
        position: absolute;
        left: 0; } }
  #navigation ul ul {
    background: #000;
    padding-left: 15px; }
    @media (min-width: 768px) {
      #navigation ul ul {
        min-width: 200px;
        position: fixed;
        left: 105%;
        border: 1px solid #555;
        padding: 0; } }
    #navigation ul ul li {
      float: none; }
      #navigation ul ul li.isparent:after {
        content: "\f054";
        font-family: fontAwesome;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%); }
      #navigation ul ul li.opened > ul {
        top: 0;
        left: 100%; }

#hamburger-wrap {
  display: table-cell;
  text-align: right; }
  @media (min-width: 992px) {
    #hamburger-wrap {
      display: none; } }

#hamburger {
  background: #222;
  border: 1px solid #090909;
  padding: 9px 10px;
  margin: 8px 0;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  margin-right: -5px;
  position: relative;
  right: 0; }
  #hamburger:hover, #hamburger:focus {
    border-color: #ff6000; }
  #hamburger .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #ff6000; }
    #hamburger .icon-bar + .icon-bar {
      margin-top: 4px; }

.search {
  clear: both;
  padding-top: 15px;
  padding-right: 5px; }
  .search form {
    position: relative; }
  .search input[type=text] {
    font-family: inherit;
    line-height: normal;
    height: 30px;
    background: #fff;
    border-radius: 10px;
    padding: 2px 30px 2px 12px;
    box-sizing: border-box;
    width: 250px;
    border: 1px solid #ccc; }
  .search button.submit {
    width: 28px;
    height: 28px;
    background: none;
    cursor: pointer;
    position: absolute;
    right: 1px;
    top: 1px;
    color: #fff;
    background: #ff6000;
    border-radius: 0 10px 10px 0;
    font-weight: 700; }

#cl-menu {
  padding: 20px 0; }
  #cl-menu ul.nav li a {
    display: block;
    text-decoration: none;
    color: #00629f;
    font-size: 1.143em;
    line-height: 1.5em;
    padding: 4px 20px 4px 31px; }
  #cl-menu ul.nav li ul.nav {
    padding-left: 15px; }
    #cl-menu ul.nav li ul.nav li a {
      font-size: 1em;
      line-height: 1.25em;
      padding: 4px 20px 4px 30px; }
      #cl-menu ul.nav li ul.nav li a:hover, #cl-menu ul.nav li ul.nav li a:focus {
        text-decoration: underline; }
      #cl-menu ul.nav li ul.nav li a:focus {
        outline: 1px solid #00629f; }
    #cl-menu ul.nav li ul.nav li.self > a {
      text-decoration: underline; }
  #cl-menu > ul.nav > li > a:hover,
  #cl-menu > ul.nav > li > a:focus,
  #cl-menu > ul.nav > li > .toggle-wrap > a:hover,
  #cl-menu > ul.nav > li > .toggle-wrap > a:focus {
    background: #fff;
    background-image: linear-gradient(to right, #ff6000 5px, #ffffff 5px);
    border: 1px solid #fff;
    color: #000;
    margin-left: -6px;
    outline: 0;
    padding: 3px 41px 3px 36px;
    text-decoration: underline; }
  #cl-menu.togglenav li > .toggle-wrap {
    position: relative; }
  #cl-menu.togglenav li.isparent > .toggle-wrap > a {
    padding-right: 43px; }
  #cl-menu.togglenav li.isparent button {
    display: inline-block;
    font-size: 0em;
    background: #C5C5C5;
    position: absolute;
    right: 2px;
    width: 32px;
    cursor: pointer;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    height: 30px; }
    #cl-menu.togglenav li.isparent button:hover, #cl-menu.togglenav li.isparent button:focus {
      background: #b5b5b5; }
    #cl-menu.togglenav li.isparent button span {
      top: 50%;
      transform: translateY(-50%);
      position: absolute;
      left: 0;
      right: 0; }
      #cl-menu.togglenav li.isparent button span:after {
        content: "\f0d7";
        font-family: FontAwesome;
        display: block;
        color: #fff;
        font-size: 0.9rem; }
    #cl-menu.togglenav li.isparent button.open span:after {
      content: "\f0d8"; }
  #cl-menu.togglenav li.isparent:not(.active):not(.self) > ul.nav {
    display: none; }
  #cl-menu.togglenav li ul li.isparent button {
    height: 20px; }

#sidebar-nav-mobile {
  display: block;
  background: #ff6000;
  cursor: pointer;
  border: 1px solid #ffb462;
  border-radius: 0 8px 8px 0;
  color: #ffb462;
  font-size: 1.5em;
  font-weight: bold;
  padding: 5px 0;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 0; }
  @media (min-width: 992px) {
    #sidebar-nav-mobile {
      display: none; } }
  #sidebar-nav-mobile i {
    margin-left: 6px; }
  #sidebar-nav-mobile i:last-of-type {
    margin-left: -8px;
    margin-right: 5px; }
  #sidebar-nav-mobile:hover, #sidebar-nav-mobile:focus {
    background-color: #cc4c00;
    border-color: #993900;
    color: #fff; }

.onthispage {
  margin: 20px 0;
  border: 1px solid #ddd; }
  .onthispage .otp-title {
    font-weight: 400;
    background: #ff6000;
    padding: 10px 15px;
    color: #fff; }
  .onthispage ul {
    padding: 15px; }
    .onthispage ul li {
      margin: 0 0 0.5em; }
      .onthispage ul li:last-child {
        margin: 0; }
      .onthispage ul li a {
        text-decoration: none;
        color: inherit; }
        .onthispage ul li a:hover, .onthispage ul li a:focus {
          text-decoration: underline; }
      .onthispage ul li ul {
        margin: 0;
        list-style: none; }
    .onthispage ul ul {
      padding: 10px 0 0 15px; }
  #content .onthispage ul {
    margin-bottom: 0; }
    #content .onthispage ul ul {
      margin: 0; }

#sidebaredit,
.onthispageedit {
  text-decoration: none; }

#breadcrumb ul {
  padding: 8px 15px;
  margin-bottom: 20px;
  background: #f2f2f2;
  border-radius: 4px; }
  #breadcrumb ul:before, #breadcrumb ul:after {
    content: " ";
    display: table; }
  #breadcrumb ul:after {
    clear: both; }
  #breadcrumb ul li {
    padding: 0;
    float: left;
    color: #333; }
    #breadcrumb ul li a {
      text-decoration: underline;
      color: #00629f; }
      #breadcrumb ul li a:hover, #breadcrumb ul li a:focus {
        color: #337ab7; }
  #breadcrumb ul .crumbsep {
    padding: 0 7px; }

@media (min-width: 768px) {
  #footer {
    margin-bottom: 20px; } }
#footer #footer-inner {
  background: #272727;
  padding: 0;
  border: 1px solid #ccc; }
#footer .foot-col {
  padding: 0 15px 5px;
  box-sizing: border-box; }
  @media (max-width: 767px) {
    #footer .foot-col:first-of-type, #footer .foot-col:last-of-type {
      padding-top: 10px; } }
  @media (min-width: 768px) {
    #footer .foot-col {
      padding-top: 20px;
      width: 33.333333%;
      float: left; } }
  @media (min-width: 992px) {
    #footer .foot-col {
      width: 25%; } }
  @media (max-width: 991px) and (min-width: 768px) {
    #footer .foot-col#map-col {
      float: none;
      clear: both;
      width: auto; }
      #footer .foot-col#map-col a#map-link,
      #footer .foot-col#map-col ul {
        width: 50%;
        float: left;
        box-sizing: border-box; }
      #footer .foot-col#map-col a#map-link {
        padding-right: 15px; }
      #footer .foot-col#map-col ul {
        padding-left: 30px; }
        #footer .foot-col#map-col ul li {
          margin-top: 0; } }
#footer h2 {
  background: #ff6000;
  color: #fff;
  font-family: "Arimo","Open Sans","Arial",sans-serif;
  font-size: 1.143em;
  font-style: italic;
  font-weight: 700;
  padding: 5px 15px;
  text-transform: uppercase;
  position: relative; }
  @media (min-width: 768px) {
    #footer h2 {
      font-size: 1.5em;
      padding: 0 15px; } }
  #footer h2:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 15px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #ff6000; }
#footer h3 {
  color: #ccc;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px; }
  #footer h3.foot-head--mobile {
    display: block;
    padding: 0;
    margin: 0; }
    @media (min-width: 768px) {
      #footer h3.foot-head--mobile {
        display: none; } }
    #footer h3.foot-head--mobile a {
      display: block;
      color: #ccc;
      text-decoration: underline;
      border-bottom: 1px solid #533324;
      font-weight: bold;
      padding: 10px 0; }
      #footer h3.foot-head--mobile a:after {
        content: '\f078';
        font-family: FontAwesome;
        float: right; }
      #footer h3.foot-head--mobile a[aria-expanded=true]:after {
        content: '\f077'; }
  #footer h3.foot-head--desktop {
    display: none; }
    @media (min-width: 768px) {
      #footer h3.foot-head--desktop {
        display: block; } }
@media (max-width: 767px) {
  #footer ul.collapse {
    display: none; } }
#footer li {
  padding: 4px 0; }
#footer img {
  display: block;
  border: 2px solid transparent;
  width: 100%;
  height: auto;
  box-sizing: border-box; }
#footer a {
  color: #fff;
  text-decoration: none; }
  #footer a:hover, #footer a:focus {
    text-decoration: underline; }
    #footer a:hover img, #footer a:focus img {
      border: 2px solid #00629f; }
@media (max-width: 767px) {
  #footer a#map-link {
    display: block;
    max-height: 200px;
    min-height: 150px;
    overflow: hidden; } }
#footer ul.social li {
  float: left;
  width: 13%;
  padding: 0;
  margin: 15px 3.666667% 0 0; }
  #footer ul.social li a {
    display: block;
    box-sizing: border-box; }
    #footer ul.social li a img {
      border-radius: 50%;
      border: none; }
    #footer ul.social li a:hover img, #footer ul.social li a:focus img {
      border: 2px solid #00629f; }
  #footer ul.social li:last-child img {
    width: auto;
    height: 13px; }
@media (max-width: 767px) {
  #footer ul.social {
    text-align: center; }
    #footer ul.social li {
      float: none;
      display: inline-block;
      width: 40px;
      height: 40px;
      margin-right: 7px; }
      #footer ul.social li a,
      #footer ul.social li img {
        vertical-align: top; } }
#footer #foot-bottom img {
  display: none; }
@media (max-width: 767px) {
  #footer #foot-bottom {
    margin-top: 10px;
    background-image: linear-gradient(to bottom right, #ff7500, #fa5400); }
    #footer #foot-bottom #foot-logo {
      padding-top: 15px;
      text-align: center; }
      #footer #foot-bottom #foot-logo img {
        height: 100px;
        width: auto;
        display: block;
        margin: 0 auto; } }
#footer p.copyright {
  text-align: right;
  color: #fff;
  font-weight: bold;
  padding: 15px; }
  @media (max-width: 767px) {
    #footer p.copyright {
      text-align: center; } }

#content {
  line-height: 1.5; }
  #content a {
    text-decoration: underline;
    color: #00629f; }
    #content a:hover, #content a:focus {
      color: #337ab7; }
  #content h2, #content h3 {
    margin: 20px 0 10px; }
  #content h4, #content h5, #content h6 {
    margin: 10px 0; }
  #content h1 {
    color: #ff6000;
    font-weight: 400;
    margin: 10px 0;
    line-height: 1.1;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    font-size: 1.75em; }
    @media (min-width: 768px) {
      #content h1 {
        font-size: 2.3em; } }
  #content h2 {
    color: #ff6000;
    font-size: 1.75em;
    font-weight: 400; }
  #content h3 {
    font-size: 1.5em;
    font-weight: 400; }
  #content h4 {
    font-size: 1.25em;
    font-weight: 400;
    margin-top: 20px; }
  #content h5 {
    font-size: 1em;
    font-weight: bold; }
  #content h6 {
    font-size: 1em;
    font-weight: 400; }
  #content p,
  #content dl,
  #content ul,
  #content ol,
  #content table,
  #content blockquote {
    margin-bottom: 1.5em; }
  #content p.introtext {
    font-size: 1.2em; }
  #content p.noindent {
    margin: 0;
    padding: 0; }
  #content p.hangindent {
    padding-left: 25px;
    text-indent: -25px; }
  #content ul {
    list-style: disc;
    margin-left: 25px; }
    #content ul li {
      margin: 0 0 0.5em; }
      #content ul li br {
        margin: 0 0 0.5em 0; }
      #content ul li ul {
        font-size: 1em;
        margin-bottom: 0;
        margin-top: 0.5em;
        list-style-type: circle; }
      #content ul li p,
      #content ul li table {
        font-size: 1em; }
    #content ul.tightlist {
      list-style: none;
      margin: 0 0 1em 0; }
      #content ul.tightlist li {
        margin: 0; }
      #content ul.tightlist ul {
        list-style: none;
        margin: 0 0 0 25px; }
        #content ul.tightlist ul li:first-child {
          margin-top: 0; }
  #content ol {
    margin-left: 30px; }
    #content ol:not([type]) {
      list-style: decimal; }
    #content ol li {
      margin-top: 1.75em; }
    #content ol ol {
      margin-top: 0.5em;
      margin-bottom: 0; }
      #content ol ol:not([type]) {
        list-style: lower-alpha; }
      #content ol ol li {
        margin: 0 0 0.5em; }
      #content ol ol ol:not([type]) {
        list-style: lower-roman; }
  #content ul li br,
  #content ol li br {
    content: '';
    display: block;
    margin: 10px 0; }
  #content sup,
  #content sub {
    font-size: 0.8em;
    line-height: 1; }
  #content sup {
    vertical-align: super; }
  #content sub {
    vertical-align: sub; }
  #content hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; }
  #content blockquote {
    border-left: 5px solid #ff6000;
    margin: 1.5em 0;
    padding: 1em 1em 1em 2.25em;
    font-size: 17.5px; }
    #content blockquote p:first-of-type:before {
      color: #ff6000;
      content: '\f10d';
      font-family: "FontAwesome";
      position: absolute;
      margin-left: -1.25em; }
  #content .cola {
    width: 48%;
    float: left; }
  #content .colb {
    width: 48%;
    float: right; }
  @media (max-width: 575px) {
    #content .cola,
    #content .colb {
      width: auto;
      float: none; } }
  #content table {
    font-size: .85rem;
    width: 100%;
    border: 1px solid #ccc;
    border-top: none; }
    #content table th,
    #content table td {
      padding: 0.5rem;
      border-top: 1px solid #ccc;
      text-align: left;
      vertical-align: top; }
    #content table th {
      font-weight: bold;
      background: #f2f2f2; }
    #content table td img {
      vertical-align: top; }
    #content table td p,
    #content table td li {
      margin: 0;
      font-size: 1em; }
    #content table tr.areaheader td, #content table tr.areaheader, #content table tr.areasubheader td, #content table tr.areasubheader, #content table tr.listsum td, #content table tr.plangridtotal td, #content table tr.plangridsum td {
      font-weight: bold; }
    #content table tr.areasubheader, #content table tr.areasubheader td {
      font-style: italic; }
    #content table tr.odd {
      background: #fafafa; }
    #content table tr.orclass td {
      padding-top: 0;
      border-top: none; }
      #content table tr.orclass td.codecol {
        padding-left: 2em; }
    #content table tr td.hourscol,
    #content table tr th.hourscol {
      text-align: right;
      width: 10%;
      white-space: nowrap; }
    #content table.hiddencourselist {
      display: none; }
    #content table.sc_courselist td[colspan="2"] + td.hourscol {
      width: 75px;
      white-space: nowrap; }
    #content table.sc_courselist td {
      padding: 0.25rem 0.5rem; }
    #content table .plangridyear th {
      background: #ff6000;
      color: #fff;
      text-shadow: 1px 1px 1px #272727; }
    #content table.sorttable tr.odd,
    #content table.sorttable tr.even {
      background: none; }
    #content table.sorttable tr:nth-child(2n) {
      background: #f5f5f5; }
    #content table.sc_footnotes {
      border: 0; }
      #content table.sc_footnotes td {
        padding: 0 0 0.75em 0;
        border: 0; }
        #content table.sc_footnotes td.symcol {
          width: 15px; }
        #content table.sc_footnotes td ul {
          margin-top: 7px;
          margin-bottom: 7px; }
        #content table.sc_footnotes td li {
          font-size: 1em; }
  #content .courseblock {
    padding: 15px 0;
    display: block; }
    #content .courseblock:before {
      content: "";
      display: table;
      clear: both; }
    #content .courseblock:after {
      content: "";
      display: table;
      clear: both; }
    #content .courseblock header {
      font-weight: bold; }
    #content .courseblock dl dt, #content .courseblock dl dd {
      float: left; }
    #content .courseblock dl dd {
      margin-left: .5rem; }
    #content .courseblock dl dt {
      clear: left;
      float: left; }
  #content #tabs {
    margin: 15px 0; }
    #content #tabs ul {
      margin: 0; }
      #content #tabs ul li {
        float: left;
        list-style-type: none;
        margin-right: 3px; }
        #content #tabs ul li a {
          display: block;
          text-decoration: none;
          background: #f2f2f2;
          border: 1px solid #ccc;
          border-bottom: none;
          color: #333;
          text-transform: uppercase;
          white-space: nowrap;
          border-radius: 4px 4px 0 0;
          padding: 10px 15px;
          outline: none;
          font-size: 0.95em; }
          #content #tabs ul li a:hover, #content #tabs ul li a:focus {
            text-decoration: underline; }
        #content #tabs ul li.active a {
          font-weight: bold;
          text-decoration: underline;
          background: #fff; }
  #content ul.letternav {
    margin: 0 0 1em 0;
    list-style: none; }
    #content ul.letternav li {
      text-transform: uppercase;
      font-weight: bold;
      float: left;
      margin: 0 1px 1px; }
      #content ul.letternav li a, #content ul.letternav li.inactive {
        padding: .4em .8em;
        text-align: center;
        text-decoration: none;
        display: block;
        width: 1em;
        float: left;
        border: none;
        background: #ff6000;
        text-shadow: 1px 1px 1px #272727; }
      #content ul.letternav li.inactive {
        background: #fff;
        text-shadow: none; }
      #content ul.letternav li a {
        color: #fff;
        text-decoration: none; }
        #content ul.letternav li a:hover, #content ul.letternav li a:active, #content ul.letternav li a:focus {
          background: #fff;
          color: #ff6000; }
  #content img.imgleft {
    padding: 0 10px 10px 0;
    float: left; }
  #content img.imgright {
    padding: 0 0 10px 10px;
    float: right; }
  #content .archive-message,
  #content .shared-message {
    background: #f2f2f2;
    border-radius: 3px;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
    #content .archive-message p,
    #content .shared-message p {
      padding: 9px;
      margin: 0; }
  #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: linear-gradient(to bottom, #ffffff, #e6e6e6);
      border: 1px solid #bbbbbb;
      display: inline-block;
      border-radius: 4px; }
    #content .gcs-pagination .current {
      color: #000;
      background-color: #dfdfdf;
      background-image: none; }
  #content .gsc-url {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%; }
  #content .gsc-total {
    margin: 0 0 1em 0;
    font-style: italic; }
  #content .gcs-result h3 {
    margin-bottom: 0; }
  #content .toggle-wrap {
    padding: 10px 0; }
  #content .toggle-content {
    padding: 10px 0 0 10px; }
    #content .toggle-content .toggle-wrap {
      border: none; }
  #content .toggle {
    margin: 0;
    padding: 0; }
    #content .toggle button {
      width: 100%;
      background: none;
      color: inherit;
      cursor: pointer;
      text-align: left;
      box-sizing: border-box; }
      #content .toggle button:before {
        font-family: FontAwesome;
        position: relative;
        display: inline-block;
        position: relative;
        top: -1px;
        margin-right: 10px; }
    #content .toggle + [aria-hidden] {
      display: none; }
    #content .toggle + [aria-hidden="false"] {
      display: block; }
  #content h2.toggle {
    font-size: 1.286em;
    line-height: normal; }
    #content h2.toggle button {
      color: #00629f;
      text-decoration: underline;
      background: #F2F2F2;
      border: 1px solid #ccc;
      border-radius: 3px;
      padding: 10px 15px; }
      #content h2.toggle button:hover, #content h2.toggle button:focus {
        color: #337ab7; }
      #content h2.toggle button:before {
        content: "\f0d7";
        color: #000;
        font-size: 0.8rem; }
    #content h2.toggle.expanded button:before {
      content: "\f0d8";
      top: -2px; }
  #content h3.toggle {
    line-height: 1.5em;
    font-size: 1.25em; }
    #content h3.toggle button {
      color: #00629f; }
      #content h3.toggle button:hover, #content h3.toggle button:focus {
        color: #337ab7;
        text-decoration: underline; }
      #content h3.toggle button:before {
        content: "\f055";
        color: #ff6000; }
    #content h3.toggle.expanded button:before {
      content: "\f056"; }
  #content .fslaunch {
    margin: 1rem 0; }
  #content a.fslaunch-btn {
    display: inline-block;
    padding: 6px 12px;
    color: #fff;
    background: #ff6000;
    border-radius: 4px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #272727;
    font-weight: bold;
    border: 1px solid #cc4c00; }
    #content a.fslaunch-btn:hover, #content a.fslaunch-btn:focus {
      background: #cc4c00;
      border-color: #993900; }
  #content a.fslaunch-btn:before {
    margin: 0 10px 0 0;
    font-family: FontAwesome;
    content: '\f002'; }

a#totop {
  display: block;
  opacity: 0;
  color: #fff;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #ff6000;
  width: 43px;
  height: 43px;
  border-radius: 3px;
  z-index: 999;
  line-height: 1.5;
  text-decoration: none; }
  a#totop:after {
    content: "\f077";
    font-family: FontAwesome;
    font-size: 1.4em;
    text-indent: 0;
    text-align: center;
    color: white;
    display: block;
    position: absolute;
    bottom: 9px;
    right: 12px; }
  a#totop.show {
    opacity: 1; }

a#print-btn {
  display: block;
  background: #ff6000;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  font-size: 0.9em;
  margin-top: 15px; }
  a#print-btn:before {
    margin-right: 10px;
    content: "\f02f";
    font-family: FontAwesome;
    display: inline-block; }

html.no-js .accessible {
  position: relative;
  left: 0; }
html.no-js #print-dialog {
  display: block;
  position: relative; }
html.no-js #totop {
  opacity: 1; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/*# sourceMappingURL=styles.css.map */
