@charset "UTF-8";
* {
  box-sizing: border-box; }

body {
  color: #4c4c4c;
  font-family: proxima-nova, 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: 300px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 500px) {
    .wrap {
      width: 480px; } }
  @media (min-width: 740px) {
    .wrap {
      width: 720px; } }
  @media (min-width: 980px) {
    .wrap {
      width: 960px; } }
  @media (min-width: 1220px) {
    .wrap {
      width: 1200px; } }

#header .row,
#footer .row {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 500px) {
    #header .row,
    #footer .row {
      width: 480px; } }
  @media (min-width: 740px) {
    #header .row,
    #footer .row {
      width: 720px; } }
  @media (min-width: 980px) {
    #header .row,
    #footer .row {
      width: 960px; } }
  @media (min-width: 1220px) {
    #header .row,
    #footer .row {
      width: 1200px; } }

#content-container .wrap {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column; }
  @media (min-width: 740px) {
    #content-container .wrap {
      flex-direction: row-reverse;
      justify-content: space-between;
      flex-wrap: nowrap; } }

#col-nav,
#col-content {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 740px) {
    #col-nav,
    #col-content {
      padding-top: 45px;
      padding-bottom: 45px; } }

#col-nav {
  flex: 0 0 100%; }
  @media (min-width: 740px) {
    #col-nav {
      flex: 0 0 272px;
      max-width: 272px; } }
  @media (min-width: 980px) {
    #col-nav {
      flex: 0 0 340px;
      max-width: 340px; } }

#col-content {
  flex: 0 0 100%;
  /*
	@media(min-width: $bp-md) {
		flex: 0 1 67.3333%;
		max-width: 67.3333333%; //IE 11 fix
		margin-right: auto;
	}
	@media(min-width: $bp-lg) {
		flex: 0 0 74%;
		max-width: 74%; //IE 11 fix
	}
	*/ }
  @media (min-width: 740px) {
    #col-content {
      flex: 0 1 auto;
      margin-right: 5%;
      overflow-x: auto; } }

#header {
  font-weight: 300;
  font-style: normal; }
  #header a, #header a:active, #header a:focus, #header a:hover, #header a:link, #header a:visited {
    -webkit-transition: background-color .25s linear,border-color .25s linear,box-shadow .25s linear,color .25s linear,opacity .25s linear;
    transition: background-color .25s linear,border-color .25s linear,box-shadow .25s linear,color .25s linear,opacity .25s linear;
    text-decoration: none;
    color: #000; }
  #header .secondary {
    height: 90px;
    display: none;
    background-color: #000;
    position: relative; }
    @media (min-width: 980px) {
      #header .secondary {
        display: block; } }
    #header .secondary .mobile_logo_container .mobile_logo_wrapper {
      padding-left: 0 !important; }
  #header .primary {
    display: none;
    height: 3px;
    background-color: #fb0; }
    @media (min-width: 980px) {
      #header .primary {
        display: block; } }
  #header .row .all-full {
    width: 96.66666667%;
    float: left;
    margin-left: 1.66666667%;
    margin-right: 1.66666667%; }
  #header .mobile_logo_container {
    -webkit-transition: height .2s ease;
    transition: height .2s ease;
    width: 100%;
    height: 85px;
    background-color: #000;
    overflow: hidden;
    height: 90px; }
    #header .mobile_logo_container .mobile_logo_wrapper {
      width: 100%;
      display: block;
      padding: 19px 0 25px 40px; }
      @media (min-width: 740px) {
        #header .mobile_logo_container .mobile_logo_wrapper {
          width: auto;
          float: left;
          padding: 13px 0 25px 37px; } }
      @media (max-width: 739px) {
        #header .mobile_logo_container .mobile_logo_wrapper {
          padding-left: 10px !important; } }
      #header .mobile_logo_container .mobile_logo_wrapper .mobile_logo {
        background: url(../../images/icons-tu.png) no-repeat 0 -335px;
        width: 247px;
        height: 58px;
        display: block;
        line-height: 41px;
        overflow: hidden;
        text-indent: 200%; }
  #header a.back_link {
    font-size: 14px;
    font-size: .875rem;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    letter-spacing: .03em;
    padding: 46px 20px 21px;
    text-transform: uppercase;
    float: right; }
    #header a.back_link:after {
      background: url(../../images/icons-tu.png) no-repeat -320px 0;
      width: 12px;
      height: 12px;
      content: '';
      display: inline-block;
      margin-left: 10px; }
    #header a.back_link:hover {
      color: #fb0; }
  #header .mobile {
    display: block; }
    @media (min-width: 980px) {
      #header .mobile {
        display: none; } }
  #header .mobile_navigation_container {
    display: block;
    height: 3px;
    background-color: #fb0; }
    @media (min-width: 980px) {
      #header .mobile_navigation_container {
        display: none; } }

#logo {
  padding: 20px 0;
  width: 175px; }
  @media (min-width: 500px) {
    #logo {
      padding: 30px 0;
      width: 215px; } }
  #logo img {
    display: block; }
  #logo a {
    display: block; }

#cat-search {
  width: 90%;
  /*
	@media(min-width: $bp-sm) {
		max-width: 250px;
		margin-left: auto;
	}
	*/ }
  @media (min-width: 740px) {
    #cat-search {
      max-width: 350px; } }

#local-header {
  background: #fb0; }
  #local-header .wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }

#site-title {
  position: relative; }
  @media (max-width: 739px) {
    #site-title {
      flex: 0 0 100%; } }
  #site-title h1 {
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 15px 0; }
    #site-title h1 a {
      color: inherit;
      text-decoration: none; }

#navigation {
  display: none;
  flex: 0 0 100%; }
  @media (min-width: 740px) {
    #navigation {
      display: block;
      flex: 0 0 auto;
      margin-left: auto; } }
  #navigation.active {
    display: block; }
  @media (min-width: 740px) {
    #navigation ul li {
      float: left; } }
  #navigation ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 10px; }
    @media (min-width: 980px) {
      #navigation ul li a {
        padding: 20px 15px; } }
    #navigation ul li a:hover, #navigation ul li a:focus {
      background: #000; }
  #navigation ul li.isparent {
    position: relative; }
    #navigation ul li.isparent > a:after {
      content: '\f107';
      font-family: FontAwesome;
      margin-left: 7px; }
  #navigation ul ul {
    position: fixed;
    z-index: 50;
    left: 105%;
    top: 100%;
    background: #f0b000;
    min-width: 225px; }
    #navigation ul ul li {
      float: none; }
    #navigation ul ul a {
      text-transform: none;
      padding: 15px; }
      #navigation ul ul a:hover, #navigation ul ul a:focus {
        background: #fb0; }
  #navigation ul li.opened > a {
    background: #f0b000; }
  #navigation ul li.opened ul {
    position: absolute;
    left: 0; }

#hamburger {
  background: none;
  text-align: center;
  position: absolute;
  right: -10px;
  color: #fff;
  padding: 10px 15px;
  font-size: 26px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (min-width: 740px) {
    #hamburger {
      display: none; } }

.search {
  padding: 0 20px;
  margin: 0 auto .5rem; }
  .search form {
    position: relative; }
  .search input[type=text] {
    width: 100%;
    line-height: normal;
    border-radius: 0;
    border: none;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    padding: 10px 40px 10px 10px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400; }
  .search ::-webkit-input-placeholder {
    color: #000;
    opacity: 0.7; }
  .search :-moz-placeholder {
    color: #000;
    opacity: 0.7; }
  .search ::-moz-placeholder {
    color: #000;
    opacity: 0.7; }
  .search :-ms-input-placeholder {
    color: #000;
    opacity: 0.7; }
  .search button {
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    border-radius: 0 2px 2px 0;
    border: none;
    cursor: pointer;
    color: #fff; }

#sidebar {
  display: none; }
  @media (min-width: 740px) {
    #sidebar {
      display: block; } }
  #sidebar.active {
    display: block; }
  #sidebar .sidebar-item {
    background: #fb0;
    margin-bottom: 30px; }
  #sidebar .sidebar-header {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .03em;
    line-height: 1.6;
    padding: 25px 40px;
    color: #000; }
    #sidebar .sidebar-header a {
      color: inherit;
      text-decoration: none; }
    #sidebar .sidebar-header :after {
      width: 40px;
      height: 4px;
      background-color: #3c3c3c;
      content: '';
      display: block;
      margin-top: 15px; }

#sidebar-toggle {
  background: #fb0;
  padding: 15px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase; }
  #sidebar-toggle i {
    margin-right: 10px;
    font-weight: normal; }
  @media (min-width: 740px) {
    #sidebar-toggle {
      display: none; } }

@media (max-width: 739px) {
  #edition {
    display: none; } }

#cl-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  #cl-menu ul li {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #fb0;
    margin: 0; }
    #cl-menu ul li a {
      padding: 20px 40px;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 300;
      font-style: normal;
      background-color: #fb0;
      color: #000;
      display: block;
      line-height: 1.4;
      text-decoration: none;
      transition: background-color .25s linear,border-color .25s linear,box-shadow .25s linear,color .25s linear,opacity .25s linear; }
      #cl-menu ul li a:hover, #cl-menu ul li a:focus {
        background-color: #000;
        color: #fb0; }
    #cl-menu ul li .self a {
      font-weight: 600;
      background-color: #000;
      color: #fb0; }
    #cl-menu ul li ul {
      background-color: #3c3c3c;
      padding: 0 0 10px;
      margin: 0; }
      #cl-menu ul li ul li a {
        padding: 15px 40px;
        padding-left: 60px;
        background-color: #3c3c3c;
        color: #fff; }
        #cl-menu ul li ul li a:hover, #cl-menu ul li ul li a:focus {
          background-color: #000;
          color: #fb0; }
      #cl-menu ul li ul li ul li a {
        padding-left: 80px; }
      #cl-menu ul li ul li ul li ul li a {
        padding-left: 100px; }
      #cl-menu ul li ul li ul li ul li ul li a {
        padding-left: 120px; }

/*
#cl-menu {
    background: $color-sec;
    padding: 15px;

    > ul.nav {
        > li {
            > a {
                font-family: $font-main;
                text-transform: uppercase;
            }

            &.active {
                padding-bottom: 5px;
                > a {
                    &:after {
                        content: '';
                        display: block;
                        height: 4px;
                        width: 40px;
                        background: #000;
                        margin-top: 15px;
                        margin-bottom: 25px;
                    }
                }
            }
        }
    }

    ul.nav {
        li {
            a {
                display: block;
                text-decoration: none;
                font-size: 14px;
                color: #000;
                margin: 12px 0;
                padding: 0 5px;

                &:hover,
                &:focus {
                    text-decoration: underline;
                }
            }
        }

        ul.nav {
            padding-left: 15px;
            font-family: $font-main;

            li {

                &.self {
                    > a {
                        font-weight: bold;
                        text-decoration: underline;
                    }
                }
            }
        }
    }
}
*/
#breadcrumb {
  clear: both;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
  margin: 0 0 20px;
  font-size: 0.8em;
  width: 100%; }
  #breadcrumb ul {
    overflow: hidden; }
    #breadcrumb ul:before, #breadcrumb ul:after {
      content: " ";
      display: table; }
    #breadcrumb ul:after {
      clear: both; }
  #breadcrumb li {
    padding: 0;
    float: left;
    color: #000;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif;
    letter-spacing: 0.03em;
    line-height: 1.6em; }
    #breadcrumb li a {
      text-decoration: none;
      color: #777777;
      font-family: proxima-nova, sans-serif; }
  #breadcrumb .crumbsep {
    color: #777777;
    padding: 0 10px; }

h1.page-title {
  font-size: 2.375rem;
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1;
  margin: 0 0 .74074em 0;
  text-rendering: optimizeLegibility; }
  @media (min-width: 740px) {
    h1.page-title {
      font-size: 3.375rem; } }

.page_content,
#content {
  letter-spacing: 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
  overflow-x: auto; }
  .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 {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
    transition: color .15s linear,border-color .15s linear; }
    .page_content a:hover, .page_content a:focus,
    #content a:hover,
    #content a:focus {
      border-color: #fb0; }
  .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: 0;
    line-height: 1.2;
    font-weight: 400; }
  .page_content h2,
  #content h2 {
    font-size: 2.625rem;
    letter-spacing: 0;
    margin-top: .8333333333333334em;
    margin-bottom: .8333333333333334em; }
  .page_content h3,
  #content h3 {
    font-size: 1.375rem;
    font-weight: 700;
    font-style: normal;
    margin-top: .625em;
    margin-bottom: .3333333333333333em; }
    @media (min-width: 740px) {
      .page_content h3,
      #content h3 {
        font-size: 1.5rem; } }
  .page_content h4,
  #content h4 {
    font-size: 1.125rem;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 1.1111111111111112em;
    color: #666;
    text-transform: uppercase; }
  .page_content h5,
  #content h5 {
    font-size: .9375rem;
    font-weight: 300;
    font-style: normal;
    letter-spacing: .05em;
    margin-bottom: 1.3333333333333333em; }
  .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,
  #content p {
    margin-bottom: 1.25em; }
    .page_content p.introtext,
    #content p.introtext {
      font-size: 1.4rem; }
    .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,
  .page_content ol,
  #content ul,
  #content ol {
    margin-left: 32px; }
    .page_content ul li,
    .page_content ol li,
    #content ul li,
    #content ol li {
      margin: 0 0 0.5em; }
  .page_content ul:not([type]),
  #content ul:not([type]) {
    list-style: square; }
  .page_content ul li ul,
  #content ul li ul {
    margin-bottom: 0;
    margin-top: 0.5em; }
    .page_content ul li ul:not([type]),
    #content ul li ul:not([type]) {
      list-style: disc; }
  .page_content ul li p,
  .page_content ul li table,
  #content ul li p,
  #content ul li table {
    font-size: 1em; }
  .page_content ul.tightlist,
  #content ul.tightlist {
    list-style: none;
    margin-left: 0; }
    .page_content ul.tightlist li,
    #content ul.tightlist li {
      margin: 0; }
    .page_content ul.tightlist ul,
    #content ul.tightlist ul {
      list-style: none;
      margin: 0 0 0 25px; }
  .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,
  #content ol ol {
    margin-top: 0.5em;
    margin-bottom: 0; }
    .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 li br,
  #content li br {
    content: '';
    display: block;
    margin: 0 0 0.3em; }
  .page_content ol,
  #content ol {
    /* nah
		counter-reset:li;
		li:before {
			color: #4c4c4c;
			font-weight: 600;
			font-size: 18px;
			font-size: 1.125rem;
			// font-family: proxima-nova,sans-serif;
			// font-weight: 800;
			font-style: normal;
			position: absolute;
			left: -28px;
			// color: #fb0;
			content: counter(li) ". ";
			counter-increment: li;
			margin-right: 17px;
			margin-top: 1px;
		}
		*/ }
  .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,
  #content blockquote {
    border: 1px solid #e6e6e6;
    font-size: 1.5rem;
    padding: 35px 30px 60px 70px;
    line-height: 1.1666666666666667em;
    font-weight: 300;
    font-style: italic;
    position: relative;
    color: #000;
    margin: 0; }
    .page_content blockquote:before,
    #content blockquote:before {
      font-size: 50px;
      font-size: 3.125rem;
      font-weight: 300;
      font-style: italic;
      position: absolute;
      left: 24px;
      content: '“';
      display: block;
      line-height: 1; }
    .page_content blockquote p,
    #content blockquote p {
      line-height: 1.5;
      color: #000; }
    .page_content blockquote cite,
    #content blockquote cite {
      display: block;
      font-size: 0.75em; }
      .page_content blockquote cite:before,
      #content blockquote cite:before {
        content: "\2014 \0020"; }
      .page_content blockquote cite a,
      #content blockquote cite a {
        color: #ccc; }
  .page_content .cola,
  #content .cola {
    width: 48%;
    float: left; }
  .page_content .colb,
  #content .colb {
    width: 48%;
    float: right; }
  @media (max-width: 739px) {
    .page_content .cola,
    .page_content .colb,
    #content .cola,
    #content .colb {
      width: auto;
      float: none; } }
  .page_content table,
  #content table {
    width: calc(100% - 2px);
    border: 1px solid #e6e6e6;
    border-top: 6px solid #fb0;
    font-size: 0.8rem; }
    .page_content table th,
    .page_content table td,
    #content table th,
    #content table td {
      padding: 10px 15px;
      border-top: 1px solid #e6e6e6;
      text-align: left;
      vertical-align: top; }
    .page_content table th,
    #content table th {
      font-weight: bold;
      color: #000; }
    .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: 1em; }
    .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: 25%; }
    .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.sorttable tr:nth-child(2n),
    #content table.sorttable tr:nth-child(2n) {
      background: #f5f5f5; }
    .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 table .tbl_tuitionfeesperterm,
    #content table .tbl_tuitionfeesperterm {
      font-size: 0.85em; }
  .page_content .grid-shell table.grid,
  #content .grid-shell table.grid {
    font-size: .85rem; }
  .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: #333;
        text-align: center;
        text-decoration: none;
        display: block;
        width: 1em;
        float: left;
        border: none;
        background: #000;
        box-sizing: content-box; }
      .page_content ul.letternav li a,
      #content ul.letternav li a {
        color: #fff;
        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: #fb0; }
      .page_content ul.letternav li.inactive,
      #content ul.letternav li.inactive {
        background: #eee; }
        .page_content ul.letternav li.inactive a,
        #content ul.letternav li.inactive a {
          background: none;
          color: #333;
          padding: 0; }
          .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 {
    background: #f8f8f8; }
    .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 {
      padding: 1rem;
      border: 1px solid #e6e6e6;
      border-radius: 3px; }
  .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 {
      width: 100%;
      text-align: left;
      background: none;
      text-transform: inherit;
      padding: 15px 10px 15px 30px;
      cursor: pointer;
      color: inherit;
      position: relative; }
      .page_content .toggle button:before,
      #content .toggle button:before {
        font-size: 22px;
        font-size: 1.375rem;
        font-weight: 800;
        font-style: normal;
        width: 30px;
        height: 30px;
        background-color: #f0f0f0;
        border-radius: 100%;
        content: "+";
        display: inline-block;
        margin-right: 15px;
        text-align: center;
        -webkit-transition: background-color .15s linear,color .15s linear;
        transition: background-color .15s linear,color .15s linear;
        vertical-align: middle; }
      .page_content .toggle button[aria-expanded=true]:before,
      #content .toggle button[aria-expanded=true]:before {
        background-color: #3d3d3d;
        color: #fff;
        content: "–";
        line-height: 28px; }
      .page_content .toggle button:hover:before,
      #content .toggle button:hover:before {
        color: #fb0;
        background-color: #3d3d3d; }
  .page_content .toggle-wrap,
  #content .toggle-wrap {
    border-top: 1px solid #3d3d3d;
    border-bottom: 1px solid #3d3d3d; }
    .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;
    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: #000;
      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: #fb0; }
  .page_content .onthispage,
  #content .onthispage {
    border: 1px solid #e6e6e6;
    border-radius: 3px; }
    .page_content .onthispage .otp-title,
    #content .onthispage .otp-title {
      font-weight: bold;
      padding: 10px;
      background: #fb0;
      color: #000; }
    .page_content .onthispage ul,
    #content .onthispage ul {
      font-size: 0.9rem;
      font-weight: 600;
      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: inherit;
          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 {
            text-decoration: none; }
      .page_content .onthispage ul ul,
      #content .onthispage ul ul {
        list-style-type: square !important;
        margin: 0 0 0 30px;
        padding: 0; }

#fssearchresults .searchresult {
  margin-bottom: 20px; }
  #fssearchresults .searchresult + .searchresult {
    padding-top: 20px;
    border-top: 1px solid #3d3d3d; }

#fssearchresults h2,
#fssearchresults h3 {
  margin: 0;
  padding: 0;
  text-transform: none; }
  #fssearchresults h2:before, #fssearchresults h2:after,
  #fssearchresults h3:before,
  #fssearchresults h3:after {
    display: none; }

#fssearchresults h2 {
  font-size: 1rem; }
  #fssearchresults h2 a {
    font-size: 1.3rem;
    text-decoration: none; }

#fssearchresults h3 {
  margin: 5px 0 0;
  font-size: 0.8rem;
  text-transform: uppercase; }

#fssearchresults p {
  margin: 15px 0; }
  #fssearchresults p.noindent {
    margin: 3px 0; }
  #fssearchresults p.search-url {
    margin: 5px 0 0;
    font-size: 0.9rem; }
    #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;
  border-radius: 10px;
  padding: 2px 10px;
  text-transform: uppercase;
  font-size: 0.75rem; }

#tabs {
  margin: 0 0 2rem; }
  #tabs ul {
    margin: 0;
    padding: 0;
    position: relative; }
  #tabs li {
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0 2px 0 0; }
    #tabs li:only-child {
      float: none; }
    #tabs li:before, #tabs li:after {
      display: none; }
    #tabs li a,
    #tabs li button {
      cursor: pointer;
      text-transform: none;
      text-align: left;
      display: block;
      text-decoration: none;
      padding: 15px 18px;
      background: #000;
      color: #fff;
      font-size: 1rem;
      border-top: 3px solid #fff;
      width: 100%;
      box-sizing: border-box; }
      #tabs li a:hover, #tabs li a:focus,
      #tabs li button:hover,
      #tabs li button:focus {
        background: #3d3d3d; }
    #tabs li.active > a,
    #tabs li.active > button, #tabs li.active-sub > a,
    #tabs li.active-sub > button {
      color: #000;
      background: #fff;
      border-top: 3px solid #000;
      border-left: 1px solid #999;
      border-right: 1px solid #999; }
    #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 a {
          background: #000;
          border: none;
          border-left: 3px solid transparent;
          text-align: right; }
          #tabs li.tab-overflow ul a:hover, #tabs li.tab-overflow ul a:focus {
            background: #3d3d3d; }
      #tabs li.tab-overflow.tab-solo button {
        background: #000;
        color: #fff; }
      #tabs li.tab-overflow.tab-solo ul,
      #tabs li.tab-overflow.tab-solo ul a {
        text-align: left; }
      #tabs li.tab-overflow li {
        float: none;
        border: none;
        margin: 0;
        padding: 0; }
        #tabs li.tab-overflow li.active > a {
          background: #f8f8f8;
          border-left-color: #000; }
      #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 {
  background: #fb0;
  padding: 25px 0 45px;
  color: #000;
  font-weight: 300;
  font-style: normal;
  position: relative;
  display: block; }
  #footer a {
    color: #000;
    text-decoration: none;
    display: inline; }
    #footer a:hover, #footer a:focus {
      color: #000; }
  #footer a, #footer a:active, #footer a:focus, #footer a:hover, #footer a:link, #footer a:visited {
    -webkit-transition: background-color .25s linear,border-color .25s linear,box-shadow .25s linear,color .25s linear,opacity .25s linear;
    transition: background-color .25s linear,border-color .25s linear,box-shadow .25s linear,color .25s linear,opacity .25s linear; }
  #footer .desktop-4 {
    float: left;
    margin-left: 1.66666667%;
    margin-right: 1.66666667%;
    width: 96.6666667%;
    display: inline-block; }
    @media (min-width: 740px) {
      #footer .desktop-4 {
        width: 46.6666667%; } }
    @media (min-width: 980px) {
      #footer .desktop-4 {
        width: 30%; } }
  #footer .desktop-8 {
    margin-left: 1.66666667%;
    margin-right: 1.66666667%;
    width: 96.6666667%;
    display: inline-block; }
    @media (min-width: 740px) {
      #footer .desktop-8 {
        width: 46.6666667%; } }
    @media (min-width: 980px) {
      #footer .desktop-8 {
        width: 63.333333%; } }
  #footer .footer_logo {
    background: url(../../images/icons-tu.png) no-repeat -370px -240px;
    width: 270px;
    height: 56px;
    margin-top: 10px;
    margin-left: -60px;
    display: block;
    overflow: hidden;
    text-indent: -100%; }
  #footer .short_container {
    padding-top: 32px; }
    @media (min-width: 740px) {
      #footer .short_container .short_info {
        float: right; } }
    #footer .short_container .pad {
      margin-left: 10px;
      margin-right: 10px; }
      @media (max-width: 739px) {
        #footer .short_container .pad {
          color: transparent;
          display: block; } }

a#totop {
  display: block;
  text-decoration: none;
  background: #000;
  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; }

#print-btn {
  /*
	display: block;
	text-align: left;
	background: $color-gray-light;
	border: 1px solid $color-gray-dark;
	width: 100%;
	cursor: pointer;
	padding: 10px 15px;
	border-radius: 3px;
	*/
  padding: 20px 40px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  background-color: #fb0;
  color: #000;
  display: block;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color .25s linear,border-color .25s linear,box-shadow .25s linear,color .25s linear,opacity .25s linear;
  width: 100%; }
  #print-btn:hover, #print-btn:focus {
    background: #000;
    color: #fb0; }
  #print-btn i {
    margin-right: 7px; }

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

#print-dialog {
  padding: 0;
  width: 350px;
  text-align: left;
  background: #fff;
  border: 1px solid #3d3d3d;
  border-bottom-width: 5px;
  border-radius: 3px;
  line-height: 1.5;
  font-family: inherit !important; }
  @media (max-width: 499px) {
    #print-dialog {
      width: 90%; } }
  .no-js #print-dialog {
    display: block;
    position: relative; }
  #print-dialog .print-header {
    padding: 10px 20px;
    background: #000;
    position: relative; }
    #print-dialog .print-header button {
      position: absolute;
      right: 10px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: none;
      line-height: 1;
      background: #fb0;
      border-radius: 50%;
      text-align: center;
      width: 30px;
      height: 30px;
      cursor: pointer; }
      #print-dialog .print-header button:after {
        content: '';
        width: 30px;
        height: 30px;
        display: block;
        background-color: #fb0;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCAzNDguMzMzIDM0OC4zMzQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM0OC4zMzMgMzQ4LjMzNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGQ9Ik0zMzYuNTU5LDY4LjYxMUwyMzEuMDE2LDE3NC4xNjVsMTA1LjU0MywxMDUuNTQ5YzE1LjY5OSwxNS43MDUsMTUuNjk5LDQxLjE0NSwwLDU2Ljg1ICAgYy03Ljg0NCw3Ljg0NC0xOC4xMjgsMTEuNzY5LTI4LjQwNywxMS43NjljLTEwLjI5NiwwLTIwLjU4MS0zLjkxOS0yOC40MTktMTEuNzY5TDE3NC4xNjcsMjMxLjAwM0w2OC42MDksMzM2LjU2MyAgIGMtNy44NDMsNy44NDQtMTguMTI4LDExLjc2OS0yOC40MTYsMTEuNzY5Yy0xMC4yODUsMC0yMC41NjMtMy45MTktMjguNDEzLTExLjc2OWMtMTUuNjk5LTE1LjY5OC0xNS42OTktNDEuMTM5LDAtNTYuODUgICBsMTA1LjU0LTEwNS41NDlMMTEuNzc0LDY4LjYxMWMtMTUuNjk5LTE1LjY5OS0xNS42OTktNDEuMTQ1LDAtNTYuODQ0YzE1LjY5Ni0xNS42ODcsNDEuMTI3LTE1LjY4Nyw1Ni44MjksMGwxMDUuNTYzLDEwNS41NTQgICBMMjc5LjcyMSwxMS43NjdjMTUuNzA1LTE1LjY4Nyw0MS4xMzktMTUuNjg3LDU2LjgzMiwwQzM1Mi4yNTgsMjcuNDY2LDM1Mi4yNTgsNTIuOTEyLDMzNi41NTksNjguNjExeiIgZmlsbD0iI0ZGRkZGRiIvPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=);
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: center center;
        border-radius: 50%;
        line-height: normal;
        font-family: FontAwesome;
        font-weight: 300;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility; }
    #print-dialog .print-header h2 {
      font-size: 1.3em;
      font-weight: bold;
      color: #fff; }
  #print-dialog .print-body {
    padding: 20px;
    border-top: 1px solid #3d3d3d;
    border-bottom: 1px solid #3d3d3d;
    font-size: 15px;
    max-height: 20rem;
    overflow-y: auto; }
    #print-dialog .print-body li + li {
      margin-top: 20px; }
    #print-dialog .print-body a {
      font-weight: 700;
      color: #000; }
    #print-dialog .print-body p.option-desc {
      font-size: 14px; }

.lfjsbubble .courseblock,
.page_content .courseblock,
#content .courseblock {
  margin-bottom: 2.2rem; }
  .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: 18px;
    margin-bottom: .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: #000; }

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

.lfsharedcontent {
  overflow-x: auto !important; }

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