body {
  color: #434A4F;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1;
  background: #fff; }

h1, h2, h3 {
  font-weight: 500;
  padding: 0;
  margin: 20px 0; }

h1 {
  font-size: 42px;
  line-height: 55px;
  color: #E21833;
  font-family: "Crimson Text", serif; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    h1 {
      font-size: 68px;
      line-height: 68px; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    h1 {
      font-size: 55px;
      line-height: 55px; } }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    h1 {
      font-size: 42px;
      line-height: 42px; } }
  @media only screen and (max-width: 480px) {
    h1 {
      font-size: 34px;
      line-height: 34px; } }

h2 {
  font-size: 34px;
  line-height: 42px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    h2 {
      font-size: 42px;
      line-height: 42px; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    h2 {
      font-size: 34px;
      line-height: 34px; } }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    h2 {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (max-width: 480px) {
    h2 {
      font-size: 26px;
      line-height: 26px; } }

h3 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    h3 {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    h3 {
      font-size: 21px;
      line-height: 21px; } }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    h3 {
      font-size: 21px;
      line-height: 21px; } }
  @media only screen and (max-width: 480px) {
    h3 {
      font-size: 21px;
      line-height: 21px; } }

h4 {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 26px;
  color: #E21833;
  font-weight: 700;
  margin: 0 0 20px 0; }

h5 {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  margin: 10px 0 10px 0;
  font-weight: 500;
  color: #E21833; }

h6 {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin: 10px 0 10px 0;
  font-weight: 500; }

.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;
  box-sizing: border-box; }
  .wrap:before, .wrap:after {
    content: " ";
    display: table; }
  .wrap:after {
    clear: both; }
  @media (min-width: 576px) {
    .wrap {
      width: 540px; } }
  @media (min-width: 768px) {
    .wrap {
      width: 748px; } }
  @media (min-width: 992px) {
    .wrap {
      width: 970px; } }
  @media (min-width: 1200px) {
    .wrap {
      width: 1170px; } }

@media (min-width: 992px) {
  #right-col {
    width: 75%;
    float: right;
    padding-right: 15px;
    padding-left: 15px; } }

#left-col {
  margin-top: 20px; }
  @media (min-width: 992px) {
    #left-col {
      width: 25%;
      float: left;
      margin-top: 0;
      padding-right: 47px;
      padding-left: 15px; } }

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

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  box-sizing: border-box; }
  #header:before, #header:after {
    content: " ";
    display: table; }
  #header:after {
    clear: both; }
  #header a {
    color: #fff;
    text-decoration: none; }
    #header a svg {
      fill: #fff; }

.tip-top-toggle {
  position: absolute;
  right: 0;
  top: 0;
  padding: 16px 20px;
  background: transparent;
  display: block; }
  .tip-top-toggle svg {
    fill: #fff;
    height: 15px; }
  @media (min-width: 1100px) {
    .tip-top-toggle {
      display: none; } }

#header .tip-top {
  z-index: 99;
  position: relative; }
  @media (min-width: 1100px) {
    #header .tip-top {
      background-color: #E21833; } }
  #header .tip-top svg, #header .tip-top img {
    height: 15px; }

#header .tip-top .wrap {
  padding: 0; }
  #header .tip-top .wrap:before, #header .tip-top .wrap:after {
    content: " ";
    display: table; }
  #header .tip-top .wrap:after {
    clear: both; }
  @media (max-width: 1199px) {
    #header .tip-top .wrap {
      width: 100%;
      max-width: 100%; } }

#header .tip-top .umdheader-main__logo {
  background-color: #E21833; }
  @media (min-width: 1100px) {
    #header .tip-top .umdheader-main__logo {
      display: inline-block;
      float: left; } }
  #header .tip-top .umdheader-main__logo a {
    line-height: 1.3;
    font-family: Crimson,serif;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 14px 0 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block; }
    @media (max-width: 1099px) {
      #header .tip-top .umdheader-main__logo a {
        padding: 18px 0 18px 10px; } }

#header .tip-top nav.umdheader-nav {
  position: relative; }
  @media (max-width: 1099px) {
    #header .tip-top nav.umdheader-nav {
      display: none;
      background: #fff; }
      #header .tip-top nav.umdheader-nav .search {
        padding: 2rem 1rem 1rem; }
        #header .tip-top nav.umdheader-nav .search .submit {
          top: 0;
          right: 0; }
      #header .tip-top nav.umdheader-nav ul {
        display: block;
        border-bottom: 1px solid #ccc; }
        #header .tip-top nav.umdheader-nav ul li {
          display: block;
          border-top: 1px solid #ccc; }
          #header .tip-top nav.umdheader-nav ul li.desktop {
            display: none; }
          #header .tip-top nav.umdheader-nav ul li a {
            color: #E21833;
            font-family: Source Sans,Source Sans Pro,sans-serif;
            font-size: 13px;
            line-height: 1.3;
            border: 0;
            margin: 0;
            font-weight: 700;
            display: block;
            padding: 12px 14px 8px;
            text-decoration: none;
            text-transform: uppercase; }
            #header .tip-top nav.umdheader-nav ul li a svg {
              fill: #E21833;
              max-width: 15px;
              vertical-align: middle;
              padding-right: 10px;
              box-sizing: content-box;
              margin-top: -2px;
              pointer-events: none; } }
  @media (min-width: 1100px) {
    #header .tip-top nav.umdheader-nav {
      float: right;
      display: block;
      background-color: #E21833; }
      #header .tip-top nav.umdheader-nav .search {
        display: none;
        position: absolute;
        top: 100%;
        right: 6px;
        padding: 2rem;
        background: #fff;
        width: 462px;
        z-index: 9; }
        #header .tip-top nav.umdheader-nav .search .submit {
          top: 0;
          right: 0; }
      #header .tip-top nav.umdheader-nav ul {
        background: #E21833;
        padding-right: 5px; }
        #header .tip-top nav.umdheader-nav ul li {
          list-style-type: none;
          display: block;
          position: relative; } }
      @media (min-width: 1100px) and (min-width: 1100px) {
        #header .tip-top nav.umdheader-nav ul li {
          display: inline-block;
          vertical-align: middle; } }
  @media (min-width: 1100px) {
          #header .tip-top nav.umdheader-nav ul li.desktop button {
            background: transparent;
            padding: 12.5px 16px; }
            #header .tip-top nav.umdheader-nav ul li.desktop button svg {
              fill: #fff;
              max-width: 15px;
              vertical-align: middle;
              box-sizing: content-box;
              margin-top: -2px;
              pointer-events: none;
              height: 15px;
              width: 15px; }
            #header .tip-top nav.umdheader-nav ul li.desktop button[aria-expanded=true] {
              background: #951022; }
            #header .tip-top nav.umdheader-nav ul li.desktop button:hover, #header .tip-top nav.umdheader-nav ul li.desktop button:focus {
              background: #951022; }
          #header .tip-top nav.umdheader-nav ul li a, #header .tip-top nav.umdheader-nav ul li button {
            color: #fff;
            background: transparent;
            display: inline-block;
            vertical-align: middle;
            padding: 16px 15px 15px 14px;
            font-size: 11.9167px;
            text-transform: uppercase;
            font-weight: 700; }
            #header .tip-top nav.umdheader-nav ul li a svg, #header .tip-top nav.umdheader-nav ul li button svg {
              display: inline-block;
              vertical-align: middle;
              height: auto;
              margin-right: 8px;
              margin-top: -3px;
              fill: #fff;
              height: 15px;
              width: 15px; }
            #header .tip-top nav.umdheader-nav ul li a:hover, #header .tip-top nav.umdheader-nav ul li a:focus, #header .tip-top nav.umdheader-nav ul li a[aria-expanded=true], #header .tip-top nav.umdheader-nav ul li button:hover, #header .tip-top nav.umdheader-nav ul li button:focus, #header .tip-top nav.umdheader-nav ul li button[aria-expanded=true] {
              background: #951022; }
          #header .tip-top nav.umdheader-nav ul li form {
            display: none; }
          #header .tip-top nav.umdheader-nav ul li ul {
            display: none;
            position: absolute;
            top: 100%;
            right: 0;
            width: 250px;
            height: auto;
            padding: 15px 28px;
            background: #fff;
            border: 1px solid #ccc;
            border-top: none;
            z-index: 1000;
            box-sizing: border-box;
            margin-bottom: 10px; }
            #header .tip-top nav.umdheader-nav ul li ul li {
              display: block; }
              #header .tip-top nav.umdheader-nav ul li ul li a, #header .tip-top nav.umdheader-nav ul li ul li .faux-link {
                padding: 3px 0;
                margin: 0;
                color: #e21833;
                font-weight: 700;
                font-size: 13px;
                line-height: 1.3;
                border: 0;
                margin: 0;
                text-transform: none; }
                #header .tip-top nav.umdheader-nav ul li ul li a:hover, #header .tip-top nav.umdheader-nav ul li ul li a:focus, #header .tip-top nav.umdheader-nav ul li ul li .faux-link:hover, #header .tip-top nav.umdheader-nav ul li ul li .faux-link:focus {
                  background: none;
                  color: #e21833; }
            #header .tip-top nav.umdheader-nav ul li ul ul {
              display: block;
              position: static;
              width: 100%;
              height: auto;
              padding: 0;
              border: none;
              z-index: 1000; }
              #header .tip-top nav.umdheader-nav ul li ul ul li a {
                color: #434a4f;
                font-weight: 400; }
                #header .tip-top nav.umdheader-nav ul li ul ul li a:hover, #header .tip-top nav.umdheader-nav ul li ul ul li a:focus {
                  background: none;
                  color: #951022; } }

.tier-two-container {
  z-index: 9;
  position: absolute;
  top: 53px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.25); }
  @media (min-width: 1100px) {
    .tier-two-container {
      top: 43px; } }
  @media (max-width: 767px) {
    .tier-two-container > .wrap {
      width: 100%;
      max-width: 100%;
      padding: 0 15px; } }
  .tier-two-container .left-half, .tier-two-container #navigation {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  .tier-two-container .left-half {
    padding: 15px 0 20px; }
    @media (min-width: 768px) {
      .tier-two-container .left-half {
        float: left;
        padding: 10px 0  15px 15px; } }
    @media (min-width: 1100px) {
      .tier-two-container .left-half {
        padding: 20px 0  5px 15px; } }
    @media (min-width: 1200px) {
      .tier-two-container .left-half {
        padding: 10px 0  20px 15px; } }
    .tier-two-container .left-half .edition {
      margin: 0 0 5px;
      color: #fff;
      font-size: 34px;
      line-height: 1;
      font-family: "Crimson Text", serif;
      letter-spacing: 1px; }
      @media (max-width: 767px) {
        .tier-two-container .left-half .edition {
          font-size: 26px;
          margin: 0 0 10px; } }
    .tier-two-container .left-half .grorug {
      color: #ffd200;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
      font-size: 16px;
      line-height: 1;
      font-weight: bold;
      margin: 0; }
  .tier-two-container #navigation {
    padding-bottom: 1rem;
    border-top: 1px solid #000; }
    @media (min-width: 768px) {
      .tier-two-container #navigation {
        float: right;
        padding-bottom: 0;
        border: none; } }
    .tier-two-container #navigation ul {
      z-index: 99;
      border-top: 1px solid #333; }
      @media (min-width: 768px) {
        .tier-two-container #navigation ul {
          float: right;
          border: none; } }
      .tier-two-container #navigation ul li {
        position: relative; }
        @media (min-width: 768px) {
          .tier-two-container #navigation ul li {
            float: left; } }
        .tier-two-container #navigation ul li a {
          color: #fff;
          text-decoration: none;
          display: block;
          font-weight: 400;
          text-transform: uppercase;
          letter-spacing: 1px;
          font-size: 13px;
          padding: 12px 0; }
          @media (min-width: 768px) {
            .tier-two-container #navigation ul li a {
              line-height: 80px;
              padding: 0 15px 5px 15px; } }
          @media (min-width: 1100px) {
            .tier-two-container #navigation ul li a {
              padding: 10px 15px 5px 15px; } }
          @media (min-width: 1200px) {
            .tier-two-container #navigation ul li a {
              padding: 2px 15px; } }
      .tier-two-container #navigation ul > li.isparent > a:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 6px;
        vertical-align: middle;
        border-top: 4px solid #fff;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent; }
      .tier-two-container #navigation ul ul {
        display: none;
        border: none;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
        @media (min-width: 768px) {
          .tier-two-container #navigation ul ul {
            min-width: 160px;
            position: absolute;
            top: 100%;
            right: 50%;
            transform: translateX(50%);
            border-top: 2px solid #E21833;
            background: #f1f1f1; } }
        .tier-two-container #navigation ul ul li {
          float: none; }
          .tier-two-container #navigation ul ul li a {
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 13px;
            line-height: 34px;
            padding: 5px 15px 5px; }
            @media (min-width: 768px) {
              .tier-two-container #navigation ul ul li a {
                background: #fff;
                color: #434A4F; }
                .tier-two-container #navigation ul ul li a:hover, .tier-two-container #navigation ul ul li a:focus {
                  background: #f5f5f5; } }

#header #navigation {
  display: none; }
  @media (min-width: 768px) {
    #header #navigation {
      display: block; } }
  #header #navigation .wrap {
    padding: 0 0 0 15px; }
    #header #navigation .wrap:before, #header #navigation .wrap:after {
      content: " ";
      display: table; }
    #header #navigation .wrap:after {
      clear: both; }
    @media (max-width: 767px) {
      #header #navigation .wrap {
        padding: 0; } }

.hero {
  display: block;
  height: 400px;
  width: 100%;
  background-image: url(../images/McKeldin-1200x800.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: right;
  margin-top: 44px; }
  @media (min-width: 992px) {
    .hero {
      margin-bottom: 30px; } }

@media (max-width: 767px) {
  #content-wrapper.wrap {
    width: calc(100% - 30px); } }

#hamburger {
  z-index: 25;
  background: none;
  display: inline-block;
  padding: 3px 6px;
  cursor: pointer;
  margin: 0;
  background-color: transparent;
  background-image: none;
  position: absolute;
  right: 15px;
  top: 66px; }
  #hamburger span {
    width: 35px;
    height: 4px;
    background-color: #ffffff;
    display: block;
    margin: 7px auto;
    transition: all .25s ease;
    transform-origin: 0; }
    #hamburger span:nth-of-type(2) {
      position: relative;
      transition: all .25s ease; }
    #hamburger span:nth-of-type(4) {
      position: relative;
      transition: all .25s ease; }
  #hamburger[aria-expanded=true] span:nth-of-type(2) {
    -webkit-transform: translateY(-1px) rotate(45deg);
    -ms-transform: translateY(-1px) rotate(45deg);
    -o-transform: translateY(-1px) rotate(45deg);
    transform: translateY(-1px) rotate(45deg);
    left: 6px; }
  #hamburger[aria-expanded=true] span:nth-of-type(3) {
    opacity: 0; }
  #hamburger[aria-expanded=true] span:nth-of-type(4) {
    -webkit-transform: translateY(1px) rotate(-45deg);
    -ms-transform: translateY(1px) rotate(-45deg);
    -o-transform: translateY(1px) rotate(-45deg);
    transform: translateY(1px) rotate(-45deg);
    left: 6px; }
  @media (min-width: 768px) {
    #hamburger {
      display: none; } }

.search {
  width: 100%;
  margin: 0 0 16px;
  box-sizing: border-box; }
  .search form {
    position: relative; }
  .search input[type=text] {
    padding: 0 45px 0 10px;
    font-family: inherit;
    height: 35px;
    width: 100%;
    box-sizing: border-box;
    line-height: normal;
    background: #fff;
    color: inherit;
    font-size: 13px;
    border: 1px solid #ccc; }
  .search button.submit {
    width: 40px;
    height: 35px;
    background: none;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    background: #951022;
    font-weight: 700;
    width: 80px;
    box-shadow: none;
    text-shadow: none;
    border: 0;
    margin: 0;
    padding: 0 18px;
    font-family: Source Sans,Source Sans Pro,sans-serif;
    font-size: 13px;
    line-height: 1.3; }

#sidebar {
  display: none; }
  @media (min-width: 992px) {
    #sidebar {
      display: block; } }
  #sidebar .search {
    margin-top: 5px; }
    #sidebar .search button.submit {
      background: #E21833;
      width: 40px;
      padding: 0 15px; }
      #sidebar .search button.submit:hover, #sidebar .search button.submit:focus {
        background: #951022; }

#cl-menu h2 {
  margin: 0; }
  #cl-menu h2 a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 11px 25px 10px 15px;
    font-size: 13px;
    color: #E21833;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    line-height: 1.4; }
    #cl-menu h2 a:hover, #cl-menu h2 a:focus {
      background: #f1f1f1; }
    #cl-menu h2 a:hover, #cl-menu h2 a:focus {
      color: #951022;
      background: transparent;
      text-decoration: none; }

#cl-menu ul.nav li {
  border-bottom: 1px solid #ddd; }
  #cl-menu ul.nav li a {
    display: block;
    color: #434a4f;
    text-decoration: none; }
    #cl-menu ul.nav li a:hover, #cl-menu ul.nav li a:focus {
      color: #E21833;
      text-decoration: underline; }
  #cl-menu ul.nav li ul.nav li:last-child {
    border: none; }

#cl-menu ul.nav li.active > a, #cl-menu ul.nav li.self > a {
  font-weight: bold; }

#cl-menu .isparent:not(.active):not(.self) > ul.nav {
  display: none; }

#cl-menu .toggle-wrap {
  position: relative; }
  #cl-menu .toggle-wrap a {
    padding-right: 35px; }
  #cl-menu .toggle-wrap button {
    display: inline-block;
    font-size: 0em;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    cursor: pointer; }
    #cl-menu .toggle-wrap button:hover, #cl-menu .toggle-wrap button:focus {
      background: #E21833;
      color: #fff; }
    #cl-menu .toggle-wrap button span {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      right: 0; }
      #cl-menu .toggle-wrap button span:after {
        content: '\f0d7';
        font-family: FontAwesome;
        display: block;
        color: inherit;
        font-size: .8rem;
        transform: rotate(0deg); }
    #cl-menu .toggle-wrap button:hover span:after, #cl-menu .toggle-wrap button:focus span:after {
      background: transparent;
      color: #fff; }

#cl-menu ul.nav {
  background: #F5F5F5; }
  #cl-menu ul.nav a {
    padding: 11px 25px 10px 15px;
    font-size: 13px;
    line-height: 1.4;
    color: #434a4f; }
    #cl-menu ul.nav a:hover, #cl-menu ul.nav a:focus {
      background: #eeeeee; }
  #cl-menu ul.nav ul.nav {
    background: #eeeeee; }
    #cl-menu ul.nav ul.nav a {
      padding-left: 25px; }
      #cl-menu ul.nav ul.nav a:hover, #cl-menu ul.nav ul.nav a:focus {
        background: #e0e0e0; }
    #cl-menu ul.nav ul.nav ul.nav {
      background: #e0e0e0; }
      #cl-menu ul.nav ul.nav ul.nav a {
        padding-left: 35px; }
        #cl-menu ul.nav ul.nav ul.nav a:hover, #cl-menu ul.nav ul.nav ul.nav a:focus {
          background: #bdbdbd; }
      #cl-menu ul.nav ul.nav ul.nav ul.nav {
        background: #bdbdbd; }
        #cl-menu ul.nav ul.nav ul.nav ul.nav a {
          padding-left: 45px; }
          #cl-menu ul.nav ul.nav ul.nav ul.nav a:hover, #cl-menu ul.nav ul.nav ul.nav ul.nav a:focus {
            background: #9e9e9e; }
        #cl-menu ul.nav ul.nav ul.nav ul.nav ul.nav {
          background: #9e9e9e; }
          #cl-menu ul.nav ul.nav ul.nav ul.nav ul.nav a {
            padding-left: 55px; }
            #cl-menu ul.nav ul.nav ul.nav ul.nav ul.nav a:hover, #cl-menu ul.nav ul.nav ul.nav ul.nav ul.nav a:focus {
              background: #757575; }

#cl-menu ul.nav li.active > div > a, #cl-menu ul.nav li.active.isparent > div > a {
  font-weight: bold; }

#cl-menu ul.nav .toggle-wrap > a {
  padding-right: 35px; }

#cl-menu ul.nav li.isparent div.toggle-wrap button.open span:after {
  transform: rotate(-90deg); }

#sidebar-nav-mobile {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  background: #E21833;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  font-size: 1em;
  margin-bottom: 1rem;
  position: relative; }
  #sidebar-nav-mobile svg {
    fill: #fff;
    float: right; }
  @media (min-width: 992px) {
    #sidebar-nav-mobile {
      display: none; } }

.onthispage {
  margin: 20px 0;
  border: 1px solid #ddd; }
  .onthispage .otp-title {
    font-weight: 400;
    background: #E21833;
    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; }

#content #breadcrumb {
  min-height: 30px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 6px; }
  #content #breadcrumb ul {
    padding: 0 0 .5rem;
    margin: 0; }
    #content #breadcrumb ul:before, #content #breadcrumb ul:after {
      content: " ";
      display: table; }
    #content #breadcrumb ul:after {
      clear: both; }
    #content #breadcrumb ul li {
      float: left;
      list-style-type: none;
      padding: 0;
      font-size: 13px;
      color: #434A4F;
      font-weight: bold;
      text-transform: uppercase;
      margin: 0; }
      #content #breadcrumb ul li::before {
        content: "> ";
        display: inline-block;
        color: #ccc;
        padding: 0 10px;
        font-family: fontAwesome;
        position: relative;
        top: -1px; }
      #content #breadcrumb ul li a {
        text-decoration: none;
        color: #636363;
        font-weight: normal; }
        #content #breadcrumb ul li a:hover, #content #breadcrumb ul li a:focus {
          text-decoration: underline; }
      #content #breadcrumb ul li:first-child::before {
        display: none; }
      #content #breadcrumb ul li:nth-of-type(2) {
        display: none; }

#footer {
  margin-top: 40px;
  padding: 25px 0 5px;
  background: #f1f1f1;
  font-size: 13px;
  color: #636363; }
  @media (max-width: 767px) {
    #footer .wrap {
      max-width: 100%;
      width: 100%; } }
  #footer ul li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle; }
    #footer ul li a {
      display: inline-block;
      color: #636363; }
  @media (min-width: 992px) {
    #footer .row {
      padding-left: 32px; } }
  #footer .set {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 2rem; }
    @media (min-width: 992px) {
      #footer .set {
        width: auto;
        text-align: left;
        display: inline-block;
        vertical-align: top;
        padding-left: 63px;
        margin-right: -3px;
        margin-bottom: 4rem; } }
    #footer .set:first-child {
      padding: 0; }
    #footer .set a {
      display: inline-block;
      max-width: 350px; }
      @media (min-width: 768px) {
        #footer .set a {
          max-width: 255px; } }
  #footer .set.set2 {
    font-size: 14.4px;
    padding-top: 6px; }
    #footer .set.set2 p {
      font-weight: bold;
      margin-bottom: .75rem; }
  #footer .set.set3 {
    padding-left: 0; }
    @media (min-width: 992px) {
      #footer .set.set3 {
        width: calc(100% - 750px);
        float: right; } }
    #footer .set.set3 ul {
      width: 100%;
      box-sizing: border-box; }
      #footer .set.set3 ul li {
        width: 23%;
        box-sizing: border-box;
        text-align: center; }
        #footer .set.set3 ul li a {
          color: #636363;
          font-size: 26px;
          line-height: 34px;
          width: 100%;
          display: block;
          text-align: center;
          padding: 4px; }
  #footer .upper-footer {
    text-align: center;
    border-bottom: 3px solid #d3d3d3;
    padding-bottom: 26px;
    margin-bottom: 14px;
    margin-top: 16px; }
    @media (min-width: 768px) {
      #footer .upper-footer {
        padding-bottom: 36px;
        margin-bottom: 24px;
        margin-top: 26px; } }
    #footer .upper-footer ul li {
      position: relative; }
      @media (max-width: 991px) {
        #footer .upper-footer ul li {
          display: block; }
          #footer .upper-footer ul li span {
            display: none; } }
      #footer .upper-footer ul li a {
        display: inline-block;
        color: #636363;
        text-decoration: none;
        list-style-type: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 0 30px;
        font-size: 13px; }
        @media (max-width: 991px) {
          #footer .upper-footer ul li a {
            padding: 1rem; } }
      #footer .upper-footer ul li span {
        color: #E21833; }
      #footer .upper-footer ul li ul {
        display: none;
        border: none;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        background: #fff; }
        @media (min-width: 768px) {
          #footer .upper-footer ul li ul {
            min-width: 160px;
            position: absolute;
            top: 100%;
            right: 50%;
            transform: translateX(50%);
            border-top: 2px solid #E21833; } }
        #footer .upper-footer ul li ul li {
          float: none;
          width: 100%; }
          @media (min-width: 768px) {
            #footer .upper-footer ul li ul li {
              text-align: center; } }
          #footer .upper-footer ul li ul li a {
            width: 100%;
            box-sizing: border-box;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 13px;
            line-height: 34px;
            padding: 5px 15px 5px; }
            @media (min-width: 768px) {
              #footer .upper-footer ul li ul li a {
                background: #fff;
                color: #434A4F; }
                #footer .upper-footer ul li ul li a:hover, #footer .upper-footer ul li ul li a:focus {
                  background: #f5f5f5; } }
    #footer .upper-footer ul > li.isparent > a:after {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: 6px;
      vertical-align: middle;
      border-top: 4px solid #444;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent; }
    #footer .upper-footer ul:first-child {
      padding-left: 0; }
  #footer .lower-footer {
    background: #fff;
    text-align: center; }
    #footer .lower-footer ul li span {
      padding: 12px 22px;
      display: inline-block; }
    #footer .lower-footer ul li a {
      display: inline-block;
      color: #636363;
      text-decoration: none;
      list-style-type: none;
      text-transform: uppercase;
      letter-spacing: 1px; }

#content {
  font-size: 100%;
  font-weight: 400;
  line-height: 1.625; }
  #content .page_content > a.lfeditable + h2,
  #content .page_content > h2:first-child {
    padding-top: 0;
    margin-top: 0; }
  #content a {
    text-decoration: none;
    color: #E21833; }
    #content a:hover, #content a:focus {
      text-decoration: none;
      color: #900900; }
  #content p,
  #content dl,
  #content ul,
  #content ol,
  #content table,
  #content blockquote {
    margin-bottom: 1.5em; }
  #content p.introtext {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #434A4F; }
  #content p.noindent {
    margin: 0;
    padding: 0; }
  #content p.hangindent {
    padding-left: 25px;
    text-indent: -25px; }
  #content ul {
    margin-left: 25px; }
    #content ul:not([type]) {
      list-style: disc; }
    #content ul li {
      margin: 0 0 0.5em; }
      #content ul li ul {
        font-size: 1em;
        margin-bottom: 0;
        margin-top: 0.5em; }
        #content ul li ul:not([type]) {
          list-style: 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 ul[type="circle"] {
      list-style: circle; }
    #content ul[type="disc"] {
      list-style: disc; }
    #content ul[type="square"] {
      list-style: square; }
  #content ol {
    margin-left: 30px; }
    #content ol:not([type]) {
      list-style: decimal; }
    #content ol li {
      margin-top: 0.5em; }
    #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 li br {
    content: '';
    display: block;
    margin: 0 0 0.75em; }
  #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 #ccc;
    padding: 0 0 0 .5em;
    font-style: italic; }
    #content blockquote p {
      line-height: 1.5; }
    #content blockquote cite {
      display: block;
      font-size: 0.75em; }
      #content blockquote cite:before {
        content: "\2014 \0020"; }
      #content blockquote cite a {
        color: #ccc; }
  #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: .9rem;
    width: 100%; }
    #content table th,
    #content table td {
      padding: 0.5rem;
      border-top: 1px solid #F1F1F1;
      text-align: left;
      vertical-align: top; }
    #content table th {
      font-weight: bold; }
    #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,
    #content table tr td.areasubheader {
      font-style: italic; }
    #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 tbody tr.odd td {
      background: #fafafa; }
    #content table.sc_courselist tbody tr.areaheader td {
      background: #e0e0e0; }
    #content table.sc_plangrid tbody tr th {
      background: #F1F1F1; }
    #content table.sc_plangrid tbody tr.plangridyear th {
      border-bottom: 1px solid #ccc; }
    #content table.sorttable tr.odd,
    #content table.sorttable tr.even {
      background: #fafafa; }
    #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 table thead th {
      background: #e9e9e9; }
  #content #tabs {
    margin: 0 0 -1px 0;
    width: 100%; }
    #content #tabs ul {
      margin: 0;
      border-bottom: 1px solid #f1f1f1; }
      #content #tabs ul li {
        list-style-type: none;
        float: left;
        border: 1px solid #f1f1f1;
        border-collapse: collapse;
        text-align: center;
        margin-bottom: -1px; }
        #content #tabs ul li a {
          color: #434A4F;
          padding: 7px 18px;
          background: #fff;
          display: block;
          text-decoration: none; }
        #content #tabs ul li.active a {
          background: #f1f1f1;
          color: #E21833;
          display: block;
          text-align: center;
          box-sizing: border-box; }
        #content #tabs ul li:not(.active) a:hover,
        #content #tabs ul li:not(.active) a:focus {
          background: #f1f1f1; }
    @media (min-width: 1200px) {
      #content #tabs {
        display: table; }
        #content #tabs ul {
          display: table-row;
          margin: 0; }
          #content #tabs ul li {
            display: table-cell;
            float: none; } }
  #content .tab_content {
    border: 1px solid #f1f1f1;
    padding: 30px; }
  #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 0; }
      #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: #E21833; }
      #content ul.letternav li.inactive {
        background: #eee; }
      #content ul.letternav li a {
        color: #fff;
        text-decoration: none;
        border: none; }
        #content ul.letternav li a:hover, #content ul.letternav li a:active, #content ul.letternav li a:focus {
          background: #951022; }
  #content img.imgleft {
    padding: 0 10px 10px 0;
    float: left; }
  #content img.imgright {
    padding: 0 0 10px 10px;
    float: right; }
  #content img.imgcenter {
    padding: 10px;
    margin: 0 auto;
    display: block; }
  #content .archive-message,
  #content .shared-message {
    background: #fafafa; }
    #content .archive-message p,
    #content .shared-message p {
      padding: 1rem;
      border: 1px solid #ccc;
      border-radius: 3px; }
  #content .toggle-wrap {
    padding: 10px 0;
    border-color: #ccc;
    border-width: 1px 0 1px 0;
    border-style: solid; }
    #content .toggle-wrap + .toggle-wrap {
      border-top: 0; }
  #content .toggle-content {
    padding: 10px 0 0 10px; }
    #content .toggle-content .toggle-wrap {
      border: none; }
  #content .toggle {
    margin: 0;
    padding: 0;
    font-size: 26px; }
    #content .toggle button {
      width: 100%;
      background: none;
      color: inherit;
      cursor: pointer;
      text-align: left;
      box-sizing: border-box; }
      #content .toggle button:before {
        content: "\f067";
        font-family: FontAwesome;
        margin-right: 12px;
        font-size: .6em;
        position: relative;
        top: -2px;
        width: 15px;
        display: inline-block; }
      #content .toggle button:hover, #content .toggle button:focus {
        color: #E21833; }
    #content .toggle.expanded button:before {
      content: "\f068"; }
    #content .toggle + [aria-hidden] {
      display: none; }
    #content .toggle + [aria-hidden="false"] {
      display: block; }
  #content .fslaunch {
    margin: 1rem 0; }
  #content a.fslaunch-btn {
    padding: 16px 24px;
    color: #E21833;
    background: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #E21833;
    font-size: 14px;
    letter-spacing: 1.3px;
    margin: 1rem 0;
    display: inline-block; }
    #content a.fslaunch-btn:hover, #content a.fslaunch-btn:focus {
      color: #fff;
      background: #E21833; }
  #content a.fslaunch-btn:before {
    margin: 0 10px 0 0;
    font-family: FontAwesome;
    content: '\f002'; }
  #content .searchresult {
    margin-bottom: 35px; }
    #content .searchresult h2 {
      margin: 0 0 5px;
      padding: 0;
      text-transform: none;
      font-weight: bold;
      font-size: 1.1rem;
      line-height: 1; }
      #content .searchresult h2 a {
        text-decoration: none;
        font-size: 1.3rem; }
    #content .searchresult p {
      margin: 4px 0;
      padding: 0; }
      #content .searchresult p.search-url {
        font-size: 0.9rem; }
        #content .searchresult p.search-url a {
          color: #444;
          font-style: italic; }
          #content .searchresult p.search-url a:hover, #content .searchresult p.search-url a:focus {
            color: #000; }
    #content .searchresult .courseblock {
      margin: 0;
      padding: 0; }

a#totop {
  display: block;
  opacity: 0;
  color: #fff;
  position: fixed;
  bottom: 48px;
  right: 15px;
  background: #E21833;
  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.5em;
    text-indent: 0;
    text-align: center;
    color: white;
    display: block;
    position: absolute;
    bottom: 8px;
    right: 11.5px; }
  a#totop.show {
    opacity: 1; }

a#print-btn {
  padding: 16px 24px;
  color: #E21833;
  background: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #E21833;
  font-size: 14px;
  letter-spacing: 1.3px;
  margin: 1rem 0;
  display: inline-block;
  text-align: center;
  width: 100%;
  box-sizing: border-box; }
  a#print-btn:hover, a#print-btn:focus {
    color: #fff;
    background: #E21833; }
  a#print-btn:before {
    margin-right: 10px;
    content: "\f02f";
    font-family: FontAwesome;
    display: inline-block; }
  a#print-btn:hover, a#print-btn:focus {
    text-decoration: underline; }

#print-dialog {
  padding: 0;
  width: 350px;
  text-align: left;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  line-height: 1.5;
  font-family: inherit !important; }
  #print-dialog a {
    color: #e21833; }
  @media (max-width: 575px) {
    #print-dialog {
      width: 90%; } }
  #print-dialog.screen {
    font-size: 100%; }
  #print-dialog.noscript {
    display: block;
    position: relative; }
  #print-dialog .print-header {
    padding: 10px;
    font-size: 1.5em;
    border-bottom: 1px solid #ccc;
    background: #E21833;
    color: #fff; }
  #print-dialog .print-body {
    padding: 20px 10px; }
  #print-dialog .print-option {
    padding: 0 0 10px 0; }
    #print-dialog .print-option a {
      font-weight: 600; }
    #print-dialog .print-option p {
      margin: 0; }
  #print-dialog .buttons {
    padding: 0 10px;
    background: #E21833;
    color: #fff; }
  #print-dialog .cancel a,
  #print-dialog .cancel button {
    padding: 4px 16px;
    color: #fff;
    background: #E21833;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #fff;
    font-size: 14px;
    letter-spacing: 1.3px;
    margin: 8px 0;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    float: right; }
    #print-dialog .cancel a:hover, #print-dialog .cancel a:focus,
    #print-dialog .cancel button:hover,
    #print-dialog .cancel button:focus {
      color: #E21833;
      background: #fff; }

.lfjsbubble .courseblock,
#content .courseblock {
  margin-bottom: 30px; }
  .lfjsbubble .courseblock p.noindent,
  #content .courseblock p.noindent {
    margin: 0;
    padding: 0; }
  .lfjsbubble .courseblock span.credits,
  #content .courseblock span.credits {
    float: right; }

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

#header .tip-top #admission-subnav-toggle {
  display: none; }
  @media (min-width: 1100px) {
    #header .tip-top #admission-subnav-toggle {
      display: block; } }

#header .tip-top #admission-subnav {
  display: none; }

@media (min-width: 1100px) {
  #header .tip-top #admission-subnav-toggle-link {
    display: none; } }

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