body {
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
}

a {
  color: #29A6EB;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 1.5rem;
  text-transform: uppercase;
  width: 500px;
  max-width: 100%;
  text-align: center;
  margin: 2rem auto 0;
  font-weight: 900;
}

h2 {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #1E3250;
}

h4, .whq-form .form-group--select label {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 900;
}

.pdf-header{
	padding: 2rem 20%;
	border-bottom: 5px solid #1E3250;
	margin-bottom: 2rem;
	text-align: center;
}

.btn {
  border-radius: 7px;
  height: 2rem;
  padding: 0 1.25rem;
  font-weight: 700;
  font-size: 0.875rem;
  background: #1E3250;
  color: #fff;
  line-height: 2rem;
  transition: 0.4s ease;
}
.btn:hover {
  opacity: 0.8;
  color: #fff;
}

button:active,
button:focus,
.btn:active,
.btn:focus {
  outline: none;
}

.btn--rounded {
  border-style: solid;
  border-width: 1px;
  height: 2.375rem;
  min-width: 11.25rem;
  font-weight: 900;
  border-radius: 30px;
  text-transform: uppercase;
}
.btn--rounded:hover {
  color: inherit;
  background: none !important;
}

.item-toggle,
.item-toggle-alt {
  display: none;
}
.item-toggle.active,
.item-toggle-alt.active {
  display: block;
}
.fields__item-header{
	margin-top: 2rem;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	padding-bottom: .5rem;
	padding-top: .5rem;
	padding-left: 2rem;
	margin-bottom: 1rem;
}
.goal span,
.goal p{
	display: inline;
}
.goal+.goal {
	margin-top: 1rem;
}
.subgoal{
	padding-left: 1rem;
}
.goal .number{
	font-weight: 700;
}
.whq-form {
  background: #1E3250;
  color: #fff;
  padding: 2.8rem;
}
.whq-form select {
  width: 100%;
  height: 2rem;
  border-radius: 5px;
}
.whq-form .form-group--select button {
  width: 100%;
  height: 2rem;
  border-radius: 5px;
  border: none;
  padding-left: 1rem;
}
.whq-form .form-group--select label {
  margin-top: 0.75rem;
}
.whq-form .form-group--select .ms-options-wrap > .ms-options {
  padding: 1rem;
  color: #474848;
}
.whq-form .form-group--select .ms-options-wrap > .ms-options label {
  font-size: 0.8125rem;
  text-transform: none;
  background: none;
}
.whq-form .form-group--select .ms-options-wrap > .ms-options input[type=radio],
.whq-form .form-group--select .ms-options-wrap > .ms-options input[type=checkbox] {
  display: none;
}
.whq-form .form-group--select .ms-options-wrap > .ms-options label:before {
  border-radius: 3px;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #AECFE6;
  border-radius: 2px;
  margin-right: 0.875rem;
  content: "";
  display: inline-block;
  vertical-align: middle;
  transition: 0.2s;
}
.whq-form .form-group--select .ms-options-wrap > .ms-options input[type=checkbox]:checked + label:before {
  background-image: url(../img/icon-checked.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.whq-form .form-group--checkboxes {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.whq-form .form-group--checkboxes .form-check {
  max-width: 25%;
  flex: 0 0 25%;
  margin: 0;
  margin-bottom: 1.25rem;
}
.whq-form .form-group--checkboxes label {
  font-weight: 700;
  font-size: 0.875rem;
}
.whq-form .form-group--checkboxes input[type=radio],
.whq-form .form-group--checkboxes input[type=checkbox] {
  display: none;
}
.whq-form .form-group--checkboxes label:before {
  border-radius: 3px;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #AECFE6;
  border-radius: 2px;
  margin-right: 0.875rem;
  content: "";
  display: inline-block;
  vertical-align: middle;
  transition: 0.2s;
}
.whq-form .form-group--checkboxes input[type=checkbox]:checked + label:before {
  background-image: url(../img/icon-checked.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.whq-form .download-box {
  padding: 2rem;
  border: 2px solid #fff;
  width: 196px;
  max-width: 100%;
  margin-left: auto;
}
.whq-form .download-box h4, .whq-form .download-box .form-group--select label, .whq-form .form-group--select .download-box label {
  margin-bottom: 1.75rem;
}
.whq-form .download-box ul {
  margin-bottom: 0;
}
.whq-form .download-box button {
  background: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  border: none;
  color: #fff;
}
.whq-form .download-box button img {
  margin-right: 1.5rem;
  width: 1.25rem;
  height: auto;
}
.whq-form .download-box li + li {
  margin-top: 0.625rem;
}

.cases {
  padding: 4.75rem 0 5.125rem;
  background: url(../img/bg-cases.jpg) no-repeat;
  background-size: cover;
  font-weight: 500;
  font-size: 0.875rem;
  margin-top: 3px;
  color: #fff;
}
.cases .section__header {
  margin-bottom: 2.75rem;
}
.cases .section__header a.btn {
  margin-left: 2.6rem;
  background: #fff;
  color: #1E3250;
}
.cases .section__header h2 {
  color: #fff;
  display: inline-block;
}
.cases .section__header h2:after {
  content: "";
  margin-top: 1.25rem;
  width: 2.9rem;
  border-top: 1px solid #fff;
  display: block;
}
.cases .cases-items__item .img--circle {
  height: 96px;
  width: 96px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.cases .cases-items__item span {
  display: block;
  margin-top: 0.25rem;
}
.cases .cases-items__item a {
  color: #fff;
}
.cases .cases-items__item h4, .cases .cases-items__item .whq-form .form-group--select label, .whq-form .form-group--select .cases .cases-items__item label {
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  margin-bottom: 0;
}
.cases .cases-items__item hr {
  border-color: #fff;
  border-style: dashed;
  margin: 1.2rem auto;
}
.cases .cases-items__item footer {
  font-size: 1.25rem;
  font-weight: 700;
}
.cases .cases-items__item footer span, .cases .cases-items__item footer a, .cases .cases-items__item footer img {
  display: inline-block;
}
.cases .cases-items__item footer span {
  margin-right: 0.25rem;
}
.cases .cases-items__item footer a {
  display: inline-block;
  margin-right: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.bar-statistics__item .number {
  display: block;
  text-align: center;
  margin-bottom: 1.25rem;
}
.bar-statistics__item svg {
  margin: 0 auto 0.875rem;
}

.single-table {
  background: #F1F1F1;
  font-size: 0.75rem;
  color: #797A7A;
}

.single-table span.number {
  color: #29A6EB;
}
.single-table a {
  word-break: break-all;
}

.single-table .table__title {
  background: #4C6B8B;
  color: #fff;
  padding-left: 1.375rem;
  line-height: 1.5rem;
  text-transform: none;
  font-weight: 700;
  margin-bottom: 0;
}

.single-table .table__row {
  padding: 0.9375rem 1.4rem;
  font-family: "Open Sans", sans-serif;
  vertical-align: top;
}
.single-table .table__row--ods {
  border-left: none;
}
.single-table .table__row--ods img {
  margin-bottom: 1rem;
}
.single-table ul {
  padding: 0;
  list-style: none;
}
.single-table ul li:before {
  content: ">";
  color: #29A6EB;
  margin-right: 0.5rem;
}
.single-table ul li + li {
  margin-top: 1rem;
}
.single-table p {
  display: inline;
}
.single-table p + p {
  display: block;
}

.case-modal .modal-dialog {
  width: 866px;
  max-width: 100%;
}
.case-modal .modal-content {
  border-radius: 0;
}
.case-modal .modal-header {
  border: none;
  padding: 0;
  display: block;
}
.case-modal .modal-header .modal-info {
  background: #F6F6F6;
  padding: 1rem 2.5rem;
}
.case-modal .modal-header .objective {
  height: 2rem;
  width: 2rem;
  display: inline-block;
}
.case-modal .modal-header .close,
.case-modal .modal-header .go-back {
  position: absolute;
  right: 2rem;
  top: 2rem;
  color: #fff;
}
.case-modal .modal-header .go-back {
  display: none;
  background: none;
  border: none;
}
.case-modal .modal-gallery {
  max-height: 234px;
  overflow: hidden;
  transition: 0.5s ease;
}
.case-modal .modal-gallery img {
  cursor: pointer;
  width: 100%;
  height: 234px;
  transition: 0.5s;
  object-fit: cover;
}
.case-modal .modal-gallery .slick-arrow {
  display: block;
  width: 46px;
  height: 45px;
  background: url(../img/icon-arrow.svg) no-repeat;
  background-size: contain;
  overflow: hidden;
  border: none;
  box-shadow: none;
  text-indent: -9999px;
  z-index: 4;
  top: calc(50% - 22px);
  position: absolute;
  left: 0;
  cursor: pointer;
}
.case-modal .modal-gallery .slick-arrow.slick-next {
  transform: rotate(-180deg);
  right: 0;
  left: initial;
}
.case-modal .modal-gallery .slick-arrow:active, .case-modal .modal-gallery .slick-arrow:focus {
  outline: none;
}
.case-modal.modal-gallery--expanded .modal-gallery img {
  height: auto;
}
.case-modal.modal-gallery--expanded .modal-gallery {
  max-height: 1400px;
}
.case-modal .modal-body {
  padding: 0;
  color: #797A7A;
}
.case-modal .modal-sidebar{
  margin: 2rem 0;
}
.case-modal .modal-sidebar h4, .case-modal .modal-sidebar .whq-form .form-group--select label, .whq-form .form-group--select .case-modal .modal-sidebar label {
  text-transform: none;
}
.case-modal .modal-sidebar .modal-sidebar__group + .modal-sidebar__group {
  margin-top: 1.5rem;
}
.case-modal .modal__content {
  margin-top: 2rem;
  line-height: 1.6;
}
.case-modal .modal__content h2 {
  font-size: 1.1825rem;
}

.elementor-text-editor ul {
  padding: 0 0 1rem 1rem;
}
.elementor-text-editor ul li + li {
  margin-top: 1rem;
}
.elementor-text-editor ul a {
  font-weight: 900;
  color: #3676B5;
}

#searchform {
  width: 364px;
  max-width: 100%;
  margin-left: auto;
  height: 2rem;
  border-radius: 4px;
  overflow: hidden;
}
#searchform .input-group {
  position: relative;
  border: none;
}
#searchform input.form-control {
  background: #4C6B8B;
  height: 2rem;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding-left: 1.2rem;
  font-size: 0.9rem;
  border: none;
}
#searchform input.form-control::placeholder {
  color: #fff;
}
#searchform .input-group-append {
  position: absolute;
  right: 0;
  top: 0;
  height: 2rem;
  bottom: 0;
  width: 40px;
  background: #1E3250;
  z-index: 10;
}
#searchform .input-group-append input[type=submit] {
  width: 40px;
  height: 2rem;
  background: url(../img/icon-search.svg) no-repeat;
  border: none;
  position: absolute;
  background-position: center;
}
