:root {
  --rpad-primary-blue: #42619d;
  --rpad-secondary-blue: #25436c;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}

a {
  color: var(--rpad-primary-blue);
}

a:hover {
  color: #6391eb;
}

.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.02em;
  font-weight: 600;
  -webkit-transition: all 0.1s ease-in-out 0.1s;
  -moz-transition: all 0.1s ease-in-out 0.1s;
  -o-transition: all 0.1s ease-in-out 0.1s;
  transition: all 0.1s ease-in-out 0.1s;
  background: transparent;
  border: 1px solid #68696b;
  color: #68696b;
}

h1 {
  color: #414042;
  letter-spacing: 0.06em;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

h2 {
  color: #414042;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

h3 {
  color: #414042;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}

article {
  color: #414042;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

article p {
  margin-bottom: 1.5em;
}

blockquote {
  color: #414042;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  border: none;
}

aside {
  background: #f6f6f6;
  padding: 48px 24px;
}

aside blockquote {
  text-align: center;
}

.w100 {
  width: 100% !important;
}

.w50 {
  width: 50% !important;
}

ul {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 24px;
  list-style-type: disc;
  list-style-position: outside;
}

ul li ul {
  padding-left: 9px;
}

ol {
  padding-left: 5px;
  margin-left: 13px;
  margin-top: 15px;
  margin-bottom: 15px;
  list-style-position: outside;
}

ol li ol {
  padding-left: 9px;
}

ul li,
ol li {
  margin: 5px 0;
}

hr.none {
  border-top: 1px solid transparent;
}

.sprite-icon {
  background-image: url("sprite/sprite.png");
}

/* VIEWPORT */
/* WIDTH */
/* COLOR */
html {
  height: 100%;
}

body {
  font-size: 14px;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  color: #414042;
  background: #fff;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

body .body-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.body-content>.container-fluid {
  padding: 0;
  width: 100%;
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.skip-to-main {
  position: absolute;
  padding: 1rem;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
}

header {
  /* background: url("/media/1435/160510-headercolor.jpg") no-repeat top center; */
  /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2YmNlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzY3YzFkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzc1YzZkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzgzY2RjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4OWQwYzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
  background: linear-gradient(180deg, var(--rpad-primary-blue) 27.08%, var(--rpad-secondary-blue) 100%);
  background: -moz-linear-gradient(180deg, var(--rpad-primary-blue) 27.08%, var(--rpad-secondary-blue) 100%);
  background: -webkit-linear-gradient(180deg, var(--rpad-primary-blue) 27.08%, var(--rpad-secondary-blue) 100%);
  background: -o-linear-gradient(180deg, var(--rpad-primary-blue) 27.08%, var(--rpad-secondary-blue) 100%);
  background: -ms-linear-gradient(180deg, var(--rpad-primary-blue) 27.08%, var(--rpad-secondary-blue) 100%);
  background: linear-gradient(180deg, var(--rpad-primary-blue) 27.08%, var(--rpad-secondary-blue) 100%);
  width: 100%;
  min-height: 60px;
  position: sticky;
  top: 0;
  z-index: 999;
}

.bodyLocal header {
  background: linear-gradient(180deg, #A9A9A9 27.08%, var(--rpad-secondary-blue) 100%);
}
.bodyDevelopment header {
  background: linear-gradient(180deg, #519d42 27.08%, var(--rpad-secondary-blue) 100%);
}
.bodyBeta header {
  background: linear-gradient(180deg, #9d7742 27.08%, var(--rpad-secondary-blue) 100%);
}

header .header-wrapper {
  padding: 10px 0;
}

header.local {
  background: linear-gradient(180deg, #6f6f76 27.08%, #323234 100%);
}

header.dev {
  background: linear-gradient(180deg, #77d119 27.08%, #8bd33e 100%);
  background: -moz-linear-gradient(180deg, #77d119 27.08%, #8bd33e 100%);
  background: -webkit-linear-gradient(180deg, #77d119 27.08%, #8bd33e 100%);
  background: -o-linear-gradient(180deg, #77d119 27.08%, #8bd33e 100%);
  background: -ms-linear-gradient(180deg, #77d119 27.08%, #8bd33e 100%);
  background: linear-gradient(180deg, #77d119 27.08%, #8bd33e 100%);
}

header .container-fluid {
  padding: 0 30px;
}

header .logo {
  line-height: 0;
  font-size: 0;
  color: transparent;
  float: left;
  margin-right: 10px;
  height: 51px;
}

header .logo:hover {
  opacity: 0.8;
}

header .logo.no-link:hover {
  opacity: 1;
}


header .logo img {
  height: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
  header .logo {
    display: block;
  }

  header .logo img {
    display: block;
    width: 100%;
  }
}

header .title {
  float: left;
  margin: 10px 30px;
  padding-left: 24px;
  height: 80px;
  border-left: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

header .title span {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.2;
}

header .login-link {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

@media (min-width: 992px) and (max-width: 1199px) {
  header .title {
    margin-left: 16px;
    padding-left: 12px;
  }

  header .title h2 {
    font-size: 14px;
  }

  header .title h3 {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  header .title {
    margin-left: 16px;
    padding-left: 12px;
  }

  header .title h2 {
    margin-top: 40px;
    font-size: 12px;
  }

  header .title h3 {
    font-size: 15px;
  }

  header .link-gov {
    margin-top: -56px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {

  header .link-gov,
  header .btn-login {
    display: none;
  }

  header .title {
    clear: both;
    display: block;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    height: auto;
    padding-bottom: 16px;
  }

  header .title h2 {
    margin-top: 12px;
    font-size: 12px;
    letter-spacing: 0;
    width: 180px;
  }

  header .title h3 {
    font-size: 14px;
  }

  header .search-box {
    position: absolute;
    top: 32px;
    right: 0;
    width: 251px;
    display: none;
  }

  header .search-box input {
    width: 120px;
    border: none;
    border-radius: 0;
    height: 29px;
    position: absolute;
    top: -20px;
    right: 83px;
  }

  header .search-box button {
    position: absolute;
    top: -20px;
    right: 51px;
  }

  header .search-box button i {
    display: block;
    margin-top: -1px;
    margin-left: -2px;
  }
}

header .menu-toggle button {
  width: 48px;
  height: 48px;
  background: none;
  border: none;
  padding: 6px;
}

header .menu-toggle.open button img {
  filter: brightness(0) saturate(100%) invert(92%) sepia(2%) saturate(3385%) hue-rotate(174deg) brightness(101%) contrast(91%);
}

header .menu-toggle button img:hover {
  filter: brightness(0) saturate(100%) invert(69%) sepia(0%) saturate(1802%) hue-rotate(41deg) brightness(117%) contrast(114%);
}

nav {
  background: #fff;
  min-height: 70px;
  -webkit-box-shadow: 0px 17px 16px 0px rgba(150, 150, 150, 0.12);
  -moz-box-shadow: 0px 17px 16px 0px rgba(150, 150, 150, 0.12);
  box-shadow: 0px 17px 16px 0px rgba(150, 150, 150, 0.12);
  z-index: 999;
  position: sticky;
  top: 127px;
}

nav>.container {
  background: #fff;
}

nav ul,
nav li {
  text-indent: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {

  nav div,
  nav ul.menu,
  nav ul.menu>li,
  nav a {
    height: 100%;
  }

  nav .container-fluid {
    height: 70px;
  }

  nav ul.menu {
    text-indent: 0;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
  }

  nav ul.menu a:hover {
    text-decoration: none;
  }

  nav ul.menu>li {
    text-indent: 0;
    float: left;
    line-height: 34px;
    padding-top: 17px;
    position: relative;
    display: block;
  }

  nav ul.menu>li>a {
    color: #000000;
    padding: 0px 12px;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.065em;
    text-transform: uppercase;
    border: 1px solid transparent;
    background: #fff;
    z-index: 9;
    position: relative;
  }

  nav ul.menu>li>ul {
    text-indent: 0;
    padding: 0;
    position: absolute;
    background: #fff;
    z-index: 8;
    display: none;
    left: -30px;
  }

  nav ul.menu>li>ul li {
    text-indent: 0;
    display: block;
    padding: 15px 30px;
    border-top: solid 1px #00000033;
  }

  nav ul.menu>li>ul li>a {
    text-align: left;
    display: block;
    padding: 6px 12px;
    clear: both;
    line-height: 19px;
    min-width: 200px;
    color: var(--rpad-secondary-blue);
    font-family: Noto Sans;
    font-size: 16px;
  }

  nav ul.menu>li:nth-last-child(2)>ul {
    right: 0;
    width: 100%;
  }

  nav ul.menu>li:nth-last-child(2)>ul li>a {
    min-width: inherit;
  }


  nav ul.menu>li.hover>a,
  nav ul.menu>li.open>a {
    z-index: 11;
  }


  nav ul.menu>li.hover>ul,
  nav ul.menu>li.open>ul {
    text-indent: 0;
    z-index: 10;
    display: block;
  }

  nav ul.menu>li.hover>ul li,
  nav ul.menu>li.open>ul li {
    text-indent: 0;
  }

  nav ul.menu>li.hover>ul li:hover,
  nav ul.menu>li.open>ul li:hover {
    background: #eeefef;
    position: relative;
    z-index: 99;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  nav {
    display: none;
    width: 100%;
    height: auto;
  }

  nav .col-sm-12 {
    padding: 0;
  }

  nav ul.menu>li {
    text-indent: 0;
    border-bottom: 1px solid #e0e1e0;
  }

  nav ul.menu ul.menu-dropdown {
    padding: 0;
  }

  nav ul.menu>li>a {
    color: #000000;
    padding: 9px 16px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.065em;
    text-transform: uppercase;
  }

  nav ul.menu>li>a:after {
    font-family: "fontawesome";
    content: "\f0da";
    float: right;
  }

  nav ul.menu>li>ul {
    display: none;
  }

  nav ul.menu>li>ul li {
    text-indent: 0;
  }

  nav ul.menu>li>ul a {
    font-size: 16px;
    line-height: 1;
    color: #414042;
    display: block;
    padding: 12px 15px;
    border-top: solid 1px #00000033;

  }

  nav ul.menu>li.opened>a:after {
    content: "\f0d7";
    float: right;
  }

  nav ul.menu>li.opened>ul {
    display: block;
  }

  nav ul.menu>li.opened>ul li {
    text-indent: 0;
  }

  nav ul.menu>li.login-menu-item a {
    color: var(--rpad-primary-blue);
    padding-top: 22px;
    padding-bottom: 22px;
  }

  nav ul.menu>li>a.no-child:after {
    content: "";
  }
}

.mobile-menu-open nav {
  display: block;
}

.giant-title {
  color: #6d6e71;
  font-weight: 300;
  font-size: 42px;
  line-height: 1;
  padding: 0;
  margin: 58px 0 28px 0;
  text-align: center;
  letter-spacing: 0em;
  text-transform: none;
}

@media (min-width: 0px) and (max-width: 767px),
(min-width: 768px) and (max-width: 991px) {
  .giant-title {
    font-size: 32px;
  }
}

ul.unstyled {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.bg-white {
  background: #fff;
}

footer {
  background: var(--rpad-secondary-blue);
  background: linear-gradient(180deg, var(--rpad-secondary-blue) 0%, var(--rpad-primary-blue) 100%);
}

footer .links .container-fluid {
  padding: 30px;
}

footer .links h3 {
  color: #ffffff;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #fff;
  margin: 0;
  padding-bottom: 14px;
  margin-bottom: 14px;
  color: #fff;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
}

footer .links ul {
  margin-top: 0;
  list-style: none;
  padding: 0;
  margin-bottom: 35px;
  display: table;
}

footer .links ul li {
  margin: 0;
  text-indent: 0;
  display: inline-table;
  width: 49%;
  line-height: 1.8;
}

footer .links ul li,
footer .links ul a {
  color: #fff;
  font-weight: 300;
  transition: all 0.2s ease-in;
}

footer .links ul a:hover {
  color: #fff;
}

footer .links ul.links2.no-margin {
  margin-bottom: 0;
}

footer .links ul.links2 li {
  width: 100%;
}

footer .links ul.links2 li a {
  margin-right: 10px;
}

footer p {
  color: #fff;
  margin-left: 25px;
  margin-bottom: 0;
}

footer svg {
  float: left;
  padding-top: 5px;
}

@media (min-width: 0px) and (max-width: 767px) {
  footer .links ul.links1 li {
    text-indent: 0;
  }

  footer .links ul.links2 {
    display: block;
  }

  footer .links ul.links2 li {
    text-indent: 0;
    display: block;
    width: 100%;
  }
}

footer .copyright {
  font-size: 11px;
  color: #fff;
  padding-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: center;
}

.larger-btn {
  padding-top: 12px;
  padding-bottom: 12px;
}

article h2 {
  margin-top: 3em;
  margin-bottom: 0.5em;
}

@media (min-width: 0px) and (max-width: 767px) {
  article img {
    max-width: 100%;
  }
}

.subpage .rpad-content .container-fluid {
  padding: 30px 20px 60px;
}

.subpage section article ol li {
  margin-left: 15px;
  padding: 5px 0;
}

.subpage section article ul li {
  padding: 5px 0;
}

.subpage .rpad-breadcrumb {
  padding: 0;
  font-size: 11px;
  text-transform: uppercase;
}

.subpage .rpad-breadcrumb .container-fluid {
  padding: 32px 20px 0;
}

.subpage .rpad-breadcrumb a {
  color: #414042;
}

.subpage .rpad-breadcrumb a:hover {
  color: #00a4c1;
}

.subpage aside ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.subpage aside ul li {
  text-indent: 0;
  margin-bottom: 32px;
}

.subpage ul.download-list1 {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 5em;
}

@media (min-width: 0px) and (max-width: 767px) {
  .subpage ul.download-list1 {
    margin-bottom: 4em;
  }
}

.subpage ul.download-list1 li {
  border-top: 1px solid #aaabad;
  width: 100%;
  display: table;
  padding: 11px 0;
}

.subpage ul.download-list1 li>div {
  line-height: 1.4;
  vertical-align: top;
  display: table-cell;
}

.subpage ul.download-list1 li>div:nth-child(1) {
  padding: 0;
  white-space: nowrap;
  width: 120px;
}

.subpage ul.download-list1 li>div:nth-child(2) {
  padding: 0 15px;
}

.subpage ul.download-list1 li>div:nth-child(3) {
  padding: 0;
  text-align: right;
  width: 108px;
}

.subpage ul.download-list1 li div.reports-name {
  width: auto;
  display: table-cell;
  white-space: normal;
}

.subpage ul.download-list1 li div.reports-btn {
  padding: 0;
}

@media (min-width: 0px) and (max-width: 767px) {
  .subpage ul.download-list1 li>div {
    padding: 0 15px 0 0;
    display: block;
  }

  .subpage ul.download-list1 li>div:nth-child(1) {
    padding: 0;
    white-space: nowrap;
    display: block;
  }

  .subpage ul.download-list1 li>div:nth-child(2) {
    padding: 0 20px 0 0;
  }

  .subpage ul.download-list1 li>div:nth-child(3) {
    padding-right: 0;
    display: table-cell;
  }

  .subpage ul.download-list1 li div.reports-name {
    width: auto;
    display: table-cell;
    white-space: normal;
  }

  .subpage ul.download-list1 li div.reports-btn {
    padding: 0 !important;
  }
}

.subpage .reports-year {
  margin-bottom: 150px;
  margin-top: 30px;
}

.subpage .reports-year li {
  float: left;
  list-style: none;
  margin-right: 20px;
}

.subpage .search-results-box {
  padding-left: 0;
  margin-left: 0;
}

.subpage .search-results-box li {
  padding: 10px 0;
  list-style: none;
}

.subpage .search-results-box li .results-items {
  padding: 0;
}

.subpage .search-results-box li .results-items h3 {
  margin: 0;
}

.subpage .search-results-box li .results-items p {
  margin: 0;
}

.subpage .rpad-content a.btn-style2 {
  color: #fff;
}

.subpage .rpad-content a.btn-style2:hover {
  color: #fff;
}

/*# sourceMappingURL=cms.less.map */
header #shopping-cart {
  position: absolute;
  top: 10px;
  right: 25px;
  display: none;
}

header #shopping-cart .fa {
  font-size: 22px;
  color: #fff;
}

#shopping-cart .fa.fa-home {
  font-size: 24px;
  color: #fff;
  margin-left: 15px;
}

#shopping-cart span {
  color: #fff;
  float: right;
  font-size: 11px;
  background: red;
  width: 18px;
  height: 18px;
  line-height: 18px;
  display: block;
  text-align: center;
  border-radius: 50%;
  font-family: arial;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  position: absolute;
  margin-left: 15px;
  margin-top: -18px;
}

@media (max-width: 991px) and (min-width: 0px) {
  header .link-gov {
    /* margin-top: -56px; */
    display: none;
  }
}

/*bower support*/
.modal1 .modal-body {
  padding: 6px 36px 36px 36px;
  text-align: center;
  font-family: Helvetica, open-sans;
  color: #303030;
}

.modal1 .modal-body .browser-list {
  margin-top: 16px;
}

.modal1 .modal-body h2 {
  margin-top: 0;
  font-size: 25px;
}

.modal1 p.modal-bold {
  font-weight: 600;
}

.modal1 .modal-body a {
  color: #303030;
  display: block;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.modal1 .modal-body a img {
  display: block;
  margin: 0 auto;
  height: 69px;
}

.modal1 .modal-body a span {
  padding-top: 5px;
  display: block;
  font-size: 12px;
}

.modal1 .modal-body a:hover {
  color: #52a7ac;
}

.modal1 .modal-body a:hover img {
  opacity: 0.8;
}

.modal1 .modal-content {
  border-radius: 0;
}

.modal1 .modal-header {
  border-bottom: 0;
}

/*Notification Bar*/

.highlight-bar {
  background: #f3f315;
  padding: 8px;
  text-align: center;
}

.highlight-bar p {
  margin: 0;
  font-weight: 700;
  color: red;
}

.giant-a {
  color: #ffffff;

  text-align: center;
  letter-spacing: 0em;
  text-transform: none;
}

.giant-a:hover {
  color: #ffffff;
  background: transparent;
}

/* Gene New Stuff */
/* Generic */
hr.dashed {
  border-top: 1px dashed #eee;
}

.btn {
  color: #fff;
  background: var(--rpad-primary-blue);
  border: none;
  border-radius: 3px;
  padding: 15px 20px;
  height: fit-content;
  width: fit-content;
  text-decoration: none;
  white-space: pre;
}

.btn:hover,
.btn:focus {
  background-color: var(--rpad-secondary-blue);
  color: #fff;
}

.btn.white {
  border: 2px solid #000;
  color: #000;
  background: #fff;
  padding: 13px 20px;
}

.btn.white:hover {
  background: #d9d9d9;
}

.btn.green {
  background: #4a804d;
}

.btn.green:hover {
  background: #3d6b3f;
}

.btn.light-blue {
  color: #000000;
  background: #cae5f4;
}

.btn.light-blue:hover {
  background: #b6cedb;
}

.btn.orange {
  background: #C35222;
}

.btn.orange:hover {
  background: #b4491c;
}

.btn.yellow {
  color: #000000;
  background: #e3ac4f;
}

.btn.yellow:hover {
  background: #c99946;
}

.btn.purple {
  background: #8d2b5d;
}

.btn.purple:hover {
  background: #73234c;
}

ul.unstyled {
  list-style: none;
  padding-left: 0;
  margin-bottom: 22px;
}

.container-fluid.max-width {
  max-width: 1920px;
}

.expandable {
  cursor: pointer;
}

.expandable-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
}

.expandable-content.active {
  max-height: unset;
}

/* Google Translate */
#translate-link {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

#google_translate_element {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  max-width: 100px;
  margin-top: -25px;
  margin-left: -15px;
  pointer-events: auto;
}

/* Header & Nav */
nav,
nav li.search,
header .title,
header .top-links {
  display: none;
}

header .mobile-search {
  background: #fff;
  padding: 15px 25px;
}

header .mobile-search .global-search {
  margin: 0;
}

header .mobile-search input {
  width: 100%;
}

nav ul.menu>li>a:hover {
  color: #000000b2;
}

nav ul.menu>li.opened>a:hover {
  color: var(--rpad-primary-blue);
}

header .seperator {
  background: #FFF;
  width: 1px;
  height: 40px;
  margin: 0 15px;
}

/* Search */
.global-search {
  display: flex;
}

.global-search input {
  color: var(--rpad-secondary-blue);
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  position: relative;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  width: 320px;
  height: 37px;
  flex-shrink: 0;
  padding-right: 35px;
}

::placeholder {
  color: var(--rpad-secondary-blue) !important;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.global-search button {
  z-index: 2;
  padding: 0;
  border: none;
  background: none;
  position: relative;
  right: 32px;
}

.global-search button:hover,
.global-search button:active {
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
}

/* Footer */
footer .social-links {
  white-space: pre;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

footer .social-links a {
  margin-right: 5px;
  color: #fff;
  font-family: Noto Sans;
  font-size: 12px;
  font-weight: 700;
}

footer .social-links a:hover,
footer .links ul li,
footer .links ul a:hover {
  color: #d9d9d9;
}

/* homepage specific */
.home-main-section {
  padding: 25px 10px 0;
  background: #fff;
}

.home-main-section h3 {
  color: #000;
  font-family: "Montserrat";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
}

.home-main-section p {
  color: #5f5f5f;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

div.homepage-card {
  border-radius: 10px;
  background: rgba(230, 234, 236, 0.2);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.17);
  padding: 25px;
}

div.homepage-card h3 {
  margin-top: 0;
}

div.homepage-section {
  margin-bottom: 30px;
}

/* Home Banners */
.home-banner.top #home-carousel .carousel-item {
  height: 430px;
  background-size: cover;
}

.home-banner.top #home-carousel .carousel-caption {
  height: 100%;
  width: 100%;
  left: 0;
  padding-bottom: 0;
}

.home-banner.top #home-carousel .carousel-indicators {
  bottom: 0;
  margin-bottom: 4px;
}

.home-banner.top #home-carousel .carousel-indicators button {
  background: #fff;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  opacity: 1;
}

.home-banner.top #home-carousel .carousel-indicators button.active {
  background: #e3ac4f;
  box-shadow: inset 0 0 0 2px #fff;
}

#home-carousel .controls {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#home-carousel .controls .carousel-indicators {
  position: relative;
  margin-left: 0;
  left: 0;
  width: auto;
  padding-left: 0;
  margin: 0 5px;
}

#home-carousel .controls .arrow span {
  background-color: transparent !important;
  color: #fff;
  font-size: 20px;
  text-align: center;
  top: -1px;
}

.home-banner {
  height: 430px;
  background-size: cover !important;
  text-align: center;
  background-color: #474747;
}

.home-banner.top picture img {
  width: 100%;
  height: 100%;
}

.home-banner.top .heading-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-banner.top .heading-container .btn-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.home-banner.top .heading-container a.btn {
  margin-top: 10px;
  margin-right: 10px;
  padding: 10px 15px;
  font-size: 10px;
}

.home-banner.top .heading-container,
.home-banner.top h1,
.home-banner.top h2,
.home-banner.top p {
  color: #ffffff;
  text-transform: none;
  text-align: left;
  font-style: normal;
}

.home-banner.top p {
  font-size: 12px;
}

.home-banner.top h1 {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.home-banner.top h2 {
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  margin-top: 0;
}

.home-banner.bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.home-banner.bottom h1,
.home-banner.bottom p {
  color: #ffffff;
  text-transform: none;
  text-align: center;
  font-style: normal;
}

.home-banner.bottom h1 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 22px;
}

.home-banner.bottom p {
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  margin: auto;
}

.home-banner.bottom button {
  margin-top: 30px;
}

.home-banner.bottom a {
  color: #cae5f4;
  text-decoration: underline;
  cursor: pointer;
}

.home-banner.bottom a:hover {
  color: #b6cedb;
}

/* Home Video Section */
.home-video-section iframe {
  width: 100%;
  margin-top: 10px;
}

/* Home Download Section */
.home-download-section {
  padding: 0 25px 5px;
}

.home-download-section li {
  margin-bottom: 17px;
}

.home-download-section li a {
  color: var(--rpad-primary-blue);
  font-size: 14px;
  font-weight: 600;
  text-decoration-line: underline;
}

.home-download-section li a:hover {
  color: #6391eb;
}

/* Home Dates Section */
.home-dates-section h3 {
  margin: 0;
}

.home-dates-section .controls {
  min-width: 73px;
  margin-left: 10px;
}

.home-dates-section .controls svg {
  cursor: pointer;
}

.home-dates-section .controls svg.up {
  margin-right: 8px;
}

.home-dates-section .dates-container {
  height: 390px;
  overflow-y: hidden;
  transition: all 0.5s ease-in-out 0.5s;
}

.home-dates-section .date {
  display: flex;
  align-items: center;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding: 10px;
}

.home-dates-section .indicator {
  height: 39px;
  min-width: 5px;
  background: #6eaca6;
  border-radius: 2px;
  margin-right: 32px;
}

.home-dates-section .indicator.blue {
  background: #6eaca6;
}

.home-dates-section .indicator.purple {
  background: #8d2b5d;
}

.home-dates-section .day-month {
  min-width: 37px;
}

.home-dates-section .day {
  display: block;
  text-align: center;
  color: #000;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 600;
}

.home-dates-section .month {
  display: block;
  text-align: center;
  margin-top: -5px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.home-dates-section .date .description {
  margin-left: 45px;
  color: var(--rpad-primary-blue);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

/* Home Important Links Section */
.home-links-section h3 {
  text-align: center;
}

.home-links-section .homepage-circle-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: 12px;
}

.home-links-section .homepage-circle-button:hover {
  border-radius: 10px;
  background: rgba(230, 234, 236, 0.2);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.17);
}

.home-links-section .homepage-circle-button svg {
  width: 100px;
  height: 100px;
}

.home-links-section .homepage-circle-button span {
  text-align: center;
  margin-top: 12px;
  width: 125px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

/* Home FAQ Section */
.home-faq-section .questions-container {
  height: 560px;
  overflow-y: scroll;
}

.home-faq-section .info-icon {
  vertical-align: text-bottom;
  margin-right: 5px;
}

.home-faq-section a.more-faq-link {
  color: var(--rpad-primary-blue);
  font-family: Noto Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-decoration-line: underline;
  padding-right: 10px;
}

.home-faq-section .more-link-container svg {
  margin-top: -2px;
  margin-left: 0.5rem;
}

.home-faq-section .question-answer:first-of-type .question>div {
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}

.home-faq-section .question>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding: 8px 0;
  transition: border-bottom 0.2s ease-in;
}

.home-faq-section .question * {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 600;
}

.home-faq-section .question strong {
  font-weight: 700;
}

.home-faq-section .question:hover {
  color: #000000b2;
  text-decoration: none;
}

.home-faq-section .question i {
  padding: 0 12px;
  color: rgba(0, 0, 0, 0.6);
  transition: rotate 0.1s ease-in-out 0.1s;
}

.home-faq-section .question.active * {
  color: var(--rpad-primary-blue);
}

.home-faq-section .question.active div {
  border-bottom: none;
}

.home-faq-section .question.active i {
  transform: rotate(90deg);
}

.home-faq-section .answer {
  padding-bottom: 16px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  overflow-x: scroll;
}

.home-faq-section .answer * {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.home-faq-section .answer strong {
  font-weight: 700;
}

.desktop-layout {
  display: none;
}

.tablet-layout {
  display: none;
}

.mobile-layout {
  display: block;
}

/* Subpages */
.menu-page-banner {
  height: 300px;
}

.menu-page-banner .banner-content {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 30px;
  color: #fff;
}

.menu-page-banner h1 {
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
}

.menu-page-banner h1,
.menu-page-banner h2,
.menu-page-banner h3,
.menu-page-banner h4,
.menu-page-banner h5,
.menu-page-banner p {
  color: #fff;
}

.menu-page {
  flex-grow: 1;
  padding: 0;
  margin: 0;
}

 .menu-page .side-menu:not(.mobile) {
  display: none;
}

.menu-page .side-menu {
  width: 100%;
  background: rgba(230, 234, 236, 0.2);
}


.menu-page .side-menu ul {
  margin: 0;
}


.menu-page .side-menu ul li {
  position: relative;
  border-bottom: 1px solid rgba(95, 95, 95, 0.4);
  min-height: 39px;
  margin: 0;
}

.menu-page .side-menu ul:not(".expandable-content") li {
  margin: 0;
  border-bottom: 1px solid rgba(95, 95, 95, 0.4);
}

.menu-page .side-menu li.current > a {
  background: #cae5f4;
}

.menu-page .side-menu ul ul li.current > a {
  background: #5f5f5f1a;
}

.menu-page .side-menu a {
  display: block;
  color: #000;
  font-family: Noto Sans;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 30px;
}

.menu-page .side-menu a:hover {
  color: #00000099;
}

.menu-page .side-menu ul button+a {
  padding-left: 60px;
}

.menu-page .side-menu a.expandable,
.menu-page .side-menu button.expandable {
  display: block;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  padding: 22px 16px 22px 30px;
  margin-left: 0px;
  width: unset;
  border: none;
  background: none;
}

.menu-page .side-menu ul ul:not(.active),
.menu-page .side-menu ul ul li.current:after {
  display: none;
}


/********** State Reports ***********/
.menu-page .side-menu.mobile .report-year-container #page-nav {
  padding: 30px;
}

.menu-page .side-menu.mobile .report-year-container ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(65px, max-content));
  justify-content: center;
  padding: initial;
}

.menu-page .side-menu.mobile .report-year-container .year-title {
  color: var(--rpad-primary-blue);
  text-decoration-line: underline;
}

.menu-page .side-menu .report-year-container ul {
  display: flex;
  flex-wrap: wrap;
}

.menu-page .side-menu .report-year-container li {
  padding: 10px;
  margin: 5px;
  border-radius: 3px;
  border: 2px solid var(--rpad-primary-blue) !important;
  min-height: unset;
}

.menu-page .side-menu .report-year-container li.current {
  background: var(--rpad-primary-blue);
}

.menu-page .side-menu .report-year-container li.current a {
  color: #fff;
  background: var(--rpad-primary-blue);
}

.menu-page .side-menu .report-year-container li a {
  color: var(--rpad-primary-blue);
  padding: 0;
}

.menu-page .side-menu .report-year-container li.current:after {
  display: none;
}

.menu-page-content .reports-container h2 {
  margin-top: 60px;
  font-size: 24px;
}
/******** END state reports *********/

@media (min-width: 992px) {
    .menu-page .side-menu button.expandable,
    .menu-page .side-menu button.expandable.active {
      padding: 11px 16px 22px 40px;
    }
}

.menu-page .side-menu a.expandable:before,
.menu-page .side-menu button.expandable:before {
  content: "+";
  font-size: 18px;
  line-height: 0.5;
}

.menu-page .side-menu a.expandable.active:before,
.menu-page .side-menu button.expandable.active:before {
  content: "-";
  font-size: 23px;
  line-height: 0.5;
}

.side-menu a.menu-dropdown {
  padding: 0;
}

.menu-page .side-menu .menu-dropdown>div {
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  margin: 0;
}

.menu-page .side-menu .menu-dropdown span {
  color: #000;
  font-family: Noto Sans;
  font-size: 16px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}

.side-menu .menu-dropdown i {
  transition: rotate 0.1s ease-in-out 0.1s;
  margin-left: 12px;
}

.side-menu .menu-dropdown:not(.collapsed) i {
  transform: rotate(90deg);
}

.menu-page .menu-page-content {
  flex-grow: 1;
  padding: 0 30px 60px;
}

.menu-page .menu-page-content> :first-child {
  margin-top: 50px;
}

.menu-page .menu-page-content .button-row {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}

.menu-page .menu-page-content .button-row>a {
  margin-right: 30px;
  margin-top: 20px;
  white-space: pre;
  font-size:14px;
  font-weight: bold;
}

.menu-page .menu-page-content .button-row>a:last-of-type {
  margin-right: 0;
}

.menu-page .menu-page-content h1 {
  color: #000;
  font-family: Noto Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin-top: 50px;
}

.menu-page .menu-page-content p,
.menu-page .menu-page-content h4 {
  color: #000;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 10px;
}

.menu-page .menu-page-content li>ul,
.menu-page .menu-page-content li>ol {
  margin-top: 0;
  margin-bottom: 0;
}

.menu-page .menu-page-content h4 {
  margin-top: 30px;
  font-weight: 700;
}

.menu-page .menu-page-content a:not(.btn) {
  text-decoration: underline;
  cursor: pointer;
}

.menu-page .menu-page-content a.black {
  color: #000;
}

.menu-page .menu-page-content a.black:hover {
  color: #00000099;
}

/* SubPage Addresses */
.menu-page .menu-page-content .address {
  margin: 30px 0;
}

.menu-page .menu-page-content .address ul {
  margin-bottom: 0;
  margin-top: 0;
}

.menu-page .menu-page-content .address li {
  color: #000;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
}

.menu-page .menu-page-content .address.style-2 li {
  color: #5f5f5f;
  font-size: 14px;
}

.menu-page .menu-page-content .address ul :first-child {
  font-weight: 800;
}

.menu-page .menu-page-content .address>img {
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%);
  margin-top: 2px;
}

/* FAQ subpage */
.faq-parent-page h2,
.faq-parent-page h3{
  font-size: 24px;
  font-weight: 600;
}

.faq-parent-page .legal-disclaimer h3{
  font-size: 16px
}

.faq-container {
  margin-top: 20px;
}

.faq-container .faq {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.faq-container .faq:last-child {
  border-bottom: none;
}

.faq-container .faq .question {
  display: flex;
  background: rgba(230, 234, 236, 0.2);
  padding: 15px 30px;
}

.faq-container .faq .index {
  margin-right: 5px;
}

.faq-container .faq .question,
.faq-container .faq .question p {
  color: #5f5f5f;
}

.faq-container .faq .question.active {
  color: #1e1e1e;
  background: rgba(202, 229, 244, 0.4);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
}

.faq-container .faq .question.active p {
  color: #1e1e1e;
}

.faq-container .faq .answer {
  padding: 30px;
}

.faq-container .faq .answer,
.faq-container .faq .answer p,
.faq-container .faq .answer li {
  color: #5f5f5f;
}

/* Forms & Reports Download Subpages*/
.forms-container .form,
.reports-container .report {
  padding: 20px 0;
  border-bottom: solid 1px #000;
}

.forms-container .form:last-child,
.reports-container .report:lastchild {
  border-bottom: none;
}

.forms-container .form .title,
.reports-container .report .title {
  color: #000;
  font-family: Noto Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 10px;
}

.forms-container .form .description,
.reports-container .report .description {
  color: #5f5f5f;
  font-family: Noto Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.forms-container .form .form-link,
.reports-container .report .report-link {
  display: block;
  margin-top: 10px;
  color: var(--rpad-primary-blue);
  font-weight: 600;
  white-space: pre;
}

.forms-container .form .form-link:hover,
.reports-container .report .report-link:hover {
  color: #6391eb;
}


/* Help & Resources */
.legal-disclaimer {
  padding: 15px 30px;
  border-radius: 3px;
  background: rgba(227, 172, 79, 0.2);
  margin: 30px 0;
}

.menu-page .menu-page-content .legal-disclaimer h4 {
  margin-top: 0;
}

.menu-page .help-and-resources-faq>h1 {
  margin-top: 50px;
}

.menu-page .help-and-resources-faq>h4 {
  margin-bottom: 30px;
}

.menu-page .menu-page-content iframe {
  max-width: 100%;
  margin-top: 30px;
}

.menu-page .menu-page-content .spaced-list p {
  margin-bottom: 20px;
}

/* contact us / forms */
label {
  width: 100%;
  background-color: #fff;
  margin-bottom: 15px;
}

label>span {
  position: absolute;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  padding: 0;
}

label>span.floating-label {
  padding: 6px 12px;
  color: var(--rpad-secondary-blue);
}

label>input.form-control,
label>select.form-control,
label>textarea.form-control {
  height: 58px;
  width: 100%;
  padding-top: 25px;
  color: var(--rpad-secondary-blue);
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  background: #fff;
}

label>select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background: url("img/arrowDown.svg") no-repeat;
  background-position: calc(100% - 0.75rem) center !important;
}

label>textarea.form-control {
  height: auto;
}

label>input:focus {
  outline: none;
}

.contact-us-page {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-us-form {
  width: 100%;
  padding: 40px 50px;
  border-radius: 10px;
  border: 1px solid #e6eaec;
  background: rgba(230, 234, 236, 0.2);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.contact-us-form button.btn{
  font-weight: bold;
  font-size: 14pt;
}

.contact-us-page .contact-us-form h1 {
  color: var(--rpad-secondary-blue);
  font-family: "Montserrat";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}

.contact-us-page .contact-us-form p {
  color: var(--rpad-secondary-blue);
  font-family: Noto Sans;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 40px;
}

.contact-us-page .contact-us-form .message-textarea {
  width: 100%;
  height: 200px;
}

.contact-us-page form .row.top-margin,
.contact-us-page form .row.company-row {
  margin-top: 25px;
}

.contact-us-page .address-info {
  border-radius: 10px;
  padding: 40px;
  background: var(--rpad-primary-blue);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  height: fit-content;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
}

.contact-us-page .address-info h2 {
  color: #fff;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 700;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
}

.contact-us-page .address-info p {
  color: #fff;
  font-family: Noto Sans;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}

.contact-us-page .address img {
  margin-top: 2px;
}

.contact-us-page .address ul {
  margin-top: 0;
}

.contact-us-page .address li {
  white-space: nowrap;
  margin: 0;
}

.address-wrapper {
  border-bottom: solid 1px #fff;
  margin-bottom: 30px;
  padding-bottom: 8px;
}

.contact-us-page .address-info a {
  color: #fff;
}

/* Floating pages */
.page-not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}

.page-not-found h1 {
  color: #acacac;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  text-transform: none;
}

.page-not-found h1 span {
  white-space: nowrap;
}

.page-not-found span.code {
  color: var(--rpad-secondary-blue);
  text-align: center;
  font-size: 60px;
  font-weight: 600;
}

.page-not-found p {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.about-us-page h1.about-us {
  color: var(--rpad-primary-blue);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}

.about-us-page img {
  width: 100%;
}

.about-us-page img.coastline.visible-lg {
  max-width: 50%;
  float: right;
  padding: 0 0 30px 30px;
}

.about-us-page img.org-chart {
  max-width: 1440px;
}

/* Appeals form */
#appeal-form .appeal-form-page:not(#group-0) {
  display: none;
}

#appeal-form-title::before,
#appeal-form-title::after {
  content: none;
  padding: 0 12px;
}

#appeal-form h2 {
  font-size: 1.4em;
  margin: 1em 0;
  text-transform: none;
}

#appeal-form h3 {
  font-size: 1.2em;
  margin: 1em 0;
  font-weight: bold;
  text-transform: none;
}

#appeal-form .row {
  width: 100%;
}

#appeal-form .input-group {
  padding: 10px 0;
  flex-wrap: nowrap;;
}

#appeal-form .field-label {
  color: #000;
  display: block;
  font-size: .9em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: .8em;
  position: relative;
}

#appeal-form label.appeal-option-label {
  cursor: pointer;
}

#appeal-form input[type=text],
#appeal-form select {
  border-radius: 5px;
  font-size: 1.1em;
  width: 100%;
  border: 1px solid #d1d2e3;
  border-width: 1px;
  min-height: 2.6em;
  min-width: 5em;
  padding: .5em .7em;
}

#appeal-form .appeal-sub-option {
  display: none;
  margin-left: 8px;
}

#appeal-form .appeal-radio {
  margin: 0 12px;
  box-sizing: border-box;
  appearance: none;
  background: white;
  outline: 2px solid #333;
  border: 3px solid white;
  width: 16px;
  height: 16px;
}

#appeal-form input[type='radio']:checked {
  background: #333;
}

#appeal-form label.radio-label {
  cursor: pointer;
  display: inline-flex;
  line-height: 1;
  margin-left: .5em;
  min-height: 2.2em;
  user-select: none;
  font-weight: normal;
  z-index: 2;
}

#appeal-form .error {
  color: #e93939 !important;
}

#appeal-form .error-msg {
  color: #e93939;
  display: none;
  font-size: .85em;
}

#appeal-form .help-text {
  clear: both;
  color: var(--pl-text-secondary-color);
  font-size: .85em;
  margin-top: .325em;
  opacity: .9;
}

#appeal-form .btn-block {
  display: flex;
  justify-content: center;
}

#appeal-form .btn-block button {
  line-height: 2.6em;
  margin: 1.4em 0;
  padding: 0 2.6em;
  text-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #d4d4dc;
  border-width: 1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
  color: #414243;
  display: inline-flex;
  position: relative;
  white-space: nowrap;
  font-size: .9em;
  border-radius: 5px;
}

#appeal-form .btn-block .back {
  margin-right: 20px;
}

#appeal-form #owner-select-row {
  display: none;
}

#appeal-form #landclasswr-select-row {
  display: none;
}

#appeal-form .summary-group {
  display: flex;
  align-items: baseline;
  padding: 12px;
}

#appeal-form .summary-group label,
#appeal-form .summary-group .field-label {
  width: fit-content;
  margin-right: 8px;
}

#appeal-form .filepond--credits {
  display: none !important;
}

#appeal-form .filepond--drop-label label {
  background-color: inherit;
  width: unset;
}

#appeal-form .filepond--drop-label label>span {
  position: relative;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  padding: unset;
}

#appeal-form .filepond--item {
  font-size: 14px;
}

#appeal-form .filepond--file {
  padding: 3px 5px;
}

#appeal-form .summary-title-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-left: 24px;
}

#appeal-form .summary-title-row h3 {
  margin-top: 0;
}

#appeal-form .summary-title-row::before,
#appeal-form .summary-title-row::after {
  display: none;
}

#appeal-form .summary-title-row .edit-link {
  cursor: pointer;
}

/* Appeals Checkout */
#appeals-checkout .appeal-item-actions {
  white-space: nowrap;
}

#appeals-checkout .appeal-item-actions a {
  text-decoration: none;
}

#appeals-checkout .appeal-total {
  font-weight: 700;
}

#appeals-checkout .appeal-total .des {
  font-weight: normal;
}

#appeals-checkout .complete-message {
  background-color: #e5e5e6;
  padding: 20px;
  margin: 40px 0;
  font-weight: 700;
  text-align: center;
}

#appeals-checkout .complete-message p {
  font-weight: 700;
}

#appeals-checkout .center-block {
  text-align: center;
}

#appeals-checkout .submit-btn-block :first-child {
  margin-right: 15px;
}

#appeals-checkout button {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .home-banner.top .heading-container {
    padding-left: 42px;
  }

  .home-banner {
    height: 400px;
  }

  .home-banner.top #home-carousel .carousel-item {
    height: 400px;
  }

  .home-banner.top .heading-container a.btn {
    margin-top: unset;
    margin-right: 30px;
    padding: 15px 20px;
    font-size: 13px;
  }

  .home-banner.top p {
    font-size: 19px;
  }

  .home-banner.top .heading-container h1 {
    font-size: 24px;
  }

  .home-banner.top h2 {
    font-size: 18px;
  }

  .home-banner.bottom h1 {
    font-size: 26px;
  }

  .home-banner.bottom p {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .mobile-layout {
    display: none;
  }

  .tablet-layout {
    display: block;
  }

  /* Home Banners */
  .home-banner.top .heading-container h1 {
    font-size: 32px;
  }

  .home-banner.top h2 {
    font-size: 22px;
  }

  .home-banner.bottom h1 {
    font-size: 32px;
  }

  .home-banner.bottom p {
    font-size: 18px;
    width: 80%;
  }

  /* Header & Nav */
  header,
  header .left,
  header .right {
    min-height: 99px;
  }

  header .seperator {
    height: 80px;
  }

  header .header-wrapper {
    padding: 0;
  }

  header .logo img {
    height: unset;
  }

  header .tablet-search .global-search {
    float: right;
    position: relative;
  }

  header .menu-toggle button {
    top: 22px;
    right: 0px;
  }

  #translate-link {
    font-size: 18px;
  }

  header .seperator {
    margin-right: 10px;
  }

  nav {
    top: 99px;
  }

  /* Footer */
  footer .social-links {
    margin-top: 0;
    justify-content: left;
  }

  /* Home banners*/
  .home-banner.top #home-carousel .carousel-item {
    height: 400px;
  }

  .home-banner.top .heading-container h1 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .home-banner.top h2 {
    font-size: 22px;
  }

  .home-banner.bottom h1 {
    font-size: 36px;
    margin-bottom: 50px;
  }

  .home-banner.bottom p {
    font-size: 20px;
  }

  #home-carousel .controls .arrow span {
    font-size: 24px;
    top: -1px;
  }

  /* Home Video Section */
  .home-video-section {
    display: flex;
    flex-direction: column;
  }

  .home-video-section iframe {
    flex-grow: 1;
  }

  /* Home Important Links Section */
  .home-links-section h3 {
    text-align: left;
    padding-left: 25px;
  }

  /* Home FAQ Section */
  .home-faq-section .questions-container {
    height: 586px;
  }

  /* SubPages */
  .subpage .rpad-content .container-fluid {
    padding-left: 70px;
    padding-right: 70px;
  }

  .menu-page-banner .banner-content {
    padding-left: 70px;
  }

  .menu-page-banner h1 {
    font-size: 40px;
  }

  .menu-page {
    display: flex;
  }

  .menu-page .menu-page-content {
    flex-grow: 1;
    padding: 0 40px 80px;
  }

  .menu-page .side-menu.mobile {
    display: none;
  }

  .menu-page .side-menu:not(.mobile) {
    display: block;
  }

  .menu-page .side-menu {
    min-width: 312px;
    max-width: 312px;
    min-height: 100%;
    border: 1px solid #e6eaec;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 0;
  }

  .menu-page .side-menu ul li {
    border-bottom: none;
  }

  .menu-page .side-menu a {
    padding: 10px 20px 10px 40px;
  }

  .menu-page .side-menu ul li.current a {
    position: relative;;
  }
  .menu-page .side-menu div:not(.report-year-container) ul li.current a:after {
    content: ".";
    clip-path: polygon(50% 0%, 50% 100%, 100% 50%);
    width: 44px;
    background-color: #cae5f4;
    position: absolute;
    right: -22px;
    top: 0;
    z-index: 1;
    height: 100%;
  }

  .menu-page .side-menu ul ul a {
    color: #5f5f5f;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
  }

  /* SubPage Addresses */
  .menu-page .menu-page-content .address-row {
    display: flex;
    justify-content: center;
    margin: 10px 0;
  }

  /* State Reports*/
  .side-menu .report-year-container {
    max-width: 285px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 30px 0;
  }

  .side-menu .report-year-container {
    padding: 0;
  }

  .side-menu .report-year-container h4 {
    display: block;
    color: #000;
    font-family: Noto Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 14px;
    margin-left: 5px;
  }

  /* Forms */
  .forms-container .form,
  .reports-container .report {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .forms-container .form .form-link,
  .reports-container .report .report-link {
    margin-left: 30px;
    margin-right: 10px;
    margin-top: 0;
  }

  .forms-container .form .form-link {
    margin-bottom: 10px;
  }

  .forms-container .form>div {
    width: 100%;
  }

  .forms-container .form .title-link-container {
    width: 100%;
  }

  /* Contact Page */
  .contact-us-page {
    padding: 30px;
  }

  .contact-us-page form .row.company-row {
    margin-top: 0;
  }

  .contact-us-page .address-info .address-wrapper {
    display: flex;
    border-bottom: solid 1px #fff;
  }

  .contact-us-page .address-info .address:first-of-type {
    margin-right: 80px;
  }

  .contact-us-page #captcha.error > div {
    width: fit-content;
    border: solid 1px #a94442;
  }
  
  .contact-us-page #captcha-error {
    color: #a94442;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    position: absolute;
    font-family: Noto Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    padding: 0;
  }

  /* Floating Pages */
  .page-not-found h1 {
    font-size: 60px;
  }

  .page-not-found span.code {
    font-size: 80px;
  }

  .page-not-found p {
    font-size: 22px;
  }

  .page-not-found p span {
    display: block;
  }

  .about-us-page h3 {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .tablet-layout {
    display: none;
  }

  .desktop-layout {
    display: block;
  }

  /* Typography */
  .menu-page .menu-page-content h1 {
    font-size: 24px;
  }

  body,
  .menu-page .menu-page-content li,
  .menu-page .menu-page-content p,
  .menu-page .menu-page-content h4 {
    font-size: 16px;
  }

  /* Header & Nav */
  header .title {
    display: flex;
  }

  header .seperator {
    margin-right: 15px;
  }

  header .top-links {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
  }

  nav {
    display: block;
    top: 100px;
  }

  nav li.search {
    display: block;
  }

  nav .global-search {
    margin: 0;
    width: 300px;
  }

  nav .global-search input {
    width: 100%;
  }

  nav .global-search .btn-global-search {
    height: fit-content;
  }

  nav .desktop-search.hover {
    box-shadow: none !important;
  }

  nav li>a {
    white-space: pre;
  }

  nav .global-search {
    width: 268px;
  }

  nav ::placeholder {
    font-size: 12px !important;
    position: relative;
    bottom: 2px;
  }

  /* footer */
  footer .social-links {
    left: 0% !important;
  }

  /* Home Carousel */
  .home-banner.top #home-carousel .carousel-indicators li {
    height: 16px;
    width: 16px;
  }

  /* Home Video Section */
  .home-video-section {}

  /* Home Dates Section */


  .home-dates-section .date .description {
    font-size: 18px;
  }

  /* Home Links Section */
  .home-links-section {
    margin-top: 20px;
  }

  .home-links-section h3 {
    display: none;
  }

  /* SubPages */
  .menu-page .menu-page-content {
    flex-grow: 1;
    padding: 0 80px 100px;
  }

  .menu-page .side-menu {
    min-width: 400px;
    max-width: 400px;
  }

  .menu-page .menu-page-content .button-row {
    margin: 30px 0;
  }

  /* SubPage Addresses */
  .menu-page .menu-page-content .address-row {
    margin: 20px 0;
  }

  /* Forms & reports */
  .forms-container .form .form-link,
  .reports-container .report .report-link {
    border: 2px solid var(--rpad-primary-blue);
    padding: 15px 20px;
    text-decoration: none !important;
    margin-right: 0;
  }

  .forms-container .form .form-link:hover,
  .reports-container .report .report-link:hover {
    border-color: #6391eb;
  }

  .forms-container .form .form-link {
    margin-bottom: 0;
  }

  /* Contact us */
  .contact-us-page {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 60px;
  }

  .contact-us-page .contact-us-form {
    width: unset;
  }

  .contact-us-page .address-info {
    margin-left: 50px;
    margin-top: 0;
    min-width: 270px;
    width: 356px;
  }

  .contact-us-page .address-info .address-wrapper {
    display: block;
  }

  .contact-us-page .address-info .address:first-of-type {
    margin-right: 0;
  }

  /* Floating Pages */
  .page-not-found p {
    font-size: 24px;
  }
}

@media (min-width: 1100px) {
  nav ul.menu>li>a {
    font-size: 14px;
  }
}

@media (min-width: 1300px) {
  nav ul.menu>li>a {
    font-size: 16px;
  }

  nav .global-search {
    width: 320px;
  }

  nav ::placeholder {
    font-size: 14px !important;
    bottom: 0;
  }
}

@media (min-width: 1500px) {
  .about-us-page img.coastline.visible-lg {
    max-width: 710px;
    max-height: 524px;
  }
}

.expandable.question li > p {
  margin-bottom: 0;
}

/*** Anchor Styling ***/
.menu-page .menu-page-content h1>a:not(.btn) {
  color: #000;
  text-decoration: none;
}

.anchor-bookmark::before {
  content: '';
  display: block;
  height:  185px;
  margin-top: -185px;
  visibility: hidden;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */