/* ---------- Color Module Styles ----------- */
/*
text - #6d6f71
link - #ce610c
primary - #006eab
primary tint - #64abd2
*/

/* text */
body {
color: #6d6f71;
}

/* link */
a,
.link {
color: #ce610c;
}

/* primary (base) */

a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #006eab;
}

.paragraph--type--button a {
background-color: #006eab;
}
@media only screen and (max-width: 699px) {
  .carousel-indicators {
  background-color: #006eab;
  }
}
.block-system-breadcrumb-block {
background-color: #006eab;
}
.field-page-content blockquote {
border-left-color: #006eab;
}
.path-frontpage .highlighted {
border-bottom-color: #006eab;
}
h1 span {
border-bottom-color: #006eab;
}
.carousel-indicators {
background-color: #006eab;
}
.carousel-indicators:before {
border-bottom-color: #006eab;
}
.carousel-indicators:after {
border-top-color: #006eab;
}

/* primary tint */
.paragraph--type--button a:hover, .paragraph--type--button a:focus, .paragraph--type--button a:active {
background-color: #64abd2;
}
.para-wrapper {
background-color: #64abd2;
}
.field-page-content blockquote {
background-color: #64abd2;
}
.site-footer {
background-color: #64abd2;
}

/* reverse text */
.para-wrapper .field--name-field-text-area,
.para-wrapper .two-col h2,
.field-page-content blockquote {
color: #4a4a4a;
}

/* reverse link */
@media only screen and (max-width: 991px) {
	.navbar-collapse {
	background-color: #ffffff;
	}
}
.paragraph--type--button a {
color: #ffffff;
}
.breadcrumb a, .breadcrumb .link {
color: #ffffff;
}
#navbar-top a {
color: #ffffff;
}

/* reverse link hover */
.para-wrapper a:hover,
.para-wrapper a:focus,
.para-wrapper .link:hover,
.para-wrapper .link:focus {
  color: #4b4b4b;
}
.paragraph--type--button a:hover, .paragraph--type--button a:focus, .paragraph--type--button a:active {
color: #4b4b4b;
}


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

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

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

#navbar-top {
  background-color: #055a8e;
}


#navbar-main {
  background-color: #1d84c3;
}

a,
.link {
  color: #0071b3;
}

a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #018fe2;
}

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;
}
