@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i,700,700i");
* {
  box-sizing: border-box; }

body {
  color: #222222;
  font-family: "Source Sans Pro", "Helvetica", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.428571429;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform .2s; }
  body.inactivescreen {
    overflow-y: hidden; }
  body.panel-open {
    transform: translateX(-100vw); }

.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 ul a {
      color: #862633; }
  .accessible.show {
    position: relative;
    left: 0; }

.wrap {
  width: 100%;
  max-width: 1460px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto; }

#content-container {
  padding: 30px 0 65px;
  position: relative; }
  @media (min-width: 1024px) {
    #content-container {
      padding: 60px 0 65px; } }
  #content-container .wrap {
    padding: 0 20px 60px; }
    @media (min-width: 768px) {
      #content-container .wrap {
        display: -ms-flex;
        display: flex;
        flex-flow: row wrap; } }
    @media (min-width: 1024px) {
      #content-container .wrap {
        padding: 0 40px 60px; } }

@media (min-width: 768px) {
  #col-nav {
    -ms-flex: 0 0 225px;
    flex: 0 0 225px;
    margin-right: 40px; } }

@media (min-width: 1024px) {
  #col-nav {
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    margin-right: 60px; } }

#col-content {
  -ms-flex: 1;
  flex: 1;
  padding-top: 30px; }
  @media (min-width: 768px) {
    #col-content {
      padding: 0; } }

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

#column-wrapper section {
  flex: 0 0 100%; }
  @media (min-width: 1024px) {
    #column-wrapper section {
      flex: 1; } }

#column-wrapper aside {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-top: 45px; }
  @media (min-width: 1024px) {
    #column-wrapper aside {
      -ms-flex: 0 0 300px;
      flex: 0 0 300px;
      padding-top: 0;
      margin-left: 60px; } }
  @media print {
    #column-wrapper aside {
      display: none; } }

.site-header {
  min-height: 75px;
  position: relative; }
  @media (min-width: 768px) {
    .site-header {
      min-height: 85px; } }
  @media (min-width: 1024px) {
    .site-header {
      min-height: 145px; } }
  .site-header__background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1; }
    .site-header__background img {
      filter: grayscale(100%);
      height: 100%;
      left: 0;
      object-fit: cover;
      position: absolute;
      top: 0;
      width: 100%; }
  .site-header .wrap {
    display: flex;
    justify-content: space-between;
    position: relative; }
    @media (max-width: 1023px) {
      .site-header .wrap {
        padding-left: 20px;
        padding-right: 20px; } }
  .site-header__logo {
    position: relative;
    flex: 0 0 150px;
    height: 70px;
    margin-left: -36px;
    background: url("../images/parallelogram.svg") no-repeat -23px -10px; }
    @media (min-width: 768px) {
      .site-header__logo {
        margin-left: -46px;
        background-position: -15px -2px; } }
    @media (min-width: 1024px) {
      .site-header__logo {
        flex: 0 0 230px;
        background-position: 0 -1px;
        height: 114px;
        margin-left: -95px; } }
    .site-header__logo img {
      max-width: 100%;
      display: block;
      position: absolute;
      bottom: 20px;
      left: 36px;
      height: 40px;
      width: 45px; }
      @media (min-width: 768px) {
        .site-header__logo img {
          bottom: 12px;
          left: 46px; } }
      @media (min-width: 1024px) {
        .site-header__logo img {
          width: 65px;
          height: 60px;
          bottom: 20px;
          left: 95px; } }
  .site-header__title {
    flex-grow: 1;
    display: flex; }
    @media (min-width: 1024px) {
      .site-header__title {
        margin-left: 20px; } }
    .site-header__title h2 {
      color: #fff;
      font-size: 20px;
      margin: auto 0 22px -15px;
      font-weight: bold;
      line-height: 1; }
      @media (min-width: 768px) {
        .site-header__title h2 {
          line-height: inherit;
          font-size: 42px;
          margin: auto 0 14px; } }
  .site-header__top-right {
    text-align: right;
    padding-top: 12px; }
    @media (min-width: 768px) {
      .site-header__top-right {
        padding-top: 20px; } }
    @media (min-width: 1024px) {
      .site-header__top-right {
        padding-top: 0px; } }
  .site-header__navlinks {
    position: absolute;
    right: 40px;
    bottom: -55px;
    display: none; }
    @media (min-width: 1024px) {
      .site-header__navlinks {
        display: block; } }
    .site-header__navlinks ul {
      display: flex;
      background: #e9e7e5;
      padding: 0 15px; }
      .site-header__navlinks ul li {
        padding: 0 15px; }
      .site-header__navlinks ul a,
      .site-header__navlinks ul button {
        display: block;
        color: #333f48;
        text-decoration: none;
        line-height: 54px;
        font-size: 15px;
        position: relative; }
        @media (min-width: 1200px) {
          .site-header__navlinks ul a,
          .site-header__navlinks ul button {
            font-size: 17px; } }
        .site-header__navlinks ul a::after,
        .site-header__navlinks ul button::after {
          content: '';
          position: absolute;
          display: block;
          top: 0;
          left: 0;
          right: 0;
          height: 5px;
          background: transparent; }
        .site-header__navlinks ul a:hover::after, .site-header__navlinks ul a:focus::after,
        .site-header__navlinks ul button:hover::after,
        .site-header__navlinks ul button:focus::after {
          background: #a5abad; }
  .site-header__nav {
    width: 100vw;
    position: fixed;
    left: 100%;
    top: 0;
    bottom: 0;
    text-align: center;
    background: #333f48;
    padding: 20px; }
    @media (min-width: 1024px) {
      .site-header__nav {
        padding: 0;
        position: absolute;
        background: transparent;
        left: auto;
        right: 40px;
        top: 10px;
        bottom: auto;
        text-align: right; } }
    .site-header__nav button {
      color: #fff;
      display: block;
      float: right;
      font-size: 15px;
      font-weight: 700;
      margin: 0 10px 10px 0;
      text-align: center;
      height: 20px;
      width: 20px; }
      .site-header__nav button svg {
        fill: #fff;
        height: 100%;
        width: 100%; }
      @media (min-width: 1024px) {
        .site-header__nav button {
          display: none; } }
    @media (max-width: 1023px) {
      .site-header__nav ul#utility-links {
        padding-top: 50px; } }
    .site-header__nav ul#utility-links li {
      display: inline-block; }
      .site-header__nav ul#utility-links li:not(:last-child) {
        margin-right: 30px;
        position: relative; }
        @media (max-width: 1023px) {
          .site-header__nav ul#utility-links li:not(:last-child)::after {
            content: '/';
            color: #fff;
            font-size: 15px;
            font-weight: 700;
            position: absolute;
            right: -20px;
            top: 0; } }
      .site-header__nav ul#utility-links li a {
        display: block;
        text-decoration: none;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1.2px;
        text-transform: uppercase; }
        .site-header__nav ul#utility-links li a:hover, .site-header__nav ul#utility-links li a:focus {
          text-decoration: underline; }
    .site-header__nav #main-nav__mobile {
      margin: 30px 0; }
      @media (min-width: 1024px) {
        .site-header__nav #main-nav__mobile {
          display: none; } }
      .site-header__nav #main-nav__mobile li {
        text-align: left;
        border-top: 1px solid rgba(255, 255, 255, 0.65); }
        .site-header__nav #main-nav__mobile li:last-child {
          border-bottom: 1px solid rgba(255, 255, 255, 0.65); }
        .site-header__nav #main-nav__mobile li a,
        .site-header__nav #main-nav__mobile li button {
          display: inline-block;
          color: #fff;
          font-weight: bold;
          text-decoration: none;
          float: none;
          text-align: left;
          font-size: inherit;
          margin: 0;
          height: auto;
          width: auto;
          padding: 15px 0; }
          .site-header__nav #main-nav__mobile li a:hover, .site-header__nav #main-nav__mobile li a:focus,
          .site-header__nav #main-nav__mobile li button:hover,
          .site-header__nav #main-nav__mobile li button:focus {
            text-decoration: underline; }

#hamburger {
  background: transparent;
  border: 0;
  height: 45px;
  width: 45px;
  padding: 10px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.2px; }
  #hamburger svg {
    fill: #fff;
    height: 100%;
    width: 100%; }
  @media (min-width: 1024px) {
    #hamburger {
      display: none; } }

.search {
  width: 100%; }
  .search form {
    position: relative; }
  .search input[type=text] {
    width: 100%;
    line-height: normal;
    border-radius: 0;
    border: 1px solid rgba(51, 63, 72, 0.27);
    border-top: 0;
    background: #fff;
    padding: 10px 40px 10px 10px;
    font-weight: 400;
    font-size: 15px;
    color: #222; }
  .search ::-webkit-input-placeholder {
    opacity: 1;
    font-style: italic; }
  .search :-moz-placeholder {
    opacity: 1;
    font-style: italic; }
  .search ::-moz-placeholder {
    opacity: 1;
    font-style: italic; }
  .search :-ms-input-placeholder {
    opacity: 1;
    font-style: italic; }
  .search button {
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    padding: 10px; }
    .search button svg {
      fill: #862633;
      width: 100%;
      height: 100%; }

#sidebar {
  display: none; }
  @media (min-width: 768px) {
    #sidebar {
      display: block; } }
  #sidebar.active {
    display: block; }
  #sidebar .sidebar-item:last-child {
    margin: 15px 0; }
  #sidebar .sidebar__header {
    display: none;
    padding: 10px;
    font-weight: 700;
    line-height: 1.4em;
    border-bottom: 1px solid rgba(51, 63, 72, 0.27); }
    @media (min-width: 768px) {
      #sidebar .sidebar__header {
        display: block; } }
  #sidebar .link__btn {
    display: block;
    width: 100%; }

#sidebar-toggle {
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-weight: bold;
  color: #333f48;
  padding: 16px 50px 14px 10px;
  font-size: 15px;
  line-height: 1;
  border: 1px solid #a5abad;
  background: #fff;
  position: relative; }
  @media (min-width: 768px) {
    #sidebar-toggle {
      display: none; } }
  #sidebar-toggle::after {
    content: '';
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    width: 44px;
    background: #a5abad url("../images/select-arrows.svg") center center no-repeat; }

#cl-menu {
  border: 1px solid #a5abad;
  border-top: 0; }
  @media (min-width: 768px) {
    #cl-menu {
      border: 0; } }
  #cl-menu ul.nav li {
    position: relative;
    border-top: 1px solid rgba(51, 63, 72, 0.27); }
    #cl-menu ul.nav li:first-child {
      border-top: 0; }
    #cl-menu ul.nav li a {
      display: block;
      text-decoration: none;
      position: relative;
      color: #333f48;
      padding: 10px 20px;
      font-size: 15px; }
      @media (min-width: 768px) {
        #cl-menu ul.nav li a {
          font-size: 17px; } }
      #cl-menu ul.nav li a:hover, #cl-menu ul.nav li a:focus {
        color: #862633; }
    #cl-menu ul.nav li.active > a,
    #cl-menu ul.nav li.active > ul {
      background: #e8e5e1; }
    #cl-menu ul.nav li.self > a {
      font-weight: bold; }
  #cl-menu ul.nav ul.nav {
    padding-left: 5px;
    padding-bottom: 10px; }
    #cl-menu ul.nav ul.nav li {
      border: 0; }
      #cl-menu ul.nav ul.nav li a {
        font-size: 0.8em;
        padding: 5px 20px; }
    #cl-menu ul.nav ul.nav ul.nav {
      padding-left: 10px;
      padding-bottom: 0; }

.link__btn {
  display: inline-block;
  text-decoration: none;
  background: #fa4616;
  border: 0.5px solid #fa4616;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 10px;
  padding: 12px 18px;
  text-align: center;
  text-transform: uppercase;
  box-shadow: -1px 1px 2px -1px #000;
  letter-spacing: 1.2px;
  line-height: 1.67em; }
  .link__btn:hover, .link__btn:focus {
    background: #fff;
    color: #fa4616; }
  .link__btn.gray {
    background: #333f48;
    border-color: #333f48; }
    .link__btn.gray:hover, .link__btn.gray:focus {
      background: #fff;
      color: #333f48; }

.inner-sidebar__jumper {
  padding: 30px;
  background: #f1f1f1;
  margin-top: 1.25em; }
  .inner-sidebar__jumper h3 {
    font-size: 18px;
    margin: 0 0 20px;
    text-align: center;
    font-weight: 700;
    line-height: 1em; }
  .inner-sidebar__jumper--container {
    position: relative; }
    .inner-sidebar__jumper--container button {
      background: #fff;
      font-weight: 600;
      color: #333f48;
      display: block;
      padding: 16px 50px 14px 10px;
      width: 100%;
      font-size: 15px;
      line-height: 1;
      border: 1px solid #a5abad;
      text-align: left;
      position: relative; }
      .inner-sidebar__jumper--container button::after {
        content: '';
        position: absolute;
        right: 1px;
        top: 1px;
        bottom: 1px;
        width: 44px;
        background: #a5abad url("../images/select-arrows.svg") center center no-repeat; }
    .inner-sidebar__jumper--container ul {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background: #fff;
      border: 1px solid #a5abad;
      border-top: 0;
      font-size: 15px;
      z-index: 99;
      display: none; }
      .inner-sidebar__jumper--container ul.active {
        display: block; }
      .inner-sidebar__jumper--container ul li {
        border-bottom: 1px solid rgba(51, 63, 72, 0.27); }
        .inner-sidebar__jumper--container ul li:last-child {
          border-bottom: 0; }
        .inner-sidebar__jumper--container ul li a {
          display: block;
          padding: 10px 20px 10px;
          color: #333f48;
          text-decoration: none; }
          .inner-sidebar__jumper--container ul li a:hover, .inner-sidebar__jumper--container ul li a:focus {
            background: #979797;
            color: #fff; }

#breadcrumb {
  padding-bottom: 30px;
  flex: 0 0 100%; }
  @media (min-width: 1024px) {
    #breadcrumb {
      padding-bottom: 60px; } }
  #breadcrumb ul:before, #breadcrumb ul:after {
    content: " ";
    display: table; }
  #breadcrumb ul:after {
    clear: both; }
  #breadcrumb li {
    float: left;
    font-size: 15px; }
    #breadcrumb li a {
      display: inline-block;
      text-decoration: underline;
      color: #333f48; }
      #breadcrumb li a:hover, #breadcrumb li a:focus {
        text-decoration: none; }
  #breadcrumb .crumbsep {
    padding: 0 10px; }

h1.page-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.22em;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    h1.page-title {
      font-size: 45px;
      margin-bottom: 30px; } }

.page_content,
#content {
  line-height: 1.5;
  position: relative;
  padding-left: 12px;
  padding-right: 12px; }
  .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: #862633; }
    .page_content a:hover, .page_content a:focus,
    #content a:hover,
    #content a:focus {
      color: #333f48; }
  .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 {
    font-weight: 500;
    line-height: 1.1;
    margin: 10px 0; }
  .page_content h2, .page_content h3,
  #content h2,
  #content h3 {
    margin: 24px 0 10px;
    font-weight: 700;
    line-height: 1.1em; }
    @media (min-width: 768px) {
      .page_content h2, .page_content h3,
      #content h2,
      #content h3 {
        margin: 45px 0 10px; } }
  .page_content h2,
  #content h2 {
    font-size: 32px;
    font-weight: 700; }
  .page_content h3,
  #content h3 {
    font-size: 24px;
    font-weight: 700; }
  .page_content h4,
  #content h4 {
    font-size: 18px; }
  .page_content h5,
  #content h5 {
    font-size: 14px; }
  .page_content h6,
  #content h6 {
    font-size: 12px; }
  .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.25em; }
  .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 ul ul:not([type]),
    #content ul li ul ul:not([type]) {
      list-style: square; }
  .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;
    background: #f1f1f1;
    padding: 30px 20px;
    border: 1px solid #dddddd;
    border-left-width: 10px; }
    .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: 767px) {
    .page_content .cola,
    .page_content .colb,
    #content .cola,
    #content .colb {
      width: auto;
      float: none; } }
  .page_content table,
  #content table {
    width: 100%;
    margin-bottom: 24px; }
    .page_content table th,
    .page_content table td,
    #content table th,
    #content table td {
      padding: 8px;
      line-height: 24px;
      border-top: 1px solid #ddd;
      text-align: left;
      vertical-align: top; }
    .page_content table th,
    #content table th {
      font-weight: bold;
      background: #f1f1f1; }
    .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: #fcfcfc; }
    .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 .plangridyear th,
    #content table .plangridyear th {
      background: #dddddd; }
    .page_content table .plangridterm th,
    #content table .plangridterm th {
      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: #862633;
        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: #333f48; }
      .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: 10px 10px 10px 25px;
      cursor: pointer;
      color: inherit;
      position: relative;
      font-size: 18px;
      line-height: 1; }
      .page_content .toggle button:before,
      #content .toggle button:before {
        content: '\f0fe';
        font-family: FontAwesome;
        line-height: 0;
        font-weight: normal;
        vertical-align: top;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        color: #98022e;
        font-size: 17px; }
      .page_content .toggle button[aria-expanded=true]:before,
      #content .toggle button[aria-expanded=true]:before {
        content: '\f146'; }
  .page_content .toggle-content,
  #content .toggle-content {
    margin: 15px 0;
    padding: 5px 0 15px 25px; }
    .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: #862633;
      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: #333f48; }
  .page_content .onthispage,
  #content .onthispage {
    border: 1px solid #dddddd; }
    .page_content .onthispage .otp-title,
    #content .onthispage .otp-title {
      font-weight: bold;
      padding: 10px;
      background: #f1f1f1;
      border-bottom: 1px solid #dddddd; }
    .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 #dddddd; }

#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: #862633;
  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;
    border-bottom: 1px solid #dddddd;
    position: relative;
    font-size: 0; }
  #tabs li {
    display: inline-block;
    vertical-align: bottom;
    list-style-type: none;
    padding: 0;
    margin: 0 0 -1px; }
    #tabs li a,
    #tabs li button {
      cursor: pointer;
      text-transform: none;
      text-align: left;
      display: block;
      text-decoration: none;
      padding: 8px 12px;
      line-height: 24px;
      background: transparent;
      color: #862633;
      width: 100%;
      box-sizing: border-box;
      background: #fff;
      border-radius: 0;
      margin-right: 0;
      font-weight: 600;
      background-color: #e8e5e1;
      transition: .3s ease;
      font-size: 17px;
      border-top: 3px solid transparent;
      border-right: 1px solid transparent;
      border-bottom: 1px solid  #ddd;
      border-left: 1px solid transparent; }
      #tabs li a:hover, #tabs li a:focus,
      #tabs li button:hover,
      #tabs li button:focus {
        border-top: 3px solid #eee;
        border-right: 1px solid #eee;
        border-bottom: 1px solid  #ddd;
        border-left: 1px solid transparent;
        background-color: #eee; }
    #tabs li.active > a,
    #tabs li.active > button, #tabs li.active-sub > a,
    #tabs li.active-sub > button {
      color: #555;
      background: #fff;
      border-top: 3px solid #862633;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid  transparent;
      border-left: 1px solid #ddd; }
    #tabs li.tab-overflow {
      position: relative; }
      #tabs li.tab-overflow > button {
        position: relative;
        padding-right: 30px; }
        #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: #f1f1f1;
          border: none;
          text-align: right;
          border-radius: 0; }
          #tabs li.tab-overflow ul a:hover, #tabs li.tab-overflow ul a:focus {
            background: #f1f1f1; }
      #tabs li.tab-overflow.tab-solo button {
        background: #862633;
        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: #fff; }
      #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%; }

.site-footer {
  background: #333f48;
  color: #fff;
  padding: 50px 0 25px; }
  .site-footer__top {
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 768px) {
      .site-footer__top {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media (min-width: 1024px) {
      .site-footer__top {
        flex-wrap: nowrap; } }
    .site-footer__top h3 {
      font-size: 16px;
      font-weight: 400;
      margin: 0 0 8px;
      line-height: 1em; }
    .site-footer__top address,
    .site-footer__top a {
      color: #fff;
      text-decoration: none;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.25em; }
    .site-footer__top a:hover,
    .site-footer__top a:focus {
      text-decoration: underline; }
    .site-footer__top .quick-links {
      margin: 0 0 30px; }
      @media (min-width: 768px) {
        .site-footer__top .quick-links {
          width: 100%; } }
      @media (min-width: 1024px) {
        .site-footer__top .quick-links {
          -ms-flex: 0 0 360px;
          flex: 0 0 360px;
          -ms-flex-order: 4;
          order: 4;
          width: auto; } }
      .site-footer__top .quick-links ul {
        display: -ms-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .site-footer__top .quick-links ul li {
          display: -ms-flexbox;
          display: flex;
          padding: 0 0 3px;
          width: 50%; }
          .site-footer__top .quick-links ul li:nth-child(odd) {
            padding-right: 3px; }
          .site-footer__top .quick-links ul li a {
            display: -ms-flex;
            display: flex;
            text-decoration: none;
            background: rgba(165, 171, 173, 0.45);
            color: #fff;
            flex: 1;
            font-weight: 700;
            line-height: 1.25em;
            padding: 10px;
            font-size: 17px; }
            .site-footer__top .quick-links ul li a:hover, .site-footer__top .quick-links ul li a:focus {
              background: rgba(165, 171, 173, 0.25); }
    .site-footer__top .col {
      margin: 0 0 30px; }
    .site-footer__top .nav-campus li {
      margin: 0 0 8px; }
  .site-footer__bottom {
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    position: relative; }
    @media (min-width: 768px) {
      .site-footer__bottom {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 80px; } }
    .site-footer__bottom--content {
      margin: 0 0 30px; }
      @media (min-width: 768px) {
        .site-footer__bottom--content {
          -ms-flex: 1;
          flex: 1;
          margin: 0;
          -ms-flex-order: 1;
          order: 1;
          padding-left: 30px; } }
      .site-footer__bottom--content .privacy {
        margin-bottom: 10px; }
        .site-footer__bottom--content .privacy li {
          margin: 0; }
          @media (min-width: 768px) {
            .site-footer__bottom--content .privacy li {
              display: inline-block; }
              .site-footer__bottom--content .privacy li:not(last-child) {
                margin-right: 15px; } }
          .site-footer__bottom--content .privacy li a {
            color: #fff;
            font-size: 15px;
            text-decoration: none; }
            .site-footer__bottom--content .privacy li a:hover, .site-footer__bottom--content .privacy li a:focus {
              text-decoration: underline; }
  .site-footer__copyright {
    line-height: 1;
    font-size: 15px;
    position: absolute;
    left: 70px;
    bottom: 10px; }
    @media (min-width: 768px) {
      .site-footer__copyright {
        bottom: auto;
        left: auto;
        position: static; } }
  .site-footer__logo {
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    height: 44px;
    width: 48px; }
    @media (min-width: 768px) {
      .site-footer__logo {
        -ms-flex-order: 0;
        order: 0; } }

a#totop {
  float: right;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  width: 65px;
  height: 65px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 99;
  right: 15px;
  bottom: 0;
  opacity: 0;
  background: #a5abad;
  color: #333f48;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition: opacity .2s ease;
  letter-spacing: 1.14px;
  transform: translateY(-15px); }
  a#totop.show {
    opacity: 1; }
  a#totop svg {
    display: block;
    fill: #333f48;
    height: 19px;
    margin: 0 auto;
    transform: rotate(-90deg);
    width: 14px; }

#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 #dddddd;
  border-bottom-width: 5px;
  border-radius: 3px;
  line-height: 1.5;
  font-family: inherit !important; }
  @media (max-width: 575px) {
    #print-dialog {
      width: 90%; } }
  .no-js #print-dialog {
    display: block;
    position: relative; }
  #print-dialog .print-header {
    padding: 10px 20px;
    background: #862633;
    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: #333f48;
      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: #333f48;
        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 #dddddd;
    border-bottom: 1px solid #dddddd;
    font-size: 15px; }
    #print-dialog .print-body li + li {
      margin-top: 20px; }
    #print-dialog .print-body a {
      font-weight: 700;
      color: #333f48; }
    #print-dialog .print-body p.option-desc {
      font-size: 14px; }

.lfjsbubble .courseblock,
.page_content .courseblock,
#content .courseblock {
  margin-bottom: 30px; }
  .lfjsbubble .courseblock p.noindent,
  .page_content .courseblock p.noindent,
  #content .courseblock p.noindent {
    margin: 0 0 3px;
    padding: 0; }
  .lfjsbubble .courseblock p.courseblocktitle,
  .page_content .courseblock p.courseblocktitle,
  #content .courseblock p.courseblocktitle {
    font-size: 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: #862633; }

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

p.disclaimer {
  font-size: 12px;
  border-top: dotted 1px #333;
  padding: 10px;
  margin-top: 20px;
  line-height: normal;
  font-family: "Open Sans", Helvetica Neue, Arial, sans-serif; }

p.disclaimer a {
  color: #333; }

p.link-text a {
  text-decoration: underline;
  color: #862633; }

p a.link-text:hover, a.link-text:focus {
  color: #333f48; }

#program-glance {
  border: 1px solid #CCC;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  background: #ebebeb;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
  line-height: normal;
  width: 269px;
  float: right;
  margin-left: 1rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }
  #program-glance a {
    text-decoration: none; }
    #program-glance a:hover, #program-glance a:focus {
      text-decoration: underline; }
  #program-glance h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    line-height: normal; }
  #program-glance h3 {
    font-size: 14px;
    font-weight: bold;
    border-top: 1px dotted #999;
    color: #666;
    margin: 0;
    padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: normal; }
  #program-glance img {
    display: none;
    vertical-align: middle; }
  #program-glance ul, #program-glance p {
    margin: 0 0 0 10px; }
    #program-glance ul li, #program-glance p li {
      list-style-type: none;
      margin: 0; }
  #program-glance .action-btn-link {
    display: inline-block;
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: 300;
    -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    -ms-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    -o-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    border: 1px solid #6d121b;
    border-top: 2px solid #ae5a66;
    background-color: #9b303e;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9b303e), color-stop(100%, #811b26));
    background-image: -webkit-linear-gradient(#9b303e, #811b26);
    background-image: -moz-linear-gradient(#9b303e, #811b26);
    background-image: -o-linear-gradient(#9b303e, #811b26);
    background-image: linear-gradient(#9b303e, #811b26);
    width: 180px;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    margin: 20px 0 10px 0; }
    #program-glance .action-btn-link::before {
      display: inline-block;
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased;
      margin-right: .3em;
      padding-right: .3em;
      content: "\F046";
      -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
      -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
      -ms-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
      -o-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
      line-height: 38px;
      border-right: 1px solid #ae5a66; }

.page_content > .lfeditable {
  position: absolute;
  bottom: 100%;
  right: 0; }

.page_content .lfeditable .lfeditablesharedcontent {
  position: static; }

.site-header__title h2 .year {
  background: #862633;
  margin-left: 32px;
  position: relative;
  font-size: 1rem; }
  @media (min-width: 768px) {
    .site-header__title h2 .year {
      font-size: 32px; } }

.site-header__title h2 .year {
  background: #862633;
  margin-left: 20px;
  position: relative;
  padding: 0 20px; }
  @media (min-width: 768px) {
    .site-header__title h2 .year {
      margin-left: 40px; } }

.site-header__title h2 .year::before,
.site-header__title h2 .year::after {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  border: 10px solid transparent;
  right: auto; }
  @media (min-width: 768px) {
    .site-header__title h2 .year::before,
    .site-header__title h2 .year::after {
      border: 20px solid transparent;
      left: -38px; } }

.site-header__title h2 .year::before {
  border-top-color: #862633;
  border-right-color: #862633;
  left: -20px;
  right: auto; }
  @media (min-width: 768px) {
    .site-header__title h2 .year::before {
      left: -38px; } }

.site-header__title h2 .year::after {
  border-bottom-color: #862633;
  border-left-color: #862633;
  bottom: 0;
  right: -20px;
  left: auto; }
  @media (min-width: 768px) {
    .site-header__title h2 .year::after {
      right: -38px; } }

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