.item-page .com-content-article__body.has-sharing {
  padding-left: 0px;
}
.com-finder #search-results {
  text-align: left;
}
div[class*="header-theme-"].header-theme-dark, header[class*="header-theme-"].header-theme-dark {
    background: #E8E6E6 !important;
}
.t4-masthead .t4-masthead-inner.has-bg {
  margin-bottom: 32px;
  background-position: center;
  position: relative;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: grey;
  border-top-width: 2px;
  border-top-style: solid;
}
.module-title {
  font-weight: 600;
  color: #0060a6;
}
div[id^="t4-body-"], div[id^="t4-section-"], div[id^="t4-spotlight-"] {
  padding-top: 2px;
  padding-bottom: 32px;
}
.layout-1 .jacl-actions {
  margin-top: calc(var(--global-spacing) * 4);
  text-align: center;
  padding-bottom: 30px;
}
.heading-title {
  color: #0060a6;
}
.btn.btn-dark {
  background-color: #0060a6 !important;
  border-color: var(--color-dark) !important;
}
.header-layout-1 {
  background: #cde0ed;
}
.t4-footer {
  background-color: #cde0ed;
}
.t4-footnav {
  background-color: #cde0ed;
  border-top: 5px solid #0060a6;
}
.intro-image {
  max-width: 30%;
  height: auto;
  float: left;
  margin: 0em 2em 1em 0em;
}
.page-header h1, .categories-list h1 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0060a6;
  text-shadow: #a29d9d9c 1px 0 1px;
}
.article-body p {
    font-size:18px;
}
p {
    margin-top: 0;
    margin-bottom: 20px;
}
.article-info {
    color: #0c0c0c !important;
    font-size: 14px;
    text-transform: uppercase;
}
a.syndicate-module {
  background: #D5D4D1;
  color: #111;
  padding: 0.5rem;
  display: inline-block;
}

.social-short .moduletable   {
  border: 0px solid rgba(52, 58, 64, 0.12);
  padding: 0%;
  border-radius: 0;
  margin: 0rem;
}

.blog__item__main__title a {
 color:#ffffff;
}

.blog__item__main__title {
 font-size:18px;
 font-weight: 700;
 margin-top:10px;
}

.blog__item__hover__title {
  font-size: 18px;
  font-weight: 700;
  color:white;
}

.mx-awesome12 .box-title {
  font-size: 18px;
  margin-bottom: 22px;
}

.img-slice-wrap .lower-box h5 {
  text-transform: uppercase;
  font-size: 18px;
  color: #222429;
  margin-bottom: 25px;
  line-height: 30px;
}

.img-slice-wrap .our_service_inner {
  margin: 0px 16px 0px 16px;
}

.blog-nine-wrape .blog-body .body .title {
  font-size: 18px;
  line-height: 28px;
  color: #0060A6;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(52, 58, 64, 0.12);
  color: #0060a6;
  font-weight: 700;
}
.hr-lijn {
	border-top: 3px solid #0060a6;
}

.hr-lijn-onder {
	border-bottom: 3px solid #ffffff;
}

.footnav-2 .card  {
  margin-bottom: 20px;
}

.acym_front_page fieldset {
 margin-top: 20px;
}

#t4-mainnav[class*="border-"] {
  border-color: #0060a6 !important;
}

.latestnews.list-item .item .item-body .item-title {
  margin-top: 0;
  font-size: 14px;
  font-weight: 600;
}
h4.jacl-item__title {
  font-size: 22px;
  font-weight: 800;
}

.buttonx1 a {
  background-color: #0060a6;
  border: none;
  color: white;
  padding: 5px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight:400;
  margin-top: 15px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  border-radius: 12px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}



.buttonx1:hover a {
  background-color: white;
  color: blue;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

a {
	color: black;
}

a:hover {
	color: red;
}

.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #0060a6;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 16px 25px;
  min-width: 152px;
  border-radius: 30px;
  -webkit-perspective: 320px;
  perspective: 320px;
}

.t4-main-body {
  padding-top: 15px;
  padding-bottom: 5px;
}

.t4-module:first-child {
  margin-top: 25px;
}


h2, .h2 {
  font-size: 22px;
  font-weight: bold;
  color: #0060a6;
}


h3, .h3 {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .navbar-brand .logo-img 
    max-height: 50px;
  }
  
.article-body a   {
  text-decoration: underline;
  color:red;
}