/********************************************* Imports ********************************************************/
/********************************************* Fonts **********************************************************/
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Jost-VariableFont_wght.ttf') format('truetype');
}
@font-face {
  font-family: 'League Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/league-gothic-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: local('PT Serif'), local('PTSerif-Regular'), url('../fonts/pt-serif-v9-latin-regular.woff2') format('woff2'), url('../fonts/pt-serif-v9-latin-regular.woff') format('woff'), url('../fonts/pt-serif-v9-latin-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 700;
  src: local('PT Serif Bold'), local('PTSerif-Bold'), url('../fonts/pt-serif-v9-latin-700.woff2') format('woff2'), url('../fonts/pt-serif-v9-latin-700.woff') format('woff'), url('../fonts/pt-serif-v9-latin-700.ttf') format('truetype');
}
/********************************************* Imports ********************************************************/
/********************************************* Fonts **********************************************************/
/********************************************* Global Colors **************************************************/
/********************************************* Global Styles **************************************************/
/********************************************* Structure ******************************************************/
/********************************************* General ********************************************************/
/********************************************* Controls *******************************************************/
/********************************************* Media **********************************************************/
/********************************************* Tables *********************************************************/
/********************************************* Main Menu ******************************************************/
/********************************************* Devices ********************************************************/
/********************************************* Misc ***********************************************************/
/********************************************* Global Structure ***********************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration-skip-ink: none;
}
*:focus {
  outline-color: #1980EC;
  outline-width: 2px !important;
}
main:focus {
  outline: none;
}
body {
  position: relative;
  margin: auto;
  overflow-x: hidden;
  font-size: 18px;
  line-height: 28px;
  background: #182a55;
}
header {
  position: fixed;
  width: 100%;
  margin: auto;
  z-index: 50;
  background: linear-gradient(to right, #182a55 25%, #243866 50%, #182a55 75%);
}
.header-top {
  position: relative;
  background: transparent;
}
.header-top-frame {
  position: relative;
  height: 110px;
  padding: 15px 0 0 0;
  background: url('../images/global/backgrounds/banner.png');
}
.home-button {
  position: relative;
  width: 840px;
  margin: auto;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}
.home-button img {
  float: left;
  margin: 0;
  padding: 0;
}
.header-bottom {
  position: relative;
  border: solid #920909;
  border-width: 2px 0 2px 0;
  border-bottom-color: #213564;
  background: linear-gradient(to right, #182a55 25%, #1a2e5c 50%, #182a55 75%);
}
.header-bottom-frame {
  position: relative;
  height: 42px;
  padding: 0 0 0 0;
}
.site-announcements {
  font-size: 18px;
  color: #920909;
  background: #ffffff;
  border-radius: 14px;
  padding: 4px 20px;
  margin: -8px 0px 8px 0px;
}
.body-middle {
  position: relative;
}
.content-layout {
  position: relative;
  margin: 0 0 0 0;
  padding: 140px 0 0 0;
  font-size: 16px;
  color: #474747;
  font-family: 'Jost', 'PT Serif', serif;
  line-height: 30px;
}
.content-layout-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  margin: auto;
  z-index: 1;
  background-position: center 0 !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}
.content-layout-head {
  position: relative;
  height: 480px;
  z-index: 3;
}
.content-layout-body {
  position: relative;
  z-index: 4;
  padding: 24px 0 0px 0;
  min-height: 540px;
}
/********************************************* Content Module *************************************************/
.content-module-container {
  position: relative;
  padding: 14px;
  background: url('../images/global/backgrounds/content-module-background.png') center center;
  border: 2px solid #2a4483;
  overflow: auto;
}
.content-module-container .content-module {
  display: flex;
  position: relative;
  gap: 10px;
  width: 100%;
  padding: 0px;
  border-radius: 16px;
}
/********************************************* Section Menu ***************************************************/
.section-menu {
  width: 260px;
  color: #ffffff;
  background: #ffffff;
  padding: 18px;
}
.section-menu-header {
  height: 76px;
  background: #890707 url('../images/global/icons/section-menu-icon.png') center 15px no-repeat;
  margin: 0 0 0px 0;
  border-radius: 3px 3px 0px 0px;
}
.section-menu-body {
  padding: 8px 0px 16px 0px;
  border: solid #7a0404;
  border-width: 2px 0 0 0;
  border-radius: 0px 0px 3px 3px;
  background: #890707;
  min-height: 342px;
}
.section-menu-body nav {
  clear: both;
  display: block;
  position: relative;
  margin: 0px 0 0px 0;
  padding: 0;
  border-width: 2px 0;
}
.section-menu-body nav ul {
  padding: 0;
  margin: 0;
}
.section-menu-body nav ul li {
  padding: 0;
  margin: 0;
  background: none;
}
.section-menu-body nav a {
  font-family: 'Jost', 'PT Serif', serif;
  margin: 0 0 4px 0px;
  padding: 10px 16px;
  display: block;
  color: #ffffff;
  font-size: 19px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
}
.section-menu-body nav a.active {
  color: #ffffff;
  background: #750202;
}
.section-menu-body nav a:hover {
  color: #ffffff;
  background: #800404;
  text-decoration: none;
}
.content-module-container .content-module .content-module-inner {
  flex: 1;
  position: relative;
  padding: 12px 24px 24px 24px;
  border-radius: 0px 16px 16px 0px;
  background: #ffffff;
  min-height: 520px;
}
.content-module-container .content-module .content-module-inner-full {
  padding: 12px 24px 24px 24px;
  border-radius: 16px;
}
.content-module-container .content-module .content-module-inner .content-module-section,
.content-module-container .content-module .content-module-inner-home-main .content-module-section,
.content-module-container .content-module .content-module-inner-whats-new .content-module-section {
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
  border: dotted #cccccc;
  border-width: 0 0 2px 0;
  padding: 0 0 14px 0;
  display: block;
  overflow: auto;
}
.content-module-container .content-module .content-module-inner .content-module-vertical-section {
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
  border: solid #dadada;
  border-width: 0 0 0 20px;
  padding: 0 0 0 20px;
}
/********************************************* Columns ********************************************************/
.content-columns {
  display: flex;
  position: relative;
  gap: 28px;
  width: 100%;
}
.content-columns .content-column {
  flex: 1;
  position: relative;
  padding: 1px 0px 0px 0px;
}
.content-columns .content-column-thumbnail {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 280px;
  padding: 0px 0px 0px 0px;
}
.publication-thumbnail {
  float: left;
  margin: 8px 0px 4px 0;
  padding: 0px;
  width: 280px;
  border: 2px solid #dadada;
  transition: 0.2s;
}
.publication-thumbnail:hover {
  border-color: #cccccc;
}
.content-columns .content-column-thumbnail-small {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 180px;
  padding: 0px 0px 0px 0px;
}
.publication-thumbnail-small {
  float: left;
  margin: 8px 0px 4px 0;
  width: 180px;
  border: 2px solid #dadada;
  transition: 0.2s;
}
.publication-thumbnail-small:hover {
  border-color: #cccccc;
}
.publication-caption {
  clear: both;
  display: block;
  padding: 8px 0px 0 0px;
  text-align: center;
  font-size: 17px;
  line-height: 24px;
}
/********************************************* Footer *********************************************************/
footer {
  position: relative;
  margin: 0px 0 0 0;
  padding: 12px 0 10px 0;
  color: #8494b3;
  font-size: 18px;
  line-height: 28px;
  z-index: 3;
  font-family: 'Jost', 'PT Serif', serif;
  background: #182a55;
  overflow: auto;
}
.footer-top {
  display: none;
  position: relative;
  margin: 0 0 6px 0;
  padding: 6px 0 6px 0;
  z-index: 3;
  color: #172852;
  background: #172852;
}
.footer-bottom {
  position: relative;
  padding: 0 0 10px 0;
}
footer a {
  clear: both;
  padding: 0 3px;
  display: inline-block;
  color: #8494b3;
  text-decoration: underline;
}
footer a:hover {
  text-decoration: underline;
}
footer .footer-section {
  position: relative;
  float: left;
  width: 100%;
  min-height: 180px;
  padding: 0 2%;
  text-align: center;
}
footer .footer-section p {
  margin: 0;
}
footer .footer-section a {
  text-decoration: none;
}
footer .footer-section a:hover {
  text-decoration: underline;
}
/********************************************* Global Frames **************************************************/
.content-frame-small {
  position: relative;
  margin: auto;
  padding: 0 15px;
}
.content-frame-medium {
  position: relative;
  margin: auto;
  padding: 0 15px;
}
.content-frame-large {
  position: relative;
  margin: auto;
  padding: 0 15px;
}
/********************************************* Skip To Main ***************************************************/
a.skip-to-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
  color: #ffffff;
  background: #000000;
}
a.skip-to-main:focus,
a.skip-to-main:active {
  color: #ffffff;
  background: #000000;
  left: auto;
  top: auto;
  width: 240px;
  height: auto;
  overflow: auto;
  padding: 5px;
  text-align: left;
  font-size: 20px;
  z-index: 999;
}
/********************************************* Back To Top ****************************************************/
.back-to-top {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 70;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #135181;
  color: #ffffff;
  cursor: pointer;
  padding: 2px 10px 3px 10px;
  border-radius: 3px;
}
.back-to-top img {
  position: relative;
  top: 3px;
  margin: 0 0 0 4px;
  right: 0;
  width: 18px;
}
/********************************************* Page Header ****************************************************/
.page-header {
  position: relative;
  width: 100%;
  margin: 5px 0 12px 0;
  padding: 0 0 9px 0;
  border: dotted #e2eaf0;
  border-width: 0 0 2px 0;
}
.page-header a.base-link {
  vertical-align: text-top;
  display: inline-block;
  margin: 3px 0 0 0;
  padding-left: 0;
  font-size: 28px;
  line-height: 28px;
  text-align: left;
  border-radius: 5px;
  transition: 0.3s;
}
.page-header a.base-link:hover {
  background: #cddce7;
}
.page-header h1 {
  position: relative;
  display: inline-block;
  vertical-align: text-top;
  margin: 0 15px 0 8px;
  padding: 3px 0 2px 14px;
  border: dotted #d8e2eb;
  border-width: 0 0 0 2px;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-header h1.base {
  margin-left: 0;
  padding-left: 0;
  border: none;
}
.page-header .divider {
  position: relative;
  display: inline-block;
  vertical-align: text-top;
  margin: 0 0px 0 8px;
  padding: 3px 0 2px 4px;
  border: dotted #d8e2eb;
  border-width: 0 0 0 2px;
}
.title-addition {
  display: inline-block;
  margin: 6px 0 0 0px;
  vertical-align: text-top;
  padding: 2px 0 0 16px;
  color: #000000;
  font-size: 21px;
  line-height: 21px;
  border: solid #135181;
  border-width: 0 0 0 3px;
}
.page-header a.link-button,
.page-header button.link-button {
  vertical-align: text-top;
  min-width: 74px;
  margin: 7px 8px 0 0;
  padding: 3px 5px 3px 5px;
  font-size: 15px;
  line-height: 16px;
  background: #920909;
}
.page-header a.new-link {
  text-align: left;
  padding: 3px 5px 3px 6px;
  background: #920909 url('../images/global/icons/new.png') 50px center no-repeat;
}
.page-header a.new-link:hover {
  text-align: left;
  padding: 3px 5px 3px 6px;
  background: #920909 url('../images/global/icons/new.png') 50px center no-repeat;
}
/********************************************* Visibility *****************************************************/
.home-logo-small,
.home-logo-medium,
.home-logo-large {
  display: none;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .header-top-frame {
    height: 64px;
    padding: 8px 0 0 0;
    background: none;
    background: url('../images/global/backgrounds/banner.png');
  }
  .home-button {
    width: 240px;
  }
  .header-bottom-frame {
    height: 8px;
  }
  .layout {
    font-size: 17px;
    line-height: 28px;
  }
  .content-layout {
    padding: 78px 0 0 0;
    font-size: 17px;
    line-height: 27px;
  }
  .content-layout-body {
    padding: 4px 0 8px 0;
    min-height: initial;
  }
  .content-module-container {
    padding: 12px;
  }
  .content-module-container .content-module {
    flex-direction: column;
    gap: 10px;
    border-radius: 4px;
  }
  .section-menu {
    width: 100%;
    padding: 12px 12px 10px 12px;
    border-radius: 8px;
  }
  .section-menu-header {
    display: none;
  }
  .section-menu-body {
    padding: 0;
    border-width: 0;
    min-height: initial;
    background: transparent;
  }
  .section-menu-body nav ul li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    background: none;
  }
  .section-menu-body nav a {
    margin: 0 0 3px 0;
    padding: 7px 8px;
    display: block;
    width: 100%;
    font-size: 17px;
    line-height: 17px;
    background: #920909;
  }
  .section-menu-body nav a.active {
    background: #920909;
  }
  .content-module-container .content-module .content-module-inner,
  .content-module-container .content-module .content-module-inner-full {
    width: 100%;
    padding: 10px 16px 12px 16px;
    border-radius: 8px;
  }
  .content-module-container .content-module .content-module-inner .content-module-section,
  .content-module-container .content-module .content-module-inner-home-main .content-module-section,
  .content-module-container .content-module .content-module-inner-whats-new .content-module-section {
    margin: 0 0 16px 0;
    padding: 0 0 12px 0;
  }
  .home-logo-small {
    display: block;
  }
  .content-frame-medium {
    padding: 0 6px;
  }
  .content-columns {
    flex-direction: column;
  }
}
/********************************************* Tablets ********************************************************/
@media screen and (min-width: 641px) and (max-width: 960px) {
  .header-top-frame {
    height: 104px;
    padding: 12px 0 0 0;
    background: none;
    background: url('../images/global/backgrounds/banner.png');
  }
  .home-button {
    width: 540px;
  }
  .header-bottom-frame {
    height: 16px;
  }
  .content-layout {
    padding: 108px 0 0 0;
  }
  .home-logo-medium {
    display: block;
  }
  .content-frame-medium {
    padding: 0 8px;
  }
  .content-module-container {
    padding: 12px;
  }
  .layout,
  .content-layout {
    font-size: 17px;
    line-height: 27px;
  }
  .content-module-container .content-module {
    flex-direction: column;
    gap: 8px;
    background: #ffffff;
  }
  .section-menu {
    width: 100%;
    padding: 18px 18px 4px 18px;
    border-radius: 0px;
    background: transparent;
  }
  .section-menu-header {
    display: none;
  }
  .section-menu-body {
    padding: 0;
    border-width: 0;
    min-height: initial;
    background: transparent;
  }
  .section-menu-body nav ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
    background: none;
  }
  .section-menu-body nav a {
    margin: 0 0 3px 0;
    padding: 9px 11px;
    display: inline-block;
    font-size: 17px;
    line-height: 17px;
    background: #920909;
  }
  .section-menu-body nav a.active {
    background: #920909;
  }
  .content-module-container .content-module .content-module-inner,
  .content-module-container .content-module .content-module-inner-full {
    width: 100%;
    padding: 8px 19px 12px 19px;
    border-radius: 12px;
  }
}
/********************************************* Desktops *******************************************************/
@media screen and (min-width: 961px) and (max-width: 1340px) {
  .home-logo-large {
    display: block;
  }
}
/********************************************* Large Screens **************************************************/
@media screen and (min-width: 1341px) {
  .content-frame-small {
    width: 1310px;
  }
  .content-frame-medium {
    width: 1310px;
  }
  .content-frame-large {
    width: 1340px;
  }
  .home-logo-large {
    display: block;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Links **********************************************************/
a {
  color: #920909;
  cursor: pointer;
}
/********************************************* Headers ********************************************************/
h1 {
  margin: 8px 0 12px 0;
  padding: 0 0 10px 0;
  font-family: 'Jost', sans-serif;
  color: #111111;
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  border: dotted #cccccc;
  border-width: 0 0 2px 0;
}
h1 a {
  margin: 8px 0 12px 0;
  padding: 0 0 10px 0;
  font-family: 'Jost', sans-serif;
  color: #920909;
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
}
h1.featured {
  margin: 6px 0 12px 0;
  padding: 3px 0 2px 8px;
  font-family: 'Jost', sans-serif;
  color: #ffffff;
  background: #920909;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  border: none;
  border-width: 0 0 2px 0;
}
h2 {
  margin: 4px 0 4px 0;
  padding: 0;
  font-family: 'Jost', sans-serif;
  color: #111111;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 27px;
  font-weight: bold;
  text-align: left;
}
h3 {
  margin: 2px 0 2px 0;
  padding: 0;
  font-family: 'Jost', 'PT Serif', serif;
  color: #111111;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  text-align: left;
}
.section-header {
  margin: 6px 0 -4px 0;
  padding: 0;
  font-family: 'Jost', sans-serif;
  color: #111111;
  font-size: 25px;
  line-height: 25px;
  font-weight: normal;
  text-align: left;
}
.section-header a {
  font-family: 'Jost', sans-serif;
  color: #920909;
}
/********************************************* Paragraph ******************************************************/
p {
  margin: 0 0 28px 0;
}
p:last-child {
  margin-bottom: 0;
}
/********************************************* Lists **********************************************************/
ul {
  margin: 8px 0 0 0;
  padding: 0 0 0 0;
  line-height: 22px;
  list-style: none;
}
ul li {
  padding: 0 0 12px 24px;
  text-indent: 0;
  color: #474747;
  background: url('../images/global/icons/bullet.png') 0 7px no-repeat;
}
ul.no-decoration li {
  padding-left: 0;
  background: none;
}
ul li ul {
  padding: 4px 0 0 0;
}
ul.two-column-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
ul.two-column-list li {
  padding-right: 20px;
  break-inside: avoid-column;
}
ol {
  list-style-position: inside;
}
ol li {
  padding: 4px 0 20px 0;
}
ol li ol li {
  padding: 4px 0 4px 30px;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0 0 28px 0;
}
/********************************************* Lines **********************************************************/
.vertical-bar {
  display: inline-block;
  margin: 0 3px;
  line-height: 14px;
  vertical-align: middle;
  width: 1px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.98);
}
/********************************************* Spacers ********************************************************/
.spacer-2 {
  height: 2px;
  font-size: 1px;
  line-height: 1px;
}
.spacer-4 {
  height: 4px;
  font-size: 1px;
  line-height: 1px;
}
.spacer-8 {
  height: 8px;
  font-size: 1px;
  line-height: 1px;
}
.spacer-12 {
  height: 12px;
  font-size: 1px;
  line-height: 1px;
}
.spacer-16 {
  height: 16px;
  font-size: 1px;
  line-height: 1px;
}
.spacer-20 {
  height: 20px;
  font-size: 1px;
  line-height: 1px;
}
.spacer-24 {
  height: 24px;
  font-size: 1px;
  line-height: 1px;
}
.spacer-32 {
  height: 32px;
  font-size: 1px;
  line-height: 1px;
}
.spacer-48 {
  height: 48px;
  font-size: 1px;
  line-height: 1px;
}
.spacer-64 {
  height: 64px;
  font-size: 1px;
  line-height: 1px;
}
.spacer-128 {
  height: 128px;
  font-size: 1px;
  line-height: 1px;
}
/********************************************* Horizontal Spacers *********************************************/
.horizontal-spacer-4 {
  width: 4px;
  display: inline-block;
}
.horizontal-spacer-8 {
  width: 8px;
  display: inline-block;
}
.horizontal-spacer-12 {
  width: 12px;
  display: inline-block;
}
.horizontal-spacer-16 {
  width: 16px;
  display: inline-block;
}
.horizontal-spacer-20 {
  width: 20px;
  display: inline-block;
}
.horizontal-spacer-24 {
  width: 24px;
  display: inline-block;
}
.horizontal-spacer-44 {
  width: 44px;
  display: inline-block;
}
.horizontal-spacer-80 {
  width: 80px;
  display: inline-block;
}
/********************************************* Error Notice ***************************************************/
.error-notice {
  margin: 80px auto;
  text-align: left;
  width: 90%;
  color: #000000;
  background: #dadada;
  padding: 32px 40px 44px 40px;
}
.error-notice h2 {
  margin: 10px 0 0 0;
  line-height: 26px;
}
.error-notice-diagnostics {
  clear: both;
  border: solid #474747;
  border-width: 1px 0 0 0;
  margin: 20px 0 0 0;
  padding: 8px 0;
}
/********************************************* Panel **********************************************************/
.expandable-panel {
  margin: 0 0 4px 0;
  padding: 0;
}
.expandable-panel .panel-header {
  margin: 0 0 0 0;
  width: 100%;
  text-align: left;
  font-family: 'Jost', 'PT Serif', serif;
  font-size: 16px;
  line-height: 18px;
  padding: 0px 0px;
  color: #000000;
  background: #ffffff;
  border: solid #e2eaf0;
  border-width: 0px 0 0px 0;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.expandable-panel .panel-header.panel-header-digest {
  line-height: normal;
}
.expandable-panel .panel-header .closed-text,
.expandable-panel .panel-header .opened-text {
  display: inline-block;
  font-family: 'Jost', 'PT Serif', serif;
  font-size: 18px;
  line-height: 18px;
  color: #920909;
}
.expandable-panel .panel-header .opened-text {
  display: none;
}
.expandable-panel .panel-header .indicator {
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  margin: 7px 8px 0 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.faq-module-expandable .expandable-panel .panel-header .indicator {
  margin: 1px 8px 0 0;
}
.budget-document-module-expandable .expandable-panel .panel-header .indicator {
  margin: 3px 8px 0 0;
}
.publications-module-expandable .expandable-panel .panel-header .indicator {
  margin: 10px 8px 0 0;
}
.expandable-panel .panel-header .indicator .arrow {
  display: block;
  width: 14px;
  height: 14px;
  transition: 0.2s;
  background: url('../images/global/icons/expandable-panel-arrow.png') 0px 0px no-repeat;
}
.expandable-panel .panel-body {
  display: none;
  padding: 12px 0px;
}
.expandable-panel .panel-body-open {
  display: block;
}
.expandable-panel-spin-close {
  transition: 0.2s;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.expandable-panel-spin-open {
  transition: 0.2s;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.expandable-panel-controls {
  overflow: hidden;
  margin: 0 0 10px 0;
}
/********************************************* Misc ***********************************************************/
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.clear {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 1px;
}
.display-none {
  display: none !important;
}
.display-none-temp {
  display: none;
}
.display-inline {
  display: inline !important;
}
.display-block {
  display: block !important;
}
.display-inline-block {
  display: inline-block !important;
}
.visibility-hidden {
  visibility: hidden;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.no-top-margin {
  margin-top: 0 !important;
}
.small-top-margin {
  margin-top: 8px !important;
}
.medium-top-margin {
  margin-top: 16px !important;
}
.no-bottom-margin {
  margin-bottom: 0 !important;
}
.small-bottom-margin {
  margin-bottom: 8px !important;
}
.no-left-margin {
  margin-left: 0 !important;
}
.no-right-margin {
  margin-right: 0 !important;
}
.no-top-padding {
  padding-top: 0 !important;
}
.no-bottom-padding {
  padding-bottom: 0 !important;
}
.small-bottom-padding {
  padding-bottom: 10px !important;
}
.no-left-padding {
  padding-left: 0 !important;
}
.no-right-padding {
  padding-right: 0 !important;
}
.no-min-width {
  min-width: initial !important;
}
.twenty-five-percent-width {
  width: 25% !important;
}
.thirty-three-percent-width {
  width: 33.3333% !important;
}
.forty-percent-width {
  width: 40% !important;
}
.fifty-percent-width {
  width: 50% !important;
}
.sixty-percent-width {
  width: 60% !important;
}
.sixty-six-percent-width {
  width: 66.66% !important;
}
.seventy-five-percent-width {
  width: 75% !important;
}
.one-hundred-percent-width {
  width: 100% !important;
}
.compact-text {
  line-height: 24px !important;
}
.bottom-note {
  padding: 10px 0 10px 0;
  font-size: 15px;
}
.screen-reader {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.return-link {
  clear: both;
  display: inline-block;
  margin: 2px 0 24px 2px;
  padding: 4px 8px;
  color: #920909;
  background: #e2eaf0;
  border-radius: 1px;
  vertical-align: top;
  font-size: 15px;
  line-height: 15px;
}
.return-link:hover {
  background: #cddce7;
}
.header-menu {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 15px;
  margin: 10px 0 0 12px;
  padding: 1px 1px;
  color: #135181;
  border: solid #4b7ea3;
  border-width: 0 1px;
  border-radius: 5px;
  background: #e2eaf0;
}
.header-menu a {
  padding: 2px 4px;
}
.secondary-controls {
  display: inline-block;
  float: right;
}
.secondary-controls a {
  background: #e2eaf0;
  color: #135181;
  font-size: 13px;
  line-height: 13px;
  padding: 1px 6px;
  margin: 0 0 0 4px;
  border-radius: 5px;
  transition: 0.3s;
}
.secondary-controls a:hover {
  background: #cddce7;
}
.user-content {
  display: inline-block;
  overflow: auto;
  margin-bottom: 12px;
}
li {
  margin: 10px 0;
}
.align-center {
  text-align: center;
  margin: 8px 0 8px 0;
}
.brochure {
  float: right;
  margin-left: 10px;
  border: 3px solid #122b40;
  border-radius: 5px;
  padding: 10px;
}
.button {
  text-shadow: 0 1px 0 #fff;
  background-repeat: repeat-x;
  border-color: #ccc;
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  text-decoration: none;
}
.button:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
  text-decoration: none;
}
.column {
  float: left;
  width: 50%;
}
.left-column {
  padding-right: 20px;
}
.column-1-3 {
  float: left;
  width: 33.33%;
}
.column-2-3 {
  float: left;
  width: 66.66%;
  padding-right: 40px;
}
.column-1-4 {
  float: left;
  width: 25%;
}
.column-3-4 {
  float: left;
  width: 75%;
  padding-right: 40px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.no-decoration {
  list-style-type: none;
  padding: 0;
  text-decoration: none;
}
.border-right {
  border-right: 1px solid #dadada;
}
.border-left {
  border-left: 1px solid #dadada;
}
.border-bottom {
  border-bottom: 1px solid black;
}
.border-column-1-3 {
  border: 2px white;
  border-radius: 5px;
}
.indent {
  display: inline-block;
  margin-left: 32px;
  padding: 0 0 10px 0;
}
.testimonial-slide {
  display: none;
}
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active {
  background-color: #717171;
}
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px;
  }
}
.version-type-selector {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav-display {
  display: inline;
}
.custom-indent {
  display: inline-block;
  margin-left: 20px;
  padding: 0 0 10px 0;
}
.staff-role-selector {
  border-bottom: 0 solid #990000;
}
.staff-role-selector li,
.version-type-selector li {
  display: inline;
  padding-right: 10px;
}
.list-spacing li:not(:last-child) {
  margin-bottom: 18px;
  list-style-type: none;
  padding: 0;
  text-decoration: none;
}
.file-group {
  padding: 0 0 12px 0;
}
.file-group h2 {
  margin: 2px 0 2px 0;
  font-family: 'Jost', 'PT Serif', serif;
  font-size: 19px;
  font-weight: bold;
  line-height: 26px;
}
.file-group ul {
  margin: 4px 0 0 0;
}
.contacts {
  display: flex;
  padding: 10px;
  width: max-content;
  margin: auto;
}
.details {
  flex-grow: 1;
  text-align: left;
  width: 500px;
}
.contacts img {
  margin: auto 25px;
  border-radius: 4px;
  padding: 5px;
  width: 150px;
}
.contacts p {
  margin: 0;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  h1 {
    margin: 10px 0 8px 0;
    font-size: 26px;
    line-height: 28px;
  }
  h1.featured {
    font-size: 26px;
    line-height: 26px;
  }
  h2 {
    margin: 4px 0 8px 0;
    font-size: 24px;
    line-height: 26px;
  }
  .column,
  .column-1-3,
  .column-2-3,
  .column-1-4,
  .column-3-4 {
    width: 100%;
    padding-right: 0;
  }
  .section-header {
    margin: 10px 0 -6px 0;
    padding: 0;
    font-size: 23px;
    line-height: 23px;
  }
  ul.two-column-list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  ul.two-column-list li {
    padding-right: 20px;
    break-inside: avoid-column;
  }
}
/********************************************* Tablets ********************************************************/
@media screen and (min-width: 641px) and (max-width: 960px) {
  .column {
    width: 100%;
  }
  .left-column {
    padding-right: 0px;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Text Inputs ****************************************************/
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input {
  font-family: 'Jost', 'PT Serif', serif;
  width: 100%;
  margin: 0 15px 0 0;
  padding: 6px 4px 6px 7px;
  display: inline-block;
  color: #000000;
  font-size: 15px;
  line-height: 20px;
  border: 1px solid #dadada;
  border-radius: 5px;
  transition: 0.4s;
  background: #ffffff;
  outline: none;
}
input[type="file"] {
  padding: 5px 0 0 4px;
  margin-right: 22px;
  height: 34px;
}
textarea {
  font-family: 'Jost', 'PT Serif', serif;
  position: relative;
  float: left;
  width: 100%;
  padding: 6px 4px 6px 7px;
  font-size: 15px;
  border: 1px solid #dadada;
  border-radius: 5px;
  outline: none;
  transition: 0.4s;
  background: #ffffff;
}
input::placeholder {
  color: #dadada;
}
input:focus::placeholder {
  color: transparent;
}
/********************************************* Search Bar *****************************************************/
.search-bar {
  position: relative;
  float: left;
  width: 417px;
  height: 38px;
  margin: 0 9px 10px 0;
  padding-right: 80px;
  background: #ffffff;
}
.search-bar .search-bar-input {
  float: left;
  width: 100%;
  height: 38px;
  padding-right: 14px;
  border: solid #dadada;
  transition: 0.4s;
  border-width: 1px 0 1px 1px;
  border-radius: 5px 0 0 5px;
  background: #ffffff;
}
.search-bar .search-bar-input input {
  width: 100%;
  border: none;
  font-size: 17px;
  padding: 8px 4px 0 10px;
  background: #ffffff;
}
.search-bar .search-bar-clear {
  position: absolute;
  top: 10px;
  right: 102px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  border: none;
  cursor: pointer;
  transition: 0.4s;
  background: #dadada url('../images/global/icons/clear-value-icon.png') center center no-repeat;
}
.search-bar .search-bar-clear:hover {
  background: #cccccc url('../images/global/icons/clear-value-icon.png') center center no-repeat;
}
.search-bar .search-bar-button {
  position: absolute;
  right: 0;
  width: 94px;
}
.search-bar .search-bar-button button,
.search-bar .search-bar-button a {
  float: right;
  width: 100%;
  height: 38px;
  border: 0 solid #dadada;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  background: #920909 url('../images/global/icons/search-bar-button-white.png') center center no-repeat;
}
/********************************************* File Upload ****************************************************/
.file-upload-container {
  float: left;
  margin: 0 12px 0 0;
}
.file-upload-note {
  display: block;
  margin: 0;
  padding: 4px 0 2px 1px;
  color: #920909;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
}
/********************************************* Select *********************************************************/
.select-container {
  position: relative;
  margin: 0 15px 0 0;
}
.select-container::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 34px;
  margin: 0;
  padding: 0 4px 0 5px;
  display: block;
  content: "";
  pointer-events: none;
  border-radius: 0 5px 5px 0;
  background: #920909 url(../images/global/icons/select-arrow-white.png) center 11px no-repeat;
}
select {
  font-family: 'Jost', 'PT Serif', serif;
  width: 100%;
  margin: 0;
  padding: 6px 4px 6px 7px;
  display: inline-block;
  color: #000000;
  cursor: pointer;
  font-size: 15px;
  line-height: 20px;
  border: 1px solid #dadada;
  border-radius: 5px;
  transition: 0.4s;
  background: #ffffff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.section-menu select {
  color: #000000;
  border-color: #920909;
  background: #f0e9e9;
  border-radius: 2px;
}
/********************************************* Checkbox *******************************************************/
.checkbox-container {
  position: relative;
  margin: 12px 40px 4px 0;
  padding: 0 0 0 32px;
  display: block;
  font-size: 16px;
  text-align: left;
  line-height: 22px;
  cursor: pointer;
  border-radius: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-container-small {
  position: relative;
  margin: 12px 40px 4px 0;
  padding: 0 0 0 32px;
  font-size: 16px;
  text-align: left;
  line-height: 22px;
  cursor: pointer;
  border-radius: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 4px 0 4px 0;
  padding: 0 0 0 28px;
  display: block;
  font-size: 15px;
  line-height: 23px;
}
.checkbox-container-inline {
  float: left;
  margin: 7px 40px 7px 0;
  padding: 0 0 0 28px;
  display: block;
  font-size: 15px;
  line-height: 19px;
}
.checkbox-container input,
.checkbox-container-small input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  transition: 0.4s;
  border-radius: 5px;
  background: #ebeef0;
}
.checkbox-container-small .checkmark {
  top: 3px;
  width: 17px;
  height: 17px;
}
.checkbox-container:hover input ~ .checkmark,
.checkbox-container-small:hover input ~ .checkmark {
  background: #f0e9e9;
}
.checkbox-container input:focus ~ .checkmark,
.checkbox-container-small input:focus ~ .checkmark {
  background: #cccccc;
  outline: 2px solid #1980EC;
}
.checkbox-container input:checked ~ .checkmark,
.checkbox-container-small input:checked ~ .checkmark {
  background: #920909;
}
.checkmark:after {
  position: absolute;
  display: none;
  content: "";
}
.checkbox-container input:checked ~ .checkmark:after,
.checkbox-container-small input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark:after,
.checkbox-container-small .checkmark:after {
  top: 3px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox-container-small .checkmark:after {
  top: 1px;
  left: 5px;
  width: 4px;
  height: 9px;
}
/********************************************* Checkbox Group *************************************************/
.checkbox-group {
  float: left;
  width: 40%;
}
.checkbox-group-2-column {
  float: left;
  width: 40%;
}
.checkbox-group-3-column {
  float: left;
  width: 40%;
  width: 30%;
}
.checkbox-group-grid {
  width: 23%;
  min-height: 300px;
  display: block;
  border: solid #dadada;
  border-width: 0 2px 2px 0;
  float: left;
  background: #ffffff;
  margin: 0 2% 20px 0;
  padding: 0 20px 20px 0;
}
/********************************************* Radio Choice ***************************************************/
.radio-choice-container {
  float: left;
  display: block;
  margin: 0 15px 0 0;
  padding: 2px 4px 0 7px;
  border: 1px solid #dadada;
  border-radius: 5px;
  background: #ffffff;
}
.radio-choice-container-transparent {
  float: left;
  display: block;
  margin: 0 15px 0 0;
  padding: 2px 4px 0 7px;
  border: 1px solid #dadada;
  border-radius: 5px;
  background: #ffffff;
  padding: 1px 4px 1px 0;
  background: transparent;
  border: 1px solid transparent;
}
.radio-choice-option {
  float: left;
  display: block;
  position: relative;
  padding: 5px 0 5px 26px;
  margin-bottom: 2px;
  margin-right: 18px;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-choice-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-choice-option .checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #dadada;
  border-radius: 50%;
}
.radio-choice-option:hover input ~ .checkmark {
  background-color: #f0e9e9;
}
.radio-choice-option input:focus ~ .checkmark {
  background: #cccccc;
  outline: 2px solid #1980EC;
}
.radio-choice-option input:checked ~ .checkmark {
  background-color: #920909;
}
.radio-choice-option.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-choice-option input:checked ~ .checkmark:after {
  display: block;
}
.radio-choice-option .checkmark:after {
  top: 5px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
}
/********************************************* Image Radio Choice *********************************************/
.image-radio-choice {
  margin: 0 0 0;
  display: inline;
  font-size: 16px;
  line-height: 22px;
}
.image-radio-choice input {
  float: left;
  width: 0;
  margin: 0 8px 0 0;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.image-radio-choice label {
  float: left;
  width: 100px;
  height: 34px;
  margin: 0 8px 0 0;
  padding: 0;
  display: inline-block;
  color: #000000;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #dadada;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.4s;
  background: #ffffff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/********************************************* Date Selector **************************************************/
.date-selector-container {
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
.date-selector-container input {
  float: left;
}
.date-selector-container img {
  margin-top: 2px;
  margin-right: 0;
}
input[type="text"].date-entry {
  width: 102px;
  margin: 0 10px 0 0;
}
.floating-text-container {
  padding: 0 2px;
  float: left;
  margin: 0;
  font-size: 16px;
  line-height: 32px;
}
/********************************************* Time Selector **************************************************/
.time-selector-container {
  float: left;
  margin-right: 20px;
  margin-left: 10px;
  cursor: pointer;
}
.time-selector-container input {
  float: left;
  margin: 4px 8px 0 0;
}
/********************************************* Color Picker ***************************************************/
input[type="color"] {
  width: 34px;
  height: 34px;
  padding: 2px 4px;
}
input[type="color"]::-webkit-color-swatch {
  border: none;
}
/********************************************* Buttons ********************************************************/
a.link-button,
button.link-button {
  font-family: 'Jost', 'PT Serif', serif;
  min-width: 140px;
  margin: 0 8px 4px 0;
  padding: 9px 10px 9px 10px;
  display: inline-block;
  color: #ffffff;
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  border: 0 solid #043c66;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.4s;
  background: #920909;
  text-decoration: none;
}
a.link-button:hover,
button.link-button:hover {
  color: #ffffff;
  background: #c33c3c;
}
a.link-button-small,
button.link-button-small {
  font-family: 'Jost', 'PT Serif', serif;
  min-width: 140px;
  margin: 0 8px 4px 0;
  padding: 9px 10px 9px 10px;
  display: inline-block;
  color: #ffffff;
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  border: 0 solid #043c66;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.4s;
  background: #920909;
  text-decoration: none;
  float: left;
  min-width: 54px !important;
  margin: 4px 6px 0 0;
  padding: 4px 5px;
  font-size: 13px;
  line-height: 14px;
  border-radius: 3px;
}
a.link-button-print,
button.link-button-print {
  font-family: 'Jost', 'PT Serif', serif;
  min-width: 140px;
  margin: 0 8px 4px 0;
  padding: 9px 10px 9px 10px;
  display: inline-block;
  color: #ffffff;
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  border: 0 solid #043c66;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.4s;
  background: #920909;
  text-decoration: none;
  position: absolute;
  padding: 7px 8px;
  top: 18px;
  right: 15px;
  min-width: 60px;
  border-radius: 0;
}
ul.file-list li {
  padding-left: 0;
  background: none;
}
ul.file-list li .file-list-group {
  display: flex;
}
ul.file-list li .file-list-group-button-item {
  width: 68px;
}
ul.file-list li .file-list-group-item {
  flex: 1;
  padding: 3px 0 0 2px;
  line-height: 22px;
}
ul li a.link-button {
  font-family: 'Jost', 'PT Serif', serif;
  min-width: 140px;
  margin: 0 8px 4px 0;
  padding: 9px 10px 9px 10px;
  display: inline-block;
  color: #ffffff;
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  border: 0 solid #043c66;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.4s;
  background: #920909;
  text-decoration: none;
  vertical-align: text-top;
  margin: 1px 0 0 10px;
  font-size: 14px;
  padding: 2px 4px 2px 4px;
  min-width: 40px;
}
ul li a.link-button:hover {
  text-decoration: none;
}
/********************************************* Scroll Panel ***************************************************/
.scroll-panel-base {
  padding: 4px 10px;
  border: 1px solid #e2eaf0;
  margin: 0 0 8px 0;
  width: 100%;
  overflow-y: scroll;
  background: #ffffff;
  border-radius: 5px;
}
.scroll-panel-short {
  padding: 4px 10px;
  border: 1px solid #e2eaf0;
  margin: 0 0 8px 0;
  width: 100%;
  overflow-y: scroll;
  background: #ffffff;
  border-radius: 5px;
  height: 100px;
}
.scroll-panel-medium-short {
  padding: 4px 10px;
  border: 1px solid #e2eaf0;
  margin: 0 0 8px 0;
  width: 100%;
  overflow-y: scroll;
  background: #ffffff;
  border-radius: 5px;
  height: 120px;
}
.scroll-panel-medium {
  padding: 4px 10px;
  border: 1px solid #e2eaf0;
  margin: 0 0 8px 0;
  width: 100%;
  overflow-y: scroll;
  background: #ffffff;
  border-radius: 5px;
  height: 360px;
}
.scroll-panel-medium-tall {
  padding: 4px 10px;
  border: 1px solid #e2eaf0;
  margin: 0 0 8px 0;
  width: 100%;
  overflow-y: scroll;
  background: #ffffff;
  border-radius: 5px;
  height: 480px;
}
.scroll-panel-tall {
  padding: 4px 10px;
  border: 1px solid #e2eaf0;
  margin: 0 0 8px 0;
  width: 100%;
  overflow-y: scroll;
  background: #ffffff;
  border-radius: 5px;
  height: 600px;
}
/********************************************* Panel Controls *************************************************/
.panel-control {
  font-family: 'Jost', 'PT Serif', serif;
  position: relative;
  display: inline-block;
  width: 204px;
  margin: 0 5px 10px 0;
  padding: 0 0 0 0;
}
.panel-control-header {
  font-family: 'Jost', 'PT Serif', serif;
  width: 100%;
  position: relative;
  padding: 3px 2px 3px 10px;
  color: #000000;
  vertical-align: top;
  height: 38px;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  border: 1px solid #dadada;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.4s;
  background: #ffffff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.panel-control-header .multiline-label {
  display: block;
  position: absolute;
  top: 3px;
  left: 6px;
  font-size: 14px;
  line-height: 15px;
  width: 154px;
}
.panel-control-header:hover {
  background: #f0e9e9;
  color: #920909;
  border-color: #920909;
}
.panel-control-header .indicator {
  display: block;
  float: right;
  width: 19px;
  height: 19px;
  margin: 0px 4px 0 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
}
.panel-control-header .indicator .arrow {
  display: block;
  width: 19px;
  height: 19px;
  transition: 0.2s;
  background: url('../images/global/icons/panel-control-arrow.png') 2px 6px no-repeat;
}
.panel-control-body {
  position: absolute;
  width: 100%;
  max-height: 280px;
  margin: -1px 0 0 0;
  padding: 4px 0 0 0;
  text-align: left;
  display: none;
  z-index: 12;
  overflow-y: auto;
  border: 1px solid #dadada;
  border-radius: 0;
  background: #ffffff;
}
.panel-control-body .empty-selector {
  font-size: 15px;
  color: #f0e9e9;
  line-height: 20px;
  margin: 4px 7px 8px 7px;
  padding: 8px 10px;
  background: #e2eaf0;
}
.panel-control-body fieldset.select-control-options {
  margin: 0;
  padding: 0 8px;
  border: 0;
}
.panel-control-body fieldset.select-control-options button {
  display: block;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  border: none !important;
  color: #111111;
  background-color: #ffffff;
  cursor: pointer;
}
.panel-control-body fieldset.select-control-options button:hover {
  background-color: #dadada;
}
.panel-control-body .select-control-options {
  padding: 4px 8px;
}
.panel-control-body .select-control-options .options-header {
  padding: 4px 0 0 5px;
  color: #000000;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
}
.panel-control-body .select-control-options .option {
  clear: both;
  margin: 0 0 4px 0;
  padding: 4px 8px 4px 0;
}
.panel-control-body .select-control-options .option:hover {
  background: #f0e9e9;
}
.panel-control-body .select-control-options .option .option-label {
  margin: 0 0 0 28px;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
}
.panel-control-body .select-control-options .option .option-label-no-image {
  margin: 0 0 0 6px;
  color: #000000;
  font-size: 14px;
  line-height: 14px;
}
.panel-control-body .radio-choice-option {
  float: none;
}
/********************************************* Panel Control Control Body Sizes *******************************/
.extra-wide-control-body {
  width: 400px;
}
.wide-control-body {
  width: 360px;
}
.medium-wide-control-body {
  width: 320px;
}
.medium-control-body {
  width: 260px;
}
/********************************************* Panel Control Overrides ****************************************/
#date-range-selector .panel-control-body {
  padding: 12px 8px;
  width: 400px;
}
#page-size-selector {
  width: 104px !important;
}
/********************************************* Delete Warning *************************************************/
.delete-warning {
  width: 64%;
  margin: 0px 0 28px 2px;
  padding: 6px 10px 5px 10px;
  color: #80704d;
  font-size: 16px;
  line-height: 24px;
  border: solid #b3a381;
  border-radius: 5px;
  border-width: 0 0 0 3px;
  background: #d8ccac;
}
/********************************************* Dialog Box *****************************************************/
.dialog-box {
  position: absolute;
  color: #474747;
  top: 0;
  width: 50%;
  padding: 20px 24px 24px 24px;
  margin-left: 25%;
  background: #eeeeee;
  border: 16px solid #ffffff;
  box-shadow: 0px 1px 4px rgba(16, 36, 83, 0.2);
  z-index: 20;
}
.dialog-box-header {
  font-size: 28px;
  color: #111111;
  padding: 0 0 16px 0;
}
.dialog-box-message {
  font-size: 18px;
  text-align: left;
  padding: 0 0 40px 0;
}
.dialog-box-message a {
  text-decoration: underline;
}
/********************************************* Busy Indicator *************************************************/
#busy-indicator-container {
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
  height: 200px;
  display: none;
  z-index: 100;
}
#busy-indicator {
  top: 0;
  width: 208px;
  height: 208px;
  margin: 0 auto;
  padding: 20px;
  display: block;
  box-shadow: 0px 1px 4px rgba(16, 36, 83, 0.2);
  border: solid 4px #e2eaf0;
  background: #ffffff;
}
#busy-indicator .busy-indicator-icon {
  float: left;
  width: 160px;
  height: 160px;
  margin: 0;
  background: url('../images/global/icons/busy-indicator.gif') center center no-repeat;
}
/********************************************* Forms : Sortable List ******************************************/
ul.sortable-list {
  padding: 12px 0 0 0;
}
ul.sortable-list li {
  margin: 0px 0 12px 0;
  padding: 0;
  background-image: none;
}
.sortable-element {
  position: relative;
  width: 100%;
  min-height: 58px;
  height: auto;
  margin: 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
  border: 2px solid #e2eaf0;
  border-radius: 5px;
  background: #ffffff;
}
.sortable-element-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  float: left;
  width: 46px;
  height: 46px;
  cursor: pointer;
  border: solid 2px #ffffff;
  transition: 0.5s;
  background: #7a0404 url('../images/global/icons/order.png') center center no-repeat;
}
.sortable-element-handle:hover {
  background: #c33c3c url('../images/global/icons/order.png') center center no-repeat;
}
.sortable-element-content {
  margin: 0 100px 0 58px;
  padding: 0;
  display: inline-block;
  min-width: 86%;
}
.sortable-element-thumbnail {
  float: left;
  padding: 6px 0 6px 0;
}
.sortable-element-thumbnail img {
  border: solid 2px #ffffff;
}
.sortable-element-info {
  padding: 6px 4px;
  text-align: left;
}
.sortable-element-actions {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 100px;
  height: 50px;
}
.sortable-element-actions .actions {
  float: right;
  width: 64px;
}
/********************************************* Sortable List Small ********************************************/
ul.sortable-list-compact li {
  margin: 0px 0 4px 0;
  padding: 0;
  background-image: none;
}
ul.sortable-list-compact .sortable-element {
  min-height: 42px;
  margin: 0 0 4px 0;
  line-height: 26px;
  padding: 0 0 3px 0;
}
ul.sortable-list-compact .sortable-element-handle {
  top: 4px;
  left: 4px;
  width: 32px;
  height: 32px;
}
ul.sortable-list-compact .sortable-element-content {
  margin: 0 100px 0 34px;
  padding: 0;
}
ul.sortable-list-compact .sortable-element-info {
  font-size: 16px;
  padding: 7px 12px 4px 15px;
}
ul.sortable-list-compact .sortable-element-actions {
  width: 100px;
  height: 34px;
}
/********************************************* Change Notices *************************************************/
.changes-made-notice {
  float: left;
  margin: 4px 4px 0 12px;
  padding: 2px 12px 2px 12px;
  color: #80704d;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #b3a381;
  border-radius: 5px;
  background: #ded7c8;
}
.changes-saved-notice {
  float: left;
  margin: 4px 4px 0 12px;
  padding: 2px 11px 2px 8px;
  color: #3e7c37;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #35902c;
  border-radius: 5px;
  background: #b6d1b3;
}
/********************************************* Tool Tips ******************************************************/
.tooltip-icon {
  margin: 0 0 0 6px;
  padding: 0 5px 0 5px;
  vertical-align: top;
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
  border-radius: 5px;
  background: #b3a381;
  transition: 0.2s;
}
.tooltip-inline-icon {
  margin: 0 0 0 6px;
  padding: 0 5px 0 5px;
  vertical-align: top;
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
  border-radius: 5px;
  background: #b3a381;
  transition: 0.2s;
  margin: 3px 0 0 6px;
}
.tooltip-icon:hover,
.tooltip-inline-icon:hover {
  background: #b3a381;
}
/********************************************* Control States *************************************************/
input[type="text"]:hover,
input[type="password"]:hover,
input[type="file"]:hover,
textarea:hover,
select:hover,
.image-radio-choice label:hover {
  background: #f0e9e9;
  border-color: #920909;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  background: #f0e9e9;
  border-color: #920909;
  box-shadow: 0 0 0 1px #920909;
}
.search-bar .search-bar-input input[type="text"]:hover,
.search-bar .search-bar-input input[type="text"]:focus {
  border: 0;
  background: #ffffff;
  box-shadow: none;
}
.search-bar .search-bar-input:hover {
  color: #920909;
  border-color: #920909;
}
.image-radio-choice input:checked + label {
  color: #ffffff;
  background: #920909;
  border-color: #920909;
  box-shadow: 0 0 0 1px #dadada;
}
/********************************************* Form Validation ************************************************/
.error-message {
  margin: 6px 15px 0 0;
  clear: both;
  display: block;
  padding: 8px 10px 8px 10px;
  font-size: 16px;
  line-height: 18px;
  color: #990000;
  border: 0 solid #990000;
  border-radius: 3px;
  background: #f2e4e4;
}
.error-message-full {
  margin: 6px 15px 0 0;
  clear: both;
  display: block;
  padding: 8px 10px 8px 10px;
  font-size: 16px;
  line-height: 18px;
  color: #990000;
  border: 0 solid #990000;
  border-radius: 3px;
  background: #f2e4e4;
  margin-right: 0;
}
input[type="text"].input-error,
input[type="password"].input-error,
input[type="file"].input-error,
textarea.input-error,
select.input-error,
input.input-error ~ label {
  color: #990000;
  border-color: #990000;
  box-shadow: 0 0 0 1px #990000;
  background: #f2e4e4;
}
input[type="text"].input-error::placeholder {
  color: #990000;
}
/********************************************* Control Sizes **************************************************/
.long-control {
  width: 600px;
}
.medium-long-control {
  width: 400px;
}
.medium-control {
  width: 300px;
}
.medium-short-control {
  width: 240px;
}
.medium-extra-short-control {
  width: 180px;
}
.short-control {
  width: 116px;
}
.mini-control {
  width: 60px;
}
/********************************************* Misc ***********************************************************/
.spin-open {
  transition: 0.2s;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.spin-close {
  transition: 0.2s;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.spin-close-instant {
  transition: 0s;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#view-state {
  display: none;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .panel-control {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .search-bar {
    width: 100%;
    padding-right: 80px;
  }
  .long-control,
  .medium-long-control,
  .medium-control,
  .medium-short-control {
    width: 100%;
    margin-right: 0;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Structure ******************************************************/
.form {
  position: relative;
  clear: both;
  display: block;
  overflow: hidden;
  margin: 0 0 10px 0;
}
.form-column-1 {
  float: left;
  width: 66%;
  padding: 0 20px 0 0px;
  border: solid #f0e9e9;
  border-width: 0 0px 0 0;
}
.form-column-2 {
  float: left;
  width: 34%;
  padding: 0px 0px 0 12px;
  border-radius: 5px;
}
.form-line {
  position: relative;
  clear: both;
  display: block;
}
.form-element {
  position: relative;
  float: left;
  margin: 0 0 10px 0;
  display: block;
}
.form-spacer {
  position: relative;
  float: left;
  display: block;
  width: 20px;
}
.form-element-half {
  position: relative;
  float: left;
  margin: 0 0 10px 0;
  display: block;
  width: 50%;
  padding: 0 15px 0 0;
}
.form-element-three-quarters {
  position: relative;
  float: left;
  margin: 0 0 10px 0;
  display: block;
  width: 75%;
  padding: 0 15px 0 0;
}
.form-element-full {
  position: relative;
  float: left;
  margin: 0 0 10px 0;
  display: block;
  width: 100%;
}
.form-label {
  position: relative;
  width: 100%;
  margin: 2px 0 6px 0;
  padding-left: 2px;
  color: #000000;
  font-weight: bold;
  font-size: 15px;
  line-height: 16px;
}
.form-label-application-icon {
  line-height: 18px;
}
.form-label img.application-icon {
  display: inline-block;
  vertical-align: top;
  float: initial;
  margin: 0 4px 0 0;
  padding: 0 0 0 0;
}
.form-label-note {
  margin: 2px 0 0 5px;
  padding-left: 2px;
  display: inline-block;
  color: #b3a381;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
}
.form-label .inline-label-control {
  margin: 4px 0 0 0;
  display: inline-block;
}
.form-label .inline-label-control .control-label {
  position: relative;
  float: left;
  margin: 0 24px 6px 0;
  padding-left: 2px;
  color: #000000;
  font-weight: bold;
  font-size: 15px;
  line-height: 16px;
}
.form-label .inline-label-control label {
  font-weight: normal;
}
.form-label .inline-label-control .radio-choice-option {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.form-label .inline-label-control .checkmark {
  top: 0;
}
.form-input {
  position: relative;
  width: 100%;
  padding-left: 2px;
  font-size: 16px;
}
.form-value {
  position: relative;
  width: 100%;
  margin: 4px 0 4px 0;
  padding-left: 2px;
  font-size: 16px;
  line-height: 24px;
}
.form-value p {
  margin: 0 0 8px 0;
}
.form-value p:last-child {
  margin-bottom: 0;
}
.form-buttons {
  float: left;
  clear: both;
  margin: 12px 0 0 0;
  padding-left: 0px;
}
.form-top-note {
  font-size: 17px;
  padding: 5px 12px;
  line-height: 25px;
  color: #7a0404;
  background-color: #f0e9e9;
  margin: 0 0 24px 0;
  width: initial;
  display: inline-block;
  border-radius: 2px;
}
.form-top-controls {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
  overflow: auto;
}
.form-top-controls .link-button-small {
  margin-top: 0;
}
/********************************************* Forms : Fieldsets **********************************************/
.default-form fieldset {
  float: left;
  min-width: 100%;
  padding: 10px 40px 10px 16px;
  margin: 0px 0px 20px 0px;
  background: #f5f2f2;
  border: 1px solid #920909;
  border-radius: 6px;
}
.form-column-1 fieldset,
.form-column-2 fieldset {
  width: 100%;
  padding-right: 18px;
}
.default-form fieldset legend {
  color: #920909;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  padding: 4px 12px 4px 12px;
  margin: 0 0 0 0px;
}
/********************************************* Forms : Column 2 Overrides *************************************/
.default-form .checkbox-container .checkmark {
  background: #ffffff;
}
.form-column-1 .scroll-panel-medium-short .checkmark,
.form-column-2 .scroll-panel-medium-short .checkmark {
  background: #f0e9e9;
}
.default-form fieldset input,
.default-form fieldset textarea,
.default-form fieldset .scroll-panel-medium-short,
.default-form fieldset select,
.default-form fieldset .radio-choice-container {
  border-color: #dbcaca;
}
.default-form fieldset input:hover,
.default-form fieldset textarea:hover,
.default-form fieldset .scroll-panel-medium-short:hover,
.default-form fieldset select:hover,
.default-form fieldset .radio-choice-container:hover {
  background-color: #f5f0f0;
  border-color: #dbcaca;
}
.default-form fieldset input[type="text"]:focus,
.default-form fieldset input[type="password"]:focus,
.default-form fieldset input[type="file"]:focus,
.default-form fieldset textarea:focus,
.default-form fieldset select:focus {
  background: #f7fafc;
}
/********************************************* Forms : Record Write Info **************************************/
.record-write-info {
  clear: both;
  margin: 16px 0 40px 0;
  padding: 12px 0 0 2px;
  font-size: 15px;
  line-height: 24px;
  font-style: italic;
}
/********************************************* Form Menu ******************************************************/
.form-menu {
  min-height: 32px;
  margin: 10px 0 20px 0;
}
.form-menu a {
  color: #000000;
  float: left;
  margin: 0 10px 0 0;
  font-size: 15px;
  line-height: 20px;
  padding: 4px 8px;
  background: #dadada;
  border-radius: 5px;
}
.form-menu a.active {
  color: #ffffff;
  background: #920909;
}
.form-menu a:hover {
  background: #cccccc;
}
/********************************************* Action Buttons *************************************************/
.form-element .form-input .add-button {
  display: inline-block;
  float: left;
  font-size: 15px;
  line-height: 16px;
  color: #ffffff;
  margin: 4px 0px 0 0px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  text-align: left;
  width: 100px;
  padding: 3px 5px 3px 6px;
  background: #920909 url('../images/global/icons/new.png') 77px center no-repeat;
}
.form-element .form-input .delete-button {
  display: inline-block;
  float: left;
  font-size: 15px;
  line-height: 16px;
  color: #ffffff;
  margin: 4px 0px 0 0px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  background: #920909 url('../images/global/icons/delete.png') center center no-repeat;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .form .form-line .form-element,
  .form .form-line .form-element-half,
  .form .form-line .form-element-three-quarters,
  .form .form-line .form-element-full {
    width: 100%;
    padding-right: 0;
  }
}
/********************************************* Required Field *************************************************/
.required-field-message {
  height: 200px;
  width: 200px;
  color: #920909;
  text-align: center;
}
.required-field-message {
  grid-area: right;
}
.required-field {
  display: grid;
  grid-auto-columns: calc(100% - 200px);
}
/********************************************* Control *************************************************/
.long-control {
  width: 600px;
}
.medium-long-control {
  width: 400px;
}
.medium-control {
  width: 300px;
}
.medium-short-control {
  width: 200px;
}
.short-control {
  width: 100px;
}
.mini-control {
  width: 60px;
}
/********************************************* Radio Button *************************************************/
.wrapper-class input[type="radio"] {
  width: 15px;
}
.wrapper-class label {
  display: inline;
  margin-left: 5px;
}
/********************************************* Imports ********************************************************/
/********************************************* Structure ******************************************************/
.search-header {
  clear: both;
}
.search-filters {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 0 0;
  display: block;
}
.active-filters {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 0 0;
  background: #ffffff;
}
.search-results {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 40px 0;
  background: #ffffff;
}
/********************************************* Header *********************************************************/
.search-header h1 {
  float: left;
  margin-right: 20px;
}
.search-header a.link-button,
.search-header button.link-button {
  min-width: 74px;
  margin: 14px 8px 0 0;
  padding: 3px 5px 3px 5px;
  font-size: 15px;
  line-height: 16px;
  background: #920909;
}
.search-header a.new-link {
  text-align: left;
  padding: 3px 5px 3px 6px;
  background: #920909 url('../images/global/icons/new.png') 50px center no-repeat;
}
/********************************************* Active Filters *************************************************/
.active-filters .active-filter {
  float: left;
  margin: 0 10px 10px 0;
  padding: 5px 4px 4px 4px;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: #ffffff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.active-filters .active-filter a.remove-filter-link {
  float: left;
  width: 16px;
  height: 16px;
  margin: 1px 6px 0 2px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.5s;
  text-decoration: none;
  background: #920909 url('../images/global/icons/clear-value-icon.png') center center no-repeat;
}
.active-filters .active-filter .remove-filter-link:hover {
  background: #470303 url('../images/global/icons/clear-value-icon.png') center center no-repeat;
}
.active-filters .active-filter .filter-label {
  float: left;
  margin: 0 0 0 0;
  color: #000000;
  font-weight: bold;
}
.active-filters .active-filter .filter-connector {
  float: left;
  margin: 0 4px;
  color: #000000;
}
.active-filters .active-filter .filter-value {
  float: left;
  margin: 0 5px 0 0;
  color: #474747;
}
/********************************************* Search Results Empty *******************************************/
.search-results-empty-container {
  float: left;
  width: 100%;
  height: 360px;
  margin: 12px 0 40px 0;
  padding: 170px 0 0 0;
  font-size: 22px;
  text-align: center;
  background-color: #dadada;
}
/********************************************* Search Display Controls ****************************************/
.search-display-controls {
  line-height: 25px;
  position: relative;
  display: inline-block;
  margin: 0 12px 40px 0;
  padding: 4px 8px 1px 8px;
  border: dashed #920909;
  border-width: 1px 0 0 0;
  background: #f0e9e9;
  border-radius: 3px;
}
.search-display-controls .panel-control {
  position: relative;
  width: 184px;
  margin: 0 2px 4px 0;
  padding: 0 0 0 0;
}
.search-display-controls .panel-control-header {
  display: inline-block;
  vertical-align: top;
  padding: 0 2px 0 6px;
  margin: 0 0 0 0;
  color: #000000;
  font-size: 13px;
  line-height: 25px;
  height: 27px;
  border: 1px solid #dadada;
  background: #ffffff;
}
.search-display-controls .panel-control-header .indicator {
  float: right;
  width: 17px;
  height: 17px;
  margin: 4px 2px 0 0;
  padding: 1px 0 0 0;
  border-radius: 0;
  cursor: pointer;
  background: #920909;
}
.search-display-controls .panel-control-header .indicator .arrow {
  width: 17px;
  height: 16px;
  background: url('../images/global/icons/panel-control-arrow-white.png') center center no-repeat;
}
.search-display-controls .panel-control-body {
  padding: 6px;
}
.search-display-controls .panel-control-body fieldset.select-control-options {
  padding: 0 0;
}
.search-display-controls .panel-control-body fieldset.select-control-options button {
  padding: 1px 8px;
}
.search-display-controls .panel-control-body .select-control-options .option .option-label-no-image {
  margin: 0 0 0 6px;
  font-size: 13px;
  line-height: 13px;
}
.subsection-body .search-display-controls {
  top: 0;
  right: 0;
}
/********************************************* Search Results Info ********************************************/
.search-results-info {
  color: #7a0404;
  margin: 0 12px 0 0;
  padding: 8px 0;
  vertical-align: top;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  white-space: nowrap;
  min-width: 140px;
}
/********************************************* Compact Pager **************************************************/
.compact-pager {
  line-height: 25px;
  font-size: 1px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  margin: 0 0 4px 0;
  padding: 0 0 0 0;
  height: 27px;
}
.page-iterator {
  position: relative;
  display: inline-block;
  height: 27px;
  margin: 0;
  padding: 0;
  border: 0 solid #dadada;
}
.page-selector {
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: 124px;
  height: 27px;
  margin: 0;
  padding: 0;
  border: 0 solid #dadada;
}
.compact-pager a.previous {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  width: 27px;
  height: 27px;
  font-size: 1px;
  color: transparent;
  transition: 0.4s;
  border: 1px solid #dadada;
  border-radius: 5px 0 0 5px;
  background: #ffffff url('../images/global/compact-pager/previous.png') center center no-repeat;
}
.compact-pager a.next {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  width: 27px;
  height: 27px;
  font-size: 1px;
  color: transparent;
  transition: 0.4s;
  border: solid #dadada;
  border-width: 1px 1px 1px 0;
  border-radius: 0 5px 5px 0;
  background: #ffffff url('../images/global/compact-pager/next.png') center center no-repeat;
}
.compact-pager a.previous:hover,
.compact-pager a.next:hover {
  background-color: #f0e9e9;
  border-color: #920909;
}
.page-selector .panel-control {
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
}
.page-selector .panel-control-header {
  width: 100%;
  padding: 0 4px 0 10px;
  height: 27px;
  font-size: 13px;
  line-height: 27px;
  border: 1px solid #dadada;
  cursor: pointer;
  background: #ffffff;
}
.page-selector:hover .panel-control-header {
  background: #f0e9e9;
  color: #920909;
  border-color: #c33c3c;
}
.page-selector .panel-control-header .indicator {
  background: transparent;
}
.page-selector .panel-control-header .indicator .arrow {
  background: url('../images/global/compact-pager/page-selector-arrow.png') center 4px no-repeat;
}
.page-selector .panel-control-body {
  position: absolute;
  width: 100%;
  max-height: 248px;
  padding: 6px 6px;
  display: none;
  overflow-y: scroll;
  border: none;
}
.page-selector .page-number-link {
  margin: 0 0 0 0;
  padding: 1px 6px;
  display: block;
  color: #000000;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
}
.page-selector .page-number-link:hover {
  background: #dadada;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .search-display-controls {
    width: 100%;
  }
  .search-filters .panel-control {
    width: 100%;
  }
  .search-filters {
    margin: 0 0 10px 0;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Images *********************************************************/
img {
  max-width: 100%;
}
.image-bordered {
  border: 2px solid #dadada;
}
/********************************************* Figures ********************************************************/
figure {
  position: relative;
}
figure img {
  display: block;
}
figure.figure-left {
  float: left;
  margin: 8px 20px 4px 0;
}
figure.figure-full {
  width: 100%;
}
figure.figure-large {
  width: 64%;
}
figure.figure-medium {
  width: 54%;
}
figure.figure-small {
  width: 36%;
}
figcaption {
  margin: 2px 0;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
  width: 100%;
  color: #135181;
  background: transparent;
  overflow: hidden;
}
figcaption.overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 6px 12px 6px 12px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  background: rgba(43, 83, 114, 0.8);
}
/********************************************* Media Container ************************************************/
.media-container,
.media-container-portrait,
.media-container-landscape,
.media-container-square,
.media-container-video {
  position: relative;
  float: left;
  width: 48%;
  margin: 0 2% 2% 0;
}
.media-container-full {
  width: 100%;
}
.media-container-large {
  width: 60%;
}
.media-container-medium {
  width: 50%;
}
.media-container-small {
  width: 25%;
}
.media-thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0 100% 0;
}
.media-container .media-thumbnail {
  padding: 0 0 120% 0;
}
.media-container-portrait .media-thumbnail {
  padding: 0 0 120% 0;
}
.media-container-landscape .media-thumbnail {
  padding: 0 0 64% 0;
}
.media-container-square .media-thumbnail {
  padding: 0 0 100% 0;
}
.media-container-video .media-thumbnail {
  padding: 0 0 58% 0;
}
.media-type-icon {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  float: left;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: auto;
  display: block;
  z-index: 8;
  background: center center no-repeat rgba(43, 83, 114, 0.8);
}
.media-overlay-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 54px;
  padding: 5px 8px 6px 8px;
  z-index: 8;
  color: #ffffff;
  text-align: center;
  background: rgba(43, 83, 114, 0.8);
}
.media-overlay-caption-text {
  font-size: 20px;
  line-height: 21px;
}
.media-overlay-caption-text-line-1 {
  font-size: 20px;
  line-height: 22px;
}
.media-overlay-caption-text-line-2 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  line-height: 20px;
}
.media-selected-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 6;
  transition: 0.2s;
  border: solid 5px transparent;
}
.media-selected-indicator:hover {
  border: solid 5px #135181;
  background: center center no-repeat rgba(43, 83, 114, 0.1);
}
.media-thumbnail-image {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0 solid #eeeeee;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.media-caption {
  clear: both;
  color: #000000;
  margin: 5px 0 5px 0;
  padding: 2px 12px;
  position: relative;
  float: left;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
}
/********************************************* Media Grid *****************************************************/
.media-grid-1-column,
.media-grid-2-column,
.media-grid-3-column,
.media-grid-4-column,
.media-grid-5-column,
.media-grid-6-column {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}
.media-grid-1-column .media-container {
  width: 100%;
  margin: 0 0 4% 0;
}
.media-grid-2-column .media-container {
  width: 48%;
  margin: 0 4% 4% 0;
}
.media-grid-3-column .media-container {
  width: 31%;
  margin: 0 3.5% 4% 0;
}
.media-grid-4-column .media-container {
  width: 22%;
  margin: 0 4% 4% 0;
}
.media-grid-5-column .media-container {
  width: 17%;
  margin: 0 3.75% 2% 0;
}
.media-grid-6-column .media-container {
  width: 15%;
  margin: 0 2% 2% 0;
}
.media-grid .media-thumbnail-image {
  border: 0 solid #eeeeee;
  background: center 0 / cover no-repeat;
}
.media-grid-clear-row-1,
.media-grid-clear-row-2,
.media-grid-clear-row-3,
.media-grid-clear-row-4,
.media-grid-clear-row-5,
.media-grid-clear-row-6 {
  clear: both;
  height: 2px;
  width: 100%;
  font-size: 1px;
  line-height: 1px;
  display: none;
}
.media-grid-1-column .media-grid-clear-row-1,
.media-grid-2-column .media-grid-clear-row-2,
.media-grid-3-column .media-grid-clear-row-3,
.media-grid-4-column .media-grid-clear-row-4,
.media-grid-5-column .media-grid-clear-row-5,
.media-grid-6-column .media-grid-clear-row-6 {
  display: block;
}
.media-grid-1-column .last-item-row-1,
.media-grid-2-column .last-item-row-2,
.media-grid-3-column .last-item-row-3,
.media-grid-4-column .last-item-row-4,
.media-grid-5-column .last-item-row-5,
.media-grid-6-column .last-item-row-6 {
  margin-right: 0;
}
/********************************************* Media List *****************************************************/
.media-list {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.media-list-item {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 4% 0;
  padding: 20px;
  background: #dddddd;
}
.media-list-item-thumbnail {
  position: relative;
  float: left;
  width: 32%;
  height: 100%;
  padding: 0 28px 0 0;
}
.media-list-item-thumbnail .media-container {
  width: 100%;
  margin: 0;
}
.media-list-item-thumbnail .media-container .media-thumbnail-image {
  margin: 0;
  display: block;
  border: 16px solid #ffffff;
  background-color: #000000;
  background-size: cover;
  background-position: center center;
}
.media-list-item-info {
  position: relative;
  float: left;
  width: 60%;
  height: 100%;
  margin: 0;
}
.media-list-item-pre-title {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 15px;
  line-height: 18px;
}
.media-list-item-title {
  margin: 0;
  padding: 0;
}
.media-list-item-summary {
  margin: 0 0 16px 0;
  height: auto;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
}
.media-list-item-summary .content-link {
  display: block;
  width: 120px;
  height: auto;
  margin: 12px 0 0 0;
  padding: 4px 10px;
  text-align: center;
  color: #ffffff;
  background: #4b7ea3;
}
.media-list-item-post-summary {
  margin: 0 0 10px 0;
  font-size: 15px;
  line-height: 18px;
}
/********************************************* Slideshow ******************************************************/
.slideshow {
  position: relative;
  top: 0;
  left: 0;
  height: 710px;
  width: 100%;
  overflow: hidden;
  margin: 0;
  z-index: 4;
}
.slideshow .slide {
  position: relative;
  width: 100%;
  height: 710px;
}
.slideshow .slide .media-container {
  margin: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}
.slideshow .slide .media-container .media-thumbnail {
  width: 100%;
  height: 710px;
  padding: 0;
}
.slideshow .slide .media-container .media-thumbnail .media-thumbnail-image {
  width: 100%;
  height: 710px;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.slideshow .slide .media-container .media-thumbnail .media-overlay-caption {
  width: 100%;
  min-height: 60px;
  padding: 4px 20px 0 20px;
  text-align: center;
  background: rgba(43, 83, 114, 0.64);
}
.slideshow .slide .media-container .media-thumbnail .media-overlay-caption .media-overlay-caption-text {
  font-family: 'Jost', sans-serif;
  padding: 2px 8px 0 8px;
  font-size: 18px;
  line-height: 23px;
}
/********************************************* Member List ****************************************************/
.member-list .member {
  margin: 0 0 20px 0;
}
.member-list .member .member-name {
  font-size: 21px;
  line-height: 27px;
  margin: 0 0 4px 0;
  color: #000000;
}
.member-list .member .member-position {
  font-size: 18px;
  line-height: 22px;
  color: #135181;
  margin: 0 0 4px 0;
}
.member-list .member .member-biography {
  margin: 16px 0 0 0;
  font-size: 18px;
  line-height: 24px;
  color: #474747;
}
/********************************************* Video Profile **************************************************/
.video-profile {
  position: relative;
  padding: 0 0;
}
.video-profile-header {
  margin: 0 0 0 0;
}
.video-profile-header .video-profile-title {
  display: inline-block;
}
.video-profile-header .video-profile-title h1 {
  margin: 4px 0 4px 0;
  padding-left: 1px;
  font-size: 24px;
  line-height: 28px;
}
.video-profile-header .video-profile-return-link {
  margin: 4px 0 0 0;
  font-size: 18px;
  line-height: 18px;
  float: right;
}
.video-profile-video {
  margin: 0 0 8px 0;
}
.video-profile .video-info-panel-primary {
  position: relative;
  float: left;
  width: 66%;
  padding-right: 40px;
}
.video-profile .video-info-panel-secondary {
  position: relative;
  float: left;
  width: 34%;
}
.video-info-panel-module {
  margin: 0 0 16px 0;
  font-size: 19px;
  line-height: 28px;
}
.video-info-panel-module h2 {
  margin: 4px 0 2px 0;
  font-size: 23px;
  line-height: 26px;
}
/********************************************* Video Container ************************************************/
.video-container {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0;
  background-color: #ffffff;
}
.video-container .video-bounding-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-container .video-bounding-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
}
/********************************************* Thumbnail Portrait *********************************************/
.thumbnail-portrait-small {
  float: left;
  width: 50px;
  height: 64px;
  margin: 0 8px 0 0;
  display: block;
  overflow: hidden;
  border: 0 solid #cccccc;
  background-color: #000000;
}
.thumbnail-portrait-medium {
  float: left;
  width: 100px;
  height: 128px;
  margin: 1px 8px 0 0;
  display: block;
  overflow: hidden;
  border: 0 solid #cccccc;
  background-color: #000000;
}
/********************************************* Thumbnail Landscape *********************************************/
.thumbnail-landscape-small {
  position: relative;
  float: left;
  width: 100px;
  height: 68px;
  margin: 0 8px 0 0;
  display: block;
  overflow: hidden;
  border: 1px solid #dbcaca;
  background-color: #000000;
}
.thumbnail-landscape-small img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.thumbnail-landscape-medium {
  position: relative;
  float: left;
  width: 144px;
  height: 97px;
  margin: 0 10px 0 0;
  display: block;
  overflow: hidden;
  border: 1px solid #dbcaca;
  background-color: #000000;
}
.thumbnail-landscape-medium img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/********************************************* Thumbnail Banner ***********************************************/
.thumbnail-banner-small {
  position: relative;
  float: left;
  width: 288px;
  height: 115px;
  margin: 0 8px 0 0;
  display: block;
  overflow: hidden;
  border: 1px solid #dbcaca;
  background-color: #000000;
}
.thumbnail-banner-small img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.thumbnail-banner-medium {
  float: left;
  width: 400px;
  height: 160px;
  margin: 0 8px 0 0;
  display: block;
  overflow: hidden;
  border: 1px solid #dbcaca;
  background-color: #000000;
}
.thumbnail-banner-medium img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  figure.figure-large,
  figure.figure-medium,
  figure.figure-small {
    width: 100%;
  }
  .media-grid-1-column .media-container,
  .media-grid-2-column .media-container,
  .media-grid-3-column .media-container,
  .media-grid-4-column .media-container,
  .media-grid-5-column .media-container,
  .media-grid-6-column .media-container {
    width: 100%;
    margin: 0 0 4% 0;
  }
  .media-list-item-thumbnail,
  .media-list-item-info {
    width: 100%;
  }
  .media-list-item-thumbnail {
    margin-bottom: 20px;
    padding: 0;
  }
}
/********************************************* Tablets ********************************************************/
@media screen and (min-width: 641px) and (max-width: 960px) {
  .media-grid-4-column .media-grid-clear-row-4,
  .media-grid-5-column .media-grid-clear-row-5,
  .media-grid-6-column .media-grid-clear-row-6 {
    display: none;
  }
  .media-grid-3-column .media-grid-clear-row-3,
  .media-grid-4-column .media-grid-clear-row-3,
  .media-grid-5-column .media-grid-clear-row-3,
  .media-grid-6-column .media-grid-clear-row-3 {
    display: block;
  }
  .media-grid-3-column .media-container,
  .media-grid-4-column .media-container,
  .media-grid-5-column .media-container,
  .media-grid-6-column .media-container {
    width: 31%;
    margin: 0 3.5% 4% 0;
  }
  .media-grid-3-column .last-item-row-3,
  .media-grid-4-column .last-item-row-3,
  .media-grid-5-column .last-item-row-3,
  .media-grid-6-column .last-item-row-3 {
    margin-right: 0;
  }
  .media-list-item-thumbnail {
    width: 45%;
  }
  .media-list-item-info {
    width: 55%;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Defaults ********************************************************/
table {
  width: 100%;
  border-collapse: collapse;
}
table tr th {
  padding: 8px 12px 7px 0;
  text-align: left;
  vertical-align: top;
  color: #111111;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  border: none;
  background: none;
}
table tr td {
  padding: 10px 12px 10px 0;
  font-size: 17px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border: none;
}
table tr td a {
  text-decoration: underline;
}
/********************************************* Data Grid Table ************************************************/
table.data-grid {
  width: 100%;
  margin: 0 0 0 0;
  border-collapse: collapse;
  background: #ffffff;
}
table.data-grid tr th {
  padding: 8px 12px 7px 6px;
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  border: solid #c33c3c;
  border-width: 0 0 2px 0;
  background: #920909;
}
table.data-grid tr td {
  padding: 10px 20px 10px 6px;
  font-size: 18px;
  line-height: 21px;
  border: solid #eeeeee;
  border-width: 2px 0 2px 0;
}
table.data-grid tr:hover td {
  color: #920909;
  border-width: 2px 0;
  border-style: double;
  border-color: #920909;
  background: #f0e9e9;
}
table.data-grid tr td img.application-icon {
  float: left;
  margin: 1px 8px 0 0;
}
/********************************************* Cells Types ****************************************************/
table.data-grid tr td.actions-cell {
  width: 62px;
  padding: 7px 0 0 0;
  background: #f5f5f5;
}
table.data-grid tr:hover td.actions-cell {
  color: #920909;
  border-width: 2px 0;
  border-style: double;
  border-color: #920909;
  background: #f0e9e9;
}
table.data-grid tr td.actions-cell .actions {
  display: flex;
  justify-content: flex-end;
}
/********************************************* State Entities Table *******************************************/
table.state-entities-table tr td.actions-cell {
  width: 24px;
}
/********************************************* Boards And Commissions Terminology Table ***********************/
table.boards-and-commissions-terminology-table tr td.principal-category-cell {
  width: 28%;
}
/********************************************* CLE Agenda Table ***********************************************/
table.lsc-cle-agenda-table tr:nth-child(odd) {
  background-color: #dadada;
}
table.lsc-cle-agenda-table tr td.time-cell {
  width: 200px;
}
/********************************************* Appropriation Biennium Reference List Table ********************/
.appropriation-biennium-reference-list-table {
  font-family: 'Jost', 'PT Serif', serif;
  border-collapse: collapse;
  width: 100%;
}
.appropriation-biennium-reference-list-table td,
.appropriation-biennium-reference-list-table th {
  border: 1px solid #920909;
  padding: 8px;
  text-align: center;
}
.appropriation-biennium-reference-list-table tr:nth-child(odd) {
  background-color: #dadada;
}
.appropriation-biennium-reference-list-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #182A55;
  color: white;
  vertical-align: middle;
}
/********************************************* Visibility *****************************************************/
.smart-phone-label {
  display: none;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  table.data-grid caption,
  table.data-grid caption.screen-reader {
    position: initial;
    width: initial;
    height: initial;
    margin: 0;
    padding: 4px 0;
    overflow: initial;
    clip: initial;
    word-wrap: normal;
    border: initial;
    clip-path: initial;
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    background-color: #135181;
  }
  table.data-grid thead tr th {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  table.data-grid tbody tr {
    display: block;
    width: 100%;
    clear: both;
    padding: 8px 0;
    border: solid #e2eaf0;
    border-width: 0 0 2px 0;
    border-collapse: collapse;
    overflow: auto;
  }
  table.data-grid tbody tr td,
  table.data-grid tbody tr th {
    float: left;
    clear: both;
    width: 100% !important;
    margin: 0 0 0 0;
    padding: 4px 0 4px 8px;
    font-size: 18px;
    line-height: 21px;
    border: none;
  }
  .delete-button,
  .edit-button,
  .download-button,
  .print-button {
    margin: 0 6px 6px 0;
  }
  table.data-grid tr td.actions-cell .actions {
    background: #ffffff;
    padding: 0 0 0 8px;
    justify-content: flex-start;
  }
  table.data-grid tr td.actions-cell {
    background: #ffffff;
  }
  table.data-grid tbody tr:hover th,
  table.data-grid tbody tr:hover td,
  table.data-grid tr:hover td.actions-cell {
    color: #474747;
    border: none;
    background: initial;
  }
  .smart-phone-label {
    display: inline-block;
    color: #000000;
  }
  .smart-phone-label:after {
    content: ": ";
  }
}
/********************************************* Tablets ********************************************************/
@media screen and (min-width: 641px) and (max-width: 960px) {
  table.data-grid tr td {
    padding: 10px 10px 10px 6px;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Structure ******************************************************/
.main-menu {
  position: relative;
  margin: 0;
  padding: 0;
  left: 5px;
  height: 42px;
}
.main-menu .text-container {
  display: block;
  height: 42px;
  margin: 0;
  padding: 13px 16px;
  color: #000000;
  font-family: 'Jost', 'PT Serif', serif;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.1s;
  border: none;
}
.main-menu ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.main-menu ul li {
  margin: 0 24px 0 0;
  padding: 0;
  display: inline-block;
  background: none;
}
.main-menu ul li .menu-header {
  display: block;
  height: 42px;
  margin: 0;
  padding: 9px 12px;
  color: #ffffff;
  font-family: 'Jost', sans-serif;
  font-size: 24px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.5px;
  transition: 0.1s;
  border: none;
  text-decoration: none;
}
.main-menu ul li .menu-header-condensed {
  padding: 13px 12px;
  letter-spacing: 0;
}
.main-menu ul li:hover .menu-header {
  background: #920909;
  text-decoration: none;
}
.main-menu ul li a.active {
  background: #8a0808;
}
.main-menu-search {
  float: right;
}
/********************************************* Search Box *****************************************************/
.site-search-button {
  position: absolute;
  top: 12px;
  z-index: 500;
  right: 28px;
  width: 24px;
  height: 20px;
  cursor: pointer;
  opacity: 1;
  transition: 0.4s;
  border: none;
  background: transparent;
}
.site-search-button:hover {
  opacity: 1;
}
.search-form-container {
  display: none;
  position: absolute;
  z-index: 5000;
  top: 6px;
  right: 64px;
  width: 240px;
  padding: 0;
  background-color: #ffffff;
}
.search-form-container input {
  font-size: 16px;
  line-height: 28px;
  border: 2px solid #2a4483;
  border-radius: 0;
  color: #111111;
  background: #ffffff;
  padding: 0 6px 0 6px;
}
.search-form-container input:focus {
  color: #111111;
  box-shadow: none !important;
  background: rgba(0, 0, 0, 0) !important;
}
.search-form-container input:focus::placeholder {
  color: transparent;
}
.search-form-container input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
/********************************************* Submenus *******************************************************/
.main-menu ul li ul.menu-body,
.main-menu ul li div.menu-body {
  position: absolute;
  top: 42px;
  width: 280px;
  padding: 0 0;
  display: none;
  z-index: 80;
  box-shadow: 0px 1px 4px rgba(16, 36, 83, 0.2);
  background: #920909;
}
.main-menu ul li div.menu-body {
  border: solid #7a0404;
  border-width: 2px 0 2px 0;
  width: calc(100% - 30px);
  left: 10px;
  padding: 14px 24px;
}
.main-menu ul li:hover ul.menu-body,
.main-menu ul li:hover div.menu-body {
  display: block;
}
.main-menu ul li div.menu-body .menu-body-section {
  position: relative;
  float: left;
  width: 25%;
  padding-right: 3%;
}
.main-menu ul li div.menu-body .one-half-section {
  width: 50%;
}
.main-menu ul li div.menu-body .third-fourths-section {
  width: 75%;
}
.main-menu ul li div.menu-body .two-thirds-section {
  width: 66%;
}
.main-menu ul li div.menu-body .one-third-section {
  width: 33%;
}
.main-menu ul li div.menu-body .sixty-five-percent-section {
  width: 65%;
}
.main-menu ul li div.menu-body .thirty-five-percent-section {
  width: 35%;
}
.main-menu ul li div.menu-body .twenty-percent-section {
  width: 20%;
}
.main-menu ul li div.menu-body .menu-body-section .three-column-section .column {
  position: relative;
  float: left;
  width: 30%;
  margin-right: 3%;
}
.main-menu ul li div.menu-body .menu-body-section .two-column-section .column {
  position: relative;
  float: left;
  width: 48%;
  margin-right: 2%;
}
.main-menu ul li div.menu-body .menu-body-section-header {
  clear: both;
  margin: 0px 0 6px 0;
  padding: 7px 10px;
  width: 100%;
  display: block;
  color: #ffffff;
  font-family: 'Jost', sans-serif;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 0.5px;
  text-decoration: none;
  border: solid #ffffff;
  border-width: 0 0 2px 0;
}
.main-menu ul li ul.menu-body li,
.main-menu ul li div.menu-body li {
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
}
.main-menu ul li ul.menu-body li a,
.main-menu ul li div.menu-body li a {
  clear: both;
  margin: 0 0 0 0;
  padding: 7px 10px;
  width: 100%;
  display: block;
  color: #ffffff;
  font-family: 'Jost', 'PT Serif', serif;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
}
.main-menu ul li ul.menu-body li:first-child a {
  padding-top: 8px;
}
.main-menu ul li ul.menu-body li:last-child a {
  padding-bottom: 8px;
}
.main-menu ul li ul.menu-body li.menu-body-section-link a {
  padding-left: 24px;
}
.main-menu ul li ul.menu-body li a:hover,
.main-menu ul li div.menu-body a:hover {
  background: #7a0404;
}
/********************************************* User Menu ******************************************************/
#user-menu {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 90;
}
#user-menu .panel-control {
  position: relative;
  float: left;
  width: initial;
  padding: 2px 2px 0 0;
}
#user-menu .panel-control-header {
  padding: 4px 6px 4px 11px;
  color: #124770;
  font-size: 14px;
  height: 28px;
  line-height: 20px;
  border: 0 solid #ffffff;
  background: #e2eaf0;
}
#user-menu .panel-control:hover .panel-control-header {
  background: #cddce7;
}
#user-menu .panel-control-header .indicator {
  float: right;
  width: 18px;
  height: 18px;
  margin: 1px 0 0 4px;
  border-radius: 0;
  cursor: pointer;
}
#user-menu .panel-control-header .indicator .arrow {
  background: url('../images/global/icons/user-menu-arrow.png') center center no-repeat;
}
#user-menu .panel-control-body {
  max-height: initial;
  overflow: hidden;
}
#user-menu .panel-control-body a {
  padding: 2px 2px 6px 2px;
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 14px;
}
/********************************************* Default Visibility *********************************************/
.main-menu {
  display: block;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .main-menu {
    display: none;
  }
}
/********************************************* Tablets ********************************************************/
@media screen and (min-width: 641px) and (max-width: 960px) {
  .main-menu {
    display: none;
  }
}
/********************************************* Desktops *******************************************************/
/********************************************* Large Screens **************************************************/
@media screen and (min-width: 1341px) {
  .main-menu {
    display: block;
  }
  .main-menu {
    display: block;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Mobile Menu Button *********************************************/
.mobile-navigation-button {
  position: fixed;
  top: 46px;
  left: 15px;
  margin: 0;
  z-index: 90;
  cursor: pointer;
  background: transparent;
  border: none;
  width: 20px;
  height: 20px;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#mobile-navigation-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
  opacity: 1;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #ffffff;
}
#mobile-navigation-button span:nth-child(1) {
  top: 0;
}
#mobile-navigation-button span:nth-child(2),
#mobile-navigation-button span:nth-child(3) {
  top: 7px;
}
#mobile-navigation-button span:nth-child(4) {
  top: 14px;
}
#mobile-navigation-button.open span:nth-child(1) {
  top: 7px;
  left: 50%;
  width: 0;
}
#mobile-navigation-button.open span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile-navigation-button.open span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile-navigation-button.open span:nth-child(4) {
  top: 7px;
  left: 50%;
  width: 0;
}
/********************************************* Structure ******************************************************/
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  transition: 0.15s;
  left: 100%;
  width: 100%;
  height: 100%;
  padding: 0 0 0 0;
  z-index: 80;
}
.mobile-menu-top {
  height: 116px;
  position: relative;
  padding: 12px 0 0 0;
}
.mobile-menu-top .mobile-menu-home-button {
  width: 540px;
  position: relative;
  margin: auto;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}
.mobile-menu-top .mobile-menu-home-button img {
  float: left;
  margin: 0 0 0 0;
  padding: 0;
}
.mobile-menu-bottom {
  height: 100%;
  background: #ffffff;
  border: solid #e2eaf0;
  border-width: 3px 0 0 0;
}
/********************************************* Search *********************************************************/
.mobile-search-form-container {
  display: none;
  margin: auto;
  width: 100%;
  padding: 20px 20px 6px 20px;
  background: #e2eaf0;
  border: solid #e2eaf0;
  border-width: 0 0 2px 0;
}
.mobile-search-form-container .search-bar {
  height: 34px;
  width: 100%;
  margin: 0 0 18px 0;
}
.mobile-search-form-container .search-bar .search-bar-input {
  height: 34px;
  border: solid 1px #4b7ea3;
}
.mobile-search-form-container .search-bar .search-bar-input input {
  font-size: 16px;
  line-height: 21px;
  padding: 0 4px 0 8px;
}
.mobile-search-form-container .search-bar .search-bar-input input::placeholder {
  color: #a6bbcb;
}
.mobile-search-form-container .search-bar-button {
  width: 86px;
}
.mobile-search-form-container .search-bar-button button {
  width: 108px;
  height: 34px;
}
.mobile-search-form-container .search-bar-number-search .search-bar-button button {
  color: #ffffff;
  font-size: 15px;
  background-image: none;
}
/********************************************* Menu ***********************************************************/
.mobile-menu ul {
  margin: 0;
  padding: 0 0;
  display: block;
  border: solid #e2eaf0;
  border-width: 0 0 0px 0;
  background: #ffffff;
}
.mobile-menu ul li {
  margin: 0 0 0 0;
  padding: 0;
  display: block;
  background: none;
}
.mobile-menu-bottom li a {
  text-decoration: none;
}
.mobile-menu .menu-header,
.mobile-menu-bottom .expandable-panel .panel-header {
  color: #000000;
  width: 100%;
  text-align: left;
  font-size: 19px;
  line-height: 19px;
  padding: 12px 16px 12px 16px;
  background: #ffffff;
  border: solid #e2eaf0;
  border-width: 0 0 0px 0;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.mobile-menu .menu-header:hover,
.mobile-menu-bottom .expandable-panel .panel-header:hover {
  background: #eeeeee;
}
.mobile-menu-bottom .expandable-panel .panel-header {
  padding: 12px 16px 12px 32px;
}
.mobile-menu .menu-header .indicator,
.mobile-menu-bottom .expandable-panel .panel-header .indicator {
  display: block;
  float: right;
  width: 19px;
  height: 19px;
  margin: 1px 4px 0 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mobile-menu .menu-header .indicator .arrow,
.mobile-menu-bottom .expandable-panel .panel-header .indicator .arrow {
  display: block;
  width: 19px;
  height: 19px;
  transition: 0.2s;
  background: url('../images/global/mobile-menu/arrow.png') 2px 6px no-repeat;
}
.mobile-menu div.menu-body,
.mobile-menu ul.menu-body,
.mobile-menu-bottom .expandable-panel .panel-body {
  display: none;
  background: #ffffff;
}
.mobile-menu ul.menu-body .menu-body-section-header {
  clear: both;
  font-size: 19px;
  line-height: 19px;
  padding: 12px 16px 12px 16px;
  margin: 0px 0 6px 0;
  width: 100%;
  color: #000000;
}
.mobile-menu ul.menu-body li a,
.mobile-menu-bottom .expandable-panel .panel-body ul li a {
  color: #111111;
  padding: 8px 20px 8px 32px;
  font-size: 19px;
  line-height: 19px;
  display: block;
  text-decoration: none;
}
.mobile-menu ul.menu-body li a:hover,
.mobile-menu-bottom .expandable-panel .panel-body ul li a:hover {
  background: #cccccc;
  text-decoration: none;
}
.mobile-submenu {
  display: none;
}
.mobile-menu-bottom .expandable-panel {
  margin: 0 0 4px 0;
  padding: 0;
}
.mobile-menu-bottom .expandable-panel .panel-body-open {
  display: block;
}
.mobile-menu-bottom .expandable-panel-spin-close {
  transition: 0.2s;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mobile-menu-bottom .expandable-panel-spin-open {
  transition: 0.2s;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/********************************************* Visibility *****************************************************/
.mobile-search-form-container,
.mobile-navigation-button,
.mobile-menu {
  display: none;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .mobile-navigation-button {
    top: 26px;
    left: 12px;
    margin: 0;
  }
  .mobile-menu-top {
    height: 72px;
    padding: 6px 0 0 0;
  }
  .mobile-search-form-container {
    padding: 16px 14px 0 14px;
  }
  .mobile-menu .menu-header,
  .mobile-menu-bottom .expandable-panel .panel-header {
    font-size: 18px;
    line-height: 18px;
    padding: 8px 16px 8px 16px;
  }
  .mobile-menu-bottom .expandable-panel .panel-header {
    padding: 8px 16px 8px 32px;
  }
  .mobile-menu .menu-header .indicator,
  .mobile-menu-bottom .expandable-panel .panel-header .indicator {
    width: 18px;
    height: 18px;
    margin: 1px 4px 0 0;
  }
  .mobile-menu .menu-header .indicator .arrow,
  .mobile-menu-bottom .expandable-panel .panel-header .indicator .arrow {
    width: 18px;
    height: 18px;
  }
  .mobile-menu ul.menu-body .menu-body-section-header {
    font-size: 18px;
    line-height: 18px;
    padding: 8px 16px 8px 16px;
    margin: 0px 0 6px 0;
  }
  .mobile-menu ul.menu-body li a,
  .mobile-menu-bottom .expandable-panel .panel-body ul li a {
    padding: 8px 20px 8px 32px;
    font-size: 18px;
    line-height: 18px;
  }
  .mobile-search-form-container,
  .mobile-navigation-button,
  .mobile-menu {
    display: block;
  }
}
/********************************************* Tablets ********************************************************/
@media screen and (min-width: 641px) and (max-width: 960px) {
  .mobile-search-form-container,
  .mobile-navigation-button,
  .mobile-menu {
    display: block;
  }
}
/********************************************* Site Search ****************************************************/
.gsc-control-cse {
  width: 100% !important;
  padding: 0 !important;
  margin: 1% 0% !important;
}
.gsc-results {
  width: 100% !important;
  font-size: 18px;
  line-height: 20px;
  padding: 0 !important;
  margin: 0 !important;
}
.gsc-above-wrapper-area {
  border-color: #dddddd !important;
  border-width: 0px 0 2px 0 !important;
  padding: 0 !important;
  height: 56px;
}
.gcsc-branding {
  margin: -10px 0 -20px 0 !important;
  height: 50px;
}
.gs-title a {
  font-size: 18px !important;
  color: #891c1c !important;
}
.gs-title b {
  font-size: 18px !important;
  color: #891c1c !important;
}
.gsc-thumbnail-inside {
  padding: 0 !important;
  margin: 0 !important;
}
.gs-visibleUrl {
  font-size: 15px !important;
  line-height: 24px;
  color: #aaaaaa !important;
  padding: 2px 0 0 0;
  margin: 0 !important;
}
.gs-snippet {
  font-size: 16px !important;
  line-height: 24px;
  padding: 0 !important;
  margin: 0 !important;
  width: 68%;
}
.gsc-url-top {
  padding: 0 !important;
  margin: 0 !important;
}
.gs-webResult .gs-snippet,
.gs-imageResult .gs-snippet,
.gs-fileFormatType {
  color: #333333 !important;
}
.gsc-cursor-box {
  margin: 10px 0 0 0 !important;
}
.gsc-cursor-page {
  color: #000000 !important;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  margin-right: 3px;
  padding: 5px 0px 4px 0px;
  width: 32px;
  float: left;
  text-align: center;
  text-decoration: none !important;
  border: 2px solid #ffffff !important;
}
.gsc-cursor-current-page {
  background-color: #961111 !important;
  border: 2px solid #961111 !important;
  color: #ffffff !important;
}
.gsc-cursor-page:hover {
  background-color: #961111 !important;
  border: 2px solid #961111 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}
.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: #ffffff !important;
  border: none !important;
}
.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult {
  background-color: #ffffff !important;
  border: none !important;
}
.gsc-result-info-container {
  padding: 24px 0 0 0 !important;
}
.gsc-result-info {
  padding: 0 !important;
}
.gsc-orderby-container {
  padding: 12px 0 0 0 !important;
}
.gcsc-more-maybe-branding-root {
  padding: 48px 0 0 0 !important;
  clear: both;
  display: block;
}
/********************************************* Imports ********************************************************/
/********************************************* Event Details **************************************************/
.event-details-header {
  margin: 10px 0 22px 0;
  padding-left: 1px;
  font-family: 'Jost', sans-serif;
  color: #111111;
  font-size: 28px;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}
.organization .event-details-header {
  margin: 24px 0 4px 0;
  padding: 0;
  font-family: 'Jost', sans-serif;
  color: #135181;
  font-size: 23px;
  line-height: 26px;
  font-weight: normal;
  text-align: left;
}
.event-status-notice {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 17px;
  background: #cea346;
  padding: 5px 18px 5px 18px;
}
/********************************************* Calendar *******************************************************/
.fc {
  background: #ffffff !important;
}
/********************************************* Toolbar ********************************************************/
.fc-toolbar {
  padding: 2px 0 !important;
  border-width: 1px 0 1px 0;
  border-radius: 0;
  margin-bottom: 8px !important;
}
.fc-toolbar h2 {
  color: #135181 !important;
  font-size: 25px !important;
  line-height: 25px !important;
  margin: 0 !important;
  padding: 0 !important;
}
/********************************************* Header Cells ***************************************************/
.fc-col-header-cell {
  font-size: 18px !important;
  background: #e2eaf0 !important;
  padding: 6px 0 !important;
}
/********************************************* General ********************************************************/
.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid #e2eaf0 !important;
}
.fc-theme-standard .fc-list {
  border: 1px solid #e2eaf0 !important;
}
.fc-cell-shaded {
  background: #e2eaf0 !important;
}
.fc-theme-standard .fc-scrollgrid {
  border: none !important;
}
/********************************************* Buttons ********************************************************/
.fc-button {
  padding: 2px 8px !important;
  font-size: 16px !important;
  line-height: 20px !important;
  height: 32px !important;
  border-radius: 0 !important;
}
.fc-button-primary {
  background-color: #124770 !important;
  margin-right: 4px !important;
  border-color: #ffffff !important;
}
.fc-button-primary:hover {
  background-color: #4b7ea3 !important;
  border-color: #ffffff !important;
}
.fc-button-primary:last-child {
  margin-right: 0 !important;
}
.fc-dayGridMonth-button,
.fc-timeGridWeek-button,
.fc-timeGridDay-button,
.fc-listMonth-button {
  min-width: 60px !important;
}
/********************************************* Day Grid View **************************************************/
.fc-daygrid-event {
  color: #111111 !important;
  border-radius: 0 !important;
  border: none !important;
  padding: 0 2px !important;
}
.fc-timeGridDay-view td.fc-day-today {
  background: #ffffff !important;
}
/********************************************* Time Grid View *************************************************/
th.fc-timegrid-axis {
  background: #e2eaf0 !important;
}
.fc-timegrid-slot {
  padding: 2px 0 0 0 !important;
  height: 28px !important;
}
.fc-timegrid-slot-label {
  font-size: 14px !important;
}
.fc-timegrid-axis {
  color: transparent !important;
  font-size: 15px !important;
  text-align: right !important;
}
.fc-timegrid-event {
  border-radius: 0 !important;
  border: none !important;
  font-size: 14px !important;
  line-height: 17px !important;
  padding: 0 1px !important;
}
/********************************************* List View ******************************************************/
.fc-list-empty {
  color: #135181 !important;
  border-color: #135181 !important;
  background-color: #e2eaf0 !important;
}
.fc-list-table th {
  font-size: 16px;
}
.fc-list-table td {
  font-size: 16px;
}
.fc-list-event-graphic {
  padding-right: 12px !important;
}
/********************************************* Imports ********************************************************/
/********************************************* Structure ******************************************************/
.content-module-container .home-content-module {
  display: flex;
  gap: 12px;
  width: 100%;
  padding: 0px;
  border-radius: 0px;
  background: none;
}
.content-module-container .content-module .content-module-inner-home-main {
  flex: 1;
  position: relative;
  padding: 17px 20px 24px 20px;
  border-radius: 16px;
  background: #ffffff;
}
.content-module-container .content-module .content-module-inner-home-main .content-module-section {
  margin: 0 0 14px 0;
  padding: 0 0 14px 0;
}
.content-module-container .content-module .content-module-inner-home-main .content-module-section:last-child {
  margin: 0 0 4px 0;
}
.content-module-container .content-module .content-module-inner-whats-new {
  width: 33.333%;
  height: 90%;
  position: relative;
  padding: 16px 20px 24px 20px;
  border-radius: 16px;
  background: #ffffff;
}
/********************************************* Main ***********************************************************/
.popular-publications {
  float: left;
  width: 49%;
  border: dotted #dadada;
  border-width: 0 2px 0 0;
}
.major-budget-documents {
  float: left;
  width: 50%;
  padding: 0 0 32px 20px;
}
.new-on-lsc-ohio-gov {
  position: relative;
  width: 360px;
  float: left;
  padding: 0 0 0px 20px;
}
/********************************************* Twitter ********************************************************/
.twitter-feed-container {
  margin: 12px 0;
  border: 0px solid #dce3e5;
}
.twitter-feed-footer .twitter-feed-footer-text {
  line-height: 24px;
}
.twitter-feed-footer .twitter-feed-footer-icon {
  margin: 6px 8px 0 0;
  width: 36px;
  float: left;
}
/********************************************* Slideshow ******************************************************/
.new-on-lsc-slideshow {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  z-index: 4;
}
.new-on-lsc-slideshow .new-on-lsc-slide {
  position: relative;
  min-height: 140px;
  width: 100%;
}
.new-on-lsc-ohio-gov .slick-dots {
  bottom: 2px;
}
.new-on-lsc-ohio-gov .slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 5px;
  background: #cccccc;
  opacity: 1;
}
.new-on-lsc-ohio-gov .slick-dots li.slick-active button {
  background: #888888;
  opacity: 1;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .content-module-container .content-module .content-module-inner-whats-new {
    width: 100%;
  }
  .popular-publications {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 16px 0;
    border-width: 0 0px 2px 0;
  }
  .major-budget-documents {
    width: 100%;
    padding: 0 0 20px 0px;
    margin: 0 0 20px 0;
    border: dotted #dadada;
    border-width: 0 0px 2px 0;
  }
  .new-on-lsc-ohio-gov {
    width: 100%;
    padding: 0 0 0px 0px;
    margin: 0 0 12px 0;
  }
}
/********************************************* Tablets ********************************************************/
@media screen and (min-width: 641px) and (max-width: 960px) {
  .content-module-container .content-module .content-module-inner-whats-new {
    width: 100%;
  }
  .popular-publications {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 16px 0;
    border-width: 0 0px 2px 0;
  }
  .major-budget-documents {
    width: 100%;
    padding: 0 0 20px 0px;
    margin: 0 0 20px 0;
    border: dotted #dadada;
    border-width: 0 0px 2px 0;
  }
  .new-on-lsc-ohio-gov {
    width: 100%;
    padding: 0 0 0px 0px;
    margin: 0 0 12px 0;
  }
}
.ga-parent-menu p ul,
li,
div,
nav {
  padding: 0;
  margin: 0;
}
#ga-menu {
  overflow: auto;
  position: relative;
  z-index: 2;
}
.ga-parent-menu {
  background-color: #990000;
  min-width: 200px;
  float: left;
}
#ga-menu ul {
  list-style-type: none;
}
#ga-menu ul li a {
  padding: 10px 15px;
  display: block;
  color: #fff;
  text-decoration: none;
}
#ga-menu ul li a:hover {
  background-color: #2b2b2b;
}
#ga-menu ul li:hover > ul {
  left: 200px;
  -webkit-transition: left 200ms ease-in;
  -moz-transition: left 200ms ease-in;
  transition: left 200ms ease-in;
}
#ga-menu ul li > ul {
  position: absolute;
  background-color: #990000;
  top: 0;
  left: -200px;
  min-width: 200px;
  z-index: -1;
  height: 100%;
  -webkit-transition: left 200ms ease-in;
  -moz-transition: left 200ms ease-in;
  transition: left 200ms ease-in;
}
#ga-menu ul li > ul li a:hover {
  background-color: #2e2e2e;
}
/********************************************* Imports ********************************************************/
/********************************************* Structure ******************************************************/
.tabbed-content {
  font-family: 'Jost', 'PT Serif', serif;
  margin: 12px 0 10px 0;
}
/********************************************* Buttons ********************************************************/
.tabbed-content button {
  font-family: 'Jost', 'PT Serif', serif;
  border: 0;
  padding: 5px 12px;
  color: #111111;
  background: #dadada;
  font-size: 18px;
  border-radius: 6px 6px 0 0;
  transition: 0.1s;
}
.tabbed-content button.active {
  color: #ffffff;
  background: #920909;
}
.tabbed-content button:hover {
  color: #ffffff;
  background: #920909;
}
button.panel-header.no-animation:hover {
  color: #000000;
  background: #ffffff;
}
.pointer {
  cursor: pointer;
}
/********************************************* Content ********************************************************/
.tabbed-content section {
  margin: 2px 0 0 0;
  display: none;
  background: #ffffff;
  padding: 10px 18px;
  border: 2px solid #cccccc;
  border-radius: 0 4px 0 0;
}
.tabbed-content section.active {
  display: block;
  animation: fadein 0.5s;
}
.link-color {
  list-style-type: none;
  color: #920909;
}
#hidden,
#hidden1 {
  display: none;
}
.budget-document-module .tabbed-content section ul li {
  padding: 0 0 6px 0px;
}
.budget-document-module .tabbed-content section ul li a {
  font-size: 16px;
  line-height: 16px;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .tabbed-content button {
    width: 100%;
    padding: 4px 12px;
    margin: 0 0 4px 0;
    font-size: 17px;
    border-radius: 6px 6px 0 0;
  }
  .tabbed-content section {
    margin: 2px 0 0 0;
    padding: 8px 12px;
    border: 2px solid #cccccc;
    border-radius: 0 4px 0 0;
  }
}
/********************************************* Tablets ********************************************************/
@media screen and (min-width: 641px) and (max-width: 960px) {
  .tabbed-content button {
    padding: 5px 11px;
    font-size: 17px;
    border-radius: 6px 6px 0 0;
  }
  .tabbed-content section {
    margin: 2px 0 0 0;
    padding: 8px 12px;
    border: 2px solid #cccccc;
    border-radius: 0 4px 0 0;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Document Group Module ******************************************/
.document-group-module {
  margin: 0 0 20px 0;
}
/********************************************* Budget *********************************************************/
.budget-document-module {
  display: block;
  margin: 0 0 24px 0;
  line-height: 24px;
  overflow: auto;
}
.budget-document-module-expandable {
  display: block;
  margin: 0 0 0px 0;
  line-height: 24px;
}
.budget-document-module-buttons {
  clear: both;
  margin: 4px 0 0 0;
}
.budget-document-module-buttons .note {
  display: inline-block;
  margin: 3px 0 0 0;
  font-size: 16px;
}
.budget-document-module-buttons a {
  margin-top: 2px;
  margin-bottom: 2px;
}
.budget-document-module .tabbed-content section,
.budget-document-module-expandable .tabbed-content section {
  margin: 2px 0 0 0;
  padding: 0px 12px 12px 12px;
  font-size: 16px;
  line-height: 18px;
}
.budget-document-module ul {
  margin: 14px 0 0 0;
}
.budget-document-module ul li {
  padding-left: 0;
  background: none;
}
.budget-document-module ul li a {
  color: #920909;
}
/********************************************* Slideshow ******************************************************/
.fellowship-testimonials {
  position: relative;
  width: 800px;
}
.fellowship-testimonial-slideshow {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  margin: 0;
  z-index: 4;
}
.fellowship-testimonial-slideshow .fellowship-testimonial-slide {
  position: relative;
  width: 100%;
  height: 200px;
}
.fellowship-testimonials .slick-dots {
  bottom: 2px;
}
.fellowship-testimonials .slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 5px;
  background: #cccccc;
  opacity: 1;
}
.fellowship-testimonials .slick-dots li.slick-active button {
  background: #888888;
  opacity: 1;
}
/********************************************* Fellow Listing By Year *****************************************/
.fellow-listing-by-year {
  margin: 4px 0 0px 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.fellow-listing-by-year-module {
  width: 20%;
  margin: 0 0 16px 0;
  background: #ffffff;
  border: solid #dadada;
  border-width: 1px 0 1px 1px;
}
.fellow-listing-by-year-module-header {
  font-family: 'Jost', sans-serif;
  font-size: 19px;
  padding: 1px 0 0 0;
  text-align: center;
  color: #000000;
  background: #eeeeee;
}
.fellow-listing-by-year-module-body {
  text-align: center;
  padding: 6px 10px;
}
.fellow-listing-by-year-module-body a {
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}
.collapsible {
  cursor: pointer;
}
.listing {
  display: none;
}
.social-media-admin-flex {
  display: flex;
  justify-content: space-evenly;
}
.social-media-admin-info {
  display: inline-block;
  text-align: center;
  margin: 10px;
  vertical-align: middle;
  text-decoration: none;
}
.social-media-admin-info img {
  height: 35px;
}
.fellowship-contact {
  text-align: center;
}
.admin-info {
  text-decoration: none;
}
.program-admin-info-content-module-section {
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
  border-top: dotted #cccccc;
  border-width: 0 0 2px 0;
  padding: 0 0 14px 0;
  display: block;
  overflow: auto;
}
/********************************************* Budget Reference Documents List ********************************/
ul.budget-reference-documents-list li a {
  color: #920909;
  display: block;
  text-decoration: underline;
  margin-bottom: 4px;
}
/********************************************* Job Openings ***************************************************/
.job-opening {
  margin: 0 0 20px 0;
}
.job-opening p {
  font-size: 16px;
  line-height: 26px;
}
/********************************************* Other **********************************************************/
.application-notice {
  clear: both;
  display: block;
  margin: 20px 0 20px 0;
  padding: 10px 16px;
  background: #eeeeee;
  text-align: center;
}
/********************************************* State Entities *************************************************/
.state-entity {
  margin: 20px 0 10px 0;
  padding: 14px 14px;
  background: #ebecf0;
}
.state-entity-module {
  margin: 0 0 20px 0;
  padding: 0 20px 0 0;
}
.state-entity-label {
  font-size: 17px;
  line-height: 19px;
  font-weight: bold;
  margin: 0 0 6px 0;
  padding: 0 0 6px 0;
  color: #000000;
  border: solid #920909;
  border-width: 0 0 2px 0;
}
.state-entity-value {
  font-size: 17px;
  line-height: 25px;
  min-height: 20px;
}
/********************************************* Budget Capital Appropriations *************************************************/
details a {
  text-decoration: none;
  padding-left: 15px;
}
summary h3 {
  display: inline-block;
}
summary {
  cursor: pointer;
}
details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}
/********************************************* State Entities Print *******************************************/
.state-entity-print {
  font-family: Calibri, Arial, sans-serif;
  position: relative;
  padding: 12px 50px;
  background: #ffffff;
}
.state-entity-print-header {
  position: relative;
  margin: 0 0 4px 0;
  padding: 10px 0px 16px 0px;
  border: solid #000000;
  border-width: 0 0 1px 0;
  overflow: auto;
}
.state-entity-print-title-left,
.state-entity-print-title-right {
  font-size: 27px;
  line-height: 27px;
  width: 50%;
}
.state-entity-print-title-left {
  float: left;
  width: 50%;
  text-align: left;
}
.state-entity-print-title-right {
  float: right;
  width: 50%;
  text-align: right;
}
.state-entity-print-entity-name {
  font-size: 25px;
  padding: 4px 0px;
  display: block;
  width: 100%;
}
table.state-entity-print-table {
  margin: 4px 0 16px 0;
  font-size: 23px;
  line-height: 27px;
}
table.state-entity-print-table th {
  padding: 0 0;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #000000;
  border-color: #000000;
  border-style: solid dotted;
  border-width: 1px 1px 1px 0px;
}
table.state-entity-print-table td {
  width: 25%;
  padding: 2px 8px 2px 8px;
  font-size: 16px;
  line-height: 21px;
  border-color: #000000;
  border-style: solid dotted;
  border-width: 1px 1px 0px 0px;
}
table.state-entity-print-table th:last-child,
table.state-entity-print-table td:last-child {
  border-right-width: 0;
}
@media screen and (max-width: 640px) {
  .budget-document-module ul li a {
    font-size: 16px;
  }
}
/*# sourceMappingURL=master.css.map */