/********************************************* Imports ********************************************************/
/********************************************* Fonts **********************************************************/
@font-face {
  font-family: 'Noto Sans Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-display-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans Display';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/noto-sans-display-medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans Display';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/noto-sans-display-semi-bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open-sans-bold.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;
  font-family: 'Noto Sans Display', serif;
  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: #181817;
}
header {
  position: fixed;
  width: 100%;
  margin: auto;
  z-index: 50;
}
.header-top {
  position: relative;
  background: #181817;
}
.header-top-frame {
  position: relative;
  height: 100px;
  padding: 8px 0 0 0;
}
.home-button {
  position: relative;
  width: 680px;
  margin: auto;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}
.home-button img {
  float: left;
  margin: 0;
  padding: 0;
}
.my-ohio-legislature-button {
  position: absolute;
  top: 0px;
  right: 10px;
  color: #eeeeee;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  padding: 4px 8px 4px 8px;
  background: #000000;
  border: 1px solid #474747;
  border-top-width: 0;
  border-radius: 0 0 4px 4px;
}
.my-ohio-legislature-button a {
  color: #828282;
  font-size: 14px;
  line-height: 15px;
  text-decoration: none;
}
.header-bottom {
  position: relative;
  box-shadow: 0px 2px 5px rgba(125, 125, 125, 0.2);
  background: #ffffff;
}
.header-bottom-frame {
  position: relative;
  height: 42px;
  padding: 0 0 0 0;
}
.body-middle {
  position: relative;
  background: #ffffff;
}
.content-layout {
  position: relative;
  margin: 0 0 0 0;
  padding: 158px 0 0 0;
  font-size: 19px;
  color: #474747;
  line-height: 30px;
}
.content-layout-plain {
  padding-top: 132px;
}
.content-layout strong {
  color: #111111;
}
.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: 200px;
  z-index: 3;
  background: #000000 url('../images/global/backgrounds/default.jpg') center -100px no-repeat;
}
.content-layout-head-none {
  display: none;
}
.content-layout-head-schedules {
  position: relative;
  height: 200px;
  z-index: 3;
  background: #000000 url('../images/global/backgrounds/default.jpg') center -100px no-repeat;
  background: #000000 url('../images/global/backgrounds/schedules.jpg') center -100px no-repeat;
}
.content-layout-head-legislation {
  position: relative;
  height: 200px;
  z-index: 3;
  background: #000000 url('../images/global/backgrounds/default.jpg') center -100px no-repeat;
  background: #000000 url('../images/global/backgrounds/legislation.jpg') center -100px no-repeat;
}
.content-layout-head-members {
  position: relative;
  height: 200px;
  z-index: 3;
  background: #000000 url('../images/global/backgrounds/default.jpg') center -100px no-repeat;
  background: #000000 url('../images/global/backgrounds/members.jpg') center -100px no-repeat;
}
.content-layout-head-committees {
  position: relative;
  height: 200px;
  z-index: 3;
  background: #000000 url('../images/global/backgrounds/default.jpg') center -100px no-repeat;
  background: #000000 url('../images/global/backgrounds/committees.jpg') center -100px no-repeat;
}
.content-layout-head-session {
  position: relative;
  height: 200px;
  z-index: 3;
  background: #000000 url('../images/global/backgrounds/default.jpg') center -100px no-repeat;
  background: #000000 url('../images/global/backgrounds/session.jpg') center -100px no-repeat;
}
.content-layout-head-laws {
  position: relative;
  height: 200px;
  z-index: 3;
  background: #000000 url('../images/global/backgrounds/default.jpg') center -100px no-repeat;
  background: #000000 url('../images/global/backgrounds/laws.jpg') center -100px no-repeat;
}
.content-layout-head-publications {
  position: relative;
  height: 200px;
  z-index: 3;
  background: #000000 url('../images/global/backgrounds/default.jpg') center -100px no-repeat;
  background: #000000 url('../images/global/backgrounds/publications.jpg') center -100px no-repeat;
}
.content-layout-body {
  position: relative;
  z-index: 4;
  padding: 24px 0 8px 0;
  min-height: 400px;
  background: #ffffff;
}
.content-areas {
  display: flex;
}
.content-area {
  display: flex;
}
.content-area-rows {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.content-area-row {
  width: 100%;
  min-height: 100px;
}
.content-area-columns {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.content-area-column {
  flex: 1;
  min-height: 100px;
}
.district-map-content-area-columns {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
footer {
  position: relative;
  margin: 0px 0 0 0;
  padding: 4px 0 10px 0;
  font-size: 14px;
  line-height: 26px;
  z-index: 3;
  color: #dadada;
  background: none;
  overflow: auto;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer-top {
  display: none;
  position: relative;
  margin: 0 0 6px 0;
  padding: 6px 0 6px 0;
  z-index: 3;
  color: none;
  background: none;
}
.footer-bottom {
  position: relative;
  padding: 10px 0 10px 0;
  color: #828282;
  background: #181817;
}
footer a {
  clear: both;
  padding: 0 3px;
  display: inline-block;
  color: #828282;
  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: #961111;
  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: solid #eeeeee;
  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;
  color: #c22727;
  font-family: 'PT Serif', serif;
  font-size: 30px;
  line-height: 30px;
  text-align: left;
  border-radius: 0px;
  transition: 0.3s;
}
.page-header a.base-link:hover {
  background: #e8cfcf;
}
.page-header h1 {
  position: relative;
  display: inline-block;
  vertical-align: text-top;
  margin: 0 15px 0 8px;
  padding: 3px 0 2px 14px;
  border: solid #eeeeee;
  border-width: 0 0 0 3px;
  max-width: 72%;
  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 #ebd8d8;
  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 #961111;
  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: #961111;
}
.page-header a.new-link {
  text-align: left;
  padding: 3px 5px 3px 6px;
  background: #961111 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: #961111 url('../images/global/icons/new.png') 50px center no-repeat;
}
/********************************************* Section Menu ***************************************************/
.section-header {
  border: solid #dadada;
  border-width: 0 0 2px 0;
}
.section-menu {
  clear: both;
  display: block;
  position: relative;
  margin: 0px 0 12px 0;
  padding: 0 0 0 0;
}
.section-menu a {
  margin: 0 0 4px 2px;
  padding: 5px 7px;
  min-width: 100px;
  display: inline-block;
  color: #961111;
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  text-decoration: none;
  border: 0 solid #961111;
  border-radius: 0px;
  transition: 0.2s;
  background: #ffffff;
}
.section-menu a.active {
  border: 0 solid #961111;
  color: #ffffff;
  background: #961111;
}
.section-menu a:hover {
  border: 0 solid #961111;
  color: #ffffff;
  background: #961111;
}
.section-menu-separator {
  display: inline-block;
  vertical-align: top;
  margin: 6px 0 0 2px;
  height: 16px;
  font-size: 19px;
  line-height: 19px;
  padding: 0 1px;
  color: #cccccc;
}
/********************************************* Subsection *****************************************************/
.subsection {
  clear: both;
  position: relative;
  margin: 32px 0 12px 0;
}
.subsection-header {
  clear: both;
  position: relative;
  width: 100%;
  margin: 0px 0 14px 0;
  padding: 0 0 8px 0;
  border: dotted #f0e1e1;
  border-width: 0 0 2px 0;
}
.subsection-header a.base-link {
  vertical-align: text-top;
  display: inline-block;
  margin: 3px 0 0 2px;
  padding-left: 0;
  font-size: 22px;
  line-height: 22px;
  text-align: left;
  border-radius: 0px;
  transition: 0.3s;
}
.subsection-header a.base-link:hover {
  background: #e8cfcf;
}
.subsection-header h2 {
  position: relative;
  display: inline-block;
  vertical-align: text-top;
  margin: 0 15px 0 9px;
  padding: 3px 0 2px 15px;
  font-size: 22px;
  line-height: 22px;
  border: dotted #ebd8d8;
  border-width: 0 0 0 2px;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.subsection-header h2.base {
  margin-left: 2px;
  padding-left: 0;
  border: none;
}
.subsection-header a.link-button,
.subsection-header button.link-button {
  vertical-align: text-top;
  min-width: 74px;
  margin: 3px 8px 0 0;
  padding: 3px 5px 3px 5px;
  font-size: 15px;
  line-height: 16px;
  background: #961111;
}
.subsection-header a.new-link {
  text-align: left;
  padding: 3px 5px 3px 6px;
  background: #961111 url('../images/global/icons/new.png') 50px center no-repeat;
}
.subsection-header a.new-link:hover {
  text-align: left;
  padding: 3px 5px 3px 6px;
  background: #961111 url('../images/global/icons/new.png') 50px center no-repeat;
}
.subsection-header .divider {
  position: relative;
  display: inline-block;
  vertical-align: text-top;
  margin: 0 0px 0 9px;
  padding: 3px 0 2px 3px;
  font-size: 22px;
  line-height: 22px;
  border: dotted #ebd8d8;
  border-width: 0 0 0 2px;
}
/********************************************* Subsection Menu ************************************************/
.subsection-menu {
  clear: both;
  position: relative;
  float: left;
  margin: 2px 0 28px 0;
  padding: 9px 0px 8px;
  width: 100%;
  border: solid #eeeeee;
  border-width: 2px 0 0 0;
}
.subsection-menu ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.subsection-menu ul li {
  margin: 0 2px 0 0;
  padding: 0;
  display: inline-block;
  background: none;
}
.subsection-menu ul li a {
  margin: 0;
  padding: 9px 12px 8px 12px;
  display: inline-block;
  color: #111111;
  font-size: 17px;
  line-height: 17px;
  text-decoration: none;
  border: 2px solid #eeeeee;
  background-color: #ffffff;
}
/********************************************* Visibility *****************************************************/
.home-logo-small,
.home-logo-medium,
.home-logo-large {
  display: none;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .header-top-frame {
    height: 76px;
    padding: 6px 0 0 0;
    background: none;
  }
  .home-button {
    width: 240px;
  }
  .header-bottom-frame {
    height: 8px;
  }
  .my-ohio-legislature-button {
    display: none;
  }
  .layout {
    font-size: 18px;
    line-height: 28px;
  }
  .content-layout {
    padding: 96px 0 0 0;
    font-size: 17px;
    line-height: 27px;
  }
  .content-area-columns {
    flex-direction: column;
    gap: 60px;
  }
  .content-area-column {
    width: 100%;
  }
  .content-layout-head-schedules,
  .content-layout-head-legislation,
  .content-layout-head-members,
  .content-layout-head-committees,
  .content-layout-head-session,
  .content-layout-head-laws,
  .content-layout-head-publications {
    height: 100px;
    background-size: 720px;
  }
  .content-layout-body {
    padding: 4px 0 8px 0;
    min-height: 540px;
  }
  .home-logo-small {
    display: block;
  }
  .actions {
    margin-left: 0;
    padding-left: 0;
  }
  a.text-button {
    margin-left: 0;
  }
  footer a {
    display: block;
  }
  .footer-delimiter {
    display: none;
  }
  .district-map-content-area-columns {
    flex-direction: column;
    gap: 40px;
  }
  .section-menu a {
    margin: 0 0 2px 0px;
    padding: 5px 5px;
    min-width: 20px;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
  }
}
/********************************************* Tablets ********************************************************/
@media screen and (min-width: 641px) and (max-width: 960px) {
  .header-top-frame {
    height: 104px;
    padding: 11px 0 0 0;
    background: none;
  }
  .home-button {
    width: 540px;
  }
  .header-bottom-frame {
    height: 10px;
  }
  .my-ohio-legislature-button {
    top: 0px;
    right: -15px;
  }
  .content-layout {
    padding: 126px 0 0 0;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
  }
  .content-layout-head-schedules,
  .content-layout-head-legislation,
  .content-layout-head-members,
  .content-layout-head-committees,
  .content-layout-head-session,
  .content-layout-head-laws,
  .content-layout-head-publications {
    height: 150px;
    background-size: 1100px;
  }
  .home-logo-medium {
    display: block;
  }
  .district-map-content-area-columns {
    flex-direction: column;
    gap: 40px;
  }
}
/********************************************* 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: #ad1c1c;
  cursor: pointer;
}
/********************************************* Headers ********************************************************/
h1 {
  margin: 10px 0 20px 0;
  padding-left: 0px;
  font-family: 'PT Serif', serif;
  color: #c22727;
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  text-align: left;
}
h2 {
  margin: 4px 0 2px 0;
  padding: 0;
  font-family: 'PT Serif', serif;
  color: #000000;
  font-size: 24px;
  line-height: 26px;
  font-weight: normal;
  text-align: left;
}
h3 {
  margin: 0 0 6px 0;
  padding: 0;
  font-family: 'PT Serif', serif;
  color: #000000;
  font-size: 21px;
  font-weight: normal;
  line-height: 26px;
  text-align: left;
}
/********************************************* Paragraph ******************************************************/
p {
  margin: 0 0 28px 0;
}
p:last-child {
  margin-bottom: 0;
}
/********************************************* Section ********************************************************/
section {
  margin: 0 0 28px 0;
  padding: 0;
  overflow: auto;
}
/********************************************* Lists **********************************************************/
ul {
  margin: 0;
  padding: 0 0 20px 0;
  line-height: 22px;
  list-style: none;
}
ul li {
  padding: 4px 0 12px 24px;
  font-size: 19px;
  line-height: 26px;
  text-indent: 0;
  color: #474747;
  background: url('../images/global/icons/bullet.png') 0 12px no-repeat;
}
ul li ul {
  padding: 4px 0 0 0;
}
ul li a {
  color: #474747;
  text-decoration: none;
}
ul li span.override-text a {
  color: #ad1c1c;
  text-decoration: underline;
}
ul li a:hover {
  color: #ad1c1c;
  text-decoration: underline;
}
ol {
  list-style-position: inside;
}
ol li {
  padding: 4px 0 4px 0;
}
ol li ol li {
  padding: 4px 0 4px 30px;
}
ul.two-column-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.file-format-icon {
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 0 0 6px;
  padding: 0px 4px;
  color: #ffffff;
  background: #961111;
  border-radius: 2px;
  text-decoration: none;
}
.file-format-icon:hover {
  color: #ffffff;
  text-decoration: none;
}
ul li .file-format-icon {
  vertical-align: top;
  line-height: 27px;
}
/********************************************* 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-size: 20px;
  line-height: 20px;
  padding: 12px 12px;
  color: #000000;
  background: #ffffff;
  border: solid #f0e1e1;
  border-width: 0px 0 0px 0;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.expandable-panel .panel-header:hover {
  color: #474747;
  background: #dadada;
  text-decoration: none;
}
.expandable-panel .panel-header .indicator {
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  margin: 0 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;
}
.expandable-panel .panel-header .indicator .arrow {
  display: block;
  width: 18px;
  height: 18px;
  transition: 0.2s;
  background: url('../images/global/icons/expandable-panel-arrow.png') 0px 0px no-repeat;
}
.expandable-panel .panel-body {
  display: none;
  padding: 12px 38px;
}
.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);
}
/********************************************* 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-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;
}
.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;
}
.no-left-padding {
  padding-left: 0 !important;
}
.no-right-padding {
  padding-right: 0 !important;
}
.no-min-width {
  min-width: initial !important;
}
.full-width {
  width: 100% !important;
}
.three-quarters-width {
  width: 75% !important;
}
.two-thirds-width {
  width: 66.66% !important;
}
.half-width {
  width: 50% !important;
}
.third-width {
  width: 33.3333% !important;
}
.quarter-width {
  width: 25% !important;
}
.compact-text {
  line-height: 24px !important;
}
.bottom-note {
  clear: both;
  text-align: center;
  margin: 20px 0 0 0;
  padding: 20px 50px 10px;
  font-size: 15px;
  line-height: 24px;
  border: solid #eeeeee;
  border-width: 2px 0 0 0;
}
.screen-reader {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.return-link {
  clear: both;
  display: inline-block;
  margin: 6px 0 36px 0px;
  padding: 4px 2px;
  color: #961111;
  background: #ffffff;
  border-radius: 1px;
  vertical-align: top;
  font-size: 17px;
  line-height: 17px;
  text-decoration: none;
}
.black-link {
  color: #000000 !important;
}
.header-menu {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 15px;
  margin: 10px 0 0 12px;
  padding: 1px 1px;
  color: #961111;
  border: solid #c22727;
  border-width: 0 1px;
  border-radius: 0px;
  background: #f0e1e1;
}
.header-menu a {
  padding: 2px 4px;
}
.secondary-controls {
  display: inline-block;
  float: right;
}
.secondary-controls a {
  background: #f0e1e1;
  color: #961111;
  font-size: 13px;
  line-height: 13px;
  padding: 1px 6px;
  margin: 0 0 0 4px;
  border-radius: 0px;
  transition: 0.3s;
}
.secondary-controls a:hover {
  background: #e8cfcf;
}
.user-content {
  display: inline-block;
  overflow: auto;
  margin-bottom: 12px;
}
/********************************************* Visibility *****************************************************/
.smart-phone-show {
  display: none;
}
.tablet-show {
  display: none;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  h1 {
    margin: 10px 0 16px 0;
    font-size: 24px;
    line-height: 27px;
  }
  h2 {
    margin: 4px 0 8px 0;
    font-size: 20px;
    line-height: 25px;
  }
  ul {
    margin: 0;
    padding: 0 0 20px 0;
    line-height: 22px;
    list-style: none;
  }
  ul li {
    padding: 4px 0 12px 24px;
    font-size: 17px;
    line-height: 26px;
    text-indent: 0;
  }
  .return-link {
    margin-bottom: 20px;
  }
  .smart-phone-show {
    display: initial;
  }
}
/********************************************* Tablets ********************************************************/
@media screen and (min-width: 641px) and (max-width: 960px) {
  h1 {
    margin: 0 0 24px 0;
  }
  .tablet-show {
    display: initial;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Text Inputs ****************************************************/
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input {
  width: 100%;
  margin: 0 10px 0 0;
  padding: 6px 4px 6px 7px;
  display: inline-block;
  color: #000000;
  font-size: 15px;
  line-height: 20px;
  border: 1px solid #dddddd;
  border-radius: 0px;
  transition: 0.2s;
  background: #ffffff;
  outline: none;
}
input[type="file"] {
  padding: 5px 0 0 4px;
  margin-right: 22px;
  height: 34px;
}
textarea {
  position: relative;
  float: left;
  width: 100%;
  padding: 6px 4px 6px 7px;
  font-size: 15px;
  border: 1px solid #dddddd;
  border-radius: 0px;
  outline: none;
  transition: 0.2s;
  background: #ffffff;
}
input::placeholder {
  color: #cccccc;
}
input:focus::placeholder {
  color: transparent;
}
/********************************************* Search Bar *****************************************************/
.search-bar {
  position: relative;
  float: left;
  width: 417px;
  height: 38px;
  margin: 0 10px 10px 0;
  padding-right: 80px;
  background: #ffffff;
}
.search-bar .search-bar-input {
  float: left;
  width: 100%;
  height: 38px;
  padding-right: 14px;
  border: solid #dddddd;
  transition: 0.2s;
  border-width: 1px 0 1px 1px;
  border-radius: 0px 0 0 0px;
  background: #ffffff;
}
.search-bar .search-bar-input input {
  width: 100%;
  border: none;
  font-size: 17px;
  line-height: 21px;
  vertical-align: middle;
  padding: 3px 4px 0 8px;
  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.2s;
  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 #dddddd;
  border-radius: 0 0px 0px 0;
  cursor: pointer;
  background: #961111 url('../images/global/icons/search-bar-button-white.png') center center no-repeat;
}
/********************************************* Open Record Control ********************************************/
.open-record-control {
  position: relative;
  float: left;
  width: 240px;
  height: 38px;
  margin: 0 16px 10px 0;
  padding-right: 50px;
  background: #ffffff;
}
.open-record-control .open-record-control-input {
  float: left;
  width: 100%;
  height: 38px;
  padding-right: 14px;
  border: solid #dddddd;
  transition: 0.2s;
  border-width: 1px 0 1px 1px;
  border-radius: 0px 0 0 0px;
  background: #ffffff;
}
.open-record-control .open-record-control-input input {
  width: 100%;
  border: none;
  font-size: 17px;
  line-height: 21px;
  vertical-align: middle;
  padding: 3px 4px 0 8px;
  background: #ffffff;
}
.open-record-control .open-record-control-button {
  position: absolute;
  right: 0;
  width: 64px;
}
.open-record-control .open-record-control-button button,
.open-record-control .open-record-control-button a {
  float: right;
  color: #ffffff;
  font-size: 17px;
  line-height: 17px;
  padding: 0;
  vertical-align: top;
  width: 100%;
  height: 38px;
  border: 0 solid #dddddd;
  border-radius: 0 0px 0px 0;
  cursor: pointer;
  background: #961111;
}
/********************************************* 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: #961111;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
}
/********************************************* Select *********************************************************/
.select-container {
  width: 25%;
  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 0px 0px 0;
  background: #961111 url(../images/global/icons/select-arrow-white.png) center 11px no-repeat;
}
select {
  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 #dddddd;
  border-radius: 0px;
  transition: 0.2s;
  background: #ffffff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/********************************************* 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: 0px;
  -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: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 8px 0 8px 0;
  padding: 0 0 0 28px;
  display: block;
  font-size: 15px;
  line-height: 19px;
}
.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.2s;
  border-radius: 0px;
  background: #dadada;
}
.radio-choice-option .checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #cccccc;
  border-radius: 50%;
}
.panel-control .panel-control-body .checkmark {
  background: #cccccc;
}
.panel-control .panel-control-body .checkmark:hover {
  background: #e0dcdc;
}
.checkbox-container-small .checkmark {
  top: 1px;
  width: 17px;
  height: 17px;
}
.checkbox-container:hover input ~ .checkmark,
.checkbox-container-small:hover input ~ .checkmark {
  background: #e0dcdc;
}
.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: #961111 !important;
}
.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-2-column {
  width: 40%;
}
.checkbox-group-3-column {
  width: 30%;
}
.checkbox-group-grid {
  width: 31%;
  display: block;
  float: left;
  margin: 0 2% 20px 0;
  padding: 0 20px 20px 0;
}
.checkbox-group-grid fieldset {
  width: 100%;
  min-height: 200px;
}
/********************************************* Radio Choice ***************************************************/
.radio-choice-container {
  float: left;
  display: block;
  margin: 0 15px 0 0;
  padding: 2px 4px 0 7px;
  border: 1px solid #dddddd;
  border-radius: 0px;
  background: #ffffff;
}
.radio-choice-container-transparent {
  float: left;
  display: block;
  margin: 0 15px 0 0;
  padding: 2px 4px 0 7px;
  border: 1px solid #dddddd;
  border-radius: 0px;
  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: 38px;
  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: #cccccc;
  border-radius: 50%;
}
.radio-choice-option:hover input ~ .checkmark {
  background-color: #e0dcdc;
}
.radio-choice-option input:focus ~ .checkmark {
  background: #cccccc;
  outline: 2px solid #1980EC;
}
.radio-choice-option input:checked ~ .checkmark {
  background-color: #961111;
}
.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 #dddddd;
  border-radius: 0px;
  cursor: pointer;
  transition: 0.2s;
  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 {
  min-width: 116px;
  margin: 0 8px 4px 0;
  padding: 9px 10px 9px 10px;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  border: 0 solid #660404;
  border-radius: 0px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.4s;
  background: #961111;
}
a.link-button:hover,
button.link-button:hover {
  color: #ffffff;
  background: #c22727;
}
a.link-button-small,
button.link-button-small {
  min-width: 116px;
  margin: 0 8px 4px 0;
  padding: 9px 10px 9px 10px;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  border: 0 solid #660404;
  border-radius: 0px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.4s;
  background: #961111;
  float: left;
  min-width: 60px !important;
  margin: 4px 10px 0 0;
  padding: 5px 8px 5px 8px;
  font-size: 15px;
  line-height: 16px;
}
ul li a.link-button {
  min-width: 116px;
  margin: 0 8px 4px 0;
  padding: 9px 10px 9px 10px;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  border: 0 solid #660404;
  border-radius: 0px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.4s;
  background: #961111;
  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;
}
/********************************************* Application Structure ******************************************/
ul.application-sections {
  margin: 0;
  list-style: none;
}
ul.application-sections li {
  text-indent: 0;
  padding: 0 0 28px 32px;
  background: url('../images/global/icons/application-section-icon.png') 0 2px no-repeat;
}
ul.application-pages {
  margin: 0;
  padding: 8px 0 8px 0;
  list-style: none;
}
ul.application-pages li {
  text-indent: 0;
  font-size: 17px;
  color: #474747;
  padding: 5px 0 5px 32px;
  background: url('../images/global/icons/application-page-icon.png') 0 7px no-repeat;
}
ul.application-components {
  margin: 0;
  padding: 8px 0 8px 0;
  list-style: none;
}
ul.application-components li {
  text-indent: 0;
  font-size: 17px;
  color: #474747;
  padding: 5px 0 5px 32px;
  background: url('../images/global/icons/application-component-icon.png') 0 7px no-repeat;
}
ul.application-sections li.button-node,
ul.application-pages li.button-node,
ul.application-components li.button-node {
  padding: 3px 0 2px 0;
  background: none;
}
ul.application-sections li a,
ul.application-pages li a,
ul.application-components li a {
  font-size: 15px;
  color: #ad1c1c;
  text-decoration: underline;
}
.edit-button-tree {
  min-width: 116px;
  margin: 0 8px 4px 0;
  padding: 9px 10px 9px 10px;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  border: 0 solid #660404;
  border-radius: 0px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.4s;
  background: #961111;
  display: inline-block;
  vertical-align: top;
  float: none;
  min-width: 18px !important;
  width: 18px !important;
  margin: 3px 0 0 14px;
  padding: 0 3px;
  font-size: 23px;
  border-radius: 0;
  background: #961111 url('../images/global/icons/tree-edit.png') center center no-repeat;
}
.delete-button-tree {
  min-width: 116px;
  margin: 0 8px 4px 0;
  padding: 9px 10px 9px 10px;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  border: 0 solid #660404;
  border-radius: 0px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.4s;
  background: #961111;
  display: inline-block;
  vertical-align: top;
  float: none;
  min-width: 18px !important;
  width: 18px !important;
  margin: 3px 0 0 0;
  padding: 0 3px;
  font-size: 23px;
  border-radius: 0;
  background: #961111 url('../images/global/icons/remove.png') center center no-repeat;
}
.add-button-tree {
  min-width: 116px;
  margin: 0 8px 4px 0;
  padding: 9px 10px 9px 10px;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  border: 0 solid #660404;
  border-radius: 0px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.4s;
  background: #961111;
  float: none;
  text-align: left;
  min-width: 1px !important;
  margin: 4px 10px 0 0;
  padding: 3px 22px 3px 6px;
  font-size: 14px;
  border-radius: 0;
  background: #396e97 url('../images/global/icons/add.png') right 4px center no-repeat;
}
.no-icon {
  width: 7px !important;
}
/********************************************* Scroll Panel ***************************************************/
.scroll-panel-base {
  padding: 6px;
  border: 1px solid #dadada;
  margin: 0 0 8px 0;
  width: 100%;
  overflow-y: scroll;
  background: #ffffff;
  border-radius: 0px;
}
.scroll-panel-short {
  padding: 6px;
  border: 1px solid #dadada;
  margin: 0 0 8px 0;
  width: 100%;
  overflow-y: scroll;
  background: #ffffff;
  border-radius: 0px;
  height: 100px;
}
.scroll-panel-medium-short {
  padding: 6px;
  border: 1px solid #dadada;
  margin: 0 0 8px 0;
  width: 100%;
  overflow-y: scroll;
  background: #ffffff;
  border-radius: 0px;
  height: 120px;
}
.scroll-panel-medium {
  padding: 6px;
  border: 1px solid #dadada;
  margin: 0 0 8px 0;
  width: 100%;
  overflow-y: scroll;
  background: #ffffff;
  border-radius: 0px;
  height: 360px;
}
.scroll-panel-medium-tall {
  padding: 6px;
  border: 1px solid #dadada;
  margin: 0 0 8px 0;
  width: 100%;
  overflow-y: scroll;
  background: #ffffff;
  border-radius: 0px;
  height: 480px;
}
.scroll-panel-tall {
  padding: 6px;
  border: 1px solid #dadada;
  margin: 0 0 8px 0;
  width: 100%;
  overflow-y: scroll;
  background: #ffffff;
  border-radius: 0px;
  height: 600px;
}
/********************************************* Panel Controls *************************************************/
.panel-control {
  float: left;
  position: relative;
  display: inline-block;
  width: 204px;
  margin: 0 8px 10px 0;
  padding: 0 0 0 0;
}
.panel-control-header {
  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 #dddddd;
  border-radius: 0px;
  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: #f0e1e1;
  color: #961111;
  border-color: #c22727;
}
.panel-control-header:hover strong {
  color: #961111;
}
.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 #dddddd;
  border-radius: 0;
  background: #ffffff;
}
.panel-control-body .empty-selector {
  font-size: 15px;
  color: #9c6262;
  line-height: 20px;
  margin: 4px 7px 8px 7px;
  padding: 8px 10px;
  background: #f0e1e1;
}
.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: 'PT Serif', 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: #ebe6e6;
}
.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-body .select-control-options .option-groups {
  display: flex;
}
.panel-control-body .select-control-options .option-groups .option-group {
  flex: 1;
  gap: 40px;
}
.panel-control-body .select-control-options .option-groups .option-group-header {
  margin: 2px 0 2px 0;
  color: #000000;
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
}
/********************************************* Panel Control Control Sizes ************************************/
.extra-wide-panel-control {
  width: 400px;
}
.wide-panel-control {
  width: 360px;
}
.medium-wide-panel-control {
  width: 304px;
}
.medium-panel-control {
  width: 260px;
}
/********************************************* Panel Control Control Body Sizes *******************************/
.extra-wide-control-body {
  width: 420px;
}
.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: 0px;
  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 2px 5px rgba(125, 125, 125, 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: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  display: none;
  z-index: 100;
  background: rgba(255, 255, 255, 0.4);
}
#busy-indicator {
  position: relative;
  top: 32%;
  width: 208px;
  height: 208px;
  margin: 0 auto;
  padding: 0px;
  display: block;
  border: solid 4px #961111;
  background: #ffffff;
}
#busy-indicator .busy-indicator-graphic {
  display: block;
  height: 100px;
  width: 100px;
  margin: 50px 0 0 50px;
  border: 6px #f0e1e1 solid;
  border-top: 6px #961111 solid;
  border-radius: 50%;
  -webkit-animation: animation-1 1s infinite linear;
  animation: animation-1 1s infinite linear;
}
#busy-indicator .busy-indicator-text {
  display: block;
  width: 100%;
  padding: 20px 0;
  color: #961111;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 8px;
}
@-webkit-keyframes animation-1 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes animation-1 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/********************************************* 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 #f0e1e1;
  border-radius: 0px;
  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: #701212 url('../images/global/icons/order.png') center center no-repeat;
}
.sortable-element-handle:hover {
  background: #c22727 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: 0px;
  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: 0px;
  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: 0px;
  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: 0px;
  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: #e0dcdc;
  border-color: #ccc8c8;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  background: #f0e1e1;
  border-color: #961111;
}
.search-bar .search-bar-input input[type="text"]:hover,
.search-bar .search-bar-input input[type="text"]:focus,
.open-record-control .open-record-control-input input[type="text"]:hover,
.open-record-control .open-record-control-input input[type="text"]:focus {
  border: 0;
  background: #ffffff;
  box-shadow: none;
}
.search-bar .search-bar-input:hover,
.open-record-control .open-record-control-input:hover {
  color: #961111;
  border-color: #c22727;
}
.image-radio-choice input:checked + label {
  color: #ffffff;
  background: #961111;
  border-color: #961111;
  box-shadow: 0 0 0 1px #dddddd;
}
/********************************************* 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: 168px;
}
.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,
  .medium-extra-short-control {
    width: 100%;
    margin-right: 0;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Structure ******************************************************/
.form {
  position: relative;
  clear: both;
  display: block;
  overflow: hidden;
}
.form-column-1 {
  float: left;
  width: 66%;
  padding: 0 20px 0 0px;
  border: solid #f0e1e1;
  border-width: 0 0px 0 0;
}
.form-column-2 {
  float: left;
  width: 34%;
  padding: 0px 0px 0 12px;
  border-radius: 0px;
}
.form-column-1-55 {
  width: 55%;
}
.form-column-2-45 {
  width: 45%;
}
.form-column-1-60 {
  width: 60%;
}
.form-column-2-40 {
  width: 40%;
}
.form-column-1-64 {
  width: 64%;
}
.form-column-2-36 {
  width: 36%;
}
.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;
  font-size: 15px;
  font-weight: normal;
  line-height: 15px;
}
.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;
}
.record-info-panel {
  display: flex;
  gap: 0px;
  position: relative;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  padding: 0px;
  background: #ffffff;
}
.record-info-panel-header {
  padding: 7px 12px 7px 16px;
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  border: solid #c22727;
  border-width: 0 0 2px 0;
  background: #961111;
}
.record-info-panel-body {
  padding: 10px 16px;
}
.record-info-panel-body p {
  margin-bottom: 10px;
}
.record-info-panel-left {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 26%;
  border: solid #f0e1e1;
  border-width: 0 1px 0 0;
  padding: 0;
  margin: 0 0px 0 0;
}
.record-info-panel-left a {
  flex-grow: 1;
  text-decoration: underline;
  display: block;
  margin-bottom: 4px;
}
.record-info-panel-right {
  flex: 1;
  padding: 0 0 0 0px;
}
.form-value p {
  margin: 0 0 8px 0;
}
.form-value p:last-child {
  margin-bottom: 0;
}
.form-buttons {
  float: left;
  clear: both;
  margin: 4px 0 0 0;
  padding-left: 2px;
}
.inset-controls {
  clear: both;
  display: block;
  overflow: auto;
  margin: 0 0 20px 28px;
  padding: 4px 0 8px 12px;
  border: solid #961111;
  background-color: #ffffff;
  border-width: 0 0 0 3px;
}
.form-top-note {
  font-size: 17px;
  padding: 5px 12px;
  line-height: 25px;
  color: #701212;
  background-color: #f0e1e1;
  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;
  width: 74%;
  padding: 10px 40px 10px 16px;
  margin: 0px 0px 16px 0px;
  background: #ffffff;
  border-radius: 0px;
  border: 1px solid #cccccc;
}
.default-form fieldset.full-width {
  padding: 10px 16px 10px 16px;
}
.default-form fieldset.compact {
  min-width: 62%;
  padding: 4px 20px 0px 4px;
  margin: 0px 0px 4px 0px;
  border-width: 0px 0px 0px 3px;
}
.default-form fieldset.indented {
  margin-left: 40px;
  background: #f5e9e9;
}
.form-column-1 fieldset,
.form-column-2 fieldset {
  width: 100%;
  padding-right: 18px;
}
.default-form fieldset legend {
  color: #961111;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  padding: 4px 12px 4px 12px;
  margin: 0 0 0 0px;
}
/********************************************* 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: 0px;
}
.form-menu a.active {
  color: #ffffff;
  background: #961111;
}
.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: 0px;
  text-decoration: none;
  text-align: left;
  width: 100px;
  padding: 3px 5px 3px 6px;
  background: #961111 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: 0px;
  text-decoration: none;
  background: #961111 url('../images/global/icons/delete.png') center center no-repeat;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .default-form .form-line .form-element,
  .default-form .form-line .form-element-half,
  .default-form .form-line .form-element-three-quarters,
  .default-form .form-line .form-element-full,
  .default-form .form-line .form-element,
  .default-form .form-line .form-element-half,
  .default-form .form-line .form-element-three-quarters,
  .default-form .form-line .form-element-full {
    width: 100%;
    padding-right: 0;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Structure ******************************************************/
.search-header {
  clear: both;
}
.search-filters {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 0 0;
  display: block;
}
.search-filters .search-filters-label {
  clear: both;
  width: 100%;
  margin: 10px 0 4px 0;
  display: block;
  color: #000000;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}
.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: #961111;
}
.search-header a.new-link {
  text-align: left;
  padding: 3px 5px 3px 6px;
  background: #961111 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 #dddddd;
  border-radius: 0px;
  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: #961111 url('../images/global/icons/clear-value-icon.png') center center no-repeat;
}
.active-filters .active-filter .remove-filter-link:hover {
  background: #660404 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: 7px 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: solid #cccccc;
  border-width: 1px 0 0 0;
  background: #eeeeee;
  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: 14px;
  line-height: 25px;
  height: 27px;
  border: 1px solid #dddddd;
  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: #961111;
}
.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;
  font-size: 15px;
}
.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: #111111;
  margin: 0 12px 0 0;
  padding: 8px 0;
  vertical-align: top;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  white-space: nowrap;
}
/********************************************* 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 #dddddd;
}
.page-selector {
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: 124px;
  height: 27px;
  margin: 0;
  padding: 0;
  border: 0 solid #dddddd;
}
.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;
  border: 1px solid #dddddd;
  border-radius: 0px 0 0 0px;
  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;
  border: solid #dddddd;
  border-width: 1px 1px 1px 0;
  border-radius: 0 0px 0px 0;
  background: #ffffff url('../images/global/compact-pager/next.png') center center no-repeat;
}
.page-selector .panel-control {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
}
.page-selector .panel-control-header {
  width: 100%;
  padding: 0 4px 0 10px;
  height: 27px;
  font-size: 13px;
  line-height: 27px;
  border: 1px solid #dddddd;
  cursor: pointer;
  background: #ffffff;
}
.page-selector:hover .panel-control-header {
  background: #f0e1e1;
  color: #961111;
  border-color: #c22727;
}
.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;
}
.page-selector .page-number-link:hover {
  background: #dadada;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .search-display-controls {
    width: 100%;
  }
  .search-display-controls .panel-control {
    display: block;
  }
  .search-results-info {
    display: block;
  }
  .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: #961111;
  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(150, 17, 17, 0.64);
}
/********************************************* 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 126% 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(150, 17, 17, 0.64);
}
.media-overlay-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 54px;
  padding: 6px 0px 6px 0px;
  z-index: 8;
  color: #ffffff;
  text-align: center;
  background: rgba(150, 17, 17, 0.64);
}
.media-overlay-caption-text {
  position: absolute;
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  padding: 0px 16px 1px 16px;
  top: 50%;
  transform: translateY(-50%);
}
.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 #961111;
  background: center center no-repeat rgba(150, 17, 17, 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 .leadership-role {
  font-family: 'PT Serif', serif;
  font-size: 22px;
  line-height: 24px;
  color: #000000;
  margin: 6px 0 0px 0;
}
.media-grid .chamber-member-position {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 6px 0 0px 0;
}
.media-grid .chamber-member-position .leadership-role {
  margin: 6px 0 12px 0;
}
.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: #c22727;
}
.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(150, 17, 17, 0.64);
}
.slideshow .slide .media-container .media-thumbnail .media-overlay-caption .media-overlay-caption-text {
  font-family: 'PT Serif', 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: #961111;
  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 6px 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;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0;
  border: transparent solid 0px;
  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 #d4b0b0;
  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 #d4b0b0;
  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 #d4b0b0;
  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 #d4b0b0;
  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 10px 2px 10px;
  font-weight: normal;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
}
table tr td {
  padding: 6px 10px 6px 10px;
  font-size: 17px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}
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 thead tr th {
  padding: 7px 12px 6px 6px;
  color: #ffffff;
  font-size: 17px;
  line-height: 20px;
  border: solid #c22727;
  border-width: 0 0 2px 0;
  background: #961111;
}
table.data-grid thead tr th.header-row {
  text-align: center;
  border: solid #ffffff;
  border-width: 0 0 2px 0;
  background: #961111;
}
table.data-grid tbody tr th,
table.data-grid tbody tr td {
  padding: 10px 20px 10px 6px;
  font-size: 17px;
  line-height: 21px;
  border: solid #e6e6e6;
  border-width: 2px 0 2px 0;
}
table.data-grid tbody tr:hover th,
table.data-grid tbody tr:hover td {
  color: #961111;
  border-width: 2px 0 2px 0;
  border-style: double;
  border-color: #961111;
  background: #e8d3d3;
}
table.data-grid tbody tr:hover th a {
  color: #961111;
}
table.data-grid tr td img.application-icon {
  float: left;
  margin: 1px 8px 0 0;
}
table.unhighlighted-table tbody tr:hover th,
table.unhighlighted-table tbody tr:hover td {
  color: #474747;
  border-color: #e6e6e6;
  background: #ffffff;
}
table.unhighlighted-table tbody tr:hover td table tbody tr td,
table.vote-breakdown-table tbody tr:hover td {
  border: solid transparent !important;
  border-width: 2px 0;
}
/********************************************* Cells Types ****************************************************/
table.data-grid tr td.actions-cell {
  width: 62px;
  padding: 7px 0 0 0;
}
table.data-grid tr td.actions-cell .actions {
  display: flex;
  justify-content: flex-end;
}
/********************************************* Action Buttons *************************************************/
.add-button {
  display: block;
  float: left;
  margin: 0 0 0 5px;
  height: 26px;
  width: 26px;
  border-radius: 0px;
  text-decoration: none;
  background: #961111 url('../images/global/icons/add.png') center center no-repeat;
}
.edit-button {
  display: block;
  float: left;
  margin: 0 0 0 5px;
  height: 26px;
  width: 26px;
  border-radius: 0px;
  text-decoration: none;
  background: #961111 url('../images/global/icons/edit.png') center center no-repeat;
}
.delete-button {
  display: block;
  float: left;
  margin: 0 0 0 5px;
  height: 26px;
  width: 26px;
  border-radius: 0px;
  text-decoration: none;
  background: #961111 url('../images/global/icons/delete.png') center center no-repeat;
}
.edit-order-button {
  display: block;
  float: left;
  margin: 0 0 0 5px;
  height: 26px;
  width: 26px;
  border-radius: 0px;
  text-decoration: none;
  background: #961111 url('../images/global/icons/edit-order.png') center center no-repeat;
}
.download-button {
  display: block;
  float: left;
  margin: 0 0 0 5px;
  height: 26px;
  width: 26px;
  border-radius: 0px;
  text-decoration: none;
  background: #961111 url('../images/global/icons/download.png') center center no-repeat;
}
.print-button {
  display: block;
  float: left;
  margin: 0 0 0 5px;
  height: 26px;
  width: 26px;
  border-radius: 0px;
  text-decoration: none;
  background: #961111 url('../images/global/icons/print.png') center center no-repeat;
}
.text-button,
a.text-button {
  display: block;
  float: left;
  margin: 0 0 0 5px;
  height: 26px;
  width: 26px;
  border-radius: 0px;
  text-decoration: none;
  width: initial;
  min-width: 80px;
  text-align: center;
  font-size: 15px;
  padding: 3px 8px 0 8px;
  color: #ffffff;
  background: #961111;
}
.add-image-text-button {
  display: block;
  float: left;
  padding: 6px 10px 0 22px;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  margin: 0 0 0 5px;
  height: 26px;
  min-width: 108px;
  border-radius: 0px;
  text-decoration: none;
  background: #961111 5px center no-repeat;
  background-image: url('../images/global/icons/add.png');
}
.order-image-text-button {
  display: block;
  float: left;
  padding: 6px 10px 0 22px;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  margin: 0 0 0 5px;
  height: 26px;
  min-width: 108px;
  border-radius: 0px;
  text-decoration: none;
  background: #961111 5px center no-repeat;
  padding-left: 30px;
  background-image: url('../images/global/icons/edit-order.png');
}
table.data-grid tr td.color-cell {
  width: 28px;
  padding-right: 8px;
}
.color-square {
  float: left;
  margin-top: 3px;
  width: 16px;
  height: 16px;
}
table.data-grid tr td a.link-button {
  color: #ffffff;
  text-decoration: none;
}
/********************************************* Legislation Table **********************************************/
table.legislation-table tr th.number-cell {
  width: 180px;
}
table.legislation-table tr td.sponsor-cell {
  width: 200px;
}
table.legislation-table tr td.version-cell {
  width: 200px;
}
/********************************************* Legislation Documents Table ************************************/
.legislation-documents {
  padding: 10px 0 0 0;
}
table.legislation-documents-table {
  margin-bottom: 40px;
}
/********************************************* Legislation Status Table ***************************************/
table.legislation-status-table {
  margin: 37px 0 0 0;
}
table.legislation-status-table tr th.date-cell {
  width: 128px;
}
table.legislation-status-table tr td.chamber-cell {
  width: 120px;
}
table.legislation-status-table tr td.action-cell {
  width: 320px;
}
/********************************************* Legislation Votes Table ****************************************/
table.legislation-votes-table {
  margin: 37px 0 0 0;
}
table.legislation-votes-table tr th.date-cell {
  width: 128px;
}
table.legislation-votes-table tr td.chamber-cell {
  width: 120px;
}
table.legislation-votes-table tr td.result-cell {
  width: 240px;
}
.vote-count-column {
  display: inline-block;
  width: 84px;
}
.vote-count-column-long {
  display: inline-block;
  width: 108px;
}
/********************************************* Vote Breakdown Table *******************************************/
.legislation-votes {
  display: none;
  margin: 16px 0px 0px 0px;
  padding: 8px 12px;
  background-color: #ffffff;
}
table.vote-breakdown-table {
  width: 100%;
  margin: 0px 0px 40px 0px;
  border-width: 0px;
  border-collapse: collapse;
}
table.vote-breakdown-table tbody tr {
  border-width: 0px;
}
table.data-grid thead tr th {
  padding: 7px 12px 6px 6px;
  color: #ffffff;
  font-size: 17px;
  line-height: 20px;
  border: solid #c22727;
  border-width: 0 0 2px 0;
  background: #961111;
}
table.data-grid thead tr th.header-row {
  text-align: center;
  border: solid #ffffff;
  border-width: 0 0 2px 0;
  background: #961111;
}
table.vote-breakdown-table tbody tr th {
  padding: 2px 2px 2px 2px;
  border-width: 0px;
  text-align: left;
}
table.data-grid tbody tr:hover table.vote-breakdown-table thead tr th {
  border-color: transparent;
}
table.data-grid tr:hover table.vote-breakdown-table thead tr th.header-row {
  color: #ffffff;
}
table.data-grid tr:hover table.vote-breakdown-table tbody tr td {
  background: #ffffff;
  border-color: transparent;
}
table.vote-breakdown-table tbody tr td {
  font-size: 15px;
  line-height: 18px;
  padding: 3px 12px 3px 2px;
  width: 25%;
  border-color: transparent;
  text-align: left;
}
table.vote-breakdown-table tbody tr td a {
  font-size: 15px;
  line-height: 18px;
}
/********************************************* Legislation Committee Table ************************************/
table.legislation-committee-table {
  margin: 0 0 12px 0;
}
table.legislation-committee-table tr th.committee-cell {
  width: 200px;
}
table.legislation-committee-table tr td.date-cell {
  width: 200px;
}
table.legislation-committee-table tr td.bill-text-cell {
  width: 144px;
}
/********************************************* Legislation Committee Testimony Table **************************/
table.legislation-committee-testimony-table {
  margin: 0 0 28px 0;
}
table.legislation-committee-testimony-table tr th.witness-cell {
  width: 240px;
}
table.legislation-committee-testimony-table tr td.witness-type-cell {
  width: 200px;
}
table.legislation-committee-testimony-table tr td.bill-text-cell {
  width: 144px;
}
/********************************************* Committee Meeting Table ****************************************/
table.committee-meeting-table {
  margin: 7px 0 20px 0;
}
table.committee-meeting-table thead tr th {
  color: #474747;
  background: #dadada;
  border-color: #dadada;
}
table.committee-meeting-table tr th.committee-cell {
  width: 240px;
}
table.committee-meeting-table tr td.date-cell {
  width: 200px;
}
table.committee-meeting-table tr td.bill-text-cell {
  width: 110px;
  padding-left: 5px;
}
/********************************************* Committee Meeting Agenda Table *********************************/
table.committee-meeting-agenda-item-table {
  margin-bottom: 10px;
}
table.committee-meeting-agenda-item-table tr th.bill-cell {
  width: 240px;
}
table.committee-meeting-agenda-item-table tr td.amendments-cell {
  width: 200px;
}
table.committee-meeting-agenda-item-table tr td.fiscal-notes-cell {
  width: 200px;
}
table.committee-meeting-agenda-item-table tr td.analysis-cell {
  width: 110px;
  padding-left: 5px;
}
/********************************************* Committee Meeting Testimony Table ******************************/
.committee-meeting-testimony {
  margin-left: 20px;
}
table.committee-meeting-testimony-table thead tr th {
  color: #474747;
  background: #dadada;
  border-color: #dadada;
}
table.committee-meeting-testimony-table {
  margin-bottom: 10px;
}
table.committee-meeting-testimony-table tr th.witness-cell {
  width: 280px;
}
table.committee-meeting-testimony-table tr td.organization-cell {
  width: 340px;
}
table.committee-meeting-testimony-table tr td.actions-cell {
  width: 110px;
  padding-left: 5px;
}
/********************************************* Session Schedule Table *****************************************/
table.session-schedule-table {
  margin-bottom: 60px;
}
table.session-schedule-table tr th.month-header {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  padding: 6px 0;
}
table.session-schedule-table tr td.date-cell {
  width: 24%;
}
table.session-schedule-table tr td.senate-event-cell {
  width: 38%;
}
table.session-schedule-table tr td.house-event-cell {
  width: 38%;
}
/********************************************* Status Report Table ********************************************/
table.status-reports-table tr td table.document-list {
  margin-top: 6px;
}
table.status-reports-table tr td table.document-list tr td {
  border-color: transparent;
  padding: 2px 8px;
}
table.status-reports-table tr td table.document-list tr td.download-cell {
  width: 100px;
}
/********************************************* Legislation Committee Documents Table **************************/
table.committee-documents-legislation-table {
  margin: 8px 0 20px 0;
}
table.committee-documents-legislation-table tr td.name-cell {
  width: 200px;
}
table.committee-documents-legislation-table tr td.date-cell {
  width: 240px;
}
/********************************************* Committee Documents Testimony Table ****************************/
table.committee-documents-testimony-table {
  margin: 8px 0 40px 0;
}
table.committee-documents-testimony-table tr td.witness-cell {
  width: 280px;
}
table.committee-documents-testimony-table tr td.witness-type-cell {
  width: 200px;
}
/********************************************* Acts Table *****************************************************/
table.acts-table tr td.actions-cell {
  width: 120px;
}
/********************************************* Legislation Activity Table *************************************/
table.legislation-activity-stream-table tr th.bill-cell {
  width: 100px;
}
table.legislation-activity-stream-table tr td.date-cell {
  width: 132px;
}
table.legislation-activity-stream-table tr td.action-cell {
  width: 240px;
}
table.legislation-activity-stream-table tr td.chamber-cell {
  width: 240px;
}
/********************************************* Committee Activity Stream Table ********************************/
.committee-activity-stream-table .date-cell {
  width: 120px;
}
.committee-activity-stream-table .time-cell {
  width: 120px;
}
.committee-activity-stream-table .notice-cell {
  width: 160px;
}
.committee-activity-stream-table .ics-cell {
  width: 180px;
}
.committee-activity-stream-table .canceled-meeting-cell {
  width: 140px;
  color: #961111;
}
/********************************************* 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: #961111;
  }
  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 #f0e1e1;
    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: 17px;
    line-height: 20px;
    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 2px 2px;
    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 ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.main-menu ul li {
  margin: 0 16px 0 0;
  padding: 0;
  display: inline-block;
  background: none;
}
.main-menu ul li .menu-header {
  display: block;
  height: 42px;
  padding: 12px 12px 13px 12px;
  color: #333333;
  background: #ffffff;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  border: none;
  box-shadow: none;
  text-decoration: none;
}
.main-menu ul li:hover .menu-header {
  color: #ffffff;
  background: #961111;
}
.main-menu ul li a.active {
  box-shadow: 0px 4px 0px #961111;
}
/********************************************* Submenus *******************************************************/
.main-menu ul li ul.menu-body {
  position: absolute;
  top: 42px;
  width: 280px;
  padding: 6px 0;
  display: none;
  z-index: 100;
  box-shadow: 0px 2px 5px rgba(125, 125, 125, 0.4);
  background: #ffffff;
  border: solid #961111;
  border-width: 4px 0 0px 0;
  transition: 0s;
}
.main-menu ul li:hover ul.menu-body {
  display: block;
}
.main-menu ul li ul.menu-body li {
  margin: 0;
  position: relative;
  display: block;
}
.main-menu ul li ul.menu-body li a {
  clear: both;
  margin: 0 0 0 0;
  padding: 6px 10px;
  width: 100%;
  display: block;
  color: #444444;
  background: #ffffff;
  font-size: 17px;
  line-height: 18px;
  font-weight: normal;
  text-decoration: none;
}
.main-menu ul li ul.menu-body li a:hover {
  color: #ffffff;
  background: #961111;
}
/********************************************* Search Box *****************************************************/
.site-search-button {
  position: absolute;
  top: 11px;
  z-index: 500;
  right: 30px;
  width: 24px;
  height: 20px;
  cursor: pointer;
  transition: 0.2s;
  border: none;
  background: transparent;
}
.site-search-button:hover {
  opacity: 1;
}
.search-form-container {
  display: none;
  position: absolute;
  z-index: 5000;
  top: 0px;
  right: 68px;
  width: 398px;
  padding: 0;
  background-color: #cccccc;
}
.search-form-container input {
  font-size: 16px;
  line-height: 42px;
  border: 0;
  color: #474747 !important;
  background: rgba(0, 0, 0, 0);
  padding: 1px 10px 0 10px;
}
.search-form-container input:focus {
  color: #474747 !important;
  box-shadow: none !important;
  background: rgba(0, 0, 0, 0) !important;
}
.search-form-container input::placeholder {
  color: #888888 !important;
}
/********************************************* 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 *******************************************************/
@media screen and (min-width: 961px) and (max-width: 1140px) {
  .main-menu {
    display: block;
  }
  .main-menu ul li {
    margin-right: 0;
  }
  .main-menu {
    left: 0;
  }
  .main-menu ul li .menu-header {
    padding: 13px 8px;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0;
  }
}
/********************************************* 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: 115px;
  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;
}
/********************************************* Search *********************************************************/
.mobile-search-form-container {
  display: none;
  margin: auto;
  width: 100%;
  padding: 4px 20px;
  background: #cccccc;
  border: solid #dadada;
  border-width: 0 0 1px 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 #cccccc;
}
.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 #eeeeee;
  border-width: 0 0 2px 0;
  background: #ffffff;
}
.mobile-menu ul li {
  margin: 0 0 0 0;
  padding: 0;
  display: block;
  background: none;
}
.mobile-menu .menu-header {
  color: #474747;
  width: 100%;
  text-align: left;
  font-size: 18px;
  line-height: 20px;
  padding: 12px 16px 12px 16px;
  background: #ffffff;
  border: solid transparent;
  border-width: 2px 0 0 0;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.mobile-menu .menu-header:hover {
  background: #eeeeee;
  text-decoration: none;
}
.mobile-menu .menu-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 {
  display: block;
  width: 19px;
  height: 19px;
  transition: 0.2s;
  background: url('../images/global/mobile-menu/arrow.png') 2px 6px no-repeat;
}
.mobile-menu ul.menu-body {
  display: none;
  border: solid #dadada;
  border-width: 1px 0;
  background: #ffffff;
}
.mobile-menu ul.menu-body li a {
  color: #474747;
  padding: 12px 20px 12px 32px;
  font-size: 18px;
  line-height: 18px;
  display: block;
  text-decoration: none;
}
.mobile-menu ul.menu-body li a:hover {
  background: #cccccc;
  text-decoration: none;
}
/********************************************* Visibility *****************************************************/
.mobile-search-form-container,
.mobile-navigation-button,
.mobile-menu {
  display: none;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .mobile-navigation-button {
    top: 32px;
    left: 12px;
    margin: 0;
  }
  .mobile-menu-top {
    height: 87px;
    padding: 6px 0 0 0;
  }
  .mobile-search-form-container {
    padding: 16px 14px 0 14px;
  }
  .mobile-menu .menu-header {
    padding: 10px 16px 9px 16px;
    font-size: 17px;
    line-height: 18px;
  }
  .mobile-menu ul.menu-body li a {
    padding: 8px 20px 8px 20px;
    font-size: 17px;
    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;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Structure ******************************************************/
.home .content-layout {
  padding-top: 156px;
}
.home .content-layout-head {
  height: 420px;
  background: none;
}
.home .content-layout-body {
  position: relative;
  z-index: 4;
  padding: 24px 0 8px 0;
  min-height: 400px;
  background: #ffffff;
  padding: 24px 0 0 0;
  min-height: 1px;
}
.homepage-announcements {
  margin: 15px 0;
  padding: 4px 10px;
  color: #80704d;
  background: #d8ccac;
  font-size: 18px;
  line-height: 22px;
}
/********************************************* Home Slideshow *************************************************/
.homepage-slideshow {
  margin-top: 4px;
  height: 420px;
}
.homepage-slideshow .slide {
  height: 420px;
}
.homepage-slideshow .slide .media-container .media-thumbnail {
  height: 420px;
}
.homepage-slideshow .slide .media-container .media-thumbnail .media-thumbnail-image {
  height: 420px;
  background-position: center 0;
  background-size: cover;
}
.homepage-slideshow .slide .media-container .media-thumbnail .media-overlay-caption {
  display: none;
}
/********************************************* Bottom *********************************************************/
.homepage-primary-modules {
  font-size: 16px;
  float: left;
  width: 68%;
  margin-left: 4%;
}
.homepage-primary-module {
  float: left;
  width: 50%;
  padding: 0 6% 0 0;
  background-color: #ffffff;
}
.homepage-primary-module-legislation-search {
  width: 48%;
}
.homepage-primary-module-member-search {
  width: 52%;
  padding-right: 0;
}
.homepage-primary-module-header {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
}
.homepage-primary-module-search .homepage-primary-module-header {
  margin: 0 0 10px 0;
}
.homepage-primary-module-body {
  padding: 0 0 0 3px;
  line-height: 22px;
}
.homepage-primary-module .full-form-element-full {
  width: 90% !important;
}
.form-input-spacer {
  display: block;
  height: 20px;
}
.member-search-or {
  font-size: 13px;
  text-align: center;
  width: 100%;
  margin: 6px 0 2px 0;
}
.explore-district-map .explore-district-map-container {
  width: 100%;
  height: 40px;
}
.explore-district-map {
  float: left;
  margin: 0 0;
  width: 100%;
}
.explore-district-map img {
  float: left;
  margin: 0 4px 0 0;
  padding: 3px 2px 3px 0px;
}
.explore-district-map-label {
  font-size: 15px;
  line-height: 15px;
  padding: 9px 0 0 0;
  color: #961111;
}
.homepage-secondary-modules {
  font-size: 16px;
  float: left;
  width: 28%;
  padding: 2px 0px 2px 0;
}
.homepage-secondary-module {
  float: left;
  width: 100%;
  padding: 8px 0px 0px 10px;
  background-color: #1b1b1a;
  margin-bottom: 20px;
}
.homepage-secondary-module-header {
  float: left;
  height: 29px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.homepage-secondary-module-header img {
  margin: 0;
  padding: 0;
}
.homepage-secondary-module-bar {
  clear: both;
  height: 2px;
  width: 92%;
  margin: 0px 0 6px 0;
  background-color: #8a2c2c;
}
.homepage-secondary-module-body {
  padding: 0 0 4px 2px;
  color: #888888;
  line-height: 22px;
}
.homepage-secondary-module-body a {
  display: block;
  color: #888888;
  font-size: 16px;
  line-height: 16px;
  margin: 0 2px 2px 0;
  padding: 1px 0px;
  transition: 0.2s;
  text-decoration: none;
}
.homepage-secondary-module-body a:hover {
  color: #888888;
}
.homepage-secondary-module-body .module-buttons {
  clear: both;
  margin: 12px 0 10px 0;
}
.homepage-secondary-module-body .module-buttons a {
  display: inline;
  font-size: 15px;
  line-height: 22px;
  margin: 0 6px 4px 0;
  background-color: #333333;
  color: #eeeeee;
  padding: 4px 10px 4px 10px;
}
ul.quick-links {
  margin: 0;
  padding: 2px 0 0px 0;
  line-height: 22px;
}
ul.quick-links li {
  background: none;
  padding: 0 0 4px 0px;
}
ul.quick-links li a {
  text-decoration: none;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .home .content-layout {
    padding-top: 92px;
  }
  .home .content-layout-head,
  .homepage-slideshow .slide,
  .homepage-slideshow .slide .media-container .media-thumbnail,
  .homepage-slideshow .slide .media-container .media-thumbnail .media-thumbnail-image,
  .homepage-slideshow {
    height: 200px;
  }
  .homepage-primary-modules {
    width: 100%;
    margin: 0 0 0 0;
  }
  .homepage-secondary-modules {
    width: 100%;
    margin: 0 0 0 0;
  }
  .homepage-primary-module-legislation-search,
  .homepage-primary-module-member-search {
    width: 100%;
    margin-bottom: 40px;
  }
}
/********************************************* Tablets ********************************************************/
@media screen and (min-width: 641px) and (max-width: 960px) {
  .home .content-layout {
    padding-top: 124px;
  }
  .home .content-layout-head,
  .homepage-slideshow .slide,
  .homepage-slideshow .slide .media-container .media-thumbnail,
  .homepage-slideshow .slide .media-container .media-thumbnail .media-thumbnail-image,
  .homepage-slideshow {
    height: 280px;
  }
  .homepage-primary-modules {
    width: 54%;
    margin-left: 4%;
  }
  .homepage-secondary-modules {
    width: 42%;
  }
  .homepage-primary-module-legislation-search,
  .homepage-primary-module-member-search {
    width: 100%;
    margin-bottom: 40px;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Site Search ****************************************************/
.gsc-control-cse {
  width: 100% !important;
  padding: 0 !important;
  margin: 1% 0% !important;
}
.gsc-positioningWrapper,
.gsc-orderby-container {
  display: none;
}
.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: 36px;
}
.gs-title a,
.gs-title b {
  font-size: 19px !important;
  line-height: 27px;
  color: #ad1c1c !important;
}
.gsc-thumbnail-inside {
  padding: 0 !important;
  margin: 0 !important;
}
.gs-visibleUrl {
  font-size: 15px !important;
  line-height: 24px;
  color: #bbbbbb !important;
  padding: 1px 0 2px 1px;
  margin: 0px 0 0px 0 !important;
}
.gs-snippet {
  font-size: 16px !important;
  line-height: 24px;
  padding: 0 !important;
  margin: 2px 0 0px 0 !important;
  width: 60%;
}
.gsc-url-top {
  padding: 0 !important;
  margin: 0 !important;
}
.gs-webResult .gs-snippet,
.gs-imageResult .gs-snippet,
.gs-fileFormatType {
  color: #000000 !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: 0 0 0 0 !important;
}
.gsc-result-info {
  font-size: 17px !important;
  color: #474747 !important;
  padding: 0 !important;
}
.gcsc-more-maybe-branding-root {
  padding: 48px 0 0 0 !important;
  clear: both;
  display: block;
}
.gcsc-find-more-on-google-text,
.gcsc-find-more-on-google-query,
.gcsc-find-more-on-google-magnifier {
  font-size: 19px;
  fill: #961111 !important;
  color: #961111 !important;
}
/********************************************* Imports ********************************************************/
/********************************************* District Map ***************************************************/
.district-map-container-full {
  position: relative;
  float: left;
  width: 100%;
  border: solid 3px #f0e1e1;
  margin: 9px 0 20px 0;
}
#house-district-map {
  height: 540px;
  width: 100%;
}
#senate-district-map {
  height: 540px;
  width: 100%;
}
.district-map-container-full #member-map {
  height: 540px;
  width: 100%;
}
.district-data {
  display: none;
}
.gm-style .gm-style-iw {
  background-color: #ffffff !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 86px !important;
  padding-top: 0px;
  display: block !important;
  box-shadow: 3px 3px 3px rgba(101, 127, 148, 0.2);
  border-radius: 2px;
}
.district-info-box {
  position: relative;
  display: block;
  width: 400px !important;
  height: 200px !important;
  padding: 0px;
  margin: 0 0 0px 0 !important;
  background-color: #ffffff !important;
}
.district-info-box-headshot {
  position: relative;
  float: left;
  width: 84px;
  padding: 0px 0 0px 0;
  background: #961111 !important;
}
.district-info-box-headshot img {
  width: 80px;
}
.district-info-box-body {
  position: absolute;
  left: 94px;
  top: 10px;
  width: 200px !important;
  height: 68px;
  color: #000000 !important;
  font-size: 17px;
  line-height: 17px;
  font-weight: normal;
  padding: 8px 0px 8px 8px;
  background-color: #eeeeee;
  text-decoration: none !important;
  z-index: 100;
}
.district-info-box-body div.district-info-box-header {
  color: #ad1c1c !important;
  font-size: 17px;
  line-height: 17px;
  margin: 0 0 4px 0;
  font-weight: bold;
  text-decoration: underline;
}
/********************************************* Other **********************************************************/
.multiple-member-container {
  width: 100%;
  float: left;
  font-size: 15px;
  line-height: 17px;
  margin: 0 0 16px 0;
  padding: 8px 12px 10px 12px;
  background: #eeeeee;
  border: solid #dadada;
  border-width: 2px 0;
}
.multiple-member-module-divider {
  float: left;
  background: #cccccc;
  width: 1px;
  height: 80px;
  margin: 8px 20px 0 0px;
}
.multiple-member-container a {
  text-decoration: underline;
  font-size: 14px;
}
.multiple-member-module {
  float: left;
  width: 120px;
  margin: 0 20px 0 0;
  padding: 0;
  text-align: center;
}
.multiple-member-module .portrait-thumbnail-container-small {
  height: 80px;
  margin: 6px 0 2px 0;
  overflow: hidden;
  border: 3px solid #ffffff;
}
.multiple-member-module .portrait-thumbnail-container-small img {
  float: left;
}
/********************************************* Other **********************************************************/
.who-represents-me {
  position: absolute;
  top: 1px;
  left: 300px;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .who-represents-me {
    display: none;
  }
  #house-district-map,
  #senate-district-map {
    height: 440px;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Structure ******************************************************/
.legislation {
  position: relative;
}
.legislation .content-layout {
  padding-top: 132px;
}
.legislation .content-area-1 {
  position: relative;
  float: right;
  width: 76%;
  padding: 0 0 0 3%;
  margin: 0 0 0 0;
  min-height: 400px;
}
.legislation .content-area-2 {
  position: relative;
  float: right;
  width: 24%;
  margin: 3px 0 0 0px;
  padding: 0 0 0 1px;
  min-height: 400px;
  border-radius: 0px;
}
/********************************************* General ********************************************************/
.legislation .content-area-2 h2 {
  text-align: center;
  margin: 0px 0 8px 0;
}
a.legislation-file-format-icon {
  font-size: 15px;
  margin: 0 0 0 2px;
  padding: 0px 4px;
  color: #ffffff;
  background: #961111;
  border-radius: 2px;
  text-decoration: none;
}
.tag-link-group {
  margin: 6px 0 0 0;
}
.tag-link {
  float: left;
  text-align: left;
  margin: 0px 8px 8px 0;
  padding: 5px 8px 4px 8px;
  font-size: 16px;
  line-height: 21px;
  color: #474747;
  background: #dadada;
  text-decoration: none;
  transition: 0.2s;
}
.tag-link:hover {
  background: #eeeeee;
}
/********************************************* Bill Tracker Button ********************************************/
a.bill-tracker-button {
  position: absolute;
  width: 216px;
  top: 12px;
  padding: 4px 40px 4px 10px;
  right: 15px;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  transition: 0.4s;
  background: #eeeeee;
}
/********************************************* Sponsors *******************************************************/
.legislation-primary-sponsors {
  text-align: center;
  overflow: hidden;
}
.legislation-primary-sponsors .media-grid-1-column .media-container {
  border-width: 0;
  margin-top: 20px;
  margin-bottom: 8px;
}
.legislation-primary-sponsors .media-grid-1-column .media-container:first-child {
  margin-top: 0px;
}
.legislation-primary-sponsors-note {
  font-size: 16px;
  line-height: 22px;
  padding: 0 8%;
  font-style: italic;
}
.legislation-primary-sponsors-house {
  margin: 9px 0 20px 0;
  padding: 10px 4px;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  border: 8px solid #ffffff;
}
.legislation-primary-sponsors-house a {
  color: #701212;
  margin: 10px 0 10px 0;
  display: block;
  text-decoration: none;
}
.other-primary-sponsors {
  margin: 16px 0;
  padding: 12px 4px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  border: 0px solid #ffffff;
  color: #474747;
  background: #dadada;
}
.other-primary-sponsors a {
  display: block;
  margin: 5px 0;
  color: #474747;
  text-decoration: none;
}
.legislation-cosponsors-inner {
  margin: 10px 0 10px 0;
  padding: 12px 4px 20px 4px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  border: 0px solid #ffffff;
  color: #474747;
  background: #dadada;
}
.legislation-cosponsors-header {
  font-size: 15px;
  margin: 24px 0 12px 0;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.legislation-cosponsors a {
  display: block;
  margin: 5px 0;
  color: #474747;
  text-decoration: none;
}
.legislation-cosponsors a:hover {
  text-decoration: underline;
  background: transparent;
}
/********************************************* Summary ********************************************************/
.long-title-button {
  margin: 2px 0 10px 0;
  font-size: 23px;
  line-height: 23px;
  font-weight: 400;
  cursor: pointer;
  white-space: nowrap;
}
#toggle-long-title {
  font-size: 19px;
  line-height: 19px;
  font-weight: 400;
  color: #961111;
}
#long-title {
  display: none;
}
.legislation-section {
  display: block;
  clear: both;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.legislation-section h2 {
  margin: 3px 0 4px 0;
}
.legislation-section h3 {
  padding: 8px 0 0 2px;
  font-size: 21px;
  line-height: 21px;
  font-weight: 400;
  color: #961111;
}
.legislation-section p {
  padding-left: 3px;
}
.legislation-section ul {
  padding: 4px 0 12px 0;
}
.legislation-section ul li {
  padding: 4px 0 4px 24px;
}
/********************************************* Votes **********************************************************/
.vote-breakdown-button {
  color: #961111;
  cursor: pointer;
  white-space: nowrap;
}
.vote-breakdown {
  display: none;
}
/********************************************* Documents ******************************************************/
.legislation-documents a {
  position: relative;
  display: block;
}
/********************************************* Status Diagram *************************************************/
.status-diagram {
  position: relative;
  width: 100%;
  margin: 20px 0 16px 0;
  padding: 10px 0 21px 0;
  border: solid #eeeeee;
  border-width: 3px 0px;
}
.status-diagram-chambers {
  float: left;
  position: relative;
  padding: 0px 0 0px 0;
}
.status-diagram-inverted .status-diagram-house {
  transform: translateY(120px);
}
.status-diagram-inverted .status-diagram-senate {
  transform: translateY(-120px);
}
.status-step {
  width: 92px;
  height: 120px;
  float: left;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #961111;
}
.status-step img {
  display: block;
  width: 48px;
  margin: 20px auto 4px auto;
}
.status-step-connector {
  width: 44px;
  height: 120px;
  float: left;
  background: url('../images/legislation/step-arrow.png') right 40px no-repeat;
}
.status-step-connector-blank {
  width: 44px;
  height: 120px;
  float: left;
}
.status-step-final-connector {
  width: 85px;
  height: 120px;
  float: left;
}
.status-diagram-house .status-step-final-connector {
  background: url('../images/legislation/final-step-arrow-top.png') right 45px no-repeat;
}
.status-diagram-senate .status-step-final-connector {
  background: url('../images/legislation/final-step-arrow-bottom.png') right -1px no-repeat;
}
.status-diagram-inverted .status-diagram-house .status-step-final-connector {
  background: url('../images/legislation/final-step-arrow-bottom.png') right -1px no-repeat;
}
.status-diagram-inverted .status-diagram-senate .status-step-final-connector {
  background: url('../images/legislation/final-step-arrow-top.png') right 45px no-repeat;
}
.status-diagram-final {
  position: relative;
  padding: 15px 0 0 0;
  margin: 0 0 0 8px;
  float: left;
  width: 100px;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #961111;
}
.status-diagram-final-spacer {
  display: block;
  height: 48px;
}
.status-diagram-final img {
  display: block;
  width: 86px;
  margin: 0 auto 4px auto;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .legislation .content-layout {
    padding-top: 88px;
  }
  .legislation .content-area-1 {
    min-height: 100px;
    margin: 0 0 0 0;
    width: 100%;
  }
  .legislation .content-area-2 {
    width: 100%;
    margin: 0 0 0 0;
  }
  a.bill-tracker-button,
  .status-diagram {
    display: none;
  }
  .legislation-info-module {
    margin: 3px 0 20px 0;
    padding: 0px 12px 20px 12px;
    border: 8px solid #ffffff;
  }
  .legislation-info-module h3 {
    font-size: 19px;
    line-height: 24px;
    margin: 12px 0 0px 0;
  }
  .tag-link {
    margin: 5px 5px 0 0;
    padding: 4px 7px;
    font-size: 16px;
    line-height: 18px;
    width: 100%;
    border: 2px solid #ffffff;
  }
}
/********************************************* Tablets ********************************************************/
@media screen and (min-width: 641px) and (max-width: 960px) {
  .legislation .content-area-1 {
    margin: 0px 0 0 0;
    padding-left: 0;
    width: 100%;
    min-height: 100px;
  }
  .legislation .content-area-2 {
    margin: 28px 0 0 0;
    width: 100%;
  }
  .legislation .content-area-2 .legislation-primary-sponsors {
    float: left;
    width: 46%;
    margin: 4px 16px 4% 0;
  }
  .legislation .content-area-2 .legislation-cosponsors {
    float: left;
    width: 50%;
    margin: 4px 0 4% 0;
  }
  .legislation .content-area-2 .legislation-cosponsors .legislation-cosponsors-inner {
    margin: 0 0 16px 0;
  }
  a.bill-tracker-button {
    top: -26px;
    right: 15px;
  }
}
/********************************************* Status Diagram *************************************************/
@media screen and (min-width: 640px) and (max-width: 728px) {
  .status-step {
    width: 82px;
    font-size: 15px;
    line-height: 19px;
  }
  .status-step-connector {
    width: 10px;
    background: url('../images/legislation/step-arrow.png') right 40px no-repeat;
  }
  .status-step-connector-blank {
    width: 10px;
  }
  .status-step-final-connector {
    width: 10px;
  }
  .status-diagram-house .status-step-final-connector {
    margin: 0 2px 0 4px;
    background: url('../images/legislation/step-arrow.png') right 100px no-repeat;
  }
  .status-diagram-senate .status-step-final-connector {
    display: none;
  }
  .status-diagram-final {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 0 8px;
  }
}
/********************************************* Status Diagram *************************************************/
@media screen and (min-width: 729px) and (max-width: 1320px) {
  .status-step {
    width: 82px;
    font-size: 15px;
    line-height: 19px;
  }
  .status-step-connector {
    width: 24px;
    background: url('../images/legislation/step-arrow.png') right 40px no-repeat;
  }
  .status-step-connector-blank {
    width: 24px;
  }
  .status-step-final-connector {
    width: 48px;
  }
  .status-diagram-final {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 0 4px;
  }
  .status-diagram-house .status-step-final-connector {
    background: url('../images/legislation/final-step-arrow-top-short.png') right 45px no-repeat;
  }
  .status-diagram-senate .status-step-final-connector {
    background: url('../images/legislation/final-step-arrow-bottom-short.png') right -1px no-repeat;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Structure ******************************************************/
.my-ohio-legislature .content-layout {
  padding-top: 132px;
}
/********************************************* Glossary *******************************************************/
.letter-menu {
  display: block;
  overflow: auto;
  margin: 0 0 20px 0;
}
.letter-menu a {
  float: left;
  margin: 0 8px 8px 0;
  width: 39px;
  height: 37px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  background: #961111;
  text-decoration: none;
}
.letter-menu a:hover {
  background: #c22727;
}
.glossary-term {
  margin: 0 0 20px 0;
  display: block;
}
.glossary-term-name,
.glossary-term-name span {
  margin: 4px 0 4px 0;
  padding: 0;
  font-family: 'PT Serif', serif;
  color: #000000;
  font-size: 24px;
  line-height: 26px;
  font-weight: normal;
  text-decoration: none;
}
.glossary-term-name a {
  font-family: 'PT Serif', serif;
  color: #000000;
  text-decoration: none;
}
.glossary-term-definition {
  margin: 0 0 36px 0;
  display: block;
}
/********************************************* Publications ***************************************************/
.rules-header {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  padding: 10px 0 10px 0;
}
.organizational-chart {
  width: 960px;
  margin: 0 auto;
}
.the-legislative-process-diagram {
  width: 756px;
  margin: 40px auto;
}
.my-ohio-legislature #input-containers div {
  margin: 0px 0 4px 0;
}
/********************************************* Calendar *******************************************************/
.fc {
  background: #ffffff !important;
}
.fc a {
  text-decoration: none;
}
/********************************************* Toolbar ********************************************************/
.fc-toolbar {
  padding: 2px 0 !important;
  border-width: 1px 0 1px 0;
  border-radius: 0;
  margin-bottom: 8px !important;
}
.fc-toolbar h2 {
  color: #961111 !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;
  color: #ffffff !important;
  background: #961111 !important;
  padding: 6px 0 !important;
}
.fc-col-header-cell a {
  color: #ffffff !important;
}
/********************************************* General ********************************************************/
.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid #dadada !important;
}
.fc-theme-standard .fc-list {
  border: 1px solid #dadada !important;
}
.fc-cell-shaded {
  background: #dadada !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: #961111 !important;
  margin-right: 4px !important;
  border-color: #ffffff !important;
}
.fc .fc-button:disabled {
  opacity: 1 !important;
}
.fc-button-primary:hover {
  background-color: #c22727 !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;
  font-size: 16px !important;
  line-height: 21px !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
  border: none !important;
  padding: 0 2px !important;
}
.fc-timeGridDay-view td.fc-day-today {
  background: #ffffff !important;
}
.fc-daygrid-day-number {
  font-size: 19px !important;
  line-height: 21px !important;
  font-weight: 500 !important;
}
/********************************************* Time Grid View *************************************************/
th.fc-timegrid-axis {
  background: #dadada !important;
}
.fc-timegrid-slot {
  padding: 2px 0 0 0 !important;
  height: 44px !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: 16px !important;
  line-height: 19px !important;
  font-weight: 400 !important;
  padding: 0 1px !important;
}
.fc-event-main-frame {
  padding: 2px 2px 1px 2px;
}
.fc-event-time {
  display: inline-block !important;
  min-width: 64px !important;
  font-size: 15px !important;
  line-height: 19px !important;
  font-weight: 400 !important;
}
.fc-event-title {
  clear: both !important;
  display: inline-block !important;
  font-size: 15px !important;
  line-height: 19px !important;
}
/********************************************* List View ******************************************************/
.fc-list-empty {
  color: #961111 !important;
  border-color: #961111 !important;
  background-color: #eeeeee !important;
}
.fc-list-table th {
  font-size: 16px;
}
.fc-list-table td {
  font-size: 16px;
}
.fc-list-event-graphic {
  padding-right: 12px !important;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .fc-toolbar h2 {
    display: block !important;
    font-size: 18px !important;
    line-height: 18px !important;
  }
}
.statehouse-body .home-logo-large,
.statehouse-body .home-logo-medium,
.statehouse-body .home-logo-small {
  float: none;
  margin: auto;
}
.statehouse-body .content-layout-head-kiosk {
  position: absolute;
  height: 540px;
  width: 100%;
  top: 306px;
  z-index: 3;
  background: #000000 url('../images/global/backgrounds/kiosk.jpg') no-repeat;
  background-size: cover;
  background-position-y: -280px;
}
.statehouse-body .content-layout-body {
  background: none;
}
.statehouse-body .content-frame-inner {
  padding: 0 16px;
  background: white;
}
.statehouse-body .pre-header {
  height: 24px;
  background-color: #6a2923;
}
.statehouse-body .header-top {
  background-color: white;
  z-index: 2;
}
.statehouse-body .header-top-frame {
  padding: 2px 0 0 0;
  height: 56px;
  border: solid #dbdada;
  border-width: 0 0 2px 0;
}
.statehouse-body .header-bottom {
  text-align: center;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.statehouse-body .header-bottom-frame {
  height: 52px;
}
.statehouse-body .header-bottom-text {
  line-height: 52px;
  font-family: serif;
  color: #8f682b;
  letter-spacing: 0.125em;
}
.statehouse-body .content-layout-body {
  padding: 0 0 8px 0;
}
.statehouse-body .district-maps-header {
  padding: 0 0 8px 0;
  text-align: center;
}
.statehouse-body #address-form {
  background-color: #6a2923;
  text-align: center;
  margin-bottom: 8px;
}
.statehouse-body #address-form .form-label {
  color: white;
}
.statehouse-body .form {
  display: inline-block;
  padding-top: 8px;
}
.statehouse-body .white-border-outer {
  padding: 6px;
}
.statehouse-body .white-border-inner {
  padding: 4px;
  display: inline-block;
  width: 100%;
  border: 2px solid white;
}
.statehouse-body .link-button {
  border: 2px solid white;
  border-radius: 8px;
}
.district-maps {
  text-align: center;
}
.district-maps-header {
  padding: 0 0 18px 0;
  text-align: center;
}
.district-maps-left,
.district-maps-right {
  display: inline-block;
  width: 48%;
}
/*# sourceMappingURL=master.css.map */