* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #4b4b4b;
  font-family: proxima-nova, sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.25;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767.98px) {
  body {
    font-size: 0.875rem;
  }
}

body.inactivescreen {
  overflow-y: hidden;
}

.siteWrap {
  width: 100%;
  overflow-x: hidden;
}

.accessible {
  padding: 2px;
  position: absolute;
  left: -9999em;
  background: #fff;
}

.accessible ul {
  text-align: left;
}

.accessible ul li {
  margin: 0 0 0 0.5em;
  display: inline;
}

.accessible ul li a {
  text-decoration: none;
  color: #0065bd;
}

.accessible ul li a:hover, .accessible ul li a:focus {
  text-decoration: underline;
  color: #003c71;
}

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

p {
  margin-top: 0;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
}

#content-container {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}

@media (min-width: 576px) {
  #content-container {
    width: 95vw;
  }
}

@media (min-width: 768px) {
  #content-container {
    width: 90vw;
  }
}

@media (min-width: 1200px) {
  #content-container {
    max-width: 1440px;
  }
}

#content-container .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  padding: 2.5rem 0;
}

#col-nav,
#col-content {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}

#col-nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  min-width: 280px;
}

@media (max-width: 991.98px) {
  #col-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

#col-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

#header {
  padding: 0 0 15px 0;
  position: relative;
}

@media (min-width: 576px) {
  #header {
    padding: 0;
  }
  #header .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#logo {
  padding: 20px 0;
  width: 175px;
}

@media (min-width: 576px) {
  #logo {
    padding: 30px 0;
    width: 215px;
  }
}

#logo img {
  display: block;
}

#logo a {
  display: block;
}

@media (min-width: 576px) {
  #cat-search {
    max-width: 250px;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  #cat-search {
    max-width: 350px;
  }
}

#local-header {
  background: #0073d7;
}

#local-header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#site-title {
  position: relative;
}

@media (max-width: 767px) {
  #site-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

#site-title h1 {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 15px 0;
}

#site-title h1 a {
  color: inherit;
  text-decoration: none;
}

#navigation {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 992px) {
  #navigation {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: auto;
  }
}

#navigation.active {
  display: block;
}

@media (min-width: 992px) {
  #navigation ul li {
    float: left;
  }
}

#navigation ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 10px;
}

@media (min-width: 992px) {
  #navigation ul li a {
    padding: 20px 15px;
  }
}

#navigation ul li a:hover, #navigation ul li a:focus {
  background: #0065bd;
}

#navigation ul li.isparent {
  position: relative;
}

#navigation ul li.isparent > a:after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 7px;
}

#navigation ul ul {
  position: fixed;
  z-index: 50;
  left: 105%;
  top: 100%;
  background: #006bc8;
  min-width: 225px;
}

#navigation ul ul li {
  float: none;
}

#navigation ul ul a {
  text-transform: none;
  padding: 15px;
}

#navigation ul ul a:hover, #navigation ul ul a:focus {
  background: #0073d7;
}

#navigation ul li.opened > a {
  background: #006bc8;
}

#navigation ul li.opened ul {
  position: absolute;
  left: 0;
}

@media (min-width: 992px) {
  #hamburger {
    display: none;
  }
}

#cat-search {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}

#cat-search form {
  border: 1px solid #4b4b4b;
  position: relative;
}

#cat-search form input {
  font-size: 1.1rem;
  padding: 7px 5px;
  font-weight: 100;
  width: 100%;
}

#cat-search form button.search-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  width: 35px;
}

#cat-search form button.search-button span.fa:before {
  font-size: 25px;
  color: #4b4b4b;
}

#sidebar {
  display: block;
}

#sidebar.active {
  display: block;
}

#sidebar .sidebar-item {
  background: none;
  border: none;
  margin-bottom: 30px;
}

#sidebar .sidebar-header {
  display: block;
  color: #4b4b4b;
  font-weight: 700;
  margin-top: 0;
  letter-spacing: 0px;
  font-size: 1.875rem;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

#sidebar .sidebar-header a {
  color: inherit;
  text-decoration: none;
}

#sidebar-toggle {
  display: none;
  background: #f9f9f9;
  border: 1px solid #eaeaea;
  padding: 15px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}

#sidebar-toggle i {
  margin-right: 10px;
  font-weight: normal;
}

@media (min-width: 768px) {
  #sidebar-toggle {
    display: none;
  }
}

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

#cl-menu > ul.nav {
  border-radius: 0.3125rem;
  margin-bottom: 1.25rem;
}

#cl-menu ul.nav {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #f1f1f1;
  overflow: hidden;
}

#cl-menu ul.nav li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#cl-menu ul.nav li a {
  display: block;
  border: none;
  padding: 0.38rem 0.8rem;
  background: #f1f1f1;
  color: #4b4b4b;
  text-decoration: none;
}

#cl-menu ul.nav li a:hover, #cl-menu ul.nav li a:focus {
  text-decoration: none;
  background: #4b4b4b;
  color: #fff;
}

#cl-menu ul.nav li.isparent > a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 9px;
  color: #4b4b4b;
}

#cl-menu ul.nav li.isparent.active > a:after {
  content: "\f107";
  color: #4b4b4b;
}

#cl-menu ul.nav li.isparent > .toggle-wrap > a {
  padding-right: 2.2rem;
}

#cl-menu ul.nav ul.nav {
  padding-left: 0;
}

#cl-menu ul.nav ul.nav li a {
  font-size: 15px;
  padding-left: 1.6rem;
}

#cl-menu ul.nav ul.nav li.self > a {
  background-color: #4b4b4b;
  color: #fff;
  font-weight: 700;
}

#cl-menu ul.nav ul.nav li:last-of-type {
  border-bottom: none;
}

#cl-menu ul.nav ul.nav ul.nav {
  padding-left: 0;
}

#cl-menu ul.nav ul.nav ul.nav a {
  padding-left: 2.4rem;
}

#cl-menu > ul.nav > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#cl-menu > ul.nav > li:last-child {
  border-bottom: 0;
}

#cl-menu > ul.nav > li > a:hover,
#cl-menu > ul.nav > li > a:focus,
#cl-menu > ul.nav > li > .toggle-wrap > a:hover,
#cl-menu > ul.nav > li > .toggle-wrap > a:focus {
  background: #4b4b4b;
  color: #fff;
  text-decoration: none;
}

#cl-menu.togglenav li.isparent:not(.active):not(.self) > ul.nav {
  display: none;
}

#cl-menu.togglenav button {
  width: 35px;
  position: absolute;
  padding: 5px;
  right: 0;
  top: 0;
  background: none;
  cursor: pointer;
}

#cl-menu.togglenav button:hover, #cl-menu.togglenav button:focus {
  background: #4b4b4b;
  color: #fff;
}

#cl-menu.togglenav button span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#cl-menu.togglenav button:after {
  content: "\f105";
  font-family: FontAwesome;
}

#cl-menu.togglenav button:hover:after, #cl-menu.togglenav button:focus:after, #cl-menu.togglenav button:active:after {
  color: #fff;
}

#cl-menu.togglenav button.open:after {
  content: "\f107";
  color: #4b4b4b;
}

#cl-menu.togglenav button.open:hover:after,
#cl-menu.togglenav button.open:focus:after {
  background-color: #4b4b4b;
  color: #fff;
}

#cl-menu.togglenav a:hover ~ button:after,
#cl-menu.togglenav a:focus ~ button:after,
#cl-menu.togglenav a:hover ~ button.open:after,
#cl-menu.togglenav a:focus ~ button.open:after {
  color: #fff;
}

#breadcrumb ul {
  padding-bottom: 30px;
}

#breadcrumb ul:before, #breadcrumb ul:after {
  content: " ";
  display: table;
}

#breadcrumb ul:after {
  clear: both;
}

#breadcrumb li {
  float: left;
  font-size: 14px;
  font-weight: 500;
}

#breadcrumb li a {
  display: inline-block;
  text-decoration: none;
  color: #555;
}

#breadcrumb li a:hover, #breadcrumb li a:focus {
  text-decoration: underline;
}

#breadcrumb .crumbsep {
  color: #444;
  padding: 0 10px;
}

h1.page-title {
  display: block;
  color: #4b4b4b;
  font-weight: 700;
  margin-top: 0;
  letter-spacing: 0px;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}

.page_content,
#content {
  line-height: 1.5;
  /* old fix for PBE li alignment bug. No longer needed and 
	 *    should "undone" by newer versions of editor.css
	li br {
		content: '';
		display: block;
		margin: 0 0 0.3em;
	}
	*/
}

.page_content:before, .page_content:after,
#content:before,
#content:after {
  content: " ";
  display: table;
}

.page_content:after,
#content:after {
  clear: both;
}

.page_content > a.lfeditable + h2,
.page_content > h2:first-child,
#content > a.lfeditable + h2,
#content > h2:first-child {
  padding-top: 0;
  margin-top: 0;
}

.page_content a,
#content a {
  color: #0065bd;
  text-decoration: none;
}

.page_content a:hover, .page_content a:focus,
#content a:hover,
#content a:focus {
  text-decoration: underline;
  color: #003c71;
}

.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 {
  color: #4b4b4b;
  font-weight: 700;
  margin-top: 0;
  letter-spacing: 0px;
  font-size: 1.875rem;
  line-height: 1.2;
}

.page_content h2:before, .page_content h2:after,
.page_content h3:before,
.page_content h3:after,
.page_content h4:before,
.page_content h4:after,
.page_content h5:before,
.page_content h5:after,
.page_content h6:before,
.page_content h6:after,
#content h2:before,
#content h2:after,
#content h3:before,
#content h3:after,
#content h4:before,
#content h4:after,
#content h5:before,
#content h5:after,
#content h6:before,
#content h6:after {
  content: " ";
  display: table;
}

.page_content h2:after,
.page_content h3:after,
.page_content h4:after,
.page_content h5:after,
.page_content h6:after,
#content h2:after,
#content h3:after,
#content h4:after,
#content h5:after,
#content h6:after {
  clear: both;
}

.page_content h2,
#content h2 {
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
}

.page_content h3,
#content h3 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

.page_content h4,
#content h4 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.page_content h5,
#content h5 {
  font-size: 1rem;
  margin-bottom: 0.375rem;
}

.page_content h6,
#content h6 {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.375rem;
}

.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-top: 0;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
}

.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: 25px;
}

.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 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 {
  font-family: serif;
  font-size: 1.25rem;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 1.25rem;
  margin: 1.25rem 0;
}

.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 {
  font-style: italic;
}

.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 {
  border: none;
  width: 100% !important;
  background: #f1f1f1;
  -webkit-border-horizontal-spacing: 0;
  -webkit-border-vertical-spacing: 0;
  overflow: hidden;
  border-radius: 0.3125rem;
  margin-bottom: 1.25rem;
}

.page_content table th,
.page_content table td,
#content table th,
#content table td {
  padding: 0.75rem 1.25rem;
  vertical-align: top;
  text-align: left;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.page_content table th,
#content table th {
  font-weight: bold;
  background: #0065bd;
  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.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: #003c71;
  -webkit-box-sizing: content-box;
          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: #0065bd;
}

.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: "\f055";
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 0;
  font-weight: normal;
  vertical-align: top;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  color: #0065bd;
}

.page_content .toggle button[aria-expanded="true"]:before,
#content .toggle button[aria-expanded="true"]:before {
  content: "\f056";
}

.page_content .toggle-wrap,
#content .toggle-wrap {
  border-top: 1px solid #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 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  outline: 0;
  text-decoration: none !important;
  border-radius: 0.3125rem;
  border: 2px solid transparent;
  background: #0065bd;
  color: white;
  font-family: inherit;
  cursor: pointer;
  -webkit-transition: 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 0.38rem 0.8rem !important;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  margin-right: 0.75rem;
  line-height: 1.25;
}

.page_content .fslaunch a:after,
#content .fslaunch a:after {
  content: "\f08e";
  font-family: FontAwesome;
  margin-left: 10px;
}

.page_content .fslaunch a:before,
#content .fslaunch a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 0px 2px transparent;
          box-shadow: 0 0 0px 2px transparent;
  -webkit-transition: 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: inherit;
  opacity: 0;
}

.page_content .fslaunch a:hover, .page_content .fslaunch a:focus,
#content .fslaunch a:hover,
#content .fslaunch a:focus {
  background: transparent;
  border-color: #003c71;
  color: #003c71;
}

.page_content .fslaunch a:hover:before, .page_content .fslaunch a:focus:before,
#content .fslaunch a:hover:before,
#content .fslaunch a:focus:before {
  -webkit-box-shadow: 0 0 0px 2px rgba(0, 101, 189, 0.5);
          box-shadow: 0 0 0px 2px rgba(0, 101, 189, 0.5);
}

.page_content .onthispage,
#content .onthispage {
  border: 1px solid #eaeaea;
}

.page_content .onthispage .otp-title,
#content .onthispage .otp-title {
  font-weight: bold;
  padding: 10px;
  background: #f9f9f9;
  border-bottom: 1px solid #eaeaea;
}

.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: #0065bd;
  text-decoration: none;
}

.page_content .onthispage ul li a:hover, .page_content .onthispage ul li a:focus,
#content .onthispage ul li a:hover,
#content .onthispage ul li a:focus {
  text-decoration: underline;
  color: #003c71;
}

.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-top: 0;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
}

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

#tabs {
  margin: 0 0 2rem;
}

#tabs ul {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}

#tabs li {
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0 0 -1px;
}

#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: #f9f9f9;
  color: #555;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid #f9f9f9;
  border-top: 3px solid transparent;
  border-bottom-color: #eaeaea;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#tabs li a:hover, #tabs li a:focus,
#tabs li button:hover,
#tabs li button:focus {
  background: #eaeaea;
  border-color: #eaeaea;
}

#tabs li.active > a,
#tabs li.active > button, #tabs li.active-sub > a,
#tabs li.active-sub > button {
  color: #222;
  background: #fff;
  border-color: #eaeaea;
  border-top: 3px solid #0065bd;
  border-bottom-color: transparent;
}

#tabs li.tab-overflow {
  position: relative;
}

#tabs li.tab-overflow > button {
  position: relative;
  padding-right: 32px;
}

#tabs li.tab-overflow > button:after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-weight: normal;
  line-height: 0;
  width: 14px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  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: #eaeaea;
  border: none;
  border-left: 3px solid transparent;
  text-align: right;
}

#tabs li.tab-overflow ul a:hover, #tabs li.tab-overflow ul a:focus {
  background: #f9f9f9;
}

#tabs li.tab-overflow.tab-solo button {
  background: #0065bd;
  color: #fff;
}

#tabs li.tab-overflow.tab-solo ul,
#tabs li.tab-overflow.tab-solo ul a {
  text-align: left;
}

#tabs li.tab-overflow li {
  float: none;
  border: none;
  margin: 0;
  padding: 0;
}

#tabs li.tab-overflow li.active > a {
  background: #f9f9f9;
  border-left-color: #0065bd;
}

#tabs li.tab-overflow.open ul {
  position: absolute;
  right: 0;
}

#tabs.condense li.tab-overflow {
  position: static;
}

#tabs.condense li.tab-overflow ul {
  white-space: normal;
  width: 100%;
}

#footer {
  background: #0065bd;
  padding: 50px 0;
  color: #fff;
  font-size: 14px;
}

#footer a {
  color: #fff;
  text-decoration: underline;
}

#footer a:hover, #footer a:focus {
  opacity: 0.8;
}

a#totop {
  display: block;
  text-decoration: none;
  background: #0065bd;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 99;
  right: 25px;
  bottom: -55px;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
}

a#totop:after {
  content: "\f077";
  font-family: FontAwesome;
  position: absolute;
  top: 46%;
  left: 51%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-size: 22px;
}

a#totop.show {
  bottom: 25px;
}

#print-btn {
  display: block;
  text-align: left;
  background: #f1f1f1;
  border: 1px solid #eaeaea;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 3px;
}

#print-btn:hover, #print-btn:focus {
  background-color: #4b4b4b;
  color: #fff;
}

#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: #0065bd;
  position: relative;
}

#print-dialog .print-header button {
  position: absolute;
  right: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  line-height: 1;
  background: transparent;
  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: transparent;
  background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0px" y="0px" width="512px" height="512px" viewBox="0 0 348.333 348.334" style="enable-background:new 0 0 348.333 348.334;" fill="rgb(255,255,255)"><path d="M336.559,68.611L231.016,174.165l105.543,105.549c15.699,15.705,15.699,41.145,0,56.85   c-7.844,7.844-18.128,11.769-28.407,11.769c-10.296,0-20.581-3.919-28.419-11.769L174.167,231.003L68.609,336.563   c-7.843,7.844-18.128,11.769-28.416,11.769c-10.285,0-20.563-3.919-28.413-11.769c-15.699-15.698-15.699-41.139,0-56.85   l105.54-105.549L11.774,68.611c-15.699-15.699-15.699-41.145,0-56.844c15.696-15.687,41.127-15.687,56.829,0l105.563,105.554   L279.721,11.767c15.705-15.687,41.139-15.687,56.832,0C352.258,27.466,352.258,52.912,336.559,68.611z"/></svg>');
  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: #0065bd;
  text-decoration: none;
}

#print-dialog .print-body a:hover, #print-dialog .print-body a:focus {
  text-decoration: underline;
  color: #003c71;
}

#print-dialog .print-body p.option-desc {
  font-size: 14px;
}

.lfjsbubble .courseblock,
.page_content .courseblock,
#content .courseblock {
  margin-bottom: 30px;
}

.lfjsbubble .courseblock p.noindent,
.page_content .courseblock p.noindent,
#content .courseblock p.noindent {
  margin: 0 0 3px;
  padding: 0;
}

.lfjsbubble .courseblock p.courseblocktitle,
.page_content .courseblock p.courseblocktitle,
#content .courseblock p.courseblocktitle {
  font-size: 18px;
}

.lfjsbubble .courseblock span.credits,
.page_content .courseblock span.credits,
#content .courseblock span.credits {
  float: right;
}

.lfjsbubble .courseblock {
  margin-bottom: 0;
}

.lfjsbubble .courseblock a {
  color: #0065bd;
}

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

header#header {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 502;
  background-color: transparent;
}

header#header .headerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 0;
  margin: 0 1.25rem;
}

@media (min-width: 768px) {
  header#header .headerWrap {
    padding: 40px 0;
    width: 90vw;
    margin: 0 auto;
  }
}

header#header .headerWrap .headerInner {
  position: relative;
  margin-right: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  opacity: 1;
  -webkit-transition: all 580ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 580ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

header#header .headerWrap .headerInner .headerBrand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header#header .headerWrap .headerInner .headerBrand .csusbLogo {
  position: relative;
  display: inline-block;
  height: 2rem;
}

header#header .headerWrap .headerInner .headerBrand .csusbLogo canvas {
  display: block;
  height: 100%;
  visibility: hidden;
}

header#header .headerWrap .headerInner .headerBrand .csusbLogo svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: white;
}

header#header .headerWrap .headerInner .headerBrand .logoTag {
  position: relative;
  height: 2.25rem;
  margin-left: 1.1rem;
  display: none;
}

@media (min-width: 768px) {
  header#header .headerWrap .headerInner .headerBrand .logoTag {
    display: inline-block;
  }
}

header#header .headerWrap .headerInner .headerBrand .logoTag:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
}

header#header .headerWrap .headerInner .headerBrand .logoTag canvas {
  display: block;
  height: 100%;
  visibility: hidden;
}

header#header .headerWrap .headerInner .headerBrand .logoTag svg {
  position: absolute;
  top: 0;
  left: 1.1rem;
  width: 100%;
  height: 100%;
  fill: white;
}

header#header .headerWrap .headerInner .headerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

header#header .headerWrap .headerInner .headerNav .headerNavInner nav.siteNav ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: 20px;
  text-align: right;
  font-size: 0.875rem;
  font-weight: 600;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all 580ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 580ms cubic-bezier(0.165, 0.84, 0.44, 1);
  display: none;
}

@media (min-width: 768px) {
  header#header .headerWrap .headerInner .headerNav .headerNavInner nav.siteNav ul {
    display: block;
  }
}

header#header .headerWrap .headerInner .headerNav .headerNavInner nav.siteNav ul li {
  display: inline-block;
  margin: 0 8px;
  font-size: 0.875rem;
  font-weight: 600;
  list-style: none;
}

header#header .headerWrap .headerInner .headerNav .headerNavInner nav.siteNav ul li a {
  position: relative;
  color: white;
  text-decoration: none;
}

header#header .headerWrap .headerInner .headerNav .headerNavInner nav.siteNav ul li a:hover, header#header .headerWrap .headerInner .headerNav .headerNavInner nav.siteNav ul li a:focus {
  text-decoration: underline;
}

.pageHeaderContainer header.pageHeader {
  position: relative;
  background: #4b4b4b;
  color: #fff;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}

@media (min-width: 768px) {
  .pageHeaderContainer header.pageHeader {
    text-align: left;
  }
}

.pageHeaderContainer header.pageHeader .pageBanner {
  background: #4b4b4b;
  height: 35vh;
  min-height: 225px;
}

@media (min-width: 768px) {
  .pageHeaderContainer header.pageHeader .pageBanner {
    min-height: 425px;
  }
}

.pageHeaderContainer header.pageHeader .pageBanner:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=0 );
}

.pageHeaderContainer header.pageHeader .pageBanner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 6, 6, 0.45)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(6, 6, 6, 0.45), transparent 100%);
}

.pageHeaderContainer header.pageHeader .pageBanner .bannerWrap {
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
}

.pageHeaderContainer header.pageHeader .pageBanner .bannerWrap .bannerBg {
  background-image: url("../images/banner.jpg");
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-position: center 15%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pageHeaderContainer header.pageHeader .pageBanner .bannerWrap .bannerBg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 2, 2, 0.01);
}

.pageHeaderContainer header.pageHeader .pageBanner .bannerWrap .bannerBg:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14em;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=0 );
}

.pageHeaderContainer header.pageHeader .pageBanner .bannerWrap .bannerContent {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 0.75rem;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.pageHeaderContainer header.pageHeader .pageBanner .bannerWrap .bannerContent .bcInner {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}

@media (min-width: 576px) {
  .pageHeaderContainer header.pageHeader .pageBanner .bannerWrap .bannerContent .bcInner {
    width: 95vw;
  }
}

@media (min-width: 768px) {
  .pageHeaderContainer header.pageHeader .pageBanner .bannerWrap .bannerContent .bcInner {
    width: 90vw;
  }
}

@media (min-width: 1200px) {
  .pageHeaderContainer header.pageHeader .pageBanner .bannerWrap .bannerContent .bcInner {
    max-width: 1440px;
  }
}

.pageHeaderContainer header.pageHeader .pageBanner .bannerWrap .bannerContent .bcInner h1 {
  display: block;
  color: #4b4b4b;
  font-weight: 700;
  margin-top: 0;
  letter-spacing: 0px;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 1.25rem;
  color: #fff;
}

.pageHeaderContainer header.pageHeader .quickWrap {
  background-color: #0073d7;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
}

.pageHeaderContainer header.pageHeader .quickWrap .quickInner {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}

@media (min-width: 576px) {
  .pageHeaderContainer header.pageHeader .quickWrap .quickInner {
    width: 95vw;
  }
}

@media (min-width: 768px) {
  .pageHeaderContainer header.pageHeader .quickWrap .quickInner {
    width: 90vw;
  }
}

@media (min-width: 1200px) {
  .pageHeaderContainer header.pageHeader .quickWrap .quickInner {
    max-width: 1440px;
  }
}

.pageHeaderContainer header.pageHeader .quickWrap .quickInner #site-title button#hamburger {
  width: 100%;
  color: white;
  padding: 1rem 0;
  border: none;
  outline: 0;
  cursor: pointer;
  background: transparent;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

.pageHeaderContainer header.pageHeader .quickWrap .quickInner #site-title button#hamburger .fa-bars::before {
  color: #fff;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.pageHeaderContainer header.pageHeader .quickWrap .quickInner nav#navigation {
  display: none;
  position: relative;
  width: 100%;
  z-index: 2;
  background: #0065bd;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.pageHeaderContainer header.pageHeader .quickWrap .quickInner nav#navigation.active {
  display: block;
}

@media (min-width: 992px) {
  .pageHeaderContainer header.pageHeader .quickWrap .quickInner nav#navigation {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: auto;
    background: transparent;
  }
}

.pageHeaderContainer header.pageHeader .quickWrap .quickInner nav#navigation:before {
  content: "";
  position: absolute;
  background: inherit;
  height: 100%;
  top: 0;
  left: -500px;
  right: -500px;
  z-index: 0;
}

.pageHeaderContainer header.pageHeader .quickWrap .quickInner nav#navigation ul#main-nav li a {
  position: relative;
  -webkit-transition: none;
  transition: none;
  color: white;
  min-width: 0;
  padding: 0.45rem 0.65rem;
  margin: 5px;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
}

.pageHeaderContainer header.pageHeader .quickWrap .quickInner nav#navigation ul#main-nav li a:hover, .pageHeaderContainer header.pageHeader .quickWrap .quickInner nav#navigation ul#main-nav li a:focus {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .pageHeaderContainer header.pageHeader .quickWrap .quickInner nav#navigation ul#main-nav li a {
    font-weight: 400;
  }
  .pageHeaderContainer header.pageHeader .quickWrap .quickInner nav#navigation ul#main-nav li a:hover, .pageHeaderContainer header.pageHeader .quickWrap .quickInner nav#navigation ul#main-nav li a:focus {
    background: rgba(0, 0, 0, 0.2);
  }
}

.siteFooter {
  background-color: #f1f1f1;
}

.siteFooter a {
  color: #4b4b4b;
  text-decoration: none;
}

.siteFooter a:hover, .siteFooter a:focus {
  color: #4b4b4b;
  text-decoration: underline;
}

.siteFooter .footContainer {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}

@media (min-width: 576px) {
  .siteFooter .footContainer {
    width: 95vw;
  }
}

@media (min-width: 768px) {
  .siteFooter .footContainer {
    width: 90vw;
  }
}

@media (min-width: 1200px) {
  .siteFooter .footContainer {
    max-width: 1440px;
  }
}

.siteFooter .footContainer .footWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2.5rem 0;
}

@media (min-width: 768px) {
  .siteFooter .footContainer .footWrap {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

.siteFooter .footContainer .footWrap .footHead {
  display: block;
  color: #4b4b4b;
  font-weight: 700;
  margin-top: 0;
  letter-spacing: 0px;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.siteFooter .footContainer .footWrap .footHead2 {
  display: block;
  font-weight: 700;
  padding-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.siteFooter .footContainer .footWrap .footCol1 {
  width: 100%;
  text-align: center;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .siteFooter .footContainer .footWrap .footCol1 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding: 0 1.25rem;
    width: 30%;
    text-align: left;
  }
}

.siteFooter .footContainer .footWrap .footCol1 .footLogo {
  margin-bottom: 1.25rem;
}

.siteFooter .footContainer .footWrap .footCol1 .footInfo {
  text-align: center;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .siteFooter .footContainer .footWrap .footCol1 .footInfo {
    text-align: left;
  }
}

.siteFooter .footContainer .footWrap .footCol1 .footSocial > ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.siteFooter .footContainer .footWrap .footCol1 .footSocial > ul > li {
  margin-bottom: 0.75rem;
}

.siteFooter .footContainer .footWrap .footCol1 .footSocial > ul > li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  margin: -0.375rem;
}

@media (min-width: 768px) {
  .siteFooter .footContainer .footWrap .footCol1 .footSocial > ul > li > ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.siteFooter .footContainer .footWrap .footCol1 .footSocial > ul > li > ul > li {
  padding: 0 0.375rem;
  margin-bottom: 0.75rem;
}

.siteFooter .footContainer .footWrap .footCol1 .footSocial > ul > li > ul > li a.fa::before {
  color: #4b4b4b;
}

.siteFooter .footContainer .footWrap .footCol1 .footSocial > ul > li > ul > li a.fa:hover::before, .siteFooter .footContainer .footWrap .footCol1 .footSocial > ul > li > ul > li a.fa:focus::before {
  color: #0065bd;
}

.siteFooter .footContainer .footWrap nav.footCol234 {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .siteFooter .footContainer .footWrap nav.footCol234 {
    max-width: 70%;
    margin: 0;
    padding: 0 1.25rem;
  }
}

.siteFooter .footContainer .footWrap nav.footCol234 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  list-style: none;
  padding: 0;
}

.siteFooter .footContainer .footWrap nav.footCol234 > ul > li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .siteFooter .footContainer .footWrap nav.footCol234 > ul > li {
    width: 33.3%;
  }
}

@media (max-width: 991.98px) {
  .siteFooter .footContainer .footWrap nav.footCol234 > ul > li:last-child {
    width: 100%;
  }
}

.siteFooter .footContainer .footWrap nav.footCol234 > ul > li > ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.siteFooter .footContainer .footWrap nav.footCol234 > ul > li > ul > li {
  margin-bottom: 1.25rem;
}

.siteFooter .footContainer .footWrap nav.footCol234 > ul > li > ul > li > ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.siteFooter .footContainer .footWrap nav.footCol234 > ul > li > ul > li > ul > li {
  margin-bottom: 0.75rem;
}

.siteFooter nav.footBar {
  width: 100%;
  margin: 0 auto;
  background: white;
  padding: 1.25rem 0;
  font-size: 0.875rem;
  text-align: center;
}

.siteFooter nav.footBar ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (min-width: 576px) {
  .siteFooter nav.footBar ul {
    width: 95vw;
  }
}

@media (min-width: 768px) {
  .siteFooter nav.footBar ul {
    width: 90vw;
  }
}

@media (min-width: 1200px) {
  .siteFooter nav.footBar ul {
    max-width: 1440px;
  }
}

.siteFooter nav.footBar ul li {
  padding: 0 8px;
  margin-bottom: 0.75rem;
}

.siteFooter nav.footBar ul li a {
  color: #4b4b4b;
}
