/* ---------- Color Module Styles ----------- */
body {
  color: #3b3b3b;
  background: #292929;
}

#page,
#main-wrapper,
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
  background: #fff;
  position: relative;
}

.tabs ul.primary li a.is-active {
  background-color: #fff;
}

.tabs ul.primary li.is-active a {
  background-color: #fff;
  border-bottom-color: #fff;
}

a,
.link {
  color: #062A47;
}
.long-text-inline-files-field.field-body.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item a,
.long-text-inline-files-field.field-body a{
background-image: linear-gradient(#062A47, #062A47);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: color .3s, background-size .3s;
  cursor: pointer;
 }
 
.long-text-inline-files-field.field-body.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item a:hover,
.long-text-inline-files-field.field-body a:hover{
  color:#38556C;
}

figcaption {
  color: #323232;
  font-weight: 500;
  font-family: "acumin-pro";
  line-height: 30px;
  font-size: 20px;
}

a:hover,
a:focus,
.link:hover,
.link:focus {
  text-decoration-thickness: 2px;
  text-decoration:underline;
 }

a:active,
.link:active {
  color: #23aeff;
}

.page-item.active .page-link {
  background-color: #0071b3;
  border-color: #0071b3;
}

.page-link,
.page-link:hover {
  color: #0071b3;
}

.sidebar .block {
  background-color: #f6f6f2;
  border-color: #f9f9f9;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #0256b1;
}

.site-footer {
  background: #292929;
}

.region-header,
.region-header a,
.region-header li a.is-active,
.region-header .site-branding__text,
.region-header .site-branding,
.region-header .site-branding__text a,
.region-header .site-branding a,
.region-secondary-menu .menu-item a,
.region-secondary-menu .menu-item a.is-active {
  color: #fffeff;
}

/* ---------- Color Form ----------- */
[dir="rtl"] .color-form .color-palette {
  margin-left: 0;
  margin-right: 20px;
}

[dir="rtl"] .color-form .form-item label {
  float: right;
}

[dir="rtl"] .color-form .color-palette .lock {
  right: -20px;
  left: 0;
}
@media only screen and (max-width: 1850px) {	
	figcaption {
		margin-top: -1rem!important;
	}
}

