body {
  color: #000;
  font-family: sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.15;
  background: #f8f8f8;
  overflow-x: hidden; }
  @media (max-width: 979px) {
    body.nav-open {
      overflow: hidden; } }

.accessible {
  padding: 10px;
  position: absolute;
  left: -9999em;
  background: #fff; }
  .accessible ul {
    text-align: right; }
    .accessible ul li {
      margin: 0 0 0 .5em;
      display: inline; }
  .accessible.show {
    position: relative;
    left: 0; }

.wrap {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 25px; }
  @media (min-width: 740px) {
    .wrap {
      width: 720px;
      padding: 0; } }
  @media (min-width: 980px) {
    .wrap {
      width: 960px; } }
  @media (min-width: 1220px) {
    .wrap {
      width: 1200px; } }

#content-wrapper {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 980px) {
    #content-wrapper {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 1220px) {
    #content-wrapper {
      padding-top: 80px;
      padding-bottom: 80px; } }

#left-col {
  padding-top: 10px; }
  @media (min-width: 980px) {
    #left-col {
      float: left;
      width: 64.5833333%;
      padding: 0 12.5px; } }

@media (min-width: 980px) {
  #right-col {
    float: right;
    width: 31.25%;
    margin: 0 12.5px;
    padding: 0; } }

@media (min-width: 1220px) {
  #right-col {
    width: 22.9166667%; } }

#left-col,
#right-col {
  box-sizing: border-box; }
  @media (min-width: 740px) {
    #left-col,
    #right-col {
      padding-left: 7px;
      padding-right: 7px; } }

#header {
  position: relative;
  background: #4B86D8;
  height: 70px;
  z-index: 3;
  border-top: 5px solid #4B86D8;
  box-sizing: border-box; }
  @media (min-width: 980px) {
    #header {
      background: #122035;
      height: auto;
      border: none; } }
  #header .wrap {
    position: relative; }
    @media (min-width: 740px) {
      #header .wrap {
        padding: 0 7px; } }
    @media (min-width: 980px) {
      #header .wrap {
        padding: 0 12.5px; } }
  #header #logo {
    position: relative;
    z-index: 0;
    top: 22px;
    font-size: 0; }
    @media (min-width: 980px) {
      #header #logo {
        text-align: center;
        top: auto;
        margin: 38px 0; } }
    #header #logo a {
      display: block; }
    #header #logo h1 {
      color: #fff; }
    #header #logo .symbol_logo {
      width: 233px;
      height: 15px;
      fill: #fff; }
      @media (min-width: 500px) {
        #header #logo .symbol_logo {
          width: 265px;
          height: 17px; } }
      @media (min-width: 980px) {
        #header #logo .symbol_logo {
          width: 774px;
          height: 48px; } }
  #header #hdr-top {
    display: none; }
    @media (min-width: 980px) {
      #header #hdr-top {
        display: block;
        background: #426fa6;
        height: 45px; } }
    #header #hdr-top .menu a {
      color: #fff;
      display: block;
      font-family: 'Univers LT W01_57 Condensed',sans-serif;
      font-size: 13px;
      font-size: .8125rem;
      text-transform: uppercase;
      -webkit-transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,opacity .25s ease;
      transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,opacity .25s ease;
      text-decoration: none; }
      #header #hdr-top .menu a:hover, #header #hdr-top .menu a:focus {
        color: #F0F0F0; }
    #header #hdr-top #menu-left {
      float: left;
      padding: 14px 0 13px 0; }
      #header #hdr-top #menu-left li {
        display: inline-block; }
        #header #hdr-top #menu-left li a {
          letter-spacing: 1px;
          margin: 0 18px;
          position: relative; }
          #header #hdr-top #menu-left li a:after {
            display: block;
            position: absolute;
            width: 1px;
            height: 16px;
            top: 0;
            right: -18px;
            background: rgba(255, 255, 255, 0.13);
            content: "";
            -webkit-transform: rotate(15deg);
            -ms-transform: rotate(15deg);
            transform: rotate(15deg); }
        #header #hdr-top #menu-left li:last-of-type a:after {
          display: none; }
    #header #hdr-top #menu-right {
      float: right; }
      #header #hdr-top #menu-right li {
        float: left;
        position: relative;
        background: #3268C2;
        width: 168px;
        border-right: 1px solid #4b86d8;
        box-sizing: border-box; }
        #header #hdr-top #menu-right li a {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-family: 'Univers LT W01_67 Bold_1476016',sans-serif;
          font-size: 14px;
          font-size: .875rem;
          text-transform: uppercase;
          -webkit-transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,opacity .25s ease;
          transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,opacity .25s ease;
          position: relative;
          cursor: pointer; }
          @media (min-width: 980px) {
            #header #hdr-top #menu-right li a {
              font-size: 13px;
              font-size: .8125rem;
              letter-spacing: 0.5px;
              line-height: 45px;
              padding: 0 30px; } }
          #header #hdr-top #menu-right li a:hover, #header #hdr-top #menu-right li a:focus {
            background: #23467F; }
          #header #hdr-top #menu-right li a .menu_item_icon {
            position: absolute;
            right: 18px;
            -webkit-transition: -webkit-transform .25s;
            transition: -webkit-transform .25s;
            transition: transform .25s;
            transition: transform .25s, -webkit-transform .25s;
            color: #fff; }
            #header #hdr-top #menu-right li a .menu_item_icon .symbol_caret {
              width: 8px;
              height: 6px;
              fill: #fff; }
            @media (min-width: 980px) {
              #header #hdr-top #menu-right li a .menu_item_icon {
                display: block;
                top: 0; }
                #header #hdr-top #menu-right li a .menu_item_icon .symbol_caret {
                  width: 5px;
                  height: 7px; } }
        #header #hdr-top #menu-right li ul {
          display: none;
          position: absolute;
          left: 0;
          top: 100%; }
          @media (min-width: 980px) {
            #header #hdr-top #menu-right li ul {
              opacity: 0;
              pointer-events: none;
              transition: opacity .25s, visibility .25s;
              visibility: hidden; } }
          #header #hdr-top #menu-right li ul li {
            background: #23467F;
            border: none;
            float: none;
            width: 219px;
            padding: 13px 0;
            box-sizing: border-box; }
            #header #hdr-top #menu-right li ul li a {
              -webkit-font-smoothing: antialiased;
              font-family: 'Univers LT W01_57 Condensed',sans-serif;
              display: block;
              font-size: 13px;
              font-size: .8125rem;
              color: #fff;
              text-transform: uppercase;
              position: relative;
              line-height: 100%;
              margin: 0;
              letter-spacing: 1px;
              padding: 0 30px; }
              #header #hdr-top #menu-right li ul li a:hover, #header #hdr-top #menu-right li ul li a:focus {
                color: rgba(255, 255, 255, 0.7); }
              #header #hdr-top #menu-right li ul li a:after {
                display: block;
                width: 30px;
                height: 1px;
                position: absolute;
                bottom: -12px;
                background: rgba(255, 255, 255, 0.2);
                content: ""; }
              #header #hdr-top #menu-right li ul li a span {
                position: absolute;
                display: block;
                top: 0;
                right: 18px;
                transition: transform 0.25s;
                transform: rotate(-90deg); }
                #header #hdr-top #menu-right li ul li a span svg {
                  width: 5px;
                  height: 7px;
                  fill: #fff;
                  vertical-align: middle; }
        #header #hdr-top #menu-right li.open {
          background: #23467F; }
          #header #hdr-top #menu-right li.open ul {
            opacity: 1;
            pointer-events: auto;
            visibility: visible;
            display: block;
            background: #23467F;
            z-index: 5;
            margin: 0; }

#navigation {
  display: none; }
  @media (min-width: 980px) {
    #navigation {
      display: block; } }
  #navigation ul {
    z-index: 99; }
    #navigation ul li {
      float: left;
      position: relative; }
      #navigation ul li a {
        display: block;
        text-decoration: none;
        -webkit-transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,opacity .25s ease;
        transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,opacity .25s ease;
        text-decoration: none;
        color: #fff;
        padding: 30px 13px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: 'Univers LT W01_67 Bold_1476016',sans-serif;
        text-transform: uppercase;
        border-top: 5px solid rgba(255, 255, 255, 0.3); }
        @media (min-width: 980px) {
          #navigation ul li a {
            font-size: 18px;
            font-size: 1.125rem; } }
        @media (min-width: 1220px) {
          #navigation ul li a {
            font-size: 20px;
            font-size: 1.25rem;
            padding: 30px 26px; } }
        #navigation ul li a:hover, #navigation ul li a:focus {
          background: #3268C2;
          border-top-color: #fff; }
        #navigation ul li a .symbol_search {
          width: 20px;
          height: 18px;
          fill: #fff; }
      #navigation ul li.opened > a {
        color: #fff;
        background: #5bbb52; }
      @media (min-width: 740px) {
        #navigation ul li.opened > ul {
          position: absolute;
          left: 0; } }
    #navigation ul#main-nav > li.isparent > a:after {
      content: '\f107';
      font-family: FontAwesome;
      margin-left: 12px;
      line-height: normal;
      font-size: 0.95em; }
    #navigation ul ul {
      background: #f1f1f1; }
      @media (min-width: 740px) {
        #navigation ul ul {
          min-width: 200px;
          position: fixed;
          left: 105%; } }
      #navigation ul ul li {
        float: none; }
        #navigation ul ul li.isparent:after {
          content: "\f054";
          font-family: fontAwesome;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 5px; }
        #navigation ul ul li a {
          color: #1A3258; }
        #navigation ul ul li.opened > ul {
          top: 0;
          left: 100%; }

#hamburger {
  position: absolute;
  z-index: 1;
  width: 41px;
  height: 41px;
  color: #fff;
  right: 25px;
  top: 8px;
  border: 3px solid #fff;
  font-size: 0;
  -webkit-transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,opacity .25s ease;
  transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,opacity .25s ease;
  text-decoration: none;
  background: none;
  box-sizing: border-box;
  cursor: pointer; }
  @media (min-width: 740px) {
    #hamburger {
      right: 7px; } }
  #hamburger:after {
    display: inline-block;
    width: 17px;
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #fff;
    box-shadow: 0 5px 0 #fff, 0 -5px 0 #fff;
    content: ""; }
  @media (min-width: 980px) {
    #hamburger {
      display: none; } }

.search {
  width: 100%;
  margin: 0 0 15px; }
  .search form {
    position: relative; }
  .search input[type=text] {
    padding: 10px 50px 10px 15px;
    font-family: 'Univers LT W01_45 Light1475944',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1A3258;
    text-overflow: ellipsis;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    font-size: 0.9375rem;
    border: 1px solid #3f4a5b;
    border-left: 5px solid #4b86d8; }
  .search button.submit {
    background: none;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer;
    text-transform: none;
    text-align: left;
    line-height: 1.15; }
    .search button.submit span.site_search_handle_icon {
      font-size: 0; }
    .search button.submit svg {
      width: 15px;
      height: 15px;
      fill: #1A3258;
      vertical-align: middle; }
  .search ::-webkit-input-placeholder {
    color: #1A3258; }
  .search :-moz-placeholder {
    color: #1A3258; }
  .search ::-moz-placeholder {
    color: #1A3258; }
  .search :-ms-input-placeholder {
    color: #1A3258; }

#sidebar {
  display: none; }
  @media (min-width: 980px) {
    #sidebar {
      display: block; } }
  @media (min-width: 1220px) {
    #sidebar {
      margin: 0 -40px; } }
  #sidebar .sidebar-box {
    background: #1A3258;
    padding: 0 40px 40px;
    color: #fff;
    font-family: 'Univers LT W01_45 Light1475944',sans-serif;
    font-size: 0.9375rem;
    line-height: 1.8; }
    @media (min-width: 980px) {
      #sidebar .sidebar-box {
        margin-top: 40px; } }
    #sidebar .sidebar-box h2 {
      display: inline-block;
      padding: 7px 14px;
      background: #3268C2;
      margin: 0 0 25px 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: 'Univers LT W01_67 Bold_1476016',sans-serif;
      font-size: 13px;
      font-size: .8125rem;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 1px; }
    #sidebar .sidebar-box h3 {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: 'Univers LT W01_67 Bold_1476016',sans-serif;
      font-size: 13px;
      font-size: 0.8125rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #aacaff;
      line-height: 17px; }
    #sidebar .sidebar-box p {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: 'Univers LT W01_45 Light1475944',sans-serif; }
    #sidebar .sidebar-box li + li {
      margin-top: 25px; }
    #sidebar .sidebar-box a {
      -webkit-transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,opacity .25s ease;
      transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,opacity .25s ease;
      text-decoration: none;
      border-bottom: 1px solid #3268C2;
      color: #fff;
      word-wrap: break-word; }
      #sidebar .sidebar-box a:hover, #sidebar .sidebar-box a:focus {
        color: #AACAFF; }

#edition {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Adobe Caslon W01 SmBd',serif;
  font-size: 1.5rem;
  padding: 15px 0; }
  #edition a {
    color: #1A3258;
    text-decoration: none; }
  @media (max-width: 979px) {
    #edition {
      display: none; } }

#cl-menu {
  background: #fff;
  padding: 10px 20px 30px 40px; }
  @media (min-width: 980px) {
    #cl-menu {
      border-top: 5px solid #23467F; } }
  #cl-menu ul.nav {
    margin-left: -15px; }
    #cl-menu ul.nav li a {
      display: block;
      text-decoration: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: 'Univers LT W01_67 Bold_1476016',sans-serif;
      font-size: 13px;
      font-size: 0.8125rem;
      text-transform: uppercase;
      color: #23467F;
      letter-spacing: 1px;
      padding: 15px;
      -webkit-transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,opacity .25s ease;
      transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,opacity .25s ease;
      text-decoration: none;
      position: relative; }
      #cl-menu ul.nav li a:hover, #cl-menu ul.nav li a:focus {
        color: #3268C2; }
      #cl-menu ul.nav li a:after {
        position: absolute;
        display: block;
        width: 160px;
        height: 1px;
        bottom: 0;
        background: #d9d9d9;
        content: ''; }
    #cl-menu ul.nav li.active > a:after,
    #cl-menu ul.nav li.active > .toggle-wrap > a:after, #cl-menu ul.nav li.self > a:after,
    #cl-menu ul.nav li.self > .toggle-wrap > a:after {
      display: none; }
    #cl-menu ul.nav li.self > a,
    #cl-menu ul.nav li.self > button span:after,
    #cl-menu ul.nav li.self > .toggle-wrap > a,
    #cl-menu ul.nav li.self > .toggle-wrap > button span:after {
      color: #3268C2; }
    #cl-menu ul.nav ul.nav {
      background: #f7f7f7;
      margin-left: 20px;
      padding: 1px 0 1px 0px;
      border-top: 1px solid #d9d9d9;
      border-bottom: 1px solid #d9d9d9; }
      #cl-menu ul.nav ul.nav li a {
        padding: 15px 20px; }
        #cl-menu ul.nav ul.nav li a:after {
          width: 40px; }
      #cl-menu ul.nav ul.nav li:last-child > a:after,
      #cl-menu ul.nav ul.nav li:last-child > .toggle-wrap > a:after {
        display: none; }
      #cl-menu ul.nav ul.nav li.active {
        padding-bottom: 0; }
      #cl-menu ul.nav ul.nav li.self > a,
      #cl-menu ul.nav ul.nav li.self > .toggle-wrap > a {
        background: #3268C2;
        color: #fff; }
      #cl-menu ul.nav ul.nav li.self > button span:after,
      #cl-menu ul.nav ul.nav li.self > .toggle-wrap > button span:after {
        color: #fff; }
      #cl-menu ul.nav ul.nav ul.nav {
        border: none;
        background: none;
        padding-left: 10px; }
        #cl-menu ul.nav ul.nav ul.nav li > a {
          padding: 10px; }
        #cl-menu ul.nav ul.nav ul.nav li > a:after,
        #cl-menu ul.nav ul.nav ul.nav li > .toggle-wrap > a:after {
          display: none; }
  #cl-menu.togglenav li > .toggle-wrap {
    position: relative; }
  #cl-menu.togglenav li.isparent > .toggle-wrap > a {
    padding-right: 30px; }
  #cl-menu.togglenav li.isparent button {
    display: inline-block;
    font-size: 0em;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    cursor: pointer; }
    #cl-menu.togglenav li.isparent button span {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      right: 0; }
      #cl-menu.togglenav li.isparent button span:after {
        content: "\f13a";
        font-family: FontAwesome;
        display: block;
        color: #23467F;
        font-size: 1rem; }
    #cl-menu.togglenav li.isparent button.open span:after {
      content: "\f139"; }
  #cl-menu.togglenav li.isparent:not(.active):not(.self) > ul.nav {
    display: none; }

#sidebar-nav-mobile {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  background: #fff;
  border-top: 5px solid #23467F;
  color: #23467F;
  padding: 30px 20px 30px 40px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Univers LT W01_67 Bold_1476016',sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative; }
  #sidebar-nav-mobile:before, #sidebar-nav-mobile:after {
    position: absolute;
    display: block;
    color: #23467F;
    top: 0;
    right: 35px;
    bottom: 0;
    content: "";
    margin: auto 0;
    -webkit-transition: opacity .25s,visibility .25s,-webkit-transform .25s;
    transition: opacity .25s,visibility .25s,-webkit-transform .25s;
    transition: opacity .25s,transform .25s,visibility .25s;
    transition: opacity .25s,transform .25s,visibility .25s,-webkit-transform .25s; }
  #sidebar-nav-mobile:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: #23467F transparent transparent transparent; }
  #sidebar-nav-mobile:after {
    width: 15px;
    height: 15px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: .59090909;
    text-align: center;
    background-color: transparent;
    box-shadow: none;
    content: "\00d7";
    font-weight: 700;
    opacity: 0;
    transform: rotate(180deg);
    visibility: hidden; }
  #sidebar-nav-mobile[aria-expanded="true"]:before {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    visibility: hidden; }
  #sidebar-nav-mobile[aria-expanded="true"]:after {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    visibility: visible; }
  #sidebar-nav-mobile:hover, #sidebar-nav-mobile:focus {
    color: #3268C2; }
  @media (min-width: 980px) {
    #sidebar-nav-mobile {
      display: none; } }

.onthispage {
  margin: 20px 0;
  border: 1px solid #ddd; }
  .onthispage .otp-title {
    font-weight: 400;
    background: #1A3258;
    padding: 10px 15px;
    color: #fff; }
  .onthispage ul {
    padding: 15px; }
    .onthispage ul li {
      margin: 0 0 0.5em; }
      .onthispage ul li:last-child {
        margin: 0; }
      .onthispage ul li a {
        text-decoration: none;
        color: inherit; }
        .onthispage ul li a:hover, .onthispage ul li a:focus {
          text-decoration: underline; }
      .onthispage ul li ul {
        margin: 0;
        list-style: none; }
    .onthispage ul ul {
      padding: 10px 0 0 15px; }
  #content .onthispage ul {
    margin-bottom: 0; }
    #content .onthispage ul ul {
      margin: 0; }

#sidebaredit,
.onthispageedit {
  text-decoration: none; }

#breadcrumb {
  font-family: 'Univers LT W01_57 Condensed',sans-serif; }
  @media (max-width: 979px) {
    #breadcrumb {
      display: none; } }
  #breadcrumb ul {
    margin: 0 0 22px; }
    #breadcrumb ul li {
      display: inline-block;
      position: relative;
      margin: 0 0 5px 0;
      font-size: 13px;
      font-size: 0.8125rem;
      text-transform: uppercase;
      line-height: 1.38461538;
      letter-spacing: 1px;
      color: #1A3258; }
      #breadcrumb ul li:not(:last-child):after {
        color: #B3B2B3;
        content: "/";
        margin: 0 5px; }
      #breadcrumb ul li a {
        text-decoration: none;
        color: inherit;
        -webkit-transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,opacity .25s ease;
        transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,opacity .25s ease;
        text-decoration: none; }
        #breadcrumb ul li a:hover, #breadcrumb ul li a:focus {
          color: #3268C2; }
      #breadcrumb ul li:first-of-type .symbol_home {
        width: 12px;
        height: 12px;
        fill: #1A3258;
        margin: -5px 15px 0 0; }
      #breadcrumb ul li:last-of-type {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: 'Univers LT W01_67 Bold_1476016',sans-serif; }
    #breadcrumb ul .crumbsep {
      display: none; }

#footer {
  background: #122035;
  color: #fff;
  padding-bottom: 65px; }
  @media (min-width: 980px) {
    #footer .wrap {
      padding: 0 12.5px; } }
  #footer #footer-top {
    background: #3268C2;
    position: relative; }
    @media (min-width: 980px) {
      #footer #footer-top li {
        float: left; } }
    #footer #footer-top a {
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: 'Univers LT W01_67 Bold_1476016',sans-serif;
      font-size: 16px;
      font-size: 1rem;
      -webkit-transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,opacity .25s ease;
      transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,opacity .25s ease;
      text-decoration: none; }
      #footer #footer-top a:hover, #footer #footer-top a:focus {
        color: #ebebeb; }
      @media (min-width: 980px) {
        #footer #footer-top a {
          font-size: 15px;
          font-size: 0.9375rem; } }
    #footer #footer-top #foot-menu {
      background: #3566B3; }
      @media (max-width: 979px) and (min-width: 740px) {
        #footer #footer-top #foot-menu ul {
          column-count: 2;
          column-gap: 0; }
          #footer #footer-top #foot-menu ul li {
            float: none;
            -webkit-column-break-inside: avoid;
            column-break-inside: avoid;
            page-break-inside: avoid;
            break-inside: avoid; } }
      #footer #footer-top #foot-menu li {
        padding: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
        @media (min-width: 740px) {
          #footer #footer-top #foot-menu li {
            border-right: 1px solid #2C5BA8;
            border-bottom-color: #2C5BA8; } }
        @media (min-width: 980px) {
          #footer #footer-top #foot-menu li {
            padding: 23px 14px;
            border-bottom: none; } }
        @media (min-width: 1220px) {
          #footer #footer-top #foot-menu li {
            padding: 23px 30px; } }
    @media (min-width: 740px) {
      #footer #footer-top #foot-social {
        position: absolute;
        right: 0;
        bottom: 0; } }
    @media (min-width: 980px) {
      #footer #footer-top #foot-social {
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        bottom: auto; } }
    #footer #footer-top #foot-social li {
      float: left;
      padding: 19px 17px; }
      @media (min-width: 980px) {
        #footer #footer-top #foot-social li {
          padding: 0 20px 0 0; } }
      #footer #footer-top #foot-social li a {
        display: block; }
        #footer #footer-top #foot-social li a:hover svg, #footer #footer-top #foot-social li a:focus svg {
          opacity: 0.7; }
      #footer #footer-top #foot-social li svg {
        fill: #fff;
        -webkit-transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,opacity .25s ease;
        transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,opacity .25s ease;
        text-decoration: none;
        vertical-align: middle; }
      #footer #footer-top #foot-social li .symbol_facebook,
      #footer #footer-top #foot-social li .symbol_linkedin,
      #footer #footer-top #foot-social li .symbol_instagram {
        width: 20px;
        height: 20px; }
      #footer #footer-top #foot-social li .symbol_twitter {
        width: 20px;
        height: 17px; }
      #footer #footer-top #foot-social li .symbol_youtube {
        width: 20px;
        height: 16px; }
  @media (min-width: 980px) {
    #footer #footer-main {
      margin-top: 50px; } }
  @media (min-width: 980px) {
    #footer #footer-main {
      margin-left: 25px;
      margin-right: 25px; } }
  @media (min-width: 1220px) {
    #footer #footer-main {
      margin-left: 87px;
      margin-right: 100px; } }
  #footer #footer-main #foot-logo {
    text-align: center;
    margin: 35px 0 0; }
    @media (max-width: 739px) {
      #footer #footer-main #foot-logo:after {
        display: block;
        width: 100px;
        height: 1px;
        background: #3C4859;
        content: "";
        margin: 22px auto 35px; } }
    @media (min-width: 740px) {
      #footer #footer-main #foot-logo {
        margin: 35px 0; } }
    @media (min-width: 980px) {
      #footer #footer-main #foot-logo {
        text-align: left;
        margin: 0;
        float: left; } }
    #footer #footer-main #foot-logo svg {
      width: 199px;
      height: 50px;
      fill: #fff; }
      @media (min-width: 740px) {
        #footer #footer-main #foot-logo svg {
          width: 301px;
          height: 75px; } }
  #footer #footer-main #contact-info {
    font-family: 'Univers LT W01_57 Condensed',sans-serif;
    font-size: 15px;
    font-size: .9375rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.34px; }
    @media (min-width: 740px) {
      #footer #footer-main #contact-info {
        font-size: 14px;
        font-size: 0.875rem;
        letter-spacing: 1.25px;
        margin: 6px 0 0; } }
    @media (min-width: 980px) {
      #footer #footer-main #contact-info {
        float: right;
        margin: 25px 0 0; } }
    #footer #footer-main #contact-info span {
      display: inline-block;
      margin-bottom: 15px;
      position: relative; }
      @media (max-width: 739px) {
        #footer #footer-main #contact-info span {
          display: block; } }
      @media (min-width: 980px) {
        #footer #footer-main #contact-info span {
          margin: 0 23px 15px; } }
      #footer #footer-main #contact-info span:after {
        display: block;
        position: absolute;
        width: 1px;
        height: 16px;
        top: 0;
        right: -20px;
        background: rgba(255, 255, 255, 0.19);
        content: "";
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg); }
        @media (min-width: 980px) {
          #footer #footer-main #contact-info span:after {
            right: -24px; } }
      #footer #footer-main #contact-info span:last-of-type {
        margin-right: 0; }
        #footer #footer-main #contact-info span:last-of-type:after {
          display: none; }
      #footer #footer-main #contact-info span a {
        color: #fff;
        display: inline-block;
        border-bottom: 1px solid #00a4ed;
        text-decoration: none; }
        @media (min-width: 740px) {
          #footer #footer-main #contact-info span a {
            border-bottom-color: #73aaf9; } }

#content {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Univers LT W01_45 Light1475944',sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.66666667;
  color: #454545; }
  @media (min-width: 980px) {
    #content {
      font-size: 18px;
      font-size: 1.125rem; } }
  #content .page_content > a.lfeditable + h2,
  #content .page_content > h2:first-child {
    padding-top: 0;
    margin-top: 0; }
  #content a {
    color: #3268C2;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Univers LT W01_67 Bold_1476016',sans-serif;
    -webkit-transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,opacity .25s ease;
    transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,opacity .25s ease;
    text-decoration: none;
    border-bottom: 1px solid #d9d9d9; }
    #content a:hover, #content a:focus {
      color: #23467F; }
  #content h2, #content h3, #content h4, #content h5, #content h6 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Univers LT W01_67 Bold_1476016',sans-serif; }
  #content h1 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Adobe Caslon W01 SmBd',serif;
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1;
    color: #1A3258;
    margin: 0.67em 0; }
    @media (min-width: 980px) {
      #content h1 {
        font-size: 45px;
        font-size: 2.8125rem; } }
    @media (min-width: 1220px) {
      #content h1 {
        font-size: 55px;
        font-size: 3.4375rem; } }
  #content h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: .94285714;
    text-transform: uppercase;
    color: #1A3258;
    margin: 60px 0 15px 0; }
    @media (min-width: 980px) {
      #content h2 {
        font-size: 35px;
        font-size: 2.1875rem; } }
  #content h3 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.28;
    color: #1A3258;
    margin: 50px 0 35px 0; }
    @media (min-width: 980px) {
      #content h3 {
        font-size: 25px;
        font-size: 1.5625rem; } }
  #content h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: #1A3258;
    margin: 50px 0 23px 0; }
  #content h5 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.1875;
    color: #1A3258;
    margin: 50px 0 25px 0; }
  #content h6 {
    font-size: 13px;
    font-size: .8125rem;
    line-height: .92307692;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1A3258;
    margin: 55px 0 30px 0; }
  #content p,
  #content dl,
  #content ul,
  #content ol,
  #content table,
  #content blockquote {
    margin: 10px 0; }
    @media (min-width: 980px) {
      #content p,
      #content dl,
      #content ul,
      #content ol,
      #content table,
      #content blockquote {
        margin: 15px 0; } }
  #content p.introtext {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Adobe Caslon W01 SmBd',serif;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.52;
    color: #1A3258; }
    @media (min-width: 980px) {
      #content p.introtext {
        font-size: 25px;
        font-size: 1.5625rem;
        margin: 15px 0; } }
  #content p.noindent {
    margin: 0;
    padding: 0; }
  #content p.hangindent {
    padding-left: 25px;
    text-indent: -25px; }
  #content ul,
  #content ol {
    margin: 20px 0;
    padding: 0 0 0 15px;
    list-style: none; }
    @media (min-width: 740px) {
      #content ul,
      #content ol {
        margin: 40px 0; } }
    #content ul li,
    #content ol li {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: 'Univers LT W01_45 Light1475944',sans-serif;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.6666667;
      color: #454545;
      margin: 10px 0; }
      @media (min-width: 980px) {
        #content ul li,
        #content ol li {
          font-size: 18px;
          font-size: 1.125rem; } }
    #content ul ul,
    #content ul ol,
    #content ol ul,
    #content ol ol {
      margin: 15px 0; }
  #content ul:not([type]) > li:before {
    background: #3268C2;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: "";
    display: block;
    float: left;
    margin: 13px 0 0 -15px; }
  #content ul.tightlist {
    list-style: none;
    padding: 0;
    margin: 15px 0; }
    #content ul.tightlist li {
      margin: 0; }
      #content ul.tightlist li:before {
        display: none; }
    #content ul.tightlist ul {
      list-style: none;
      margin: 0 0 0 25px; }
      #content ul.tightlist ul li:first-child {
        margin-top: 0; }
  #content ul[type="circle"] {
    list-style: circle; }
  #content ul[type="disc"] {
    list-style: disc; }
  #content ul[type="square"] {
    list-style: square; }
  #content ol:not([type]) {
    counter-reset: li; }
    #content ol:not([type]) > li:before {
      color: #3268C2;
      content: counter(li) ". ";
      counter-increment: li; }
  #content ol[type="i"] {
    list-style: lower-roman; }
  #content ol[type="I"] {
    list-style: upper-roman; }
  #content ol[type="a"] {
    list-style: lower-alpha; }
  #content ol[type="A"] {
    list-style: upper-alpha; }
  #content ol[type="1"] {
    list-style: decimal; }
  #content ol ul {
    padding-left: 40px; }
  #content li br {
    content: '';
    display: block;
    margin: 0 0 0.75em; }
  #content sup,
  #content sub {
    font-size: 0.8em;
    line-height: 1; }
  #content sup {
    vertical-align: super; }
  #content sub {
    vertical-align: sub; }
  #content hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; }
  #content blockquote {
    margin: 40px 0;
    border-left: 5px solid #3268C2;
    padding: 10px 20px 20px;
    font-style: italic;
    background: #fff; }
    #content blockquote p {
      line-height: 1.5; }
    #content blockquote cite {
      display: block;
      font-size: 0.75em; }
      #content blockquote cite:before {
        content: "\2014 \0020"; }
      #content blockquote cite a {
        color: #ccc; }
  #content .cola {
    width: 48%;
    float: left; }
  #content .colb {
    width: 48%;
    float: right; }
  @media (max-width: 499px) {
    #content .cola,
    #content .colb {
      width: auto;
      float: none; } }
  #content table {
    width: 100%;
    margin: 20px 0;
    font-family: sans-serif; }
    @media (min-width: 740px) {
      #content table {
        margin: 40px 0; } }
    #content table th,
    #content table td {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1.8;
      vertical-align: top;
      padding: 20px;
      text-align: left; }
    #content table th {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: 'Univers LT W01_67 Bold_1476016',sans-serif;
      background: #3268C2;
      color: #fff;
      padding: 30px 20px;
      white-space: nowrap; }
    #content table td a {
      font-family: inherit;
      border-bottom-color: #3268C2;
      color: #1A3258; }
    #content table td img {
      vertical-align: top; }
    #content table td p,
    #content table td li {
      margin: 0;
      font-size: 1em; }
    #content table tr.areaheader td, #content table tr.areaheader,
    #content table tr.areasubheader td, #content table tr.areasubheader,
    #content table tr.listsum td,
    #content table tr.plangridtotal td,
    #content table tr.plangridsum td {
      font-weight: bold; }
    #content table tr.areasubheader,
    #content table tr.areasubheader td,
    #content table tr td.areasubheader {
      font-style: italic; }
    #content table tr.odd {
      background: #fff; }
    #content table tr.orclass td {
      padding-top: 0;
      border-top: none; }
      #content table tr.orclass td.codecol {
        padding-left: 2em; }
    #content table tr td.hourscol,
    #content table tr th.hourscol {
      text-align: right;
      width: 10%;
      white-space: nowrap; }
    #content table.hiddencourselist {
      display: none; }
    #content table.sc_courselist td[colspan="2"] + td.hourscol {
      width: 75px;
      white-space: nowrap; }
    #content table .plangridterm th {
      background: #1A3258;
      color: #fff;
      padding: 10px 20px; }
    #content table.sorttable tr.odd,
    #content table.sorttable tr.even {
      background: none; }
    #content table.sorttable tr:nth-child(2n) {
      background: #f5f5f5; }
    #content table.sc_footnotes {
      border: 0; }
      #content table.sc_footnotes td {
        padding: 0 0 0.75em 0;
        border: 0; }
        #content table.sc_footnotes td.symcol {
          width: 15px; }
        #content table.sc_footnotes td ul {
          margin-top: 7px;
          margin-bottom: 7px; }
        #content table.sc_footnotes td li {
          font-size: 1em; }
  #content #tabs {
    margin: 0 0 40px 0; }
    #content #tabs ul {
      margin: 0;
      padding: 0; }
      #content #tabs ul li {
        float: left;
        list-style-type: none; }
        #content #tabs ul li + li {
          border-left: 1px solid #4b86d8; }
        #content #tabs ul li:before {
          display: none; }
        #content #tabs ul li a {
          color: #fff;
          padding: 6px 15px 8px;
          background: #3268C2;
          display: block;
          text-decoration: none;
          border-bottom: none;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-family: 'Univers LT W01_67 Bold_1476016',sans-serif;
          text-transform: uppercase;
          font-size: 0.875rem;
          letter-spacing: 0.5px;
          border-top: 2px solid #3268C2; }
          @media (min-width: 740px) {
            #content #tabs ul li a {
              padding: 10px 25px 12px;
              font-size: 0.9375rem; } }
        #content #tabs ul li.active a {
          color: #23467F;
          background: none;
          border-bottom-color: transparent; }
        #content #tabs ul li:not(.active) a:hover,
        #content #tabs ul li:not(.active) a:focus {
          background: #1A3258; }
  #content ul.letternav {
    padding: 0;
    list-style: none; }
    #content ul.letternav li {
      text-transform: uppercase;
      float: left;
      margin: 0 1px 1px 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: 'Univers LT W01_67 Bold_1476016',sans-serif; }
      #content ul.letternav li:before {
        display: none; }
      #content ul.letternav li a, #content ul.letternav li.inactive {
        padding: .25em .6em;
        color: #122035;
        text-align: center;
        text-decoration: none;
        display: block;
        width: 1em;
        float: left;
        border: none;
        background: #fff; }
      #content ul.letternav li.inactive {
        background: none;
        color: #666; }
      #content ul.letternav li a {
        text-decoration: none;
        border: none; }
        #content ul.letternav li a:hover, #content ul.letternav li a:active, #content ul.letternav li a:focus {
          background: #3268C2;
          color: #fff; }
  #content img.imgleft {
    padding: 0 10px 10px 0;
    float: left; }
  #content img.imgright {
    padding: 0 0 10px 10px;
    float: right; }
  #content img.imgcenter {
    padding: 10px;
    margin: 0 auto;
    display: block; }
  #content .archive-message,
  #content .shared-message {
    background: #fff;
    border-top: 4px solid #3268C2; }
    #content .archive-message p,
    #content .shared-message p {
      padding: 2rem;
      margin: 0; }
  #content .toggle-wrap {
    padding: 20px 0;
    margin-top: 50px;
    border-color: #ccc;
    border-width: 1px 0 1px 0;
    border-style: solid; }
    #content .toggle-wrap + .toggle-wrap {
      border-top: 0; }
    #content .toggle-wrap .toggle-wrap {
      margin-top: 0px; }
  #content .toggle-content {
    padding: 10px 0 0 10px; }
    #content .toggle-content .toggle-wrap {
      border: none; }
  #content .toggle {
    margin: 0;
    padding: 0; }
    #content .toggle button {
      width: 100%;
      background: none;
      color: inherit;
      cursor: pointer;
      text-align: left;
      box-sizing: border-box; }
      #content .toggle button:before {
        content: "\f054";
        font-family: FontAwesome;
        margin-right: 12px;
        font-size: .6em;
        position: relative;
        top: -2px;
        width: 15px;
        display: inline-block;
        color: #3268C2; }
    #content .toggle.expanded button:before {
      content: "\f078"; }
    #content .toggle + [aria-hidden] {
      display: none; }
    #content .toggle + [aria-hidden="false"] {
      display: block; }
  #content .fslaunch {
    margin: 2.5rem 0; }
  #content a.fslaunch-btn {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Univers LT W01_67 Bold_1476016',sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    line-height: .92307692;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,opacity .25s ease;
    transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,opacity .25s ease;
    text-decoration: none;
    position: relative;
    width: auto;
    border: 0;
    letter-spacing: .5px;
    padding: 16px 20px 17px 20px;
    background: #3268C2;
    color: #fff; }
    #content a.fslaunch-btn:hover, #content a.fslaunch-btn:focus {
      opacity: 0.85; }
  #content a.fslaunch-btn:after {
    margin: 0 0 0 20px;
    font-family: FontAwesome;
    content: '\f002'; }
  #content .searchresult {
    margin-bottom: 35px; }
    #content .searchresult h2 {
      margin: 0 0 5px;
      padding: 0;
      text-transform: none;
      font-weight: bold;
      font-size: 1.1rem;
      line-height: 1; }
      #content .searchresult h2 a {
        text-decoration: none;
        font-size: 1.3rem; }
    #content .searchresult p {
      margin: 4px 0;
      padding: 0; }
      #content .searchresult p.search-url {
        font-size: 0.9rem; }
        #content .searchresult p.search-url a {
          color: #444;
          font-style: italic; }
          #content .searchresult p.search-url a:hover, #content .searchresult p.search-url a:focus {
            color: #000; }
    #content .searchresult .courseblock {
      margin: 0;
      padding: 0; }

a#totop {
  display: block;
  opacity: 0;
  color: #fff;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #3268C2;
  width: 43px;
  height: 43px;
  border-radius: 3px;
  z-index: 999;
  line-height: 1.5;
  text-decoration: none; }
  a#totop:after {
    content: "\f077";
    font-family: FontAwesome;
    font-size: 1.2em;
    text-indent: 0;
    text-align: center;
    color: white;
    display: block;
    position: absolute;
    bottom: 9px;
    right: 12px; }
  a#totop.show {
    opacity: 1; }

a#print-btn {
  display: block;
  background: #1A3258;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  font-size: 0.9em;
  margin-top: 15px; }
  a#print-btn:before {
    margin-right: 10px;
    content: "\f02f";
    font-family: FontAwesome;
    display: inline-block; }
  a#print-btn:hover, a#print-btn:focus {
    text-decoration: underline; }

#print-dialog {
  padding: 0;
  width: 350px;
  text-align: left;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  line-height: 1.5;
  font-family: inherit !important; }
  @media (max-width: 499px) {
    #print-dialog {
      width: 90%; } }
  #print-dialog.screen {
    font-size: 100%; }
  #print-dialog.noscript {
    display: block;
    position: relative; }
  #print-dialog .print-header {
    padding: 10px;
    font-size: 1.5em;
    border-bottom: 1px solid #ccc; }
  #print-dialog .print-body {
    padding: 20px 10px; }
  #print-dialog .print-option {
    padding: 0 0 10px 0; }
    #print-dialog .print-option a {
      font-weight: 600;
      color: #1A3258; }
    #print-dialog .print-option p {
      margin: 0; }
  #print-dialog .buttons {
    padding: 10px;
    background: #3268C2; }
  #print-dialog .cancel a,
  #print-dialog .cancel button {
    padding: 5px 12px;
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    color: #333;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    float: right;
    border: 1px solid #ebebeb;
    background-color: #e6e6e6;
    background-image: linear-gradient(white, #e6e6e6);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }
    #print-dialog .cancel a:hover, #print-dialog .cancel a:focus,
    #print-dialog .cancel button:hover,
    #print-dialog .cancel button:focus {
      background: #e6e6e6; }

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

#nav-panel {
  display: none; }

@media (max-width: 979px) {
  #nav-panel {
    background: #122035;
    -webkit-transform: translate3D(270px, 0, 0);
    -ms-transform: translate3D(270px, 0, 0);
    transform: translate3D(270px, 0, 0);
    z-index: 3;
    width: 270px;
    height: 100%;
    height: calc(100% + 60px);
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    transition: transform .2s ease,visibility 1ms linear .2s,-webkit-transform .2s ease;
    overflow-y: scroll; }
    body.nav-open #nav-panel {
      width: 100%;
      padding-top: 15px;
      padding-bottom: 200px;
      -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
      transform: translate3D(0, 0, 0);
      transition: transform .2s ease,visibility 1ms ease,-webkit-transform .2s ease;
      visibility: visible; }
    #nav-panel li a {
      color: #fff;
      text-transform: uppercase;
      display: block;
      text-decoration: none;
      -webkit-transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,opacity .25s ease;
      transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,opacity .25s ease;
      text-decoration: none; }
  #panel-title {
    margin: 12px 0 0 24px;
    font-size: 0; } }
  @media (max-width: 979px) and (min-width: 500px) {
    #panel-title {
      margin-left: 26px; } }

@media (max-width: 979px) {
    #panel-title a {
      display: block; }
    #panel-title h1 {
      color: #fff; }
    #panel-title svg {
      width: 233px;
      height: 15px;
      fill: #fff; } }
    @media (max-width: 979px) and (min-width: 500px) {
      #panel-title svg {
        width: 265px;
        height: 17px; } }

@media (max-width: 979px) {
  #close-menu {
    position: absolute;
    width: 41px;
    height: 41px;
    right: 25px;
    top: 12px;
    box-sizing: border-box;
    border: 4px solid rgba(255, 255, 255, 0.1);
    font-size: 0;
    text-align: left;
    text-transform: none;
    background: none;
    cursor: pointer; }
    #close-menu svg {
      width: 13px;
      height: 13px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      fill: #fff;
      cursor: pointer;
      vertical-align: middle; }
  #search-mobile {
    padding: 40px 20px 20px;
    box-sizing: border-box;
    margin: 0; }
    #search-mobile input[type=text] {
      padding: 15px 50px 15px 15px;
      color: #fff;
      background: none; }
    #search-mobile ::-webkit-input-placeholder {
      color: #fff; }
    #search-mobile :-moz-placeholder {
      color: #fff; }
    #search-mobile ::-moz-placeholder {
      color: #fff; }
    #search-mobile :-ms-input-placeholder {
      color: #fff; }
    #search-mobile button.submit {
      top: 10px; }
      #search-mobile button.submit svg {
        width: 20px;
        height: 20px;
        fill: #fff; }
  #mobile-nav-main li,
  #info-nav li {
    border-bottom: 1px solid rgba(247, 247, 247, 0.2); }
    #mobile-nav-main li a,
    #info-nav li a {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: 'Univers LT W01_67 Bold_1476016',sans-serif;
      padding: 20px;
      font-size: 20px;
      font-size: 1.25rem; }
      #mobile-nav-main li a:hover, #mobile-nav-main li a:focus,
      #info-nav li a:hover,
      #info-nav li a:focus {
        opacity: 0.7; }
  #info-nav li a {
    padding: 23px 20px;
    font-size: 14px;
    font-size: 0.875rem; }
    #info-nav li a span {
      -webkit-transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,opacity .25s ease;
      transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,opacity .25s ease;
      text-decoration: none;
      color: #4B86D8; }
    #info-nav li a:hover, #info-nav li a:focus {
      opacity: 1; }
      #info-nav li a:hover span, #info-nav li a:focus span {
        color: #fff; }
  #secondary-nav {
    padding: 0 0 0 20px; }
    #secondary-nav li a {
      color: rgba(255, 255, 255, 0.7);
      margin: 20px 0;
      display: block;
      font-family: 'Univers LT W01_57 Condensed',sans-serif;
      font-size: 13px;
      font-size: .8125rem; }
      #secondary-nav li a:hover, #secondary-nav li a:focus {
        color: #fff; } }

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

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