@import url("https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed|PT+Serif");
* {
  box-sizing: border-box; }

body {
  color: #333;
  font-family: "Roboto", "Helvetica", sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1;
  background-color: #414142; }
  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%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff; }

header {
  /* Permalink http://colorzilla.com/gradient-editor/#006851+0,01755b+12,207cca+13,008265+13,008265+87,cccccc+88 */
  background: #006851;
  /* Old browsers */
  background: -moz-linear-gradient(top, #006851 0%, #006851 45px, #008265 45px, #008265 128px, transparent 128px, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #006851 0%, #006851 45px, #008265 45px, #008265 128px, transparent 128px, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #006851 0%, #006851 45px, #008265 45px, #008265 128px, transparent 128px, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 0;
  margin: 0; }
  header .wrap {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,7db9e8+86,2989d8+89,1e5799+100 */
    background: #7db9e8;
    /* Old browsers */
    background: -moz-linear-gradient(bottom, #757676 0%, #757676 45px, transparent 46px, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, #757676 0%, #757676 45px, transparent 46px, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #757676 0%, #757676 45px, transparent 46px, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 0;
    margin: 0 auto; }
    @media (max-width: 767px) {
      header .wrap {
        background: #006851;
        text-align: center; } }
    header .wrap #logo {
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      margin: 0; }
    header .wrap img {
      padding: 0;
      margin: 26px 0 11px 16px;
      max-width: 308px; }
      header .wrap img.mobile {
        display: inline-block; }
      header .wrap img.desktop {
        display: none; }
      @media (max-width: 767px) {
        header .wrap img {
          margin: 17.5px 0 12.5px 16px; } }
      @media (min-width: 768px) {
        header .wrap img.mobile {
          display: none; }
        header .wrap img.desktop {
          display: block; } }

#local-header {
  display: none;
  background: #008265;
  height: 83px; }
  #local-header[aria-hidden="false"] {
    max-height: 100vh; }
  #local-header .wrap {
    display: none;
    align-items: center;
    flex-wrap: wrap;
    background: #008265;
    padding: 0; }
    @media (min-width: 768px) {
      #local-header .wrap {
        padding: inherit; } }
    @media (min-width: 1200px) {
      #local-header .wrap {
        padding-right: 10px; } }

#content-container .wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0; }
  @media (min-width: 700px) {
    #content-container .wrap {
      background: #757676; } }

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

#col-content {
  background: #fff; }
  @media (min-width: 700px) {
    #col-content {
      flex: 0 0 74%;
      max-width: 74%;
      margin-left: auto;
      padding: 5px 30px; } }
  @media (min-width: 992px) {
    #col-content {
      flex: 0 0 74%;
      max-width: 74%; } }
  @media (max-width: 699px) {
    #col-content {
      padding-right: 15px;
      padding-left: 15px; } }

#site-title {
  position: relative;
  display: none;
  color: #fff; }
  @media (min-width: 700px) {
    #site-title {
      display: inline-block;
      vertical-align: middle; } }
  #site-title h1 {
    background-image: none;
    font-size: 32px;
    margin: 0 0 0 10%;
    padding: 0;
    font-weight: bold;
    color: white;
    width: 100%;
    display: block;
    text-transform: uppercase; }
    #site-title h1 a {
      color: inherit;
      text-decoration: none; }
      @media (max-width: 880px) {
        #site-title h1 a {
          font-size: 24px; } }

#navigation {
  max-height: 0;
  overflow: hidden;
  flex: 0 0 100%; }
  #navigation[aria-hidden="false"] {
    max-height: 100vh; }
  @media (min-width: 700px) {
    #navigation {
      display: block;
      flex: 0 0 auto;
      margin-left: auto;
      max-height: 100vh; } }
  #navigation.active {
    display: block;
    max-height: 100vh; }
  #navigation ul li {
    display: block;
    width: 100%; }
    @media (min-width: 768px) {
      #navigation ul li {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        right: -14px;
        border: none;
        width: auto; } }
    @media (min-width: 700px) {
      #navigation ul li {
        margin: 20px 0; } }
    #navigation ul li.mobile {
      display: block; }
      @media (min-width: 768px) {
        #navigation ul li.mobile {
          display: none; } }
    #navigation ul li a, #navigation ul li button {
      display: inline-block;
      text-decoration: none;
      color: #fff;
      font-size: 18px;
      font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
      padding: 12px;
      margin-left: 0;
      font-weight: 500;
      letter-spacing: .2px;
      border-bottom: 1px solid #fff; }
      #navigation ul li a:hover, #navigation ul li a:focus,
      #navigation ul li a .active, #navigation ul li button:hover, #navigation ul li button:focus,
      #navigation ul li button .active {
        background: #006851; }
      #navigation ul li a[href="https://www.nmc.edu/about/index.html"], #navigation ul li button[href="https://www.nmc.edu/about/index.html"] {
        margin-right: 5px; }
      @media (max-width: 959px) {
        #navigation ul li a, #navigation ul li button {
          font-size: 16px;
          font-weight: bold; } }
      @media (max-width: 780px) {
        #navigation ul li a, #navigation ul li button {
          padding: 12.5px 8px;
          width: 100%; } }
      @media (max-width: 769px) {
        #navigation ul li a, #navigation ul li button {
          background: #006851; } }
    #navigation ul li:first-child {
      margin-right: 10px; }
    #navigation ul li.isparent a {
      width: calc(100% - 60px); }
    #navigation ul li button {
      display: inline-block;
      width: auto;
      border-bottom: 0;
      border-left: 1px solid #fff;
      width: 55px; }
      #navigation ul li button::after {
        content: "";
        background: url(../../images/icn_dsk_nav_arrow_down.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        display: inline-block;
        vertical-align: middle;
        height: 15px;
        width: 19px; }
      @media (min-width: 768px) {
        #navigation ul li button {
          display: none; } }
      #navigation ul li button[aria-expanded="true"]::after {
        background: url(../../images/icn_nav_arrow_up_white.png);
        background-repeat: no-repeat; }
    #navigation ul li.isparent {
      position: relative; }
      @media (min-width: 768px) {
        #navigation ul li.isparent > a:after {
          content: "";
          background: url(../../images/icn_dsk_nav_arrow_down.png);
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          display: inline-block;
          vertical-align: middle;
          height: 5px;
          width: 9px;
          margin-left: 12px; } }
      @media (max-width: 769px) {
        #navigation ul li.isparent {
          background: #006851; } }
    @media (max-width: 769px) {
      #navigation ul li ul[aria-hidden] {
        max-height: 0;
        overflow: hidden;
        transition: .3s ease; }
      #navigation ul li ul[aria-hidden="false"] {
        max-height: 100vh; }
      #navigation ul li ul li a {
        border: none; } }
    @media (min-width: 768px) {
      #navigation ul li ul {
        position: fixed;
        z-index: 50;
        left: 105%;
        top: 100%;
        background: #006851;
        min-width: 225px;
        padding: 1rem; }
        #navigation ul li ul li {
          float: none;
          width: 100%;
          margin: 0;
          position: static; }
        #navigation ul li ul a {
          text-transform: none;
          padding: 12px 20px;
          width: 100%;
          font-size: 14px; }
          #navigation ul li ul a:hover, #navigation ul li ul a:focus {
            background: #008265; } }
  #navigation ul li.opened > a {
    background: #007359; }
  #navigation ul li.opened ul {
    position: absolute;
    left: 0; }

#hamburger {
  display: none;
  background: none;
  text-align: center;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 9;
  color: #fff;
  padding: 10px 15px;
  font-size: 26px;
  cursor: pointer; }
  @media (min-width: 768px) {
    #hamburger {
      display: none; } }

.search {
  width: 100%; }
  .search form {
    position: relative;
    font-size: 14px;
    margin: 8px 0; }
  .search input[type=text] {
    width: 100%;
    line-height: normal;
    border-radius: 0;
    border: none;
    padding: .25rem 2rem .25rem .25rem;
    font-weight: 400; }
  .search button {
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: none;
    border-radius: 0;
    border: none;
    cursor: pointer; }

#sidebar {
  display: none;
  background: #5e708c; }
  @media (min-width: 700px) {
    #sidebar {
      display: block; } }
  #sidebar.active {
    display: block; }
  #sidebar .sidebar-item {
    padding: 1rem; }
  #sidebar .sidebar-header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding: 4px 10px 4px 0;
    display: block;
    text-transform: uppercase; }
    #sidebar .sidebar-header a {
      color: inherit;
      text-decoration: none; }

#sidebar-toggle {
  border: 1px solid #ccc;
  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: 700px) {
    #sidebar-toggle {
      display: none; } }

#cl-menu ul.nav li {
  position: relative; }
  #cl-menu ul.nav li a {
    display: block;
    text-decoration: none;
    position: relative;
    color: #fff;
    padding: 5px 5px 5px 0;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: bold; }
    #cl-menu ul.nav li a:hover, #cl-menu ul.nav li a:focus {
      text-decoration: underline; }
  #cl-menu ul.nav li.self > a {
    font-weight: bold; }
  #cl-menu ul.nav li.active > .toggle-wrap > a {
    text-decoration: none;
    font-weight: bold; }
  #cl-menu ul.nav li ul {
    padding-left: 20px; }
    #cl-menu ul.nav li ul li a {
      font-size: 12px;
      font-weight: normal; }

#breadcrumb ul {
  padding: 5px 0; }
  #breadcrumb ul:before, #breadcrumb ul:after {
    content: " ";
    display: table; }
  #breadcrumb ul:after {
    clear: both; }

#breadcrumb li {
  float: left;
  font-size: 10px;
  font-weight: 500;
  color: #4366A8;
  text-transform: uppercase; }
  #breadcrumb li a {
    display: inline-block;
    text-decoration: none;
    color: #4366A8; }
    #breadcrumb li a:hover, #breadcrumb li a:focus {
      text-decoration: underline; }

#breadcrumb .crumbsep {
  color: #444;
  padding: 0 2px;
  color: transparent; }
  #breadcrumb .crumbsep::before {
    content: " > ";
    color: #4366A8; }

h1.page-title {
  color: #5e708c;
  font-size: 24px;
  margin: 5px 0 14px;
  padding: 0;
  text-align: left;
  font-family: "Roboto Condensed",sans-serif;
  font-weight: 800;
  color: #5e708c; }

.page_content,
#content {
  font-size: 13px;
  color: #4d4d4d;
  line-height: 1.46153846154; }
  .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: underline;
    color: #4366A8; }
    .page_content a:hover, .page_content a:focus,
    #content a:hover,
    #content a:focus {
      color: #008265; }
  .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;
    color: #b9411d;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
    padding: 9px 0 3px 0;
    text-align: left;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 21px; }
  .page_content h3,
  #content h3 {
    color: #000000;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    padding: 6px 0 3px;
    text-align: left;
    letter-spacing: 0;
    line-height: 14px; }
  .page_content h4,
  #content h4 {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 3px 0;
    padding: 0;
    text-align: left;
    line-height: 18px; }
  .page_content h5,
  #content h5 {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: 18px; }
  .page_content h6,
  #content h6 {
    color: #000000;
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-align: left; }
  .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,
  .page_content ol,
  #content ul,
  #content ol {
    margin-left: 20px; }
    .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: disc; }
  .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: circle; }
  .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 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 {
    margin: 2rem 0;
    padding: 30px 20px;
    border-left: 10px solid #414142; }
    .page_content blockquote p,
    #content blockquote p {
      font-size: 17px;
      font-style: italic;
      line-height: 1.7;
      margin: 0 0 1em; }
    .page_content blockquote cite,
    #content blockquote cite {
      display: block;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: bold;
      color: #444; }
      .page_content blockquote cite:before,
      #content blockquote cite:before {
        content: "\2014 \0020"; }
  .page_content .cola,
  #content .cola {
    width: 48%;
    float: left; }
  .page_content .colb,
  #content .colb {
    width: 48%;
    float: right; }
  @media (max-width: 699px) {
    .page_content .cola,
    .page_content .colb,
    #content .cola,
    #content .colb {
      width: auto;
      float: none; } }
  .page_content table,
  #content table {
    width: 100%;
    border: 1px solid #ccc;
    border-top: none; }
    .page_content table th,
    .page_content table td,
    #content table th,
    #content table td {
      padding: 0.5rem;
      border-top: 1px solid #ccc;
      text-align: left;
      vertical-align: top; }
    .page_content table th,
    #content table th {
      font-weight: bold;
      background: #006851;
      color: #fff; }
    .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.odd,
    #content table tr.odd {
      background: #efefef; }
    .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 {
      background: #ccc;
      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 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: #006851;
        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: #008265;
          text-decoration: underline; }
      .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: #fafafa; }
    .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 #ccc;
      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 {
        content: '\f055';
        font-family: FontAwesome;
        font-size: 18px;
        line-height: 0;
        font-weight: normal;
        vertical-align: top;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        color: #006851; }
      .page_content .toggle button[aria-expanded=true]:before,
      #content .toggle button[aria-expanded=true]:before {
        content: '\f056'; }
  .page_content .toggle-wrap,
  #content .toggle-wrap {
    border-top: 1px solid #414142;
    border-bottom: 1px solid #414142; }
    .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-color: #fff;
      border: 2px solid #5278ad;
      color: #5278ad;
      text-decoration: none;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 13px;
      border-radius: 3px;
      transition: .3s ease; }
      .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-color: #5278ad;
        color: #fff; }
  .page_content .onthispage,
  #content .onthispage {
    border: 1px solid #414142; }
    .page_content .onthispage .otp-title,
    #content .onthispage .otp-title {
      font-weight: bold;
      padding: 10px;
      background: #757676;
      border-bottom: 1px solid #414142; }
    .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: 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: underline; }
      .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 #414142; }

#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: #006851;
  color: #fff;
  border-radius: 10px;
  padding: 2px 10px;
  text-transform: uppercase;
  font-size: 0.75rem; }

.page_content #tabs,
#content #tabs {
  margin: 0 0 2rem; }
  .page_content #tabs ul,
  #content #tabs ul {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
    position: relative; }
  .page_content #tabs li,
  #content #tabs li {
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0 0 -1px;
    border-top: 1px solid #ccc; }
    .page_content #tabs li:only-child,
    #content #tabs li:only-child {
      float: none; }
    .page_content #tabs li:before, .page_content #tabs li:after,
    #content #tabs li:before,
    #content #tabs li:after {
      display: none; }
    .page_content #tabs li a,
    .page_content #tabs li button,
    #content #tabs li a,
    #content #tabs li button {
      cursor: pointer;
      text-transform: none;
      text-align: left;
      display: block;
      text-decoration: none;
      padding: 15px 18px;
      background: #efefef;
      color: #555;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 14px;
      border: 1px solid #ccc;
      border-top: 3px solid transparent;
      border-bottom-color: #ccc;
      width: 100%;
      box-sizing: border-box; }
      .page_content #tabs li a:hover, .page_content #tabs li a:focus,
      .page_content #tabs li button:hover,
      .page_content #tabs li button:focus,
      #content #tabs li a:hover,
      #content #tabs li a:focus,
      #content #tabs li button:hover,
      #content #tabs li button:focus {
        text-decoration: underline; }
    .page_content #tabs li.active > a,
    .page_content #tabs li.active > button, .page_content #tabs li.active-sub > a,
    .page_content #tabs li.active-sub > button,
    #content #tabs li.active > a,
    #content #tabs li.active > button,
    #content #tabs li.active-sub > a,
    #content #tabs li.active-sub > button {
      color: #222;
      background: #fff;
      border-color: #ccc;
      border-top: 3px solid #006851;
      border-bottom-color: transparent; }
    .page_content #tabs li.tab-overflow,
    #content #tabs li.tab-overflow {
      position: relative; }
      .page_content #tabs li.tab-overflow > button,
      #content #tabs li.tab-overflow > button {
        position: relative;
        padding-right: 32px; }
        .page_content #tabs li.tab-overflow > button:after,
        #content #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; }
      .page_content #tabs li.tab-overflow ul,
      #content #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; }
        .page_content #tabs li.tab-overflow ul a,
        #content #tabs li.tab-overflow ul a {
          background: #ccc;
          border: none;
          border-left: 3px solid transparent;
          text-align: right; }
          .page_content #tabs li.tab-overflow ul a:hover, .page_content #tabs li.tab-overflow ul a:focus,
          #content #tabs li.tab-overflow ul a:hover,
          #content #tabs li.tab-overflow ul a:focus {
            background: #757676;
            color: #fff; }
      .page_content #tabs li.tab-overflow.tab-solo button,
      #content #tabs li.tab-overflow.tab-solo button {
        background: #006851;
        color: #fff; }
      .page_content #tabs li.tab-overflow.tab-solo ul,
      .page_content #tabs li.tab-overflow.tab-solo ul a,
      #content #tabs li.tab-overflow.tab-solo ul,
      #content #tabs li.tab-overflow.tab-solo ul a {
        text-align: left; }
      .page_content #tabs li.tab-overflow li,
      #content #tabs li.tab-overflow li {
        float: none;
        border: none;
        margin: 0;
        padding: 0; }
        .page_content #tabs li.tab-overflow li.active > a,
        #content #tabs li.tab-overflow li.active > a {
          color: #fff;
          background: #757676;
          border-left-color: #006851; }
      .page_content #tabs li.tab-overflow.open ul,
      #content #tabs li.tab-overflow.open ul {
        position: absolute;
        right: 0; }
  .page_content #tabs.condense li.tab-overflow,
  #content #tabs.condense li.tab-overflow {
    position: static; }
    .page_content #tabs.condense li.tab-overflow ul,
    #content #tabs.condense li.tab-overflow ul {
      white-space: normal;
      width: 100%; }

a#totop {
  display: block;
  text-decoration: none;
  background: #006851;
  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: #fff;
  border: 1px solid #ccc;
  width: calc(100% - 20px);
  cursor: pointer;
  padding: 10px 15px;
  margin: 0;
  border-radius: 3px; }
  #print-btn:hover, #print-btn:focus {
    text-decoration: underline; }
  #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 #ccc;
  border-bottom-width: 5px;
  border-radius: 3px;
  line-height: 1.5;
  font-family: inherit !important;
  color: #333; }
  @media (max-width: 575px) {
    #print-dialog {
      width: 90%; } }
  .no-js #print-dialog {
    display: block;
    position: relative; }
  #print-dialog .print-header {
    padding: 10px 20px;
    background: #006851;
    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: #008265;
      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: #008265;
        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 #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 15px; }
    #print-dialog .print-body li + li {
      margin-top: 20px; }
    #print-dialog .print-body a {
      text-decoration: underline;
      color: #006851; }
      #print-dialog .print-body a:hover, #print-dialog .print-body a:focus {
        color: #008265; }
    #print-dialog .print-body p.option-desc {
      font-size: 14px; }

.lfjsbubble {
  color: #4d4d4d; }

.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: 18px; }
  .lfjsbubble .courseblock span.credits,
  .page_content .courseblock span.credits,
  #content .courseblock span.credits {
    float: right; }

.lfjsbubble .courseblock {
  margin-bottom: 0; }
  .lfjsbubble .courseblock a {
    color: #006851; }

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

/* ################################################  client's code ################################################ */
.site-footer {
  background-color: #008265;
  padding: 50px 0 10px;
  color: #fff;
  font-size: 16px;
  font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box; }

.site-footer p {
  font-family: "PT Serif", Georgia, serif;
  font-size: 16px;
  text-align: unset;
  line-height: normal;
  color: unset; }

.site-footer ul {
  text-align: unset;
  line-height: normal; }

.site-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.site-footer .contact-section {
  width: 100%;
  margin-bottom: 30px;
  text-align: center; }

.site-footer .footer-navigation {
  width: 100%;
  padding: 0 5px; }

@media (min-width: 768px) and (max-width: 1023px) {
  .site-footer .contact-section {
    width: 40%; }
  .site-footer .footer-navigation {
    width: 55%; } }

@media (min-width: 1024px) {
  .site-footer .contact-section {
    width: 30%; }
  .site-footer .footer-navigation {
    width: 65%; } }

.logo {
  padding-left: 10px; }

.social-media-list {
  list-style: none;
  margin: 10px 0;
  padding: 0; }

.social-media-list li {
  display: inline-block; }

.social-media-list a {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 62px;
  height: 60px;
  width: 40px;
  height: 39px; }

.social-media-list a:hover,
.social-media-list a:focus {
  opacity: .5; }

.social-media-list a[href*=facebook] {
  background-image: url("../images/icn_facebook.png"); }

.social-media-list a[href*=twitter] {
  background-image: url("../images/icn_twitter.png"); }

.social-media-list a[href*=instagram] {
  background-image: url("../images/icn_instagram.png"); }

.social-media-list a[href*=youtube] {
  background-image: url("../images/icn_youtube.png"); }

.contact-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.contact-section .logo {
  width: 40%; }

.contact-section .contact-wrap {
  width: 60%; }

.contact-section .contact-wrap p {
  font-weight: bold;
  font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  margin-top: 0;
  color: #fff;
  text-align: center;
  font-size: 16px; }

.contact-section .contact-wrap a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 16px 0;
  font-size: 16px;
  font-weight: bold; }

.contact-section .contact-wrap a:hover,
.contact-section .contact-wrap a:focus {
  text-decoration: underline; }

@media (min-width: 1024px) {
  .contact-section .contact-wrap a {
    font-size: 18px; } }

.contact-section .social-media-list {
  width: 100%; }

@media (min-width: 1024px) {
  .contact-section .social-media-list {
    margin-top: 30px; } }

.contact-section .social-media-list a {
  margin: 0 5px;
  width: 25px; }

@media (min-width: 1024px) {
  .contact-section .social-media-list a {
    width: 35px; } }

.footer-navigation .main {
  clear: both;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }

@media only screen and (min-width: 768px) {
  .footer-navigation .main {
    justify-content: space-between; } }

.footer-navigation .main .column {
  width: 48%;
  margin-bottom: 20px;
  text-align: center; }

@media (min-width: 1024px) {
  .footer-navigation .main .column {
    width: 24%;
    text-align: left; } }

.footer-navigation .header {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block; }

.footer-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.footer-navigation li {
  margin: 7px 0; }

.footer-navigation a {
  font-size: 14px;
  color: #fff;
  text-decoration: none; }

.footer-navigation a:hover,
.footer-navigation a:focus {
  text-decoration: underline; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

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