@font-face {
    font-family: 'Volte';
    src: url('/module/RIW232/font/volte.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Volte Semibold';
    src: url('/module/RIW232/font/volte_semibold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Volte Bold';
    src: url('/module/RIW232/font/volte_bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.volte-semi {
  font-family: 'Volte Semibold' !important;
}
.volte-bold {
  font-family: 'Volte Bold' !important;
}

body {
  font-weight: normal !important;
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif !important;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: none;
  padding-top: 60px !important;
}
body h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 32px;
}
body h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
}
body .text-uppercase {
  text-transform: uppercase;
}
body .sub-head {
  font-size: 20px;
}
body a {
  color: inherit;
}
body .small-text {
  font-size: 12px;
}
body .text-grey {
  color: #707070;
}
body .text-blue {
  color: #0054A6;
}
body .text-big {
  vertical-align: middle;
  font-weight: bold;
  font-size: 52px;
}
body .text-red {
  color: #CD163F !important;
}
body .ballots-img {
  display: inline-block;
  margin-left: -10px;
  width: 100px;
  height: 100px;
  vertical-align: middle;
}
body .bg-row {
  padding: 35px 0;
  background-color: #FFFFFF;
}
body .content {
  font-size: 18px;
  font-family: 'Volte', sans-serif;
  line-height: 1.4;
}
body .container {
  max-width: 1270px;
  width: 100%;
}
body .content-wrapper {
  overflow: hidden;
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
}
body .checkbox_container {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-left: 20px;
  cursor: pointer;
}
body .checkbox_container input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
body .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border: solid #005670;
  border-width: 1px 1px 1px 1px;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
}
body .checkmark::after {
  position: absolute;
  display: none;
  content: "";
}
body .checkbox_container input:checked ~ .checkmark {
  background-color: #FFD000;
}
body .checkbox_container .checkmark::after {
  bottom: 3px;
  left: 4px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body .checkbox_container input:checked ~ .checkmark:after {
  display: block;
}
body #body-wrapper {
  max-width: unset !important;
  padding: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 100%;
  margin: 0px auto 0px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body #body-wrapper .text-primary {
  color: #0054A6 !important;
}
body #body-wrapper .btn-primary {
  display: inline-block;
  padding: 12px 15px;
  min-width: 150px;
  height: 48px;
  border: none;
  border-radius: 6px;
  background-color: #FAA41A;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
body #body-wrapper .btn-primary:disabled,
body #body-wrapper .btn-primary[disabled] {
  background-color: #0054A6;
}
body #body-wrapper .btn-wide {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 12px 15px;
  max-width: 300px;
  width: 100%;
  height: 48px;
  border: 0;
  text-align: center;
}
body #body-wrapper .btn-wide:last-child {
  margin-right: 0;
}
body .footer {
  padding: 20px 35px;
  background-color: #0054A6;
  color: #fff;
  flex: 1;
}
body .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px auto;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .social-links li {
  margin-right: 15px;
  list-style-type: none;
}
body .social-links li:last-child {
  margin-right: 0;
}
body .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px auto;
  padding: 0;
  font-size: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .footer-links li {
  margin-right: 25px;
  list-style-type: none;
}
body .footer-links li:last-child {
  margin-right: 0;
}
body .footer-copyright {
  font-size: 12px;
}
body #body-wrapper .browsers_icon {
  margin-top: 25px;
}
body #body-wrapper .browsers_icon a {
  display: inline-block;
  padding: 0 10px;
  width: auto !important;
}
body #body-wrapper .browsers_icon a img {
  display: block;
}
body #modal-login .modal-dialog {
  margin: 30px auto;
  max-width: 380px;
  width: 100%;
}
body #modal-login .modal-header {
  padding: 12px;
  background: #4B96D1;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  color: #FFFFFF;
  text-align: center;
}
body #modal-login .modal-header .close {
  padding: 0 5px;
  border: 0;
  border-radius: 4px;
  background-color: #FFFFFF;
  color: #4B96D1;
  opacity: 1;
}
body #modal-login .modal-body {
  padding: 24px;
  max-width: 100%;
  width: 100%;
}
body #modal-login #form-login .form-control {
  margin: 20px auto;
  padding: 12px 20px;
  width: 100%;
  height: 50px;
  border: 1px solid #00000029;
  color: #005670;
  text-transform: none;
  font-size: 15px;
}
body #modal-login #form-login .form-control::-webkit-input-placeholder {
  color: #005670;
}
body #modal-login #form-login .form-control:-ms-input-placeholder {
  color: #005670;
}
body #modal-login #form-login .form-control::-ms-input-placeholder {
  color: #005670;
}
body #modal-login #form-login .form-control::placeholder {
  color: #005670;
}
body #modal-login #form-login .checkbox_container {
  padding-left: 20px;
}
body #modal-login #form-login #btn-login {
  margin: 10px auto;
  max-width: 150px;
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 6px;
  background-color: #12172E;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
body #form-update .form-control {
  display: inline-block;
  margin-right: 15px;
  max-width: 300px;
  color: #005670;
  text-transform: none;
  font-size: 16px;
}
body #form-update .form-control:last-child {
  margin-right: 0;
}

/* /body */
@media screen and (max-width: 1270px) {
  #body-wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 1080px) {
  body {
    padding-top: 54px !important;
  }

  body #body-wrapper .container {
    padding: 0;
  }
  body #body-wrapper .content-wrapper {
    padding: 0 35px;
  }
}
@media screen and (max-width: 767px) {
  body h1, body .h1 {
    font-size: 24px;
  }
  body .mobile-hidden {
    display: none !important;
  }
  body .mobile-br {
    display: block;
    width: 100%;
  }
  body #modal-login .modal-dialog {
    max-width: 305px;
  }
  body #form-update .form-control {
    display: block;
    margin: 15px auto !important;
    max-width: 300px;
    width: 100%;
  }
}

.btn-user {
  background: #EA0D2A;
  border: none;
 /* border-radius: 10px;*/
  font-size: 18px;
  font-weight: 600;
  margin: 6px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  text-transform: uppercase;
  width: 100%;

}
.btn-user:hover, .btn-user:active {
/*    border: 1px solid #ffffff;*/
  background: #F7941D !important;
}