* {
  box-sizing: border-box; }

body {
  color: #373a3c;
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.inactivescreen {
    overflow-y: hidden; }

.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%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .wrap {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .wrap {
      width: 720px; } }
  @media (min-width: 992px) {
    .wrap {
      width: 960px; } }
  @media (min-width: 1200px) {
    .wrap {
      width: 1140px; } }

#content-container .wrap {
  display: flex;
  flex-wrap: wrap; }

#col-nav,
#col-content {
  padding: 0 15px 45px;
  margin: 9; }

#col-nav {
  flex: 0 0 100%; }
  @media (min-width: 768px) {
    #col-nav {
      flex: 0 0 25%;
      max-width: 25%; } }

@media (min-width: 768px) {
  #col-content {
    flex: 0 0 75%;
    max-width: 75%; } }

#header {
  overflow: hidden; }
  @media (min-width: 768px) {
    #header {
      margin-top: .75rem; } }
  #header #tip-top {
    position: relative; }
    #header #tip-top .wrap {
      position: relative;
      text-align: right;
      background-color: #fff;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.9 20' preserveAspectRatio='none slice'%3E%3Cpath d='M19.9 1.3L19.2 0h-2.9l3.6 6.3zm0 7L15.2 0h-2.9l7.6 13.3zM11.2 0H8.3l11.5 20h.1v-4.7zm8.7 20.3V20h-.1z' fill='none'/%3E%3Cpath d='M2.6 20h1.2L0 13.4v2zm4 0h1.2L0 6.4v2zM0 0v1.4L10.6 20h1.2L.3 0zm3.2 0l11.4 20h1.2L4.3 0zm4 0l11.4 20h1.2L8.3 0zm12.7 13.3L12.3 0h-1.1l8.7 15.3zm0-7L16.3 0h-1.1l4.7 8.3zm0-6.3h-.7l.7 1.3z' fill='%23b3a369'/%3E%3C/svg%3E");
      background-repeat: repeat-x;
      background-size: 26px 26px;
      padding: 0; }
      #header #tip-top .wrap .next-container {
        display: none; }
        @media (min-width: 768px) {
          #header #tip-top .wrap .next-container {
            background: #fff;
            position: relative;
            right: -9px;
            padding: 0 30px 1px 10px;
            transform: skew(30deg, 0);
            display: inline-block;
            width: auto; }
            #header #tip-top .wrap .next-container img {
              width: 200px;
              height: 16px;
              transform: skew(-30deg, 0); } }
      @media (min-width: 768px) {
        #header #tip-top .wrap::before {
          content: "";
          position: absolute;
          right: calc(100% - 219px);
          top: 0;
          height: 100%;
          width: 100%;
          display: block;
          background: #ac9a58;
          transform: skew(30deg, 0); } }
  #header #header-middle {
    background: #b3a369; }
    #header #header-middle .wrap {
      position: relative;
      overflow: hidden; }
      @media (min-width: 768px) {
        #header #header-middle .wrap {
          background: -moz-linear-gradient(to right, #bfb37c 0%, #b3a369 100%);
          background: -webkit-linear-gradient(to right, #bfb37c 0%, #b3a369 100%);
          background: -o-linear-gradient(to right, #bfb37c 0%, #b3a369 100%);
          background: linear-gradient(to right, #bfb37c 0%, #b3a369 100%); } }
      #header #header-middle .wrap > * {
        display: inline-block;
        vertical-align: middle; }
      @media (min-width: 768px) {
        #header #header-middle .wrap::before {
          content: "";
          position: absolute;
          right: calc(100% - 254px);
          top: 0;
          height: 100%;
          width: 100%;
          display: block;
          background: #b3a369;
          transform: skew(30deg, 0); } }

#logo {
  position: relative;
  z-index: 9; }
  @media (max-width: 767px) {
    #logo {
      padding: 13px 0 13px 20px; } }
  #logo a {
    display: block;
    position: relative;
    z-index: 9; }
    #logo a img {
      display: block;
      position: relative;
      z-index: 9;
      width: 100px;
      height: auto; }
      @media (min-width: 768px) {
        #logo a img {
          width: 203px;
          height: 100px; } }

@media (max-width: 767px) {
  #site-title {
    display: none !important; } }

@media (min-width: 768px) {
  #site-title {
    display: inline-block;
    position: relative;
    z-index: 9;
    margin-left: 78px; }
    #site-title h1 {
      color: #333;
      font-family: 'Abel',sans-serif;
      font-size: 2.4rem;
      font-weight: 100;
      line-height: 1;
      position: relative;
      z-index: 9; }
      #site-title h1 a {
        color: inherit;
        text-decoration: none; } }

#hamburger {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  height: 2.38313rem;
  width: 3.38313rem;
  cursor: pointer;
  background-color: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  background-position: center;
  background-size: 1.75781rem 1.75781rem;
  background-repeat: no-repeat;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    #hamburger {
      display: none !important; } }

#local-header .wrap {
  position: relative;
  padding: 5px; }
  @media (min-width: 768px) {
    #local-header .wrap {
      text-align: right;
      padding: 9px 31px; } }
  #local-header .wrap a, #local-header .wrap button {
    font-size: 15px;
    text-decoration: none;
    padding: .5rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    border-radius: 0;
    color: #857437; }
    @media (min-width: 768px) {
      #local-header .wrap a, #local-header .wrap button {
        display: inline-block; } }
    #local-header .wrap a .fa, #local-header .wrap button .fa {
      font-size: 1rem;
      padding-right: 4px; }
    #local-header .wrap a.gt-home, #local-header .wrap button.gt-home {
      color: rgba(0, 0, 0, 0.5); }
      #local-header .wrap a.gt-home:hover, #local-header .wrap a.gt-home:focus, #local-header .wrap button.gt-home:hover, #local-header .wrap button.gt-home:focus {
        color: rgba(0, 0, 0, 0.9); }
      @media (min-width: 768px) {
        #local-header .wrap a.gt-home, #local-header .wrap button.gt-home {
          position: absolute;
          left: 0.9375rem;
          top: 0.5rem; } }
    #local-header .wrap a#print-btn, #local-header .wrap button#print-btn {
      cursor: pointer; }
      @media (min-width: 768px) {
        #local-header .wrap a#print-btn, #local-header .wrap button#print-btn {
          display: inline-block;
          vertical-align: middle;
          margin-right: -2px; } }
    #local-header .wrap a#cat-search-toggle .fa, #local-header .wrap button#cat-search-toggle .fa {
      position: relative;
      top: -2px; }
  @media (max-width: 767px) {
    #local-header .wrap #hamb-wrap {
      max-height: 100vh;
      overflow: hidden;
      transition: .5s ease; }
      #local-header .wrap #hamb-wrap[aria-hidden="true"] {
        max-height: 0; }
      #local-header .wrap #hamb-wrap > * {
        display: block;
        position: static; }
        #local-header .wrap #hamb-wrap > *::after, #local-header .wrap #hamb-wrap > *::before {
          content: "";
          display: table;
          width: 100%;
          height: 1px;
          clear: both; } }

#cat-search {
  width: auto;
  display: inline-block;
  vertical-align: middle; }
  #cat-search * {
    display: inline-block;
    vertical-align: middle; }
  #cat-search #cat-search-close {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 44px;
    width: 44px;
    text-align: center;
    z-index: 999; }
  #cat-search #cat-search-form {
    display: block;
    width: 100%;
    max-width: 498px;
    position: fixed;
    bottom: 100%;
    left: calc(50% - 248px);
    transition: .3s;
    text-align: center; }
    #cat-search #cat-search-form::before {
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      background: #000;
      opacity: 0;
      z-index: 1;
      transition: opacity .5s; }
    #cat-search #cat-search-form[aria-hidden="false"] {
      bottom: calc(100% - 160px);
      z-index: 9; }
      #cat-search #cat-search-form[aria-hidden="false"]::before {
        width: 100vw;
        height: 100vh;
        opacity: .7; }
    #cat-search #cat-search-form form {
      position: relative;
      width: 100%;
      max-width: 498px;
      text-align: left;
      background: #fff;
      z-index: 9; }
      #cat-search #cat-search-form form label {
        padding: 1.25rem 1rem;
        border-bottom: 1px solid #ced4da;
        width: 100%;
        font-family: Roboto, sans-serif;
        font-weight: 300;
        font-size: 1.17188rem; }
      #cat-search #cat-search-form form input[type=text] {
        margin: 1rem;
        display: block;
        width: calc(100% - 2rem);
        padding: 0.375rem 0.75rem;
        font-size: 0.9375rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0;
        -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
        #cat-search #cat-search-form form input[type=text] ::-webkit-input-placeholder {
          opacity: 0.6; }
        #cat-search #cat-search-form form input[type=text] :-moz-placeholder {
          opacity: 0.6; }
        #cat-search #cat-search-form form input[type=text] ::-moz-placeholder {
          opacity: 0.6; }
        #cat-search #cat-search-form form input[type=text] :-ms-input-placeholder {
          opacity: 0.6; }
      #cat-search #cat-search-form form button {
        background: none;
        border-radius: 0;
        border: none;
        cursor: pointer;
        position: absolute;
        right: 1rem;
        bottom: 1rem; }
        #cat-search #cat-search-form form button:hover, #cat-search #cat-search-form form button:focus {
          color: #5D5126; }

#sidebar {
  display: none; }
  @media (min-width: 768px) {
    #sidebar {
      display: block; } }
  #sidebar.active {
    display: block; }
  #sidebar .sidebar-item {
    background: #e8e8e8;
    margin-bottom: 30px; }
  #sidebar .sidebar-header {
    background-color: #373a3c;
    border: 1px solid #373a3c;
    padding: 0; }
    #sidebar .sidebar-header a {
      display: block;
      padding: 1.25rem 1.25rem;
      line-height: 1.2;
      color: #fff;
      font-weight: 700;
      font-size: 1.171875rem;
      text-decoration: none; }

#sidebar-toggle {
  padding: 15px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  #sidebar-toggle i {
    margin-right: 10px;
    font-weight: normal; }
  @media (min-width: 768px) {
    #sidebar-toggle {
      display: none; } }

#edition {
  background-color: #373a3c;
  padding: 20px;
  color: #fff; }
  @media (max-width: 767px) {
    #edition {
      display: none; } }

#cl-menu ul.nav {
  font-size: 0.9375rem;
  line-height: 1.5;
  padding: 1.25rem 0.3125rem; }
  #cl-menu ul.nav ul.nav {
    padding: .5rem 1rem; }
  #cl-menu ul.nav li {
    position: relative; }
    #cl-menu ul.nav li a {
      display: block;
      text-decoration: none;
      position: relative;
      color: inherit;
      padding: 11px 12px; }
      #cl-menu ul.nav li a:hover, #cl-menu ul.nav li a:focus {
        text-decoration: underline; }
    #cl-menu ul.nav li.active > a,
    #cl-menu ul.nav li.active > div > a
#cl-menu ul.nav li.self > a,
    #cl-menu ul.nav li.self > div > a {
      font-weight: bold; }

#breadcrumb {
  min-height: 3.75rem; }
  #breadcrumb ul {
    padding: 1.375rem 0.25rem 1.875rem 1.6875rem; }
    @media (min-width: 768px) {
      #breadcrumb ul {
        padding: 0.9375rem 0.25rem 1.875rem 1.6875rem; } }
  #breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.9375rem; }
    #breadcrumb li a {
      display: inline-block;
      text-decoration: none;
      color: #857437; }
      #breadcrumb li a:hover, #breadcrumb li a:focus {
        text-decoration: underline; }
  #breadcrumb .crumbsep {
    width: 0;
    overflow: hidden;
    color: transparent; }
    #breadcrumb .crumbsep::after {
      content: "/";
      display: inline-block;
      vertical-align: middle;
      color: #373a3c;
      padding: 0 5px; }

h1.page-title {
  font-size: 2.34375rem;
  font-weight: 300;
  line-height: 1.2;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 2px solid #857437; }

.page_content,
#content {
  line-height: 1.6;
  font-size: 0.9375rem; }
  .page_content:before, .page_content:after,
  #content:before,
  #content:after {
    content: " ";
    display: table; }
  .page_content:after,
  #content:after {
    clear: both; }
  .page_content > a.lfeditable + h2,
  .page_content > h2:first-child,
  #content > a.lfeditable + h2,
  #content > h2:first-child {
    padding-top: 0;
    margin-top: 0; }
  .page_content a,
  #content a {
    color: #0050a0;
    text-decoration: none; }
    .page_content a:hover, .page_content a:focus,
    #content a:hover,
    #content a:focus {
      color: #0050a0;
      text-decoration: underline; }
  .page_content h2, .page_content h3, .page_content h4, .page_content h5, .page_content h6,
  #content h2,
  #content h3,
  #content h4,
  #content h5,
  #content h6 {
    margin: 1.3em 0 0.6em;
    line-height: 1.2;
    font-weight: bold; }
    .page_content h2:before, .page_content h2:after, .page_content h3:before, .page_content h3:after, .page_content h4:before, .page_content h4:after, .page_content h5:before, .page_content h5:after, .page_content h6:before, .page_content h6:after,
    #content h2:before,
    #content h2:after,
    #content h3:before,
    #content h3:after,
    #content h4:before,
    #content h4:after,
    #content h5:before,
    #content h5:after,
    #content h6:before,
    #content h6:after {
      content: " ";
      display: table; }
    .page_content h2:after, .page_content h3:after, .page_content h4:after, .page_content h5:after, .page_content h6:after,
    #content h2:after,
    #content h3:after,
    #content h4:after,
    #content h5:after,
    #content h6:after {
      clear: both; }
  .page_content h2,
  #content h2 {
    font-size: 1.7rem;
    margin-top: 1.75em;
    margin-bottom: 1em; }
  .page_content h3,
  #content h3 {
    font-size: 1.3rem; }
  .page_content h4,
  #content h4 {
    font-size: 1.05rem;
    text-transform: uppercase; }
  .page_content h5,
  #content h5 {
    font-size: 1.05rem; }
  .page_content h6,
  #content h6 {
    font-size: 1rem; }
  .page_content p,
  .page_content dl,
  .page_content ul,
  .page_content ol,
  .page_content table,
  .page_content blockquote,
  .page_content .onthispage,
  #content p,
  #content dl,
  #content ul,
  #content ol,
  #content table,
  #content blockquote,
  #content .onthispage {
    margin-bottom: 1.5em; }
  .page_content p.introtext,
  #content p.introtext {
    font-size: 1.2em; }
  .page_content p.noindent,
  #content p.noindent {
    margin: 0;
    padding: 0; }
  .page_content p.hangindent,
  #content p.hangindent {
    padding-left: 25px;
    text-indent: -25px; }
  .page_content ul:not([type]),
  #content ul:not([type]) {
    list-style: disc; }
  .page_content ul ul:not([type]),
  #content ul ul:not([type]) {
    list-style: circle; }
  .page_content ul ul ul:not([type]),
  #content ul ul ul:not([type]) {
    list-style: square; }
  .page_content ul[type="circle"],
  #content ul[type="circle"] {
    list-style: circle; }
  .page_content ul[type="disc"],
  #content ul[type="disc"] {
    list-style: disc; }
  .page_content ul[type="square"],
  #content ul[type="square"] {
    list-style: square; }
  .page_content ol:not([type]),
  #content ol:not([type]) {
    list-style: decimal; }
  .page_content ol ol:not([type]),
  #content ol ol:not([type]) {
    list-style: lower-alpha; }
  .page_content ol ol ol:not([type]),
  #content ol ol ol:not([type]) {
    list-style: lower-roman; }
  .page_content ul,
  .page_content ol,
  #content ul,
  #content ol {
    margin-left: 2.5rem; }
    .page_content ul li,
    .page_content ol li,
    #content ul li,
    #content ol li {
      margin: 0 0 0.46875rem; }
      .page_content ul li ul,
      .page_content ul li ol,
      .page_content ol li ul,
      .page_content ol li ol,
      #content ul li ul,
      #content ul li ol,
      #content ol li ul,
      #content ol li ol {
        margin-top: 0.46875rem;
        margin-bottom: 0; }
    .page_content ul p,
    .page_content ul table,
    .page_content ol p,
    .page_content ol table,
    #content ul p,
    #content ul table,
    #content ol p,
    #content ol table {
      font-size: 1em; }
    .page_content ul li br,
    .page_content ol li br,
    #content ul li br,
    #content ol li br {
      content: '';
      display: block;
      margin: 0 0 0.3em; }
  .page_content sup,
  .page_content sub,
  #content sup,
  #content sub {
    font-size: 0.75em;
    line-height: 1; }
  .page_content sup,
  #content sup {
    vertical-align: super; }
  .page_content sub,
  #content sub {
    vertical-align: sub; }
  .page_content hr,
  #content hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; }
  .page_content blockquote cite,
  #content blockquote cite {
    font-style: italic; }
  .page_content .cola,
  #content .cola {
    width: 48%;
    float: left; }
  .page_content .colb,
  #content .colb {
    width: 48%;
    float: right; }
  @media (max-width: 767px) {
    .page_content .cola,
    .page_content .colb,
    #content .cola,
    #content .colb {
      width: auto;
      float: none; } }
  .page_content table,
  #content table {
    width: 100%;
    border: 1px solid #dbdbdb;
    border-top: none; }
    .page_content table th,
    .page_content table td,
    #content table th,
    #content table td {
      padding: 0.2rem 0.75rem;
      border-top: 1px solid #dbdbdb;
      text-align: left;
      vertical-align: top;
      font-size: 14.4px; }
    .page_content table th,
    #content table th {
      font-weight: bold;
      border-bottom-width: 2px; }
    .page_content table td img,
    #content table td img {
      vertical-align: top; }
    .page_content table td p,
    .page_content table td li,
    #content table td p,
    #content table td li {
      margin: 0;
      font-size: 0.9rem; }
    .page_content table tr.areaheader td, .page_content table tr.areaheader,
    .page_content table tr.areasubheader td, .page_content table tr.areasubheader,
    .page_content table tr.listsum td,
    .page_content table tr.plangridtotal td,
    .page_content table tr.plangridsum td,
    .page_content table tr .areaheader,
    #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,
    #content table tr .areaheader {
      font-weight: bold; }
    .page_content table tr.areasubheader,
    .page_content table tr.areasubheader td,
    .page_content table tr td.areasubheader,
    #content table tr.areasubheader,
    #content table tr.areasubheader td,
    #content table tr td.areasubheader {
      font-style: italic; }
    .page_content table tr.orclass td,
    #content table tr.orclass td {
      padding-top: 0;
      border-top: none; }
      .page_content table tr.orclass td.codecol,
      #content table tr.orclass td.codecol {
        padding-left: 2em; }
    .page_content table tr td.hourscol,
    .page_content table tr th.hourscol,
    #content table tr td.hourscol,
    #content table tr th.hourscol {
      text-align: right;
      width: 10%;
      white-space: nowrap; }
    .page_content table.hiddencourselist,
    #content table.hiddencourselist {
      display: none; }
    .page_content table.sc_courselist td.codecol,
    #content table.sc_courselist td.codecol {
      width: 18%; }
    .page_content table.sc_courselist td[colspan="2"] + td.hourscol,
    #content table.sc_courselist td[colspan="2"] + td.hourscol {
      width: 75px;
      white-space: nowrap; }
    .page_content table .plangridterm th,
    #content table .plangridterm th {
      color: inherit;
      text-transform: uppercase;
      font-size: 0.85em; }
    .page_content table.sorttable tr.odd,
    .page_content table.sorttable tr.even,
    #content table.sorttable tr.odd,
    #content table.sorttable tr.even {
      background: none; }
    .page_content table.sc_footnotes,
    #content table.sc_footnotes {
      border: 0;
      font-size: 15px; }
      .page_content table.sc_footnotes td,
      #content table.sc_footnotes td {
        padding: 0 0 0.75em 0;
        border: 0; }
        .page_content table.sc_footnotes td.symcol,
        #content table.sc_footnotes td.symcol {
          width: 15px; }
        .page_content table.sc_footnotes td ul,
        #content table.sc_footnotes td ul {
          margin-top: 7px;
          margin-bottom: 7px; }
        .page_content table.sc_footnotes td li,
        #content table.sc_footnotes td li {
          font-size: 1em; }
  .page_content h2.letternav-head,
  #content h2.letternav-head {
    color: #0050a0;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 1.875rem;
    padding: 0;
    margin: 0 0 0.5rem; }
  .page_content ul.letternav,
  #content ul.letternav {
    padding: 0;
    margin: 0 0 1em 0;
    list-style: none; }
    .page_content ul.letternav li,
    #content ul.letternav li {
      text-transform: uppercase;
      font-weight: bold;
      float: left;
      margin: 0 1px 1px 0; }
      .page_content ul.letternav li:before, .page_content ul.letternav li:after,
      #content ul.letternav li:before,
      #content ul.letternav li:after {
        display: none; }
      .page_content ul.letternav li a, .page_content ul.letternav li.inactive,
      #content ul.letternav li a,
      #content ul.letternav li.inactive {
        padding: .25em .6em;
        color: #fff;
        text-align: center;
        text-decoration: none;
        display: block;
        width: 35px;
        height: 35px;
        float: left;
        border: none;
        background: #cecece; }
      .page_content ul.letternav li a,
      #content ul.letternav li a {
        color: #fff;
        background: #262626;
        text-decoration: none;
        border: none; }
        .page_content ul.letternav li a:hover, .page_content ul.letternav li a:active, .page_content ul.letternav li a:focus,
        #content ul.letternav li a:hover,
        #content ul.letternav li a:active,
        #content ul.letternav li a:focus {
          background: #0050a0; }
      .page_content ul.letternav li.inactive a,
      #content ul.letternav li.inactive a {
        background: inherit;
        color: inherit; }
        .page_content ul.letternav li.inactive a:hover, .page_content ul.letternav li.inactive a:focus,
        #content ul.letternav li.inactive a:hover,
        #content ul.letternav li.inactive a:focus {
          background: none;
          cursor: text; }
  .page_content img.imgleft,
  #content img.imgleft {
    padding: 0 10px 10px 0;
    float: left; }
  .page_content img.imgright,
  #content img.imgright {
    padding: 0 0 10px 10px;
    float: right; }
  .page_content img.imgcenter,
  #content img.imgcenter {
    padding: 10px;
    margin: 0 auto;
    display: block; }
  .page_content .archive-message,
  .page_content .shared-message,
  .page_content .search-message,
  #content .archive-message,
  #content .shared-message,
  #content .search-message {
    padding: 1.40625rem;
    font-weight: 400;
    margin-bottom: 1rem; }
    .page_content .archive-message p,
    .page_content .shared-message p,
    .page_content .search-message p,
    #content .archive-message p,
    #content .shared-message p,
    #content .search-message p {
      margin: 0; }
      .page_content .archive-message p + p,
      .page_content .shared-message p + p,
      .page_content .search-message p + p,
      #content .archive-message p + p,
      #content .shared-message p + p,
      #content .search-message p + p {
        margin-top: 1rem; }
  .page_content .archive-message,
  #content .archive-message {
    color: #9E6D3B;
    border-color: 1px solid #FAEBCC;
    background: #FCF8E3; }
  .page_content .shared-message,
  #content .shared-message {
    color: #31708F;
    border-color: #BCE8F1;
    background: #D9EDF7; }
  .page_content .toggle,
  #content .toggle {
    padding: 0;
    margin: 0; }
    .page_content .toggle:before, .page_content .toggle:after,
    #content .toggle:before,
    #content .toggle:after {
      display: none; }
    .page_content .toggle button,
    #content .toggle button {
      font-family: 'Roboto Slab',sans-serif;
      font-weight: bold;
      font-size: 16px;
      line-height: 28px;
      background-color: #eeb211;
      border-bottom: 1px solid #f5d376;
      color: #141923;
      cursor: pointer;
      display: inline-block;
      padding: 10px 50px 10px 1rem;
      position: relative;
      margin-bottom: 0;
      width: 100%;
      text-align: left; }
      .page_content .toggle button:before,
      #content .toggle button:before {
        content: '\f107';
        font-family: FontAwesome;
        font-size: 18px;
        line-height: 0;
        font-weight: normal;
        vertical-align: top;
        font-size: 28px;
        transform: translateY(-50%);
        right: 1rem;
        position: absolute;
        top: 50%;
        color: #262626; }
      .page_content .toggle button[aria-expanded=true]:before,
      #content .toggle button[aria-expanded=true]:before {
        content: '\f106'; }
  .page_content .toggle-wrap,
  #content .toggle-wrap {
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5; }
    .page_content .toggle-wrap + .toggle-wrap,
    #content .toggle-wrap + .toggle-wrap {
      border-top: none; }
    .page_content .toggle-wrap .toggle-wrap,
    #content .toggle-wrap .toggle-wrap {
      border: none; }
  .page_content .toggle-content,
  #content .toggle-content {
    margin: 15px 0 0;
    padding: 5px 0 15px 20px; }
    .page_content .toggle-content *:last-child,
    #content .toggle-content *:last-child {
      margin-bottom: 0; }
    .page_content .toggle-content[aria-hidden=true],
    #content .toggle-content[aria-hidden=true] {
      display: none; }
    .page_content .toggle-content .toggle-content,
    #content .toggle-content .toggle-content {
      padding-left: 25px; }
  .page_content .toggle-group,
  #content .toggle-group {
    margin-bottom: 25px; }
  .page_content .fslaunch,
  #content .fslaunch {
    margin: 2rem 0; }
    .page_content .fslaunch a,
    #content .fslaunch a {
      display: inline-block;
      padding: 10px 20px;
      background: #A6343A;
      color: #fff;
      text-decoration: none;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 13px;
      border-radius: 3px; }
      .page_content .fslaunch a:after,
      #content .fslaunch a:after {
        content: '\f08e';
        font-family: FontAwesome;
        margin-left: 10px; }
      .page_content .fslaunch a:hover, .page_content .fslaunch a:focus,
      #content .fslaunch a:hover,
      #content .fslaunch a:focus {
        background: #912D32; }
  .page_content .onthispage,
  #content .onthispage {
    border: 1px solid #EAEAEA; }
    .page_content .onthispage .otp-title,
    #content .onthispage .otp-title {
      font-weight: bold;
      padding: 10px;
      background: #F9F9F9;
      border-bottom: 1px solid #EAEAEA; }
    .page_content .onthispage ul,
    #content .onthispage ul {
      font-size: 0.9rem;
      margin: 0;
      padding: 10px;
      list-style: none; }
      .page_content .onthispage ul li,
      #content .onthispage ul li {
        padding: 4px 0;
        margin: 0; }
        .page_content .onthispage ul li:last-child,
        #content .onthispage ul li:last-child {
          padding-bottom: 0; }
        .page_content .onthispage ul li a,
        #content .onthispage ul li a {
          color: #0050a0;
          text-decoration: none; }
          .page_content .onthispage ul li a:hover, .page_content .onthispage ul li a:focus,
          #content .onthispage ul li a:hover,
          #content .onthispage ul li a:focus {
            color: #0050a0;
            text-decoration: underline; }
      .page_content .onthispage ul ul,
      #content .onthispage ul ul {
        list-style-type: square !important;
        margin: 0 0 0 30px;
        padding: 0; }

#fssearchresults .searchresult {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #dcdcdc;
  background-color: #fcfcfc;
  font-size: 0.9375rem;
  font-weight: 400; }

#fssearchresults h2,
#fssearchresults h3 {
  margin: 0 0 0.9375rem;
  padding: 0;
  text-transform: none;
  color: #262626;
  font-size: 1rem;
  font-weight: 700; }
  #fssearchresults h2 a,
  #fssearchresults h3 a {
    color: #262626;
    text-decoration: none; }
    #fssearchresults h2 a:hover, #fssearchresults h2 a:focus,
    #fssearchresults h3 a:hover,
    #fssearchresults h3 a:focus {
      text-decoration: underline; }
  #fssearchresults h2:before, #fssearchresults h2:after,
  #fssearchresults h3:before,
  #fssearchresults h3:after {
    display: none; }

#fssearchresults p {
  margin-bottom: 0.9375rem; }
  #fssearchresults p.search-url a {
    word-break: break-all; }

#archive-selector {
  margin-bottom: 25px; }

#archive-selector label {
  font-size: 0.85rem; }

#archive-selector select {
  margin: 0 10px; }

#archive-selector button {
  cursor: pointer;
  background: #000;
  color: #fff;
  padding: 2px 10px;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold; }
  #archive-selector button:hover, #archive-selector button:focus {
    background-color: #0050a0; }

#tabs {
  margin: 0 0 2rem; }
  #tabs ul {
    margin: 0;
    padding: 0;
    position: relative; }
  #tabs li {
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0.46875rem; }
    #tabs li a,
    #tabs li button {
      cursor: pointer;
      text-transform: none;
      display: block;
      text-decoration: none;
      padding: 6px 24px;
      background-color: #e8e8e8;
      color: #262626;
      font-weight: 300;
      font-size: 0.84375rem;
      line-height: 1.6; }
      #tabs li a:hover, #tabs li a:focus,
      #tabs li button:hover,
      #tabs li button:focus {
        color: #fff;
        background: #0050a0; }
    #tabs li.active > a,
    #tabs li.active > button, #tabs li.active-sub > a,
    #tabs li.active-sub > button {
      background: #262626;
      color: #fff; }
    #tabs li.tab-overflow {
      position: relative; }
      #tabs li.tab-overflow > button {
        position: relative;
        padding-right: 32px; }
        #tabs li.tab-overflow > button:after {
          content: '\f0d7';
          font-family: FontAwesome;
          font-weight: normal;
          line-height: 0;
          width: 14px;
          display: block;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 7px; }
      #tabs li.tab-overflow ul {
        border: none;
        background: none;
        margin: 0;
        padding: 0;
        position: fixed;
        z-index: 50;
        right: 105%;
        top: calc(100% - 1px);
        white-space: nowrap; }
        #tabs li.tab-overflow ul li {
          display: block;
          width: 100%; }
        #tabs li.tab-overflow ul a {
          text-align: right;
          display: block;
          width: 100%; }
      #tabs li.tab-overflow.open ul {
        position: absolute;
        right: 0; }
  #tabs.condense li.tab-overflow {
    position: static; }
    #tabs.condense li.tab-overflow ul {
      white-space: normal;
      width: 100%; }

#footer {
  border-top: 16px solid #262626;
  background: #b3a369;
  font-size: 0; }
  #footer::before {
    content: "";
    display: block;
    width: 100%;
    height: 16px;
    background: #b3a369;
    background: linear-gradient(to right, #b3a369 0%, #bfb37c 100%);
    background: -moz-linear-gradient(left, #b3a369 0%, #bfb37c 100%);
    background: -webkit-linear-gradient(left, #b3a369 0%, #bfb37c 100%);
    margin-bottom: 16px; }
  #footer li + li {
    margin-top: 0.625rem; }
  #footer .wrap {
    font-size: 0;
    padding-bottom: 23px; }
    #footer .wrap > * {
      border-left: 1px solid #fff;
      color: #262626;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 400;
      font-size: 0.85rem;
      line-height: 1.5;
      display: block;
      max-width: 100%;
      margin: 1rem;
      padding: 0 0 0 1rem; }
      @media (min-width: 768px) {
        #footer .wrap > * {
          display: inline-block;
          vertical-align: top;
          width: 25%;
          padding: 0 0 0 1rem;
          margin: 0 0 0 1rem; } }
      #footer .wrap > * a {
        display: inline-block;
        text-decoration: none;
        color: #000; }
      #footer .wrap > * img {
        display: inline-block; }
    @media (min-width: 768px) {
      #footer .wrap ul {
        margin-left: 0; } }
    #footer .wrap .createthenext {
      display: block;
      width: 100%;
      line-height: 1;
      border: none;
      padding: 0; }
      #footer .wrap .createthenext img {
        height: 16.5px;
        padding: 0;
        margin: 0; }
      @media (min-width: 768px) {
        #footer .wrap .createthenext {
          margin: 0 0 8px 16px; } }
    #footer .wrap #copyright {
      float: right;
      text-align: right;
      padding: 0;
      margin: -13px 0 0 0;
      border: none;
      width: auto; }
      #footer .wrap #copyright .user, #footer .wrap #copyright .users, #footer .wrap #copyright .user svg, #footer .wrap #copyright .users svg {
        width: 100%;
        height: 100%;
        max-height: 15px;
        max-width: 24px;
        display: inline-block;
        vertical-align: baseline;
        position: relative;
        top: 1px;
        margin-right: -2px; }
      #footer .wrap #copyright span[aria-hidden="true"] {
        margin-left: 5px; }
      #footer .wrap #copyright .alogo img {
        display: block;
        width: 140px;
        height: 64.08px; }
      #footer .wrap #copyright p.admin {
        margin-top: 22px;
        position: relative;
        top: -1px;
        right: -1px;
        -webkit-font-smoothing: antialiased; }

a#totop {
  display: block;
  text-decoration: none;
  background: #262626;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 99;
  right: 25px;
  bottom: -55px;
  transition: bottom .2s; }
  a#totop:after {
    content: '\f077';
    font-family: FontAwesome;
    position: absolute;
    top: 46%;
    left: 51%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 22px; }
  a#totop.show {
    bottom: 25px; }

#lfjs_modaldiv {
  opacity: 0.8 !important;
  background: #fff !important; }

#print-dialog {
  padding: 0;
  width: 350px;
  text-align: left;
  background: #fff;
  font-family: inherit !important;
  border: none;
  position: fixed;
  bottom: 101% !important;
  top: auto !important;
  left: calc(50% - 175px);
  display: block !important;
  transition: bottom .3s !important; }
  #print-dialog.screen.activescreen {
    bottom: calc(101% - 350px) !important; }
  @media (max-width: 575px) {
    #print-dialog {
      width: 90%; } }
  .no-js #print-dialog {
    display: block;
    position: relative; }
  #print-dialog .print-header {
    position: relative; }
    #print-dialog .print-header h2 {
      padding: 1.25rem 1rem;
      border-bottom: 1px solid #ced4da;
      width: 100%;
      font-family: Roboto, sans-serif;
      font-weight: 300;
      font-size: 1.17188rem; }
    #print-dialog .print-header button {
      display: block;
      width: 44px;
      height: 44px;
      position: absolute;
      right: 10px;
      top: calc(50% - 22px);
      cursor: pointer;
      font-size: 1rem; }
      #print-dialog .print-header button:after {
        content: '\f00d';
        display: block;
        font-family: FontAwesome; }
  #print-dialog .print-body {
    line-height: 1.5;
    padding: 20px;
    border-top: 1px solid #EAEAEA;
    font-size: 15px;
    max-height: 20rem;
    overflow-y: auto; }
    #print-dialog .print-body li + li {
      margin-top: 20px; }
    #print-dialog .print-body a {
      color: #0050a0;
      text-decoration: none; }
      #print-dialog .print-body a:hover, #print-dialog .print-body a:focus {
        color: #0050a0;
        text-decoration: underline; }
    #print-dialog .print-body p.option-desc {
      font-size: 14px; }

.lfjsbubble .courseblock,
.page_content .courseblock,
#content .courseblock {
  margin-bottom: 30px; }
  .lfjsbubble .courseblock p.noindent,
  .page_content .courseblock p.noindent,
  #content .courseblock p.noindent {
    margin: 0 0 3px;
    padding: 0; }
  .lfjsbubble .courseblock p.courseblocktitle,
  .page_content .courseblock p.courseblocktitle,
  #content .courseblock p.courseblocktitle {
    font-size: 0.9375rem;
    font-weight: 400;
    padding: 0;
    margin: 0 0 0.4rem; }
  .lfjsbubble .courseblock span.credits,
  .page_content .courseblock span.credits,
  #content .courseblock span.credits {
    float: right; }

.lfjsbubble .courseblock {
  margin-bottom: 0; }
  .lfjsbubble .courseblock a {
    color: #0050a0;
    text-decoration: none; }
    .lfjsbubble .courseblock a:hover, .lfjsbubble .courseblock a:focus {
      color: #0050a0;
      text-decoration: underline; }

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; }

.pagebreak {
  height: 0;
  line-height: 0; }

#lfjs_modaldiv {
  background: #000 !important; }

#lfjsbubbleclose {
  float: right;
  margin: 10px; }

.archive-message,
.shared-message,
.search-message {
  padding: 1.40625rem;
  font-weight: 400;
  margin-bottom: 1rem; }
  .archive-message p,
  .shared-message p,
  .search-message p {
    margin: 0; }
    .archive-message p + p,
    .shared-message p + p,
    .search-message p + p {
      margin-top: 1rem; }

.archive-message {
  color: #9E6D3B;
  border-color: 1px solid #FAEBCC;
  background: #FCF8E3; }

.shared-message {
  color: #31708F;
  border-color: #BCE8F1;
  background: #D9EDF7; }

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