/*************************************************************************************
THIS MAIN.LESS FILE IS ONLY FOR IMPORTING ALL OTHER LESS FILES AND COMPILING THEM INTO A SINGLE MINIFIED CSS FILE
*************************************************************************************/
html {
  box-sizing: border-box;
  font-family: 'Verdana';
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 80% !important;
  }
}
@media only screen and (max-width: 576px) {
  html {
    font-size: 70% !important;
  }
}
*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
body {
  background-color: #e9e8dc;
  overflow-x: hidden !important;
}
@media only screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
.body--still {
  position: fixed;
  top: 0;
  right: 0;
}
.wrapper {
  margin: 0 auto;
  max-width: 77.5rem;
}
@media only screen and (max-width: 1024px) {
  .header {
    border-top: 10px solid #565656;
  }
}
p {
  font-family: 'Verdana';
}
/* SCREEN SIZE VARIABLES */
/* COLOR VARIABLES AS PER EBC */
/* OLD/LEGACY COMMONLY USED COLORS */
/* FONT VARIABLES */
@font-face {
  font-family: 'BebasNeue Bold';
  src: url('../../fonts/BebasNeue-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'BebasNeue Book';
  src: url('../fonts/BebasNeue-Book.otf') format('opentype');
}
@font-face {
  font-family: 'BebasNeue Light';
  src: url('../fonts/BebasNeue-Light.otf') format('opentype');
}
@font-face {
  font-family: 'BebasNeue Regular';
  src: url('../fonts/BebasNeue-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'BebasNeue Regular IE';
  src: url('../fonts/BebasNeue-webfont.eot');
}
@font-face {
  font-family: 'BebasNeue Thin';
  src: url('../fonts/BebasNeue-Thin.otf') format('opentype');
}
.breadcrumbs {
  padding: 1.5rem 0.25rem;
}
@media only screen and (max-width: 768px) {
  .breadcrumbs {
    padding: 0.875rem 0;
    margin-top: 0;
  }
}
.breadcrumbs__list {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.breadcrumbs__item--link.active {
  color: #0065b3;
}
.breadcrumbs__item--divider {
  color: #0065b3;
  margin: 0 0.375rem;
}
.breadcrumbs__item--end {
  color: #0065b3;
}
@media only screen and (max-width: 768px) {
  .breadcrumbs__item:nth-last-of-type(-n + 4) {
    display: none;
  }
}
.breadcrumbs__text {
  font-family: 'Verdana';
  font-size: 0.875rem;
  color: #0065b3;
  margin: 0;
}
.breadcrumbs__text span a {
  padding: 0;
}
.breadcrumbs__text span a span {
  color: #000;
}
.btn.btn--red {
  background-color: #db282e;
  color: #fff;
}
.btn.btn--red:hover,
.btn.btn--red:active,
.btn.btn--red:focus {
  background-color: #a32028;
}
.btn.btn--dark-grey {
  background-color: #565656;
  color: #fff;
}
.btn.btn--dark-grey:hover,
.btn.btn--dark-grey:active,
.btn.btn--dark-grey:focus {
  background-color: #2b2b2b;
}
.btn.btn--round {
  border-radius: 3.125rem;
}
.btn.btn--nav-baner {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  padding: 0.625rem 1.25rem;
}
@media only screen and (max-width: 768px) {
  .btn.btn--nav-baner {
    font-size: 0.9rem;
    line-height: 0.9rem;
    padding: 0.5rem 1rem;
  }
}
.footer {
  background-color: #565656;
  border-top: 0.625rem solid #db282e;
  color: #fff;
  font-size: 0.875rem;
  padding: 2.5rem 1rem;
}
.footer__chat {
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #db282e;
  border-radius: 20px;
  width: 180px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.footer__chat.hidden {
  display: none;
}
.footer__chat img {
  width: 130px;
  margin-left: -7px;
  height: 100%;
  object-fit: contain;
}
.footer__chat:hover {
  background-color: #bc1c21;
}
.footer__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .footer__row {
    align-items: center;
    flex-flow: column;
  }
}
@media only screen and (max-width: 900px) {
  .footer__social-row {
    margin-top: 1.5rem;
  }
}
.footer__links-row {
  margin: 0.625rem 0;
}
.footer__copyright {
  font-size: 0.625rem;
}
.footer__box:first-child {
  display: flex;
}
@media only screen and (max-width: 900px) {
  .footer__box:first-child {
    display: block;
  }
}
.footer__box:last-child {
  text-align: right;
}
@media only screen and (max-width: 900px) {
  .footer__box:last-child {
    text-align: center;
  }
}
.footer__box__inner:first-child {
  margin-right: 1rem;
}
.footer__box__inner:last-child .footer__link--contact {
  border-left: 2px solid #fff;
}
@media only screen and (max-width: 900px) {
  .footer__box__inner:last-child .footer__link--contact {
    border-left: none;
  }
}
.footer__link {
  color: #fff;
}
.footer__link--contact {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .footer__link--contact {
    margin-bottom: 0.75rem;
  }
}
.footer__link--contact:first-child {
  margin-bottom: 1.125rem;
}
@media only screen and (max-width: 900px) {
  .footer__link--contact:first-child {
    margin-bottom: 0.75rem;
  }
}
.footer__link--img {
  margin: 0 0.625rem 0 1.125rem;
}
.footer__link--icon {
  font-size: 1.5rem;
}
.footer__link--icon:not(:first-child) {
  margin-left: 1rem;
}
.footer__link--border {
  border-right: 2px solid #fff;
  padding-right: 0.5rem;
  margin-left: 0.5rem;
}
.footer__link--border:last-child {
  border-right: none;
}
.footer__link:hover span,
.footer__link:hover i {
  opacity: 0.65;
  text-decoration: none;
}
.nav-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.875rem 1rem;
}
@media only screen and (max-width: 1024px) {
  .nav-banner {
    border-bottom: 2px solid #d5d4c7;
  }
}
@media only screen and (max-width: 768px) {
  .nav-banner {
    padding: 1rem;
  }
}
.nav-banner__logo {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .nav-banner__logo {
    transform: scale(0.85);
  }
}
@media only screen and (max-width: 768px) {
  .nav-banner__logo {
    width: 170px;
  }
}
.nav-banner__icon,
.nav-banner > a i {
  font-size: 1.75rem;
  margin-left: 0.75rem;
}
.nav-banner__hamburger.fa-bars {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .nav-banner__hamburger.fa-bars {
    color: #565656;
    cursor: pointer;
    display: block;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .nav-banner__link {
    margin: 0 0.75rem;
  }
}
.nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 80%;
  background-color: #fff;
  display: none;
  font-family: 'Verdana';
  z-index: 100;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media only screen and (max-width: 1024px) {
  .nav-mobile {
    overflow: hidden;
  }
}
@media only screen and (max-width: 360px), only screen and (max-width: 576px), only screen and (max-width: 768px) {
  .nav-mobile {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.nav-mobile__icon {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.75rem;
  text-align: right;
}
.nav-mobile a {
  color: #000;
  padding: 0.5rem 0;
  margin: 0.5rem 0;
}
.nav-mobile__social-row {
  display: flex;
  margin-top: 2rem;
}
.nav-mobile__footer {
  border-top: 2px solid #e9e8dc;
  padding: 1rem;
}
.nav-mobile__link:not(:last-child) {
  margin-right: 1rem;
}
.nav-mobile__link--contact {
  display: flex;
  align-items: center;
}
.nav-mobile__link--img {
  margin-right: 0.5rem;
  width: 25px;
}
.nav-mobile__link--icon {
  font-size: 1.5rem;
}
.nav-mobile__template {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-top: 0.625rem solid #565656;
  display: none;
  z-index: 99;
  overflow-y: scroll;
}
.nav-mobile__template__back {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  font-size: 1.25rem;
  padding: 1.25rem;
}
.nav-mobile__template__icon {
  margin-right: 0.75rem;
}
.nav-mobile__template__menu {
  padding: 1.25rem;
}
.nav-mobile__template__menu .nav-pri__list__link {
  font-size: 2.5rem;
  font-weight: 600;
  padding: 0 0 1rem 0;
}
.nav-mobile__template__menu .nav-pri__list__link i {
  display: none;
}
.nav-mobile__template__menu .nav-pri__dropdown {
  display: block;
}
.nav-mobile__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 99;
  display: none;
}
.nav-pri {
  background-color: #db282e;
}
@media only screen and (max-width: 1024px) {
  .nav-pri {
    background-color: #fff;
  }
}
.nav-pri__inner {
  padding: 0 1.25rem;
}
@media only screen and (max-width: 1024px) {
  .nav-pri__inner {
    padding: 0 1rem;
  }
}
.nav-pri__list {
  display: flex;
  justify-content: space-between;
  font-size: 0;
}
@media only screen and (max-width: 1024px) {
  .nav-pri__list {
    display: block;
  }
}
.nav-pri__list__item {
  background-color: #db282e;
  cursor: pointer;
  font-family: 'Verdana';
  font-size: 1.25rem;
  font-weight: 600;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .nav-pri__list__item {
    background-color: #fff;
    font-weight: 400;
    padding: 1.25rem 1.25rem 1.25rem 0;
    text-align: left;
  }
}
.nav-pri__list__item:nth-of-type(1) .nav-pri__dropdown__arrow,
.nav-pri__list__item:nth-of-type(2) .nav-pri__dropdown__arrow,
.nav-pri__list__item:nth-of-type(3) .nav-pri__dropdown__arrow {
  left: 100%;
  border-left: 19.5px solid #db282e;
}
.nav-pri__list__item:nth-of-type(1) .nav-pri__sub-dropdown,
.nav-pri__list__item:nth-of-type(2) .nav-pri__sub-dropdown,
.nav-pri__list__item:nth-of-type(3) .nav-pri__sub-dropdown {
  left: 100%;
  box-shadow: 0.625rem 0.625rem 0.875rem -0.25rem rgba(0, 0, 0, 0.29);
}
.nav-pri__list__item:nth-of-type(1) .nav-pri__dropdown__item:not(.no-arrow):hover .nav-pri__dropdown__link::after,
.nav-pri__list__item:nth-of-type(2) .nav-pri__dropdown__item:not(.no-arrow):hover .nav-pri__dropdown__link::after,
.nav-pri__list__item:nth-of-type(3) .nav-pri__dropdown__item:not(.no-arrow):hover .nav-pri__dropdown__link::after {
  content: '';
  position: absolute;
  top: 0;
  right: -30px !important;
  height: 100%;
  width: 30px;
  background-image: url(/wp-content/themes/elections-2.1/images/icons/nav/primary/arrow-bg-red-lrg.png);
  background-repeat: no-repeat;
  background-size: 170px;
  background-position: right;
  z-index: 11;
}
.nav-pri__list__item:nth-of-type(4) .nav-pri__dropdown,
.nav-pri__list__item:nth-of-type(5) .nav-pri__dropdown {
  right: 0;
  left: auto;
}
.nav-pri__list__item:nth-of-type(4) .nav-pri__dropdown__link,
.nav-pri__list__item:nth-of-type(5) .nav-pri__dropdown__link {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.nav-pri__list__item:nth-of-type(4) .nav-pri__dropdown__link,
.nav-pri__list__item:nth-of-type(5) .nav-pri__dropdown__link {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.nav-pri__list__item:nth-of-type(4) .nav-pri__dropdown__item:not(.no-arrow):hover .nav-pri__dropdown__link::after,
.nav-pri__list__item:nth-of-type(5) .nav-pri__dropdown__item:not(.no-arrow):hover .nav-pri__dropdown__link::after {
  content: '';
  position: absolute;
  top: 0;
  left: -30px !important;
  height: 100%;
  width: 30px;
  background-image: url(/wp-content/themes/elections-2.1/images/icons/nav/primary/arrow-bg-red-lrg.png);
  background-repeat: no-repeat;
  background-size: 170px;
  background-position: left;
  z-index: 11;
}
.nav-pri__list__item:nth-of-type(4) .nav-pri__dropdown__icon,
.nav-pri__list__item:nth-of-type(5) .nav-pri__dropdown__icon,
.nav-pri__list__item:nth-of-type(4) .nav-pri__sub-dropdown__icon,
.nav-pri__list__item:nth-of-type(5) .nav-pri__sub-dropdown__icon {
  transform: rotate(180deg);
  margin-right: auto;
  margin-left: 0;
}
.nav-pri__list__item:nth-of-type(4) .nav-pri__dropdown__arrow,
.nav-pri__list__item:nth-of-type(5) .nav-pri__dropdown__arrow {
  right: 100%;
  border-right: 19.5px solid #db282e;
}
.nav-pri__list__item:nth-of-type(4) .nav-pri__sub-dropdown,
.nav-pri__list__item:nth-of-type(5) .nav-pri__sub-dropdown {
  right: 100%;
  box-shadow: -0.625rem 0.625rem 0.875rem -0.25rem rgba(0, 0, 0, 0.29);
}
.nav-pri__list__item:nth-of-type(4) .nav-pri__sub-dropdown__heading,
.nav-pri__list__item:nth-of-type(5) .nav-pri__sub-dropdown__heading,
.nav-pri__list__item:nth-of-type(4) .nav-pri__sub-dropdown__link,
.nav-pri__list__item:nth-of-type(5) .nav-pri__sub-dropdown__link {
  text-align: right;
}
.nav-pri__list__item:nth-of-type(4) .nav-pri__sub-dropdown__link,
.nav-pri__list__item:nth-of-type(5) .nav-pri__sub-dropdown__link {
  flex-direction: row-reverse;
}
.nav-pri__list__item:hover,
.nav-pri__list__item.hover {
  background-color: #a32028;
}
.nav-pri__list__item:hover .nav-pri__arrow,
.nav-pri__list__item.hover .nav-pri__arrow {
  display: block;
}
.nav-pri__list__item:hover .nav-pri__dropdown,
.nav-pri__list__item.hover .nav-pri__dropdown {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .nav-pri__list__item:hover,
  .nav-pri__list__item.hover {
    background-color: #fff;
  }
  .nav-pri__list__item:hover .nav-pri__arrow,
  .nav-pri__list__item.hover .nav-pri__arrow,
  .nav-pri__list__item:hover .nav-pri__dropdown,
  .nav-pri__list__item.hover .nav-pri__dropdown {
    display: none;
  }
}
.nav-pri__list__link {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .nav-pri__list__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
  }
}
.nav-pri__list__link i {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .nav-pri__list__link i {
    color: #db282e;
    display: block;
    font-size: 1.5rem;
  }
}
.nav-pri__arrow {
  border-top: 1rem solid #e9e8dc;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  display: none;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.nav-pri__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #565656;
  -webkit-box-shadow: 0.625rem 0.625rem 0.875rem -0.25rem rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0.625rem 0.625rem 0.875rem -0.25rem rgba(0, 0, 0, 0.29);
  box-shadow: 0.625rem 0.625rem 0.875rem -0.25rem rgba(0, 0, 0, 0.29);
  color: #fff;
  display: none;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 0.875rem 0;
  text-align: left;
  width: 20rem;
  z-index: 10;
  /*&__arrow {
            position: absolute;
            top: 0;
            height: 0;
            width: 0;
            border-top: 19.5px solid transparent;
            border-bottom: 19.5px solid transparent;
            display: none;
            z-index: 100;
        }*/
}
@media only screen and (max-width: 1680px) {
  .nav-pri__dropdown {
    padding: 0.875rem 0;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-pri__dropdown {
    background-color: #fff;
    box-shadow: none;
    padding-top: 0;
    position: static;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .nav-pri__dropdown {
    position: static;
    width: 100%;
  }
}
.nav-pri__dropdown__item {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .nav-pri__dropdown__item:hover {
    background-color: #db282e;
  }
  .nav-pri__dropdown__item:hover .nav-pri__sub-dropdown,
  .nav-pri__dropdown__item:hover .nav-pri__dropdown__arrow {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-pri__dropdown__item {
    background-color: #fff;
  }
  .nav-pri__dropdown__item .nav-pri__dropdown__arrow {
    display: none;
  }
  .nav-pri__dropdown__item .nav-pri__dropdown__icon--mobile {
    transform: rotate(90deg);
  }
}
.nav-pri__dropdown__link {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0.625rem 1.625rem;
}
.nav-pri__dropdown__icon {
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .nav-pri__dropdown__icon.fa-chevron-right {
    display: none;
  }
}
.nav-pri__dropdown__icon--mobile.fa-arrow-circle-right {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .nav-pri__dropdown__icon--mobile.fa-arrow-circle-right {
    color: #db282e;
    display: block;
    font-size: 1.5rem;
    margin-left: 1rem;
  }
  .nav-pri__dropdown__icon--mobile.fa-arrow-circle-right.rotate {
    transform: rotate(90deg);
  }
}
.nav-pri__sub-dropdown {
  position: absolute;
  top: -1.25rem;
  background-color: #e5e5e5;
  cursor: default;
  display: none;
  font-size: 1rem;
  padding: 1.5rem 2.25rem 1.75rem 2.25rem;
  text-align: left;
  width: 25rem;
}
@media only screen and (max-width: 1680px) {
  .nav-pri__sub-dropdown {
    padding: 1.5rem 2.25rem 1.75rem 2.25rem;
    width: 20rem;
  }
}
@media only screen and (max-width: 1200px) {
  .nav-pri__sub-dropdown {
    padding: 1.75rem 1.75rem 1rem 1.75rem;
    width: 15rem;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-pri__sub-dropdown {
    background-color: #fff;
    box-shadow: none !important;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    width: 100%;
  }
}
.nav-pri__sub-dropdown__heading,
.nav-pri__sub-dropdown__link,
.nav-pri__sub-dropdown__icon {
  color: #000;
}
.nav-pri__sub-dropdown__heading {
  cursor: default;
  font-size: 1.875rem;
  font-weight: 900;
  padding: 0 0.625rem;
  margin: 0 0 0.15rem 0;
}
@media only screen and (max-width: 1680px) {
  .nav-pri__sub-dropdown__heading {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .nav-pri__sub-dropdown__heading {
    font-size: 1.15rem;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-pri__sub-dropdown__heading {
    display: none;
  }
}
.nav-pri__sub-dropdown__item:not(:last-child) {
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 1024px) {
  .nav-pri__sub-dropdown__item:not(:last-child) {
    border-bottom: none;
  }
}
.nav-pri__sub-dropdown__item:hover {
  background-color: #d2d2d2;
}
.nav-pri__sub-dropdown__link {
  display: flex;
  align-items: center;
  padding: 0.75rem 0.625rem;
  width: 100%;
}
.nav-pri__sub-dropdown__icon {
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .nav-pri__sub-dropdown__icon {
    display: none;
  }
}
.nav-pri__list li:nth-of-type(4) .nav-pri__dropdown {
  width: 100%;
}
.nav-sec {
  background-color: #565656;
  color: #fff;
  padding: 0.875rem 1rem;
}
@media only screen and (max-width: 768px) {
  .nav-sec {
    padding: 1.2rem 1rem;
  }
}
.nav-sec__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  .nav-sec__inner {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 768px) {
  .nav-sec__search {
    width: 100%;
  }
}
.nav-sec__search form {
  margin-right: 1.25rem;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .nav-sec__search form {
    margin: 0 0 0 0.5rem;
  }
}
@media only screen and (max-width: 768px), only screen and (max-width: 576px), only screen and (max-width: 360px) {
  .nav-sec__search form {
    width: 100%;
    margin: 0;
  }
}
.nav-sec__search form input[type=text] {
  border: none;
  border-radius: 0.25rem;
  padding: 0.25rem 2rem 0.25rem 0.5rem;
  width: 14rem;
  /*background-image: url(/wp-content/themes/elections-2.1/images/icons/nav/secondary/search.png);
                background-repeat: no-repeat;
                background-position: 95% 50%;*/
}
.nav-sec__search form input[type=text]:hover,
.nav-sec__search form input[type=text]:active,
.nav-sec__search form input[type=text]:focus {
  outline: none;
}
@media only screen and (max-width: 1024px) {
  .nav-sec__search form input[type=text] {
    padding: 0.5rem;
    width: 30rem;
  }
}
@media only screen and (max-width: 768px) {
  .nav-sec__search form input[type=text] {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 576px) {
  .nav-sec__search form input[type=text] {
    width: 100%;
    margin: 0;
  }
}
.nav-sec__search form input[type=submit] {
  background-image: url(/wp-content/themes/elections-2.1/images/icons/nav/secondary/search.png);
  background-color: transparent;
  border: none;
  height: 15px;
  width: 15px;
  position: absolute;
  z-index: 2;
  margin-left: -26px;
  margin-top: 4px;
}
.nav-sec__search form input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.5;
}
.nav-sec__list {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .nav-sec__list {
    margin: 0.75rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .nav-sec__list {
    padding: 0;
    margin: 0 0 0.75rem 0 !important;
    justify-content: space-between;
  }
}
.nav-sec__list__item {
  border-left: 2px solid #fff;
  margin: 0 !important;
  padding: 0 0.75rem;
}
@media only screen and (max-width: 1024px) {
  .nav-sec__list__item {
    border-left: 1px solid white;
    display: flex;
    align-items: center;
    height: 44px;
  }
  .nav-sec__list__item:first-child {
    border-left: none;
  }
}
.nav-sec__list__item img {
  width: 20px !important;
  height: auto;
}
.nav-sec__list__item:last-child img {
  width: 30px !important;
}
.nav-sec__list__item:not(:last-child) {
  margin: 0;
}
.nav-sec__list__item:hover .nav-sec__list__link {
  opacity: 0.65;
}
.nav-sec__list__item:hover .nav-sec__list__link img {
  opacity: 0.65;
}
.nav-sec__list__link:link,
.nav-sec__list__link:visited {
  color: #fff;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .nav-sec__list__link:link,
  .nav-sec__list__link:visited {
    flex-direction: column;
    font-size: 1rem;
    position: relative;
  }
}
.nav-sec__list__icon {
  margin: 0 0.5rem 0 0;
}
.nav-side {
  font-family: 'Verdana';
}
.nav-side__heading {
  background-color: #a32028;
  border: 1px solid #000;
  border-radius: 0.25rem;
  color: #fff;
  padding: 0.875rem 1.25rem;
}
@media only screen and (max-width: 768px) {
  .nav-side__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    background-color: #e9e8dc;
    color: #000;
  }
}
.nav-side__hamburger {
  display: none;
}
@media only screen and (max-width: 768px) {
  .nav-side__hamburger {
    display: block;
  }
}
.nav-side__item {
  background-color: #e9e8dc;
  border: 1px solid #d5d4c7;
  border-radius: 0.25rem;
  cursor: pointer;
  overflow: hidden;
}
.nav-side__item:hover {
  background-color: #d5d4c7;
}
@media only screen and (max-width: 768px), only screen and (max-width: 1024px), only screen and (max-width: 900px) {
  .nav-side__item {
    display: none !important;
  }
}
.nav-side__item a {
  color: #000;
  padding: 0.625rem 1.25rem;
  display: block;
}
.nav-side__item a.active {
  color: #0065b3;
}
.nav-side__item--inner {
  display: flex;
  align-items: center;
  padding: 0.625rem 1.25rem;
}
.nav-side__item--inner a {
  padding: 0;
}
.nav-side__dropdown li {
  background-color: #fff;
  border: 1px solid #d5d4c7;
  border-radius: 0.25rem;
}
.nav-side__icon {
  margin-left: auto;
}
.nav-side .openedSubMenu .nav-side__icon {
  transform: rotate(90deg);
}
.newsroom h2 {
  font-family: 'BebasNeue Bold';
  color: #565656;
  font-size: 3.25rem;
  letter-spacing: 0.125rem;
}
.newsroom p,
.newsroom a {
  font-size: 1rem;
  font-family: 'Verdana';
}
.newsroom p {
  color: #000;
  margin-bottom: 1.5rem;
}
.newsroom a {
  color: #00b5bc;
  margin: 5px 0 0 0;
  display: block;
}
.newsroom a:hover {
  text-decoration: underline;
}
.newsroom .pagination {
  color: #fff;
}
.newsroom .pagination a {
  color: #000;
  font-weight: 600;
  width: 49%;
  width: 49% !important;
  display: inline-block !important;
  font-weight: normal !important;
  margin: 2rem 0 0 0 !important;
}
.newsroom .pagination a:nth-of-type(2) {
  text-align: right !important;
  float: right;
}
.news-feed {
  margin-top: 2rem;
  padding-bottom: 3rem;
}
.news-post {
  border-bottom: 1px solid #000;
  font-family: 'Verdana';
  padding: 2rem 0;
}
@media only screen and (max-width: 768px) {
  .news-post:first-child {
    padding: 0 0 2rem 0;
  }
}
.news-post__row {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .news-post__row {
    flex-direction: column;
  }
}
.news-post__box:first-child {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .news-post__box:first-child {
    margin-bottom: 1.25rem;
    width: 100%;
  }
}
.news-post__box:last-child {
  width: 75%;
  margin: 0 0 0 5%;
}
@media only screen and (max-width: 768px) {
  .news-post__box:last-child {
    width: 100%;
    margin: 0;
  }
}
.news-post__box.no-photo {
  width: 100%;
  margin: 0;
}
.news-post__img {
  border: 1px solid #565656;
  border-radius: 0.375rem;
  width: 100%;
  max-width: 200px;
}
.news-post__img--desktop {
  display: block;
}
@media only screen and (max-width: 768px) {
  .news-post__img--desktop {
    display: none;
  }
}
.news-post__img--mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .news-post__img--mobile {
    display: block;
  }
}
.news-post__text-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.news-post__category {
  font-style: italic;
  margin-bottom: 0 !important;
}
.news-post__heading {
  font-size: 1.375rem !important;
  margin: 1rem 0 !important;
  width: 80%;
}
.news-post__para {
  line-height: 1.45;
  width: 75%;
}
.news-post__city {
  text-transform: uppercase;
}
.news-post__link:link,
.news-post__link:visited {
  color: #db282e;
  display: block;
  font-weight: 400;
  text-align: right;
  text-decoration: underline;
}
.news-post__link:hover,
.news-post__link:active,
.news-post__link:focus {
  color: #a32028;
}
.news-filter {
  position: absolute;
  top: 1%;
  left: 0;
  background-color: #f6f6f8;
  border: 1px solid #2b2b2b;
  border-radius: 0.375rem;
  font-family: 'Verdana';
  margin: 1.5rem 0 0 0;
  text-transform: uppercase;
  width: 13rem;
}
@media only screen and (max-width: 1024px) {
  .news-filter {
    margin: 0 0 2rem auto;
  }
}
@media only screen and (max-width: 768px) {
  .news-filter {
    position: static;
    margin: 0;
  }
}
.news-filter__item {
  font-size: 1rem;
  line-height: 1.1rem;
  margin-top: 0.35rem;
  padding: 0.35rem 0.75rem;
  position: relative;
}
.news-filter__item--top {
  border-radius: 0.375rem;
  border-bottom: none;
  margin: 0 !important;
}
.news-filter__item--top .news-filter__item__inner i:first-child {
  margin-right: 1rem;
}
.news-filter__item:last-of-type {
  border-bottom: none;
}
.news-filter__item:not(:first-of-type) {
  display: none;
}
.news-filter__item:not(:first-child):not(:last-child)::after {
  position: absolute;
  content: '';
  height: 1px;
  width: 90%;
  background-color: #2b2b2b;
  display: block;
  margin-top: 0.375rem;
}
.news-filter__item__inner {
  display: flex;
  align-items: center;
}
.news-filter__item__inner .fa-chevron-down {
  margin-left: auto;
}
.news-filter__item:hover {
  color: #db282e;
  cursor: pointer;
}
.news-filter__dropdown {
  display: none;
  padding: 0 0 0.75rem 2.5rem;
}
.news-filter__dropdown__item {
  list-style: square;
  margin-top: 0.75rem;
  padding-bottom: 0.2rem;
  text-decoration: underline;
  text-decoration-color: #2b2b2b;
}
.news-filter__dropdown__item:hover {
  color: #db282e;
}
.notification {
  display: flex;
  align-items: center;
  background-color: #00b5bc;
  color: #fff;
  padding: 1rem;
  display: none;
}
.notification__img {
  margin-left: auto;
}
.notification__text {
  margin: 0 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .notification__text {
    margin: 0 0.5rem;
    width: 75%;
  }
}
.notification__text:hover {
  cursor: pointer;
  opacity: 0.75;
}
.notification__icon {
  cursor: pointer;
}
.notification__icon:first-of-type {
  font-size: 1.5rem;
  margin-right: auto;
}
.notification__icon:last-of-type {
  align-self: flex-start;
  font-size: 1.25rem;
  padding: 0 0 1rem 1rem;
}
.notification__icon:hover {
  cursor: pointer;
  opacity: 0.75;
}
.tabs {
  margin: 0;
  padding: 0;
}
.tabs li {
  background-color: #db282e;
  color: #fff !important;
  display: inline;
  list-style: none;
  padding: 0.25rem;
}
.tabs a {
  color: #fff !important;
  display: inline-block;
  font-weight: bold;
  padding: 0 0.25rem;
  text-decoration: none;
}
.tabs a.active {
  color: #fff;
}
.tab-wrap {
  border: 1px solid #db282e;
  margin-top: 0.25rem;
  padding: 0.625rem;
}
.tog-rcl {
  color: #565656;
  display: block;
  margin: 0.5rem 0 !important;
  padding: 0;
}
.tog-rcl:hover {
  color: #db282e;
}
.tg-rcl {
  cursor: pointer;
  font-weight: bold;
}
.dataTables_wrapper .dataTables_length {
  margin: 0 0 1rem 0 !important;
}
.dataTables_wrapper .dataTables_length select {
  color: #565656;
  font-family: 'Verdana';
  font-size: 1rem;
  padding: 5px !important;
}
.dataTables_wrapper .dataTables_filter {
  margin: 0 0 1rem 0 !important;
}
.dataTables_wrapper .dataTables_filter input {
  color: #565656;
  font-family: 'Verdana';
  font-size: 1rem;
  padding: 5px !important;
}
.dataTables_wrapper .dataTables_paginate {
  margin: 10px 0 0 0 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0 1rem !important;
  border: none !important;
  color: #4c4d4f;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: none !important;
  color: #db282e !important;
  border: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #00b5bc !important;
  border: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none !important;
  border: none !important;
  color: #00b5bc !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button :active {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}
.sortable,
.sortable-all,
.sortable-search,
.sortable-paging {
  padding: 0;
  margin: 0;
}
.sortable > thead,
.sortable-all > thead,
.sortable-search > thead,
.sortable-paging > thead {
  text-align: left;
  background-color: #e9e8dc;
  color: #000;
  border-bottom: 1px solid #000;
  font-weight: bold;
}
.sortable > thead th,
.sortable-all > thead th,
.sortable-search > thead th,
.sortable-paging > thead th,
.sortable thead td,
.sortable-all thead td,
.sortable-search thead td,
.sortable-paging thead td,
.sortable tbody td,
.sortable-all tbody td,
.sortable-search tbody td,
.sortable-paging tbody td {
  padding: 10px !important;
  margin: 0 !important;
}
.sortable > tbody tr:nth-of-type(even),
.sortable-all > tbody tr:nth-of-type(even),
.sortable-search > tbody tr:nth-of-type(even),
.sortable-paging > tbody tr:nth-of-type(even) {
  background-color: #e9e8dc;
}
.sortable > tbody tr:last-of-type,
.sortable-all > tbody tr:last-of-type,
.sortable-search > tbody tr:last-of-type,
.sortable-paging > tbody tr:last-of-type {
  border-bottom: 1px solid #000;
}
.elections {
  border-spacing: 0 !important;
}
.elections > tbody tr:first-of-type td {
  font-weight: bold !important;
  background-color: #e9e8dc !important;
  color: #000 !important;
  border-bottom: 1px solid #000 !important;
}
.elections > tbody tr:nth-of-type(odd) {
  background-color: #e9e8dc;
}
.elections > tbody tr:last-of-type td {
  border-bottom: 1px solid #000 !important;
}
.elections.two-column > tbody tr:last-of-type td,
.elections.two-column > tbody tr:nth-last-child(2) td:last-child {
  border-bottom: 1px solid #000 !important;
}
.nav-sec__list__item--font img {
  margin-right: 0px;
}
.header__languages {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.header__languages-language {
  font-size: 11px;
  font-family: verdana, geneva, tahoma, sans-serif;
  font-weight: 500;
  margin-left: 5px;
  margin-right: 5px;
}
.header__languages-icon img {
  width: 100% !important;
  object-fit: contain;
}
.header__languages-dropdown {
  display: flex;
  align-items: center;
}
.header__languages-dropdown img {
  width: 100% !important;
  object-fit: contain;
}
.nav-sec__list__item:last-child .header__languages-icon {
  width: 15px;
}
.nav-sec__list__item:last-child .header__languages-icon img {
  width: 100% !important;
}
.nav-sec__list__item:last-child .header__languages-dropdown {
  width: 10px;
}
.nav-sec__list__item:last-child .header__languages-dropdown img {
  width: 100% !important;
}
#languageModalContainer {
  padding: 50px;
  max-width: 1000px;
  width: 90%;
}
#languageModalContainer h2 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #565656;
}
#languageModalContainer p {
  font-size: 14px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  padding-bottom: 15px;
}
.fancybox-container a {
  border: none;
  outline: none;
}
.fancybox-container .goog-te-gadget-simple {
  padding: 8px !important;
}
/* CONTENT WRAPPER */
.content-wrapper {
  background: #fff;
  padding: 0.625rem 0 0 0;
}
/* ENTRY */
.entry {
  font-size: 1rem;
  padding: 0 0.25rem;
}
@media only screen and (max-width: 1200px) {
  .entry {
    margin-left: 1.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .entry {
    padding: 0;
    margin: 0;
  }
}
/* ONE COLUMN WRAPPER */
.one-col-wrapper {
  color: #565656;
  font-family: 'Verdana';
  font-size: 1.125rem;
}
@media only screen and (max-width: 1200px) {
  .one-col-wrapper {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .one-col-wrapper {
    font-size: 0.875rem;
  }
}
/* SEARCH RESULTS */
.search-results .one-col-wrapper h1 {
  padding: 1.875rem 0;
}
.search-results .one-col-wrapper p {
  font-size: 1rem;
  margin-top: 0;
}
.search-results .one-col-wrapper .num-results {
  display: block;
  margin: 0 0 3rem 0;
}
.search-results .one-col-wrapper a {
  color: #0065b3;
}
.search-results .one-col-wrapper a:hover {
  text-decoration: underline;
}
.search-results .one-col-wrapper li.nav-previous,
.search-results .one-col-wrapper li.nav-next {
  width: 49% !important;
  display: inline-block !important;
  margin: 2rem 0 0 0 !important;
}
.search-results .one-col-wrapper li.nav-previous a,
.search-results .one-col-wrapper li.nav-next a {
  color: #000;
}
.search-results .one-col-wrapper li.nav-next {
  text-align: right !important;
  float: right;
}
/* SINGLE SEARCH RESULT */
.search-result {
  margin-bottom: 1.25rem;
}
.search-result a {
  color: #00b5bc;
}
.search-result a:hover {
  text-decoration: underline;
}
.search-result i.fas {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
}
/* SIDE MENU */
.sideMenu .sideSubMenu {
  cursor: pointer;
}
.sideMenu .sideSubMenu ul {
  display: none;
  margin-top: 0.5rem;
}
.sideMenu .sideSubMenu.openedSubMenu ul .active a {
  color: #0065b3;
}
.sideMenu .sideSubMenu.openedSubMenu ul a {
  background: none;
}
.sideMenu .active a {
  color: #0065b3;
}
/* LEFT COLUMN WRAPPER */
.left-col-wrapper {
  display: inline-block;
  margin: 0 2.5rem 2.5rem 0.25rem;
  width: 17.125rem;
}
@media only screen and (max-width: 1366px) {
  .left-col-wrapper {
    width: 15rem;
  }
}
@media only screen and (max-width: 1200px) {
  .left-col-wrapper {
    margin: 0;
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .left-col-wrapper {
    width: 100%;
  }
}
/* RIGHT COLUMN WRAPPER */
.right-col-wrapper {
  display: inline-block;
  margin-left: -0.25rem;
  vertical-align: top;
  width: 54rem;
}
@media only screen and (max-width: 1200px) {
  .right-col-wrapper {
    font-size: 1rem;
    width: 75%;
  }
}
@media only screen and (max-width: 768px) {
  .right-col-wrapper {
    font-size: 0.875rem;
    margin: 1.25rem 0 0 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .right-col-wrapper img {
    height: auto;
  }
}
/* FIRST, SECOND, & THIRD COLUMN MARGINS */
.first-col-wrapper,
.second-col-wrapper {
  margin-right: 1%;
}
.second-col-wrapper,
.third-col-wrapper {
  margin-left: -0.25rem;
}
/* THREE COLUMN WRAPPER */
.three-col-wrapper .col {
  display: inline-block;
  vertical-align: top;
  width: 32.6666%;
}
@media only screen and (max-width: 768px) {
  .three-col-wrapper .col {
    width: 100%;
  }
}
/* ----- LEGACY GLOBAL STYLES ----- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  border: 0;
  font: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-decoration: none;
}
div,
ul,
ol,
li {
  list-style: none;
}
@media only screen and (max-width: 768px) {
  table {
    display: block;
    overflow-x: auto;
  }
}
a {
  cursor: pointer;
  font-family: 'Verdana';
}
a img {
  border: 0;
}
.contentContainer {
  margin: auto;
  max-width: 77.5rem;
  padding: 0 1.25rem;
  min-height: 500px;
}
.contentContainer img {
  border-radius: 0.375rem;
  height: auto;
  max-width: 100%;
}
.entrybody h2 {
  margin-top: 1.5rem;
}
.entrybody h3 {
  margin: 2.5rem 0 1.25rem 0;
}
.entrybody a {
  color: #0065b3;
}
.entrybody a:hover {
  text-decoration: underline;
}
.entrybody .bullets {
  /*margin: 0.625rem 0 1.2rem 2rem;*/
  margin: 0.625rem 0 1rem 2rem;
}
.entrybody .bullets li {
  list-style: square;
  padding-bottom: 0.8rem;
}
.entrybody .bullets li:last-child {
  padding-bottom: 0;
}
.entrybody .elections {
  /*tr {
            td {
                border: 1px solid @legacy-light-grey;
            }
        }*/
}
.entrybody .elections td {
  padding: 1rem;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .entrybody .elections td {
    padding: 0.25rem;
  }
}
.entrybody em {
  font-style: italic !important;
}
.entrybody b,
.entrybody strong {
  font-weight: 700 !important;
}
#sw-all {
  background-color: #db282e;
  border-radius: 3.125rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0.5rem;
  padding: 0.625rem 1.25rem;
}
#sw-all:hover {
  background-color: #a32028;
}
.tg {
  cursor: pointer;
  background-image: url(../../images/mobileMenuArrowGrey.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 80%;
  padding-right: 1.875rem;
}
.tg:hover {
  color: #db282e;
}
.tx .bullets {
  padding-top: 1rem;
}
.tx-rcl {
  display: none;
}
.tg-rcl-wrap {
  border: 1px solid #eee;
  margin-bottom: 0.375rem;
  padding: 0.25rem 0 0.25rem 0.125rem;
}
.tog {
  color: #565656 !important;
  font-weight: 600;
}
#main {
  background-color: #fff;
}
#main #content {
  margin: auto;
  max-width: 77.5rem;
  padding: 0 1.25rem;
}
#main #content .page {
  margin-top: 0.5rem;
  padding: 0;
}
.js-example-basic-single {
  font-family: 'Verdana';
  color: #4c4d4f;
  font-size: 1rem;
}
/* ----- LEGACY TABLE STYLES ----- */
.underlined-rows {
  border-collapse: collapse;
  margin-bottom: 2.5rem;
  width: 100%;
}
.underlined-rows tr:first-of-type {
  font-family: 'BebasNeue Regular', 'BebasNeue Regular IE';
  font-size: 1.625rem;
}
@media only screen and (max-width: 1200px) {
  .underlined-rows tr:first-of-type {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .underlined-rows tr:first-of-type {
    font-size: 1.125rem;
  }
}
.underlined-rows tr:first-of-type td {
  border-top: 1px solid #565656;
}
.underlined-rows td {
  border-bottom: 1px solid #565656;
  padding: 0.625rem 1.25rem;
}
@media only screen and (max-width: 768px) {
  .underlined-rows td {
    padding: 0.5rem 0.625rem;
  }
}
.underlined-rows a {
  color: #00b5bc;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .underlined-rows a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .underlined-rows a {
    font-size: 0.75rem;
  }
}
.error {
  background: #fff;
  min-height: 600px;
}
.error__inner {
  max-width: 77.5rem;
  margin: 0 auto;
  padding: 2.5rem 1.25rem;
}
.error__heading {
  color: #db282e;
  font-family: 'BebasNeue Bold';
  font-size: 3.25rem;
  letter-spacing: 0.125rem;
  margin-bottom: 1rem;
}
.error__text {
  font-family: 'Verdana';
  color: #565656;
  font-size: 1rem;
}
.error__link {
  color: #00b5bc;
}
.page {
  font-family: 'Verdana';
  /*hr {
        display: none;
    }*/
}
.page__inner {
  position: relative;
  padding-bottom: 2.5rem;
}
.page__img {
  border-radius: 0.375rem;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 768px) {
  .page__img {
    margin: 0 0 1.5rem 0;
  }
}
.page__heading {
  color: #000;
  font-family: 'BebasNeue Bold';
  font-size: 52px;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
.page h1 {
  color: #000;
  font-family: 'BebasNeue Bold';
  font-size: 52px;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
.page h2 {
  color: #000;
  font-family: 'Verdana';
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .page h2 {
    font-size: 2rem;
  }
}
.page h3 {
  color: #000;
  font-family: 'Verdana';
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
.page h3.tog-rcl {
  font-family: 'Verdana';
  font-size: 1rem;
  margin-bottom: 1rem !important;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page h3 {
    font-size: 1.5rem;
  }
}
.page h4 {
  color: #000;
  font-family: 'Verdana';
  font-size: 14px;
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
.page h5 {
  color: #4c4d4f;
  font-family: 'Verdana';
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
.page h6 {
  color: #000;
  font-family: 'Verdana';
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
.page h8 {
  display: none;
}
.page p,
.page li {
  color: #4c4d4f;
  font-size: 1rem;
}
.page p:not(:last-child) {
  margin: 1rem 0;
}
.page p em,
.page em {
  font-style: italic !important;
}
.page p strong,
.page strong {
  font-weight: 700 !important;
}
.home {
  margin-top: 2rem;
  padding: 0 1rem;
}
@media only screen and (max-width: 768px) {
  .home {
    padding: 0 2rem;
  }
}
.home__row {
  display: flex;
  margin-bottom: 2rem;
}
.home__row--top {
  flex-direction: row;
}
@media only screen and (max-width: 1024px) {
  .home__row--top {
    justify-content: center;
    flex-flow: row wrap;
  }
}
@media only screen and (max-width: 1024px) {
  .home__row--top .home__block {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .home__row--top .home__block:last-child {
    margin-left: auto;
  }
}
.home__row--top .home__block.ie11:last-child {
  flex: 1 1 33.4%;
}
.home__row--bottom {
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .home__row--bottom {
    justify-content: center;
    flex-flow: row nowrap;
  }
}
@media only screen and (max-width: 768px) {
  .home__row--bottom {
    flex-flow: column;
  }
}
.home__block {
  position: relative;
}
.home__block:hover .home__panel-img__gradient {
  display: block;
}
.home__block:last-child {
  flex: 1 1 auto;
}
.home__block--panel {
  flex: 1 1 33.3%;
}
.home__block--panel:last-child {
  flex: 1 1 33.3%;
}
@media only screen and (max-width: 1024px) {
  .home__block--panel {
    margin-top: 1.25rem;
    flex: 1 1 auto;
  }
  .home__block--panel:last-child {
    flex: 1 1 auto;
  }
}
.home__block--panel:nth-child(2) {
  margin: 0 2rem;
}
@media only screen and (max-width: 1024px) {
  .home__block--panel:nth-child(2) {
    margin: 1.25rem 1rem 0 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .home__block--panel:nth-child(2) {
    margin: 1.25rem 0 0 0;
  }
}
.home__panel-img {
  position: relative;
  border-radius: 0.375rem 0.375rem 0 0;
  width: 100%;
}
.home__panel-img__gradient {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.375rem 0.375rem 0 0;
  display: none;
}
.home__panel-img__overlay {
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translate(-50%, -22%);
  color: #fff;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .home__panel-img__overlay {
    top: 28%;
    transform: translate(-50%, -28%);
  }
}
.home__panel-img__icon {
  height: auto;
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  .home__panel-img__icon {
    width: 30%;
  }
}
.home__panel-img__text {
  font-family: 'Verdana';
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 1024px) {
  .home__panel-img__text {
    font-size: 0.9rem;
    margin-top: 0.5rem;
  }
}
.home .writeup {
  color: #000;
  background-color: #fff;
  padding: 1rem 1.5rem;
  font-size: 0.9rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .home .writeup {
    font-size: 1rem;
  }
}
.voting-modernization {
  position: relative;
}
.voting-modernization__img {
  border-radius: 0.375rem;
  width: 51rem;
}
@media only screen and (max-width: 1200px) {
  .voting-modernization__img {
    width: 45rem;
  }
}
@media only screen and (max-width: 1024px) {
  .voting-modernization__img {
    width: 100%;
  }
}
.voting-modernization__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 0.375rem 0.375rem;
  padding: 1rem 1rem 0.75rem 2rem;
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .voting-modernization__overlay {
    padding: 1rem 1rem 0.75rem 1rem;
  }
}
.voting-modernization__overlay__heading {
  color: #000;
  font-family: 'BebasNeue Bold';
  font-size: 2rem;
}
@media only screen and (max-width: 576px) {
  .voting-modernization__overlay__heading {
    font-size: 1.3rem;
  }
}
.voting-modernization__overlay__btn {
  display: flex;
  align-items: center;
  font-weight: 600;
  padding: 0.625rem 1.25rem;
}
.voting-modernization__overlay__btn i {
  margin-left: 1rem;
}
@media only screen and (max-width: 576px) {
  .voting-modernization__overlay__btn {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
  }
}
@media only screen and (max-width: 360px) {
  .voting-modernization__overlay__btn {
    width: 28%;
  }
}
.whats-new {
  height: 100%;
  width: 92%;
  background-color: #fff;
  border-radius: 0.375rem;
  margin-left: auto;
  /*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        width: 74%;
    }*/
}
@media only screen and (max-width: 1200px) {
  .whats-new {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1024px) {
  .whats-new {
    margin: 1.25rem auto 0 auto;
    width: 100%;
  }
}
.whats-new__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #565656;
  border-radius: 0.375rem 0.375rem 0 0;
  color: #fff;
  padding: 0.9rem 1.25rem 0.85rem 1.25rem;
}
.whats-new__title a {
  color: #fff;
}
.whats-new__heading {
  font-family: 'BebasNeue Bold';
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .whats-new__heading {
    font-size: 1.625rem;
  }
}
.whats-new__link {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .whats-new__link {
    font-size: 0.875rem;
  }
}
.whats-new__link i {
  margin-left: 1rem;
}
.whats-new__post {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #d5d4c7;
  padding: 20.75px 1rem;
}
@media only screen and (min-width: 1025px) and (max-width: 1260px) {
  .whats-new__post {
    padding: 0.625rem 1rem;
  }
}
.whats-new__post:last-child {
  border-bottom: none;
  border-radius: 0 0 0.375rem 0.375rem;
}
.whats-new__post p {
  font-size: 0.875rem;
  width: 90%;
}
.whats-new__post a {
  margin-left: 1rem;
}
.whats-new__post i {
  color: #db282e;
  font-size: 1.75rem;
}
.whats-new__post i:hover {
  color: #a32028;
}
@media only screen and (max-width: 1200px) {
  .whats-new__post i {
    font-size: 1.25rem;
  }
}
.whats-new__post:hover {
  cursor: pointer;
}
.whats-new__post:hover i {
  color: #a32028;
}
.jobs {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .jobs {
    align-items: center;
    flex-direction: column;
  }
}
.jobs__table {
  border-collapse: collapse;
  margin-bottom: 2.5rem;
  width: 100%;
}
.jobs__table__head {
  border-bottom: 1px solid #565656;
  text-align: left;
}
.jobs__table__body tr:nth-child(even) {
  background-color: #e5e5e5;
}
.jobs__table__heading {
  font-family: 'BebasNeue Bold';
  font-size: 1.625rem;
  font-weight: bold;
  padding: 0 0 0.25rem 1.25rem;
}
.jobs__table__cell {
  padding: 0.75rem 0 0.75rem 1.25rem;
}
.jobs__table__cell:last-child {
  padding-right: 1.25rem;
}
.jobs__table__link {
  display: flex;
  align-items: center;
}
.jobs__table__link i {
  margin-right: 0.25rem;
}
.jobs__btns {
  margin-top: 1.5rem;
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .jobs__btns {
    width: 50%;
  }
}
@media only screen and (max-width: 576px) {
  .jobs__btns {
    width: 75%;
  }
}
@media only screen and (max-width: 360px) {
  .jobs__btns {
    width: 85%;
  }
}
.jobs__btns__link {
  display: flex;
  align-items: center;
  background-color: #db282e;
  border-radius: 3.125rem;
  color: #fff !important;
  padding: 0.625rem;
  transition: all 150ms ease-in-out;
}
.jobs__btns__link:not(:last-child) {
  margin-bottom: 1.25rem;
}
.jobs__btns__link:hover {
  background-color: #a32028;
}
@media only screen and (max-width: 1024px) {
  .jobs__btns__link:hover {
    background-color: #db282e;
    text-decoration: none;
  }
}
.jobs__btns__icon {
  margin: 0 0.75rem 0 1rem;
}
.jobs__info {
  margin: 1.5rem 0 0 auto;
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .jobs__info {
    margin: 1.5rem auto 0 auto;
    width: 100%;
  }
}
.jobs__info__alert {
  display: flex;
  align-items: center;
  background-color: #e5e5e5;
  border-top: 0.25rem solid #db282e;
  margin-bottom: 1.5rem;
  padding: 1rem 0.5rem 1rem 2.5rem;
}
.jobs__info__alert i {
  margin-right: 1.25rem;
}
.jobs__info__alert strong {
  display: block;
}
.jobs__info__heading {
  color: #000;
  font-family: 'BebasNeue Bold';
  font-size: 3.25rem;
  letter-spacing: 0.125rem;
  margin-bottom: 1rem;
}
.jobs__info__sub-heading {
  font-family: 'BebasNeue Bold';
  font-size: 1.625rem;
  font-weight: bold;
}
.jobs__info__text {
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
.jobs__info__list {
  margin: 0.5rem 0 1.25rem 2rem;
}
.jobs__info__list li {
  list-style: square;
  padding-bottom: 0.5rem;
}
#working-for-ebc,
#work-at-headquarters,
#recruitment-scams,
#work-in-your-community {
  display: none;
}
.guide {
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .guide__inner {
    display: flex;
    flex-direction: column;
  }
}
.guide__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .guide__row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 768px) {
  .guide__box {
    width: 100%;
  }
}
.guide__box:first-of-type {
  flex: 0 0 65%;
}
.guide__box:last-of-type {
  flex: 0 0 30%;
}
@media only screen and (max-width: 768px) {
  .guide__box:last-of-type {
    margin-bottom: 3.5%;
  }
}
.guide__heading {
  color: #000;
  font-family: 'BebasNeue Bold';
  font-size: 3.25rem;
  letter-spacing: 0.125rem;
  margin-bottom: 1rem;
}
@media print {
  .guide__heading {
    font-family: 'BebasNeue Bold';
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 10px !important;
  }
}
.guide__sub-heading {
  color: #000;
  font: 700 1.25rem / normal 'Verdana';
  margin-bottom: 0.75rem;
}
@media print {
  .guide__sub-heading {
    font-family: 'BebasNeue Bold';
    font-size: 16px;
    margin-top: 26px !important;
    margin-bottom: 6px !important;
  }
}
.guide__section-heading {
  color: #000;
  font: 700 1rem / normal 'Verdana';
  margin-bottom: 0.75rem;
}
@media print {
  .guide__section-heading {
    font-family: 'BebasNeue Bold';
    font-size: 14px;
    margin-top: 12px !important;
    margin-bottom: 6px !important;
  }
}
.guide__content .bullets li {
  list-style-type: disc;
}
.guide__content p {
  margin-bottom: 0.5rem;
}
.guide__content a {
  color: #0065b3;
  text-decoration: underline;
}
.guide__content table {
  border-spacing: 0;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .guide__content table {
    display: block;
    overflow-x: auto;
  }
}
.guide__content table thead {
  background-color: #e9e8dc;
  color: #000;
  font-weight: bold;
}
.guide__content table thead tr th {
  border-bottom: 1px solid #000;
  padding: 1rem;
}
.guide__content table thead tr th a {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .guide__content table thead tr th {
    padding: 0.25rem;
  }
}
.guide__content table tbody tr:nth-of-type(even) {
  background-color: #e9e8dc;
}
.guide__content table tbody tr:last-of-type td {
  border-bottom: 1px solid #000;
}
.guide__content table tbody tr td {
  padding: 1rem;
}
.guide__content table tbody tr td a {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .guide__content table tbody tr td {
    padding: 0.25rem;
  }
}
@media print {
  .guide__content {
    font-family: 'Verdana';
    font-size: 10px;
  }
}
.guide__controls {
  margin-top: 2.5rem;
}
.guide__controls-row {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #C0C0C0;
  border-bottom: 2px solid #C0C0C0;
  color: #0065b3;
  font-size: 0.875rem;
  padding: 1rem 0;
}
.guide__controls-link {
  color: #0065b3 !important;
}
.guide__print {
  margin-top: 1rem;
}
.guide__print-link {
  display: flex;
  align-items: center;
  color: #db282e !important;
  font-size: 0.875rem;
}
.guide__print-icon {
  margin-right: 0.25rem;
}
.guide__aside {
  background-color: #e9e8dc;
  border: 2px solid #565656;
  padding: 3.5% 7%;
}
@media only screen and (max-width: 768px) {
  .guide__aside {
    background: none;
    border: none;
    padding: 0;
  }
}
.guide__aside-title {
  margin-bottom: 1.25rem !important;
}
@media only screen and (max-width: 900px) {
  .guide__aside-title {
    font-size: 1.125rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .guide__aside-title {
    background-color: #e9e8dc;
    border: 1px solid #000;
    border-radius: 0.25rem;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    padding: 0.875rem 1.25rem;
  }
}
.guide__aside-title a {
  color: #2b2b2b;
}
@media only screen and (max-width: 768px) {
  .guide__aside-title a {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
}
.guide__aside-hamburger {
  display: none;
}
@media only screen and (max-width: 768px) {
  .guide__aside-hamburger {
    display: block;
  }
}
.guide__aside-nav.open {
  display: block;
}
@media only screen and (max-width: 768px) {
  .guide__aside-nav {
    display: none;
  }
}
.guide__aside-nav-item:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .guide__aside-nav-item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .guide__aside-nav-item {
    background-color: #e9e8dc;
    border: 1px solid #d5d4c7;
    border-radius: 0.25rem;
  }
}
.guide__aside-nav-dropdown-toggler {
  display: flex;
  align-items: baseline;
  color: #2b2b2b !important;
  cursor: pointer;
  font-weight: 700;
}
.guide__aside-nav-dropdown-toggler.active {
  color: #db282e !important;
}
@media only screen and (max-width: 768px) {
  .guide__aside-nav-dropdown-toggler.active {
    color: #000 !important;
  }
  .guide__aside-nav-dropdown-toggler.active .guide__aside-nav-icon {
    transform: rotate(90deg);
  }
}
@media (hover) {
  .guide__aside-nav-dropdown-toggler:hover {
    color: #db282e !important;
  }
}
@media only screen and (max-width: 768px) {
  .guide__aside-nav-dropdown-toggler {
    font-size: 0.875rem;
    font-weight: 400 !important;
    justify-content: space-between;
    padding: 0.625rem 1.25rem;
  }
}
.guide__aside-nav-icon {
  margin-left: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .guide__aside-nav-icon {
    margin-left: 0;
  }
}
.guide__aside-nav-dropdown {
  display: none;
}
.guide__aside-nav-dropdown.open {
  border-left: 2px solid #db282e;
  display: block;
  margin: 4% 0 6% 5%;
  padding-left: 5%;
}
@media only screen and (max-width: 768px) {
  .guide__aside-nav-dropdown.open {
    border-left: none;
    margin: 0;
    padding-left: 0;
  }
}
.guide__aside-nav-section-item:not(:last-of-type) {
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 768px) {
  .guide__aside-nav-section-item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .guide__aside-nav-section-item {
    background-color: #fff;
    border: 1px solid #d5d4c7;
    border-radius: 0.25rem;
    padding: 0.625rem 1.25rem 0.25rem 1.25rem;
    margin-bottom: 0;
  }
}
.guide__aside-nav-section-link.active {
  color: #db282e;
  text-decoration: underline;
}
@media (hover) {
  .guide__aside-nav-section-link.active:hover,
  .guide__aside-nav-section-link.active:active,
  .guide__aside-nav-section-link.active:focus {
    color: #bd2025;
  }
}
@media only screen and (max-width: 768px) {
  .guide__aside-nav-section-link.active {
    color: #0065b3;
    text-decoration: none;
  }
}
@media (hover) {
  .guide__aside-nav-section-link:hover,
  .guide__aside-nav-section-link:active,
  .guide__aside-nav-section-link:focus {
    color: #db282e;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 768px) {
  .guide__aside-nav-section-link {
    font-size: 0.875rem;
    font-weight: 400;
  }
}
.guide__print-box {
  display: none;
}
.guide__toc-nav {
  border-top: 2px solid #C0C0C0;
  border-bottom: 2px solid #C0C0C0;
  padding-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .guide__toc-nav {
    border: none;
    margin-bottom: 3.5%;
  }
}
.guide__toc-nav-title {
  display: none;
}
.guide__toc-nav-list {
  column-count: 3;
  list-style-type: none;
}
@media only screen and (max-width: 768px) {
  .guide__toc-nav-list {
    column-count: auto;
  }
}
.guide__toc-nav-item {
  display: inline-block;
  margin-bottom: 1.25rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .guide__toc-nav-item {
    margin-bottom: 0.875rem;
  }
}
.guide__toc-nav-dropdown-toggler {
  color: #2b2b2b !important;
  font-weight: 700;
}
.guide__toc-nav-dropdown {
  margin: 0.75rem 0 0.75rem 0.75rem;
}
.guide__toc-nav-section-item {
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .guide__toc-nav-section-item {
    line-height: normal;
    padding: 0.625rem 1.25rem 0.25rem 1.25rem;
  }
}
.guide__toc-nav-section-link {
  color: #0065b3 !important;
  text-decoration: underline;
}
.guide__toc-nav-section-link:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
@media (hover) {
  .guide__toc-nav-section-link:hover,
  .guide__toc-nav-section-link:active,
  .guide__toc-nav-section-link:focus {
    color: #004f8d;
  }
}
@media only screen and (max-width: 768px) {
  .guide__toc-nav-section-link {
    text-decoration: none;
  }
}
.guide__dt {
  border: none !important;
  text-align: left;
}
.guide__dt-header {
  background-color: #e9e8dc;
}
.guide__dt-heading {
  border: none !important;
  padding: 14px 18px !important;
}
@media only screen and (max-width: 768px) {
  .guide__dt-heading {
    padding: 12px 18px !important;
  }
}
.guide__dt-cell {
  border-bottom: 1px solid #000;
}
.guide__dt-cell--link {
  padding: 28px 104px 24px 18px !important;
  line-height: 1.35;
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .guide__dt-cell--link {
    padding: 18px !important;
  }
}
.guide__dt-cell--summary {
  padding: 28px 10px 24px 18px !important;
}
@media only screen and (max-width: 768px) {
  .guide__dt-cell--summary {
    padding: 18px !important;
  }
}
.guide__dt-link {
  color: #0065b3;
  font-size: 1rem;
  text-decoration: underline;
}
.guide__dt-summary {
  font-size: 1rem;
}
.switch {
  height: 34px;
  width: 156px;
  border-radius: 18px;
  cursor: pointer;
  display: none;
  margin-bottom: 1rem;
  padding: 3px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .switch {
    display: none !important;
  }
}
.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch-label {
  background: #e5e5e5;
  border-radius: inherit;
  display: block;
  font-size: 14px;
  height: inherit;
  position: relative;
  text-transform: uppercase;
}
.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  line-height: 1;
  margin-top: -0.5em;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #565656;
  font-weight: normal;
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: #fff;
  font-weight: 600;
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #565656;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}
.switch-handle {
  position: absolute;
  top: 6px;
  left: 6px;
  height: 28px;
  width: 28px;
  background-color: #fff;
  border-radius: 100%;
}
.switch-input:checked ~ .switch-handle {
  left: 122px;
}
.switch-label,
.switch-handle {
  transition: all 300ms ease-in-out;
}
.guideDataTable .dataTables_length,
.guideDataTable .dataTables_length *,
.guideDataTable .dataTables_filter,
.guideDataTable .dataTables_filter *,
.guideDataTable .dataTables_info,
.guideDataTable .dataTables_info *,
.guideDataTable .dataTables_paginate,
.guideDataTable .dataTables_paginate * {
  font-size: 1rem !important;
}
.youcontainer {
  height: 0px;
  padding-bottom: 56.2%;
  position: relative;
}
.youcontainer iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.content {
  max-width: 84rem;
  margin: auto;
}
.goog-te-gadget-icon {
  width: 19px !important;
}
.nav-sec__list__item.goog-te-gadget-icon {
  width: 19px !important;
}
#google_translate_element .goog-te-gadget-icon {
  width: 19px !important;
}
.nav-sec__list__item:last-child img {
  width: 19px !important;
}
