@import url("https://use.typekit.net/nao1rsm.css");
@import url('/templates/COMMON_JS/fontawesome-pro-5.8.1-web/css/all.min.css');
@import url('/templates/cu_policy_pro/slick/slick.css');
@import url('/templates/cu_policy_pro/slick/slick-theme.css');
@import url('/templates/cu_policy_pro/css/bootstrap.min.css');
@import url('/templates/cu_policy_pro/css/alerts2.css');
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
body {
  color: black;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: montserrat, sans-serif;
  color: #005ba8;
}
h1,
.h1 {
  font-size: 1.875rem;
}
h2,
.h2 {
  font-size: 1.625rem;
}
h3,
.h3 {
  font-size: 1.375rem;
}
h4,
.h4 {
  font-size: 1.25rem;
}
h5,
.h5 {
  font-size: 1.125rem;
}

a {
  color: #005ba8;
  font-size: 1rem;
  font-weight: 600;
  font-family: montserrat, sans-serif;
}
.bottomlinks span:last-child {
  display: none;
}
.status-dots {
  margin: 0.625rem 0 20px;
}
.status-dots > span {
  margin-right: 0.625rem;
}
.news-col {
  position: static;
}
@media (min-width: 768px) {
  .news-col {
    position: absolute;
    right: 0;
  }
}
@media (min-width: 992px) {
  .news-col {
    position: static;
  }
}
.table-pagination-wrap {
  margin-bottom: 2.25rem;
  width: 100%;
}
.table-pagination-wrap .slick-prev,
.table-pagination-wrap .slick-next {
  top: auto;
  bottom: -40px;
}
.table-pagination-wrap .slick-prev:before,
.table-pagination-wrap .slick-next:before {
  color: #005ba8;
}
.table-pagination-wrap .slick-prev {
  left: 30%;
}
@media (min-width: 768px) {
  .table-pagination-wrap .slick-prev {
    left: 40%;
  }
}
.table-pagination-wrap .slick-next {
  right: 30%;
}
@media (min-width: 768px) {
  .table-pagination-wrap .slick-next {
    right: 40%;
  }
}
.table-pagination-wrap .slick-dots {
  bottom: -33px;
}
.table-pagination-wrap .slick-dots li {
  display: none;
}
.table-pagination-wrap .slick-dots li.slick-active {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.25rem;
  border: 1px solid black;
  height: auto;
  width: auto;
  background: white;
  position: relative;
  left: -20px;
}
.table-pagination-wrap .slick-dots li.slick-active button {
  font-size: 1rem;
  color: #000;
}
.table-pagination-wrap .slick-dots li.slick-active button:before {
  display: none;
}
.table-pagination-wrap .ofNum {
  position: absolute;
  bottom: -30px;
  left: 51.5%;
}
.pipe {
  font-weight: 700;
  margin: 0 5px;
}
.disclose {
  font-size: 0.75rem;
}
.sideslider {
  width: 100%;
  overflow: auto;
}
.bg-primary {
  background: #005ba8 !important;
}
.bg-secondary {
  background: #ffde00;
}
.bg-tertiary {
  background: #2e93b1;
}
.bg-nav {
  background: #005ba8;
}
.text-white {
  color: #fff;
}
.text-white * {
  color: #fff !important;
}
.cta,
a.cta {
  font-family: proxima-nova, sans-serif;
  display: inline-block;
  background: #ffde00;
  color: black;
  padding: 0.625rem 30px;
  border-radius: 25px;
}
.cta:hover,
a.cta:hover {
  text-decoration: none;
  background: #f68121;
}
h1 .cta,
h2 .cta,
h3 .cta,
h4 .cta,
h5 .cta,
h6 .cta {
  font-size: 1rem;
  margin-left: 1rem;
}
[data-count].notify {
  position: relative;
}
[data-count].notify:before {
  display: inline-block;
  background: #f68121;
  color: black;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 50%;
  content: attr(data-count);
}
[data-count].notify:hover:before {
  background: #005ba8;
  color: white;
}
.table-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.table-dot.green {
  border: none;
  background: #00a88b;
}
.table-dot.yellow {
  border: none;
  background: #dfff00;
}
.table-dot.orange {
  border: none;
  background: #f68121;
}
nav {
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  z-index: 10;
  transition: width 0.4s ease;
  overflow: hidden;
  min-height: 100vh;
}
nav * {
  width: 0;
  opacity: 0;
}
@media (min-width: 992px) {
  nav * {
    width: auto;
    opacity: 1;
  }
}
nav #closeNav {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 1rem;
  font-size: 0.625rem;
  line-height: 0.875rem;
  border-radius: 50%;
  border: 1px solid black;
  background: transparent;
  color: black;
  padding: 0;
  text-align: center;
}
@media (min-width: 992px) {
  nav #closeNav {
    display: none;
  }
}
nav.open {
  padding-top: 100px;
  width: 286px;
  overflow-y: auto;
}
nav.open > ul {
  /*first level */
  display: flex;
  flex-direction: column;
}
nav.open > ul li {
  padding-left: 1.25rem;
}
nav.open > ul li a {
  flex-flow: row;
  color: white;
}
nav.open > ul li a i {
  flex: 0 0 40px;
  font-size: 1.75rem;
}
nav.open > ul li > ul {
  /* second level */
  list-style: none;
  padding-left: 0;
  display: none;
}
nav.open > ul li > ul > li {
  padding-left: 0;
}
nav.open > ul li > ul > li > a {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  height: auto;
  font-family: montserrat, sans-serif;
  color: black;
  transition: all 0.2s ease;
}
nav.open > ul li > ul > li > a:after {
  /*menu indicator*/
  display: inline-block;
  content: '\f13a';
  font-family: "Font Awesome 5 Pro";
  margin-left: 0.625rem;
  transition: all 0.2s ease;
}
nav.open > ul li > ul > li > a.open:after {
  transform: rotate(180deg);
}
nav.open > ul li > ul > li > ul {
  /* third level */
  list-style: none;
  padding-left: 1rem;
  display: none;
  margin-bottom: 1rem;
}
nav.open > ul li > ul > li > ul > li > a {
  color: black;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0;
}
nav.open > ul li > ul > li > ul > li > a:after {
  display: none;
}
nav.open * {
  width: 100%;
  opacity: 1;
}
nav > ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  justify-content: space-evenly;
  z-index: 10;
  position: relative;
}
nav > ul > li > a {
  height: 3.25rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.6875rem;
  color: white;
  font-size: 0.875rem;
}
nav > ul > li > a:hover {
  text-decoration: none;
}
nav > ul > li > a i {
  font-size: 1.75rem;
  line-height: 2.375rem;
  margin-bottom: 10px;
}
nav > ul > li > a span {
  font-size: 0.875rem;
  line-height: 1.14;
  font-family: montserrat, sans-serif;
  text-align: center;
}
nav > ul > li > a span:after {
  content: '\f105';
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
  margin-left: 1rem;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media (min-width: 992px) {
  nav > ul > li > a span:after {
    display: none;
  }
}
nav > ul > li > a i {
  font-size: 1.375rem;
  line-height: 1.75rem;
}
@media (min-width: 576px) {
  nav > ul > li > a {
    font-size: 18px;
    height: 120px;
  }
  nav > ul > li > a i {
    font-size: 28px;
    line-height: 38px;
  }
}
nav > ul > li > ul {
  display: block;
  transform: translateX(-560px);
  transition: all ease 0.4s, opacity ease 0.5s;
  opacity: 0;
}
nav > ul > li > ul.open {
  transform: translateX(0px);
  display: block;
  opacity: 1;
}
nav > ul > li > ul > li ul {
  display: none;
}
@media (min-width: 992px) {
  nav {
    position: relative;
    width: 130px;
    overflow: visible;
  }
  nav > ul {
    background: inherit;
    width: 130px;
    flex-direction: column;
    justify-content: center;
    padding-top: 170px;
    position: sticky;
    top: 0px;
  }
  nav > ul > li {
    width: 130px;
  }
  nav > ul > li > a {
    margin-bottom: 20px;
    height: 80px;
    width: 130px;
  }
  nav > ul > li > a:hover {
    background: #ffde00;
  }
  nav > ul > li > a:hover span,
  nav > ul > li > a:hover i {
    color: black !important;
  }
  nav > ul > li:last-child a {
    margin: 0;
  }
  nav > ul > li > ul {
    position: absolute;
    top: 0;
    z-index: 100;
    left: 120px;
    width: 320px;
    background: #ffde00;
    padding-top: 130px;
    list-style: none;
    padding-left: 0;
  }
  nav > ul > li > ul > li {
    padding: 0.25rem 1rem;
  }
  nav > ul > li > ul > li > a {
    display: inline-block;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    height: auto;
    font-family: montserrat, sans-serif;
    color: black;
    transition: all 0.2s ease;
  }
  nav > ul > li > ul > li > a:after {
    /*menu indicator*/
    display: inline-block;
    content: '\f13a';
    font-family: "Font Awesome 5 Pro";
    margin-left: 0.625rem;
    transition: all 0.2s ease;
  }
  nav > ul > li > ul > li > a.open:after {
    transform: rotate(180deg);
  }
  nav > ul > li > ul > li > ul {
    /* third level */
    list-style: none;
    padding-left: 1rem;
    display: none;
    margin-bottom: 1rem;
  }
  nav > ul > li > ul > li > ul > li > a {
    color: black;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 0;
  }
  nav > ul > li > ul > li > ul > li > a:after {
    display: none;
  }
}
nav .bottom {
  position: relative;
  bottom: 60px;
}
nav .bottom a {
  display: flex;
  font-family: montserrat, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  color: black;
  justify-content: center;
  align-self: center;
  padding: 5px 0;
}
nav .bottom a i {
  display: flex;
  align-items: center;
  padding-right: 0.625rem;
}
nav .bottom a:hover {
  background: #ffde00;
  color: black;
  text-decoration: none;
}
#wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  #wrapper {
    flex-direction: row;
  }
}
#content-pane {
  width: 100%;
  min-height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
}
#content-pane header {
  background: #f8f8f8;
}
#content-pane header .top-row {
  padding: 0.5rem;
  padding-left: 6.25rem;
}
#content-pane header .top-row #menuToggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 92px;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -100px;
  border: 0;
  background: #005ba8;
  font-size: 0.875rem;
  line-height: 1rem;
  color: white;
}
#content-pane header .top-row #menuToggle span {
  font-family: montserrat, sans-serif;
}
#content-pane header .top-row #menuToggle i {
  font-size: 1.75rem;
  line-height: 2.375rem;
}
@media (min-width: 576px) {
  #content-pane header .top-row #menuToggle {
    bottom: -2.8rem;
  }
}
@media (min-width: 768px) {
  #content-pane header .top-row #menuToggle {
    top: -1rem;
    bottom: -1rem;
  }
}
@media (min-width: 992px) {
  #content-pane header .top-row #menuToggle {
    display: none;
  }
}
#content-pane header .top-row h1 {
  font-size: 1.125rem;
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  #content-pane header .top-row h1 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  #content-pane header .top-row h1 {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  #content-pane header .top-row {
    padding: 1rem;
    padding-left: 6.25rem;
  }
}
@media (min-width: 992px) {
  #content-pane header .top-row {
    padding-left: 1.5rem;
  }
}
#content-pane header a.homelink {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}
#content-pane header a.homelink strong {
  line-height: 2;
  color: #005ba8;
  font-size: 36px;
  font-family: proxima-nova, sans-serif;
}
#content-pane header a.homelink img {
  flex-grow: 0;
}
@media (min-width: 768px) {
  #content-pane header a.homelink {
    flex-direction: row;
  }
  #content-pane header a.homelink strong {
    border-left: 1px solid #005ba8;
    padding-left: 30px;
    margin-left: 10px;
  }
}
#content-pane header .toplinks {
  display: flex;
  flex-wrap: wrap;
}
#content-pane header .toplinks span {
  display: inline-block;
  font-weight: bold;
  font-family: montserrat, sans-serif;
  margin: 2.5px 5px;
  font-size: 0.625rem;
}
@media (min-width: 576px) {
  #content-pane header .toplinks span {
    margin: 0.625rem;
  }
}
#content-pane header .toplinks span a {
  color: #005ba8;
  font-size: 0.625rem;
}
#content-pane header .toplinks span:last-child {
  margin-right: 0;
}
@media (min-width: 576px) {
  #content-pane header .toplinks {
    padding-left: 6.25rem;
  }
}
@media (min-width: 768px) {
  #content-pane header .toplinks {
    padding-left: 1.5rem;
    justify-content: flex-end;
  }
  #content-pane header .toplinks span:first-child {
    margin-left: 0;
  }
}
#content-pane section {
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  #content-pane section {
    padding: 40px;
  }
}
#content-pane section h1 {
  margin-bottom: 33px;
  font-weight: 600;
}
#content-pane section h2 {
  margin: 1rem 0;
}
#content-pane section h2 + p {
  margin-bottom: 1rem;
}
#content-pane section p > a.cta {
  margin-top: 0.625rem;
  margin-right: 0.625rem;
}
@media (min-width: 1200px) {
  #content-pane section .container-fluid {
    max-width: 1200px;
  }
}
@media (min-width: 1800px) {
  #content-pane section .container-fluid {
    max-width: 1600px;
  }
}
#content-pane footer .bottomlinks a {
  color: #005ba8;
  font-family: montserrat, sans-serif;
  font-size: 1rem;
  font-weight: bold;
}
#content-pane hr.rule {
  border-top: 5px solid #74cce5;
  width: 100%;
}
@media (min-width: 992px) {
  #content-pane {
    width: calc(100% - 120px);
  }
  #content-pane section {
    padding: 2.25rem 1rem;
  }
}
#content-pane .newsbox {
  border: solid 1px #e4e4e4;
  border-right: solid 2px #e4e4e4;
  padding: 20px;
}
#content-pane .newsbox h5 {
  color: #2e93b1;
  font-size: 1rem;
  font-weight: 600;
  font-family: montserrat, sans-serif;
}
#content-pane .newsbox p {
  margin: 0;
}
#content-pane .newsbox a {
  color: #005ba8;
  text-decoration: underline;
  font-weight: 400;
}
#content-pane .newsbox h5 + p + p {
  margin-bottom: 0.625rem;
}
#content-pane .newsbox.hidden {
  display: none;
}
#content-pane blockquote {
  background: #005ba8;
  padding: 1.875rem;
  margin-bottom: 2rem;
}
#content-pane blockquote .cta {
  background: #f68121;
}
#content-pane blockquote .cta:hover {
  background: #005ba8;
  color: white;
}
#content-pane .row.resources .col-12 a {
  margin: 1rem 0;
  background: #005ba8;
  color: #005ba8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.625rem;
  line-height: 2;
  width: 100%;
  min-height: 120px;
  font-family: montserrat, sans-serif;
  font-weight: 400;
  padding: 0 2rem;
  text-align: center;
  border-radius: 20px;
}
#content-pane .row.resources .col-12 a:hover,
#content-pane .row.resources .col-12 a:focus,
#content-pane .row.resources .col-12 a:active {
  background: #f68121;
  color: #003c70;
  text-decoration: none;
}
@media (min-width: 576px) {
  #content-pane .row.resources .col-12 a {
    min-height: 163px;
  }
}
#content-pane table.lesson-plans {
  width: calc(100% - 2rem);
  margin: 1rem;
}
#content-pane table.lesson-plans tr:nth-child(odd) {
  background: #e2f6fc;
}
#content-pane table.lesson-plans tr td {
  padding: 0.5rem;
}
#content-pane table.lesson-plans tr td a {
  color: #000 !important;
  font-size: 1rem;
  font-family: montserrat, sans-serif;
  font-weight: 400;
}
#content-pane table.lesson-plans tr td a i {
  color: #005ba8;
  margin-right: 1rem;
}
#content-pane ul.content_sitemap {
  list-style: none;
  padding-left: 0;
}
#content-pane ul.content_sitemap li {
  display: block;
  margin-bottom: 20px;
}
#content-pane ul.content_sitemap li a {
  display: block;
  background: #005ba8;
  color: white;
  padding: 15px 60px 11px 30px;
  font-size: 20px;
  font-family: montserrat, sans-serif;
  position: relative;
}
#content-pane ul.content_sitemap li a:hover,
#content-pane ul.content_sitemap li a:active,
#content-pane ul.content_sitemap li a:focus {
  text-decoration: none;
}
#content-pane ul.content_sitemap li a:after {
  position: absolute;
  right: 30px;
  bottom: 10px;
  display: inline;
  content: '\f054';
  font-family: "Font Awesome 5 Pro";
  color: white;
  font-size: 24px;
  font-weight: 300;
}
#content-pane ul.content_sitemap li a.dropdown-sitemap:after {
  content: '\f13a';
}
#content-pane ul.content_sitemap li a.dropdown-sitemap.open {
  background: #ffde00;
  color: black;
}
#content-pane ul.content_sitemap li a.dropdown-sitemap.open:after {
  content: '\f139';
  color: inherit;
}
#content-pane ul.content_sitemap ul.content_sitemap {
  display: none;
  padding-left: 30px;
  margin-bottom: 30px;
}
#content-pane ul.content_sitemap ul.content_sitemap.open {
  display: block;
}
#content-pane ul.content_sitemap ul.content_sitemap li {
  margin-bottom: 0;
}
#content-pane ul.content_sitemap ul.content_sitemap li a {
  background: transparent;
  padding: 3px;
  font-size: 18px;
  color: #005ba8;
}
#content-pane ul.content_sitemap ul.content_sitemap li a:hover,
#content-pane ul.content_sitemap ul.content_sitemap li a:active,
#content-pane ul.content_sitemap ul.content_sitemap li a:focus {
  text-decoration: underline;
}
#content-pane .policies {
  font-size: 1rem;
  color: #005ba8;
  font-family: montserrat, sans-serif;
}
#content-pane .policies a {
  display: inline-block;
  margin: 0.25rem;
  color: #005ba8;
}
#content-pane p {
  margin-bottom: 1rem;
}
#content-pane h1,
#content-pane h2,
#content-pane h3,
#content-pane h4,
#content-pane h5 {
  margin-bottom: 1rem;
}
#help_guides_menu {
  height: 90vh;
  width: 320px;
  position: fixed;
  top: 0;
  left: 0px;
  background: #ffde00;
  transform: translateX(-320px);
  transition: all 0.2s ease-in-out;
  z-index: -1;
}
@media (min-width: 992px) {
  #help_guides_menu {
    left: 130px;
  }
  #help_guides_menu.open {
    transform: translateX(0px);
    z-index: 10;
  }
}
#help_guides_menu > h1,
#help_guides_menu > p {
  display: none;
}
#help_guides_menu > ul.content_sitemap {
  height: 100%;
  padding: 35px 0px;
  list-style: none;
  position: relative;
}
#help_guides_menu > ul.content_sitemap > li {
  padding: 0 30px;
}
#help_guides_menu > ul.content_sitemap > li a {
  color: black;
  display: block;
  padding: 5px 0 6px;
}
#help_guides_menu > ul.content_sitemap > li a:hover,
#help_guides_menu > ul.content_sitemap > li a:active,
#help_guides_menu > ul.content_sitemap > li a:focus {
  text-decoration: none;
}
#help_guides_menu > ul.content_sitemap > li a.dropdown-sitemap {
  position: relative;
}
#help_guides_menu > ul.content_sitemap > li a.dropdown-sitemap:after {
  position: absolute;
  right: 30px;
  bottom: 5px;
  display: inline;
  content: '\f054';
  font-family: "Font Awesome 5 Pro";
  color: black;
  font-size: 16px;
  font-weight: 400;
}
#help_guides_menu > ul.content_sitemap > li:hover {
  background: #005ba8;
}
#help_guides_menu > ul.content_sitemap > li:hover a {
  color: white;
}
#help_guides_menu > ul.content_sitemap > li:hover a.dropdown-sitemap:after {
  color: white;
}
#help_guides_menu > ul.content_sitemap > ul.content_sitemap {
  padding: 35px 30px;
  list-style: none;
  position: absolute;
  top: 0;
  left: -150%;
  opacity: 0;
  height: 90vh;
  width: 320px;
  background: #005ba8;
  transition: all 0.2s ease-in-out;
  overflow: auto;
}
#help_guides_menu > ul.content_sitemap > ul.content_sitemap.open {
  left: 100%;
  opacity: 1;
  display: block;
}
#help_guides_menu > ul.content_sitemap > ul.content_sitemap li a {
  display: block;
  color: white;
  padding: 3.5px;
}
table.assignments {
  width: 100%;
  border-collapse: collapse;
}
table.assignments thead {
  display: none;
}
table.assignments thead tr th {
  font-family: montserrat, sans-serif;
  font-size: 1.125rem;
  background-color: #74cce5;
  padding: 1rem 0.625rem;
  font-weight: normal;
  border-left: 5px solid #74cce5;
  border-right: 5px solid #74cce5;
}
table.assignments tbody {
  display: block;
}
table.assignments tbody tr {
  border-top: 20px solid #74cce5;
  border-bottom: 5px solid white;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
table.assignments tbody tr td {
  padding: 1rem 0.625rem;
  border: 2px solid #e4e4e4;
  border-left: 5px solid #e4e4e4;
  border-right: 5px solid #e4e4e4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 1 1 100%;
}
table.assignments tbody tr td:before {
  display: inline;
  position: absolute;
  top: 0px;
  left: 2px;
  font-size: 0.625rem;
}
table.assignments tbody tr td:first-child:before {
  content: 'Date Due';
}
table.assignments tbody tr td:nth-child(2):before {
  content: 'Contents/Document';
}
table.assignments tbody tr td:nth-child(3):before {
  content: 'Assignment Type';
}
table.assignments tbody tr td:nth-child(4):before {
  content: 'Status';
}
table.assignments tbody tr:first-child td {
  border-top: 0;
}
@media (min-width: 768px) {
  table.assignments thead {
    display: table-header-group;
  }
  table.assignments tbody {
    display: table-row-group;
  }
  table.assignments tbody tr {
    border: none;
    display: table-row;
  }
  table.assignments tbody tr td {
    display: table-cell;
  }
  table.assignments tbody tr td:first-child,
  table.assignments tbody tr td:nth-child(2),
  table.assignments tbody tr td:nth-child(3),
  table.assignments tbody tr td:nth-child(4) {
    display: table-cell;
  }
  table.assignments tbody tr td:first-child:before,
  table.assignments tbody tr td:nth-child(2):before,
  table.assignments tbody tr td:nth-child(3):before,
  table.assignments tbody tr td:nth-child(4):before {
    display: none;
  }
}
table.blue {
  width: 100%;
  border-collapse: collapse;
}
table.blue thead tr th {
  font-family: montserrat, sans-serif;
  font-size: 1rem;
  background-color: #005ba8;
  padding: 1rem 0.625rem;
  font-weight: normal;
  border-left: 5px solid #005ba8;
  border-right: 5px solid #005ba8;
}
table.blue tbody tr {
  border-bottom: 1px solid #c5c5c5;
  width: 100%;
}
table.blue tbody tr td {
  padding: 1rem 0.625rem;
  border: 2px solid #e4e4e4;
  border-left: 5px solid #e4e4e4;
  border-right: 5px solid #e4e4e4;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 0.875rem;
}
table.blue tbody tr td:first-child {
  width: 70%;
}
table.blue tbody tr td:nth-child(2) {
  width: 120px;
}
table.blue tbody tr td:nth-child(3) {
  width: 100px;
}
table.blue tbody tr td:nth-child(4) {
  width: 100px;
}
table.blue tbody tr td:nth-child(5) {
  width: 120px;
}
table.blue tbody tr:first-child td {
  border-top: 0;
}
table.blue button {
  border: none;
  background: transparent;
  font-size: 0;
  margin: 0 0.25rem;
}
table.blue button i {
  font-size: 1rem;
  color: #005ba8;
}
details {
  position: relative;
  margin: 1rem 0;
  width: 100%;
  user-select: none;
}
details:focus {
  outline: none;
}
details > summary {
  background-color: #74cce5;
  font-family: montserrat, sans-serif;
  font-size: 1.625rem;
  text-align: left;
  color: black;
  padding: 0 2rem;
  border-radius: 0.625rem;
  min-height: 65px;
  padding-top: 0.25rem;
}
details > summary:focus {
  outline: none;
}
details > summary h1,
details > summary h2,
details > summary h3,
details > summary h4,
details > summary h5,
details > summary h6 {
  color: black;
  font-size: inherit;
}
details > summary::-webkit-details-marker {
  display: none;
}
details > *:not(summary) {
  margin: 0.5rem 1rem;
  max-width: calc(100% - 2rem);
}
details:after {
  display: inline-block;
  position: absolute;
  font-size: 1.6875rem;
  top: 1rem;
  right: 2rem;
  content: '\f13a';
  font-family: "Font Awesome 5 Pro";
}
details[open]:after {
  content: '\f139';
}
.crumbs {
  margin-bottom: 27px;
  font-size: 1rem;
  font-weight: 600;
}
.faq_toolbar {
  background: #f2f2f2;
  padding: 30px 30px 10px 30px;
}
.faq_toolbar span.faq_ask_link {
  display: block;
  margin-bottom: 1rem;
  color: #f2f2f2;
}
.faq_toolbar span.faq_ask_link a {
  display: inline-block;
  padding: 10px 40px;
  background: #005ba8;
  color: white !important;
  margin-left: -5px;
  border-radius: 2px;
}
.faq_toolbar .faq_search form {
  color: #f2f2f2;
  font-size: 0;
}
.faq_toolbar .faq_search form * {
  font-size: initial;
}
.faq_toolbar .faq_search form label {
  display: block;
  color: #005ba8;
  font-weight: 600;
  font-family: montserrat, sans-serif;
}
.faq_toolbar .faq_search form input[type=text] {
  width: 100%;
  padding: 4px 17px;
  font-size: 1rem;
  font-family: proxima-nova, sans-serif;
  color: black;
}
@media (min-width: 1200px) {
  .faq_toolbar .faq_search form input[type=text] {
    margin-right: 11px;
    width: 540px;
  }
}
.faq_toolbar .faq_search form input[type=submit] {
  display: block;
  margin: 5px 0;
  background: #005ba8;
  color: white;
  padding: 6px 40px;
  border-radius: 2px;
  font-weight: 600;
  font-family: montserrat, sans-serif;
  border: none;
  width: 100%;
}
@media (min-width: 576px) {
  .faq_toolbar .faq_search form input[type=submit] {
    display: inline-block;
    width: auto;
    margin-right: 5px;
  }
}
.faq_toolbar .faq_search form > a {
  text-align: center;
  margin: 5px 0;
  display: block;
  background: #808080;
  color: white !important;
  padding: 6px 40px;
  border-radius: 2px;
  font-weight: 600;
  font-family: montserrat, sans-serif;
  border: none;
}
@media (min-width: 576px) {
  .faq_toolbar .faq_search form > a {
    display: inline-block;
  }
}
.faq_browse {
  background: #f2f2f2;
  padding: 10px 30px 30px 30px;
}
.faq_browse form label {
  display: block;
  color: #005ba8;
  font-weight: 600;
  font-family: montserrat, sans-serif;
}
.faq_browse form select {
  width: 100%;
  padding: 4px 17px;
  font-size: 1rem;
  font-family: proxima-nova, sans-serif;
  color: black;
}
@media (min-width: 1200px) {
  .faq_browse form select {
    margin-right: 11px;
    width: 540px;
  }
}
.faq_browse form input[type=submit] {
  display: block;
  margin: 5px 0;
  background: #005ba8;
  color: white;
  padding: 6px 40px;
  border-radius: 2px;
  font-weight: 600;
  font-family: montserrat, sans-serif;
  border: none;
  width: 100%;
}
@media (min-width: 576px) {
  .faq_browse form input[type=submit] {
    display: inline-block;
    width: auto;
    margin-right: 5px;
  }
}
.faq_advanced_search_panel {
  background: #f2f2f2;
  padding: 10px 30px 30px 30px;
}
.faq_advanced_search_panel .faq_header {
  font-size: 18px;
  font-weight: 600;
  font-family: montserrat, sans-serif;
  color: #005ba8;
  margin-bottom: 10px;
}
.faq_advanced_search_panel form {
  color: #f2f2f2;
  font-size: 0;
}
.faq_advanced_search_panel form * {
  font-size: initial;
}
.faq_advanced_search_panel form label {
  display: block;
  color: #005ba8;
  font-weight: 600;
  font-family: montserrat, sans-serif;
}
.faq_advanced_search_panel form select {
  width: 100%;
  padding: 4px 17px;
  font-size: 1rem;
  font-family: proxima-nova, sans-serif;
  color: black;
}
@media (min-width: 1200px) {
  .faq_advanced_search_panel form select {
    margin-right: 11px;
    width: 540px;
  }
}
.faq_advanced_search_panel form input[type=text] {
  width: 100%;
  padding: 4px 17px;
  font-size: 1rem;
  font-family: proxima-nova, sans-serif;
  color: black;
}
@media (min-width: 1200px) {
  .faq_advanced_search_panel form input[type=text] {
    margin-right: 11px;
    width: 540px;
  }
}
.faq_advanced_search_panel form input[type=submit] {
  display: block;
  margin: 5px 0;
  background: #005ba8;
  color: white;
  padding: 6px 40px;
  border-radius: 2px;
  font-weight: 600;
  font-family: montserrat, sans-serif;
  border: none;
  width: 100%;
}
@media (min-width: 576px) {
  .faq_advanced_search_panel form input[type=submit] {
    display: inline-block;
    width: auto;
    margin-right: 5px;
  }
}
.faq_advanced_search_panel form > a {
  text-align: center;
  margin: 5px 0;
  display: block;
  background: #808080;
  color: white !important;
  padding: 6px 40px;
  border-radius: 2px;
  font-weight: 600;
  font-family: montserrat, sans-serif;
  border: none;
}
@media (min-width: 576px) {
  .faq_advanced_search_panel form > a {
    display: inline-block;
  }
}
.faq_advanced_search_panel form table tr td {
  padding: 3px;
}
.faq_recent_block {
  margin-top: 50px;
}
.faq_header {
  display: block;
  font-size: 26px;
  color: #005ba8;
  font-family: montserrat, sans-serif;
  font-weight: 600;
  margin: 25px 0;
}
.faq_question_block_slide .faq_question_block_slide_question {
  margin-bottom: 20px;
}
.faq_question_block_slide .faq_question_block_slide_question a {
  display: block;
  background: #005ba8;
  color: white;
  padding: 15px 60px 11px 30px;
  font-size: 20px;
  font-family: montserrat, sans-serif;
  position: relative;
}
.faq_question_block_slide .faq_question_block_slide_question a:hover,
.faq_question_block_slide .faq_question_block_slide_question a:focus,
.faq_question_block_slide .faq_question_block_slide_question a:active {
  text-decoration: none;
}
.faq_question_block_slide .faq_question_block_slide_question a:after {
  position: absolute;
  right: 30px;
  bottom: 10px;
  display: inline;
  content: '\f13a';
  font-family: "Font Awesome 5 Pro";
  color: white;
  font-size: 24px;
  font-weight: 300;
}
.faq_question_block_slide .faq_question_block_slide_question.faq_question_block_slide_question_open a {
  background: #ffde00;
  color: black;
}
.faq_question_block_slide .faq_question_block_slide_question.faq_question_block_slide_question_open a:after {
  color: inherit;
  content: '\f139';
}
.faq_question_block_slide .faq_question_block_slide_answer {
  padding: 25px 30px;
}
#news-wrapper {
  margin-bottom: 1rem;
}
#news-wrapper .slick-prev,
#news-wrapper .slick-next {
  display: inline-flex;
  align-items: center;
  bottom: -40px;
  top: auto;
  color: #2e93b1;
  font-size: 1rem;
  font-weight: 600;
  font-family: montserrat, sans-serif;
  width: auto;
}
@media (min-width: 768px) {
  #news-wrapper {
    margin-bottom: 0;
  }
}
#news-wrapper .slick-prev:before,
#news-wrapper .slick-next:before {
  color: #2e93b1;
  font-weight: 400;
  padding-right: 3px;
}
#news-wrapper .slick-next:before {
  padding-left: 3px;
  padding-right: 0;
}
#news-wrapper .slick-next {
  flex-direction: row-reverse;
}
#news-wrapper .slick-prev.slick-disabled,
#news-wrapper .slick-prev.slick-disabled:before,
#news-wrapper .slick-next.slick-disabled,
#news-wrapper .slick-next.slick-disabled:before {
  opacity: 0;
}
#search_toggle[aria-expanded="true"] i:before {
  content: "\f00d";
}
.navbar-toggler[aria-expanded="true"] i:before {
  content: "\f00d";
}
div#client_logo img {
  max-width: 200px;
  min-width: 150px;
}
#name_placeholder {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  z-index: 11;
  width: 130px;
  padding: 28px 10px;
  text-align: center;
}

.code_block_accordion {
  margin-bottom: 1rem;
}

.code_block_accordion .code_block_indiv_top {
  position: relative;
  padding: 10px;
  font-size: 20px;
  background: #005ba8 !important;
  color: white !important;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  padding-right: 30px;
}

.code_block_accordion .code_block_indiv_top:after {
  position: absolute;
  right: 10px;
  top: 10px;
  content: '\f13a' !important;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  /*content: '+';*/

}

.code_block_accordion .code_block_indiv_content .code_block_indiv_top {
  padding: 5px 10px;
  font-size: 18px;
  color: #005ba8 !important;
  background-color: white !important;
  border: solid 1px #005ba8;
  border-radius: 3px;
}
.code_block_accordion .code_block_indiv_content .code_block_indiv_top:after {
  top: 5px;
}


.code_block_accordion .code_block_indiv_content .code_block_indiv_content .code_block_indiv_content .code_block_indiv_top{
  padding: 5px 10px;
  font-size: 18px;
  color: #333 !important;
  background-color: white !important;
  border: solid 1px #333;
  border-radius: 3px;
}

.code_block_accordion .code_block_indiv_content .code_block_indiv_content .code_block_indiv_top{
  padding: 5px 10px;
  font-size: 18px;
  color: white !important;
  background-color: #333 !important;
  border: solid 1px #333;
  border-radius: 3px;
}



.code_block_accordion.open .code_block_indiv_top:after {
  content: '-';
}

.code_block_accordion .code_block_indiv_content {
  display: none;
  padding: 10px;
}

.code_block_accordion .code_block_indiv_image {
  display: none;
}

@media print {
  .code_block_accordion_wrap .code_block_indiv_content {
    display: block !important;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid black;
  }
  .code_block_accordion_wrap .code_block_indiv_top {
    font-size: 24px;
    color: black;
  }
}

div.code_block_indiv_content img{border: solid 1px silver; margin: 10px; max-width: 100%;}
div.code_block_indiv_content img.img-fluid{width: auto;}

.greybutton{background-color: #454545; color: white;}

ol > li::marker {  font-weight: bold; color: #005BA8;}