/********************************************* Imports ********************************************************/
@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: 'PT Serif', serif;
  text-decoration-skip-ink: none;
}
*:focus {
  outline-color: #1980EC;
  outline-width: 2px !important;
}
main:focus {
  outline: none;
}
html,
body {
  height: 100%;
}
body {
  position: relative;
  margin: auto;
  overflow-x: hidden;
  font-size: 18px;
  line-height: 28px;
  background: #142d61;
}
header {
  position: fixed;
  width: 100%;
  margin: auto;
  z-index: 50;
}
.header-top {
  position: relative;
  background: rgba(20, 48, 104, 0.95);
}
.header-top-frame {
  position: relative;
  height: 94px;
  padding: 7px 0 0 0;
  background: transparent;
}
.seal {
  position: absolute;
  top: 13px;
  left: 20px;
  width: 68px;
  height: 68px;
  padding: 0;
  overflow: hidden;
}
.home-button {
  position: relative;
  width: 480px;
  margin: auto;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}
.home-button img {
  float: left;
  margin: 0;
  padding: 0;
}
.header-bottom {
  position: relative;
  background: rgba(21, 54, 111, 0.95);
}
.header-bottom-frame {
  position: relative;
  height: 38px;
  padding: 0 0 0 0;
}
.body-middle {
  position: relative;
  background: #ffffff;
}
.content-layout {
  position: relative;
  margin: 0 0 0 0;
  padding: 132px 0 0 0;
  min-height: 740px;
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  color: #444444;
}
.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-background-overlay {
  position: absolute;
  width: 100%;
  height: 800px;
  top: 0;
  left: 0;
  z-index: 2;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 25%, #ffffff 85%);
  background: linear-gradient(rgba(255, 255, 255, 0) 25%, #ffffff 85%);
}
.content-layout-head {
  position: relative;
  height: 600px;
  z-index: 3;
}
.content-layout-body {
  position: relative;
  z-index: 4;
  padding: 0 0 28px 0;
  min-height: 540px;
}
.overlay-frame {
  position: relative;
  overflow: auto;
  width: 100%;
  padding: 8px 40px 40px 40px;
  background: #ffffff;
  z-index: 5;
}
section {
  margin: 0 0 20px 0;
  padding: 0;
  overflow: auto;
}
.gray-block {
  margin: 0 0 32px 0;
  padding: 17px 24px 24px 24px;
  background: #dadada;
  overflow: auto;
}
.text-block {
  position: relative;
  margin: auto;
  width: 800px;
}
footer {
  position: relative;
  margin: 0;
  padding: 14px 0 10px 0;
  color: #d8e0f0;
  font-size: 18px;
  line-height: 28px;
  z-index: 3;
  background: #142d61;
}
footer .footer-section {
  position: relative;
  display: block;
  min-height: 180px;
  width: 320px;
  margin: auto;
  padding: 0;
  text-align: center;
}
footer .footer-section p {
  margin: 0;
}
footer a {
  clear: both;
  margin: 0 0 3px 0;
  padding: 0 2px;
  display: inline-block;
  color: #d8e0f0;
  line-height: 21px;
}
footer a:hover {
  text-decoration: underline;
}
/********************************************* 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;
}
/********************************************* Search Box *****************************************************/
.site-search-button {
  position: absolute;
  top: 36px;
  z-index: 500;
  right: 20px;
  width: 24px;
  height: 20px;
  cursor: pointer;
  opacity: 0.9;
  transition: 0.4s;
  border: none;
  background: transparent;
}
.site-search-button:hover {
  opacity: 1;
}
.search-form-container {
  display: none;
  position: absolute;
  z-index: 5000;
  top: 34px;
  right: 56px;
  width: 240px;
  padding: 0;
  background-color: #485984;
}
.search-form-container input {
  font-size: 16px;
  line-height: 28px;
  border: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0);
  padding: 0 6px 0 6px;
}
.search-form-container input:focus {
  color: #ffffff;
  box-shadow: none !important;
  background: rgba(0, 0, 0, 0) !important;
}
.search-form-container input:focus::placeholder {
  color: transparent;
}
.search-form-container input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
/********************************************* Global Frames **************************************************/
.content-frame-small {
  position: relative;
  margin: auto;
  padding: 0 15px 0 15px;
}
.content-frame-medium {
  position: relative;
  margin: auto;
  padding: 0 15px 0 15px;
}
.content-frame-large {
  position: relative;
  margin: auto;
  padding: 0 15px 0 15px;
}
/********************************************* Section Header *************************************************/
.section-header {
  position: relative;
  margin: 0px 0 0px 0;
}
.section-title {
  position: relative;
  float: left;
  clear: both;
  margin: 0 20px 0 0;
}
.section-title h1 {
  float: left;
  margin-bottom: 0;
  padding: 0 12px 3px 0;
}
.section-title-addition {
  position: relative;
  margin: 0px 0px 0 14px;
  padding: 0px 0 0 12px;
  font-size: 24px;
  line-height: 24px;
  border: solid #c22727;
  border-width: 0 0 0 1px;
}
/********************************************* Corner Menu ****************************************************/
.corner-menu {
  position: absolute;
  top: 16px;
  right: 40px;
  padding: 0 0 0 0;
}
.admin-corner-menu {
  font-size: 18px;
  position: absolute;
  top: 38px;
  right: 0;
  padding: 0 0 0 0;
}
.admin-corner-menu a {
  margin: 0 0 0 4px;
  text-decoration: underline;
}
.user-info-panel {
  position: absolute;
  top: 18px;
  right: 0px;
  text-align: right;
  padding: 6px 0 0 0;
  color: #444444;
  font-size: 15px;
  line-height: 15px;
}
/********************************************* Section Menu ***************************************************/
.section-menu {
  display: block;
  clear: both;
  position: relative;
  float: left;
  margin: 2px 0 12px -2px;
  padding: 0 0 0 0;
}
.section-menu a {
  margin: 0 0 8px 2px;
  min-width: 80px;
  padding: 4px 7px;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  border: 0 solid #990000;
  border-radius: 0px;
  transition: 0.2s;
  background: #990000;
}
.section-menu a.active {
  border: 0 solid #990000;
  color: #ffffff;
  background: #990000;
}
.section-menu a:hover {
  border: 0 solid #990000;
  color: #ffffff;
  background: #990000;
  text-decoration: none;
}
/********************************************* Subsection Menu ************************************************/
.subsection-menu {
  clear: both;
  position: relative;
  float: left;
  margin: 2px 0 0px 0;
  padding: 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 2px 0 0;
  padding: 8px 12px;
  display: inline-block;
  color: #333333;
  font-size: 17px;
  line-height: 17px;
  text-decoration: none;
  border: solid #990000;
  border-width: 0 0 2px 0;
  background-color: #ffffff;
}
.subsection-menu a:hover {
  border: solid #990000;
  border-width: 0 0 2px 0;
}
/********************************************* Subsection *****************************************************/
.subsection {
  clear: both;
  position: relative;
}
.subsection-header {
  clear: both;
  width: 100%;
  margin: 5px 0 12px 0;
  display: inline-block;
  border: solid #dadada;
  border-width: 0 0 2px 0;
}
.subsection-header h2 {
  float: left;
  margin: 0 12px 10px 0;
  padding: 4px 6px 4px 1px;
  color: #333333;
  font-size: 23px;
  line-height: 20px;
}
.subsection-header a.link-button,
.subsection-header button.link-button {
  min-width: 74px;
  vertical-align: top;
  margin: 4px 8px 0 0;
  padding: 3px 5px 3px 5px;
  font-size: 16px;
  line-height: 16px;
  background: #990000;
}
.subsection-body .top-controls {
  float: left;
  margin: 0;
  padding: 0;
  background: #009900;
}
.subsection .corner-menu {
  top: 2px;
  right: 0px;
}
/********************************************* Visibility *****************************************************/
.home-logo-small,
.home-logo-medium,
.home-logo-large {
  display: none;
}
.seal-small,
.seal-medium,
.seal-large {
  display: none;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .header-top-frame {
    height: 56px;
    padding: 4px 0 0 0;
    background: none;
  }
  .seal {
    display: none;
  }
  .home-button {
    width: 184px;
  }
  .site-search-button,
  .search-form-container {
    display: none;
  }
  .header-bottom-frame {
    height: 6px;
  }
  .content-frame-medium {
    padding: 0;
  }
  .layout {
    font-size: 18px;
    line-height: 28px;
  }
  .content-layout {
    padding: 62px 0 0 0;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  .overlay-frame {
    padding: 8px 16px 40px 16px;
  }
  .gray-block {
    margin: 0 0 24px 0;
    padding: 14px 16px;
  }
  .gray-block-slim {
    margin: 0 0 32px 0;
    padding: 0px;
    background: #ffffff;
  }
  .gray-block-slim table.data-grid {
    margin: 4px 0 16px 0;
  }
  .gray-block-slim table.data-grid tbody tr {
    margin: 0;
    border-width: 0px 1px 1px 1px;
  }
  .section-menu a {
    margin: 0 0 6px 2px;
    min-width: 10px;
    padding: 3px 6px;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
  }
  footer {
    padding: 8px 0 8px 0;
    font-size: 16px;
    line-height: 24px;
  }
  .home-logo-small,
  .seal-small {
    display: block;
  }
}
/********************************************* Tablets ********************************************************/
@media screen and (min-width: 641px) and (max-width: 960px) {
  .header-top-frame {
    height: 96px;
    padding: 8px 0 0 0;
    background: none;
  }
  .seal {
    top: 15px;
    left: 36px;
  }
  .home-button {
    width: 360px;
  }
  .site-search-button,
  .search-form-container {
    display: none;
  }
  .header-bottom-frame {
    height: 8px;
  }
  .content-frame-medium {
    padding: 0;
  }
  .content-layout {
    padding: 103px 0 0 0;
    font-size: 17px;
    text-align: left;
    line-height: 28px;
  }
  .overlay-frame {
    padding: 8px 20px 40px 20px;
  }
  .gray-block {
    margin: 0 0 24px 0;
    padding: 12px 18px;
  }
  .home-logo-medium,
  .seal-medium {
    display: block;
  }
}
/********************************************* Desktops *******************************************************/
@media screen and (min-width: 961px) and (max-width: 1320px) {
  .home-logo-large,
  .seal-large {
    display: block;
  }
}
/********************************************* Large Screens **************************************************/
@media screen and (min-width: 1321px) {
  .content-frame-small {
    width: 1266px;
  }
  .content-frame-medium {
    width: 1320px;
  }
  .content-frame-large {
    width: 1320px;
  }
  .home-logo-large,
  .seal-large {
    display: block;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Links **********************************************************/
a {
  color: #990000;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
/********************************************* Headers ********************************************************/
h1 {
  margin: 10px 0 14px 0;
  font-family: 'PT Serif', serif;
  color: #c22727;
  font-size: 25px;
  font-weight: normal;
  line-height: 25px;
  text-align: left;
}
h2,
.h2-pseudo-heading {
  margin: 4px 0 3px 0;
  padding: 0;
  font-family: 'PT Serif', serif;
  color: #000000;
  font-size: 23px;
  line-height: 24px;
  font-weight: normal;
  text-align: left;
}
h2.extra-spacing {
  margin: 4px 0 28px 0;
}
h3 {
  margin: 0 0 2px 0;
  padding: 0;
  font-family: 'PT Serif', serif;
  color: #000000;
  font-size: 21px;
  font-weight: normal;
  line-height: 26px;
  text-align: left;
}
h4 {
  margin: 0 0 2px 0;
  padding: 0;
  font-family: 'PT Serif', serif;
  color: #000000;
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  text-align: left;
}
/********************************************* Paragraph ******************************************************/
p {
  margin: 0 0 28px 0;
}
p:last-child {
  margin: 0;
}
/********************************************* Lists **********************************************************/
ul {
  margin: 0;
  padding: 0 0 28px 0;
  line-height: 20px;
  list-style: none;
}
ul li {
  padding: 8px 0 8px 28px;
  font-size: 18px;
  line-height: 27px;
  text-indent: 0;
  color: #444444;
  background: url('../images/global/icons/bullet.png') 0 16px no-repeat;
}
ul li ul {
  padding: 4px 0 0 0;
}
ul li a {
  text-decoration: underline;
}
ul li .term-name {
  font-size: 24px;
  line-height: 19px;
  margin: 2px 0 12px 0;
}
ol {
  padding: 0 0 28px 0;
  list-style-position: inside;
}
ol.roman li {
  list-style-type: upper-roman;
}
ol li {
  padding: 4px 0 4px 0;
}
ol li ol li {
  padding: 4px 0 4px 30px;
}
dl dt {
  color: #000000;
  font-size: 22px;
  line-height: 24px;
  padding: 2px 0 2px 0;
}
dl dd {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
}
div ol:last-child,
div ul:last-child,
section ol:last-child,
section ul:last-child {
  padding: 0;
}
/********************************************* Lines **********************************************************/
.divider-line {
  margin: 20px 0 6px 0;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  background: #eeeeee;
}
.vertical-bar {
  display: inline-block;
  margin: 0 3px;
  line-height: 14px;
  vertical-align: middle;
  width: 1px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.7);
}
/********************************************* 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-10 {
  height: 10px;
  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-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;
}
.spacer-200 {
  height: 200px;
  font-size: 1px;
  line-height: 1px;
}
/********************************************* Horizontal Spacers *********************************************/
.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-24 {
  width: 24px;
  display: inline-block;
}
.horizontal-spacer-44 {
  width: 44px;
  display: inline-block;
}
/********************************************* 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-block {
  display: block !important;
}
.display-inline-block {
  display: inline-block !important;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.no-top-margin {
  margin-top: 0 !important;
}
.no-bottom-margin {
  margin-bottom: 0 !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;
}
.compact-text {
  line-height: 24px !important;
  margin: 6px 0 24px 0;
}
.top-note {
  padding: 10px 0 10px 0;
  font-size: 15px;
}
.top-note a.link-button-small,
.top-note button.link-button-small {
  margin: 4px 10px 0 0;
  padding: 4px 6px 4px 6px;
  font-size: 14px;
  line-height: 16px;
}
.bottom-note {
  padding: 10px 0 10px 0;
  font-size: 15px;
}
.error-notice {
  margin: 80px auto;
  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 #444444;
  border-width: 1px 0 0 0;
  margin: 20px 0 0 0;
  padding: 8px 0;
}
.screen-reader {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.overflow-initial {
  overflow: initial;
}
.return-link {
  clear: both;
  min-width: 100px;
  margin: 9px 0 20px 0;
  display: inline-block;
  padding: 5px 7px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background: #990000;
}
.return-link:hover {
  background: #990000;
  text-decoration: none;
}
.admin-return-link {
  clear: both;
  margin: 0 0 4px 0;
  float: left;
  display: block;
  font-size: 16px;
  line-height: 16px;
}
.anchor-link {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 1px;
  padding-top: 139px;
  margin-top: -139px;
}
.anchor-link-top {
  position: absolute;
  top: -92px;
}
.small-indent {
  padding: 2px 20px;
}
.black-link {
  color: #000000;
  text-decoration: none;
}
.black-link:hover {
  color: #990000;
  text-decoration: underline;
}
.white-background {
  background: #ffffff;
}
/********************************************* Visibility *****************************************************/
.smart-phone-show {
  display: none;
}
.tablet-show {
  display: none;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  h1 {
    margin: 10px 0 10px 0;
    font-size: 21px;
    line-height: 23px;
  }
  h2,
  .h2-pseudo-heading {
    margin: 4px 0 3px 0;
    font-size: 19px;
    line-height: 23px;
  }
  h3 {
    margin: 0 0 2px 0;
    font-size: 19px;
    line-height: 24px;
  }
  .smart-phone-hide {
    display: none;
  }
  .smart-phone-show {
    display: initial;
  }
  .return-link {
    min-width: 10px;
    margin: 5px 0 20px 0;
    padding: 4px 6px;
    font-size: 16px;
    line-height: 16px;
  }
  ul {
    padding: 0 0 22px 0;
  }
  ul li {
    padding: 8px 0 8px 24px;
    font-size: 16px;
    line-height: 22px;
    background: url('../images/global/icons/bullet-small.png') 0 15px no-repeat;
  }
}
/********************************************* Tablets ********************************************************/
@media screen and (min-width: 641px) and (max-width: 960px) {
  .tablet-hide {
    display: none;
  }
  .tablet-show {
    display: initial;
  }
  h1 {
    margin: 10px 0 14px 0;
    font-size: 23px;
    line-height: 24px;
  }
  h2,
  .h2-pseudo-heading {
    margin: 4px 0 4px 0;
    font-size: 20px;
    line-height: 24px;
  }
  h3 {
    margin: 0 0 2px 0;
    font-size: 20px;
    line-height: 26px;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Text Inputs ****************************************************/
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input {
  width: 100%;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 5px 4px 5px 7px;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  border: 2px solid;
  border-color: #ffffff #ffffff #c22727 #ffffff;
  border-radius: 0px;
  transition: 0.2s;
  background: #ffffff;
  outline: none;
}
label.my-ohio {
  float: left;
  margin: 0px 10px 5px 0;
}
input.my-ohio {
  float: left;
  margin: 0px 10px 5px 0;
  border: solid #cccccc;
  border-width: 1px;
}
textarea {
  position: relative;
  float: left;
  width: 100%;
  padding: 8px 4px 4px 7px;
  font-size: 16px;
  border: solid;
  border-width: 2px;
  border-color: #ffffff #ffffff #c22727 #ffffff;
  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: 480px;
  height: 38px;
  margin: 0 10px 10px 0;
  padding-right: 80px;
  background: #ffffff;
}
.search-bar-full {
  width: 100%;
}
.search-bar .search-bar-input {
  float: left;
  width: 100%;
  height: 38px;
  padding-right: 14px;
  border: solid #d8d8d8;
  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;
  padding: 8px 4px 5px 7px;
  font-size: 16px;
  line-height: 20px;
  background: #ffffff;
}
.search-bar .search-bar-clear {
  position: absolute;
  top: 10px;
  right: 102px;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 9px;
  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 #d8d8d8;
  border-radius: 0 0px 0px 0;
  cursor: pointer;
  background: #990000 url('../images/global/icons/search-bar-button-white.png') center center no-repeat;
}
.search-bar .search-bar-button-text button,
.search-bar .search-bar-button-text a {
  float: right;
  width: 100%;
  height: 38px;
  border: 0 solid #d8d8d8;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  border-radius: 0 0px 0px 0;
  cursor: pointer;
  background: #990000;
}
/********************************************* File ***********************************************************/
.file-upload-container {
  float: left;
}
/********************************************* Select *********************************************************/
.select-container {
  position: relative;
  margin: 0 15px 0 0;
}
.select-container::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 34px;
  margin: 0;
  padding: 0 4px 0 5px;
  display: block;
  content: "";
  pointer-events: none;
  border-radius: 0 0px 0px 0;
  background: #990000 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 #d8d8d8;
  border-radius: 0px;
  transition: 0.2s;
  background: #ffffff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/********************************************* Checkbox *******************************************************/
.checkbox-container {
  position: relative;
  margin: 10px 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: 10px 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: 4px 0 4px 0;
  padding: 0 0 0 28px;
  display: block;
  font-size: 15px;
  line-height: 23px;
}
.checkbox-container-inline {
  float: left;
  margin: 7px 40px 7px 0;
  padding: 0 0 0 28px;
  display: block;
  font-size: 15px;
  line-height: 19px;
}
.checkbox-container input,
.checkbox-container-small input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  transition: 0.2s;
  border-radius: 0px;
  background: #ebeef0;
}
.checkbox-container-small .checkmark {
  top: 3px;
  width: 17px;
  height: 17px;
}
.checkbox-container:hover input ~ .checkmark,
.checkbox-container-small:hover input ~ .checkmark {
  background: #cccccc;
}
.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: #990000;
}
.checkmark:after {
  position: absolute;
  display: none;
  content: "";
}
.checkbox-container input:checked ~ .checkmark:after,
.checkbox-container-small input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark:after,
.checkbox-container-small .checkmark:after {
  top: 3px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox-container-small .checkmark:after {
  top: 1px;
  left: 5px;
  width: 4px;
  height: 9px;
}
/********************************************* Checkbox Group *************************************************/
.checkbox-group {
  float: left;
  width: 40%;
}
.checkbox-group-2-column {
  float: left;
  width: 40%;
}
.checkbox-group-3-column {
  float: left;
  width: 40%;
  width: 33.3333%;
  padding-right: 40px;
}
.checkbox-group-grid {
  width: 23%;
  min-height: 300px;
  display: block;
  border: solid #dadada;
  border-width: 0 2px 2px 0;
  float: left;
  background: #ffffff;
  margin: 0 2% 20px 0;
  padding: 0 20px 20px 0;
}
/********************************************* Radio Choice ***************************************************/
.radio-choice-container {
  float: left;
  display: block;
  margin: 0 15px 0 0;
  padding: 2px 4px 0px 7px;
  border: solid #c22727;
  border-width: 0 0 2px 0;
  border-radius: 0px;
  background: #ffffff;
}
.radio-choice-option {
  float: left;
  display: block;
  position: relative;
  padding: 5px 0 5px 26px;
  margin-bottom: 2px;
  margin-right: 18px;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-choice-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-choice-option .checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #dcdfe0;
  border-radius: 50%;
}
.radio-choice-option:hover input ~ .checkmark {
  background-color: #cccccc;
}
.radio-choice-option input:focus ~ .checkmark {
  background: #cccccc;
  outline: 2px solid #1980EC;
}
.radio-choice-option input:checked ~ .checkmark {
  background-color: #990000;
}
.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 #d8d8d8;
  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;
}
/********************************************* Buttons ********************************************************/
a.link-button,
button.link-button {
  min-width: 128px;
  margin: 0 8px 8px 0;
  padding: 8px 12px 8px 12px;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  border: 0 solid #061c42;
  border-radius: 0px;
  cursor: pointer;
  transition: 0.4s;
  background: #990000;
}
a.link-button:hover,
button.link-button:hover {
  color: #ffffff;
  background: #c22727;
}
a.link-button-small,
button.link-button-small {
  min-width: 128px;
  margin: 0 8px 8px 0;
  padding: 8px 12px 8px 12px;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  border: 0 solid #061c42;
  border-radius: 0px;
  cursor: pointer;
  transition: 0.4s;
  background: #990000;
  float: left;
  min-width: 68px !important;
  margin: 4px 10px 0 0;
  padding: 5px 8px 5px 8px;
  font-size: 15px;
  line-height: 16px;
}
/********************************************* Scroll Panel ***************************************************/
.scroll-panel {
  padding: 0px 4px 4px 4px;
  border: 16px solid #ffffff;
  margin: 0 0 8px 0;
  width: 100%;
  height: 460px;
  overflow-y: scroll;
}
.scroll-panel table.data-grid {
  margin: 4px 0 0 0;
}
/********************************************* Panel Controls *************************************************/
.panel-control {
  position: relative;
  float: left;
  width: 212px;
  margin: 0 10px 10px 0;
  padding: 0 0 0 0;
}
.panel-control-header {
  width: 100%;
  position: relative;
  padding: 4px 2px 4px 10px;
  color: #000000;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  border: 1px solid #d8d8d8;
  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:hover {
  color: #990000;
  border-color: #c22727;
  background: #f2e4e4;
}
.panel-control-header .indicator {
  display: block;
  float: right;
  width: 19px;
  height: 19px;
  margin: 6px 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 4px 4px 4px;
  text-align: left;
  display: none;
  z-index: 12;
  overflow-y: auto;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  background: #ffffff;
}
.panel-control-body a {
  text-decoration: none;
}
.panel-control-body .radio-choice-option {
  width: 100%;
}
.panel-control-body fieldset.select-control-options {
  margin: 0;
  padding: 1px 5px;
}
.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: #333333;
  background-color: #ffffff;
  cursor: pointer;
}
.panel-control-body fieldset.select-control-options button:hover {
  background-color: #dadada;
}
.panel-control-body .select-control-options .option {
  display: block;
  clear: both;
  margin: 0 0 4px 0;
  padding: 4px 8px 4px 0;
}
.panel-control-body .select-control-options .option:hover {
  background: #dadada;
}
/********************************************* Panel Control Control Body Sizes *******************************/
.extra-wide-control-body {
  width: 400px;
}
.wide-control-body {
  width: 360px;
}
.medium-wide-control-body {
  width: 320px;
}
.medium-control-body {
  width: 260px;
}
/********************************************* Panel Control Overrides ****************************************/
#date-range-selector .panel-control-body {
  padding: 12px 8px;
  width: 400px;
}
#page-size-selector .panel-control {
  width: 104px !important;
}
/********************************************* Delete Warning *************************************************/
.delete-warning {
  margin: 0 0 20px 0;
  padding: 6px 10px 5px 10px;
  color: #80704d;
  font-size: 16px;
  line-height: 24px;
  border: solid #c7ae77;
  border-width: 0 0 0 4px;
  background: #d8ccac;
}
/********************************************* Dialog Box *****************************************************/
.dialog-box {
  position: absolute;
  color: #444444;
  top: 0;
  width: 50%;
  padding: 20px 24px 24px 24px;
  margin-left: 25%;
  background: #eeeeee;
  border: 16px solid #ffffff;
  box-shadow: 2px 4px 6px rgba(45, 52, 66, 0.15);
  z-index: 20;
}
.dialog-box-header {
  font-size: 26px;
  text-align: left;
  padding: 0 0 16px 0;
}
.dialog-box-message {
  font-size: 20px;
  text-align: left;
  padding: 0 0 40px 0;
}
.dialog-box-message a {
  text-decoration: underline;
}
/********************************************* Busy Indicator *************************************************/
#busy-indicator-container {
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
  height: 200px;
  display: none;
  z-index: 100;
}
#busy-indicator {
  top: 0;
  width: 208px;
  height: 208px;
  margin: 0 auto;
  padding: 20px;
  display: block;
  box-shadow: 2px 4px 6px rgba(45, 52, 66, 0.15);
  border: solid 4px #eeeeee;
  background: #ffffff;
}
#busy-indicator .busy-indicator-icon {
  float: left;
  width: 160px;
  height: 160px;
  margin: 0;
}
/********************************************* Forms : Sortable List ******************************************/
ul.sortable-list li {
  padding: 0;
  background-image: none;
}
.sortable-element {
  position: relative;
  width: 100%;
  min-height: 62px;
  height: auto;
  margin: 0 0 16px 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
  border-radius: 0px;
  background: #ffffff;
}
.sortable-element-handle {
  position: absolute;
  top: 8px;
  left: 8px;
  float: left;
  width: 46px;
  height: 46px;
  cursor: pointer;
  border: solid 2px #ffffff;
  transition: 0.5s;
  background: #990000 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-poster {
  float: left;
  padding: 8px 0 8px 0px;
}
.sortable-element-poster .thumbnail-landscape-medium {
  width: 80px;
  height: 48px;
  margin: 0 8px 0 10px;
}
.sortable-element-poster img {
  border: solid 0px #ffffff;
}
.sortable-element-info {
  padding: 8px 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 .sortable-element {
  min-height: 42px;
  margin: 0 0 8px 0;
  line-height: 26px;
}
ul.sortable-list-compact .sortable-element-handle {
  top: 5px;
  left: 5px;
  width: 34px;
  height: 34px;
}
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 #c7ae77;
  border-radius: 0px;
  background: #ded7c8;
}
.changes-saved-notice {
  float: left;
  margin: 4px 4px 0 12px;
  padding: 2px 11px 2px 8px;
  color: #25771c;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #35902c;
  border-radius: 0px;
  background: #b6d1b3;
}
/********************************************* Tool Tips ******************************************************/
.tooltip-link {
  margin: -2px 0 0 6px;
  padding: 1px 5px 1px 5px;
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  line-height: 13px;
  vertical-align: top;
  text-decoration: none;
  border-radius: 0px;
  background: #c7ae77;
}
.tooltip-link-inline {
  margin: 4px 0 0 6px;
}
.tooltip-link:hover {
  color: #ffffff;
  background: #80704d;
}
/********************************************* Control States *************************************************/
input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  background: #ffffff;
  box-shadow: 0 0 0 1px #c22727;
  border-color: #c22727;
}
.search-bar .search-bar-input input[type="text"]:hover,
.search-bar .search-bar-input input[type="text"]:focus {
  border: 0;
  background: #ffffff;
  box-shadow: none;
}
.image-radio-choice input:checked + label {
  color: #ffffff;
  background: #990000;
  border-color: #990000;
  box-shadow: 0 0 0 1px #d8d8d8;
}
/********************************************* 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: #ffffff;
  border: 0 solid #990000;
  border-radius: 0px;
  background: #990000;
}
.error-message-full {
  margin: 6px 15px 0 0;
  clear: both;
  display: block;
  padding: 8px 10px 8px 10px;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  border: 0 solid #990000;
  border-radius: 0px;
  background: #990000;
  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: #c22727;
  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: 200px;
}
.short-control {
  width: 100px;
}
.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;
  }
  .search-bar .search-bar-input input {
    font-size: 16px;
    line-height: 20px;
    padding: 7px 4px 0 8px;
  }
  .long-control,
  .medium-long-control,
  .medium-control,
  .medium-short-control {
    width: 100%;
    margin-right: 0;
  }
}
/********************************************* Tablets ********************************************************/
/********************************************* Imports ********************************************************/
/********************************************* Structure ******************************************************/
.form {
  position: relative;
  clear: both;
  display: block;
  overflow: hidden;
  margin: 2px 0 10px 0;
}
.form-line {
  position: relative;
  clear: both;
  display: block;
}
.form-element {
  position: relative;
  float: left;
  margin: 0 0 10px 0;
  display: block;
}
.form-element-third {
  position: relative;
  float: left;
  margin: 0 0 10px 0;
  display: block;
  width: 32%;
  margin-right: 1%;
  padding: 0 15px 0 0;
}
.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;
  text-align: left;
  width: 100%;
  margin: 3px 0 6px 0;
  padding-left: 2px;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
}
.form-label-note {
  margin: 0 0 0 5px;
  padding-left: 2px;
  display: inline-block;
  color: #80704d;
  font-size: 14px;
  font-weight: normal;
  line-height: 15px;
}
.form-input {
  position: relative;
  width: 100%;
  padding-left: 2px;
  font-size: 16px;
}
.form-input .checkbox-container .checkmark {
  background: #ffffff;
}
.gray-block .checkbox-container-small .checkmark {
  background: #ffffff;
}
.form-value {
  position: relative;
  width: 100%;
  margin: 4px 0 4px 0;
  padding-left: 2px;
  font-size: 16px;
  line-height: 22px;
}
.form-buttons {
  float: left;
  clear: both;
  margin: 16px 0 0 0;
  padding-left: 2px;
}
/********************************************* Forms : Field Sets *********************************************/
fieldset {
  border: 1px solid #ffffff;
  padding: 12px 16px 8px 16px;
  margin: 10px 0 28px 0;
}
fieldset legend {
  font-size: 18px;
  line-height: 21px;
  padding: 4px 12px;
  margin: 0 0 0px 0px;
  color: #ffffff;
  border: 0px solid #ffffff;
  background: #990000;
}
/********************************************* 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: #15366f;
}
.form-menu a:hover {
  background: #cccccc;
}
/********************************************* Member Vote Label **********************************************/
.member-vote-label {
  position: relative;
  float: left;
  width: 200px;
  margin: 10px 20px 4px 0;
  padding: 0 0 0 0;
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .form .form-line .form-element,
  .form .form-line .form-element-half,
  .form .form-line .form-element-three-quarters,
  .form .form-line .form-element-full {
    width: 100%;
    padding-right: 0;
  }
}
/********************************************* Tablets ********************************************************/
/********************************************* Imports ********************************************************/
/********************************************* Structure ******************************************************/
.search-header {
  clear: both;
}
.search-display-controls {
  padding: 4px 0 0 0;
  float: left;
  position: relative;
  display: flex;
  justify-content: flex-start;
  border: none;
  margin: 0;
  line-height: 16px;
  width: 520px;
  height: 46px;
}
.search-filters {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 0 0;
  display: block;
}
.active-filters {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 0 0;
}
.search-results {
  float: left;
  clear: both;
  width: 100%;
  margin: 4px 0 40px 0;
}
/********************************************* Header *********************************************************/
.search-header h1 {
  float: left;
  max-width: 64%;
  margin-right: 20px;
}
.search-header a.link-button,
.search-header button.link-button {
  min-width: 74px;
  margin: 12px 8px 0 0;
  padding: 3px 5px 3px 5px;
  font-size: 16px;
  line-height: 16px;
  background: #990000;
}
.search-header a.new-link {
  margin-top: 12px;
  text-align: left;
  padding: 3px 5px 3px 6px;
  background: #990000 url('../images/global/icons/new.png') 50px center no-repeat;
}
/********************************************* Search Display Controls ****************************************/
.search-display-controls .panel-control {
  position: relative;
  width: 184px;
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  display: inline-block;
}
.search-display-controls .panel-control-header {
  padding: 0 2px 0 6px;
  color: #000000;
  font-size: 14px;
  line-height: 25px;
  border: 1px solid #ffffff;
  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: #990000;
}
.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;
}
.subsection-body .search-display-controls {
  top: 0;
  right: 0;
}
/********************************************* Compact Pager **************************************************/
.compact-pager {
  position: relative;
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  height: 27px;
}
.compact-pager a.previous {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  float: left;
  width: 27px;
  height: 27px;
  margin-right: 1px;
  font-size: 1px;
  color: transparent;
  border: 1px solid #ffffff;
  border-radius: 0px 0 0 0px;
  background: #ffffff url('../images/global/compact-pager/previous.png') center center no-repeat;
}
.page-selector {
  position: relative;
  float: left;
  width: 140px;
  height: 27px;
  margin: 0 0;
  padding: 0 0;
  text-align: left;
  border: 0 solid #d8d8d8;
}
.page-selector .panel-control {
  width: 100%;
  line-height: 24px;
  margin: 0;
  padding: 0;
  background: #ffffff;
}
.page-selector .panel-control-header {
  width: 100%;
  padding: 0 4px 0 10px;
  height: 27px;
  font-size: 14px;
  line-height: 26px;
  border: 1px solid #ffffff;
  cursor: pointer;
  background: #ffffff;
}
.page-selector .panel-control-header .open {
  background-color: #eeeeee;
}
#pager-control-header.open {
  background-color: #eeeeee;
}
.page-selector:hover .panel-control-header {
  background-color: #eeeeee;
}
.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 0;
  display: none;
  overflow-y: scroll;
  border: none;
  background-color: #ffffff;
}
.page-selector .page-number-link {
  margin: 0 0 0 0;
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  background: #ffffff;
}
.page-selector .page-number-link:hover {
  background: #dadada;
}
.compact-pager a.next {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  float: left;
  margin-right: 2px;
  width: 27px;
  height: 27px;
  font-size: 1px;
  color: transparent;
  border: solid #ffffff;
  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;
}
/********************************************* Search Results Info ********************************************/
.search-results-info {
  color: #000000;
  float: left;
  min-width: 140px;
  margin: 0 12px 12px 0;
  padding: 0 0 0 1px;
  display: block;
  font-size: 14px;
  line-height: 15px;
}
/********************************************* Active Filters *************************************************/
.active-filters .active-filter {
  float: left;
  margin: 0 10px 10px 0;
  padding: 4px 4px 5px 4px;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  border: 0 solid #d8d8d8;
  border-radius: 0px;
  background: #990000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.active-filters .active-filter button.remove-filter-link {
  float: left;
  width: 16px;
  height: 16px;
  margin: 2px 6px 0 2px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.5s;
  text-decoration: none;
  box-shadow: none;
  border: none;
  background: #990000 url('../images/global/icons/clear-value-icon.png') center center no-repeat;
}
.active-filters .active-filter .remove-filter-link:hover {
  background: #990000 url('../images/global/icons/clear-value-icon.png') center center no-repeat;
}
.active-filters .active-filter .filter-label {
  float: left;
  margin: 0;
  color: #ffffff;
}
.active-filters .active-filter .filter-connector {
  float: left;
  margin: 0 4px;
  color: #ffffff;
}
.active-filters .active-filter .filter-value {
  float: left;
  margin: 0 5px 0 0;
  color: #ffffff;
}
/********************************************* Search Results Empty *******************************************/
.search-results-empty-container {
  float: left;
  width: 100%;
  height: 400px;
  margin: 12px 0 40px 0;
  padding: 190px 0 0 0;
  font-size: 22px;
  text-align: center;
  background-color: #dadada;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .search-display-controls {
    clear: both;
    position: relative;
    display: block;
    justify-content: initial;
    top: initial;
    right: initial;
    width: 100%;
  }
  .search-display-controls .panel-control {
    margin: 0 5px 5px 0;
  }
  .search-display-controls .panel-control-header,
  .compact-pager a.previous,
  .compact-pager a.next {
    border: 1px solid #dadada;
  }
  .compact-pager {
    float: left;
    margin: 0 5px 5px 0;
  }
  .compact-pager .page-selector {
    display: none;
  }
  .search-filters {
    margin: 10px 0 0 0;
  }
}
/********************************************* Tablets ********************************************************/
@media screen and (min-width: 641px) and (max-width: 960px) {
  .search-display-controls {
    clear: both;
    position: relative;
    display: block;
    justify-content: initial;
    top: initial;
    right: initial;
    width: 100%;
    height: 40px;
  }
  .search-display-controls .panel-control {
    margin: 0 5px 5px 0;
  }
  .compact-pager {
    float: left;
    margin: 0 5px 5px 0;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Images *********************************************************/
img {
  max-width: 100%;
}
figure.image img,
.image-bordered {
  border: 16px solid #ffffff;
}
.image-left {
  float: left;
  margin: 9px 20px 6px 0;
}
.image-right {
  float: right;
  margin: 9px 0 6px 20px;
}
/********************************************* User Content ***************************************************/
.user-content img {
  max-width: 100%;
  height: auto;
}
.user-content .image-left {
  width: 58%;
  float: left;
  margin: 9px 20px 0 0;
}
.user-content .image-right {
  width: 50%;
  float: right;
  margin: 9px 0 0 20px;
}
.user-content .image-full {
  width: 100%;
  float: left;
  margin: 9px 0 6px 0;
}
.user-content figure.image img {
  width: 100%;
  margin: 0;
  height: auto;
}
.user-content .gray-block img {
  border: 16px solid #ffffff;
}
/********************************************* Figures ********************************************************/
figure {
  position: relative;
  margin-top: 9px;
}
figure img {
  display: block;
}
figure.align-left,
figure.figure-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 6px;
}
figure.align-right,
figure.figure-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 6px;
}
img.image-full,
figure.figure-full {
  width: 100%;
}
img.image-large,
figure.figure-large {
  width: 64%;
}
img.image-medium,
figure.figure-medium {
  width: 50%;
}
img.image-small,
figure.figure-small {
  width: 36%;
}
figcaption {
  margin: 0;
  padding: 3px 24px 4px 24px;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  text-align: center;
  width: 100%;
  color: #444444;
  background: rgba(255, 255, 255, 0.4);
  overflow: hidden;
}
figure.image figcaption,
figcaption.overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 5px 12px 6px 12px;
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  color: #ffffff;
  background: rgba(130, 21, 13, 0.95);
}
/********************************************* 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-poster {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0 100% 0;
}
.media-container .media-poster {
  padding: 0 0 120% 0;
}
.media-container-portrait .media-poster {
  padding: 0 0 120% 0;
}
.media-container-landscape .media-poster {
  padding: 0 0 70% 0;
}
.media-container-square .media-poster {
  padding: 0 0 100% 0;
}
.media-container-video .media-poster {
  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(138, 23, 19, 0.78);
}
.media-overlay-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 21px;
  min-height: 54px;
  padding: 5px 8px 4px 8px;
  z-index: 8;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  background: rgba(130, 21, 13, 0.95);
}
.republican .media-overlay-caption {
  background: rgba(130, 21, 13, 0.95);
}
.democrat .media-overlay-caption {
  background: rgba(14, 46, 102, 0.9);
}
.media-overlay-caption-text {
  padding: 9px 8px 0 8px;
  font-size: 22px;
  line-height: 24px;
}
.media-overlay-caption-text-line-1 {
  padding-top: 1px;
  font-size: 18px;
  line-height: 20px;
}
.media-overlay-caption-text-line-2 {
  color: #ffffff;
  font-size: 17px;
  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-poster:hover > .media-selected-indicator {
  border: solid 5px #990000;
  background: center center no-repeat rgba(255, 255, 255, 0);
}
.democrat .media-selected-indicator:hover {
  border: solid 5px rgba(14, 46, 102, 0.9);
}
.media-poster-image {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 20px solid #eeeeee;
  background: center 0 / cover no-repeat;
}
.media-caption {
  clear: both;
  color: #444444;
  margin: 0 0 5px 0;
  padding: 6px 1px;
  position: relative;
  float: left;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
}
.media-caption .committee-member-position {
  width: 100%;
  font-size: 18px;
  color: #000000;
  text-align: center;
}
.media-caption .chamber-member-position {
  text-align: left;
}
.media-caption .chamber-member-position .position-name {
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  margin: 6px 0 5px 0;
  color: #000000;
  text-align: center;
}
/********************************************* 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: 8px 0 0 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: 24%;
  margin: 0 1.3333% 2% 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-poster-image {
  border: 16px solid #ffffff;
  background: center 0 / cover no-repeat;
}
.member-photo-gallery .media-poster .media-poster-image {
  background-size: contain;
  background-color: #000000;
}
.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;
}
.background-size-contain {
  background-size: contain !important;
}
/********************************************* Media Grid Overrides *******************************************/
.chamber-position-term-media-grid .media-caption {
  min-height: 180px;
}
/********************************************* Media List *****************************************************/
.media-list {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.media-list-item {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 2% 0;
  padding: 0;
  background: #ffffff;
}
.media-list-item-no-image {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 2% 0;
  padding: 0;
  background: #ffffff;
}
.media-list-item-poster {
  position: relative;
  float: left;
  width: 32%;
  height: 100%;
  padding: 5px 28px 0 0;
}
.media-list-item-poster .media-container {
  width: 100%;
  margin: 0;
}
.media-list-item-poster .media-container .media-poster-image {
  margin: 0;
  display: block;
  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-no-image .media-list-item-info {
  width: 100%;
}
.media-list-item-pre-title {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 15px;
  line-height: 18px;
}
.media-list-item-title {
  margin: 0 0 4px 0;
  padding: 0;
}
.media-list-item-title a {
  text-decoration: none;
}
.media-list-item-summary {
  margin: 0 0 20px 0;
  height: auto;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
}
.media-list-item-summary p {
  margin: 0;
}
.media-list-item-summary .content-link {
  display: block;
  width: 138px;
  margin: 10px 0 4px 0;
  padding: 4px 0px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: #990000;
}
.media-list-item-post-summary {
  clear: both;
  display: block;
  margin: 10px 0 10px 0;
  font-size: 15px;
  line-height: 18px;
}
/********************************************* Video Container ************************************************/
.video-frame {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
.video-container {
  position: relative;
  width: 100%;
  margin: 0 0 10px 0;
  height: 0;
  padding-bottom: 56.25%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/********************************************* Thumbnail ******************************************************/
.thumbnail-small {
  float: left;
  width: 80px;
  margin: 0 8px 0 0;
  display: block;
  overflow: auto;
  border: 0 solid #cccccc;
  background-color: #000000;
}
.thumbnail-medium {
  float: left;
  width: 120px;
  margin: 1px 8px 0 0;
  display: block;
  overflow: auto;
  border: 0 solid #cccccc;
  background-color: #000000;
}
.thumbnail-small img,
.thumbnail-medium img {
  float: left;
  margin: 0;
  padding: 0;
}
/********************************************* 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 {
  float: left;
  width: 100px;
  height: 64px;
  margin: 0 8px 0 0;
  display: block;
  overflow: hidden;
  border: 0 solid #cccccc;
  background-color: #000000;
}
.thumbnail-landscape-medium {
  float: left;
  width: 120px;
  height: 80px;
  margin: 0 8px 0 0;
  display: block;
  overflow: hidden;
  border: 0 solid #cccccc;
  background-color: #000000;
}
.thumbnail-landscape-large {
  float: left;
  width: 380px;
  height: 220px;
  margin: 0 20px 0 0;
  display: block;
  overflow: hidden;
  border: 0 solid #cccccc;
  background-color: #000000;
}
.thumbnail-poster-large {
  float: left;
  width: 440px;
  height: 174px;
  margin: 0 20px 0 0;
  display: block;
  overflow: hidden;
  border: 0 solid #cccccc;
  background-color: #000000;
}
/********************************************* Thumbnail Banner ************************************************/
.thumbnail-banner-small {
  float: left;
  width: 320px;
  height: 128px;
  margin: 0 8px 0 0;
  display: block;
  overflow: hidden;
  border: 0 solid #cccccc;
  background-color: #000000;
}
.thumbnail-banner-medium {
  float: left;
  width: 400px;
  height: 160px;
  margin: 0 8px 0 0;
  display: block;
  overflow: hidden;
  border: 0 solid #cccccc;
  background-color: #000000;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .image-bordered {
    border: 12px solid #ffffff;
  }
  .media-grid .media-poster-image {
    border: 14px solid #ffffff;
  }
  .user-content .image-left,
  .user-content .image-right,
  .user-content .image-full,
  figure.figure-large,
  figure.figure-medium,
  figure.figure-small {
    width: 100%;
    margin-right: 0;
  }
  figcaption.overlay,
  .user-content figure figcaption {
    padding: 4px 8px 5px 8px;
    font-size: 13px;
    line-height: 15px;
  }
  .media-caption {
    padding: 4px 8px 5px 8px;
    font-size: 14px;
    line-height: 18px;
  }
  .media-overlay-caption {
    padding: 3px 8px 5px 8px;
    min-height: 44px;
    font-size: 14px;
    line-height: 16px;
  }
  .media-overlay-caption-text-line-1 {
    padding: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .media-overlay-caption-text-line-2 {
    padding: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .media-list-item-title h2 {
    margin-bottom: 12px;
  }
  .media-list-item-summary {
    margin: 0 0 20px 0;
    height: auto;
    font-size: 16px;
    line-height: 25px;
  }
  .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-poster,
  .media-list-item-info {
    width: 100%;
  }
  .media-list-item-poster {
    margin-bottom: 20px;
    padding: 0;
  }
}
/********************************************* Tablets ********************************************************/
@media screen and (min-width: 641px) and (max-width: 960px) {
  figure.figure-large {
    width: 100%;
  }
  .user-content .image-left,
  .user-content .image-right,
  figure.figure-medium,
  figure.figure-small {
    width: 58%;
  }
  .media-overlay-caption {
    padding: 3px 8px 5px 8px;
    min-height: 44px;
    font-size: 16px;
    line-height: 18px;
  }
  .media-overlay-caption-text-line-1 {
    padding: 0;
    font-size: 16px;
    line-height: 18px;
  }
  .media-overlay-caption-text-line-2 {
    padding: 0;
    font-size: 16px;
    line-height: 18px;
  }
  .media-list-item-summary {
    margin: 0 0 20px 0;
    height: auto;
    font-size: 16px;
    line-height: 25px;
  }
  .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;
  }
  figcaption {
    margin: 0;
    padding: 3px 24px 4px 24px;
    font-size: 16px;
    line-height: 22px;
  }
  figcaption.overlay,
  .user-content figure figcaption {
    padding: 5px 12px 7px 12px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }
  .media-list-item-poster {
    width: 50%;
  }
  .media-list-item-info {
    width: 50%;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Defaults ********************************************************/
table {
  width: 100%;
  border-collapse: collapse;
}
table thead tr th {
  padding: 8px 10px 2px 10px;
  font-weight: normal;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
}
table tbody tr td,
table tbody tr th {
  padding: 6px 10px 6px 10px;
  font-size: 17px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}
table tr td a {
  text-decoration: underline;
  background: transparent;
}
table tr td a.link-button,
table tr td a.link-button-small {
  color: #ffffff !important;
  text-decoration: none;
}
/********************************************* Data Grid Table ************************************************/
table.data-grid {
  width: 100%;
  margin: 8px 0 4px 0;
  border-collapse: collapse;
  background: #ffffff;
}
table.data-grid caption {
  margin: 0 0 6px 0;
  padding: 0;
  font-family: 'PT Serif', serif;
  color: #000000;
  font-size: 21px;
  line-height: 24px;
  font-weight: normal;
  text-align: left;
}
table.data-grid thead tr th {
  padding: 10px 12px 9px 12px;
  color: #ffffff;
  font-size: 17px;
  line-height: 17px;
  border: solid #990000;
  border-width: 0 0 3px 0;
  background: #990000;
}
table.data-grid tbody tr td,
table.data-grid tbody tr th {
  padding: 11px 12px 11px 12px;
  font-size: 17px;
  font-weight: normal;
  line-height: 20px;
  border: solid #dadada;
  border-width: 2px 0;
}
table.data-grid tbody tr:hover td,
table.data-grid tbody tr:hover th {
  color: #990000;
  border-width: 2px 0;
  border-style: double;
  border-color: #990000;
  background: #f2e4e4;
}
table.data-grid tr td a.black-link {
  color: #000000;
  text-decoration: none;
}
table.data-grid tr td a.black-link:hover {
  color: #990000;
  text-decoration: underline;
}
table.data-grid tr td .radio-choice-option .checkmark {
  top: 2px;
}
/********************************************* Cells Types ****************************************************/
table.data-grid tr td.thumbnail-cell {
  width: 100px;
  padding: 8px 0 8px 0;
}
table.data-grid tr th.actions-cell {
  padding-left: 0;
}
table.data-grid tr td.actions-cell {
  width: 60px;
  padding: 8px 0;
}
table.data-grid tr td.actions-cell .actions {
  display: flex;
  justify-content: flex-end;
}
/********************************************* Action Buttons *************************************************/
.delete-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  float: left;
  margin: 0 6px 0 0;
  height: 26px;
  width: 26px;
  color: #ffffff;
  border-radius: 0px;
  text-decoration: none;
  background: #990000 center center no-repeat;
  color: transparent;
  background-image: url('../images/global/icons/delete.png');
}
.edit-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  float: left;
  margin: 0 6px 0 0;
  height: 26px;
  width: 26px;
  color: #ffffff;
  border-radius: 0px;
  text-decoration: none;
  background: #990000 center center no-repeat;
  color: transparent;
  background-image: url('../images/global/icons/edit.png');
}
.download-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  float: left;
  margin: 0 6px 0 0;
  height: 26px;
  width: 26px;
  color: #ffffff;
  border-radius: 0px;
  text-decoration: none;
  background: #990000 center center no-repeat;
  color: transparent;
  background-image: url('../images/global/icons/download.png');
}
.print-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  float: left;
  margin: 0 6px 0 0;
  height: 26px;
  width: 26px;
  color: #ffffff;
  border-radius: 0px;
  text-decoration: none;
  background: #990000 center center no-repeat;
  color: transparent;
  background-image: url('../images/global/icons/print.png');
}
.text-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  float: left;
  margin: 0 6px 0 0;
  height: 26px;
  width: 26px;
  color: #ffffff;
  border-radius: 0px;
  text-decoration: none;
  background: #990000 center center no-repeat;
  font-size: 16px;
  line-height: 16px;
  width: initial;
  min-width: 80px;
  padding: 5px 8px;
  display: inline-block;
  color: #ffffff !important;
  text-align: center;
}
.text-button:hover {
  text-decoration: none;
}
/********************************************* Section Menu ***************************************************/
table.data-grid tr td .section-menu {
  float: right;
  margin: 1px 0 0 0;
  padding: 0 0 0 0;
}
table.data-grid tr td .section-menu a {
  margin: 0 0 0 2px;
}
table.data-grid tr td .section-menu a.delete-button {
  float: right;
  margin: 0 0 0 6px;
  height: 26px;
  width: 26px;
  background: #15366f url('../images/global/icons/delete.png') center center no-repeat;
}
/********************************************* 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: #82150d;
}
/********************************************* Member Legislation Table ***************************************/
table.member-legislation-table tr th.legislation-cell {
  width: 160px;
}
table.member-legislation-table tr td.current-version-cell {
  width: 320px;
}
table.member-legislation-table tr td.actions-cell {
  width: 90px;
}
/********************************************* Committee Meetings Table ***************************************/
table.committee-meetings-table tr th.date-cell {
  width: 240px;
}
/********************************************* Committee Legislation Table ************************************/
table.committee-legislation-table tr th.name-cell {
  width: 180px;
}
/********************************************* Committee Meeting General Submissions Table ********************/
table.committee-meeting-general-submissions-table {
  margin-bottom: 20px;
}
table.committee-meeting-general-submissions-table tr th.subject-cell {
  width: 280px;
}
table.committee-meeting-general-submissions-table tr td.document-cell {
  width: 96px;
}
/********************************************* Committee Meeting Agenda Table *********************************/
table.committee-meeting-agenda-table {
  margin-bottom: 10px;
}
table.committee-meeting-agenda-table tr th.bill-cell {
  width: 240px;
}
table.committee-meeting-agenda-table tr td.amendments-cell {
  width: 200px;
}
table.committee-meeting-agenda-table tr td.fiscal-notes-cell {
  width: 200px;
}
table.committee-meeting-agenda-table tr td.analysis-cell {
  width: 96px;
}
/********************************************* Committee Meeting Testimony Table ******************************/
.committee-meeting-testimony {
  margin-left: 20px;
}
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: 96px;
}
/********************************************* Session Schedule Table *****************************************/
table.session-schedule-table {
  margin-bottom: 20px;
}
/********************************************* Journals Table *************************************************/
/********************************************* Legislation Table **********************************************/
table.legislation-table tr th.number-cell {
  width: 160px;
}
table.legislation-table tr td.sponsor-cell {
  width: 180px;
}
table.legislation-table tr td.version-cell {
  width: 180px;
}
/********************************************* Acts Table *****************************************************/
table.acts-table tr th.name-cell {
  width: 128px;
}
table.acts-table tr td.actions-cell {
  width: 130px;
}
/********************************************* Employment History Table ***************************************/
table.employment-history-table {
  background: #eeeeee;
}
table.employment-history-table td {
  padding: 4px 4px 0 0 !important;
}
table.employment-history-table tr td.employer-cell {
  width: 33.33%;
}
table.employment-history-table tr td.position-cell {
  width: 33.33%;
}
table.employment-history-table tr td.reason-for-leaving-cell {
  width: 33.33%;
}
/********************************************* References Table ***********************************************/
table.references-table {
  background: #eeeeee;
}
table.references-table td {
  padding: 4px 4px 0 0 !important;
}
table.references-table tr td.name-cell {
  width: 40%;
}
table.references-table tr td.relationship-cell {
  width: 40%;
}
table.references-table tr td.phone-cell {
  width: 20%;
}
/********************************************* Education Table ************************************************/
table.education-table {
  background: #eeeeee;
}
table.education-table td {
  padding: 4px 4px 0 0 !important;
}
table.education-table tr td.education-type-cell {
  width: 16%;
}
table.education-table tr td.education-type-cell .education-type-label {
  padding: 6px 0 6px 8px;
  border: solid #c22727;
  border-width: 0 0 2px 0;
  background: #ffffff;
}
table.education-table tr td.school-name-cell {
  width: 24%;
}
table.education-table tr td.major-subjects-cell {
  width: 24%;
}
table.education-table tr td.school-attended-cell {
  width: 20%;
}
table.education-table tr td.school-attended-cell input {
  width: 49%;
  margin: 0;
}
table.education-table tr td.graduated-cell {
  width: 16%;
}
/********************************************* Related Sites Table ********************************************/
/********************************************* Members Admin Table ********************************************/
table.members-admin-table tr td.thumbnail-cell {
  width: 56px;
}
table.members-admin-table tr td.name-cell {
  width: 120px;
}
table.members-admin-table tr td.actions-cell {
  width: initial;
}
/********************************************* Member Press Releases Admin Table *******************************/
table.member-press-releases-admin-table tr td.thumbnail-cell {
  width: 108px;
}
table.member-press-releases-admin-table tr td.publish-date-cell {
  width: 160px;
}
table.member-press-releases-admin-table tr td.is-published-cell {
  width: 140px;
}
table.member-press-releases-admin-table tr td.actions-cell {
  width: 90px;
}
/********************************************* Member Media Admin Table ****************************************/
table.member-media-admin-table tr td.thumbnail-cell {
  width: 108px;
}
table.member-media-admin-table tr td.file-format-cell {
  width: 140px;
}
table.member-media-admin-table tr td.creation-date-cell {
  width: 150px;
}
table.member-media-admin-table tr td.is-published-cell {
  width: 140px;
}
table.member-media-admin-table tr td.actions-cell {
  width: 90px;
}
/********************************************* Press Releases Admin Table **************************************/
table.press-releases-admin-table tr td.thumbnail-cell {
  width: 140px;
}
table.press-releases-admin-table tr td.publish-date-cell {
  width: 160px;
}
table.press-releases-admin-table tr td.is-published-cell {
  width: 140px;
}
table.press-releases-admin-table tr td.actions-cell {
  width: 90px;
}
/********************************************* Newsletters Admin Table *****************************************/
table.newsletters-admin-table tr td.publish-date-cell {
  width: 120px;
}
table.newsletters-admin-table tr td.is-published-cell {
  width: 120px;
}
table.newsletters-admin-table tr td.actions-cell {
  width: 90px;
}
/********************************************* Issue Positions Admin Table *************************************/
table.issue-admin-table tr td.actions-cell {
  width: 90px;
}
/********************************************* Issue Positions Admin Table *************************************/
table.issue-positions-admin-table tr td.party-cell {
  width: 180px;
}
table.issue-positions-admin-table tr td.is-published-cell {
  width: 160px;
}
table.issue-positions-admin-table tr td.actions-cell {
  width: 90px;
}
/********************************************* Files Admin Table ***********************************************/
table.files-admin-table tr td.thumbnail-cell {
  width: 90px;
}
table.files-admin-table tr td.file-format-cell {
  width: 150px;
}
table.files-admin-table tr td.creation-date-cell {
  width: 150px;
}
table.files-admin-table tr td.is-published-cell {
  width: 150px;
}
/********************************************* Content Component Versions Admin Table *************************/
table.content-component-versions-admin-table tr td.application-section-cell {
  width: 180px;
}
table.content-component-versions-admin-table tr td.actions-cell {
  width: 90px;
}
/********************************************* File Selector Admin Table **************************************/
table.file-selector-admin-table tr td.selector-cell {
  width: 80px;
}
table.file-selector-admin-table tr td.type-cell {
  width: 160px;
}
table.file-selector-admin-table tr td.date-cell {
  width: 160px;
}
table.file-selector-admin-table tr td.actions-cell {
  width: 90px;
}
/********************************************* Committees Admin Table *****************************************/
table.committees-admin-table tr td.thumbnail-cell {
  width: 90px;
}
table.committees-admin-table tr td.type-cell {
  width: 200px;
}
table.committees-admin-table tr td.actions-cell {
  width: 90px;
}
/********************************************* 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: initial;
    padding: 5px 0;
    overflow: initial;
    clip: initial;
    word-wrap: normal;
    border: initial;
    clip-path: initial;
    font-size: 17px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    background-color: #990000;
  }
  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: 4px 0;
    border: solid #dadada;
    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: 2px 0 2px 8px;
    font-size: 16px;
    line-height: 20px;
    border: none;
  }
  table.data-grid tbody tr:hover td,
  table.data-grid tbody tr:hover th {
    color: #444444;
    border: none;
    background: initial;
  }
  table.data-grid tr td.actions-cell .actions {
    padding: 0 0 0 4px;
    justify-content: flex-start;
  }
  .smart-phone-label {
    display: inline-block;
    color: #000000;
    font-weight: bold;
  }
  .smart-phone-label:after {
    content: " - ";
  }
  .delete-button,
  .edit-button,
  .download-button,
  .print-button {
    margin: 0 6px 0 0;
  }
}
/********************************************* Tablets ********************************************************/
@media screen and (min-width: 641px) and (max-width: 960px) {
  table.data-grid tbody tr td,
  table.data-grid tbody tr th {
    padding: 10px 12px 10px 12px;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    border: solid #dadada;
    border-width: 2px 0;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Press Release **************************************************/
.press-release {
  position: relative;
}
header.press-release-header {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: 0 0 20px 0;
  padding: 0 0 8px 0;
  border: solid #dadada;
  border-width: 0 0 2px 0;
}
.press-release-body {
  position: relative;
  width: 84%;
  margin: 16px auto;
  padding: 0;
  min-height: 480px;
  background: url('../images/global/other/watermark.png') center 60px no-repeat;
}
.press-release-full-title {
  margin: 0;
}
.press-release-title {
  margin: 0 0 4px 0;
}
.press-release-subtitle {
  margin: 0 0 4px 0;
  font-size: 19px;
  line-height: 24px;
  color: #c22727;
}
.press-release-date {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 4px 0;
  color: #444444;
}
footer.press-release-footer {
  position: relative;
  color: #cccccc;
  font-size: 16px;
  line-height: 22px;
  background: transparent;
  margin: 22px 0 0 0;
  padding: 4px 0 0 0;
  border: solid #dadada;
  border-width: 2px 0 0 0;
}
footer.press-release-footer a {
  clear: both;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #c22727;
  line-height: 21px;
  text-decoration: none;
}
footer.press-release-footer .press-release-social-media {
  padding: 0;
  margin: 20px 0 4px 0;
}
footer.press-release-footer .press-release-social-media a {
  padding: 0;
  margin: 0 8px 0 0;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .press-release-body {
    width: 100%;
    margin: 16px auto 16px auto;
    background: url('../images/global/other/watermark.png') center 20px no-repeat;
  }
}
/********************************************* Tablets ********************************************************/
@media screen and (min-width: 641px) and (max-width: 960px) {
  .press-release-body {
    width: 100%;
    margin: 16px auto 16px auto;
    background: url('../images/global/other/watermark.png') center 20px no-repeat;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Structure ******************************************************/
.main-menu {
  position: relative;
  left: 0;
  height: 38px;
  padding: 0 0 0 0;
}
.main-menu ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.main-menu ul li {
  margin: 0 30px 0 0;
  padding: 0;
  display: inline-block;
  background: none;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li a.menu-link {
  height: 38px;
  padding: 6px 16px 4px 16px;
  color: #ffffff;
  display: block;
  text-decoration: none;
  transition: 0s;
}
.main-menu ul li a.menu-link img {
  margin: 3px 0 3px 0;
}
.main-menu ul li:hover a.menu-link {
  background: #123063;
}
.main-menu ul li a.active {
  background: #123063;
}
/********************************************* Submenus *******************************************************/
.main-menu ul li ul.submenu,
.main-menu ul li .block-submenu {
  position: absolute;
  top: 38px;
  width: 280px;
  padding: 0;
  display: none;
  z-index: -1;
  box-shadow: 2px 4px 6px rgba(45, 52, 66, 0.15);
  background: #e8e8e8;
  border: solid #ffffff;
  border-width: 10px 10px 10px 10px;
  transition: 0.2s;
}
.main-menu ul li:hover ul.submenu,
.main-menu ul li:hover .block-submenu {
  display: block;
}
.main-menu ul li ul.submenu li {
  margin: 0;
  position: relative;
  display: block;
}
.main-menu ul li ul.submenu li a,
.main-menu ul li .block-submenu a {
  clear: both;
  margin: 0 0 0 0;
  padding: 5px 12px 5px 12px;
  width: 100%;
  display: block;
  color: #333333;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  border: solid #456192;
  border-width: 0 0 0 2px;
}
.main-menu ul li ul.submenu li a:hover,
.main-menu ul li .block-submenu a:hover {
  background: #cccccc;
}
/********************************************* Overrides ******************************************************/
.main-menu #committees-menu .block-submenu {
  left: 0px;
  width: 1000px;
}
.main-menu #committees-menu .block-submenu .block-submenu-section {
  float: left;
  width: 32%;
}
.main-menu #committees-menu .block-submenu .block-submenu-section-header {
  color: #456192;
  font-size: 18px;
  line-height: 26px;
}
.main-menu #committees-menu .block-submenu .empty-section-title {
  display: block;
  background: transparent;
  height: 36px;
}
.main-menu #committees-menu .block-submenu a.subcommittee {
  padding-left: 24px !important;
  font-size: 14px !important;
}
/********************************************* User Menu ******************************************************/
.main-menu .text-container {
  padding: 6px 16px;
}
#user-menu {
  position: absolute;
  top: 0px;
  right: 3px;
  z-index: 90;
}
#user-menu .panel-control {
  position: relative;
  float: left;
  min-width: 100px;
  width: initial;
  padding: 3px 0 0 0;
}
#user-menu .panel-control-header {
  padding: 0 2px 0 8px;
  color: #ffffff;
  font-size: 13px;
  border: 0 solid #ffffff;
  background: transparent;
}
#user-menu .panel-control:hover .panel-control-header {
  color: #000000;
  background: #ffffff;
}
#user-menu .panel-control-header .indicator {
  float: right;
  width: 19px;
  height: 19px;
  margin: 5px 0 0 8px;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
}
#user-menu .panel-control-header .indicator .arrow {
  background: url('../images/global/icons/user-menu-arrow.png') center center no-repeat;
}
#user-menu .panel-control:hover .indicator .arrow {
  background: url('../images/global/icons/user-menu-arrow-hover.png') center center no-repeat;
}
#user-menu .panel-control-body {
  max-height: initial;
  overflow: hidden;
}
#user-menu .panel-control-body a {
  padding: 2px 2px 2px 2px;
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 14px;
}
/********************************************* Default Visibility *********************************************/
.main-menu {
  display: block;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .main-menu {
    display: none;
  }
}
/********************************************* Tablets ********************************************************/
@media screen and (min-width: 641px) and (max-width: 960px) {
  .main-menu {
    display: none;
  }
}
/********************************************* Desktops *******************************************************/
@media screen and (min-width: 961px) and (max-width: 1320px) {
  .main-menu {
    display: block;
  }
  .main-menu ul li {
    margin-right: 0px;
  }
}
/********************************************* Large Screens **************************************************/
@media screen and (min-width: 1321px) {
  .main-menu {
    display: block;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Mobile Menu Button *********************************************/
.mobile-navigation-button {
  position: fixed;
  top: 40px;
  left: 15px;
  margin: 0;
  z-index: 90;
  cursor: pointer;
  background: transparent;
  border: none;
  width: 24px;
  height: 24px;
  -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: 8px;
}
#mobile-navigation-button span:nth-child(4) {
  top: 16px;
}
#mobile-navigation-button.open span:nth-child(1) {
  top: 8px;
  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: 8px;
  left: 50%;
  width: 0;
}
/********************************************* Structure ******************************************************/
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 0 0;
  z-index: 80;
}
.mobile-menu-top {
  height: 104px;
  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: #cccccc;
}
/********************************************* Search *********************************************************/
.mobile-search-form-container {
  display: none;
  margin: auto;
  width: 100%;
  border: #dadada;
  padding: 24px 20px 14px 20px;
  background: #ffffff;
}
.mobile-search-form-container .search-bar {
  width: 100%;
}
.mobile-search-form-container .search-bar .search-bar-input {
  height: 34px;
}
.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-button {
  width: 86px;
}
.mobile-search-form-container .search-bar-button button {
  height: 34px;
}
/********************************************* Menu ***********************************************************/
.mobile-menu ul {
  margin: 0;
  padding: 0;
  display: block;
}
.mobile-menu ul li {
  margin: 0 0 0 0;
  padding: 0;
  display: block;
  background: none;
}
.menu-link-mobile {
  color: #000000;
  width: 100%;
  text-align: left;
  font-size: 20px;
  line-height: 20px;
  padding: 12px 16px 12px 16px;
  background: #ffffff;
  border: solid #dadada;
  border-width: 1px 0 0 0;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.menu-link-mobile:hover {
  color: #444444;
  background: #dadada;
  text-decoration: none;
}
.menu-link-mobile .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;
}
.menu-link-mobile .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.submenu-mobile {
  display: none;
  background: #eeeeee;
}
.mobile-menu ul.submenu-mobile a {
  color: #444444;
  padding: 12px 20px 12px 32px;
  font-size: 18px;
  line-height: 18px;
  display: block;
  text-decoration: none;
}
.mobile-menu ul.submenu-mobile 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: 20px;
    left: 12px;
    margin: 0;
  }
  .mobile-menu-top {
    height: 62px;
    padding: 6px 0 0 0;
  }
  .mobile-search-form-container {
    padding: 14px 14px 0px 14px;
  }
  .menu-link-mobile {
    padding: 10px 16px 9px 16px;
    font-size: 16px;
    line-height: 18px;
  }
  .mobile-menu ul.submenu-mobile a {
    padding: 8px 20px 8px 20px;
    font-size: 16px;
    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 ******************************************************/
.content-layout-background-home {
  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;
  opacity: 0;
  z-index: 10;
  height: 720px;
}
.content-layout-head-home {
  position: relative;
  height: 600px;
  z-index: 3;
  height: 586px;
}
.content-layout-body-home {
  position: relative;
  z-index: 4;
  padding: 0 0 28px 0;
  min-height: 540px;
  padding: 2px 0 80px 0;
  z-index: 15;
  margin: 0 0 10px 0;
  min-height: initial;
}
/********************************************* Slideshow ******************************************************/
.home-photos-slider-container {
  position: relative;
  top: 0;
  left: 0;
  height: 720px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  z-index: 10;
}
.home-photos-slider-container .slider-home-photo {
  position: relative;
  width: 100%;
  height: 720px;
}
.home-photos-slider-container .slider-home-photo .media-container {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  background: #000000;
}
.home-photos-slider-container .slider-home-photo .media-container .photo {
  float: left;
  display: block;
  width: 100%;
  height: 720px;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
}
/********************************************* Welcome Video **************************************************/
.welcome-video-frame {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 720px;
  overflow: hidden;
  margin: 0;
  color: #ffffff;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 25%, #ffffff 80%);
  background: linear-gradient(to left, #143068 10%, #324c80 30%, #324c80 70%, #143068 90%);
  z-index: 1000;
}
.welcome-video {
  position: relative;
  margin: 0 auto;
  width: 80%;
  padding: 70px 0 0 0;
}
.welcome-video .video-frame {
  border: 4px solid #ffffff;
}
.welcome-video-close-button {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 40px;
  width: 32px;
  height: 32px;
  padding: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  border-radius: 16px;
  z-index: 2000;
  background: transparent;
}
.welcome-video-close-button img {
  margin: 0;
  padding: 0;
}
/********************************************* Live Streams Bar ***********************************************/
.home-live-streams-notice {
  clear: both;
  width: 100%;
  display: block;
  padding: 0 0;
  border: solid #d8d5d5;
  border-width: 0 0 3px 0;
}
.home-live-streams-notice-inner {
  padding: 10px 16px;
  background: #ffffff;
  overflow: auto;
}
.home-live-stream {
  padding: 10px 16px;
  margin: auto;
  color: #ffffff;
  font-size: 22px;
  text-decoration: underline;
  text-decoration-color: #990000;
  background: #000000;
  border: 2px solid #dadada;
}
.home-live-stream .live-indicator {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0 10px;
  color: #ffffff;
  background-color: #990000;
}
/********************************************* Quick Links Bar ************************************************/
.quick-links-bar {
  clear: both;
  width: 100%;
  height: 100px;
  display: block;
  margin: 0;
  border: solid #d8d5d5;
  border-width: 0 0 3px 0;
}
.quick-links {
  margin: 0 auto;
  padding-left: 12px;
  width: 692px;
}
.quick-links-module {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  float: left;
  margin: 0 10px 0 10px;
  padding: 5px 10px 8px 10px;
  width: 142px;
}
.quick-links-module:hover {
  background: #eeeeee;
}
.quick-links-module img {
  width: 80px;
  margin: auto;
}
/********************************************* Home Features **************************************************/
.home-features {
  clear: both;
  width: 100%;
  display: block;
  padding: 10px 50px 0 50px;
}
.home-feature-module {
  float: left;
  padding: 5px 40px 0 0;
  line-height: 24px;
  text-align: left;
  overflow: initial;
}
.home-feature-module h2 {
  color: #c22727;
  font-size: 21px;
  margin: 0 0 5px 0;
}
.home-feature-module-1 {
  width: 38%;
  padding-right: 40px;
}
.home-feature-module-2 {
  position: relative;
  width: 27%;
}
.home-feature-module-2 .featured-state-seal {
  position: relative;
  width: 75%;
  display: block;
  margin: 0px auto 0 auto;
  padding: 36px 20px 40px 20px;
  background-color: #ffffff;
}
.home-feature-module-3 {
  width: 35%;
  padding-right: 0;
}
.welcome-video-open-button {
  cursor: pointer;
  position: relative;
  padding: 2px 0 0 0;
  width: 100%;
  border-radius: 0;
  z-index: 40;
}
.welcome-video-open-button-thumbnail {
  border: 4px solid #ffffff;
  transition: 0.4s;
  margin: 0 0 6px 0px;
  cursor: pointer;
}
.welcome-video-open-button-thumbnail img {
  float: left;
}
.welcome-video-open-button-thumbnail:hover {
  border: 4px solid #990000;
}
.welcome-video-open-button-caption {
  position: relative;
  width: 100%;
  text-align: left;
  color: #990000;
  font-size: 16px;
  line-height: 23px;
}
/********************************************* Featured Content ***********************************************/
.home-feature-module-1 .form-input {
  padding-left: 0px;
}
.home-feature-module-1 input {
  margin-right: 0;
}
.home-feature-module-1 input:focus {
  box-shadow: none !important;
}
.home-feature-module-1 select {
  border: 1px solid #dadada;
}
.home-feature-module-1 select:focus {
  box-shadow: none !important;
}
.member-tools-module {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin: 12px 0 0 0;
}
.member-tools-module .form {
  margin-bottom: 0 !important;
}
.member-tools-module .form .form-element-full {
  margin-bottom: 0 !important;
}
.member-tools-module button.link-button {
  margin-right: 0 !important;
  min-width: 100px !important;
}
.member-tools-half-module {
  margin: 24px 0 0 0;
  position: relative;
  float: left;
  text-align: left;
  font-size: 16px;
  height: 52px;
  line-height: 20px;
}
.district-module {
  width: 124px;
}
.directory-module {
  width: 154px;
}
.speaker-module {
  width: 124px;
}
.member-tools-half-module-label {
  margin: 4px 0 0 0;
}
.member-tools-half-module img {
  float: left;
  margin: 0 5px 0 0;
}
.featured-content-group {
  position: relative;
  float: left;
  width: 27%;
}
.featured-content-module {
  position: relative;
  float: left;
  width: 50%;
  height: 124px;
  transition: 0.2s;
  margin: 0 0 0 0;
  padding: 12px 4px 0 4px;
}
.featured-content-module:hover {
  background-color: #f2e4e4;
}
.featured-content-module-icon {
  display: block;
  width: 90px;
  margin: 2px auto;
}
.featured-content-module-icon img {
  display: block;
}
.featured-content-module-label {
  display: block;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .home-photos-slider-container,
  .home-photos-slider-container .slider-home-photo,
  .home-photos-slider-container .slider-home-photo .media-container .photo {
    height: 250px;
  }
  .content-layout-head-home {
    height: 184px;
  }
  .welcome-video-frame {
    height: 250px;
  }
  .welcome-video-close-button {
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .welcome-video {
    width: 84%;
    padding: 26px 0 0 0;
  }
  .quick-links-bar {
    width: 100%;
    padding: 20px 10%;
    height: auto;
  }
  .quick-links {
    padding-left: 0;
    width: 100%;
  }
  .quick-links-module {
    margin: 0;
    padding: 5px 2px 8px 2px;
    width: 50%;
  }
  .quick-links-module img {
    width: 64px;
  }
  .home-feature-module h2 {
    text-align: center;
  }
  .home-feature-module {
    display: block;
    position: relative;
    width: 76%;
    margin: auto;
    padding: 40px 0;
    border: solid #dadada;
    border-width: 0 0 2px 0;
    float: initial;
    overflow: auto;
  }
  #find-now-input {
    width: 240px !important;
  }
  input#home-address-entry {
    width: 240px !important;
  }
  #find-now-button {
    width: 120px !important;
  }
}
/********************************************* Tablets ********************************************************/
@media screen and (min-width: 641px) and (max-width: 960px) {
  .home-photos-slider-container,
  .home-photos-slider-container .slider-home-photo,
  .home-photos-slider-container .slider-home-photo .media-container .photo {
    height: 440px;
  }
  .content-layout-head-home {
    height: 340px;
  }
  .welcome-video-frame {
    height: 440px;
  }
  .welcome-video {
    padding: 30px 0 0 0;
  }
  .quick-links {
    width: 584px;
  }
  .quick-links-module {
    margin: 0;
  }
  .home-feature-module h2 {
    text-align: center;
  }
  .home-feature-module {
    display: block;
    position: relative;
    width: 46%;
    margin: auto;
    padding: 40px 0;
    border: solid #dadada;
    border-width: 0 0 2px 0;
    float: initial;
    overflow: auto;
  }
  input#home-address-entry {
    width: 297px !important;
  }
}
/********************************************* Desktops *******************************************************/
/********************************************* Large Screens **************************************************/
/********************************************* Site Search ****************************************************/
.gsc-control-cse {
  width: 100% !important;
  padding: 0 !important;
  margin: 1% 0% !important;
}
.gsc-results {
  width: 100% !important;
  font-size: 18px;
  line-height: 20px;
  padding: 0 !important;
  margin: 0 !important;
}
.gsc-above-wrapper-area {
  border-color: #dddddd !important;
  border-width: 0px 0 2px 0 !important;
  padding: 0 !important;
  height: 56px;
}
.gcsc-branding {
  margin: -10px 0 -20px 0 !important;
  height: 50px;
}
.gs-title a {
  font-size: 18px !important;
  color: #891c1c !important;
}
.gs-title b {
  font-size: 18px !important;
  color: #891c1c !important;
}
.gsc-thumbnail-inside {
  padding: 0 !important;
  margin: 0 !important;
}
.gs-visibleUrl {
  font-size: 15px !important;
  line-height: 24px;
  color: #aaaaaa !important;
  padding: 2px 0 0 0;
  margin: 0 !important;
}
.gs-snippet {
  font-size: 16px !important;
  line-height: 24px;
  padding: 0 !important;
  margin: 0 !important;
  width: 68%;
}
.gsc-url-top {
  padding: 0 !important;
  margin: 0 !important;
}
.gs-webResult .gs-snippet,
.gs-imageResult .gs-snippet,
.gs-fileFormatType {
  color: #333333 !important;
}
.gsc-cursor-box {
  margin: 10px 0 0 0 !important;
}
.gsc-cursor-page {
  color: #000000 !important;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  margin-right: 3px;
  padding: 5px 0px 4px 0px;
  width: 32px;
  float: left;
  text-align: center;
  text-decoration: none !important;
  border: 2px solid #ffffff !important;
}
.gsc-cursor-current-page {
  background-color: #961111 !important;
  border: 2px solid #961111 !important;
  color: #ffffff !important;
}
.gsc-cursor-page:hover {
  background-color: #961111 !important;
  border: 2px solid #961111 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}
.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: #ffffff !important;
  border: none !important;
}
.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult {
  background-color: #ffffff !important;
  border: none !important;
}
.gsc-result-info-container {
  padding: 24px 0 0 0 !important;
}
.gsc-result-info {
  padding: 0 !important;
}
.gsc-orderby-container {
  padding: 12px 0 0 0 !important;
}
.gcsc-more-maybe-branding-root {
  padding: 48px 0 0 0 !important;
  clear: both;
  display: block;
}
/********************************************* Imports ********************************************************/
/********************************************* Speaker of the the House : History *****************************/
.speaker-history {
  position: relative;
  width: 100%;
}
.speaker-history .current-speaker {
  float: left;
  width: 320px;
}
.speaker-history .previous-speakers {
  margin: 0 0 0 340px;
  font-size: 16px;
}
.speaker-list {
  width: 100%;
  padding: 8px 0 0 0;
}
.speaker-list .speaker-module {
  float: left;
  width: 31%;
  font-size: 12px;
  padding: 14px 0 0 0;
  text-align: center;
  margin: 0 2.33% 2.33% 0;
  height: 80px;
  background-color: #eeeeee;
  border: solid 10px #ffffff;
}
.speaker-list .speaker-module-double {
  padding: 5px 0 0 0;
}
.speaker-list .speaker-module .speaker-name {
  font-size: 18px;
  margin: 0 0 -4px 0;
  line-height: 16px;
}
/********************************************* Minority Leadership ********************************************/
/********************************************* District Map ***************************************************/
.district-map-container-full {
  position: relative;
  float: left;
  width: 100%;
  border: solid 24px #ffffff;
  margin: 9px 0 20px 0;
}
.district-map-container-full #map {
  height: 480px;
  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: 0px 4px 6px rgba(100, 100, 100, 0.4);
  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: 16px;
  line-height: 16px;
  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: #961111 !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-decoration: underline;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .minority-leadership {
    padding: 0;
  }
  .speaker-history .current-speaker {
    float: left;
    width: 100%;
  }
  .speaker-history .previous-speakers {
    margin: 0;
    width: 100%;
    font-size: 16px;
  }
  .speaker-list .speaker-module {
    width: 100%;
    margin: 2% 0% 3% 0;
    border: solid 8px #ffffff;
  }
}
/********************************************* Tablets ********************************************************/
@media screen and (min-width: 641px) and (max-width: 960px) {
  .minority-leadership {
    padding: 0;
  }
  .speaker-list .speaker-module {
    width: 100%;
    margin: 0 0% 2.33% 0;
    height: 80px;
    border: solid 10px #ffffff;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Member Home Structure ******************************************/
.content-layout-background-member {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  margin: auto;
  z-index: 1;
  background-size: 100% !important;
  opacity: 0;
  background-color: #dadada !important;
  background-position: center 0 !important;
  background-repeat: no-repeat !important;
  background-size: 2000px !important;
  height: 740px;
  z-index: 2;
}
.content-layout-head-member {
  position: relative;
  height: 600px;
  z-index: 1;
}
.content-layout-body-member {
  margin: 10px 0 10px 0;
  padding: 0;
  overflow: auto;
}
.content-layout-body-member h1 {
  font-size: 25px;
  margin: 16px 0 16px 0;
}
/********************************************* Member Page Structure ******************************************/
.member-page h1 {
  margin-top: 12px;
}
/********************************************* Member Menu ****************************************************/
.member-menu-outer {
  position: fixed;
  top: 132px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  height: 34px;
  z-index: 30;
  background-color: rgba(255, 255, 255, 0.96);
}
.member-menu {
  margin: 0 0 0 27px;
  background-color: rgba(255, 255, 255, 0.96);
}
.member-page .member-menu-bottom-border {
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #eeeeee;
}
.member-menu a {
  display: inline-block;
  vertical-align: top;
  padding: 9px 10px;
  height: 34px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  letter-spacing: 0px;
  margin: 0 20px 0 0;
  border: solid transparent;
  border-width: 0 0 3px 0;
  color: #333333;
}
.member-page .member-menu a {
  color: #444444;
}
.member-menu a:hover {
  background-color: #f5f5f5;
  border-color: #990000;
}
.member-menu a.active {
  background-color: #f5f5f5;
  border-color: #990000;
}
/********************************************* Profile Navigation *********************************************/
.profile-navigation {
  margin: 0 0 0 36px;
  padding: 5px 0 0 0;
  float: left;
  width: 116px;
}
.profile-navigation .profile-navigation-button {
  position: relative;
  float: left;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 24px;
  line-height: 20px;
  padding: 2px 0 0 0;
  margin: 0 9px 0 0;
  cursor: pointer;
  background-color: #aa3333;
}
/********************************************* Member Info Box ************************************************/
.member-info-box {
  opacity: 0;
  position: absolute;
  top: 412px;
  right: 15px;
  color: #ffffff;
  height: 164px;
  padding: 8px 10px;
  width: 420px;
  z-index: 20;
  overflow: hidden;
  background-color: rgba(138, 23, 19, 0.78);
}
.member-info-box-top {
  height: 22px;
  font-size: 21px;
  line-height: 21px;
}
.member-info-box-name {
  float: left;
  margin: 0 12px 0 0;
  padding: 0 12px 0 0;
  border: solid rgba(255, 255, 255, 0.3);
  border-width: 0 1px 0 0;
}
.member-info-box-district {
  float: left;
  margin: 0 12px 0 0;
  padding: 0 12px 0 0;
  border: solid rgba(255, 255, 255, 0.3);
  border-width: 0 1px 0 0;
}
.member-info-box-party {
  float: left;
}
.member-info-box-bottom {
  margin: 7px 0 0 0;
  padding: 4px 0 0 0;
  clear: both;
  border: solid rgba(255, 255, 255, 0.3);
  border-width: 1px 0 0 0;
  font-size: 17px;
  line-height: 23px;
  text-align: left;
}
/********************************************* Member Home ****************************************************/
.member-home {
  opacity: 0;
}
.member-home-district {
  float: left;
  width: 26%;
}
.member-home-district img {
  margin: 0 0 0 0;
  float: left;
  border: 12px solid #ffffff;
}
.member-home-contact-block {
  float: left;
  width: 26%;
  padding: 0 40px 0 0;
}
.member-home-news-feed {
  float: left;
  width: 74%;
}
/********************************************* Headings *******************************************************/
h2.member-home-heading {
  margin: 16px 0 10px 0;
  font-family: 'PT Serif', serif;
  color: #c22727;
  font-size: 25px;
  font-weight: normal;
  line-height: 25px;
  text-align: left;
}
/********************************************* Member Home Left ***********************************************/
.member-home-content-area-1 {
  float: left;
  width: 28%;
  margin-right: 1%;
  background-color: #ffffff;
}
.member-home-content-area-1-inner {
  float: left;
  margin-top: 9px;
  width: 90%;
  padding: 20px 20px;
  background-color: #dadada;
}
/********************************************* Member Home District *******************************************/
.member-home-district {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  background-color: #dadada;
}
.member-home-district img {
  margin: 0 0 0 0;
  float: left;
  border: 10px solid #ffffff;
}
/********************************************* Member Home Info Bar *******************************************/
.member-info-bar {
  float: left;
  width: 100%;
  min-height: 50px;
  margin: 8px 28px 0 0;
  padding: 20px 5px;
  text-align: center;
  background-color: #82150d;
}
.member-info-bar-module {
  padding: 6px 0 2px 0;
}
.member-info-bar-label {
  font-size: 18px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.4);
  padding: 0;
}
.member-info-bar-value {
  font-size: 15px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.9);
  padding: 0 0 6px 0;
}
.member-info-bar-value a {
  color: rgba(255, 255, 255, 0.9);
}
.member-social-media {
  position: relative;
  width: 120px;
  margin: 6px auto;
}
.member-social-media a {
  margin-right: 4px;
  text-decoration: none;
}
.member-info-bar-divider {
  height: 1px;
  margin: 10px auto;
  width: 184px;
  background-color: rgba(255, 255, 255, 0.2);
}
.member-info-bar {
  float: left;
  width: 100%;
  border: 10px solid #ffffff;
}
/********************************************* Member Home Right **********************************************/
.member-home-content-area-2 {
  float: left;
  width: 71%;
}
/********************************************* Member Content Feed ********************************************/
.member-home-media-feed .media-list-item {
  width: 100%;
  margin: 0 0 4% 0;
  padding: 0;
  background: #ffffff;
}
.member-home-media-feed .media-list-item-poster {
  width: 34%;
  padding: 9px 28px 0 0;
}
.member-home-media-feed .media-list-item-poster .media-container .media-poster-image {
  border: 0 solid #ffffff;
}
.member-home-media-feed .media-list-item-info {
  width: 66%;
}
.media-list-item-no-image .media-list-item-info {
  width: 100%;
}
/********************************************* Slideshow ******************************************************/
.member-banners-slider-container {
  position: relative;
  top: 0;
  left: 0;
  height: 740px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  z-index: 100;
}
.member-banners-slider-container .slider-member-banner {
  position: relative;
  width: 100%;
  height: 740px;
  z-index: 100;
}
.member-banners-slider-container .slider-member-banner .media-container {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 100;
}
.member-banners-slider-container .slider-member-banner .media-container .banner {
  float: left;
  display: block;
  width: 100%;
  height: 740px;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 100;
}
/********************************************* Member Photo ***************************************************/
.member-photos-slider-container {
  position: relative;
  top: 0;
  left: 0;
  height: 680px;
  width: 100%;
  overflow: hidden;
  margin: 0;
  z-index: 10;
}
.member-photos-slider-container .slider-member-photo {
  position: relative;
  width: 100%;
  height: 680px;
}
.member-photos-slider-container .slider-member-photo .media-container {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  background: #000000;
}
.member-photos-slider-container .slider-member-photo .media-container .photo {
  border: 0px solid #ffffff;
  float: left;
  display: block;
  width: 100%;
  height: 680px;
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
}
/********************************************* Member Contact *************************************************/
.member-contact {
  position: relative;
  width: 100%;
}
.member-contact-side {
  position: relative;
  padding: 0 28px 0 0;
  float: left;
  width: 24%;
}
.member-contact-main {
  padding: 5px 0 0 0;
  position: relative;
  float: left;
  width: 76%;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .member-menu-outer {
    top: 62px;
  }
  .member-menu {
    margin: 0;
    padding: 0 8px;
  }
  .member-menu a {
    padding: 9px 4px;
    font-size: 15px;
    margin: 0 4px 0 0;
  }
  .profile-navigation {
    margin: 0 0 0 8px;
    width: 32px;
  }
  .content-layout-background-member {
    background-size: 600px !important;
    background-position: center 60px !important;
    height: 300px;
  }
  .member-banners-slider-container {
    top: 32px;
    height: 268px;
  }
  .member-banners-slider-container .slider-member-banner,
  .member-banners-slider-container .slider-member-banner .media-container .banner {
    height: 300px;
  }
  .content-layout-body-member .content-frame-medium {
    padding: 0 15px 0 15px;
  }
  .content-layout-head-member {
    height: 240px;
  }
  .member-info-box {
    top: 194px;
    right: 0px;
    height: 32px;
    padding: 6px 16px 6px 10px;
    width: initial;
  }
  .member-info-box-district {
    display: none;
  }
  .member-info-box-top {
    height: 20px;
    font-size: 17px;
    line-height: 17px;
  }
  .member-info-box-bottom {
    display: none;
  }
  .member-home-content-area-1 {
    padding: 0 10px;
    margin: 0 0 20px 0;
    width: 100%;
  }
  .member-home-content-area-1-inner {
    float: left;
    width: 100%;
  }
  .member-home-district {
    padding: 0;
    position: relative;
    float: initial;
    margin: 0 auto;
    width: 96%;
  }
  .member-home-district img {
    width: 100%;
    position: relative;
    margin: 4px auto 20px auto;
    float: initial;
    border: 12px solid #ffffff;
  }
  .member-info-bar {
    position: relative;
    float: initial;
    margin: 0 auto 8px auto;
    width: 96%;
  }
  .member-home-content-area-2 {
    padding: 0 10px;
    float: left;
    width: 100%;
  }
  h2.member-home-heading {
    margin: 12px 0 4px 0;
    font-size: 21px;
    line-height: 23px;
    text-align: center;
  }
  .member-home-media-feed .media-list-item-poster,
  .member-home-media-feed .media-list-item-info {
    width: 100%;
  }
  .member-home-media-feed .media-list-item-poster {
    margin-bottom: 20px;
    padding: 0;
  }
  .member-contact-side {
    width: 100%;
    display: none;
    padding: 0 0 20px 0;
  }
  .member-contact-main {
    width: 100%;
  }
  .member-photos-slider-container,
  .member-photos-slider-container .slider-member-photo,
  .member-photos-slider-container .slider-member-photo .media-container,
  .member-photos-slider-container .slider-member-photo .media-container .photo {
    height: 240px;
    width: 100%;
  }
}
/********************************************* Tablets ********************************************************/
@media screen and (min-width: 641px) and (max-width: 960px) {
  .member-menu-outer {
    top: 104px;
  }
  .member-menu {
    margin: 0;
    padding: 0 8px;
  }
  .member-menu a {
    font-size: 16px;
    margin: 0 12px 0 0;
    padding: 9px 4px;
  }
  .profile-navigation {
    margin: 0 0 0 8px;
    width: 100px;
  }
  .content-layout-background-member {
    background-size: 1600px !important;
    height: 520px;
  }
  .member-banners-slider-container,
  .member-banners-slider-container .slider-member-banner,
  .member-banners-slider-container .slider-member-banner .media-container .banner {
    height: 520px;
  }
  .content-layout-head-member {
    height: 400px;
  }
  .content-layout-body-member .content-frame-medium {
    padding: 0 15px 0 15px;
  }
  .member-home-content-area-1 {
    width: 37%;
  }
  .member-home-content-area-2 {
    width: 62%;
  }
  .member-home-media-feed .media-list-item-poster {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .member-home-media-feed .media-list-item-info {
    margin: 0;
    width: 100%;
  }
  .member-info-box {
    top: 274px;
    right: 0px;
    height: 130px;
    padding: 6px 10px;
    width: 380px;
  }
  .member-info-box-top {
    height: 20px;
    font-size: 19px;
    line-height: 19px;
  }
  .member-info-box-bottom {
    font-size: 16px;
    line-height: 21px;
  }
  .member-contact-side {
    width: 40%;
  }
  .member-contact-main {
    width: 60%;
  }
  .member-photos-slider-container,
  .member-photos-slider-container .slider-member-photo,
  .member-photos-slider-container .slider-member-photo .media-container,
  .member-photos-slider-container .slider-member-photo .media-container .photo {
    height: 440px;
    width: 100%;
  }
}
/********************************************* Desktops *******************************************************/
@media screen and (min-width: 961px) and (max-width: 1320px) {
  .profile-navigation {
    margin: 0 0 0 8px;
    width: 120px;
  }
  .member-menu {
    margin: 0;
    padding: 0 10px;
  }
  .member-menu a {
    margin: 0 4px 0 0;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Structure ******************************************************/
.newsletters {
  float: left;
  width: 100%;
  min-height: 800px;
  padding: 2px 0 0 0;
}
.newsletter-container {
  float: left;
  position: relative;
  width: 70%;
  margin-right: 0;
  padding: 0px 20px 0 0;
  background: #ffffff;
  border: solid #dadada;
  border-width: 0 0px 0 0;
}
.newsletter-container iframe {
  display: block;
  background: #000;
  border: none;
  width: 100%;
  height: 140vh;
}
.newsletters .sidebar {
  float: left;
  width: 30%;
  border: solid #dadada;
  border-width: 0 2px 2px 2px;
  background: #ffffff;
}
.newsletters .sidebar-header {
  color: #ffffff;
  text-align: center;
  font-size: 22px;
  width: 100%;
  padding: 5px 0;
  background: #990000;
}
.newsletters .sidebar-sign-up {
  width: 240px;
  margin: auto;
  padding: 24px 0 20px 0;
  text-align: center;
  font-size: 19px;
  line-height: 26px;
  background-color: #ffffff;
}
.newsletters .sidebar-sign-up a {
  text-decoration: underline;
}
.newsletters-menu a {
  color: #333333;
  display: block;
  font-size: 21px;
  line-height: 28px;
  text-align: center;
  margin: 0 0 8px 0px;
  padding: 5px 22px 5px 20px;
  border: solid;
  border-color: #ffffff;
  border-width: 0 0 0 3px;
  text-decoration: none;
}
.newsletters-menu a .newsletter-title {
  margin: 4px 0 4px 0;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}
.newsletters-menu a .newsletter-date {
  margin: 4px 0 4px 0;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}
.newsletters-menu a:hover {
  border-color: #990000;
  background: #eeeeee;
}
.newsletter-social-media-note {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #990000;
  padding: 12px 0 10px 0;
}
.newsletter-social-media {
  padding: 4px 0 30px 0;
  width: 90px;
  margin: auto;
  text-align: center;
  font-size: 16px;
  color: #dadada;
}
.newsletter-social-media a {
  margin: 0 0px 0 2px;
  text-decoration: none;
}
/********************************************* Imports ********************************************************/
/********************************************* Structure ******************************************************/
.legislation {
  position: relative;
}
.legislation .content-area-1 {
  position: relative;
  float: right;
  margin: 39px 0 0 0;
  width: 74%;
  min-height: 400px;
}
.legislation .content-area-2 {
  position: relative;
  float: right;
  width: 24%;
  margin: 0 2% 0 0;
  min-height: 400px;
}
/********************************************* Bill Tracker Button ********************************************/
a.bill-tracker-button {
  position: absolute;
  width: 216px;
  top: 4px;
  padding: 4px 40px 4px 10px;
  right: 0;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  transition: 0.4s;
  background: url('../images/legislation/bill-tracker-icon.png') right 10px no-repeat;
}
/********************************************* Legislation Info Module ****************************************/
.legislation-info-module {
  position: relative;
  margin: 0 0 20px 0;
  padding: 6px 16px 20px 16px;
  border: 16px solid #ffffff;
  background: #eeeeee;
}
.legislation-info-module h3 {
  font-size: 22px;
  line-height: 24px;
  margin: 12px 0 0px 0;
}
.inline-header {
  display: inline-block;
}
/********************************************* Legislation General Info ***************************************/
#toggle-long-title {
  color: #990000;
  cursor: pointer;
  white-space: nowrap;
}
#long-title {
  display: none;
}
.tag-link {
  float: left;
  text-align: left;
  margin: 6px 6px 0 0;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 20px;
  border: 2px solid #e3e3e3;
  color: #5a5a5a;
  background: #ffffff;
  text-decoration: none;
  transition: 0.2s;
}
.tag-link:hover {
  border: 2px solid #cccccc;
}
/********************************************* Legislation Documents ******************************************/
.legislation-documents a {
  position: relative;
  display: block;
}
/********************************************* Sponsors *******************************************************/
.legislation-primary-sponsors {
  text-align: center;
  overflow: hidden;
}
.legislation-primary-sponsors-senate {
  margin: 9px 0 0 0;
  padding: 12px 4px 12px 4px;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  border: 16px solid #ffffff;
  background: #eeeeee;
}
.legislation-primary-sponsors-senate a {
  color: #444444;
  margin: 10px 0 10px 0;
  display: block;
}
.legislation-cosponsors-inner {
  margin: 10px 0 10px 0;
  padding: 12px 4px 20px 4px;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  border: 16px solid #ffffff;
  background: #eeeeee;
}
.legislation .content-area-2 h2 {
  text-align: center;
  width: 100%;
}
.legislation-cosponsors-header {
  font-size: 14px;
  margin: 10px 0;
  letter-spacing: 4px;
}
.legislation-cosponsors a {
  display: block;
  margin: 5px 0;
  color: #444444;
  text-decoration: none;
}
.legislation-cosponsors a:hover {
  text-decoration: underline;
  background: transparent;
}
/********************************************* Status Diagram *************************************************/
.status-diagram {
  position: relative;
  width: 100%;
  margin: 16px 0 16px 0;
  padding: 4px 0 12px 0;
  border: solid #ffffff;
  border-width: 2px 0px;
}
.status-diagram-chambers {
  float: left;
  position: relative;
  padding: 0px 0 0px 0;
}
.status-diagram-house {
  position: relative;
  margin: 0px 0 0px 0;
}
.status-step {
  width: 82px;
  height: 120px;
  float: left;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #b82b20;
}
.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-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: #b82b20;
}
.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-area-1 {
    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: 6px 0 0 0;
    width: 100%;
  }
  .legislation .content-area-2 {
    margin: 0px 0 0 0;
    width: 100%;
  }
  .legislation .content-area-2 .legislation-primary-sponsors {
    float: left;
    width: 46%;
    margin: 0 4% 4% 0;
  }
  .legislation .content-area-2 .legislation-cosponsors {
    float: left;
    width: 50%;
    margin: 2px 0 4% 0;
  }
}
/********************************************* 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 ********************************************************/
/********************************************* Newsroom Entrance **********************************************/
.newsroom-entrance {
  position: relative;
  float: left;
  width: 50%;
  margin: auto;
  overflow: auto;
  padding: 40px 32px 40px 32px;
}
.newsroom-entrance h1 {
  margin: auto;
  text-align: center;
  display: block;
}
/********************************************* Newsroom Structure *********************************************/
.newsroom {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: auto;
  padding: 0px 0px 40px 0px;
  background: #ffffff;
  z-index: 5;
}
.newsroom-top {
  position: relative;
  display: block;
  width: 100%;
  margin: 0px 0 10px 0;
  background: #ffffff;
}
.newsroom-bottom {
  position: relative;
  display: block;
  padding: 20px 0 0 0;
  width: 100%;
  background: #ffffff;
}
.newsroom-bottom-left {
  position: relative;
  float: left;
  margin: 0;
  width: 62%;
  padding: 0 40px 0 0;
  min-height: 400px;
}
.newsroom-bottom-right {
  margin: 0;
  position: relative;
  float: left;
  width: 38%;
  min-height: 400px;
}
/********************************************* Newsroom Photo Slider ******************************************/
.news-slider-container {
  float: left;
  position: relative;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0 0 0 20px;
}
.news-slider-container .slider-slide {
  position: relative;
  width: 100%;
  height: 248px;
}
.news-slider-container .slider-slide .media-container {
  position: relative;
  float: left;
  width: 94%;
  height: 100%;
}
.news-slider-container .slider-slide .media-container .media-caption {
  width: 100%;
  margin: 0 0 0 0;
  padding: 4px 1px 0 1px;
  font-size: 14px;
  line-height: 18px;
  background-color: transparent;
  overflow: hidden;
  height: 58px;
  min-height: initial;
}
.news-slider-container .slider-slide .media-container .media-poster {
  margin: 0;
  padding: 0;
  height: 188px;
}
.news-slider-container .slider-slide .media-container .media-poster .media-poster-image {
  float: left;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 188px;
  border: 12px solid #ffffff;
  background-size: cover;
}
.news-slider-container .slider-slide .media-container {
  position: relative;
  float: left;
  width: 92%;
  height: 100%;
}
/********************************************* Newsroom Press Release Feed ************************************/
.newsroom-press-release-feed {
  position: relative;
  float: left;
  width: 100%;
  min-height: 400px;
}
.newsroom-press-release-feed .press-release {
  position: relative;
  width: 100%;
  margin: 0 0 40px 0;
}
.newsroom-press-release-feed header.press-release-header {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 8px 0;
}
.newsroom-press-release-feed .press-release-title {
  position: relative;
  color: #000000;
}
.newsroom-press-release-feed .press-release-title a {
  color: #000000;
  text-decoration: none;
}
.newsroom-press-release-feed .press-release-subtitle {
  position: relative;
  color: #444444;
  font-size: 19px;
  line-height: 21px;
  margin: 0 0 6px 0;
}
.newsroom-press-release-feed .press-release-date {
  position: relative;
  font-size: 15px !important;
  color: #c22727;
}
.newsroom-press-release-feed .media-container {
  margin: 0 0 0px 0;
}
.newsroom-press-release-feed p {
  margin: 0 0 0px 0;
}
.newsroom-press-release-feed .media-poster-image {
  border: none;
}
.newsroom-press-release-feed .press-release-info {
  position: relative;
  float: left;
  width: 100%;
  padding: 10px 0px;
  min-height: 100px;
}
.newsroom-press-release-feed .press-release-summary {
  position: relative;
  font-size: 17px;
  line-height: 24px;
  margin: 0 0 10px 0;
  color: #444444;
}
/********************************************* Newsroom Social Media ******************************************/
.newsroom-social-media {
  margin: 0px 0 0 0;
  padding: 0 0 0 0px;
}
.newsroom-social-media a {
  margin-right: 8px;
  text-decoration: none;
}
.twitter-feed {
  position: relative;
  width: 100%;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .newsroom {
    width: 100%;
  }
  .newsroom-bottom-left {
    width: 100%;
    padding: 0;
  }
  .newsroom-bottom-right {
    width: 100%;
  }
}
/********************************************* Tablets ********************************************************/
@media screen and (min-width: 641px) and (max-width: 960px) {
  .newsroom {
    width: 100%;
  }
  .newsroom-bottom-left {
    width: 60%;
    padding: 0 20px 0 0;
  }
  .newsroom-bottom-right {
    width: 40%;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Issues *********************************************************/
.issue-container {
  float: left;
  min-width: 140px;
  margin: 0 12px 12px 0;
  padding: 6px 16px;
  transition: 0.4s;
  text-align: center;
  color: #ffffff;
  background: #990000;
  border: 0 solid #eeeeee;
}
.issue-container:hover {
  color: #ffffff;
  background: #c22727;
}
.issue-group {
  float: left;
  width: 42%;
  margin: 0 2% 2% 0;
}
/********************************************* Structure ******************************************************/
.issue-home {
  width: 100%;
  height: 400px;
}
.issue-button-container {
  float: left;
  width: 40%;
  margin: 5%;
  padding: 4% 4%;
}
.issue-button {
  float: left;
  width: 100%;
  height: 100%;
  padding: 80px 10px;
  background: #ffffff;
  box-shadow: 2px 2px 6px rgba(45, 52, 66, 0);
}
.issue-button:hover {
  box-shadow: 2px 4px 6px rgba(45, 52, 66, 0.15);
}
.issue-button-icon {
  width: 80px;
  height: 64px;
  margin: 0 auto;
}
.issue-button-icon img {
  display: inline-block;
}
.issue-button-label {
  margin: 2px 0 0 0;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}
/********************************************* Imports ********************************************************/
/********************************************* Rules **********************************************************/
h2.rules-header-top {
  position: relative;
  display: block;
  margin: auto;
  padding: 0 0 16px 0;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}
h3.rules-header {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  padding: 0 0 10px 0;
  margin: auto;
}
/********************************************* Imports ********************************************************/
/********************************************* Rules **********************************************************/
.covid-19-resource-guide-documents {
  width: 100%;
  text-align: center;
}
.covid-19-resource-guide-documents h3 {
  width: 100%;
  text-align: center;
}
/********************************************* Imports ********************************************************/
/********************************************* Structure ******************************************************/
.home-menu {
  width: 100%;
  height: 400px;
}
.home-menu-button-container {
  float: left;
  width: 25%;
  padding: 4%;
}
.home-menu-button {
  float: left;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #ffffff;
  box-shadow: 2px 2px 6px rgba(45, 52, 66, 0);
}
.home-menu-button:hover {
  box-shadow: 2px 4px 6px rgba(45, 52, 66, 0.15);
}
.home-menu-button-icon {
  width: 80px;
  height: 64px;
  margin: 0 auto;
}
.home-menu-button-icon img {
  display: inline-block;
}
.home-menu-button-label {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}
/********************************************* Smart Phones ***************************************************/
/********************************************* Tablets ********************************************************/
/*# sourceMappingURL=master.css.map */