@charset "UTF-8";
@font-face {
  font-family: "Conduit";
  src: url("../fonts/conduit/ConduitITCPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/conduit/ConduitITCPro-Regular.woff2") format("woff2"), url("../fonts/conduit/ConduitITCPro-Regular.woff") format("woff"), url("../fonts/conduit/ConduitITCPro-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Conduit";
  src: url("../fonts/conduit/ConduitITCPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/conduit/ConduitITCPro-Bold.woff2") format("woff2"), url("../fonts/conduit/ConduitITCPro-Bold.woff") format("woff"), url("../fonts/conduit/ConduitITCPro-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: auto;
}
* {
  box-sizing: border-box;
}

body {
  color: #222222;
  font-family: "Roboto", "Helvetica", sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.inactivescreen {
  overflow-y: hidden;
}

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

.wrap {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .wrap {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .wrap {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .wrap {
    width: 1140px;
  }
}

@media (min-width: 768px) {
  #content-container::before {
    position: fixed;
    top: 5%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    content: "";
    z-index: -1;
    background-image: url(../images/feature_slash_bg.png);
    background-repeat: repeat-y;
    background-size: 85%;
    background-position: 100% 0;
  }
}

#content-container .wrap {
  display: flex;
  flex-wrap: wrap;
}

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

#col-nav {
  flex: 0 0 100%;
  padding-top: 0;
}
@media (min-width: 768px) {
  #col-nav {
    flex: 0 0 30.25%;
    max-width: 30.25%;
    padding-top: 45px;
  }
}
@media (min-width: 992px) {
  #col-nav {
    flex: 0 0 23%;
    max-width: 23%;
    padding-top: 63px;
  }
}

#col-content {
  position: relative;
}
@media (min-width: 768px) {
  #col-content {
    flex: 0 0 65%;
    max-width: 65%;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  #col-content {
    flex: 0 0 74%;
    max-width: 74%;
  }
}

#header {
  background: #fff;
  padding: 0 0 15px 0;
  position: relative;
}
@media (min-width: 576px) {
  #header {
    padding: 0;
  }
  #header .wrap {
    display: flex;
    align-items: center;
  }
}
#header .container-flex {
  margin-left: auto;
  margin-right: 0;
  display: flex;
  flex-direction: column;
}

#logo {
  padding: 20px 0;
  width: 175px;
}
@media (min-width: 576px) {
  #logo {
    padding: 30px 0;
    width: 175px;
  }
}
@media (max-width: 767px) {
  #logo {
    margin: 0 auto;
  }
}
#logo img {
  display: block;
}
#logo svg {
  fill: #0054a6;
  transition: fill 0.25s;
}
#logo a {
  display: block;
}
#logo a:hover svg, #logo a:focus svg {
  fill: #002e6d;
}

#cat-search {
  float: right;
  position: relative;
}
@media (min-width: 576px) {
  #cat-search {
    max-width: 200px;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  #cat-search {
    max-width: 200px;
  }
}
#cat-search .link-inst {
  position: absolute;
  top: calc(50% - 8px);
  right: calc(100% + 15px);
  color: #707070;
  font-family: "Conduit", sans-serif;
  font-size: 17px;
  font-weight: normal;
  text-decoration: none;
  transition: color 0.25s;
}
@media (max-width: 576px) {
  #cat-search .link-inst {
    display: none;
  }
}
#cat-search .link-inst:hover, #cat-search .link-inst:focus {
  text-decoration: underline;
  color: #002e6d;
}

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

#page-banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #aaa;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-end;
  /*
  .banner-image {
  	height: 515px;
  	background-image: url("../images/banner.jpg"); //default image, overridden by inline style
  	background-position: top;
  	margin-bottom: 72px;
  }
  .banner-noimage {
  	height: 86px;
  	background-color: #aaa;
  	margin-bottom: 72px;
  }
  */
}
#page-banner .mobile-image-space {
  display: none;
}
#page-banner.hasimage {
  background-image: url("../images/banner.jpg");
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #page-banner.hasimage .mobile-image-space {
    display: block;
    height: 140px;
    height: 30.5vw;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #page-banner.hasimage {
    background-size: cover;
    height: 320px;
  }
  #page-banner.hasimage .mobile-image-space {
    display: none;
  }
}
@media (min-width: 992px) {
  #page-banner.hasimage {
    height: 515px;
  }
}
#page-banner .container-title {
  /*
  position: absolute;
  left: 0;
  bottom: 72px;
  */
  width: 100%;
  background-color: rgba(0, 84, 166, 0.85);
  padding: 25px 0;
}
@media (max-width: 768px) {
  #page-banner .container-title {
    background-color: #266fb3;
  }
}
#page-banner::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  background: rgba(0, 84, 166, 0.5);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
  z-index: 90;
}

#site-title {
  position: relative;
  float: right;
}
@media (max-width: 767px) {
  #site-title {
    flex: 0 0 100%;
    padding-right: 40px;
  }
}
#site-title h1 {
  color: #0054a6;
  font-family: "Conduit", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 15px 0;
}
#site-title h1 a {
  color: inherit;
  text-decoration: none;
}

#navigation {
  display: none;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  #navigation {
    display: block;
    flex: 0 0 auto;
    margin-left: auto;
  }
}
#navigation.active {
  display: block;
}
@media (min-width: 768px) {
  #navigation ul li {
    float: left;
  }
}
#navigation ul li a {
  display: block;
  text-decoration: none;
  color: #0054a6;
  font-family: "Conduit", sans-serif;
  font-size: 19px;
  position: relative;
  padding: 20px 10px;
  transition: color 0.25s;
}
@media (min-width: 992px) {
  #navigation ul li a {
    padding: 20px 15px;
  }
}
#navigation ul li a::before {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: #61a2e0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
#navigation ul li a:hover, #navigation ul li a:focus {
  text-decoration: none;
}
#navigation ul li a:hover::before, #navigation ul li a:focus::before {
  height: 8px;
}
#navigation ul li.isparent {
  position: relative;
}
#navigation ul li.isparent > a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: 7px;
  line-height: 0.9;
}
#navigation ul ul {
  position: fixed;
  z-index: 50;
  left: 105%;
  top: 100%;
  background-color: #fff;
  min-width: 225px;
}
#navigation ul ul li {
  float: none;
}
#navigation ul ul a {
  text-transform: none;
  padding: 15px;
  color: #555;
  text-decoration: none;
  font-weight: bold;
}
#navigation ul ul a:hover, #navigation ul ul a:focus {
  color: #0054a6;
  text-decoration: underline;
}
#navigation ul ul a:hover::before, #navigation ul ul a:focus::before {
  height: 0;
}
#navigation ul li.opened ul {
  position: absolute;
  left: 0;
}

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

.search {
  width: 100%;
}
.search form {
  position: relative;
}
.search input[type=text] {
  width: 100%;
  line-height: normal;
  border-radius: 4px;
  border: 1px solid #5d6468;
  background: #f5f5f5;
  padding: 10px 40px 10px 10px;
  color: #0054a6;
  font-family: "Conduit", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.search input[type=text]:focus {
  border-color: #6cace4;
  background-color: #e5f0f9;
  color: #002e6d;
  border-bottom-width: 4px;
}
.search ::-webkit-input-placeholder {
  opacity: 0.6;
}
.search :-moz-placeholder {
  opacity: 0.6;
}
.search ::-moz-placeholder {
  opacity: 0.6;
}
.search :-ms-input-placeholder {
  opacity: 0.6;
}
.search button {
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  background: #5d6468;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: none;
  cursor: pointer;
  transition: background 0.25s ease-out;
}
.search button:hover, .search button:focus {
  background: #019cdb;
}

#sidebar {
  display: none;
}
@media (max-width: 767px) {
  #sidebar {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
}
@media (min-width: 768px) {
  #sidebar {
    display: block;
  }
}
#sidebar.active {
  display: block;
}
#sidebar .sidebar-item {
  /*
  background: $color-gray-light;
  border: 1px solid $color-gray-dark;
  margin-bottom: 30px;
  */
}
@media (max-width: 767px) {
  #sidebar .sidebar-item {
    background: #e1e7ec;
    padding: 5px 25px 15px;
    text-align: left;
  }
}
#sidebar .sidebar-header {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding: 15px;
  border-bottom: 1px solid #EAEAEA;
}
#sidebar .sidebar-header a {
  color: inherit;
  text-decoration: none;
}

#sidebar-toggle {
  background: #ecf0f3;
  border-bottom: 1px solid #e1e7ec;
  padding: 15px;
  padding-right: 45px;
  margin: 0 -15px;
  width: calc(100% + 30px);
  text-align: right;
  cursor: pointer;
  color: #555;
  font-size: 18px;
  font-family: "Conduit", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  /*
  .icon {
  	width: 1.4rem;
  	height: .2rem;
  	background: #555;
  	transition: all .25s;
  }
  */
}
#sidebar-toggle i {
  margin-left: 10px;
  font-weight: normal;
}
@media (min-width: 768px) {
  #sidebar-toggle {
    display: none;
  }
}
#sidebar-toggle::before, #sidebar-toggle::after,
#sidebar-toggle span::after {
  width: 14px;
  height: 2px;
  background: #555;
  position: absolute;
  content: "";
  right: 18px;
  top: 23px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
#sidebar-toggle::before {
  transform: translateY(-4px);
}
#sidebar-toggle::after {
  transform: translateY(4px);
}
#sidebar-toggle.active::before {
  transform: rotate(45deg) translate(0);
}
#sidebar-toggle.active::after {
  transform: rotate(-45deg) translate(0);
}
#sidebar-toggle.active span::after {
  opacity: 0;
}

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

#cl-menu {
  font-family: "Conduit", sans-serif;
  line-height: 1.2;
  font-size: 18px;
}
#cl-menu ul.nav li {
  position: relative;
  /*
  &.isparent > a:after {
  	content: '\f105';
  	font-family: FontAwesome;
  	position: absolute;
  	right: 10px;
  	top: 9px;
  }
  &.isparent.active > a:after {
  	content: '\f107';
  }
  */
}
#cl-menu ul.nav li a {
  display: block;
  text-decoration: none;
  position: relative;
  color: #555;
  padding: 16px 0;
}
@media (min-width: 768px) {
  #cl-menu ul.nav li a {
    padding: 6px 0;
    font-size: 20px;
  }
}
#cl-menu ul.nav li a:hover, #cl-menu ul.nav li a:focus {
  color: #0054a6;
  text-decoration: underline;
}
#cl-menu ul.nav ul.nav {
  padding-left: 30px;
}
#cl-menu ul.nav ul.nav li a {
  font-size: 16px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  #cl-menu ul.nav ul.nav li a {
    padding: 6px 0;
    font-size: 18px;
  }
}
#cl-menu ul.nav ul.nav li.self > a {
  font-weight: bold;
}
#cl-menu ul.nav ul.nav ul.nav {
  padding-left: 15px;
}
#cl-menu ul.nav ul.nav ul.nav a {
  padding: 7px 0;
}
@media (min-width: 768px) {
  #cl-menu ul.nav ul.nav ul.nav a {
    padding: 6px 0;
  }
}
@media (max-width: 767px) {
  #cl-menu > ul.nav > li {
    border-bottom: 1px solid #c5c7ca;
  }
  #cl-menu > ul.nav > li:last-child {
    border-bottom: 0;
  }
}
#cl-menu > ul.nav > li.active > a,
#cl-menu > ul.nav > li > a:hover,
#cl-menu > ul.nav > li > a:focus, #cl-menu > ul.nav > li.active > .toggle-wrap > a,
#cl-menu > ul.nav > li > .toggle-wrap > a:hover,
#cl-menu > ul.nav > li > .toggle-wrap > a:focus {
  text-decoration: underline;
}

#breadcrumb {
  background-color: #0054a6;
  padding: 11px 0;
  font-family: "Conduit", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  /*
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  z-index: 100;
  */
}
@media (min-width: 992px) {
  #breadcrumb {
    background-color: #266fb3;
    padding: 22px 0;
    font-size: 18px;
    line-height: 28px;
  }
}
#breadcrumb ul {
  z-index: 100;
  color: #fff;
}
#breadcrumb ul:before, #breadcrumb ul:after {
  content: " ";
  display: table;
}
#breadcrumb ul:after {
  clear: both;
}
#breadcrumb li {
  float: left;
}
#breadcrumb li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
#breadcrumb li a:hover, #breadcrumb li a:focus {
  text-decoration: underline;
}
#breadcrumb .crumbsep {
  color: #6cace4;
  padding: 0 10px;
}

h1.page-title {
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  z-index: 100;
}
@media (min-width: 576px) {
  h1.page-title {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  h1.page-title {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  h1.page-title {
    font-size: 45px;
  }
}

.page_content,
#content {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}
.page_content:before, .page_content:after,
#content:before,
#content:after {
  content: " ";
  display: table;
}
.page_content:after,
#content:after {
  clear: both;
}
@media (min-width: 768px) {
  .page_content,
#content {
    font-size: 19px;
  }
}
.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 {
  color: #0054a6;
  text-decoration: none;
  border-bottom: 2px solid #0054a6;
  background-image: linear-gradient(to bottom, #0054a6 0, #0054a6 100%);
  background-repeat: no-repeat;
  background-position: 0 2em;
  transition: background-position 0.15s linear 0.1s, box-shadow 0.15s linear 0s, color 0.15s linear 0s, -webkit-box-shadow 0.15s linear 0s;
}
.page_content a:hover, .page_content a:focus,
#content a:hover,
#content a:focus {
  text-decoration: none;
  color: #fff;
  background-image: linear-gradient(to bottom, #0054a6 0, #0054a6 100%);
  background-position: 0 0;
}
.page_content h2, .page_content h3, .page_content h4, .page_content h5, .page_content h6,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  margin: 0 0 0.75em;
  line-height: 1.2;
  color: #555;
  font-weight: bold;
}
.page_content h2:before, .page_content h2:after, .page_content h3:before, .page_content h3:after, .page_content h4:before, .page_content h4:after, .page_content h5:before, .page_content h5:after, .page_content h6:before, .page_content h6:after,
#content h2:before,
#content h2:after,
#content h3:before,
#content h3:after,
#content h4:before,
#content h4:after,
#content h5:before,
#content h5:after,
#content h6:before,
#content h6:after {
  content: " ";
  display: table;
}
.page_content h2:after, .page_content h3:after, .page_content h4:after, .page_content h5:after, .page_content h6:after,
#content h2:after,
#content h3:after,
#content h4:after,
#content h5:after,
#content h6:after {
  clear: both;
}
.page_content h2,
#content h2 {
  color: #002e6d;
  font-family: "Conduit", sans-serif;
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 0.75em;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.page_content h2::after,
#content h2::after {
  width: 55px;
  height: 5px;
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  background: #6cace4;
}
.page_content h3,
#content h3 {
  color: #266db3;
  font-size: 1.16em;
  text-transform: uppercase;
  line-height: 1.2em;
  font-weight: 500;
}
.page_content h4,
#content h4 {
  font-size: 1.1em;
}
.page_content h5,
#content h5 {
  font-size: 1.05em;
}
.page_content h6,
#content h6 {
  font-size: 1em;
}
.page_content p,
.page_content dl,
.page_content ul,
.page_content ol,
.page_content table,
.page_content blockquote,
.page_content .onthispage,
#content p,
#content dl,
#content ul,
#content ol,
#content table,
#content blockquote,
#content .onthispage {
  margin-bottom: 1.5em;
}
.page_content p.introtext,
#content p.introtext {
  font-size: 1.2em;
}
.page_content p.noindent,
#content p.noindent {
  margin: 0;
  padding: 0;
}
.page_content p.hangindent,
#content p.hangindent {
  padding-left: 25px;
  text-indent: -25px;
}
.page_content ul,
.page_content ol,
#content ul,
#content ol {
  margin-left: 20px;
}
.page_content ul li,
.page_content ol li,
#content ul li,
#content ol li {
  margin: 0 0 0.5em;
}
.page_content ul:not([type]),
#content ul:not([type]) {
  list-style: disc;
}
.page_content ul li ul,
#content ul li ul {
  margin-bottom: 0;
  margin-top: 0.5em;
}
.page_content ul li ul:not([type]),
#content ul li ul:not([type]) {
  list-style: circle;
}
.page_content ul li p,
.page_content ul li table,
#content ul li p,
#content ul li table {
  font-size: 1em;
}
.page_content ul.tightlist,
#content ul.tightlist {
  list-style: none;
  margin-left: 0;
}
.page_content ul.tightlist li,
#content ul.tightlist li {
  margin: 0;
}
.page_content ul.tightlist ul,
#content ul.tightlist ul {
  list-style: none;
  margin: 0 0 0 25px;
}
.page_content ul[type=circle],
#content ul[type=circle] {
  list-style: circle;
}
.page_content ul[type=disc],
#content ul[type=disc] {
  list-style: disc;
}
.page_content ul[type=square],
#content ul[type=square] {
  list-style: square;
}
.page_content ol:not([type]),
#content ol:not([type]) {
  list-style: decimal;
}
.page_content ol ol,
#content ol ol {
  margin-top: 0.5em;
  margin-bottom: 0;
}
.page_content ol ol:not([type]),
#content ol ol:not([type]) {
  list-style: lower-alpha;
}
.page_content ol ol ol:not([type]),
#content ol ol ol:not([type]) {
  list-style: lower-roman;
}
.page_content li br,
#content li br {
  content: "";
  display: block;
  margin: 0 0 0.3em;
}
.page_content sup,
.page_content sub,
#content sup,
#content sub {
  font-size: 0.75em;
  line-height: 1;
}
.page_content sup,
#content sup {
  vertical-align: super;
}
.page_content sub,
#content sub {
  vertical-align: sub;
}
.page_content hr,
#content hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.page_content blockquote,
#content blockquote {
  margin: 2rem 0;
  background: #F9F9F9;
  padding: 30px 20px;
  border: 1px solid #EAEAEA;
  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: "— ";
}
.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%;
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-top: none;
}
.page_content table th,
.page_content table td,
#content table th,
#content table td {
  padding: 0.5rem;
  border-top: 1px solid #EAEAEA;
  text-align: left;
  vertical-align: top;
}
.page_content table th,
#content table th {
  font-weight: bold;
  background: #0054a6;
  color: #fff;
}
.page_content table td img,
#content table td img {
  vertical-align: top;
}
.page_content table td p,
.page_content table td li,
#content table td p,
#content table td li {
  margin: 0;
  font-size: 1em;
}
.page_content table tr.areaheader td, .page_content table tr.areaheader, .page_content table tr.areasubheader td, .page_content table tr.areasubheader, .page_content table tr.listsum td, .page_content table tr.plangridtotal td, .page_content table tr.plangridsum td,
.page_content table tr .areaheader,
#content table tr.areaheader td,
#content table tr.areaheader,
#content table tr.areasubheader td,
#content table tr.areasubheader,
#content table tr.listsum td,
#content table tr.plangridtotal td,
#content table tr.plangridsum td,
#content table tr .areaheader {
  font-weight: bold;
}
.page_content table tr.areasubheader, .page_content table tr.areasubheader td,
.page_content table tr td.areasubheader,
#content table tr.areasubheader,
#content table tr.areasubheader td,
#content table tr td.areasubheader {
  font-style: italic;
}
.page_content table tr.odd,
#content table tr.odd {
  background: #F9F9F9;
}
.page_content table tr.orclass td,
#content table tr.orclass td {
  padding-top: 0;
  border-top: none;
}
.page_content table tr.orclass td.codecol,
#content table tr.orclass td.codecol {
  padding-left: 2em;
}
.page_content table tr td.hourscol,
.page_content table tr th.hourscol,
#content table tr td.hourscol,
#content table tr th.hourscol {
  text-align: right;
  width: 10%;
  white-space: nowrap;
}
.page_content table.hiddencourselist,
#content table.hiddencourselist {
  display: none;
}
.page_content table.sc_courselist td.codecol,
#content table.sc_courselist td.codecol {
  width: 18%;
}
.page_content table.sc_courselist td[colspan="2"] + td.hourscol,
#content table.sc_courselist td[colspan="2"] + td.hourscol {
  width: 75px;
  white-space: nowrap;
}
.page_content table .plangridterm th,
#content table .plangridterm th {
  background: #EAEAEA;
  color: inherit;
  text-transform: uppercase;
  font-size: 0.85em;
}
.page_content table.sorttable tr.odd,
.page_content table.sorttable tr.even,
#content table.sorttable tr.odd,
#content table.sorttable tr.even {
  background: none;
}
.page_content table.sorttable tr:nth-child(2n),
#content table.sorttable tr:nth-child(2n) {
  background: #f5f5f5;
}
.page_content table.sc_footnotes,
#content table.sc_footnotes {
  border: 0;
  font-size: 15px;
}
.page_content table.sc_footnotes td,
#content table.sc_footnotes td {
  padding: 0 0 0.75em 0;
  border: 0;
}
.page_content table.sc_footnotes td.symcol,
#content table.sc_footnotes td.symcol {
  width: 15px;
}
.page_content table.sc_footnotes td ul,
#content table.sc_footnotes td ul {
  margin-top: 7px;
  margin-bottom: 7px;
}
.page_content table.sc_footnotes td li,
#content table.sc_footnotes td li {
  font-size: 1em;
}
.page_content ul.letternav,
#content ul.letternav {
  padding: 0;
  margin: 0 0 1em 0;
  list-style: none;
}
.page_content ul.letternav li,
#content ul.letternav li {
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  margin: 0 1px 1px 0;
}
.page_content ul.letternav li:before, .page_content ul.letternav li:after,
#content ul.letternav li:before,
#content ul.letternav li:after {
  display: none;
}
.page_content ul.letternav li a, .page_content ul.letternav li.inactive,
#content ul.letternav li a,
#content ul.letternav li.inactive {
  padding: 0.25em 0.6em;
  color: #333;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 1em;
  float: left;
  border: none;
  background: #0054a6;
  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: #002e6d;
}
.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 .toggle,
#content .toggle {
  padding: 0;
  margin: 0;
}
.page_content .toggle:before, .page_content .toggle:after,
#content .toggle:before,
#content .toggle:after {
  display: none;
}
.page_content .toggle button,
#content .toggle button {
  width: 100%;
  text-align: left;
  background: none;
  text-transform: inherit;
  padding: 15px 10px 15px 30px;
  cursor: pointer;
  color: inherit;
  position: relative;
}
.page_content .toggle button:before,
#content .toggle button:before {
  content: "";
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 0;
  font-weight: normal;
  vertical-align: top;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #0054a6;
}
.page_content .toggle button[aria-expanded=true]:before,
#content .toggle button[aria-expanded=true]:before {
  content: "";
}
.page_content .toggle-wrap,
#content .toggle-wrap {
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}
.page_content .toggle-wrap + .toggle-wrap,
#content .toggle-wrap + .toggle-wrap {
  border-top: none;
}
.page_content .toggle-wrap .toggle-wrap,
#content .toggle-wrap .toggle-wrap {
  border: none;
}
.page_content .toggle-content,
#content .toggle-content {
  margin: 15px 0;
  padding: 5px 0 15px 20px;
}
.page_content .toggle-content *:last-child,
#content .toggle-content *:last-child {
  margin-bottom: 0;
}
.page_content .toggle-content[aria-hidden=true],
#content .toggle-content[aria-hidden=true] {
  display: none;
}
.page_content .toggle-content .toggle-content,
#content .toggle-content .toggle-content {
  padding-left: 25px;
}
.page_content .toggle-group,
#content .toggle-group {
  margin-bottom: 25px;
}
.page_content .fslaunch,
#content .fslaunch {
  margin: 2rem 0;
}
.page_content .fslaunch a,
#content .fslaunch a {
  display: inline-block;
  padding: 10px 20px;
  background: #0054a6;
  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: "";
  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: #002e6d;
}
.page_content .onthispage,
#content .onthispage {
  border: 1px solid #0054a6;
}
.page_content .onthispage .otp-title,
#content .onthispage .otp-title {
  font-weight: bold;
  padding: 10px;
  background: #0054a6;
  border-bottom: 1px solid #0054a6;
  color: #fff;
}
.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: #0054a6;
  text-decoration: none;
  border-bottom: 2px solid #0054a6;
  background-image: linear-gradient(to bottom, #0054a6 0, #0054a6 100%);
  background-repeat: no-repeat;
  background-position: 0 2em;
  transition: background-position 0.15s linear 0.1s, box-shadow 0.15s linear 0s, color 0.15s linear 0s, -webkit-box-shadow 0.15s linear 0s;
}
.page_content .onthispage ul li a:hover, .page_content .onthispage ul li a:focus,
#content .onthispage ul li a:hover,
#content .onthispage ul li a:focus {
  text-decoration: none;
  color: #fff;
  background-image: linear-gradient(to bottom, #0054a6 0, #0054a6 100%);
  background-position: 0 0;
}
.page_content .onthispage ul ul,
#content .onthispage ul ul {
  list-style-type: square !important;
  margin: 0 0 0 30px;
  padding: 0;
}

.archive-message,
.shared-message,
.search-message {
  background: #fafafa;
}
.archive-message p,
.shared-message p,
.search-message p {
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 3px;
}

#fssearchresults .searchresult {
  margin-bottom: 20px;
}
#fssearchresults .searchresult + .searchresult {
  padding-top: 20px;
  border-top: 1px solid #EAEAEA;
}
#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: #0054a6;
  color: #fff;
  border-radius: 10px;
  padding: 2px 10px;
  text-transform: uppercase;
  font-size: 0.75rem;
}

#tabs {
  margin: 0 0 2rem;
}
#tabs ul {
  margin: 0;
  padding: 0;
  position: relative;
}
#tabs li {
  float: left;
  list-style-type: none;
  padding: 0;
}
#tabs li:only-child {
  float: none;
}
#tabs li:before, #tabs li:after {
  display: none;
}
#tabs li a,
#tabs li button {
  cursor: pointer;
  text-transform: none;
  text-align: left;
  display: block;
  text-decoration: none;
  padding: 15px 18px;
  background: #0054a6;
  color: #fff;
  font-family: "Conduit", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 17px;
  border-bottom: 6px solid transparent;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  transition: all 0.25s;
}
#tabs li a:hover, #tabs li a:focus,
#tabs li button:hover,
#tabs li button:focus {
  border-bottom-color: #61a2e0;
}
#tabs li a::before,
#tabs li button::before {
  width: 1px;
  height: calc(100% - 16px);
  position: absolute;
  right: 0;
  top: 8px;
  content: "";
  background: rgba(255, 255, 255, 0.5);
}
#tabs li.active > a,
#tabs li.active > button, #tabs li.active-sub > a,
#tabs li.active-sub > button {
  border-bottom: 6px solid #61a2e0;
}
#tabs li.tab-overflow {
  position: relative;
}
#tabs li.tab-overflow > button {
  position: relative;
  padding-right: 32px;
}
#tabs li.tab-overflow > button:after {
  content: "";
  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: #0054a6;
  border: none;
  border-left: 6px solid transparent;
  text-align: right;
}
#tabs li.tab-overflow ul a:hover, #tabs li.tab-overflow ul a:focus {
  border-left-color: #61a2e0;
}
#tabs li.tab-overflow ul a::before {
  width: 0;
}
#tabs li.tab-overflow ul li.active a {
  border-left-color: #61a2e0;
}
#tabs li.tab-overflow.tab-solo button {
  background: #0054a6;
  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 {
  border-left-color: #0054a6;
}
#tabs li.tab-overflow.open ul {
  position: absolute;
  right: 0;
}
#tabs li:last-child button::before,
#tabs li:last-child a::before {
  width: 0;
}
#tabs.condense li.tab-overflow {
  position: static;
}
#tabs.condense li.tab-overflow ul {
  white-space: normal;
  width: 100%;
}

#footer {
  position: relative;
  padding: 30px 0 0;
  background: #0054a6;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.6;
  color: #99cfff;
}
@media (min-width: 768px) {
  #footer {
    padding: 108px 0 135px;
  }
}
#footer::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 750px;
  height: 1160px;
  z-index: 1;
  content: "";
  background: #6cace4;
  mix-blend-mode: multiply;
  -webkit-transform: translate(85%, 39%) rotate(45deg);
  transform: translate(85%, 39%) rotate(45deg);
  opacity: 0.49;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
@media (min-width: 768px) {
  #footer::before {
    -webkit-transform: translate(29%, 39%) rotate(45deg);
    transform: translate(29%, 39%) rotate(45deg);
  }
}
@media (min-width: 768px) {
  #footer::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 75px;
    content: "";
    background: #00478d;
  }
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover, #footer a:focus {
  text-decoration: underline;
}
#footer ul.inline {
  list-style: none;
  margin: 0;
  font-size: 16px;
}
@media (min-width: 992px) {
  #footer ul.inline {
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-flow: row wrap;
  }
}
@media (min-width: 1200px) {
  #footer ul.inline {
    font-size: 17px;
  }
}
#footer ul.inline li {
  text-align: left;
}
@media (min-width: 992px) {
  #footer ul.inline li {
    width: auto;
    flex: 0 1 auto;
  }
  #footer ul.inline li:first-of-type {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  #footer ul.inline li {
    margin: 0 15px;
  }
}
#footer ul.inline li + li {
  margin-top: 14px;
}
@media (min-width: 992px) {
  #footer ul.inline li + li {
    margin-top: 0;
  }
}
#footer .wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  flex-flow: row wrap;
}
#footer .col-left,
#footer .col-right {
  width: 100%;
}
@media (min-width: 768px) {
  #footer .col-left,
#footer .col-right {
    order: 1;
  }
}
@media (max-width: 767px) {
  #footer .col-left {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  #footer .col-left {
    width: 50%;
  }
}
@media (min-width: 992px) {
  #footer .col-left {
    width: 66.66667%;
  }
}
@media (max-width: 767px) {
  #footer .col-right {
    background: #00478d;
    padding-top: 26px;
    padding-bottom: 28px;
    margin: 0 -15px;
    width: calc(100% + 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  #footer .col-right {
    width: 50%;
  }
}
@media (min-width: 992px) {
  #footer .col-right {
    width: 33.33333%;
  }
}
#footer .wrap-social,
#footer .col-left,
#footer .copyright {
  position: relative;
  z-index: 5;
}
#footer .social {
  padding-bottom: 20px;
}
#footer .social ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-flow: row nowrap;
}
#footer .social ul li {
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0 30px 0 0;
  /*
  & + li {
  	margin: 0 0 0 20px;

  	@media(min-width: $bp-lg) {
  		margin-left: 24px;
  	}
  }
  */
}
#footer .social a {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-position: 0 0;
  border-bottom: 0;
  color: #8ac8ff;
}
#footer .social a:hover, #footer .social a:focus {
  color: #fff;
  text-decoration: none;
}
#footer .copyright p {
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
#footer .copyright p a {
  transition: color 0.25s;
  margin-top: 4px;
}
#footer .copyright p a:first-of-type {
  padding: 0 5px 0 0;
}
#footer .copyright p a:last-of-type {
  padding: 0 0 0 5px;
}

a#totop {
  display: block;
  text-decoration: none;
  background: #0054a6;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 99;
  right: 25px;
  bottom: -55px;
  transition: bottom 0.2s;
}
a#totop:after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  top: 46%;
  left: 51%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 22px;
}
a#totop.show {
  bottom: 25px;
}

#print-btn {
  display: block;
  text-align: left;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 15px;
  position: absolute;
  top: -20px;
  right: 0;
  color: #555;
}
@media (min-width: 768px) {
  #print-btn {
    top: 0;
  }
}
#print-btn:hover, #print-btn:focus {
  color: #0054a6;
  text-decoration: underline;
}
#print-btn i {
  margin-right: 7px;
}

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

#print-dialog {
  padding: 0;
  width: 350px;
  text-align: left;
  background: #fff;
  border: 1px solid #EAEAEA;
  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: #0054a6;
  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: #002e6d;
  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: #002e6d;
  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 #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  font-size: 15px;
  max-height: 20rem;
  overflow-y: auto;
}
#print-dialog .print-body li + li {
  margin-top: 20px;
}
#print-dialog .print-body a {
  color: #0054a6;
  text-decoration: none;
  border-bottom: 2px solid #0054a6;
  background-image: linear-gradient(to bottom, #0054a6 0, #0054a6 100%);
  background-repeat: no-repeat;
  background-position: 0 2em;
  transition: background-position 0.15s linear 0.1s, box-shadow 0.15s linear 0s, color 0.15s linear 0s, -webkit-box-shadow 0.15s linear 0s;
}
#print-dialog .print-body a:hover, #print-dialog .print-body a:focus {
  text-decoration: none;
  color: #fff;
  background-image: linear-gradient(to bottom, #0054a6 0, #0054a6 100%);
  background-position: 0 0;
}
#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;
  margin-bottom: 0.2em;
}
.lfjsbubble .courseblock span.credits,
.page_content .courseblock span.credits,
#content .courseblock span.credits {
  float: right;
}

.lfjsbubble .courseblock {
  margin-bottom: 0;
}
.lfjsbubble .courseblock p.courseblocktitle {
  font-size: 15px;
}
.lfjsbubble .courseblock a {
  color: #0054a6;
}

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 */
