/********************************************* Imports ********************************************************/
/********************************************* Fonts **********************************************************/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v15-latin-700.woff') format('woff'), url('../fonts/open-sans-v15-latin-700.ttf') format('truetype');
}
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: local('PT Serif'), local('PTSerif-Regular'), url('../fonts/pt-serif-v9-latin-regular.woff2') format('woff2'), url('../fonts/pt-serif-v9-latin-regular.woff') format('woff'), url('../fonts/pt-serif-v9-latin-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 700;
  src: local('PT Serif Bold'), local('PTSerif-Bold'), url('../fonts/pt-serif-v9-latin-700.woff2') format('woff2'), url('../fonts/pt-serif-v9-latin-700.woff') format('woff'), url('../fonts/pt-serif-v9-latin-700.ttf') format('truetype');
}
/********************************************* Imports ********************************************************/
/********************************************* Fonts **********************************************************/
/********************************************* Global Colors **************************************************/
/********************************************* Global Styles **************************************************/
/********************************************* Structure ******************************************************/
/********************************************* General ********************************************************/
/********************************************* Controls *******************************************************/
/********************************************* Media **********************************************************/
/********************************************* Tables *********************************************************/
/********************************************* Main Menu ******************************************************/
/********************************************* Devices ********************************************************/
/********************************************* Misc ***********************************************************/
/********************************************* Global Structure ***********************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'PT Serif', serif;
  text-decoration-skip-ink: none;
}
*:focus {
  outline-color: #1980EC;
  outline-width: 2px !important;
}
main:focus {
  outline: none;
}
body {
  position: relative;
  margin: auto;
  overflow-x: hidden;
  font-size: 18px;
  line-height: 28px;
  background: #ffffff;
}
header {
  position: fixed;
  width: 100%;
  margin: auto;
  z-index: 50;
}
.header-top {
  position: relative;
  background: linear-gradient(to right, #184466 0%, #0a4572 30%, #0a4572 70%, #184466 100%);
}
.header-top-frame {
  position: relative;
  height: 114px;
  padding: 16px 0 0 0;
  background: linear-gradient(to right, #0d426b 0%, #194e76 50%, #0d426b 100%);
}
.home-button {
  position: relative;
  width: 840px;
  margin: auto;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}
.home-button img {
  float: left;
  margin: 0;
  padding: 0;
}
.header-bottom {
  position: relative;
  box-shadow: 0px 2px 0px #e2eaf0;
  border: solid #4b7ea3;
  border-width: 3px 0 0 0;
  background: #ffffff;
}
.header-bottom-frame {
  position: relative;
  height: 42px;
  padding: 0 0 0 0;
}
.body-middle {
  position: relative;
}
.content-layout {
  position: relative;
  margin: 0 0 0 0;
  padding: 150px 0 0 0;
  font-size: 19px;
  color: #474747;
  line-height: 30px;
}
.content-layout-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  margin: auto;
  z-index: 1;
  background-position: center 0 !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}
.content-layout-head {
  position: relative;
  height: 480px;
  z-index: 3;
}
.content-layout-body {
  position: relative;
  z-index: 4;
  padding: 24px 0 8px 0;
  min-height: 540px;
  background: #ffffff;
}
footer {
  position: relative;
  margin: 12px 0 0 0;
  padding: 4px 0 10px 0;
  color: #3f4447;
  font-size: 14px;
  line-height: 28px;
  z-index: 3;
  background: #ffffff;
  overflow: auto;
  border: solid #e2eaf0;
  border-width: 2px 0 0 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.footer-top {
  display: none;
  position: relative;
  margin: 0 0 6px 0;
  padding: 6px 0 6px 0;
  z-index: 3;
  color: #043c66;
  background: #355d82;
}
.footer-bottom {
  position: relative;
  padding: 10px 0 10px 0;
}
footer a {
  clear: both;
  padding: 0 3px;
  display: inline-block;
  color: #3f4447;
  text-decoration: underline;
}
footer a:hover {
  text-decoration: underline;
}
footer .footer-section {
  position: relative;
  float: left;
  width: 100%;
  min-height: 180px;
  padding: 0 2%;
  text-align: center;
}
footer .footer-section p {
  margin: 0;
}
/********************************************* 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;
}
/********************************************* Skip To Main ***************************************************/
a.skip-to-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
  color: #ffffff;
  background: #000000;
}
a.skip-to-main:focus,
a.skip-to-main:active {
  color: #ffffff;
  background: #000000;
  left: auto;
  top: auto;
  width: 240px;
  height: auto;
  overflow: auto;
  padding: 5px;
  text-align: left;
  font-size: 20px;
  z-index: 999;
}
/********************************************* Back To Top ****************************************************/
.back-to-top {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 70;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #135181;
  color: #ffffff;
  cursor: pointer;
  padding: 2px 10px 3px 10px;
  border-radius: 3px;
}
.back-to-top img {
  position: relative;
  top: 3px;
  margin: 0 0 0 4px;
  right: 0;
  width: 18px;
}
/********************************************* Section ********************************************************/
.section {
  position: relative;
}
/********************************************* Section Header *************************************************/
.section-header {
  position: relative;
  margin: 0 0 20px 0;
  width: 100%;
}
.section-title {
  position: relative;
  float: left;
  clear: both;
  height: 40px;
  margin: 0 20px 0 0;
}
.section-title h1 {
  float: left;
  padding: 0 12px 0 0;
}
.section-title-addition {
  font-family: 'PT Serif', serif;
  position: relative;
  float: left;
  margin: 2px 20px 0 0;
  padding: 4px 0 0 16px;
  color: #000000;
  font-size: 17px;
  line-height: 28px;
  border: solid #135181;
  border-width: 0 0 0 3px;
}
.return-link {
  clear: both;
  display: inline-block;
  margin: 2px 0 0 2px;
  padding: 3px 6px;
  color: #165a8a;
  background: #e2eaf0;
  border-radius: 1px;
  vertical-align: top;
  font-size: 14px;
  line-height: 14px;
}
.return-link:hover {
  background: #cddce7;
}
/********************************************* Section Menu ***************************************************/
.section-menu {
  clear: both;
  display: block;
  position: relative;
  margin: 4px 0 0 0;
  padding: 0 0 0 0;
}
.section-menu a {
  margin: 0 0 8px 2px;
  padding: 5px 7px;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  text-decoration: none;
  border: 0 solid #135181;
  border-radius: 2px;
  transition: 0.2s;
  background: #135181;
}
.section-menu a.active {
  border: 0 solid #135181;
  color: #ffffff;
  background: #4b7ea3;
}
.section-menu a:hover {
  border: 0 solid #135181;
  color: #ffffff;
  background: #4b7ea3;
}
/********************************************* 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: #111111;
  font-size: 23px;
  line-height: 20px;
}
.subsection-header a.link-button,
.subsection-header button.link-button {
  vertical-align: text-top;
  min-width: 74px;
  margin: 2px 8px 0 0;
  padding: 3px 5px 3px 5px;
  font-size: 15px;
  line-height: 15px;
  background: #135181;
}
/********************************************* Visibility *****************************************************/
.home-logo-small,
.home-logo-medium,
.home-logo-large {
  display: none;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .header-top-frame {
    height: 76px;
    padding: 6px 0 0 0;
    background: none;
  }
  .home-button {
    width: 240px;
  }
  .header-bottom-frame {
    height: 8px;
  }
  .layout {
    font-size: 18px;
    line-height: 28px;
  }
  .content-layout {
    padding: 87px 0 0 0;
    font-size: 18px;
    line-height: 29px;
  }
  .content-layout-body {
    padding: 4px 0 8px 0;
    min-height: 540px;
  }
  .home-logo-small {
    display: block;
  }
}
/********************************************* Tablets ********************************************************/
@media screen and (min-width: 641px) and (max-width: 960px) {
  .header-top-frame {
    height: 104px;
    padding: 12px 0 0 0;
    background: none;
  }
  .home-button {
    width: 540px;
  }
  .header-bottom-frame {
    height: 10px;
  }
  .content-layout {
    padding: 115px 0 0 0;
    font-size: 19px;
    text-align: left;
    line-height: 30px;
  }
  .home-logo-medium {
    display: block;
  }
}
/********************************************* Desktops *******************************************************/
@media screen and (min-width: 961px) and (max-width: 1340px) {
  .home-logo-large {
    display: block;
  }
}
/********************************************* Large Screens **************************************************/
@media screen and (min-width: 1341px) {
  .content-frame-small {
    width: 1340px;
  }
  .content-frame-medium {
    width: 1320px;
  }
  .content-frame-large {
    width: 1350px;
  }
  .home-logo-large {
    display: block;
  }
}
/********************************************* Print **********************************************************/
@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
  header {
    position: relative;
    height: 24px !important;
    margin: 0;
    display: block;
  }
  .header-top-frame {
    height: 24px !important;
  }
  .header-bottom-frame {
    height: 0 !important;
  }
  .content-layout {
    padding: 0;
  }
  .content-frame-small,
  .content-frame-medium,
  .content-frame-large {
    padding: 0;
  }
  h1 {
    margin: 0px 0 4px 0 !important;
    font-size: 24px !important;
    line-height: 24px !important;
  }
  .laws-header h1 {
    margin: 0px 0 4px 0 !important;
  }
  .breadcrumbs {
    font-size: 18px !important;
    line-height: 24px !important;
    margin: 0 0 8px 0 !important;
  }
  .laws-section-header {
    min-height: 1px !important;
  }
  .laws-header h1 .codes-separator {
    padding: 0 2px !important;
    font-size: 24px !important;
    line-height: 24px !important;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Links **********************************************************/
a {
  color: #165a8a;
  text-decoration: none;
  cursor: pointer;
}
/********************************************* Headers ********************************************************/
h1 {
  margin: 10px 0 24px 0;
  padding-left: 1px;
  font-family: 'PT Serif', serif;
  color: #111111;
  font-size: 28px;
  font-weight: normal;
  line-height: 30px;
  text-align: left;
}
h2 {
  margin: 4px 0 4px 0;
  padding: 0;
  font-family: 'PT Serif', serif;
  color: #135181;
  font-size: 23px;
  line-height: 26px;
  font-weight: normal;
  text-align: left;
}
h3 {
  margin: 0 0 6px 0;
  padding: 0;
  font-family: 'PT Serif', serif;
  color: #000000;
  font-size: 20px;
  font-weight: normal;
  line-height: 26px;
  text-align: left;
}
/********************************************* Paragraph ******************************************************/
p {
  margin: 0 0 28px 0;
}
/********************************************* Lists **********************************************************/
ul {
  margin: 0;
  padding: 0 0 20px 0;
  line-height: 22px;
  list-style: none;
}
ul li {
  padding: 0 0 16px 24px;
  text-indent: 0;
  color: #474747;
  background: url('../images/global/icons/bullet.png') 0 7px no-repeat;
}
ul li ul {
  padding: 4px 0 0 0;
}
ul li a {
  color: #000000;
}
ul li a:hover {
  color: #165a8a;
  text-decoration: underline;
}
ol {
  list-style-position: inside;
}
ol li {
  padding: 4px 0 4px 0;
}
ol li ol li {
  padding: 4px 0 4px 30px;
}
/********************************************* Lines **********************************************************/
.vertical-bar {
  display: inline-block;
  margin: 0 3px;
  line-height: 14px;
  vertical-align: middle;
  width: 1px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.98);
}
/********************************************* Spacers ********************************************************/
.spacer-2 {
  height: 2px;
  font-size: 1px;
  line-height: 1px;
}
.spacer-4 {
  height: 4px;
  font-size: 1px;
  line-height: 1px;
}
.spacer-8 {
  height: 8px;
  font-size: 1px;
  line-height: 1px;
}
.spacer-12 {
  height: 12px;
  font-size: 1px;
  line-height: 1px;
}
.spacer-16 {
  height: 16px;
  font-size: 1px;
  line-height: 1px;
}
.spacer-20 {
  height: 20px;
  font-size: 1px;
  line-height: 1px;
}
.spacer-24 {
  height: 24px;
  font-size: 1px;
  line-height: 1px;
}
.spacer-32 {
  height: 32px;
  font-size: 1px;
  line-height: 1px;
}
/********************************************* 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;
}
.horizontal-spacer-80 {
  width: 80px;
  display: inline-block;
}
/********************************************* Error Notice ***************************************************/
.error-notice {
  margin: 80px auto;
  text-align: left;
  width: 90%;
  color: #000000;
  background: #dadada;
  padding: 32px 40px 44px 40px;
}
.error-notice h2 {
  margin: 10px 0 0 0;
  line-height: 26px;
}
.error-notice-diagnostics {
  clear: both;
  border: solid #474747;
  border-width: 1px 0 0 0;
  margin: 20px 0 0 0;
  padding: 8px 0;
}
/********************************************* Misc ***********************************************************/
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.clear {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 1px;
}
.display-none {
  display: none !important;
}
.display-block {
  display: block !important;
}
.display-inline-block {
  display: inline-block !important;
}
.visibility-hidden {
  visibility: hidden;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.no-top-margin {
  margin-top: 0 !important;
}
.no-bottom-margin {
  margin-bottom: 0 !important;
}
.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;
}
.bottom-note {
  padding: 10px 0 10px 0;
  font-size: 15px;
}
.screen-reader {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  h1 {
    margin: 10px 0 16px 0;
    font-size: 24px;
    line-height: 27px;
  }
  h2 {
    margin: 4px 0 8px 0;
    font-size: 21px;
    line-height: 26px;
  }
}
/********************************************* Tablets ********************************************************/
@media screen and (min-width: 641px) and (max-width: 960px) {
  h1 {
    margin: 0px 0 24px 0;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Text Inputs ****************************************************/
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input {
  width: 100%;
  margin: 0 15px 0 0;
  padding: 6px 4px 6px 7px;
  display: inline-block;
  color: #000000;
  font-size: 15px;
  line-height: 20px;
  border: 1px solid #d3dbe0;
  border-radius: 2px;
  transition: 0.2s;
  background: #ffffff;
  outline: none;
}
textarea {
  position: relative;
  float: left;
  width: 100%;
  padding: 6px 4px 6px 7px;
  font-size: 15px;
  border: 1px solid #d3dbe0;
  border-radius: 2px;
  outline: none;
  transition: 0.2s;
  background: #ffffff;
}
input::placeholder {
  color: #cbd2d6;
}
input:focus::placeholder {
  color: transparent;
}
/********************************************* Search Bar *****************************************************/
.search-bar {
  position: relative;
  float: left;
  width: 426px;
  height: 38px;
  margin: 0 10px 10px 0;
  padding-right: 80px;
  background: #ffffff;
}
.search-bar .search-bar-input {
  float: left;
  width: 100%;
  height: 38px;
  padding-right: 14px;
  border: solid #d3dbe0;
  transition: 0.2s;
  border-width: 1px 0 1px 1px;
  border-radius: 2px 0 0 2px;
  background: #ffffff;
}
.search-bar .search-bar-input input {
  width: 100%;
  border: none;
  font-size: 17px;
  line-height: 21px;
  vertical-align: middle;
  padding: 3px 4px 0 8px;
  background: #ffffff;
}
.search-bar .search-bar-clear {
  position: absolute;
  top: 10px;
  right: 102px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  background: #dadada url('../images/global/icons/clear-value-icon.png') center center no-repeat;
}
.search-bar .search-bar-clear:hover {
  background: #cccccc url('../images/global/icons/clear-value-icon.png') center center no-repeat;
}
.search-bar .search-bar-button {
  position: absolute;
  right: 0;
  width: 94px;
}
.search-bar .search-bar-button button,
.search-bar .search-bar-button a {
  float: right;
  width: 100%;
  height: 38px;
  border: 0 solid #d3dbe0;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  background: #135181 url('../images/global/icons/search-bar-button-white.png') center center no-repeat;
}
/********************************************* 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 2px 2px 0;
  background: #135181 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 #d3dbe0;
  border-radius: 2px;
  transition: 0.2s;
  background: #ffffff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/********************************************* Checkbox *******************************************************/
.checkbox-container {
  position: relative;
  margin: 12px 40px 4px 0;
  padding: 0 0 0 32px;
  display: block;
  font-size: 16px;
  text-align: left;
  line-height: 22px;
  cursor: pointer;
  border-radius: 2px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-container-small {
  position: relative;
  margin: 12px 40px 4px 0;
  padding: 0 0 0 32px;
  font-size: 16px;
  text-align: left;
  line-height: 22px;
  cursor: pointer;
  border-radius: 2px;
  -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: 2px;
  background: #ebeef0;
}
.checkbox-container-small .checkmark {
  top: 3px;
  width: 17px;
  height: 17px;
}
.checkbox-container:hover input ~ .checkmark,
.checkbox-container-small:hover input ~ .checkmark {
  background: #dcdfe0;
}
.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: #135181;
}
.checkmark:after {
  position: absolute;
  display: none;
  content: "";
}
.checkbox-container input:checked ~ .checkmark:after,
.checkbox-container-small input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark:after,
.checkbox-container-small .checkmark:after {
  top: 3px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox-container-small .checkmark:after {
  top: 1px;
  left: 5px;
  width: 4px;
  height: 9px;
}
/********************************************* Checkbox Group *************************************************/
.checkbox-group {
  float: left;
  width: 40%;
}
.checkbox-group-2-column {
  float: left;
  width: 40%;
}
.checkbox-group-3-column {
  float: left;
  width: 40%;
  width: 30%;
}
.checkbox-group-grid {
  width: 23%;
  min-height: 300px;
  display: block;
  border: solid #dadada;
  border-width: 0 2px 2px 0;
  float: left;
  background: #ffffff;
  margin: 0 2% 20px 0;
  padding: 0 20px 20px 0;
}
/********************************************* Radio Choice ***************************************************/
.radio-choice-container {
  float: left;
  display: block;
  margin: 0 15px 0 0;
  padding: 2px 4px 0 7px;
  border: 1px solid #d3dbe0;
  border-radius: 2px;
  background: #ffffff;
}
.radio-choice-container-transparent {
  float: left;
  display: block;
  margin: 0 15px 0 0;
  padding: 2px 4px 0 7px;
  border: 1px solid #d3dbe0;
  border-radius: 2px;
  background: #ffffff;
  padding: 1px 4px 1px 0;
  background: transparent;
  border: 1px solid transparent;
}
.radio-choice-option {
  float: left;
  display: block;
  position: relative;
  padding: 5px 0 5px 26px;
  margin-bottom: 2px;
  margin-right: 18px;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-choice-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-choice-option .checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #dcdfe0;
  border-radius: 50%;
}
.radio-choice-option:hover input ~ .checkmark {
  background-color: #dcdfe0;
}
.radio-choice-option input:focus ~ .checkmark {
  background: #cccccc;
  outline: 2px solid #1980EC;
}
.radio-choice-option input:checked ~ .checkmark {
  background-color: #135181;
}
.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 #d3dbe0;
  border-radius: 2px;
  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 0 0;
  padding: 8px 10px 8px 10px;
  display: inline-block;
  color: #ffffff;
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  border: 0 solid #043c66;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.4s;
  background: #135181;
}
a.link-button:hover,
button.link-button:hover {
  color: #ffffff;
  background: #4b7ea3;
}
a.link-button-small,
button.link-button-small {
  min-width: 128px;
  margin: 0 8px 0 0;
  padding: 8px 10px 8px 10px;
  display: inline-block;
  color: #ffffff;
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  border: 0 solid #043c66;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.4s;
  background: #135181;
  float: left;
  min-width: 60px !important;
  margin: 4px 10px 0 0;
  padding: 5px 8px 5px 8px;
  font-size: 15px;
  line-height: 16px;
}
ul li a.link-button {
  min-width: 128px;
  margin: 0 8px 0 0;
  padding: 8px 10px 8px 10px;
  display: inline-block;
  color: #ffffff;
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  border: 0 solid #043c66;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.4s;
  background: #135181;
  vertical-align: text-top;
  margin: 1px 0 0 10px;
  font-size: 14px;
  padding: 2px 4px 2px 4px;
  min-width: 40px;
}
ul li a.link-button:hover {
  text-decoration: none;
}
/********************************************* Panel Controls *************************************************/
.panel-control {
  position: relative;
  display: inline-block;
  width: 200px;
  margin: 0 5px 10px 0;
  padding: 0 0 0 0;
}
.panel-control-header {
  width: 100%;
  position: relative;
  padding: 3px 2px 3px 10px;
  color: #000000;
  font-size: 15px;
  line-height: 30px;
  text-align: left;
  border: 1px solid #d3dbe0;
  border-radius: 2px;
  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 {
  background: #e2eaf0;
  color: #135181;
  border-color: #4b7ea3;
}
.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 0 0 0;
  text-align: left;
  display: none;
  z-index: 12;
  overflow-y: auto;
  border: 1px solid #d3dbe0;
  border-radius: 0;
  background: #ffffff;
}
.panel-control-body fieldset.select-control-options {
  margin: 0;
  padding: 0 8px;
  border: 0;
}
.panel-control-body fieldset.select-control-options button {
  display: block;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  border: none !important;
  color: #111111;
  background-color: #ffffff;
  cursor: pointer;
}
.panel-control-body fieldset.select-control-options button:hover {
  background-color: #dadada;
}
.panel-control-body .select-control-options {
  padding: 4px 8px;
}
.panel-control-body .select-control-options .options-header {
  padding: 4px 0 0 5px;
  color: #000000;
  font-family: 'PT Serif', serif;
  font-size: 18px;
}
.panel-control-body .select-control-options .option {
  clear: both;
  margin: 0 0 4px 0;
  padding: 4px 8px 4px 0;
}
.panel-control-body .select-control-options .option:hover {
  background: #e6e9eb;
}
.panel-control-body .select-control-options .option .option-label {
  margin: 0 0 0 28px;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
}
.panel-control-body .select-control-options .option .option-label-no-image {
  margin: 0 0 0 6px;
  color: #000000;
  font-size: 14px;
  line-height: 14px;
}
.panel-control-body .radio-choice-option {
  float: none;
}
/********************************************* Panel Control Control Body Sizes *******************************/
.extra-wide-control-body {
  width: 400px;
}
.wide-control-body {
  width: 360px;
}
.medium-wide-control-body {
  width: 320px;
}
.medium-control-body {
  width: 260px;
}
/********************************************* Panel Control Overrides ****************************************/
#date-range-selector .panel-control-body {
  padding: 12px 8px;
  width: 400px;
}
#page-size-selector {
  width: 104px !important;
}
/********************************************* Delete Warning *************************************************/
.delete-warning {
  margin: 0 0 20px 0;
  padding: 6px 10px 5px 10px;
  color: #80704d;
  font-size: 16px;
  line-height: 24px;
  border: solid #b3a381;
  border-width: 0 0 0 4px;
  background: #d8ccac;
}
/********************************************* Dialog Box *****************************************************/
.dialog-box {
  position: absolute;
  color: #474747;
  top: 0;
  width: 50%;
  padding: 20px 24px 24px 24px;
  margin-left: 25%;
  background: #eeeeee;
  border: 16px solid #ffffff;
  box-shadow: 0px 2px 0px #e2eaf0;
  z-index: 20;
}
.dialog-box-header {
  font-size: 28px;
  color: #111111;
  padding: 0 0 16px 0;
}
.dialog-box-message {
  font-size: 18px;
  text-align: left;
  padding: 0 0 40px 0;
}
.dialog-box-message a {
  text-decoration: underline;
}
/********************************************* Busy Indicator *************************************************/
#busy-indicator-container {
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
  height: 200px;
  display: none;
  z-index: 100;
}
#busy-indicator {
  top: 0;
  width: 208px;
  height: 208px;
  margin: 0 auto;
  padding: 20px;
  display: block;
  box-shadow: 0px 2px 0px #e2eaf0;
  border: solid 4px #e2eaf0;
  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: 58px;
  height: auto;
  margin: 0 0 12px 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
  border-radius: 2px;
  background: #ffffff;
}
.sortable-element-handle {
  position: absolute;
  top: 6px;
  left: 6px;
  float: left;
  width: 46px;
  height: 46px;
  cursor: pointer;
  border: solid 2px #ffffff;
  transition: 0.5s;
  background: #124770 url('../images/global/icons/order.png') center center no-repeat;
}
.sortable-element-handle:hover {
  background: #4b7ea3 url('../images/global/icons/order.png') center center no-repeat;
}
.sortable-element-content {
  margin: 0 100px 0 58px;
  padding: 0;
  display: inline-block;
  min-width: 86%;
}
.sortable-element-thumbnail {
  float: left;
  padding: 6px 0 6px 0;
}
.sortable-element-thumbnail img {
  border: solid 2px #ffffff;
}
.sortable-element-info {
  padding: 6px 4px;
  text-align: left;
}
.sortable-element-actions {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 100px;
  height: 50px;
}
.sortable-element-actions .actions {
  float: right;
  width: 64px;
}
/********************************************* Sortable List Small ********************************************/
ul.sortable-list-compact .sortable-element {
  min-height: 42px;
  margin: 0 0 8px 0;
  line-height: 26px;
}
ul.sortable-list-compact .sortable-element-handle {
  top: 4px;
  left: 4px;
  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 #b3a381;
  border-radius: 2px;
  background: #ded7c8;
}
.changes-saved-notice {
  float: left;
  margin: 4px 4px 0 12px;
  padding: 2px 11px 2px 8px;
  color: #3e7c37;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #35902c;
  border-radius: 2px;
  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: 2px;
  background: #b3a381;
}
.tooltip-link-inline {
  margin: 4px 0 0 6px;
}
.tooltip-link:hover {
  color: #ffffff;
  background: #80704d;
}
/********************************************* Control States *************************************************/
input[type="text"]:hover,
input[type="password"]:hover,
input[type="file"]:hover,
textarea:hover,
select:hover,
.image-radio-choice label:hover {
  background: #dcdfe0;
  border-color: #c8cbcc;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  background: #e2eaf0;
  border-color: #135181;
  box-shadow: 0 0 0 1px #135181;
}
.search-bar .search-bar-input input[type="text"]:hover,
.search-bar .search-bar-input input[type="text"]:focus {
  border: 0;
  background: #ffffff;
  box-shadow: none;
}
.search-bar .search-bar-input:hover {
  color: #135181;
  border-color: #4b7ea3;
}
.image-radio-choice input:checked + label {
  color: #ffffff;
  background: #135181;
  border-color: #135181;
  box-shadow: 0 0 0 1px #d3dbe0;
}
/********************************************* Form Validation ************************************************/
.error-message {
  margin: 6px 15px 0 0;
  clear: both;
  display: block;
  padding: 8px 10px 8px 10px;
  font-size: 16px;
  line-height: 18px;
  color: #990000;
  border: 0 solid #990000;
  border-radius: 3px;
  background: #f2e4e4;
}
.error-message-full {
  margin: 6px 15px 0 0;
  clear: both;
  display: block;
  padding: 8px 10px 8px 10px;
  font-size: 16px;
  line-height: 18px;
  color: #990000;
  border: 0 solid #990000;
  border-radius: 3px;
  background: #f2e4e4;
  margin-right: 0;
}
input[type="text"].input-error,
input[type="password"].input-error,
input[type="file"].input-error,
textarea.input-error,
select.input-error,
input.input-error ~ label {
  color: #990000;
  border-color: #990000;
  box-shadow: 0 0 0 1px #990000;
  background: #f2e4e4;
}
input[type="text"].input-error::placeholder {
  color: #990000;
}
/********************************************* Control Sizes **************************************************/
.long-control {
  width: 600px;
}
.medium-long-control {
  width: 400px;
}
.medium-control {
  width: 300px;
}
.medium-short-control {
  width: 180px;
}
.short-control {
  width: 116px;
}
.mini-control {
  width: 60px;
}
/********************************************* Misc ***********************************************************/
.spin-open {
  transition: 0.2s;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.spin-close {
  transition: 0.2s;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.spin-close-instant {
  transition: 0s;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#view-state {
  display: none;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .panel-control {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .search-bar {
    width: 100%;
    padding-right: 80px;
  }
  .long-control,
  .medium-long-control,
  .medium-control,
  .medium-short-control {
    width: 100%;
    margin-right: 0;
  }
}
/********************************************* Tablets ********************************************************/
/********************************************* Imports ********************************************************/
/********************************************* Structure ******************************************************/
.form {
  position: relative;
  clear: both;
  display: block;
  overflow: hidden;
}
.form-line {
  position: relative;
  clear: both;
  display: block;
}
.form-element {
  position: relative;
  float: left;
  margin: 0 0 10px 0;
  display: block;
}
.form-spacer {
  position: relative;
  float: left;
  display: block;
  width: 20px;
}
.form-element-half {
  position: relative;
  float: left;
  margin: 0 0 10px 0;
  display: block;
  width: 50%;
  padding: 0 15px 0 0;
}
.form-element-three-quarters {
  position: relative;
  float: left;
  margin: 0 0 10px 0;
  display: block;
  width: 75%;
  padding: 0 15px 0 0;
}
.form-element-full {
  position: relative;
  float: left;
  margin: 0 0 10px 0;
  display: block;
  width: 100%;
}
.form-label {
  position: relative;
  width: 100%;
  margin: 2px 0 6px 0;
  padding-left: 2px;
  color: #000000;
  font-weight: bold;
  font-size: 15px;
  line-height: 16px;
}
.form-label-note {
  margin: 2px 0 0 5px;
  padding-left: 2px;
  display: inline-block;
  color: #b3a381;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
}
.form-input {
  position: relative;
  width: 100%;
  padding-left: 2px;
  font-size: 16px;
}
.form-value {
  position: relative;
  width: 100%;
  margin: 4px 0 4px 0;
  padding-left: 2px;
  font-size: 16px;
  line-height: 22px;
}
.form-buttons {
  float: left;
  clear: both;
  margin: 16px 0 0 0;
  padding-left: 2px;
}
.inset-controls {
  clear: both;
  display: block;
  overflow: auto;
  margin: 0 0 20px 28px;
  padding: 4px 0 8px 12px;
  border: solid #135181;
  background-color: #ffffff;
  border-width: 0 0 0 3px;
}
.form-top-note {
  font-size: 17px;
  padding: 5px 12px;
  line-height: 25px;
  color: #124770;
  background-color: #e2eaf0;
  margin: 0 0 24px 0;
  width: initial;
  display: inline-block;
  border-radius: 2px;
}
/********************************************* Forms : Field Sets *********************************************/
fieldset.section-version {
  float: left;
  width: 48%;
  border: 1px solid #d3dbe0;
  border-radius: 2px;
  padding: 12px 16px 8px 16px;
  margin: 8px 16px 20px 2px;
}
fieldset.section-version legend {
  color: #000000;
  font-weight: bold;
  font-size: 15px;
  line-height: 16px;
  padding: 4px 12px;
  margin: 0 0 0px 0px;
  border: 0px solid #ffffff;
}
/********************************************* Forms : Record Write Info **************************************/
.record-write-info {
  margin: 16px 0 40px 0;
  padding: 12px 0 0 2px;
  font-size: 15px;
  line-height: 24px;
  font-style: italic;
  border: solid #eeeeee;
  border-width: 0 0 0 0;
}
/********************************************* 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: 2px;
}
.form-menu a.active {
  color: #ffffff;
  background: #135181;
}
.form-menu a:hover {
  background: #cccccc;
}
/********************************************* 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-filters {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 0 0;
  display: block;
}
.active-filters {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 0 0;
  background: #ffffff;
}
.search-results {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 40px 0;
  background: #ffffff;
}
/********************************************* Header *********************************************************/
.search-header h1 {
  float: left;
  margin-right: 20px;
}
.search-header a.link-button,
.search-header button.link-button {
  min-width: 74px;
  margin: 17px 8px 0 0;
  padding: 3px 5px 3px 5px;
  font-size: 15px;
  line-height: 16px;
  background: #135181;
}
.search-header a.new-link {
  text-align: left;
  padding: 3px 5px 3px 6px;
  background: #135181 url('../images/global/icons/new.png') 50px center no-repeat;
}
/********************************************* Active Filters *************************************************/
.active-filters .active-filter {
  float: left;
  margin: 0 10px 10px 0;
  padding: 5px 4px 4px 4px;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  border: 1px solid #d3dbe0;
  border-radius: 2px;
  background: #ffffff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.active-filters .active-filter a.remove-filter-link {
  float: left;
  width: 16px;
  height: 16px;
  margin: 1px 6px 0 2px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.5s;
  text-decoration: none;
  background: #135181 url('../images/global/icons/clear-value-icon.png') center center no-repeat;
}
.active-filters .active-filter .remove-filter-link:hover {
  background: #043c66 url('../images/global/icons/clear-value-icon.png') center center no-repeat;
}
.active-filters .active-filter .filter-label {
  float: left;
  margin: 0 0 0 0;
  color: #000000;
  font-weight: bold;
}
.active-filters .active-filter .filter-connector {
  float: left;
  margin: 0 4px;
  color: #000000;
}
.active-filters .active-filter .filter-value {
  float: left;
  margin: 0 5px 0 0;
  color: #474747;
}
/********************************************* Search Results Empty *******************************************/
.search-results-empty-container {
  float: left;
  width: 100%;
  height: 360px;
  margin: 12px 0 40px 0;
  padding: 170px 0 0 0;
  font-size: 22px;
  text-align: center;
  background-color: #dadada;
}
/********************************************* Search Display Controls ****************************************/
.search-display-controls {
  line-height: 25px;
  position: relative;
  display: inline-block;
  margin: 0 12px 40px 0;
  padding: 4px 8px 1px 8px;
  border: dashed #4b7ea3;
  border-width: 1px 0 0 0;
  background: #e2eaf0;
  border-radius: 3px;
}
.search-display-controls .panel-control {
  position: relative;
  width: 184px;
  margin: 0 2px 4px 0;
  padding: 0 0 0 0;
}
.search-display-controls .panel-control-header {
  display: inline-block;
  vertical-align: top;
  padding: 0 2px 0 6px;
  margin: 0 0 0 0;
  color: #000000;
  font-size: 13px;
  line-height: 25px;
  border: 1px solid #d3dbe0;
  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: #135181;
}
.search-display-controls .panel-control-header .indicator .arrow {
  width: 17px;
  height: 16px;
  background: url('../images/global/icons/panel-control-arrow-white.png') center center no-repeat;
}
.search-display-controls .panel-control-body .select-control-options .option .option-label-no-image {
  margin: 0 0 0 6px;
  font-size: 13px;
  line-height: 13px;
}
.subsection-body .search-display-controls {
  top: 0;
  right: 0;
}
/********************************************* Search Results Info ********************************************/
.search-results-info {
  color: #043c66;
  margin: 0 12px 0 0;
  padding: 8px 0;
  vertical-align: top;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  white-space: nowrap;
}
/********************************************* Compact Pager **************************************************/
.compact-pager {
  line-height: 25px;
  font-size: 1px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  margin: 0 0 4px 0;
  padding: 0 0 0 0;
  height: 27px;
}
.page-iterator {
  position: relative;
  display: inline-block;
  height: 27px;
  margin: 0;
  padding: 0;
  border: 0 solid #d3dbe0;
}
.page-selector {
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: 124px;
  height: 27px;
  margin: 0;
  padding: 0;
  border: 0 solid #d3dbe0;
}
.compact-pager a.previous {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  width: 27px;
  height: 27px;
  font-size: 1px;
  color: transparent;
  border: 1px solid #d3dbe0;
  border-radius: 2px 0 0 2px;
  background: #ffffff url('../images/global/compact-pager/previous.png') center center no-repeat;
}
.compact-pager a.next {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  width: 27px;
  height: 27px;
  font-size: 1px;
  color: transparent;
  border: solid #d3dbe0;
  border-width: 1px 1px 1px 0;
  border-radius: 0 2px 2px 0;
  background: #ffffff url('../images/global/compact-pager/next.png') center center no-repeat;
}
.page-selector .panel-control {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
}
.page-selector .panel-control-header {
  width: 100%;
  padding: 0 4px 0 10px;
  height: 27px;
  font-size: 13px;
  line-height: 27px;
  border: 1px solid #d3dbe0;
  cursor: pointer;
  background: #ffffff;
}
.page-selector:hover .panel-control-header {
  background: #e2eaf0;
  color: #135181;
  border-color: #4b7ea3;
}
.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;
}
.page-selector .page-number-link {
  margin: 0 0 0 0;
  display: block;
  color: #000000;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}
.page-selector .page-number-link:hover {
  background: #dadada;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .search-display-controls {
    width: 100%;
  }
  .search-filters .panel-control {
    width: 100%;
  }
  .search-filters {
    margin: 0 0 10px 0;
  }
}
/********************************************* Tablets ********************************************************/
/********************************************* Imports ********************************************************/
/********************************************* Images *********************************************************/
img {
  max-width: 100%;
}
.image-bordered {
  border: 8px solid #ffffff;
}
/********************************************* Figures ********************************************************/
figure {
  position: relative;
}
figure img {
  display: block;
}
figure.figure-left {
  float: left;
  margin: 8px 20px 4px 0;
}
figure.figure-full {
  width: 100%;
}
figure.figure-large {
  width: 64%;
}
figure.figure-medium {
  width: 54%;
}
figure.figure-small {
  width: 36%;
}
figcaption {
  margin: 2px 0;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
  width: 100%;
  color: #135181;
  background: transparent;
  overflow: hidden;
}
figcaption.overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 6px 12px 6px 12px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  background: rgba(43, 83, 114, 0.8);
}
/********************************************* Media Container ************************************************/
.media-container,
.media-container-portrait,
.media-container-landscape,
.media-container-square,
.media-container-video {
  position: relative;
  float: left;
  width: 48%;
  margin: 0 2% 2% 0;
}
.media-container-full {
  width: 100%;
}
.media-container-large {
  width: 60%;
}
.media-container-medium {
  width: 50%;
}
.media-container-small {
  width: 25%;
}
.media-thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0 100% 0;
}
.media-container .media-thumbnail {
  padding: 0 0 120% 0;
}
.media-container-portrait .media-thumbnail {
  padding: 0 0 120% 0;
}
.media-container-landscape .media-thumbnail {
  padding: 0 0 64% 0;
}
.media-container-square .media-thumbnail {
  padding: 0 0 100% 0;
}
.media-container-video .media-thumbnail {
  padding: 0 0 58% 0;
}
.media-type-icon {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  float: left;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: auto;
  display: block;
  z-index: 8;
  background: center center no-repeat rgba(43, 83, 114, 0.8);
}
.media-overlay-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 54px;
  padding: 5px 8px 0 8px;
  z-index: 8;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  background: rgba(43, 83, 114, 0.8);
}
.media-overlay-caption-text {
  padding: 9px 8px 0 8px;
  font-size: 22px;
  line-height: 24px;
}
.media-overlay-caption-text-line-1 {
  font-size: 20px;
  line-height: 22px;
}
.media-overlay-caption-text-line-2 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  line-height: 20px;
}
.media-selected-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 6;
  transition: 0.2s;
  border: solid 5px transparent;
}
.media-selected-indicator:hover {
  border: solid 5px #135181;
  background: center center no-repeat rgba(43, 83, 114, 0.1);
}
.media-thumbnail-image {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 20px solid #eeeeee;
  background: center 0 / cover no-repeat;
}
.media-caption {
  clear: both;
  color: #000000;
  margin: 5px 0 5px 0;
  padding: 2px 8px;
  position: relative;
  float: left;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
}
/********************************************* Media Grid *****************************************************/
.media-grid-1-column,
.media-grid-2-column,
.media-grid-3-column,
.media-grid-4-column,
.media-grid-5-column,
.media-grid-6-column {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}
.media-grid-1-column .media-container {
  width: 100%;
  margin: 0 0 4% 0;
}
.media-grid-2-column .media-container {
  width: 48%;
  margin: 0 4% 4% 0;
}
.media-grid-3-column .media-container {
  width: 31%;
  margin: 0 3.5% 4% 0;
}
.media-grid-4-column .media-container {
  width: 22%;
  margin: 0 4% 4% 0;
}
.media-grid-5-column .media-container {
  width: 17%;
  margin: 0 3.75% 2% 0;
}
.media-grid-6-column .media-container {
  width: 15%;
  margin: 0 2% 2% 0;
}
.media-grid .media-thumbnail-image {
  border: 0 solid #eeeeee;
  background: center 0 / cover no-repeat;
}
.media-grid-clear-row-1,
.media-grid-clear-row-2,
.media-grid-clear-row-3,
.media-grid-clear-row-4,
.media-grid-clear-row-5,
.media-grid-clear-row-6 {
  clear: both;
  height: 2px;
  width: 100%;
  font-size: 1px;
  line-height: 1px;
  display: none;
}
.media-grid-1-column .media-grid-clear-row-1,
.media-grid-2-column .media-grid-clear-row-2,
.media-grid-3-column .media-grid-clear-row-3,
.media-grid-4-column .media-grid-clear-row-4,
.media-grid-5-column .media-grid-clear-row-5,
.media-grid-6-column .media-grid-clear-row-6 {
  display: block;
}
.media-grid-1-column .last-item-row-1,
.media-grid-2-column .last-item-row-2,
.media-grid-3-column .last-item-row-3,
.media-grid-4-column .last-item-row-4,
.media-grid-5-column .last-item-row-5,
.media-grid-6-column .last-item-row-6 {
  margin-right: 0;
}
/********************************************* Media List *****************************************************/
.media-list {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.media-list-item {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 4% 0;
  padding: 20px;
  background: #dddddd;
}
.media-list-item-thumbnail {
  position: relative;
  float: left;
  width: 32%;
  height: 100%;
  padding: 0 28px 0 0;
}
.media-list-item-thumbnail .media-container {
  width: 100%;
  margin: 0;
}
.media-list-item-thumbnail .media-container .media-thumbnail-image {
  margin: 0;
  display: block;
  border: 16px solid #ffffff;
  background-color: #000000;
  background-size: cover;
  background-position: center center;
}
.media-list-item-info {
  position: relative;
  float: left;
  width: 60%;
  height: 100%;
  margin: 0;
}
.media-list-item-pre-title {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 15px;
  line-height: 18px;
}
.media-list-item-title {
  margin: 0;
  padding: 0;
}
.media-list-item-summary {
  margin: 0 0 16px 0;
  height: auto;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
}
.media-list-item-summary .content-link {
  display: block;
  width: 120px;
  height: auto;
  margin: 12px 0 0 0;
  padding: 4px 10px;
  text-align: center;
  color: #ffffff;
  background: #4b7ea3;
}
.media-list-item-post-summary {
  margin: 0 0 10px 0;
  font-size: 15px;
  line-height: 18px;
}
/********************************************* Video Container ************************************************/
.video-container {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0;
  background-color: #ffffff;
}
.video-container .video-bounding-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-container .video-bounding-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
}
/********************************************* Thumbnail Portrait *********************************************/
.thumbnail-portrait-small {
  float: left;
  width: 50px;
  height: 64px;
  margin: 0 8px 0 0;
  display: block;
  overflow: hidden;
  border: 0 solid #cccccc;
  background-color: #000000;
}
.thumbnail-portrait-medium {
  float: left;
  width: 100px;
  height: 128px;
  margin: 1px 8px 0 0;
  display: block;
  overflow: hidden;
  border: 0 solid #cccccc;
  background-color: #000000;
}
/********************************************* Thumbnail Landscape *********************************************/
.thumbnail-landscape-small {
  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 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) {
  figure.figure-large,
  figure.figure-medium,
  figure.figure-small {
    width: 100%;
  }
  .media-grid-1-column .media-container,
  .media-grid-2-column .media-container,
  .media-grid-3-column .media-container,
  .media-grid-4-column .media-container,
  .media-grid-5-column .media-container,
  .media-grid-6-column .media-container {
    width: 100%;
    margin: 0 0 4% 0;
  }
  .media-list-item-thumbnail,
  .media-list-item-info {
    width: 100%;
  }
  .media-list-item-thumbnail {
    margin-bottom: 20px;
    padding: 0;
  }
}
/********************************************* Tablets ********************************************************/
@media screen and (min-width: 641px) and (max-width: 960px) {
  .media-grid-4-column .media-grid-clear-row-4,
  .media-grid-5-column .media-grid-clear-row-5,
  .media-grid-6-column .media-grid-clear-row-6 {
    display: none;
  }
  .media-grid-3-column .media-grid-clear-row-3,
  .media-grid-4-column .media-grid-clear-row-3,
  .media-grid-5-column .media-grid-clear-row-3,
  .media-grid-6-column .media-grid-clear-row-3 {
    display: block;
  }
  .media-grid-3-column .media-container,
  .media-grid-4-column .media-container,
  .media-grid-5-column .media-container,
  .media-grid-6-column .media-container {
    width: 31%;
    margin: 0 3.5% 4% 0;
  }
  .media-grid-3-column .last-item-row-3,
  .media-grid-4-column .last-item-row-3,
  .media-grid-5-column .last-item-row-3,
  .media-grid-6-column .last-item-row-3 {
    margin-right: 0;
  }
  .media-list-item-thumbnail {
    width: 45%;
  }
  .media-list-item-info {
    width: 55%;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Defaults ********************************************************/
table {
  width: 100%;
  border-collapse: collapse;
}
table tr th {
  padding: 8px 10px 2px 10px;
  font-weight: normal;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
}
table tr td {
  padding: 6px 10px 6px 10px;
  font-size: 17px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}
table tr td a {
  text-decoration: underline;
}
/********************************************* Data Grid Table ************************************************/
table.data-grid {
  width: 100%;
  margin: 0 0 0 0;
  border-collapse: collapse;
  background: #ffffff;
}
table.data-grid tr th {
  padding: 8px 12px 7px 6px;
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  border: solid #4b7ea3;
  border-width: 0 0 2px 0;
  background: #135181;
}
table.data-grid tr td {
  padding: 10px 20px 10px 6px;
  font-size: 18px;
  line-height: 21px;
  border: solid #e2eaf0;
  border-width: 2px 0 2px 0;
}
/********************************************* Cells Types ****************************************************/
table.data-grid tr td.actions-cell {
  width: 60px;
  padding: 7px 0 0 0;
}
table.data-grid tr td.actions-cell .actions {
  display: flex;
  justify-content: flex-end;
}
/********************************************* Action Buttons *************************************************/
.delete-button {
  display: block;
  float: left;
  margin: 0 0 0 6px;
  height: 26px;
  width: 26px;
  border-radius: 2px;
  text-decoration: none;
  background: #135181 url('../images/global/icons/delete.png') center center no-repeat;
}
.edit-button {
  display: block;
  float: left;
  margin: 0 0 0 6px;
  height: 26px;
  width: 26px;
  border-radius: 2px;
  text-decoration: none;
  background: #135181 url('../images/global/icons/edit.png') center center no-repeat;
}
.download-button {
  display: block;
  float: left;
  margin: 0 0 0 6px;
  height: 26px;
  width: 26px;
  border-radius: 2px;
  text-decoration: none;
  background: #135181 url('../images/global/icons/download.png') center center no-repeat;
}
.print-button {
  display: block;
  float: left;
  margin: 0 0 0 6px;
  height: 26px;
  width: 26px;
  border-radius: 2px;
  text-decoration: none;
  background: #135181 url('../images/global/icons/print.png') center center no-repeat;
}
.text-button,
a.text-button {
  display: block;
  float: left;
  margin: 0 0 0 6px;
  height: 26px;
  width: 26px;
  border-radius: 2px;
  text-decoration: none;
  width: initial;
  font-size: 16px;
  padding: 3px 8px 0 8px;
  color: #ffffff;
  background: #135181;
}
/********************************************* 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: #135181 url('../images/global/icons/delete.png') center center no-repeat;
}
/********************************************* Tables : Law ***************************************************/
table.laws-table {
  margin-bottom: 80px;
}
table.laws-table tr td {
  padding: 11px 12px 11px 2px;
  font-size: 21px;
  line-height: 24px;
  border: solid #e2eaf0;
  border-width: 2px 0 2px 0;
}
table.laws-table tr td a {
  text-decoration: none;
}
/********************************************* Tables : Embedded table ****************************************/
.laws-body table {
  width: initial;
  margin: 0 0 24px 0;
  color: #333333;
  background: none;
  border: none !important;
}
.laws-body table thead tr th,
.laws-body table thead tr td {
  font-size: 17px;
  line-height: 21px;
  font-weight: bold;
  padding: 8px 48px 8px 8px;
  color: #333333;
  background: none;
  border: solid #dadde0 !important;
  border-width: 2px;
}
.laws-body table tbody tr td {
  font-size: 17px;
  line-height: 21px;
  min-width: 120px;
  padding: 8px 40px 8px 8px;
  border: solid #dadde0;
  border-width: 2px;
  color: #333333;
  background: none;
}
/********************************************* Tables : Snippet ***********************************************/
.search-results-snippet {
  margin: 6px 0 0 0;
  font-size: 16px;
  line-height: 22px;
}
.search-results-snippet .keyword-hit {
  color: #152a3a;
  font-weight: bold;
}
/********************************************* Applications Table *********************************************/
/********************************************* Application Sections Table *************************************/
table.application-sections-admin-table tr td.application-cell {
  min-width: 200px;
}
table.application-sections-admin-table tr td.name-cell {
  width: 100%;
}
/********************************************* Application Pages Table ****************************************/
table.application-pages-admin-table tr td.application-cell {
  min-width: 200px;
}
table.application-pages-admin-table tr td.section-cell {
  min-width: 240px;
}
table.application-pages-admin-table tr td.name-cell {
  width: 100%;
}
/********************************************* Content Components Table ***************************************/
table.content-components-admin-table tr td.application-cell {
  min-width: 200px;
}
table.content-components-admin-table tr td.section-cell {
  min-width: 240px;
}
table.content-components-admin-table tr td.page-cell {
  min-width: 240px;
}
table.content-components-admin-table tr td.name-cell {
  width: 100%;
}
/********************************************* Content Components Versions Table ******************************/
table.content-component-versions-admin-table tr td.section-cell {
  width: 180px;
}
/********************************************* Constitution Articles Admin Table ********************************/
table.constitution-articles-admin-table tr td.number-cell {
  width: 80px;
  text-align: right;
}
/********************************************* Constitution Sections Admin Table *******************************/
/********************************************* Revised Code Titles Admin Table *********************************/
/********************************************* Revised Code Chapters Admin Table ********************************/
/********************************************* Revised Code Section Review List Admin Table *********************/
table.section-review-list-admin-table tr td.section-cell {
  width: 20%;
}
table.section-review-list-admin-table tr td.effective-date-cell {
  width: 22%;
}
table.section-review-list-admin-table tr td.remove-cell {
  width: 23%;
}
/********************************************* Users Admin Table **********************************************/
table.users-admin-table tr td.name-cell {
  width: 180px;
}
/********************************************* 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;
}
/********************************************* Collections Admin Table *****************************************/
table.collections-admin-table tr td.thumbnail-cell {
  width: 90px;
}
table.collections-admin-table tr td.creation-date-cell {
  width: 150px;
}
table.collections-admin-table tr td.is-published-cell {
  width: 150px;
}
/********************************************* Visibility *****************************************************/
.smart-phone-label {
  display: none;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  table.data-grid caption,
  table.data-grid caption.screen-reader {
    position: initial;
    width: initial;
    height: initial;
    margin: 0;
    padding: 4px 0;
    overflow: initial;
    clip: initial;
    word-wrap: normal;
    border: initial;
    clip-path: initial;
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    background-color: #135181;
  }
  table.data-grid thead tr th {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  table.data-grid tbody tr {
    display: block;
    width: 100%;
    clear: both;
    padding: 8px 0;
    border: solid #e2eaf0;
    border-width: 0 0 2px 0;
    border-collapse: collapse;
    overflow: auto;
  }
  table.data-grid tbody tr td,
  table.data-grid tbody tr th {
    float: left;
    clear: both;
    width: 100% !important;
    margin: 0 0 0 0;
    padding: 4px 0 4px 8px;
    font-size: 19px;
    line-height: 23px;
    border: none;
  }
  .delete-button,
  .edit-button,
  .download-button,
  .print-button {
    margin: 0 6px 0 0;
  }
  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: " - ";
  }
}
/********************************************* Tablets ********************************************************/
/********************************************* Imports ********************************************************/
/********************************************* Structure ******************************************************/
.main-menu {
  position: relative;
  left: 5px;
  height: 42px;
  padding: 0;
}
.main-menu .text-container {
  display: block;
  height: 42px;
  margin: 0;
  padding: 13px 16px;
  color: #000000;
  font-family: 'PT Serif', serif;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.1s;
  border: none;
}
.main-menu ul {
  width: 60%;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.main-menu ul li {
  margin: 0 3.2% 0 0;
  padding: 0;
  display: inline-block;
  background: none;
}
.main-menu ul li .menu-header {
  display: block;
  height: 42px;
  margin: 0;
  padding: 13px 12px;
  color: #000000;
  font-family: 'PT Serif', serif;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.1s;
  border: none;
}
.main-menu ul li .menu-header-condensed {
  padding: 13px 12px;
  letter-spacing: 0;
}
.main-menu ul li:hover .menu-header {
  background: #dae1e5;
  text-decoration: none;
}
.main-menu ul li a.active {
  background: #dae1e5;
}
/********************************************* Submenus *******************************************************/
.main-menu ul li ul.menu-body {
  position: absolute;
  top: 42px;
  width: 280px;
  padding: 0 0;
  display: none;
  z-index: -1;
  box-shadow: 0px 2px 0px #e2eaf0;
  background: #dae1e5;
  border: solid #ffffff;
  border-width: 9px 0 8px 0;
  transition: 0s;
}
.main-menu ul li:hover ul.menu-body {
  display: block;
}
.main-menu ul li ul.menu-body li {
  margin: 0;
  position: relative;
  display: block;
}
.main-menu ul li ul.menu-body li a {
  clear: both;
  margin: 0 0 0 0;
  padding: 7px 10px;
  width: 100%;
  display: block;
  color: #111111;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  border: solid transparent;
  border-width: 0 0 0 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main-menu ul li ul.menu-body li:first-child a {
  padding-top: 8px;
}
.main-menu ul li ul.menu-body li:last-child a {
  padding-bottom: 8px;
}
.main-menu ul li ul.menu-body li.menu-body-section-link a {
  padding-left: 24px;
}
.main-menu ul li ul.menu-body li a:hover {
  background: #d0d7db;
  border-color: #124770;
}
/********************************************* User Menu ******************************************************/
#user-menu {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 90;
}
#user-menu .panel-control {
  position: relative;
  float: left;
  width: initial;
  padding: 2px 2px 0 0;
}
#user-menu .panel-control-header {
  padding: 4px 6px 4px 11px;
  color: #124770;
  font-size: 14px;
  line-height: 20px;
  border: 0 solid #ffffff;
  background: #e2eaf0;
}
#user-menu .panel-control:hover .panel-control-header {
  background: #cddce7;
}
#user-menu .panel-control-header .indicator {
  float: right;
  width: 18px;
  height: 18px;
  margin: 1px 0 0 4px;
  border-radius: 0;
  cursor: pointer;
}
#user-menu .panel-control-header .indicator .arrow {
  background: url('../images/global/icons/user-menu-arrow.png') center center no-repeat;
}
#user-menu .panel-control-body {
  max-height: initial;
  overflow: hidden;
}
#user-menu .panel-control-body a {
  padding: 2px 2px 6px 2px;
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 14px;
}
/********************************************* Default Visibility *********************************************/
.main-menu {
  display: block;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .main-menu {
    display: none;
  }
}
/********************************************* Tablets ********************************************************/
@media screen and (min-width: 641px) and (max-width: 960px) {
  .main-menu {
    display: none;
  }
}
/********************************************* Desktops *******************************************************/
@media screen and (min-width: 961px) and (max-width: 1140px) {
  .main-menu {
    display: block;
  }
  .main-menu ul li {
    margin-right: 0px;
  }
  .main-menu {
    left: 0;
  }
  .main-menu ul li .menu-header {
    padding: 13px 8px;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
/********************************************* Large Screens **************************************************/
@media screen and (min-width: 1341px) {
  .main-menu {
    display: block;
  }
  .main-menu {
    display: block;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Mobile Menu Button *********************************************/
.mobile-navigation-button {
  position: fixed;
  top: 44px;
  left: 15px;
  margin: 0;
  z-index: 90;
  cursor: pointer;
  background: transparent;
  border: none;
  width: 20px;
  height: 20px;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#mobile-navigation-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
  opacity: 1;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #ffffff;
}
#mobile-navigation-button span:nth-child(1) {
  top: 0;
}
#mobile-navigation-button span:nth-child(2),
#mobile-navigation-button span:nth-child(3) {
  top: 7px;
}
#mobile-navigation-button span:nth-child(4) {
  top: 14px;
}
#mobile-navigation-button.open span:nth-child(1) {
  top: 7px;
  left: 50%;
  width: 0;
}
#mobile-navigation-button.open span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile-navigation-button.open span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile-navigation-button.open span:nth-child(4) {
  top: 7px;
  left: 50%;
  width: 0;
}
/********************************************* Structure ******************************************************/
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  transition: 0.15s;
  left: 100%;
  width: 100%;
  height: 100%;
  padding: 0 0 0 0;
  z-index: 80;
}
.mobile-menu-top {
  height: 119px;
  position: relative;
  padding: 12px 0 0 0;
}
.mobile-menu-top .mobile-menu-home-button {
  width: 540px;
  position: relative;
  margin: auto;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}
.mobile-menu-top .mobile-menu-home-button img {
  float: left;
  margin: 0 0 0 0;
  padding: 0;
}
.mobile-menu-bottom {
  height: 100%;
  background: #ffffff;
}
/********************************************* Search *********************************************************/
.mobile-search-form-container {
  display: none;
  margin: auto;
  width: 100%;
  padding: 20px 20px 6px 20px;
  background: #e2eaf0;
  border: solid #e2eaf0;
  border-width: 0 0 2px 0;
}
.mobile-search-form-container .search-bar {
  height: 34px;
  width: 100%;
  margin: 0 0 18px 0;
}
.mobile-search-form-container .search-bar .search-bar-input {
  height: 34px;
  border: solid 1px #4b7ea3;
}
.mobile-search-form-container .search-bar .search-bar-input input {
  font-size: 16px;
  line-height: 21px;
  padding: 0 4px 0 8px;
}
.mobile-search-form-container .search-bar .search-bar-input input::placeholder {
  color: #a6bbcb;
}
.mobile-search-form-container .search-bar-button {
  width: 86px;
}
.mobile-search-form-container .search-bar-button button {
  width: 108px;
  height: 34px;
}
.mobile-search-form-container .search-bar-number-search .search-bar-button button {
  color: #ffffff;
  font-size: 15px;
  background-image: none;
}
/********************************************* Menu ***********************************************************/
.mobile-menu ul {
  margin: 0;
  padding: 10px 0;
  display: block;
  border: solid #e2eaf0;
  border-width: 0 0 2px 0;
  background: #ffffff;
}
.mobile-menu ul li {
  margin: 0 0 0 0;
  padding: 0;
  display: block;
  background: none;
}
.mobile-menu .menu-header {
  color: #000000;
  width: 100%;
  text-align: left;
  font-size: 20px;
  line-height: 20px;
  padding: 12px 16px 12px 16px;
  background: #ffffff;
  border: solid transparent;
  border-width: 2px 0 0 0;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.mobile-menu .menu-header:hover {
  color: #474747;
  background: #dadada;
  text-decoration: none;
}
.mobile-menu .menu-header .indicator {
  display: block;
  float: right;
  width: 19px;
  height: 19px;
  margin: 1px 4px 0 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mobile-menu .menu-header .indicator .arrow {
  display: block;
  width: 19px;
  height: 19px;
  transition: 0.2s;
  background: url('../images/global/mobile-menu/arrow.png') 2px 6px no-repeat;
}
.mobile-menu ul.menu-body {
  display: none;
  background: #eeeeee;
}
.mobile-menu ul.menu-body li a {
  color: #474747;
  padding: 12px 20px 12px 32px;
  font-size: 18px;
  line-height: 18px;
  display: block;
  text-decoration: none;
}
.mobile-menu ul.menu-body li a:hover {
  background: #cccccc;
  text-decoration: none;
}
/********************************************* Visibility *****************************************************/
.mobile-search-form-container,
.mobile-navigation-button,
.mobile-menu {
  display: none;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .mobile-navigation-button {
    top: 30px;
    left: 12px;
    margin: 0;
  }
  .mobile-menu-top {
    height: 89px;
    padding: 6px 0 0 0;
  }
  .mobile-search-form-container {
    padding: 16px 14px 0 14px;
  }
  .mobile-menu .menu-header {
    padding: 10px 16px 9px 16px;
    font-size: 17px;
    line-height: 18px;
  }
  .mobile-menu ul.menu-body li a {
    padding: 8px 20px 8px 20px;
    font-size: 17px;
    line-height: 18px;
  }
  .mobile-search-form-container,
  .mobile-navigation-button,
  .mobile-menu {
    display: block;
  }
}
/********************************************* Tablets ********************************************************/
@media screen and (min-width: 641px) and (max-width: 960px) {
  .mobile-search-form-container,
  .mobile-navigation-button,
  .mobile-menu {
    display: block;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Structure ******************************************************/
.content-layout-body-home {
  position: relative;
  z-index: 4;
  padding: 24px 0 8px 0;
  min-height: 540px;
  background: #ffffff;
  min-height: 400px;
}
/********************************************* Home : Quick Start *********************************************/
.quick-start {
  position: relative;
  clear: both;
  width: 100%;
  height: 560px;
  margin: 24px 0 20px 0;
  padding: 44px;
  background: url('../images/home/quick-start-background.jpg') center center;
  border-radius: 0;
  z-index: 1;
}
.quick-start-background-panel {
  position: absolute;
  width: 68%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0;
  background: rgba(43, 83, 114, 0.64);
  z-index: 1;
}
.quick-start-summary {
  position: relative;
  float: left;
  margin: 0 3% 0 0;
  width: 54%;
  min-height: 426px;
  padding: 10px 20px 20px 20px;
  border: 0 solid #cccccc;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 4px 4px 8px rgba(21, 70, 109, 0);
  z-index: 2;
}
.quick-start-summary-title {
  font-size: 25px;
  line-height: 28px;
  padding: 4px 0 12px 0;
  color: #000000;
}
.quick-start-summary-text {
  font-size: 20px;
  line-height: 40px;
  padding: 10px 0 14px 0;
  border: solid #135181;
  border-width: 3px 0 3px 0;
  color: #111111;
}
.quick-start-summary-text a {
  text-decoration: underline;
}
.quick-start-summary-text a.link-button {
  text-decoration: none;
}
.quick-start-search-modules {
  position: relative;
  float: left;
  margin: 0 0 0 0;
  width: 43%;
  padding: 0;
  z-index: 2;
}
.quick-start-search-module {
  position: relative;
  clear: both;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 18px 20px 16px 20px;
  border: 0 solid #cccccc;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 4px 4px 8px rgba(21, 70, 109, 0);
  z-index: 2;
}
.quick-start-search-module:last-child {
  margin: 0 0 0 0;
}
.quick-start-search-module-header {
  position: relative;
  display: block;
  height: 30px;
  margin: 1px 0 9px 0;
  font-size: 25px;
  line-height: 25px;
  color: #000000;
}
.quick-start-search-module-header-title {
  float: left;
  padding: 0 10px 0 0;
}
.quick-start-search-module-header-browse {
  border: solid #135181;
  padding: 0 0 0 10px;
  border-width: 0 0 0 3px;
  float: left;
  line-height: 25px;
}
.quick-start-search-module-body {
  position: relative;
  display: block;
}
/********************************************* Search : Search Bar Blue ***************************************/
.quick-start-search-module-search .search-bar {
  position: relative;
  float: left;
  width: 100%;
  height: 38px;
  margin: 0 10px 10px 0;
  padding-right: 80px;
  background: #ffffff;
}
.quick-start-search-module-search .search-bar .search-bar-input {
  float: left;
  width: 100%;
  height: 38px;
  padding-right: 28px;
  border: solid #d3dbe0;
  border-width: 2px 0 2px 2px;
  border-radius: 4px 0 0 4px;
  background: #ffffff;
}
.quick-start-search-module-search .search-bar .search-bar-input input {
  width: 100%;
  border: none;
  font-size: 18px;
  line-height: 26px;
  vertical-align: top;
  padding: 4px 4px 0 8px;
  background: #ffffff;
}
.quick-start-search-module-search .search-bar .search-bar-clear {
  position: absolute;
  top: 10px;
  right: 102px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  cursor: pointer;
  transition: 0.4s;
  background: #cccccc url('../images/global/icons/clear-value-icon.png') center center no-repeat;
}
.quick-start-search-module-search .search-bar .search-bar-clear:hover {
  background: #999999 url('../images/global/icons/clear-value-icon.png') center center no-repeat;
}
.quick-start-search-module-search .search-bar .search-bar-button {
  position: absolute;
  right: 0;
  width: 94px;
}
.quick-start-search-module-search .search-bar .search-bar-button button,
.quick-start-search-module-search .search-bar .search-bar-button a {
  float: right;
  width: 100%;
  height: 38px;
  border: 0 solid #dadada;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  background: #135181 url('../images/global/icons/search-bar-button-white.png') center center no-repeat;
}
/********************************************* Welcome Banner *************************************************/
.welcome-banner {
  font-size: 17px;
  padding: 6px 10px 4px 10px;
  line-height: 24px;
  color: #124770;
  background-color: #e2eaf0;
  margin: 8px 0 0px 0;
  width: initial;
  display: inline-block;
  border-radius: 1px;
}
.welcome-banner-spacer {
  height: 20px;
  font-size: 1px;
  line-height: 1px;
}
/********************************************* Welcome Banner *************************************************/
.section-banner {
  font-size: 17px;
  padding: 6px 10px 5px 10px;
  line-height: 24px;
  color: #124770;
  background-color: #e2eaf0;
  margin: 8px 0 16px 0;
  width: 100%;
  display: inline-block;
  border-radius: 1px;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .quick-start {
    height: initial;
    margin: 0 0 0 0;
    padding: 12px;
  }
  .quick-start-background-panel {
    width: 74%;
  }
  .quick-start-summary {
    display: none;
  }
  .quick-start-search-modules {
    width: 100%;
  }
  .quick-start-search-module {
    width: 100%;
    margin: 0 0 12px 0;
    padding: 14px 16px 12px 16px;
  }
  .quick-start-search-module-header-title {
    font-size: 24px;
    padding: 0 10px 0 0;
    display: block;
  }
  .quick-start-search-module-header-browse {
    clear: both;
    display: block;
    font-size: 24px;
    padding: 0 0 0 8px;
    border-width: 0 0 0 3px;
    margin-bottom: 10px;
    float: left;
    line-height: 25px;
  }
  .quick-start-search-module-search .search-bar .search-bar-clear {
    display: none;
  }
  .quick-start-search-module-search .search-bar {
    padding-right: 20px;
  }
  .quick-start-search-module-search .search-bar .search-bar-button {
    width: 50px;
  }
  .welcome-banner {
    font-size: 16px;
    padding: 4px 8px 4px 8px;
    line-height: 22px;
    margin: 10px 0 0 0;
  }
  .content-layout-body-home .welcome-banner {
    margin: 0 0 20px 0;
  }
  .welcome-banner-spacer {
    height: 10px;
  }
}
/********************************************* Tablets ********************************************************/
@media screen and (min-width: 641px) and (max-width: 960px) {
  .quick-start {
    margin: 12px 0 40px 0;
  }
  .quick-start-background-panel {
    width: 74%;
  }
  .quick-start-summary {
    display: none;
  }
  .quick-start-search-modules {
    width: 100%;
  }
  .content-layout-body-home .welcome-banner {
    margin: 0px 0 10px 0;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Laws ***********************************************************/
.laws-header {
  float: left;
  position: relative;
}
.laws-section-header {
  min-height: 88px;
}
.laws-header h1 {
  margin-bottom: 4px;
}
.laws-table .codes-separator {
  color: #4b7ea3;
  display: inline;
  vertical-align: top;
  padding: 0 4px;
  margin-top: 0;
  font-size: 18px;
  line-height: 24px;
}
.laws-header h1 .codes-separator {
  color: #4b7ea3;
  display: inline;
  vertical-align: top;
  margin-top: 0;
  padding: 0 2px;
  font-size: 26px;
  line-height: 28px;
}
.laws-header-notice {
  font-size: 18px;
  line-height: 28px;
  margin: 8px 0 24px 0;
  padding: 9px 12px 8px 46px;
  color: #80704d;
  background: #d8ccac url('../images/global/icons/important-brown.png') 7px center no-repeat;
}
.laws-header-notice a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 16px;
  color: #80704d;
  padding: 4px 8px;
  margin: 2px 0 2px 12px;
  border-radius: 2px;
  border: 1px solid #b3a381;
}
.laws-header-notice-option-2 {
  font-size: 18px;
  line-height: 28px;
  margin: 8px 0 24px 0;
  padding: 9px 12px 8px 46px;
  color: #3e7c37;
  background: #b6d1b3 url('../images/global/icons/important-green.png') 7px center no-repeat;
}
.laws-section-info {
  overflow: auto;
  clear: both;
  font-size: 15px;
  font-style: italic;
  color: #333333;
  background: #ffffff;
  margin: 0px 0 0px 0;
  padding: 11px 0;
}
.laws-section-info-module {
  float: left;
  margin: 0 20px 0 0;
}
.laws-section-info-module a {
  color: #3a3f44;
}
.laws-section-info-module a:hover {
  color: #165a8a;
  text-decoration: underline;
}
.laws-section-info-module .label {
  font-weight: bold;
  margin: 0 5px 0 0;
  float: left;
}
.laws-section-info-module .value {
  float: left;
}
.laws-body {
  display: block;
  position: relative;
  clear: both;
  font-size: 18px;
  line-height: 34px;
  margin: 0 0 36px 0;
  color: #333333;
  background: none;
  padding: 11px 1px 13px 1px;
  border: solid #135181;
  border-width: 2px 0;
}
table.laws-table tr td .laws-body {
  padding: 13px 0px 0px 1px;
  border-width: 0;
  margin: 0 0 16px 0;
}
.laws-body a {
  color: #0f578a;
  text-decoration: underline !important;
}
.laws-body a.link-button {
  color: #ffffff;
  text-decoration: none !important;
}
.laws-body p {
  margin-bottom: 20px;
}
.laws-body span.laws-image-container {
  position: relative;
  display: block;
  width: 100%;
}
.laws-body span.laws-image-container img {
  display: block;
  position: relative;
  margin: 10px auto 16px auto;
  border: 3px solid #dadde0;
}
.laws-body a.link-button {
  display: inline-block;
  margin: 6px 10px 16px 0;
  text-decoration: none;
  background: #486b8d;
}
.laws-body p.level-1 {
  margin-left: 0;
}
.laws-body p.level-2 {
  margin-left: 30px;
}
.laws-body p.level-3 {
  margin-left: 60px;
}
.laws-body p.level-4 {
  margin-left: 90px;
}
.laws-body p.level-5 {
  margin-left: 120px;
}
.laws-body p.level-6 {
  margin-left: 150px;
}
.laws-body p.level-7 {
  margin-left: 180px;
}
.laws-body span p:last-child {
  margin-bottom: 0;
}
.laws-body a {
  text-decoration: underline;
}
.laws-notice {
  margin: 13px 0 0 0;
  padding: 4px 0 0 0;
  font-size: 15px;
  line-height: 24px;
  font-style: italic;
  border: solid #eeeeee;
  border-width: 0 0 0 0;
}
.laws-notice p {
  margin-bottom: 12px;
}
.laws-notice p:last-child {
  margin-bottom: 0;
}
.laws-currency_notice {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 2px 12px;
  font-size: 15px;
  line-height: 24px;
  color: #80704d;
  background-color: #ded7c8;
}
.laws-history {
  margin: 10px 0 0px 0;
  font-size: 18px;
  line-height: 29px;
}
.laws-history h2 {
  margin: 4px 0 10px 0;
}
.laws-history ul li a {
  color: #165a8a;
}
.laws-history h3 {
  color: #474747;
  margin: 4px 0 10px 0;
}
.laws-additional-information {
  margin: 4px 0 20px 0;
}
.laws-additional-information a {
  text-decoration: underline;
}
/********************************************* Breadcrumbs ****************************************************/
.breadcrumbs {
  position: relative;
  clear: both;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 4px 0;
  background: #ffffff;
}
.breadcrumbs-node {
  float: left;
  position: relative;
  margin: 0;
}
.breadcrumbs-node a {
  position: relative;
  clear: both;
  color: #4b7ea3;
}
.breadcrumbs-node a:hover {
  text-decoration: underline;
}
.breadcrumbs-separator {
  color: #b3a381;
  margin: 0 10px 0 10px;
  float: left;
}
/********************************************* Section Navigator **********************************************/
.profile-navigator {
  clear: both;
  font-size: 17px;
  line-height: 19px;
  float: left;
  width: 100%;
  margin: 6px 0 24px 0;
  padding: 0;
}
.previous a {
  float: left;
  width: 136px;
  height: 31px;
  margin: 0 10px 0 0;
  background: #135181;
}
.previous a .section-number {
  display: inline;
}
.previous a .section-name {
  display: none;
}
.next a {
  float: left;
  width: 136px;
  height: 31px;
  margin: 0;
  background: #135181;
}
.next a .section-number {
  display: inline;
}
.next a .section-name {
  display: none;
}
.profile-pager-arrow {
  float: left;
  height: 14px;
  margin: 2px 8px 0 8px;
  display: inline-block;
}
.previous .profile-pager-arrow {
  float: left;
  margin: 2px 8px 0 0;
}
.next .profile-pager-arrow {
  float: right;
  margin: 2px 0 0 8px;
}
/********************************************* Inline Search Bar **********************************************/
.inline-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 460px;
  margin: 5px 5px 0 0;
  padding: 0;
}
.inline-search .search-bar {
  position: relative;
  display: inline-block;
  width: 260px;
  height: 32px;
  margin: 0 10px 8px 0;
  padding-right: 34px;
}
.inline-search .search-bar .search-bar-input {
  float: left;
  width: 100%;
  height: 32px;
  border-radius: 3px;
  padding-right: 14px;
  border-color: #ccd6de;
}
.inline-search .search-bar .search-bar-input input {
  width: 100%;
  border: none;
  font-size: 16px;
  line-height: 21px;
  vertical-align: top;
  padding: 5px 4px 0 8px;
  background: #ffffff;
}
.inline-search .search-bar .search-bar-input input::placeholder {
  color: #bcc8d1;
}
.inline-search .search-bar .search-bar-input input:focus::placeholder {
  color: transparent;
}
.inline-search .search-bar .search-bar-clear {
  display: none;
}
.inline-search .search-bar .search-bar-button {
  width: 40px;
}
.inline-search .search-bar .search-bar-button button {
  height: 32px;
  border: 2px solid #b8c6d1;
  border-radius: 2px;
  background: #b8c6d1 url('../images/global/icons/search-bar-button-white.png') center center no-repeat;
}
/********************************************* Direct Jump Search Bar *****************************************/
.inline-search .search-bar-number-search {
  width: 180px;
}
.inline-search .search-bar-number-search .inline-label {
  position: absolute;
  display: block;
  left: -60px;
  margin: 0;
  padding: 11px 10px 0 8px;
  width: 60px;
  height: 32px;
  color: #000000;
  font-family: 'PT Serif', serif;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: transparent;
}
.inline-search .search-bar-number-search .search-bar-button button {
  color: #ffffff;
  font-size: 16px;
  background-image: none;
}
/********************************************* Governing Statutes *********************************************/
.global-content-controls {
  display: block;
  margin: 4px 0 20px 0;
}
.list-content .content-head {
  display: block;
  margin: 0;
}
.list-content .content-head-text {
  float: left;
}
.list-content .content-button-container {
  float: left;
}
.list-content .link-button-small {
  margin: 2px 0 0 10px;
  padding: 3px 4px;
}
.list-content .content-body {
  display: none;
  margin: 16px 0 16px 0;
}
/********************************************* Smart Phones ***************************************************/
@media screen and (max-width: 640px) {
  .mode-menu {
    position: relative;
    height: 50px;
    top: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
/********************************************* Tablets ********************************************************/
@media screen and (min-width: 641px) and (max-width: 960px) {
  .mode-menu {
    position: relative;
    height: 50px;
    top: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
/********************************************* Imports ********************************************************/
/********************************************* Structure ******************************************************/
.admin-dashboard {
  clear: both;
  overflow: auto;
  width: 100%;
  min-height: 540px;
  margin: 16px 0 20px 0;
  padding: 0 0 4% 4%;
  background: #dadada;
}
.home-menu {
  width: 100%;
}
.home-menu-button-container {
  float: left;
  width: 20%;
  padding: 4% 4% 0 0;
}
.home-menu-button {
  float: left;
  width: 100%;
  height: 100%;
  padding: 28px 10px 12px 10px;
  background: #ffffff;
  box-shadow: 2px 2px 6px rgba(45, 57, 66, 0);
  transition: 0.3s;
}
.home-menu-button:hover {
  box-shadow: 2px 2px 8px rgba(45, 57, 66, 0.2);
}
.home-menu-button-icon {
  width: 74px;
  height: 74px;
  margin: 0 auto;
}
.home-menu-button-icon img {
  display: inline-block;
}
.home-menu-button-label {
  margin-top: 6px;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
/********************************************* Smart Phones ***************************************************/
/********************************************* Tablets ********************************************************/
/*# sourceMappingURL=master.css.map */