/* Insert your unwater base overrides over Vartheme BS4 and Bootstrap */
a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: unset;
  line-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

h1,
.display-1,
.h1 {
  line-height: 2.25rem;
}

h2,
.display-2,
.h2 {
  line-height: 1.625rem;
}

h3,
.display-3,
.h3 {
  line-height: 1.4375rem;
}

h4,
.display-4,
.h4 {
  text-transform: uppercase;
  color: #575756;
  font-family: "Roboto-Bold";
  line-height: 1.4375rem;
}

h5,
.display-5,
.h5 {
  color: #1c9ee0;
  font-family: "Roboto-Bold";
  line-height: 1.375rem;
}

h6,
.display-6,
.h6 {
  line-height: 1.0625rem;
}

.alert-warning {
  color: #8a6d3b;
  border: #faebcc;
  background-color: #fcf8e3;
}

.alert-success {
  color: #3c763d;
  border: #d6e9c6;
  background-color: #dff0d8;
}

.alert-danger {
  color: #a94442;
  border: #ebccd1;
  background-color: #f2dede;
}

.text-formatted ol {
  display: table;
  margin-bottom: 0;
  padding-bottom: 1rem;
}

.text-formatted ol li::marker {
  font-weight: 700;
}

.text-formatted ol:last-child {
  padding-bottom: 0;
}

.text-formatted ul {
  display: table;
  margin-bottom: 0;
  padding-bottom: 1rem;
}

.text-formatted ul li {
  padding: 0 !important;
  list-style: disc;
}

.text-formatted ul li::marker {
  color: #00a7d7;
  font-weight: 700;
}

.text-formatted ul li a {
  color: #00a7d7;
}

.text-formatted ul li a:hover {
  color: #006c8b;
}

.text-formatted ul:last-child {
  padding-bottom: 0;
}

.text-formatted b,
.text-formatted strong {
  font-family: "Roboto-Bold";
}

.text-formatted .align-center {
  text-align: center;
}

.text-formatted figure figcaption {
  margin-top: 0.625rem;
  text-align: left;
  color: #000;
  font-family: "Roboto-Italic";
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-formatted .align-left.media > .bs-region {
  margin-right: 1rem !important;
}

.text-formatted .align-right.media > .bs-region {
  margin-left: 1rem !important;
}

.pagination li a {
  color: #4d4d4d;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .pagination li a {
    padding: 0.3125rem 0.625rem;
    font-size: 0.75rem;
  }
}

.pagination li a span {
  padding: 0;
}

@media (max-width: 575.98px) {
  .pagination li span {
    padding: 0.3125rem 0.625rem;
    font-size: 0.75rem;
  }
}

.breadcrumb {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  padding-top: 0;
  font-family: "Roboto-Bold";
}

.breadcrumb li {
  display: inline;
  font-size: 0.9375rem;
}

.breadcrumb li a {
  text-decoration: none;
  color: #878787;
  font-size: 0.9375rem;
  font-weight: 700;
}

.breadcrumb li a:hover {
  color: #00a7d7;
}

.breadcrumb li:first-child a {
  color: #878787;
}

.breadcrumb li:first-child a:hover {
  color: #00a7d7;
}

.breadcrumb li:first-child:before {
  display: none;
}

.breadcrumb li:before {
  float: none !important;
  content: "\f101" !important;
  color: #878787 !important;
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.375rem;
}

.breadcrumb li.active {
  float: none;
  padding: 0;
  color: #c4c4c4;
  font-family: "Roboto-Regular", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.breadcrumb li.active:before {
  color: #c4c4c4 !important;
}

.breadcrumb li:nth-last-child(2) {
  padding-right: 0.5rem;
}

@media (max-width: 767.98px) {
  .breadcrumb li.active {
    color: #878787;
    font-size: 0.9375rem;
  }
  .breadcrumb li.breadcrumb-item:before {
    color: #878787 !important;
  }
  .breadcrumb li:not(:last-child) {
    display: none;
  }
}

.main-container .custom-checkbox,
.main-container .custom-radio,
.main-container .form-check {
  padding: 0;
}

.main-container .custom-checkbox input[type=checkbox],
.main-container .custom-checkbox input[type=radio],
.main-container .custom-radio input[type=checkbox],
.main-container .custom-radio input[type=radio],
.main-container .form-check input[type=checkbox],
.main-container .form-check input[type=radio] {
  position: absolute;
  opacity: 0;
}

.main-container .custom-checkbox input[type=checkbox] + label:before,
.main-container .custom-checkbox input[type=radio] + label:before,
.main-container .custom-radio input[type=checkbox] + label:before,
.main-container .custom-radio input[type=radio] + label:before,
.main-container .form-check input[type=checkbox] + label:before,
.main-container .form-check input[type=radio] + label:before {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.3125rem;
  content: "";
  vertical-align: text-top;
  border: 0.0625rem solid #cdcdcd;
}

.main-container .custom-checkbox input[type=checkbox] + label:after,
.main-container .custom-checkbox input[type=radio] + label:after,
.main-container .custom-radio input[type=checkbox] + label:after,
.main-container .custom-radio input[type=radio] + label:after,
.main-container .form-check input[type=checkbox] + label:after,
.main-container .form-check input[type=radio] + label:after {
  display: none;
}

.main-container .custom-checkbox input[type=checkbox]:checked + label:before,
.main-container .custom-radio input[type=checkbox]:checked + label:before,
.main-container .form-check input[type=checkbox]:checked + label:before {
  border-color: #00a7d7;
  background-color: #00a7d7;
  background-image: url("../../images/white-check.svg");
}

.main-container input[type=radio] + label {
  cursor: pointer;
}

.main-container input[type=radio] + label:before {
  border-radius: 50%;
}

.main-container input[type=radio]:checked + label:before {
  border: double 0.1875rem #fff;
  background-color: #00a7d7;
}

.block-page-title-block h1,
.block-page-title-block .h1 {
  margin-bottom: 1.25rem;
  padding-bottom: 0.625rem;
  border-bottom: 0.25rem solid #00a7d7;
}

.captcha {
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
}

.table-responsive table {
  width: auto;
  font-size: 1.125rem;
}

.table-responsive table thead tr {
  border-bottom: 0.0625rem solid #c4c4c4;
}

.table-responsive table thead tr th {
  padding: 0.9375rem;
  color: #000;
  border: none;
}

.table-responsive table thead tr th:first-child {
  padding-left: 0;
}

.table-responsive table thead tr th:last-child {
  padding-right: 0;
}

.table-responsive table tr {
  border-bottom: 0.0625rem solid #c4c4c4;
}

.table-responsive table tr td {
  padding: 0.9375rem;
  color: #000;
  border: none;
}

.table-responsive table tr td:first-child {
  padding-left: 0;
}

.table-responsive table tr td:last-child {
  padding-right: 0;
}

.cke_editable table thead tr {
  background-color: transparent;
}

.cke_editable table thead tr th {
  padding: 0.9375rem;
  color: #000;
  border: 0.0625rem solid #c4c4c4;
  background-color: transparent;
  font-weight: 700;
}

.cke_editable table tbody tr {
  color: #000;
  background-color: transparent;
}

.cke_editable table tbody tr td {
  padding: 0.9375rem;
  border: 0.0625rem solid #c4c4c4;
}

.cke_editable ol {
  display: table;
  margin-bottom: 0;
  padding-bottom: 1rem;
}

.cke_editable ol li::marker {
  font-weight: 700;
}

.cke_editable ol:last-child {
  padding-bottom: 0;
}

.cke_editable ul {
  display: table;
  margin-bottom: 0;
  padding-bottom: 1rem;
}

.cke_editable ul li {
  padding: 0 !important;
  list-style: disc;
}

.cke_editable ul li::marker {
  color: #00a7d7;
  font-weight: 700;
}

.cke_editable ul li a {
  color: #00a7d7;
}

.cke_editable ul li a:hover {
  color: #006c8b;
}

.cke_editable ul:last-child {
  padding-bottom: 0;
}

.cke_editable b,
.cke_editable strong {
  font-family: "Roboto-Bold";
}

.cke_editable .align-center {
  text-align: center;
}

.cke_editable figure figcaption {
  margin-top: 0.625rem;
  text-align: left !important;
  color: #000;
  font-family: "Roboto-Italic";
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1rem;
}

blockquote {
  position: relative;
  padding-left: 1.25rem;
  font-size: 1.25rem;
}

blockquote:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 0.4375rem;
  content: "";
  background-color: #ddd;
}

.link-with-icon {
  position: relative;
  font-size: 0.8125rem;
}

.link-with-icon a:after {
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  margin-bottom: -0.0625rem;
  margin-left: 0.3125rem;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: url(../../images/external-link.svg);
}

.link-with-icon a:hover:after {
  background-image: url(../../images/external-link-hover.svg);
}

.download-with-icon a {
  box-shadow: none;
  text-shadow: none;
  font-size: 1rem;
  font-weight: 700;
}

.download-with-icon a:after {
  display: inline-block;
  width: 1.125rem;
  height: 1.25rem;
  margin-left: 0.6875rem;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: url(../../images/download-file.svg);
}

.download-with-icon a:hover:after {
  background-image: url(../../images/download-file-hover.svg);
}

.border {
  border-color: #cdcdcd !important;
}

.font-italic {
  font-family: "Roboto-Italic";
}

.font-weight-bold {
  font-family: "Roboto-Bold";
  font-weight: 400 !important;
}

.mCS-unwater-theme.mCSB_scrollTools .mCSB_draggerContainer {
  width: 3px;
  background-color: #c4c4c4;
}

.mCS-unwater-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
  background-color: #00a7d7 !important;
}

.mCS-unwater-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,
.mCS-unwater-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:active {
  background-color: #00a7d7 !important;
}

.mCS-unwater-theme.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-unwater-theme.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #00a7d7 !important;
}

.mCS-unwater-theme.mCSB_scrollTools .mCSB_draggerRail {
  width: 3px;
  background-color: #c4c4c4;
}

.btn-lighter-grey {
  border-color: #cdcdcd;
  background-color: #cdcdcd;
}

.btn-lighter-grey:hover {
  border-color: #e2e2e2;
  background-color: #e2e2e2;
}

.fs-0 {
  font-size: 0;
}

.h-0 {
  height: 0;
}

.ajax-progress-fullscreen,
.ajax-progress.ajax-progress-throbber {
  left: 48%;
  width: 3.375rem;
  height: 3.375rem;
  padding: 0;
  opacity: 1;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  font-size: 0;
}

.ajax-progress-fullscreen .throbber,
.ajax-progress.ajax-progress-throbber .throbber {
  display: none !important;
}

.ajax-progress-fullscreen:after,
.ajax-progress.ajax-progress-throbber:after {
  position: absolute !important;
  z-index: 22;
  top: 0 !important;
  right: 0;
  bottom: 0 !important;
  left: 0;
  display: block;
  width: 3.375rem;
  max-width: 100%;
  height: 3.375rem;
  margin: auto !important;
  content: "";
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
  background-color: transparent;
  background-image: url("../../images/blazy-load.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 3.375rem 3.375rem;
  background-size: 3.375rem;
  font-size: 0;
}

.photo_credit {
  margin-top: 0.313rem;
  font-family: "Roboto-Medium";
  font-size: 0.75rem;
}

.ck-editor {
  color: #000;
}
