@import url("client-styles.min.css");
:root {
  --select2-line-height: 2.5em;
}
#gateway-popup .gateway-toolbar,
#gateway-page .gateway-toolbar {
  display: flex;
  justify-content: space-around;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 10px 0;
  height: 100%;
}
#gateway-popup .gateway-toolbar .gateway-toolbar-item,
#gateway-page .gateway-toolbar .gateway-toolbar-item {
  border-right: 1px solid transparent;
  display: flex;
  margin: 0;
  width: auto;
}
#gateway-popup .gateway-toolbar .gateway-toolbar-item:last-child,
#gateway-page .gateway-toolbar .gateway-toolbar-item:last-child {
  border-right: 0;
}
#gateway-popup .gateway-toolbar .gateway-toolbar-item:last-child .acalog-icon,
#gateway-page .gateway-toolbar .gateway-toolbar-item:last-child .acalog-icon {
  padding-right: 2px !important;
  margin-right: 0px !important;
}
#gateway-popup .gateway-toolbar .acalog-icon,
#gateway-page .gateway-toolbar .acalog-icon {
  -webkit-text-stroke: 1px #ebeff2;
  -webkit-transform: perspective(1px) translateZ(0);
  transition: background-color 0.2s ease-in-out, box-shadow 0.3s ease-in-out, color 0.2s ease-in-out, -webkit-text-stroke 0.2s ease-in-out;
  align-items: center;
  appearance: none;
  background-color: #ebeff2;
  border: 1px solid #00305c !important;
  border-radius: 0;
  box-shadow: 0 0 1px rgba(0,0,0,0);
  box-sizing: content-box;
  color: #00305c !important;
  display: inline-block;
  font-size: 24px !important;
  height: 34px !important;
  justify-content: center;
  margin-left: 10px !important;
  outline: none;
  padding: .1rem !important;
  position: relative;
  text-decoration: none;
  transform: perspective(1px) translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
  vertical-align: middle;
  width: 34px !important;
}
#gateway-popup .gateway-toolbar .acalog-icon:before,
#gateway-page .gateway-toolbar .acalog-icon:before {
  content: '';
  position: absolute;
  border: 0rem solid #ebeff2;
  border-radius: 999px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
#gateway-popup .gateway-toolbar .acalog-icon:hover,
#gateway-page .gateway-toolbar .acalog-icon:hover {
  background-color: #ffffff;
  color: #004585 !important;
  -webkit-text-stroke: 1px #ffffff;
}
#gateway-popup .gateway-toolbar .acalog-icon:hover:before,
#gateway-page .gateway-toolbar .acalog-icon:hover:before {
  border-color: #004585;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
}
#gateway-popup .gateway-toolbar .acalog-icon:focus:before,
#gateway-page .gateway-toolbar .acalog-icon:focus:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
#gateway-popup .gateway-toolbar .acalog-icon:active:before,
#gateway-page .gateway-toolbar .acalog-icon:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
#gateway-popup .gateway-toolbar .gateway-toolbar-share,
#gateway-page .gateway-toolbar .gateway-toolbar-share {
  position: relative;
}
#gateway-popup .gateway-toolbar .gateway-toolbar-share .gateway-toolbar-share-contents-wrapper,
#gateway-page .gateway-toolbar .gateway-toolbar-share .gateway-toolbar-share-contents-wrapper {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  border-radius: 5px;
  padding: 10px;
  z-index: 1000;
}
#gateway-popup .gateway-toolbar .gateway-toolbar-share .gateway-toolbar-share-contents-wrapper:hover,
#gateway-popup .gateway-toolbar .gateway-toolbar-share .gateway-toolbar-share-contents-wrapper:focus,
#gateway-popup .gateway-toolbar .gateway-toolbar-share .gateway-toolbar-share-contents-wrapper:active,
#gateway-page .gateway-toolbar .gateway-toolbar-share .gateway-toolbar-share-contents-wrapper:hover,
#gateway-page .gateway-toolbar .gateway-toolbar-share .gateway-toolbar-share-contents-wrapper:focus,
#gateway-page .gateway-toolbar .gateway-toolbar-share .gateway-toolbar-share-contents-wrapper:active {
  display: block;
}
#gateway-popup .gateway-toolbar .gateway-toolbar-share.gateway-toolbar-item-active .gateway-toolbar-share-contents-wrapper,
#gateway-page .gateway-toolbar .gateway-toolbar-share.gateway-toolbar-item-active .gateway-toolbar-share-contents-wrapper {
  display: block;
}
#gateway-popup .gateway-toolbar .gateway-toolbar-share .gateway-toolbar-share-contents,
#gateway-page .gateway-toolbar .gateway-toolbar-share .gateway-toolbar-share-contents {
  padding: 10px;
}
#gateway-popup .gateway-toolbar .gateway-toolbar-share .gateway-toolbar-facebook a,
#gateway-page .gateway-toolbar .gateway-toolbar-share .gateway-toolbar-facebook a {
  display: block;
  padding: 5px 10px;
  margin: 5px 0;
  color: #fff;
  background-color: #3B5998;
}
#gateway-popup .gateway-toolbar .gateway-toolbar-share .gateway-toolbar-facebook a:hover,
#gateway-page .gateway-toolbar .gateway-toolbar-share .gateway-toolbar-facebook a:hover {
  background-color: shade(#3B5998,10%);
}
#gateway-popup .gateway-toolbar .gateway-toolbar-share .gateway-toolbar-facebook a:focus,
#gateway-page .gateway-toolbar .gateway-toolbar-share .gateway-toolbar-facebook a:focus {
  background-color: #5f7ec1;
}
#gateway-popup .gateway-toolbar .gateway-toolbar-share .gateway-toolbar-facebook a:active,
#gateway-page .gateway-toolbar .gateway-toolbar-share .gateway-toolbar-facebook a:active {
  background-color: rgba(59,89,152,0.9);
}
#gateway-popup .gateway-toolbar .gateway-toolbar-twitter a,
#gateway-page .gateway-toolbar .gateway-toolbar-twitter a {
  display: block;
  padding: 5px 10px;
  margin: 5px 0;
  color: #fff;
  background-color: #1DA1F2;
}
#gateway-popup .gateway-toolbar .gateway-toolbar-twitter a:hover,
#gateway-page .gateway-toolbar .gateway-toolbar-twitter a:hover {
  background-color: shade(#1DA1F2,10%);
}
#gateway-popup .gateway-toolbar .gateway-toolbar-twitter a:focus,
#gateway-page .gateway-toolbar .gateway-toolbar-twitter a:focus {
  background-color: #65bff6;
}
#gateway-popup .gateway-toolbar .gateway-toolbar-twitter a:active,
#gateway-page .gateway-toolbar .gateway-toolbar-twitter a:active {
  background-color: rgba(29,161,242,0.9);
}
#gateway-popup .sr-only,
#gateway-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
#gateway-popup .block_content_outer .tooltip,
#gateway-page .block_content_outer .tooltip {
  cursor: pointer;
  border: 1px solid #333 !important;
  background-color: #ffffff !important;
  box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.3) !important;
  padding: 10px !important;
}
#gateway-popup td.td_lb,
#gateway-popup td.td_rb,
#gateway-popup th.th_lt,
#gateway-popup th.th_rt,
#gateway-page td.td_lb,
#gateway-page td.td_rb,
#gateway-page th.th_lt,
#gateway-page th.th_rt {
  background-color: #00305c;
  color: #FFFFFF;
}
#gateway-popup .block_n2 hr,
#gateway-popup .block_content hr,
#gateway-page .block_n2 hr,
#gateway-page .block_content hr {
  color: inherit;
  height: 0;
  border: 1.5px solid #91713f;
}
#gateway-popup td.td_light,
#gateway-page td.td_light {
  background-color: #e8e8e8;
}
#gateway-popup table.td_light,
#gateway-popup table.td_dark,
#gateway-popup td.td_dark,
#gateway-popup td.td_Dark,
#gateway-popup a.td_dark,
#gateway-popup #prefix_box,
#gateway-page table.td_light,
#gateway-page table.td_dark,
#gateway-page td.td_dark,
#gateway-page td.td_Dark,
#gateway-page a.td_dark,
#gateway-page #prefix_box {
  background-color: #d6d6d6;
}
#gateway-popup td#course-filter-description,
#gateway-page td#course-filter-description {
  background-color: #f5f5f5;
}
#gateway-popup form[name="course_portfolio"]>table,
#gateway-popup form[name="course_portfolio"] th,
#gateway-popup form[name="course_portfolio"] td,
#gateway-popup form[name="program_portfolio"]>table,
#gateway-popup form[name="program_portfolio"] th,
#gateway-popup form[name="program_portfolio"] td,
#gateway-popup form[name="nav_link_portfolio"]>table,
#gateway-popup form[name="nav_link_portfolio"] th,
#gateway-popup form[name="nav_link_portfolio"] td,
#gateway-popup form[name="division_portfolio"]>table,
#gateway-popup form[name="division_portfolio"] th,
#gateway-popup form[name="division_portfolio"] td,
#gateway-popup form[name="search_links_portfolio"]>table,
#gateway-popup form[name="search_links_portfolio"] th,
#gateway-popup form[name="search_links_portfolio"] td,
#gateway-popup #course_search>table,
#gateway-popup #course_search th,
#gateway-popup #course_search td,
#gateway-popup #search_form>table,
#gateway-popup #search_form th,
#gateway-popup #search_form td,
#gateway-popup table.td_light,
#gateway-popup table.td_dark,
#gateway-popup td.td_light,
#gateway-popup td.td_dark,
#gateway-popup td.td_Dark,
#gateway-popup td.td_lb,
#gateway-popup td.td_rb,
#gateway-popup th.th_lt,
#gateway-popup th.th_rt,
#gateway-popup a.td_dark,
#gateway-popup #prefix_box,
#gateway-page form[name="course_portfolio"]>table,
#gateway-page form[name="course_portfolio"] th,
#gateway-page form[name="course_portfolio"] td,
#gateway-page form[name="program_portfolio"]>table,
#gateway-page form[name="program_portfolio"] th,
#gateway-page form[name="program_portfolio"] td,
#gateway-page form[name="nav_link_portfolio"]>table,
#gateway-page form[name="nav_link_portfolio"] th,
#gateway-page form[name="nav_link_portfolio"] td,
#gateway-page form[name="division_portfolio"]>table,
#gateway-page form[name="division_portfolio"] th,
#gateway-page form[name="division_portfolio"] td,
#gateway-page form[name="search_links_portfolio"]>table,
#gateway-page form[name="search_links_portfolio"] th,
#gateway-page form[name="search_links_portfolio"] td,
#gateway-page #course_search>table,
#gateway-page #course_search th,
#gateway-page #course_search td,
#gateway-page #search_form>table,
#gateway-page #search_form th,
#gateway-page #search_form td,
#gateway-page table.td_light,
#gateway-page table.td_dark,
#gateway-page td.td_light,
#gateway-page td.td_dark,
#gateway-page td.td_Dark,
#gateway-page td.td_lb,
#gateway-page td.td_rb,
#gateway-page th.th_lt,
#gateway-page th.th_rt,
#gateway-page a.td_dark,
#gateway-page #prefix_box {
  border-color: #404040;
}
#gateway-popup table.block_n2_and_content button:focus,
#gateway-popup table.block_n2_and_content input:focus,
#gateway-popup table.block_n2_and_content select:focus,
#gateway-popup table.block_n2_and_content textarea:focus,
#gateway-page table.block_n2_and_content button:focus,
#gateway-page table.block_n2_and_content input:focus,
#gateway-page table.block_n2_and_content select:focus,
#gateway-page table.block_n2_and_content textarea:focus {
  -webkit-box-shadow: #00305c 0px 0px 5px 0px;
  -moz-box-shadow: #00305c 0px 0px 5px 0px;
  -o-box-shadow: #00305c 0px 0px 5px 0px;
  box-shadow: #00305c 0px 0px 5px 0px;
}
#gateway-popup a.td_dark,
#gateway-page a.td_dark {
  -webkit-border-radius: 0 0 0px 0px;
  -moz-border-radius: 0 0 0px 0px;
  border-radius: 0 0 0px 0px;
}
#gateway-popup td.td_lb,
#gateway-page td.td_lb {
  -webkit-border-radius: 0px 0px 0px 0;
  -moz-border-radius: 0px 0px 0px 0;
  border-radius: 0px 0px 0px 0;
}
#gateway-popup td.td_rb,
#gateway-page td.td_rb {
  -webkit-border-radius: 0px 0px 0 0px;
  -moz-border-radius: 0px 0px 0 0px;
  border-radius: 0px 0px 0 0px;
}
#gateway-popup th.th_lt,
#gateway-page th.th_lt {
  -webkit-border-radius: 0 0px 0px 0px;
  -moz-border-radius: 0 0px 0px 0px;
  border-radius: 0 0px 0px 0px;
}
#gateway-popup th.th_rt,
#gateway-page th.th_rt {
  -webkit-border-radius: 0px 0 0px 0px;
  -moz-border-radius: 0px 0 0px 0px;
  border-radius: 0px 0 0px 0px;
}
#gateway-popup table.td_dark,
#gateway-page table.td_dark {
  -webkit-border-radius: 0px 0 0 0;
  -moz-border-radius: 0px 0 0 0;
  border-radius: 0px 0 0 0;
}
#gateway-popup .toplevel_popup,
#gateway-popup .tooltip,
#gateway-popup #prefix_box,
#gateway-popup a.acalog-icon,
#gateway-popup #gateway-back-to-top-icon,
#gateway-popup .gateway-toolbar-share-contents,
#gateway-popup form[name="course_portfolio"]>table,
#gateway-popup form[name="program_portfolio"]>table,
#gateway-popup form[name="nav_link_portfolio"]>table,
#gateway-popup form[name="division_portfolio"]>table,
#gateway-popup form[name="search_links_portfolio"]>table,
#gateway-popup #course_search>table,
#gateway-popup #search_form>table,
#gateway-popup table.block_n2_and_content select,
#gateway-popup table.block_n2_and_content textarea,
#gateway-popup table.block_n2_and_content input[type="text"],
#gateway-popup table.block_n2_and_content input[type="password"],
#gateway-page .toplevel_popup,
#gateway-page .tooltip,
#gateway-page #prefix_box,
#gateway-page a.acalog-icon,
#gateway-page #gateway-back-to-top-icon,
#gateway-page .gateway-toolbar-share-contents,
#gateway-page form[name="course_portfolio"]>table,
#gateway-page form[name="program_portfolio"]>table,
#gateway-page form[name="nav_link_portfolio"]>table,
#gateway-page form[name="division_portfolio"]>table,
#gateway-page form[name="search_links_portfolio"]>table,
#gateway-page #course_search>table,
#gateway-page #search_form>table,
#gateway-page table.block_n2_and_content select,
#gateway-page table.block_n2_and_content textarea,
#gateway-page table.block_n2_and_content input[type="text"],
#gateway-page table.block_n2_and_content input[type="password"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#gateway-popup #gateway-back-to-top-icon-container,
#gateway-page #gateway-back-to-top-icon-container {
  display: none !important;
  visibility: hidden !important;
}
#gateway-popup body {
  background: #d6d6d6 !important;
}
#gateway-popup .toplevel_popup {
  border-color: #00305c;
}
#gateway-popup .block_n1_right {
  background-color: #00305c;
}
#gateway-popup .block_n1_right a,
#gateway-popup .block_n1_right .n1_header,
#gateway-popup .block_n1_right .n1_archived {
  color: #FFFFFF;
}
#gateway-popup table.td_dark {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.toplevel_popup .n1_header,
table.block_n2_and_content .n1_header,
.tooltip .n1_header {
  color: #00305c;
  font-size: 1rem;
  font-weight: 400;
  font-family: mukta, helvetica neue, Arial, sans-serif;
  line-height: 1.66;
}
.toplevel_popup .n1_archived,
table.block_n2_and_content .n1_archived,
.tooltip .n1_archived {
  background-color: #ffe48e;
  color: #151515;
  font-size: 1rem;
  font-weight: 600;
  font-family: mukta, helvetica neue, Arial, sans-serif;
  line-height: 1.66;
  padding: 7px 10px;
}
.toplevel_popup .date,
table.block_n2_and_content .date,
.tooltip .date {
  color: inherit;
  font-size: inherit;
  font-weight: 400;
  font-family: inherit;
  line-height: 1.66;
}
.toplevel_popup .n3_header,
table.block_n2_and_content .n3_header,
.tooltip .n3_header {
  color: #00305c;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: mukta, helvetica neue, Arial, sans-serif;
  line-height: 1.66;
}
.toplevel_popup .n2_search_header,
table.block_n2_and_content .n2_search_header,
.tooltip .n2_search_header {
  color: #00305c;
  font-size: 1rem;
  font-weight: 400;
  font-family: mukta, helvetica neue, Arial, sans-serif;
  line-height: 1.66;
}
.toplevel_popup a.navbar:link,
.toplevel_popup a.navbar:visited,
table.block_n2_and_content a.navbar:link,
table.block_n2_and_content a.navbar:visited,
.tooltip a.navbar:link,
.tooltip a.navbar:visited {
  color: #00305c;
  font-size: .875rem;
  font-weight: 400;
  font-family: mukta, helvetica neue, Arial, sans-serif;
  text-decoration: none;
  line-height: 1.66;
}
.toplevel_popup a.navbar:active,
.toplevel_popup a.navbar:hover,
table.block_n2_and_content a.navbar:active,
table.block_n2_and_content a.navbar:hover,
.tooltip a.navbar:active,
.tooltip a.navbar:hover {
  color: #00305c;
  font-size: .875rem;
  font-weight: 400;
  font-family: mukta, helvetica neue, Arial, sans-serif;
  text-decoration: none;
  line-height: 1.66;
}
.toplevel_popup h1,
.toplevel_popup .header,
table.block_n2_and_content h1,
table.block_n2_and_content .header,
.tooltip h1,
.tooltip .header {
  color: #00305c;
  font-size: 3rem;
  font-weight: 500;
  font-family: frank ruhl libre, serif;
  line-height: 1.2;
}
.toplevel_popup h2,
.toplevel_popup .header_2,
table.block_n2_and_content h2,
table.block_n2_and_content .header_2,
.tooltip h2,
.tooltip .header_2 {
  color: #00305c;
  font-size: 2.5rem;
  font-weight: 500;
  font-family: frank ruhl libre, serif;
  line-height: 1.2;
}
.toplevel_popup h3,
.toplevel_popup .header_3,
table.block_n2_and_content h3,
table.block_n2_and_content .header_3,
.tooltip h3,
.tooltip .header_3 {
  color: #00305c;
  font-size: 2rem;
  font-weight: 500;
  font-family: frank ruhl libre, serif;
  line-height: 1.2;
}
.toplevel_popup h4,
.toplevel_popup .header_4,
table.block_n2_and_content h4,
table.block_n2_and_content .header_4,
.tooltip h4,
.tooltip .header_4 {
  color: #00305c;
  font-size: 1.75rem;
  font-weight: 500;
  font-family: frank ruhl libre, serif;
  line-height: 1.2;
}
.toplevel_popup h5,
.toplevel_popup .header_5,
table.block_n2_and_content h5,
table.block_n2_and_content .header_5,
.tooltip h5,
.tooltip .header_5 {
  color: #00305c;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: frank ruhl libre, serif;
  line-height: 1.2;
}
.toplevel_popup h6,
.toplevel_popup .header_6,
table.block_n2_and_content h6,
table.block_n2_and_content .header_6,
.tooltip h6,
.tooltip .header_6 {
  color: #00305c;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: frank ruhl libre, serif;
  line-height: 1.2;
}
.toplevel_popup td,
table.block_n2_and_content td,
.tooltip td {
  color: #00305c;
  font-size: 1rem;
  font-weight: 400;
  font-family: mukta, helvetica neue, Arial, sans-serif;
  line-height: 1.66;
}
.toplevel_popup a:link,
.toplevel_popup a:visited,
table.block_n2_and_content a:link,
table.block_n2_and_content a:visited,
.tooltip a:link,
.tooltip a:visited {
  color: #91713f;
  font-size: 1rem;
  font-weight: 400;
  font-family: mukta, helvetica neue, Arial, sans-serif;
  text-decoration: underline;
  line-height: 1.66;
}
.toplevel_popup a:active,
.toplevel_popup a:hover,
table.block_n2_and_content a:active,
table.block_n2_and_content a:hover,
.tooltip a:active,
.tooltip a:hover {
  color: #91713f;
  font-size: 1rem;
  font-weight: 400;
  font-family: mukta, helvetica neue, Arial, sans-serif;
  text-decoration: none;
  line-height: 1.66;
}
.toplevel_popup th,
table.block_n2_and_content th,
.tooltip th {
  color: #00305c;
  font-size: 1rem;
  font-weight: bold;
  font-family: mukta, helvetica neue, Arial, sans-serif;
  line-height: 1.66;
}
html#gateway-page {
  font-size: 16px;
}
#gateway-popup body,
#gateway-page body {
  color: #00305c;
  font-family: mukta, helvetica neue, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.66;
}
@media screen and (min-width: 30em) {
  #gateway-popup body,
  #gateway-page body {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48em) {
  #gateway-popup body,
  #gateway-page body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
#gateway-popup .toplevel,
#gateway-popup .toplevel_popup,
#gateway-page .toplevel,
#gateway-page .toplevel_popup {
  width: 100%;
}
#gateway-popup #acalog-client-header,
#gateway-page #acalog-client-header {
  width: 100%;
}
#gateway-popup #acalog-client-footer,
#gateway-page #acalog-client-footer {
  width: 100%;
}
#gateway-popup table.block_n2_and_content,
#gateway-page table.block_n2_and_content {
  max-width: 1302px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#gateway-popup td.block_n2_and_content td.block_n2_and_content,
#gateway-page td.block_n2_and_content td.block_n2_and_content {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
#gateway-popup #select_catalog,
#gateway-page #select_catalog {
  width: 400px;
}
#gateway-popup .block_n2,
#gateway-page .block_n2 {
  padding-right: 1rem;
  padding-left: 1rem;
  width: 25%;
}
#gateway-popup .block_n2_content,
#gateway-page .block_n2_content {
  width: 100%;
  flex: 0 0 auto;
  padding: 0;
}
#gateway-popup .block_n2_search,
#gateway-page .block_n2_search {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #00305c;
}
#gateway-popup #acalog-navigation,
#gateway-page #acalog-navigation {
  max-width: 600px;
  min-width: 175px;
  border-top: 5px solid #00305c;
}
#gateway-popup .n2_links,
#gateway-page .n2_links {
  position: relativee;
}
#gateway-popup .n2_links a,
#gateway-page .n2_links a {
  -webkit-tap-highlight-color: transparent;
  background-color: #ebeff2;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  padding: 15px 20px;
  position: relative;
  transition: 0.1s cubic-bezier(.165,.84,.44,1);
}
#gateway-popup .n2_links a:hover,
#gateway-page .n2_links a:hover {
  background-color: #00305c;
  color: #fff;
}
#gateway-popup #gateway-nav-current a,
#gateway-page #gateway-nav-current a {
  background-color: #00305c;
  font-weight: 700;
  color: #fff;
}
#gateway-popup #gateway-nav-current a:hover,
#gateway-page #gateway-nav-current a:hover {
  color: #fff;
}
#gateway-popup .block_content_outer,
#gateway-page .block_content_outer {
  padding-right: 1rem;
  padding-left: 1rem;
  width: 75%;
}
#gateway-popup .block_content,
#gateway-page .block_content {
  padding: 0px 0px 0px 0px;
}
#gateway-popup #acalog-page-title,
#gateway-page #acalog-page-title {
  margin: 10px 0px;
}
#gateway-popup .block_content ul,
#gateway-popup .block_content_popup ul,
#gateway-popup .block_content div.td_dark ul,
#gateway-popup .block_content ol,
#gateway-popup .block_content_popup ol,
#gateway-popup .block_content div.td_dark ol,
#gateway-popup .block_content p,
#gateway-popup .block_content_popup p,
#gateway-page .block_content ul,
#gateway-page .block_content_popup ul,
#gateway-page .block_content div.td_dark ul,
#gateway-page .block_content ol,
#gateway-page .block_content_popup ol,
#gateway-page .block_content div.td_dark ol,
#gateway-page .block_content p,
#gateway-page .block_content_popup p {
  margin: 10px 0px;
}
#gateway-popup .block_content .acalog-adhoc p,
#gateway-popup .block_content ul ul,
#gateway-popup .block_content_popup ul ul,
#gateway-popup .block_content ol ol,
#gateway-popup .block_content_popup ol ol,
#gateway-popup .block_content ol ul,
#gateway-popup .block_content_popup ol ul,
#gateway-popup .block_content ul ol,
#gateway-popup .block_content_popup ul ol,
#gateway-page .block_content .acalog-adhoc p,
#gateway-page .block_content ul ul,
#gateway-page .block_content_popup ul ul,
#gateway-page .block_content ol ol,
#gateway-page .block_content_popup ol ol,
#gateway-page .block_content ol ul,
#gateway-page .block_content_popup ol ul,
#gateway-page .block_content ul ol,
#gateway-page .block_content_popup ul ol {
  margin: 0;
}
#gateway-popup .block_content H1,
#gateway-popup .block_content .header,
#gateway-popup .block_content H2,
#gateway-popup .block_content .header_2,
#gateway-popup .block_content H3,
#gateway-popup .block_content .header_3,
#gateway-popup .block_content H4,
#gateway-popup .block_content .header_4,
#gateway-popup .block_content H5,
#gateway-popup .block_content .header_5,
#gateway-popup .block_content H6,
#gateway-popup .block_content .header_6,
#gateway-page .block_content H1,
#gateway-page .block_content .header,
#gateway-page .block_content H2,
#gateway-page .block_content .header_2,
#gateway-page .block_content H3,
#gateway-page .block_content .header_3,
#gateway-page .block_content H4,
#gateway-page .block_content .header_4,
#gateway-page .block_content H5,
#gateway-page .block_content .header_5,
#gateway-page .block_content H6,
#gateway-page .block_content .header_6 {
  margin: 20px 0px 10px 0px;
}
#acalog-client-header *,
#acalog-client-header ::after,
#acalog-client-header ::before {
  box-sizing: border-box;
}
#gateway-footer-copyright {
  color: #ffffff;
  padding: 1rem;
  background-color: #00305c;
}
#gateway-footer-copyright a {
  color: #fff;
  text-decoration: underline;
  transition: all 300ms ease-out;
}
#gateway-footer-copyright a:active,
#gateway-footer-copyright a:hover {
  color: #fff;
  text-decoration: underline;
}
#acalog-client-footer *,
#acalog-client-footer ::after,
#acalog-client-footer ::before {
  box-sizing: border-box;
}
#gateway-popup body,
#gateway-print body,
#gateway-page body {
  display: block;
}
#backToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
#backToTopBtn svg {
  fill: #fff;
  width: 50%;
  height: 50%;
}
#backToTopBtn:hover,
#backToTopBtn:focus {
  background-color: #0056b3;
  box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}
#backToTopBtn:focus {
  outline: 2px solid #00408a;
  outline-offset: 4px;
}
#backToTopBtn.show {
  opacity: 1;
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
#gateway-popup tr[role="main"]>td.block_n2_and_content,
#gateway-page tr[role="main"]>td.block_n2_and_content {
  padding: 1.5rem 0;
}
#gateway-popup table:not([class]),
#gateway-popup table.default_style,
#gateway-page table:not([class]),
#gateway-page table.default_style {
  border-collapse: collapse;
  border-spacing: 0;
}
#gateway-popup [id],
#gateway-popup [name],
#gateway-page [id],
#gateway-page [name] {
  scroll-margin-top: calc(150px + 20px);
}
#gateway-popup .select2-container--default .select2-selection--single,
#gateway-page .select2-container--default .select2-selection--single {
  border: 1px solid rgba(0,48,92,0.7);
  border-radius: 0;
  height: 38px;
  line-height: 36px;
  padding: 0 20px 0 2px;
}
#gateway-popup .select2-container--default .select2-selection--single:hover,
#gateway-page .select2-container--default .select2-selection--single:hover {
  border: 1px solid #00305c;
}
#gateway-popup .select2-container--default .select2-selection--single:focus,
#gateway-page .select2-container--default .select2-selection--single:focus {
  outline: none;
  border: 1px solid #00305c;
  box-shadow: 0 0 0 0.2rem rgba(102,175,233,0.5);
}
#gateway-popup .select2-container--default .select2-selection--single .select2-selection__arrow,
#gateway-page .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 20px;
}
#gateway-popup .select2-container--default .select2-dropdown,
#gateway-page .select2-container--default .select2-dropdown {
  border-color: #cbcbcb;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
#gateway-popup .select2-container--default .select2-results__option,
#gateway-page .select2-container--default .select2-results__option {
  padding: 6px 12px;
  cursor: pointer;
}
#gateway-popup .select2-container--default .select2-selection__rendered,
#gateway-page .select2-container--default .select2-selection__rendered {
  color: #444;
  line-height: 38px;
  margin-right: 0;
  padding-right: 0;
  font-size: 13px;
  font-family: Arial, sans-serif;
}
#gateway-popup span:has(#location_select_parent),
#gateway-page span:has(#location_select_parent) {
  margin-top: 3px;
}
#gateway-popup #location_select_parent,
#gateway-page #location_select_parent {
  height: 38px;
  position: relative;
}
#gateway-popup .show.clearfix,
#gateway-page .show.clearfix {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #gateway-popup .show.clearfix,
  #gateway-page .show.clearfix {
    max-width: initial;
  }
}
#gateway-popup .show .n2_form_words,
#gateway-page .show .n2_form_words {
  color: rgba(0,0,0,0.5);
  font-size: 13px;
  font-family: Arial, sans-serif;
  width: 100%;
  padding-right: 40px;
  border: 1px solid rgba(0,48,92,0.7);
  height: 38px;
  line-height: 36px;
  padding: 0 12px;
  box-sizing: border-box;
}
#gateway-popup .show a#keyword-submit-icon,
#gateway-page .show a#keyword-submit-icon {
  border: 0;
  color: #888 !important;
  cursor: pointer;
  float: inherit;
  font-size: 20px;
  font-family: 'acalog-icons';
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute !important;
  right: 0;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  #gateway-popup .show a#keyword-submit-icon,
  #gateway-page .show a#keyword-submit-icon {
    font-size: 16px !important;
  }
}
#gateway-popup .show input[type="submit"],
#gateway-page .show input[type="submit"] {
  display: none;
}
#gateway-popup .show a#keyword-submit-icon:hover,
#gateway-page .show a#keyword-submit-icon:hover {
  color: #555 !important;
}
@-webkit-keyframes grow-in {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  100% {
    -webkit-transform: scaleX(0.0);
    transform: scaleX(0.4);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
}
@keyframes grow-in {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  100% {
    -webkit-transform: scaleX(0.4);
    transform: scaleX(0.4);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0,0,0,0);
  clip-path: inset(50%);
  overflow: hidden;
}
.block_content H1:after,
.block_content .header:after,
.block_content_popup H1:after,
.block_content_popup .header:after {
  content: ' ';
  display: block;
  height: 2px;
  width: 52px;
  background-color: #91713f;
  margin-top: 15px;
}
.block_content hr:first-of-type,
.block_content_popup hr:first-of-type {
  display: none;
}
