@font-face {
  font-family: "OpenSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/caj/assets/fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/wp-content/themes/caj/assets/fonts/OpenSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/caj/assets/fonts/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans-Black";
  font-style: bold;
  font-weight: 800;
  src: url("/wp-content/themes/caj/assets/fonts/OpenSans-ExtraBold.ttf") format("truetype");
}
body {
  line-height: 24px;
}

p {
  font-family: "OpenSans-Regular", sans-serif;
  line-height: 24px;
}

a {
  font-family: "OpenSans-Regular", sans-serif;
}

* {
  font-family: "OpenSans-Regular", sans-serif;
}

strong {
  font-family: "OpenSans-Bold", sans-serif;
}

h1 {
  color: #004b88;
  font-size: 1.6rem;
  font-family: "OpenSans-Bold", sans-serif;
}
@media (min-width: 768px) {
  h1 {
    font-size: 1.7rem;
  }
}

h2 {
  font-size: 1.4rem !important;
  color: #72c5d9;
  font-family: "OpenSans-Bold", sans-serif;
  margin-bottom: 0.75rem;
  margin-top: 1.75rem;
  line-height: 28px;
}
h2 strong {
  font-size: 1.4rem;
  text-decoration: none;
  font-style: none;
  line-height: 28px;
}
h2 b {
  font-size: 1.4rem;
  text-decoration: none;
  font-style: none;
  line-height: 28px;
}

h3 {
  color: #004b88;
  font-size: 1.15rem;
  margin-bottom: 1rem;
  line-height: 28px;
}

.h3-right-section {
  color: #004b88;
  font-size: 1.4rem;
  font-family: "OpenSans-Bold", sans-serif;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .h3-right-section {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}

.block__p {
  color: #004b88;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

a {
  text-decoration: underline;
  color: #004b88;
  cursor: pointer;
  transition: 100ms;
  font-family: "OpenSans-Bold", sans-serif;
  transition: text-shadow 0.3s;
}
a:hover {
  text-shadow: 0 0 0.65px #004b88, 0 0 0.65px #004b88;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

.txt-blue {
  color: #004b88;
}

.txt-white {
  color: #fff !important;
}

.font--regular {
  font-family: "OpenSans-Regular", sans-serif !important;
}

.block {
  padding: 1.25rem 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .block {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.block h1 {
  margin-bottom: 0.5rem;
}
.block.main--block {
  display: none;
}
@media (min-width: 1024px) {
  .block.main--block {
    display: block;
    grid-column: 1/3;
  }
}
.block.block--maincategory {
  display: none;
}
@media (min-width: 768px) {
  .block.block--maincategory {
    display: block;
    grid-column: 1/3;
    background-color: #6481b2;
  }
}
.block.block--maincategory h1 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .block.block--maincategory h1 {
    font-size: 2.25rem;
  }
}
.block.block--maincategory p {
  padding-bottom: 6rem;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .block.block--maincategory-bg {
    background-image: url(/wp-content/themes/caj/assets/svg/svg-desktop/housing.svg);
    background-repeat: no-repeat;
    background-position: bottom -1px right 43px;
    background-size: 26%;
  }
}
.block.block__bottom-margin {
  margin-bottom: 2rem;
}
.block.single--post {
  background-color: #eaedf5;
}
@media (min-width: 768px) {
  .block.single--post {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .block.single--post {
    grid-column: 3;
    background-color: #fff;
    margin-bottom: 0;
  }
}
.block.right--section {
  padding-top: 1.25rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .block.right--section {
    padding-top: 0;
  }
}
.block.block--flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.block.block--nobg {
  border: 1px solid #72c5d9;
}
.block.block--frontpg {
  background-image: url(/wp-content/themes/caj/assets/svg/svg-desktop/advice.svg);
  background-repeat: no-repeat;
  background-position: bottom 20px right 43px;
  background-size: 19%;
}
.block.block--about-us {
  display: none;
}
@media (min-width: 1024px) {
  .block.block--about-us {
    display: block;
    grid-column: 1/4;
  }
}
@media (min-width: 1024px) {
  .block.block--volunteer {
    background-image: url(/wp-content/themes/caj/assets/svg/svg-desktop/volunteer.svg);
    background-repeat: no-repeat;
    background-position: bottom -1px right 23px;
    background-size: 45%;
  }
}
.block.block--customcontent p {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .block.block--findus {
    background-image: url(/wp-content/themes/caj/assets/svg/svg-desktop/location.svg);
    background-repeat: no-repeat;
    background-position: top 63px right 63px;
    background-size: 13%;
  }
}
@media (min-width: 768px) {
  .block.block--money-debt {
    background-image: url(/wp-content/themes/caj/assets/svg/svg-desktop/moneydebt.svg);
    background-repeat: no-repeat;
    background-position: bottom 0px right 38px;
    background-size: 153px;
  }
}
@media (min-width: 768px) {
  .block.block--budget-plan {
    background-image: url(/wp-content/themes/caj/assets/svg/svg-desktop/budgetplanner.svg);
    background-repeat: no-repeat;
    background-position: bottom 24px right 31px;
    background-size: 78px;
  }
}
@media (min-width: 768px) {
  .block.block--debt-pack {
    background-image: url(/wp-content/themes/caj/assets/svg/svg-desktop/debtpack.svg);
    background-repeat: no-repeat;
    background-position: bottom 24px right 31px;
    background-size: 78px;
  }
}
@media (min-width: 768px) {
  .block.block--family {
    background-image: url(/wp-content/themes/caj/assets/svg/svg-desktop/family.svg);
    background-repeat: no-repeat;
    background-position: bottom -1px right 31px;
    background-size: 209px;
  }
}
@media (min-width: 768px) {
  .block.block--legal {
    background-image: url(/wp-content/themes/caj/assets/svg/svg-desktop/legal.svg);
    background-repeat: no-repeat;
    background-position: bottom -1px right 31px;
    background-size: 156px;
  }
}
@media (min-width: 768px) {
  .block.block--health {
    background-image: url(/wp-content/themes/caj/assets/svg/svg-desktop/health.svg);
    background-repeat: no-repeat;
    background-position: bottom -1px right 31px;
    background-size: 156px;
  }
}
@media (min-width: 768px) {
  .block.block--immigration {
    background-image: url(/wp-content/themes/caj/assets/svg/svg-desktop/immigration.svg);
    background-repeat: no-repeat;
    background-position: bottom -1px right 78px;
    background-size: 97px;
  }
}
@media (min-width: 768px) {
  .block.block--employment {
    background-image: url(/wp-content/themes/caj/assets/svg/svg-desktop/employment.svg);
    background-repeat: no-repeat;
    background-position: bottom -1px right 78px;
    background-size: 97px;
  }
}
@media (min-width: 768px) {
  .block.block--consumer {
    background-image: url(/wp-content/themes/caj/assets/svg/svg-desktop/consumer.svg);
    background-repeat: no-repeat;
    background-position: bottom -1px right 52px;
    background-size: 131px;
  }
}
@media (min-width: 768px) {
  .block.block--government {
    background-image: url(/wp-content/themes/caj/assets/svg/svg-desktop/gov.svg);
    background-repeat: no-repeat;
    background-position: bottom -1px right 78px;
    background-size: 97px;
  }
}
@media (min-width: 768px) {
  .block.block--charities {
    background-image: url(/wp-content/themes/caj/assets/svg/svg-desktop/charities.svg);
    background-repeat: no-repeat;
    background-position: bottom -1px right 78px;
    background-size: 97px;
  }
}

.block--grey {
  background-color: #eaedf5 !important;
}

.block--green {
  background-color: #a6d6ae !important;
}

.block--orange {
  background-color: #fcbb69 !important;
}

.block--purple {
  background-color: #c2bdde !important;
}

.block--peach {
  background-color: #fcceba !important;
}

.block--burg {
  background-color: #9a1d4e !important;
}

.block--darkgrey {
  background-color: #8b837d !important;
}

.block--nopad {
  padding: 0;
}

.block--turq {
  background-color: #72c5d9 !important;
}

.block--darkblue {
  color: #fff;
  background-color: #004b88 !important;
}
.block--darkblue h1 {
  color: #72c5d9 !important;
}

@media (min-width: 768px) {
  .mainblock__text {
    font-size: 1.6rem;
    color: #004b88;
    margin-bottom: 1.5rem;
    line-height: 1.4;
  }
}

@media (min-width: 768px) {
  .mainblock__h2 {
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .mainblock__top {
    margin-right: 2rem;
  }
}
@media (min-width: 1024px) {
  .mainblock__top {
    margin-right: 6rem;
  }
}

.charity-logo-body {
  width: 120px;
}

.mainblock__top {
  display: flex;
  margin-right: 0;
}
.mainblock__top .left {
  margin-right: 4rem;
}
.mainblock__top .right {
  margin-right: 1rem;
  position: relative;
  top: 4px;
}

@media (min-width: 768px) {
  .mainblock__bottom {
    margin-top: 3rem;
  }
}

.block--subcategorypg {
  grid-column: 1/4;
  background-color: #6481b2;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.subcatwhite p {
  color: #fff !important;
}

.block__contact-icons {
  width: 54px;
  margin-bottom: 1rem;
}

.block__contact-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1rem;
  text-align: center;
}

.block__contact a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 1rem;
  text-decoration: none;
  margin-bottom: 0.5rem;
  color: #004b88;
}
.block__contact .block__contact-text {
  font-family: "OpenSans-Bold", sans-serif;
}

.block__find-us-address {
  color: #004b88;
  font-family: "OpenSans-Regular", sans-serif;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  line-height: 1.4;
}

.block__find-us-opening {
  color: #004b88;
}

.block__google-maps-iframe {
  position: relative;
  bottom: -3px;
}
@media (min-width: 768px) {
  .block__google-maps-iframe {
    position: initial;
  }
}

.block__peach-wrapper {
  padding: 1.25rem 1.5rem;
}

@media (min-width: 768px) {
  .block__main-text {
    margin-right: 16rem;
  }
}

.block__para-space {
  padding-bottom: 5rem;
  margin-top: 0.75rem;
  font-size: 1.15rem;
  line-height: 20px;
  display: none;
}
@media (min-width: 768px) {
  .block__para-space {
    display: block;
  }
}

@media (min-width: 768px) {
  .block__right-txt-margin {
    margin-right: 16rem;
  }
}
@media (min-width: 1024px) {
  .block__right-txt-margin {
    margin-right: 7rem;
  }
}

.button--bigger {
  padding: 0.5rem 1.25rem;
  color: #004b88;
  border: 1px solid #004b88;
  text-decoration: none;
  flex-shrink: 0;
  transition: 300ms ease-in-out;
  fill: #004b88;
}
.button--bigger .button__icon {
  max-width: 10px;
  width: 10px;
  height: auto;
  margin-left: 1rem;
}
.button--bigger .button__text {
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 1.2rem;
  white-space: nowrap;
}
.button--bigger:hover {
  background-color: #004b88;
  color: #fff;
  fill: #fff;
}

.more {
  cursor: pointer;
  border: 1px solid #004b88;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  display: inline;
  position: relative;
  margin-top: 1rem;
  text-decoration: none;
  font-family: "OpenSans-Bold", sans-serif;
  margin-bottom: 2rem;
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  transition: 300ms ease-in-out;
}
.more:hover {
  background: #6481b2;
  color: #fff;
}
.more:focus {
  background: #fcbb69;
}

.download {
  cursor: pointer;
  border: 1px solid #004b88;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  display: inline;
  position: relative;
  text-decoration: none;
  font-family: "OpenSans-Bold", sans-serif;
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  transition: 300ms ease-in-out;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .download {
    margin-top: 0;
  }
}
.download.white {
  border: 1px solid #fff;
  color: #fff;
}
.download.white:hover {
  background: #fff;
  color: #004b88;
}
.download:hover {
  background: #004b88;
  color: #fff;
}
.download.single-page-btn {
  margin-top: 1rem;
}

.btn--white {
  cursor: pointer;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  display: inline;
  position: relative;
  text-decoration: none;
  font-family: "OpenSans-Bold", sans-serif;
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  transition: 300ms ease-in-out;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 2rem;
}
.btn--white:hover {
  background: #fff;
  color: #004b88;
}

.btn--feedback {
  padding: 0.5rem 1rem;
  background-color: #004b88;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: 300ms ease-in-out;
  position: fixed;
}
.btn--feedback:hover {
  background: #6481b2;
  color: #fff;
}

.btn--sidebar {
  display: none;
}
@media screen and (min-width: 1410px) {
  .btn--sidebar {
    display: inline;
    position: absolute;
    right: 0px;
    top: 19rem;
    transform: rotate(90deg);
    position: fixed;
  }
}

#livechat--icon {
  width: 62.78px;
  height: 66.84px;
  position: fixed;
  right: 1%;
  bottom: 2%;
  cursor: pointer;
}
@media (min-width: 768px) {
  #livechat--icon {
    width: 69.63px;
    height: 74.14px;
  }
}
#livechat--icon .cls-2 {
  transition: 200ms ease-in-out;
}
#livechat--icon:hover .cls-2 {
  fill: #6481b2;
}

.modal {
  display: none;
}

/* Full-width input fields */
.input-modal {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
.green--btn {
  background-color: #04aa6d;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #72c5d9;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.modal--container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  padding-top: 60px;
  z-index: 99;
}

.modal-other {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  padding-top: 60px;
  z-index: 99;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
}
.modal-content.background {
  background-color: #eaedf5;
}

@media only screen and (min-width: 425px) {
  .modal-content {
    width: 425px;
  }
}
/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
  transition: 300ms ease-in-out;
}

.close:hover,
.close:focus {
  color: #004b88;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: fadeIn 0.6s;
  animation: fadeIn 0.6s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
  .cancelbtn {
    width: 100%;
  }
}
.modal--btn {
  width: auto;
  color: #72c5d9;
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 1rem;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  transition: 300ms ease-in-out;
  fill: #004b88;
  display: flex;
  align-items: center;
}
.modal--btn:hover {
  fill: #fff;
  color: #fff;
}
@media (min-width: 1024px) {
  .modal--btn {
    color: #004b88;
  }
}

.login--icon {
  width: 16px;
  margin-left: 0.5rem;
}

.modal--container {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #004b88;
  font-family: "OpenSans-Bold", sans-serif;
}
.modal--container p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal--container .login-username {
  margin-bottom: 1rem;
  margin-top: 0rem;
}
.modal--container .login-username label {
  margin-bottom: 0.5rem;
}
.modal--container .login-password {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.modal--container .login-password label {
  margin-bottom: 0.5rem;
}
.modal--container .login-submit input {
  -webkit-appearance: none;
}

.imgcontainer {
  display: flex;
  align-items: center;
  justify-content: center;
}

#user_login {
  border: 1px solid black;
  border-radius: 1px;
  padding: 0.25rem;
}

#user_pass {
  border: 1px solid black;
  border-radius: 1px;
  padding: 0.25rem;
}

.login-remember {
  margin-top: 1rem;
}

#wp-submit {
  cursor: pointer;
  border: 1px solid #004b88;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  display: inline;
  position: relative;
  text-decoration: none;
  font-family: "OpenSans-Bold", sans-serif;
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  transition: 300ms ease-in-out;
  margin-top: 2rem;
}
#wp-submit:hover {
  background: #004b88;
  color: #fff;
}

.feedback-form-wrap {
  line-height: 1.65rem;
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .feedback-form-wrap {
    max-width: 85%;
  }
}

#gform_submit_button_3 {
  cursor: pointer;
  border: 1px solid #004b88;
  padding: 0.5rem 1.5rem;
  text-transform: uppercase;
  display: inline;
  position: relative;
  text-decoration: none;
  font-family: "OpenSans-Bold", sans-serif;
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  transition: 150ms ease-in-out;
  margin-top: 2rem;
  background-color: transparent;
  -webkit-appearance: none;
  background-color: #004b88;
  color: #fff;
}
@media (min-width: 768px) {
  #gform_submit_button_3 {
    margin-top: 0;
  }
}
#gform_submit_button_3:hover {
  background: #004b88;
  color: #fff;
}

.gform_footer {
  display: flex;
  justify-content: center;
}

#message {
  margin-top: 0.25rem;
  width: 320px;
  height: 133px;
}

#field_3_3 {
  margin-top: 1.25rem;
}

#field_3_4 {
  margin-top: 1.25rem;
}

#gform_4 {
  margin-top: 2rem;
}
#gform_4 .gfield_label {
  margin-right: 2rem;
}
#gform_4 .gform_footer,
#gform_4 .top_label {
  justify-content: flex-end;
}

#field_4_1 {
  display: grid;
  grid-template-columns: 75px 1fr;
  align-items: center;
}

#field_4_2 {
  display: grid;
  grid-template-columns: 75px 1fr;
  align-items: center;
}

#input_4_3 {
  height: 160px;
}

#gform_submit_button_4 {
  cursor: pointer;
  border: 1px solid #004b88;
  padding: 0.5rem 1.5rem;
  color: #004b88;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "OpenSans-Bold", sans-serif;
  background-color: transparent;
  transition: 300ms ease-in-out;
  display: flex;
  -webkit-appearance: none;
}
#gform_submit_button_4:hover {
  background: #004b88;
  color: #fff;
}

.gform_wrapper .gfield_required {
  color: #2d5a35 !important;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  margin-bottom: 2rem !important;
  margin-top: -1rem !important;
  justify-content: left;
}
@media (min-width: 1024px) {
  .gform_wrapper.gravity-theme .gform_footer,
  .gform_wrapper.gravity-theme .gform_page_footer {
    margin-top: -0.5rem !important;
  }
}

#gform_confirmation_message_3 {
  margin-bottom: 2rem;
}

#gform_wrapper_7 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

#gform_wrapper_7 .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}

.gpls-limit-message,
#gform_confirmation_message_7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

#input_7_3 {
  display: flex;
  margin-bottom: 1rem;
}

.gchoice_7_3_0 {
  margin-right: 1rem;
}

#gform_submit_button_7 {
  padding: 0.5rem 1rem;
  border: 0;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: 150ms;
  background-color: #fff;
  border: 1px solid #004b88;
  font-family: "OpenSans-Bold", sans-serif;
  color: #004b88;
}
#gform_submit_button_7:hover {
  background-color: #004b88;
  color: #fff;
}

#input_7_6 {
  height: 100px;
}

#gform_fields_7 {
  max-width: 673px;
}
#gform_fields_7 input {
  border: 0;
  background-color: #ececec;
}
#gform_fields_7 textarea {
  border: 0;
  background-color: #ececec;
}
#gform_fields_7 .gfield_label {
  font-family: "OpenSans-Regular", sans-serif;
  color: #004b88;
}

.infographic {
  margin: 0 0 3rem;
  color: #004b88;
}
.infographic h1 {
  font-weight: 700;
  font-family: OpenSans-Black;
}
.infographic p {
  margin: 1rem 0;
}
.infographic .infographic-layout > * > * {
  border-radius: 15px;
  background-color: #eaedf5;
  padding: 0.5rem 0.66rem;
}
@media (min-width: 480px) {
  .infographic .infographic-layout > * > * {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .infographic .infographic-layout > * > * {
    padding: 2rem;
  }
}
.infographic .infographic-layout > *:nth-child(1) {
  display: grid;
  gap: 8px;
}
@media (min-width: 480px) {
  .infographic .infographic-layout > *:nth-child(1) {
    gap: 1rem;
  }
}
.infographic .infographic-layout > *:nth-child(1) {
  grid-template-columns: 1fr 1fr;
}
.infographic .infographic-layout > *:nth-child(1) > *:nth-child(1) {
  grid-row: span 2;
  text-align: center;
}
.infographic .infographic-layout > *:nth-child(1) > *:nth-child(1) img {
  display: inline-block;
  width: 30%;
  margin: 8px 0;
}
@media (min-width: 480px) {
  .infographic .infographic-layout > *:nth-child(1) > *:nth-child(1) img {
    margin: 1rem 0;
  }
}
.infographic .infographic-layout > *:nth-child(1) > *:nth-child(1) img {
  min-width: 100px;
}
.infographic .infographic-layout > *:nth-child(2) {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: nowrap;
  margin: 8px 0;
}
@media (min-width: 480px) {
  .infographic .infographic-layout > *:nth-child(2) {
    margin: 1rem 0;
    gap: 1rem;
  }
}
.infographic .infographic-layout > *:nth-child(2) > * {
  margin: 0;
  flex: 1 0 calc(33.33% - 1rem);
  text-align: center;
}
.infographic .infographic-layout > *:nth-child(2) > * img {
  display: inline-block;
  width: 40%;
  margin: 0;
  min-width: 65px;
}
@media (min-width: 768px) {
  .infographic .infographic-layout > *:nth-child(2) > * img {
    min-width: 100px;
    margin: 1rem 0;
  }
}
.infographic .infographic-layout > *:nth-child(3) > * {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4%;
  flex-wrap: nowrap;
  margin: 8px 0;
}
@media (min-width: 480px) {
  .infographic .infographic-layout > *:nth-child(3) > * {
    margin: 1rem 0;
  }
}
.infographic .infographic-layout > *:nth-child(3) > * > * {
  margin: 0;
  flex: 1 1 auto;
}
.infographic .infographic-layout > *:nth-child(3) > * > * img {
  width: 100%;
  display: block;
  margin: 1rem 0;
  min-width: 70px;
}
@media (min-width: 768px) {
  .infographic .infographic-layout > *:nth-child(3) > * > * img {
    min-width: 90px;
  }
}
.infographic .u-font2,
.infographic .u-font3 {
  font-weight: 700;
  font-family: OpenSans-Black;
}
.infographic .u-font1 {
  font-weight: 700;
  font-family: OpenSans-Bold;
}
.infographic .u-font1 {
  font-size: 0.8rem;
}
.infographic .u-font2 {
  font-size: 1.5rem;
}
.infographic .u-font3 {
  font-size: 1.8rem;
}
@media (min-width: 480px) {
  .infographic .u-font1 {
    font-size: 1rem;
  }
  .infographic .u-font2 {
    font-size: 2rem;
  }
  .infographic .u-font3 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .infographic .u-font1 {
    font-size: 1.33rem;
  }
  .infographic .u-font2 {
    font-size: 3.33rem;
  }
  .infographic .u-font3 {
    font-size: 4.66rem;
  }
}

.filtering {
  display: flex;
  margin: 1rem 0;
  align-items: center;
  gap: 0.5rem;
}
.filtering > * {
  flex: 0 0 auto;
  line-height: 3rem;
  padding: 0 1rem;
  white-space: nowrap;
  box-shadow: inset 0 0 0 1px #72c5d9;
}
.filtering a {
  box-shadow: inset 0 0 0 1px #72c5d9;
  transition: box-shadow 0.3s ease;
}
.filtering a:hover {
  box-shadow: inset 0 0 0 1px #004b88;
}
.filtering span {
  font-weight: 700;
  font-family: OpenSans-Bold;
  box-shadow: inset 0 0 0 1px black;
}

ul.report-list li {
  background-color: #eaedf5;
  padding: 1rem;
  border-radius: 15px;
  margin-bottom: 3px;
}

.block__toplinks {
  list-style: none;
  padding: 0;
  color: #004b88;
  text-decoration: none;
  margin-top: 1rem;
  line-height: 24px;
}
.block__toplinks li {
  padding-left: 0.5em;
  text-indent: -0.5em;
  margin-top: 0.5em;
  margin-left: 0.75em;
  transition: text-shadow 100ms;
  cursor: pointer;
}
.block__toplinks li::before {
  content: url(/wp-content/themes/caj/assets/svg/svg-desktop/arrow.svg);
  display: inline-block;
  width: 0.5em; /* same as padding-left set on li */
}
.block__toplinks li:hover {
  text-shadow: 0 0 0.65px #004b88, 0 0 0.65px #004b88;
}

.wpp-list {
  list-style: none;
  padding: 0;
  color: #004b88;
  text-decoration: none;
  margin-top: 1rem;
  line-height: 24px;
}
.wpp-list a {
  font-family: "OpenSans-Regular", sans-serif;
  text-decoration: none;
  line-height: 24px;
}
.wpp-list li::before {
  display: none;
}
.wpp-list li {
  padding-left: 1em;
  margin-top: 0.5em;
  margin-left: 0.25em;
  transition: text-shadow 100ms;
  cursor: pointer;
  background: url(/wp-content/themes/caj/assets/svg/svg-desktop/arrow.svg) left 0.35em no-repeat;
  background-size: 0.5em;
}

.wpp-meta {
  display: none !important;
}

.post-stats {
  display: none !important;
}

.footer-top {
  background-color: #eaedf5;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media print {
  .footer-top {
    display: none;
  }
}

.footer__logo {
  width: 182px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .footer__logo {
    margin-top: 0;
    width: 158px;
  }
}
@media (min-width: 1024px) {
  .footer__logo {
    width: 182px;
  }
}
.footer__sub-title {
  color: #004b88;
  display: block;
  margin-bottom: 0.25rem;
}
.footer__text {
  color: #004b88;
  font-family: "OpenSans-Bold", sans-serif;
  margin-bottom: 2rem;
}
.footer__address {
  color: #004b88;
  font-family: "OpenSans-Bold", sans-serif;
  font-style: normal;
  margin-bottom: 1rem;
}
.footer__social-icon {
  width: 31px;
}
.footer__link {
  text-decoration: none;
  color: #004b88;
  font-family: "OpenSans-Bold", sans-serif;
}
.footer__opening-wrap {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer__opening-wrap {
    grid-column: 3;
  }
}

.footer__mobile-wrap {
  margin-bottom: 1rem;
}

.footer__office-wrap {
  margin-bottom: 1rem;
}

.footer__email-wrap {
  margin-bottom: 1rem;
}

.footer__follow-wrap {
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .footer__follow-wrap {
    grid-row: 1;
    grid-column: 4;
    margin-top: 11rem;
  }
}
@media (min-width: 1024px) {
  .footer__follow-wrap {
    margin-top: 0;
    grid-row: 2;
  }
}

.footer__secondary-nav {
  color: #004b88;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .footer__secondary-nav {
    display: none;
  }
}

.footer__secondary-nav-wrap {
  display: flex;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .footer__secondary-nav-wrap {
    justify-content: flex-start;
    display: none;
    grid-column: 1/3;
  }
}
.footer__secondary-nav-wrap a {
  text-decoration: none;
  color: #004b88;
  font-family: "OpenSans-Regular", sans-serif;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.footer__secondary-nav-wrap a:first-child {
  margin-left: 0;
}
.footer__secondary-nav-wrap.desktop {
  display: none;
}
@media (min-width: 768px) {
  .footer__secondary-nav-wrap.desktop {
    display: flex;
    grid-column: 1/3;
    grid-row: 2;
  }
}
@media (min-width: 1024px) {
  .footer__secondary-nav-wrap.desktop {
    grid-row: 3;
  }
}
@media (min-width: 1280px) {
  .footer__secondary-nav-wrap.desktop {
    grid-column: 2;
    grid-row: 3;
  }
}

.desktop--footer-refinery {
  display: none;
}
@media (min-width: 768px) {
  .desktop--footer-refinery {
    color: #004b88;
    display: block;
    grid-column: 3/5;
  }
}
.footer-bottom {
  background-color: #004b88;
  color: #fff;
  padding: 2rem 2rem 2rem 2rem;
}
@media print {
  .footer-bottom {
    display: none;
  }
}
.footer-bottom p {
  line-height: 14px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .footer-bottom {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 768px) {
  .footer--wrapper {
    display: grid;
    grid-template-columns: 170px 1fr 1fr 1fr;
    padding-top: 4rem;
    padding-bottom: 4rem;
    row-gap: 2rem;
    column-gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .footer--wrapper {
    grid-template-columns: 208px 1fr 1fr 1fr;
    row-gap: 0;
    column-gap: 4rem;
  }
}

@media only screen and (min-width: 820px) {
  .footer--wrapper {
    grid-template-columns: 184px 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1330px) {
  .footer--wrapper {
    grid-template-columns: 208px 351px 341px 1fr;
  }
}
.footer__nav {
  display: none;
}
@media (min-width: 768px) {
  .footer__nav {
    display: block;
    grid-column: 2;
    grid-row: 1;
  }
}
.footer__nav .footer--nav-menu {
  column-count: 2;
}
@media (min-width: 768px) {
  .footer__nav .footer--nav-menu {
    column-count: 1;
  }
}
@media (min-width: 1024px) {
  .footer__nav .footer--nav-menu {
    column-count: 2;
  }
}

@media (min-width: 768px) {
  .footer__contact-grid-wrap {
    grid-column: 4;
    grid-row: 1;
  }
}

#menu-footer-menu {
  line-height: 1.4;
}
#menu-footer-menu li {
  margin-bottom: 0.5rem;
}
#menu-footer-menu a {
  color: #004b88;
  font-family: "OpenSans-Regular", sans-serif;
}

@media (min-width: 768px) {
  .footer__address-wrap {
    grid-row: 1;
    grid-column: 3;
  }
}
@media (min-width: 768px) {
  .footer__address {
    line-height: 1.4;
  }
}

@media (min-width: 768px) {
  .footer__opening-wrap {
    grid-column: 3;
    grid-row: 1;
    margin-top: 11rem;
  }
}
@media (min-width: 1024px) {
  .footer__opening-wrap {
    grid-row: 2;
    margin-top: -1rem;
  }
}

.footer-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .footer-logos {
    display: block;
  }
}
.footer-logos .footer__logo {
  position: relative;
}

.charity-logo-footer {
  width: 80px;
}
@media (min-width: 320px) {
  .charity-logo-footer {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .charity-logo-footer {
    display: none;
  }
}
@media (min-width: 768px) {
  .charity-logo-footer {
    display: none;
  }
}

.footer-logos__stack {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .footer-logos__stack {
    display: none;
  }
}
.footer-logos__stack .rivington-logo,
.footer-logos__stack .certification-badge-footer {
  width: 50%;
  height: auto;
}

.jbw-logo-footer {
  display: block;
  width: 150px;
  height: auto;
  margin-top: 1.5rem;
}
@media (min-width: 320px) {
  .jbw-logo-footer {
    width: 200px;
  }
}

.skip-link, .sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 1rem 1.5rem;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  background: #004b88;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  z-index: 99999;
  outline: 3px solid #fcbb69;
  outline-offset: 2px;
}

@media (min-width: 1024px) {
  .query {
    max-width: 1366px;
    margin: 0 auto;
  }
}
.query {
  width: 100%;
}
* {
  box-sizing: border-box;
}

body {
  width: 100%;
  font-size: 16px;
  line-height: 1.15;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

.page-wrap {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  display: grid;
}
@media (min-width: 768px) {
  .page-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
    margin-top: 1rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
    row-gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .page-wrap {
    margin-top: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .page-wrap.single--post-wrap {
    display: block;
  }
}
@media (min-width: 1024px) {
  .page-wrap.single--post-wrap {
    display: grid;
    column-gap: 7rem;
  }
}

.search-field {
  height: 39px;
  width: 28rem;
  border: 1px solid #004b88;
  border-radius: 3px;
  -moz-appearance: none; /* older firefox */
  -webkit-appearance: none; /* safari, chrome, edge and ie mobile */
  appearance: none; /* rest */
  padding-left: 0.5rem;
  padding-right: 2.5rem;
  font-size: 1.2rem;
}
.search-field.desktop-head {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  width: 20rem;
}
.search-field:focus {
  outline: 2px solid #fcbb69;
}

.desktop-head::placeholder {
  color: #fff;
}

input[type=search]::placeholder {
  margin-left: 0.5rem;
  -moz-appearance: none; /* older firefox */
  -webkit-appearance: none; /* safari, chrome, edge and ie mobile */
  appearance: none; /* rest */
}

.search--img {
  position: relative;
  left: -39px;
  -moz-appearance: none; /* older firefox */
  -webkit-appearance: none; /* safari, chrome, edge and ie mobile */
  appearance: none; /* rest */
  margin-right: -36px;
}
.search--img.reset {
  top: 1px;
  left: 0;
  margin-right: 0;
  position: unset;
  vertical-align: bottom;
  width: 38px;
  position: relative;
}

.search--btn {
  position: relative;
  right: 39px;
  top: -1px;
  transition: 200ms;
}
.search--btn:focus {
  outline: 2px solid #fcbb69;
}
.search--btn:hover {
  opacity: 0.8;
}

.header__search-img:focus {
  outline: 2px solid #fcbb69;
}

.search-form.category {
  display: flex;
  align-items: center;
}

.search--label {
  padding-top: 0.5rem;
}

.search--img {
  width: 39px;
  cursor: pointer;
}
.search--img.right--header {
  width: 37px;
  cursor: pointer;
  margin-right: -40px;
}

#breadcrumbs {
  display: flex;
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 14px;
}
#breadcrumbs a,
#breadcrumbs span,
#breadcrumbs img {
  text-decoration: none;
  color: black;
  font-size: 0.9rem;
  font-family: "OpenSans-Regular", sans-serif;
  margin-right: 0.5rem;
}

.breadcrumbs--container {
  margin-top: 1rem;
  margin-left: 2rem;
  margin-right: 2rem;
  display: none;
}
@media (min-width: 1024px) {
  .breadcrumbs--container {
    display: block;
  }
}
.breadcrumbs--container.no-bottom-margin {
  margin-bottom: 0;
}

.breadcrumbs__seperator {
  width: 6px;
}

.wpml-ls-legacy-dropdown-click {
  display: none;
}

thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

tr,
tr > td {
  border-color: #e9eaed;
  border-style: solid;
}

tr > td {
  border-width: 0 1px 0 0;
}

tr {
  border-width: 1px 1px;
}

tr {
  display: table-row;
  vertical-align: inherit;
}

tr > th {
  border: solid #72c5d9;
  border-width: 1px 1px 1px 1px;
}

td,
th {
  padding: 0.66666667rem;
  vertical-align: top;
}

th,
thead td {
  background: #f2f8ff;
  color: #004b88;
  font-weight: 700;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

table {
  margin-bottom: 1rem;
}

a:focus,
a:focus-visible,
button:focus,
button:focus-visible,
.focus--orange:focus,
.focus--orange:focus-visible {
  outline: 3px solid #004b88;
  outline-offset: 2px;
}

.desktop--nav a:focus,
.desktop--nav a:focus-visible,
.sliding-menu a:focus,
.sliding-menu a:focus-visible,
.menu a:focus,
.menu a:focus-visible {
  outline: 3px solid #fcbb69;
  outline-offset: 2px;
}

@media (prefers-contrast: more) {
  a:focus,
  a:focus-visible,
  button:focus,
  button:focus-visible {
    outline: 3px solid ButtonText;
    outline-offset: 2px;
  }
}
.page-wrapper {
  flex: 1;
}

.cky-consent-container *:focus-visible,
.cky-preference-center *:focus-visible,
.cky-btn-revisit-wrapper *:focus-visible,
.cky-btn:focus-visible {
  outline: 3px solid #004b88 !important;
  outline-offset: 2px !important;
}

@media (min-width: 1024px) {
  .mobile-header {
    display: none;
  }
}

.top {
  display: flex;
  background-color: #eaedf5;
}
@media print {
  .top {
    display: none;
  }
}
.top span {
  font-size: 1.1rem;
  color: #004b88;
  font-family: "OpenSans-Regular", sans-serif;
}
.top a {
  font-size: 1.1rem;
  text-decoration: none;
  font-family: "OpenSans-Bold", sans-serif;
  color: #004b88;
}
.top .call-us {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 0.25rem;
  max-width: 70%;
}
.top .language {
  width: 20%;
}

.head-logo {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  width: 163px;
  margin: 0 auto;
  margin-top: 0.65rem;
  margin-bottom: 0.65rem;
}

.mobile-head-logo-link {
  margin: 0 auto;
}

.centered-logo {
  display: flex;
  justify-content: center;
}

.desktop-header {
  display: none;
}
@media (min-width: 1024px) {
  .desktop-header {
    display: block;
  }
}

.desktop__logo {
  width: 182px;
  height: auto;
  transition: 200ms;
}
.desktop__logo:hover {
  opacity: 0.4;
}

#menu-desktop-menu {
  display: flex;
  font-family: "OpenSans-Bold", sans-serif;
}
#menu-desktop-menu a {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media screen and (max-width: 1135px) {
  #menu-desktop-menu a {
    margin-right: 0.35rem;
  }
}

#menu-mobile-menu {
  column-count: 2;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e9eaed;
}

.second-mobile-menu {
  font-size: 1.15rem;
}
.second-mobile-menu li {
  padding: 0.5em;
}
.second-mobile-menu .modal--btn {
  font-size: 1.15rem;
}
.second-mobile-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 1.15rem;
}

.lang-switch-icon {
  width: 24px;
  margin-left: 0.5rem;
}

.desktop__lang-switch-icon {
  width: 21px;
  height: 20px;
}

.lang-switch-flex,
.lang-switch-btn {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.4rem 0.5rem;
  background: none;
  border: 0;
  cursor: pointer;
  color: inherit;
  font: inherit;
}

.lang-switch-btn {
  justify-content: center;
  min-width: 44px;
}

.menu a {
  color: #fff;
  transition: 150ms ease-in-out;
  font-family: "OpenSans-Bold", sans-serif;
  text-decoration: none;
  display: inline-block;
  padding: 0.4rem 0.5rem;
  min-height: 24px;
}
.menu a:hover {
  color: #fcbb69;
}

.current-menu-item a {
  color: #fcbb69;
}

.current-post-ancestor a {
  color: #fcbb69;
}

@media (min-width: 1024px) {
  .desktop--top {
    height: 138px;
  }
}

.desktop--topwrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
}

.header--callback {
  font-family: "OpenSans-Regular", sans-serif;
  color: #004b88;
  font-size: 1.25rem;
  margin: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header--callback strong {
  font-family: "OpenSans-Bold", sans-serif;
  color: #004b88;
}
.header--callback a {
  text-decoration: none;
  color: #004b88;
  font-size: 1.25rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.header--callback .here-svg {
  width: 48px;
  margin-top: 0.4rem;
  display: none;
}
@media (min-width: 1280px) {
  .header--callback .here-svg {
    display: block;
  }
}
.header--callback .hidden-on-tab {
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .header--callback .hidden-on-tab {
    display: none;
  }
}
@media (min-width: 1280px) {
  .header--callback .hidden-on-tab {
    display: block;
  }
}

.header--right {
  background-color: #72c5d9;
  float: right;
  height: 141px;
  padding-left: 4rem;
  padding-right: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: -19px;
  position: relative;
  top: -2px;
  z-index: 1;
}

.header__search-img {
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.search-field-header {
  height: 39px;
  border: 1px solid #004b88;
  border-radius: 3px;
  font-size: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  -moz-appearance: none; /* older firefox */
  -webkit-appearance: none; /* safari, chrome, edge and ie mobile */
  appearance: none; /* rest */
}

.sliding-menu {
  display: none;
  align-self: center;
  background-color: #004b88;
  padding: 1rem;
  padding: 1rem 2rem 1rem 2rem;
  position: absolute;
  width: 100%;
  top: 12rem;
  z-index: 10;
}

.head {
  display: flex;
  flex-direction: column;
}

.menu--text {
  color: #fff;
  margin-left: 0.45rem;
  margin-right: 0.5rem;
}

.burger-icon-wrap {
  background-color: #004b88;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  cursor: pointer;
  padding: 0.45rem 1rem;
  align-items: center;
}
.burger-icon-wrap .burger-icon {
  width: 17px;
}
.burger-icon-wrap:focus {
  outline: 2px solid #fcbb69;
}
.burger-icon-wrap:focus-visible {
  outline: 2px solid #fcbb69;
}

.mobile--head-menu ul li {
  padding: 0.5em;
}
.mobile--head-menu ul li a {
  font-size: 1.15rem;
}

.burger {
  position: relative;
  top: 43px;
}

.mobile--call-lang-flex {
  display: flex;
}
@media (min-width: 768px) {
  .mobile--call-lang-flex {
    justify-content: space-between;
  }
}

.lang--selector {
  width: 22px;
  cursor: pointer;
}

.lang-selector-wrap {
  align-self: flex-end;
  display: flex;
  align-items: stretch;
  margin-left: auto;
}

.desktop--nav {
  display: flex;
  justify-content: center;
  background-color: #004b88;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #fff;
  font-family: "OpenSans-Bold", sans-serif;
  align-items: center;
  position: relative;
  z-index: 2;
}

.desktop-head-menu {
  display: flex;
  flex-direction: column;
}

.search-form.top--right {
  display: flex;
}

.navbar {
  display: flex;
  background-color: #004b88;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  align-items: center;
}
@media print {
  .navbar {
    display: none;
  }
}

.search-form-header {
  display: flex;
  margin-right: 1rem;
}
@media (min-width: 1024px) {
  .search-form-header {
    display: block;
  }
}
@media print {
  .search-form-header {
    display: none;
  }
}

.mobile--full-width-search {
  width: 35px;
  cursor: pointer;
}

.search-full-width {
  width: 100%;
}
.search-full-width:focus {
  outline: 2px solid #fcbb69;
}

.header__modal-lang-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

#flags {
  width: unset !important;
}

#flags.size18 a[title=English],
.tool-container .tool-items a[title=English],
a.single-language[title=English] span.size18 {
  background: url("/wp-content/themes/caj/assets/svg/UK.svg") no-repeat !important;
  width: 22px !important;
  height: 18px !important;
}

#flags.size18 a[title=Polish],
.tool-container .tool-items a[title=Polish],
a.single-language[title=Polish] span.size18 {
  background: url("/wp-content/themes/caj/assets/svg/POL.svg") no-repeat !important;
  width: 22px !important;
  height: 18px !important;
}

#flags.size18 a[title=Portuguese],
.tool-container .tool-items a[title=Portuguese],
a.single-language[title=Portuguese] span.size18 {
  background: url("/wp-content/themes/caj/assets/svg/PT.svg") no-repeat !important;
  width: 22px !important;
  height: 18px !important;
}

.modal--container #sortable #English a,
.modal--container #sortable #Portuguese a,
.modal--container #sortable #Polish a {
  width: 31px !important;
  height: 29px !important;
}

#glt-translate-trigger {
  position: absolute !important;
  background-color: #004b88 !important;
  right: 0 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  bottom: unset !important;
  height: 63px !important;
  -webkit-box-shadow: none !important;
  padding: 2rem;
  display: flex;
  align-items: center;
  display: none;
}
@media (min-width: 1024px) {
  #glt-translate-trigger {
    display: none !important;
  }
}

@media only screen and (min-width: 736px) {
  #glt-translate-trigger {
    height: 43px !important;
  }
}
@media (min-width: 1024px) {
  .lang-selector-wrap #sortable #English {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .lang-selector-wrap #sortable #Polish {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .lang-selector-wrap #sortable #Portugese {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .lang-selector-wrap #sortable li:not(#English, #Polish, #Portuguese) {
    display: none;
  }
}

.modal--container #sortable {
  display: grid;
  justify-content: center;
  column-gap: 0.5rem;
}
.modal--container #sortable li:not(#English, #Polish, #Portuguese) {
  display: none;
}
.modal--container #sortable #English,
.modal--container #sortable #Polish,
.modal--container #sortable #Portuguese {
  grid-row: 1;
}

.tool-container.tool-top {
  padding: 2rem;
  margin-left: 1rem;
}

.other-langs {
  display: grid;
  border-top: 1px solid #004b88;
  padding-top: 1rem;
  margin-top: 1rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.charity-logo {
  width: 97px;
  margin-right: 2rem;
}

#cat--1000 {
  background-color: #fcbb69;
  border: 0px;
}
@media (min-width: 768px) {
  #cat--1000 {
    grid-column: 2;
    grid-row: 2;
  }
}
@media (min-width: 1024px) {
  #cat--1000 {
    grid-column: 3;
    grid-row: 2;
  }
}

#cat--1061 {
  background-color: #72c5d9;
}
@media (min-width: 768px) {
  #cat--1061 {
    grid-column: 2;
    grid-row: 2;
    background-image: url(/wp-content/themes/caj/assets/svg/svg-desktop/Debtpack.svg);
    background-repeat: no-repeat;
    background-position: bottom 24px right 31px;
    background-size: 78px;
  }
}

#cat--987 {
  background-color: #fcceba;
  border: 0;
}
@media (min-width: 768px) {
  #cat--987 {
    grid-column: 2;
    grid-row: 7;
  }
}
@media (min-width: 1024px) {
  #cat--987 {
    grid-column: 2;
    grid-row: 5;
  }
}

#cat--972 {
  background-color: #fcbb69;
  border: 0;
}
@media (min-width: 768px) {
  #cat--972 {
    grid-column: 1;
    grid-row: 8;
  }
}
@media (min-width: 1024px) {
  #cat--972 {
    grid-column: 3;
    grid-row: 5;
  }
}

#cat--1049 {
  background-color: #9a1d4e;
  border: 0;
}
@media (min-width: 768px) {
  #cat--1049 {
    grid-column: 1;
    grid-row: 9;
  }
}
@media (min-width: 1024px) {
  #cat--1049 {
    grid-column: 2;
    grid-row: 6;
  }
}
#cat--1049 h1 {
  color: #fff;
}
#cat--1049 ul li a {
  color: #fff;
}

#cat--998 {
  background-color: #fcbb69;
  border: 0;
}
@media (min-width: 768px) {
  #cat--998 {
    grid-column: 2;
    grid-row: 4;
  }
}
@media (min-width: 1024px) {
  #cat--998 {
    grid-column: 2;
    grid-row: 3;
  }
}

#cat--983 {
  background-color: #a6d6ae;
  border: 0;
}
@media (min-width: 768px) {
  #cat--983 {
    grid-column: 2;
    grid-row: 5;
  }
}
@media (min-width: 1024px) {
  #cat--983 {
    grid-row: 3;
    grid-column: 3;
  }
}

#cat--1042 {
  background-color: #fcbb69;
  border: 0;
}
@media (min-width: 768px) {
  #cat--1042 {
    grid-column: 1;
    grid-row: 5;
  }
}
@media (min-width: 1024px) {
  #cat--1042 {
    grid-row: 4;
    grid-column: 1;
  }
}

#cat--1036 {
  background-color: #fcbb69;
  border: 0;
}
@media (min-width: 768px) {
  #cat--1036 {
    grid-column: 2;
    grid-row: 4;
  }
}
@media (min-width: 1024px) {
  #cat--1036 {
    grid-row: 3;
    grid-column: 2;
  }
}

#cat--979 {
  background-color: #fcbb69;
  border: 0;
}
@media (min-width: 768px) {
  #cat--979 {
    grid-column: 1;
    grid-row: 7;
  }
}
@media (min-width: 1024px) {
  #cat--979 {
    grid-row: 5;
    grid-column: 2;
  }
}

#cat--1044 {
  background-color: #fcbb69;
  border: 0;
}
@media (min-width: 768px) {
  #cat--1044 {
    grid-row: 5;
    grid-column: 1;
  }
}
@media (min-width: 1024px) {
  #cat--1044 {
    grid-row: 3;
    grid-column: 3;
  }
}

.welcome {
  background-color: #72c5d9;
  margin: 1rem 0rem 1rem;
  padding: 2rem 3rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .welcome {
    margin-right: 2rem;
    margin-left: 2rem;
    margin-top: 3rem;
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .welcome {
    display: none;
  }
}
.welcome .welcome-text {
  font-size: 1.3rem;
  color: #004b88;
  line-height: 1.4;
}
.welcome .welcome-strong {
  color: #004b88;
  font-size: 1.3rem;
}

.top-link {
  font-family: "OpenSans-Regular", sans-serif;
  text-decoration: none;
  line-height: 24px;
}

.extra-bottom-space {
  margin-bottom: 2rem;
}

.frontpage--title-link a {
  color: #004b88;
  font-size: 1.6rem;
  font-family: "OpenSans-Bold", sans-serif;
  text-decoration: none;
}
@media (min-width: 768px) {
  .frontpage--title-link a {
    font-size: 1.7rem;
  }
}
.frontpage--title-link a:hover {
  text-shadow: unset;
}

.block__volunteer-btn {
  display: inline-block;
  margin-bottom: 1rem;
}

.block__stats-btn {
  display: inline-block;
  margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .singlepost__section-nav {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
  }
}
.singlepost__section-nav ul {
  margin-top: 1.75rem;
}
.singlepost__section-nav li {
  font-family: "OpenSans-Regular", sans-serif;
  color: #004b88;
  margin-bottom: 0.75rem;
}
.singlepost__section-nav li a {
  text-decoration: none;
  font-family: "OpenSans-Regular", sans-serif;
}
.singlepost__section-nav strong {
  text-decoration: none;
  font-family: "OpenSans-Regular", sans-serif;
  color: #004b88;
  margin-bottom: 0.5rem;
  font-weight: unset;
}

.singlepost__nav_plus {
  width: 12px;
  margin-left: 4rem;
}

.singlepost__top {
  margin-top: 1.75rem;
}

.singlepost__share-btn {
  width: 46px;
  margin-right: 0.5rem;
  cursor: pointer;
}

.singlepost__print-btn {
  width: 46px;
  cursor: pointer;
}

.singlepost__ref {
  border: 2px solid #e9eaed;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  color: #8b837d;
  font-family: "OpenSans-Bold", sans-serif;
  margin-right: 0.5rem;
}

.singlepost__updated {
  display: none;
}
@media (min-width: 768px) {
  .singlepost__updated {
    display: block;
    border: 2px solid #e9eaed;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
    color: #8b837d;
    font-family: "OpenSans-Regular", sans-serif;
    margin-right: 0.5rem;
  }
}

.updated-on {
  color: #8b837d;
  font-family: "OpenSans-Bold", sans-serif;
  margin-right: 0.25rem;
}

.singlepost__top {
  display: flex;
  align-items: flex-start;
}
@media print {
  .singlepost__top {
    display: none;
  }
}

.content-wrap {
  font-family: "OpenSans-Regular", sans-serif;
  line-height: 18px;
}
.content-wrap p {
  font-family: "OpenSans-Regular", sans-serif;
  margin-bottom: 1rem;
  line-height: 1.65rem;
}
.content-wrap ul {
  list-style: disc;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
.content-wrap ul li ul {
  margin-top: 0.75rem;
}
.content-wrap li {
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
.content-wrap ol {
  list-style: decimal;
  margin-bottom: 1rem;
  margin-left: 1.5rem;
}
.content-wrap ol li {
  margin-top: 0.75rem;
}
.content-wrap a {
  text-decoration: none;
  font-family: "OpenSans-Regular", sans-serif;
  color: #004b88;
  text-decoration: none;
  transition: 300ms;
  word-wrap: break-word;
  cursor: pointer;
  border-bottom: 0.075em solid #004b88;
}
.content-wrap a:hover {
  background-color: #e3f4ff;
}
.content-wrap a:focus {
  outline: 3px solid #004b88;
  outline-offset: 2px;
  border-bottom: 0;
}

.singlepost__top-wrap-mobile {
  display: block;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .singlepost__top-wrap-mobile {
    display: none;
  }
}

.singlepost__top-wrap {
  display: none;
}
@media (min-width: 1024px) {
  .singlepost__top-wrap {
    margin-bottom: 2rem;
    display: block;
  }
}

.singlepost__terms-wrap {
  display: none;
}
@media (min-width: 1024px) {
  .singlepost__terms-wrap {
    display: block;
    padding-bottom: 0.5rem;
  }
}
.singlepost__terms-wrap .word-desk-wrap {
  margin-bottom: 0.75rem;
  line-height: 1.4rem;
}
.singlepost__terms-wrap .word-desk-wrap .word {
  font-family: "OpenSans-Bold", sans-serif;
  display: inline;
  color: #004b88;
}
.singlepost__terms-wrap .word-desk-wrap .desc {
  display: inline;
  color: #004b88;
}

.singlepost__topsection {
  display: block;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #004b88;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #004b88;
  font-family: "OpenSans-Bold", sans-serif;
  text-decoration: none;
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  .singlepost__topsection {
    font-size: 1.4rem;
    margin-top: 0.75rem;
    padding-top: 2rem;
    border-top: 1px solid #ebecee;
    pointer-events: none;
  }
}

.singlepost__plus {
  width: 16px;
  transition: transform 200ms linear;
}
@media (min-width: 1024px) {
  .singlepost__plus {
    display: none;
  }
}

.singlepost__related-link-list li {
  margin-bottom: 0.75rem;
}
.singlepost__related-link-list a {
  text-decoration: none;
  font-family: "OpenSans-Regular", sans-serif;
  margin-bottom: 0.5rem;
}

.single--post-wrap {
  margin-bottom: 2rem;
}

.helpful {
  display: flex;
  border-top: 1px solid #e9eaed;
  padding-top: 1.5rem;
  margin-top: 2rem;
  border-bottom: 1px solid #e9eaed;
  padding-bottom: 1.5rem;
  align-items: center;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
@media print {
  .helpful {
    display: none;
  }
}

.helpful-controls {
  display: flex;
}

.helpful-button {
  border: 1px solid #004b88;
  padding: 0.2rem 0.75rem;
  margin-right: 1rem;
  cursor: pointer;
  text-transform: uppercase;
  color: #004b88;
  font-family: "OpenSans-Bold", sans-serif;
  transition: 300ms ease-in-out;
}
.helpful-button:hover {
  background-color: #004b88;
  color: #fff;
}

.helpful-content {
  margin-right: 2rem;
}

.group .control input[type=email i] {
  width: 320px;
  height: 25px;
}

.helpful-feedback-controls {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.group {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.helpful-submit {
  position: revert !important;
  top: 0;
  left: 0;
}

@media print {
  #useful-stuff {
    display: none;
  }
}

.h1__no-bottom-space {
  margin-bottom: 0;
}

.faq--question-answer {
  margin: 0.75em 0;
  background-color: #fff;
  border: solid #004b88;
  border-width: 1px 1px 0;
  color: black;
}

.faq__question {
  display: flex;
  justify-content: space-between;
  color: #004b88;
  padding: 0.75rem 1rem 0.75rem 1rem;
  line-height: 1.5;
  border-bottom: 1px solid #004b88;
  cursor: pointer;
}

#faq__question-plus {
  width: 16px;
  transition: 200ms;
}

.faq__answer {
  display: none;
  border-bottom: 1px solid #004b88;
  padding: 0.75rem 1rem;
}

.faq__question-text {
  color: #004b88;
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 1rem;
  margin: 0;
}

#media__download-icon {
  width: 42px;
}

.media--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
  text-decoration: none;
  font-family: "OpenSans-Regular", sans-serif;
}
@media (min-width: 1024px) {
  .media--item {
    margin-right: 3rem;
  }
}
.media--item:hover {
  color: #004b88;
  border-bottom: 0;
  background-color: unset;
}
.media--item .download-icon-cls-1 {
  fill: #004b88;
}
.media--item .download-icon-cls-2 {
  fill: #72c5d9;
}

.media__title {
  font-size: 14px;
  text-align: center;
}

.media__download-txt {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}

.media--wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 2rem;
  column-gap: 2rem;
}
@media (min-width: 1024px) {
  .media--wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    row-gap: 2rem;
  }
}

.flex-wrap {
  display: flex;
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .flex-wrap {
    flex-direction: row-reverse;
    padding-top: 2rem;
  }
}
@media (min-width: 1024px) {
  .flex-wrap.reverse {
    flex-direction: row;
  }
}
.flex-wrap.feedbackpg {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.main-post-wrapper {
  padding-bottom: 2rem;
}

.post-content {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .post-content {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .post-content {
    width: 66.6666666%;
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .sidebar {
    width: 33.333333%;
    padding-left: 3rem;
  }
}

.content-wrap h2:first-of-type {
  margin-top: 0;
}
.content-wrap img {
  width: unset;
}

.singlepost__section-nav li:first-of-type {
  display: none;
  font-family: "OpenSans-Bold", sans-serif;
}
.singlepost__section-nav li {
  text-decoration: none !important;
  font-weight: unset !important;
  font-style: unset !important;
}

.debt-pack__icon {
  width: 55px;
}

.debt-pack__icon:first-of-type {
  margin-right: 0.5rem;
}

.debtpack__downloads {
  margin-top: 2rem;
}

.search--wrapper {
  margin-left: 2rem;
  margin-right: 2rem;
  padding-bottom: 4rem;
}
@media (min-width: 1280px) {
  .search--wrapper {
    padding-bottom: 8rem;
  }
}

.search--top {
  margin-top: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
}

.card {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid #e9eaed;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.65rem;
}

.card-title {
  margin-bottom: 0.25rem;
}
.card-title a {
  font-size: 1.25rem;
  text-decoration: none;
}

.search--pagination {
  margin-bottom: 2rem;
}
.search--pagination .page-numbers {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}
.search--pagination .page-numbers.current {
  font-size: 1.25rem;
  color: #fcbb69;
}

.arrow__icon {
  width: 7px;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.card--from {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 1rem;
  font-size: 0.9rem;
  flex-wrap: wrap;
}
.card--from a {
  text-decoration: none;
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 0.9rem;
}

.search--results_form {
  margin-top: 1rem;
}

.hidden-tablet-and-down {
  display: none;
}
@media (min-width: 1024px) {
  .hidden-tablet-and-down {
    display: unset;
  }
}

@media (min-width: 1024px) {
  .search-flex-wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .search-flex-wrap main {
    max-width: 70%;
  }
}
.search-flex-wrap .search-right {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .search-flex-wrap .search-right {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 1rem;
    width: 25%;
    padding-right: 2rem;
  }
}
.search-flex-wrap .search--nav {
  padding: 0.5rem 0.75rem;
  background-color: #f2f8ff;
  font-family: "OpenSans-Regular", sans-serif;
  text-decoration: none;
  display: block;
}
.search-flex-wrap .search li {
  margin-bottom: 0.25rem;
}

.page-numbers {
  text-decoration: none;
  padding: 0.2rem 0.5rem;
  background-color: #eaedf5;
}

.search-h1 {
  margin-bottom: 1rem;
}

.az-links li {
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  display: inline-block;
  transition: 200ms;
}
.az-links li a {
  display: inline-block;
  padding: 0.5em;
  width: 2.2em;
  padding: 0.5em;
  text-align: center;
}
.az-links .has-posts {
  background-color: #eaedf5;
}
.az-links .has-posts a {
  text-decoration: none;
}
.az-links .has-posts:hover {
  color: #fff;
  background-color: #004b88;
}
.az-links .has-posts:hover a {
  color: #fff;
}
.az-links .no-posts {
  border: 1px solid #eaedf5;
  display: inline-block;
  padding: 0.5em;
  width: 2.2em;
  padding: 0.5em;
  text-align: center;
}

.letter-title span {
  font-size: 3rem !important;
  color: #004b88;
}

.letter-section {
  margin-bottom: 3rem;
}
.letter-section li {
  margin-top: 0.33rem;
}
.letter-section li a {
  text-decoration: none;
  font-family: "OpenSans-Regular", sans-serif;
}

.back-to-top {
  margin-top: 0.5rem;
  text-decoration: none;
}

#az-slider {
  margin-top: 2rem;
}

.az-links {
  justify-content: unset !important;
}

div.letter-section h2.letter-title {
  margin-bottom: 1rem !important;
  padding-bottom: 1rem !important;
  border-bottom: 1px solid #004b88 !important;
}

.az-columns {
  column-count: 2 !important;
  column-gap: 5rem !important;
}

.doc-uploader {
  padding: 2rem;
}
@media (min-width: 1024px) {
  .doc-uploader__container {
    width: 66.666%;
  }
}
@media (min-width: 1024px) {
  .doc-uploader__sidebar {
    width: 33.333%;
  }
}
.doc-uploader__title {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.doc-uploader__error {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#gform_submit_button_5 {
  padding: 0.5rem 1rem;
  background-color: #004b88;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition-property: 200ms;
  border: 0;
  font-family: "OpenSans-Regular", sans-serif;
}
#gform_submit_button_5:hover {
  background-color: #6481b2;
}

#gfield_upload_rules_5_1 {
  margin-bottom: 1rem;
}

#gform_wrapper_6 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#gform_submit_button_6 {
  padding: 0.5rem 1rem;
  background-color: #004b88;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition-property: 200ms;
  border: 0;
  font-family: "OpenSans-Regular", sans-serif;
}
#gform_submit_button_6:hover {
  background-color: #6481b2;
}

.latest-posts-nav li {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  line-height: 24px;
}

.category--welcome-block {
  background-color: #72c5d9;
  margin: 1rem 0rem 1rem;
  padding: 2rem 3rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .category--welcome-block {
    display: none;
  }
}
.category--welcome-block .category__block-title {
  margin-bottom: 0.75rem;
  font-size: 1.6rem;
  font-family: "OpenSans-Bold", sans-serif;
}
.category--welcome-block .category__block-txt {
  font-size: 1.25rem;
  color: #004b88;
  line-height: 1.2;
}

.subcat--list {
  display: none;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .subcat--list {
    display: block;
  }
}
.subcat--list li {
  margin-bottom: 0.75rem;
}
.subcat--list a {
  text-decoration: none;
  margin-bottom: 0.25rem;
  font-family: "OpenSans-Regular", sans-serif;
}

.subcat--plus {
  width: 15px;
  transition: transform 200ms linear;
}
@media (min-width: 768px) {
  .subcat--plus {
    display: none;
  }
}

.subcat--plus-open {
  transform: rotate(45deg);
  transition: transform 200ms linear;
}

.subcat--container {
  display: flex;
  justify-content: space-between;
  align-content: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .subcat--container {
    display: block;
    cursor: default;
  }
}

@media (min-width: 768px) {
  .subcategory--wrapper {
    grid-column: 1/4;
  }
}

@media (min-width: 1024px) {
  .subcat--cat-name {
    display: none;
  }
}

.subcat--link-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .subcat--link-desktop {
    display: block;
    text-decoration: none;
  }
}

.btn-404 {
  text-decoration: none;
  border: 1px solid #004b88;
  font-family: "OpenSans-Regular", sans-serif;
  padding: 0.5rem 1.5rem;
  transition: 300ms ease-in-out;
  margin-right: 2rem;
}
.btn-404:hover {
  background-color: #004b88;
  color: #fff;
}

.wrap-404 {
  padding: 4rem 2rem 2rem 2rem;
}

.h-404 {
  margin-bottom: 2rem;
}

.p-404 {
  margin-bottom: 3rem;
}

.single-page-top {
  margin-top: 1rem;
  margin-left: 2rem;
  margin-right: 2rem;
}

.single-page__title {
  margin-bottom: 1.25rem;
}

.block-link {
  font-family: "OpenSans-Regular", sans-serif;
  margin-top: 0.25rem;
}

.single-page p {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}

.single-page__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.65rem;
}
@media (min-width: 1024px) {
  .single-page__content {
    max-width: 60%;
    margin-bottom: 4rem;
  }
}
.single-page__content h1 {
  margin-bottom: 1rem;
}
.single-page__content a {
  font-family: "OpenSans-Regular", sans-serif;
}

#container {
  min-width: 310px;
  height: 400px;
  margin: 0 auto;
}

.btn--stats {
  padding: 0.5rem 1.25rem;
  color: #004b88;
  border: 1px solid #004b88;
  text-decoration: none;
  transition: 150ms;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

.btn--stats:hover {
  color: #fff;
  background-color: #004b88;
}

.btn--stats-active {
  color: #fff;
  background-color: #004b88;
  transition: 150ms;
}

.chart-buttons {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .chart-buttons {
    margin-bottom: 2rem;
  }
}

.statistics-page-inside {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .statistics-page-inside {
    padding-bottom: 4rem;
  }
}

/*# sourceMappingURL=style.css.map */
