<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
*
* =====================
* GENERAL
* =====================
*
*/

.basic-section {
  min-height: calc(100vh - 490px);
}

a {
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  /*display: inline-block;*/
}

button {
  cursor: pointer;
}

strong {
  font-weight: 700;
}

p.lead {
  margin-bottom: 0px;
}

.accent {
  color: #0055a6;
}

.bs-select .dropdown-menu .dropdown-menu {
  min-height: 20px;
  display: block;
}

.bs-select .dropdown-menu .dropdown-menu a {
  padding: 6px 10px;
  color: #666;
  font-weight: 700;
  text-decoration: none !important;
  display: block;
  font-size: .8rem;
  letter-spacing: 0.1em;
  font-family: 'Roboto', sans-serif;
  outline: none;
}

.heading-light {
  font-weight: 300 !important;
}

.text-bold {
  font-weight: 700;
}

.text-small {
  font-size: 0.9rem;
}

.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.no-letter-spacing {
  letter-spacing: 0 !important;
}

.bar {
  padding: 60px 0;
}

.bar.padding-big {
  padding: 50px 0;
}

.text-sm, .form-group label {
  font-size: 0.9rem;
}

.text-xs {
  font-size: 0.8rem;
}

.text-s {
  font-size: 1rem;
}

.text-xs * {
  font-size: 0.8rem;
}

@media (max-width: 767px) {
  .text-sm-center {
    text-align: center !important;
  }
}

@media (max-width: 991px) {
  .text-md-center {
    text-align: center !important;
  }
}

@media (max-width: 1199px) {
  .text-lg-center {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .text-center-sm {
    text-align: center !important;
  }
}

@media (max-width: 991px) {
  .text-center-md {
    text-align: center !important;
  }
}

@media (max-width: 1199px) {
  .text-center-sm, .text-center-xs {
    text-align: center !important;
  }
}

.color-white {
  color: #fff !important;
}

.color-white * {
  color: #fff !important;
}

.color-magenta {
  color: rgba(212, 0, 114, 1) !important;
}

.bg-white {
  background: #fff !important;
}

.w-100-news {
  width: 100%;
  max-width: 400px;
}

.no-mb {
  margin-bottom: 0 !important;
}

.no-mt {
  margin-top: 0 !important;
}

.no-mr {
  margin-right: 0 !important;
}

.no-ml {
  margin-left: 0 !important;
}

.no-horizontal-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mb-small {
  margin-bottom: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

@media (max-width: 767px) {
  .mr-30 {
    margin-right: 0px !important;
  }
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-mb-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mt-mb-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-pl {
  padding-left: 0 !important;
}

@media (max-width: 767px) {
  .no-pl {
    padding-left: 15px !important;
  }
}

.padding-0 {
  padding: 0px !important;
}

.padding-30 {
  padding: 30px !important;
}

.padding-horizontal {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.padding-right {
  padding-right: 60px;
}

@media (max-width: 767px) {
  .padding-right {
    padding-right: 15px;
  }
}

.relative-positioned {
  position: relative;
  z-index: 1;
}

.jumbotron {
  margin: 0;
}

.owl-carousel.equal-height .owl-stage {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.heading {
  margin-bottom: 1rem;
}

.heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h6 {
  line-height: 1.1;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.heading h1:after, .heading h2:after, .sidebar-heading h2:after, .heading h3:after, .heading h4:after, .heading h5:after, .heading h6:after {
  content: " ";
  display: block;
  width: 100px;
  height: 2px;
  margin-top: .6rem;
  background: #fff;
}

.heading.text-center h1:after, .heading.text-center h2:after, .heading.text-center h3:after, .heading.text-center h4:after, .heading.text-center h5:after, .heading.text-center h6:after {
  margin-left: auto;
  margin-right: auto;
}

.buttons a {
  margin: 0 3px;
}

.dropdown-item.active, .dropdown-item:active {
  background: #9adacd;
}

.alert {
  border-radius: 0;
}

#heading-breadcrumbs {
  padding: .5rem 0;
  margin-bottom: 30px;
  background-image: linear-gradient(rgba(248, 200, 69, 0.3), rgba(254, 196, 36, 0));
  /*background-color: rgba(254, 196, 36, 0.5);*/
  border-top: none !important;
  border-bottom: none !important;
}

#heading-breadcrumbs .breadcrumb {
  margin-bottom: 0;
  background: none;
  font-size: 1rem;
}

#heading-breadcrumbs h1 {
  margin-bottom: 0;
}

.breadcrumb {
  background-color: #fff;
}

.row.no-space {
  margin-left: 0;
  margin-right: 0;
}

.row.no-space div[class*="col-"] {
  padding: 0;
}

.row.no-space .box-image {
  margin: 0;
}

.owl-carousel .owl-dots {
  margin-top: 20px;
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #fff;
}

.owl-carousel .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #aaa;
}

.dark-mask {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.dark-mask.mask-primary {
  background: rgba(255, 255, 255, 1);
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  margin-top: 30px;
}

.iframe-container-home {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}

.iframe-container iframe,
.iframe-container-home iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

table {
  font-size: 1rem;
}

table p {
  margin: 0.5rem;
}

table input[type="number"] {
  max-width: 50px;
}

.table td, .table th {
  padding: 0rem;
  vertical-align: top;
  border-top: 1px solid #fec424;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs a.nav-link {
  border-radius: 0 !important;
  font-size: 0.9rem;
}

.tab-content {
  padding: 20px;
  border: 1px solid #ddd;
  font-size: 0.9rem;
}

.top-bar {
  background: #fff;
  padding: 15px 0;
}

.top-bar.top-bar-light {
  background: #fff;
  color: #555;
  border-bottom: 1px solid #ddd;
}

.top-bar.top-bar-light a.login-btn, .top-bar.top-bar-light a.signup-btn {
  color: #555 !important;
}

.top-bar.top-bar-light a.login-btn span, .top-bar.top-bar-light a.signup-btn span {
  display: inline-block;
}

.top-bar p {
  margin-bottom: 0;
  font-size: 0.75rem;
}

.top-bar ul {
  margin-bottom: 0;
}

.top-bar a.login-btn, .top-bar a.signup-btn {
  color: #eee;
  letter-spacing: 0.1em;
  text-decoration: none !important;
  font-size: 0.75rem;
  font-weight: 700;
  margin-right: 10px;
}

.top-bar a.login-btn i, .top-bar a.signup-btn i {
  margin-right: 10px;
}

.top-bar ul.social-custom {
  margin-left: 20px;
}

.top-bar ul.social-custom li {
  padding: 0;
  margin: 0;
}

.top-bar ul.social-custom a {
  text-decoration: none !important;
  font-size: 0.7rem;
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: #999;
  text-align: center;
  border-radius: 50%;
  margin: 0;
}

.top-bar ul.social-custom a:hover {
  background: #fff;
  color: #fff;
}

.top-bar .contact-info {
  margin-right: 20px;
}

.top-bar .contact-info a {
  font-size: 0.8rem;
}

header.nav-holder.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}

#navbar {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

#navbar .navbar-toggler {
  font-size: 1.5rem;
  padding: 10px 15px;
  border-color: none;
}

#navbar ul ul a {
  padding-left: 0 !important;
}

#navbar .dropdown-menu {
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

#navbar .dropdown-menu .dropdown-item {
  padding: 0;
}

#navbar .dropdown-menu h5 {
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
  margin-top: .7rem;
  margin-bottom: .5rem;
}

#navbar .dropdown-menu a.nav-link {
  font-size: 0.9rem;
  border-bottom: 1px solid #eee;
  padding: 15px 20px !important;
}

#navbar .dropdown-menu a.nav-link:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #0055a6;
}

#navbar .navbar-nav &gt; li.active &gt; a {
  color: #0055a6 !important;
  text-decoration: none !important;
}

#navbar .navbar-nav &gt; li &gt; a {
  margin: 0;
  padding: 1.4rem 1rem 1.6rem;
  font-family: 'Saira Semi Condensed', sans-serif;
  color: #0055a6;
  font-weight: 300;
  font-size: 1.2rem;
  text-decoration: none;
}

#navbar .navbar-nav &gt; li &gt; a:hover {
  color: #212529 !important;
  background: transparent;
}

#navbar .navbar-nav &gt; li &gt; a:focus {
  color: #0055a6 !important;
  text-decoration: none !important;
}

#navbar.nav-light .navbar-nav &gt; li.active a.dropdown-toggle,
#navbar.nav-light .navbar-nav &gt; li.active a.dropdown-toggle:hover {
  background: none !important;
  color: #555 !important;
  text-decoration: underline !important;
}

#navbar.nav-light .navbar-nav &gt; li &gt; a:hover {
  background: none !important;
}

#navbar.nav-light .navbar-nav &gt; li &gt; a:focus {
  background: none !important;
  color: #555 !important;
  text-decoration: underline !important;
}

@media (max-width: 1199px) {
  #navbar .navbar-nav &gt; li &gt; a {
    padding: 1.4rem .5rem 1.6rem;
  }
}

@media (max-width: 991px) {
  #navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #navbar .menu-large .megamenu {
    width: 100%;
    left: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  #navbar .navbar-collapse {
    max-height: 600px;
    overflow-y: auto;
    margin-top: 1rem;
  }
  #navbar .navbar-nav &gt; li &gt; a {
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
    border-top: 0;
    width: 100%;
  }
  #navbar .navbar-nav &gt; li &gt; a:hover {
    background: none;
    border-color: none;
  }
  #navbar .dropdown-menu {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.home-header-content {
  height: 100%;
  width: 100%;
}

.home-header-text {
  color: #fff;
  margin-top: 135px;
  margin-left: 0px;
}

.home-header-link {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 4px;
}

@media (min-width: 768px) {
  .home-header-text {
    margin-top: 128px;
  }
  
  .home-header-link {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 200px;
  }
}

@media (min-width: 992px) {
  .home-header-text {
    margin-top: 137px;
  }
  
  .home-header-link {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 235px;
  }
}

@media (min-width: 1200px) {
  .home-header-text {
    margin-top: 190px;
  }
  
  .home-header-link {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 285px;
  }
}

@media (min-width: 1400px) {
  .home-header-text {
    margin-top: 190px;
  }
  
  .home-header-link {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 285px;
  }
}

.home-header-text h1 {
  color: #fff;
  font-size: 5rem;
  margin-bottom: 0px;
  text-shadow: 4px 4px 8px #212529;
}

.home-header-text p {
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 10px;
  text-shadow: 3px 3px 6px #212529;
}

@media (max-width: 1199px) {
  .home-header-text h1 {
    font-size: 5rem;
  }
  
  .home-header-text p {
    font-size: 2.2rem;
  }
}

@media (max-width: 991px) {
  .home-header-text h1 {
    font-size: 4rem;
  }
  
  .home-header-text p {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .home-header-text h1 {
    font-size: 3rem;
  }
  
  .home-header-text p {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .home-carousel {
    text-align: center !important;
  }
  .home-carousel p, .home-carousel h1, .home-carousel ul {
    text-align: center !important;
  }
  .home-carousel img {
    margin: 10px auto;
  }
  .home-header-image h1, .home-header-image h2 {
    color: #fff;
    font-size: 3rem;
    margin-bottom: 0px;
    text-shadow: 4px 4px 8px #212529;
  }
  .home-header-image li, .home-header-image p {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 10px;
    text-shadow: 3px 3px 6px #212529;
  }
}

.owl-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.owl-thumbs button {
  background: none;
  border: none;
  margin: 5px;
  outline: none;
}

.pager {
  padding: 20px 0;
  margin-top: 20px;
  border-top: 1px solid #e6e6e6;
}

.disabled a, .disabled a:hover {
  border-color: #999 !important;
  color: #999 !important;
  background: none !important;
  cursor: not-allowed;
}

.same-height div[class*="col-"] {
  margin-bottom: 30px;
}

.same-height .box-white, .same-height.box-dark {
  height: 100%;
}
.see-more p {
  font-size: 1.8rem;
  font-weight: 100;
}

.goToDescription {
  text-align: center;
  font-size: 0.8rem;
  margin-bottom: 40px;
}

.goToDescription a {
  color: #999;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .nav-pills {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills .nav-link:hover {
  background: #eee;
}

.nav-pills .nav-link.active {
  background: #000;
}

ul ul a.nav-link {
  padding-left: 30px !important;
  font-size: 0.85rem;
  text-transform: none !important;
  font-weight: 400 !important;
  color: #212529;
}

/*
 * NAVBAR
 */
.navbar {
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
}

header.make-sticky .navbar-brand img {
  max-width: 300px;
  margin-top: -10px;
  margin-bottom: -2px;
  -webkit-transition: all 1s; 
  transition: all 1s;
}

@media (max-width: 1199px) {
  header.make-sticky .navbar-brand img {
    max-width: 220px;
    margin-top: -5px;
  }
}

header.make-sticky.sticky .navbar-brand img {
  max-width: 220px;
  margin-top: 0px;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0;
}

/*
* DROPDOWNS
*/
.dropdown-menu {
  z-index: 1000;
  min-width: 12rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  background-color: rgba(254, 196, 36, 1);
  border: none;
  border-radius: 0;
}

.dropdown-item {
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  background-color: #000;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
}

.dropdown-header {
  padding: 0.5rem 1.5rem;
  font-size: 0.7rem;
  color: #868e96;
}

/*
* NAV
*/
.nav-link {
  padding: 0.5rem 1rem;
}

.nav-link.disabled {
  color: #868e96;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #868e96;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show &gt; .nav-link {
  color: #fff;
  background-color: #000;
}

/*
 * BUTTONS
 */
.btn {
  font-weight: 700;
  letter-spacing: 0.1em;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 85, 166, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 85, 166, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: .65;
}

.btn-template-main {
  background: rgba(0, 85, 166, .7);
  border: 1px solid rgba(0, 85, 166, .7) !important;
  color: #fff !important;
  border-radius: 0 !important;
  text-decoration: none;
}

.btn-template-main:hover, .btn-template-main:focus {
  background: rgba(0, 85, 166, 1);
  color: #fff !important;
  border-color: rgba(0, 85, 166, 1) !important;
}

.btn-template-white {
  background: #fff;
  color: rgba(0, 85, 166, .7) !important;
  border: 1px solid rgba(0, 85, 166, .7) !important;
  border-radius: 0 !important;
  text-decoration: none;
  width: 100%;
}

.btn-template-white:hover, .btn-template-white:focus {
  background: rgba(0, 85, 166, 1) !important;
  color: #fff !important;
}

.btn-template-yellow {
  background: rgba(254, 196, 36, .9);
  color: rgba(0, 85, 166, .7) !important;
  border: none;
  border-radius: 0 !important;
  text-decoration: none;
  width: 100%;
}

.btn-template-yellow:hover, .btn-template-yellow:focus {
  background: rgba(0, 85, 166, 1) !important;
  color: #fff !important;
}

.btn-template-outlined {
  background: none;
  border: 1px solid rgba(0, 85, 166, .7) !important;
  color: rgba(0, 85, 166, .7);
  border-radius: 0 !important;
  text-decoration: none;
}

.btn-template-outlined:hover, .btn-template-outlined:focus {
  background: rgba(0, 85, 166, 1);
  color: #fff !important;
}

.btn-template-outlined-white {
  background: none;
  border: 1px solid #fff !important;
  color: #fff;
  border-radius: 0 !important;
  text-decoration: none;
}

.btn-template-outlined-white:hover, .btn-template-outlined-white:focus {
  background: #fff;
  color: rgba(0, 85, 166, 1) !important;
}

.btn-template-outlined-black {
  background: none;
  border: none !important;
  color: #333;
  border-radius: 0 !important;
  text-decoration: none;
}

.btn-template-outlined-black:hover, .btn-template-outlined-black:focus {
  background: none !important;
  color: #333 !important;
}

.btn-default {
  color: #111;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-default:hover {
  color: #111;
  background-color: #b8c1ca;
  border-color: #b1bbc4;
}

.btn-default:focus, .btn-default.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(206, 212, 218, 0.5);
  box-shadow: 0 0 0 3px rgba(206, 212, 218, 0.5);
}

.btn-default.disabled, .btn-default:disabled {
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-default:active, .btn-default.active,
.show &gt; .btn-default.dropdown-toggle {
  background-color: #b8c1ca;
  background-image: none;
  border-color: #b1bbc4;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  line-height: 1.5;
  border-radius: 0;
}

/*
 * FORMS
 */

.form-control {
  border-radius: 0;
}

.form-control:focus {
  border-color: #0055a6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 85, 166, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 85, 166, 0.25);
}

.form-group label {
  color: #212529;
}

.with-errors {
  color: #0055a6;
}

.btn-success.disabled {
  background: none;
  border: 1px solid #0055a6 !important;
  color: #0055a6;
  border-radius: 0 !important;
  text-decoration: none;
}

input.disabled {
  cursor: not-allowed;
}

input.input-login {
  padding: 7px;
  width: 100%;
}

input.input-pw {
  padding: 7px;
  width: 100%;
}

.link-button { 
  background: none;
  border: none;
  color: #1a0dab;
  text-decoration: underline;
  cursor: pointer; 
}

.not-selectable{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.input_container {
border: 1px solid #e5e5e5;
}

input[type=file]::file-selector-button {
background-color: #eee;
color: #000;
padding: 5px;
border: 1px solid #8F8F9D;
border-radius: 5px;
transition: .5s;
}

input[type=file]::file-selector-button:hover {
background-color: #ccc;
border: 1px solid #000;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border: 1px solid rgba(0, 85, 166, 1) !important;
  background: rgba(0, 85, 166, .3) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 1px solid rgba(0, 85, 166, 1) !important;
  background: rgba(0, 85, 166, .5) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid rgba(0, 85, 166, 0) !important;
  background: rgba(0, 85, 166, 0) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid rgba(0, 85, 166, 1) !important;
  background: rgba(0, 85, 166, .3) !important;
}

table.dataTable tbody tr.child .dtr-title  {
  display: inline-block;
  font-weight: bold;
  min-width: 100px;
}

/*table.dataTable tbody tr.child ul li::marker  {
  color: #ffffff;
}*/

/*
 * TYPE  
 */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

a {
  color: #0055a6;
  text-decoration: none;
}

a:focus, a:hover {
  color: #000000;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 1rem;
  font-family: 'Saira Semi Condensed', sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: rgba(0, 85, 166, 1);
}

h1,
.h1 {
  font-size: 2.2rem;
}

h2,
.h2 {
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  h2,
  .h2 {
    margin-top: 1rem;
  }
}

h3,
.h3 {
  font-size: 1.3rem;
  margin-top: 2.5rem;
}

h4,
.h4 {
  font-size: 1.1rem;
  margin-top: 2.5rem;
}

h5,
.h5 {
  font-size: 1rem;
  margin-top: 2.5rem;
}

h6,
.h6 {
  font-size: 0.8rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* 
 * SIDEBARS 
 */

.sidebar {
  margin-bottom: 0px;
}

.sidebar-heading {
  margin-bottom: 0px;
}

.sidebar-agenda-home {
  background-color: rgba(254, 196, 36, 1);
  margin-bottom: 30px;
}

.sidebar-agenda {
  background-color: rgba(254, 196, 36, .5);
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .sidebar-agenda {
    display: none;
  }
}

.sidebar-agenda-body {
  margin-top: 15px; 
  margin-bottom: 10px; 
  border-bottom: 1px solid #000
}

.sidebar-agenda-body p {
  font-size: .9rem;
  color: #000000;
  margin-bottom: .5rem;
}

.sidebar-agenda-body h3 {
  margin-top: 0;
  margin-bottom: .5rem;
}

.sidebar-agenda-body h3 a {
  color: #000000;
}

a.text-agenda {
  color: #000;
  margin-bottom: 0px;
}

.agenda-body {
  margin-top: 20px; 
  margin-bottom: 20px; 
  border-bottom: 1px solid rgba(254, 196, 36, 1);
}

.agenda-body p {
  font-size: .9rem;
  color: #000000;
}

.agenda-body h3 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.agenda-body h3 a {
  color: rgba(0, 85, 166, 1);
}

#agendaoverzicht a,
#agendaoverzicht a:hover,
#agendaoverzicht a:focus {
  text-decoration: none;
}

.agenda-terug-mobiel {
  display: none;
}

@media (max-width: 767px) {
  .agenda-terug-mobiel {
    display: block;
  }
}

.sidebar-agenda-home a,
.sidebar-agenda-home a:hover,
.sidebar-agenda-home a:focus {
  text-decoration: none;
}

.sidebar-preken {
  background: rgba(0, 85, 166, 1) url("../img/bg_laatste-preek.jpg") no-repeat right top;
  background-size: cover;
  margin-bottom: 30px;
}

.sidebar-preken h2 {
  color: #fff;
  font-size: 30px;
}

.sidebar-preken p {
  color: #fff;
}

.sidebar-preken a {
  color: #fff;
  margin-bottom: 0px;
}

.sidebar-bijbelstudies {
  background: rgba(0, 85, 166, 1) url("../img/bg_bijbelstudies.jpg") no-repeat right top;
  background-size: cover;
  margin-bottom: 30px;
}

.sidebar-bijbelstudies h2 {
  color: #fff;
  font-size: 30px;
}

.sidebar-bijbelstudies p {
  color: #fff;
}

.sidebar-bijbelstudies a {
  color: #fff;
  margin-bottom: 0px;
}

.nieuwsbrief-overzicht-link {
  margin-top: 20px;
  border-top: 1px solid black;
  padding-top: 15px;
}

.activiteitengroepen-overzicht-link {
  margin-top: 30px;
}

.sidebar-givt-home {
  /*background-color: rgba(254, 196, 36, .75);*/
  background-color: rgba(0, 85, 166, .25);
  margin-bottom: 30px;
}

.sidebar-givt-home p {
  margin-bottom: 0;
}

.sidebar-givt-home h1 {
  font-size: 2.2rem;
  margin-bottom: 0;
}

.sidebar-givt-home p img {
  width: 100%;
  height: auto;
}

.sidebar-vrij {
  background-color: rgba(254, 196, 36, .5);
  margin-bottom: 30px;
}

.sidebar-vrij p {
  margin-bottom: 0;
}

.sidebar-vrij p img {
  width: 100%;
  height: auto;
}

.sidebar-jubileum {
  background: rgba(255, 255, 255, 1) url("../img/bg_jubileum-65-jaar.jpg") no-repeat right top;
  background-size: cover;
  margin-bottom: 30px;
}

h2.title-jubileum {
  color: #918d8a;
  font-size: 20px;
}

a.text-jubileum {
  color: #000;
  margin-bottom: 0px;
}

.sidebar-activiteiten {
  background-color: rgba(254, 196, 36, 1);
}

/* 
 * NIEUWSARCHIEF
 */

.sidebar-nieuwsarchief {
  background-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .sidebar-nieuwsarchief {
    display: none;
  }
}

/* 
 * HOME BLOK NIEUWS
 */

h2.nieuws-kop-home {
  margin-top: 30px;
  margin-bottom: -5px;
}

.nieuws-blok-home {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(254, 196, 36, 1);
}

.nieuws-image-home {
  height: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .nieuws-image-home {
    margin-bottom: 15px;
    height: 100%;
    overflow: hidden;
  }
}

.intro-verwacht {
  border-bottom: 1px solid rgba(254, 196, 36, 1);
}

/* 
 * HOME BLOK STUDIES
 */

 h2.studies-kop-home {
  margin-top: 30px;
  margin-bottom: -5px;
}

.studies-blok-home {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(254, 196, 36, 1);
}

.studies-image-home {
  height: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .studies-image-home {
    margin-bottom: 15px;
    height: 100%;
    overflow: hidden;
  }
}

.intro-verwacht {
  border-bottom: 1px solid rgba(254, 196, 36, 1);
}

/* 
 * BUTTONS LEES MEER EN LID WORDEN
 */

.read-more {
  position: absolute;
  right: 0px;
  bottom: -20px;
}

.lid-worden {
  position: absolute;
  bottom: -20px;
}

/*
 * ZOEKEN
 */

 #zoeken {
  min-height: 35vh;
}

/* 
 * FOOTER 
 */

footer.main-footer {
  padding: 40px 0;
  padding-bottom: 0;
  background: rgba(0, 85, 166, .2);
  color: rgba(0, 0, 0, 0.8);
}

footer.main-footer a {
  color: inherit;
  color: rgba(0, 0, 0, 0.8);
}

footer.main-footer p {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.8);
}

footer.main-footer h2 {
  margin-bottom: 1.5rem;
}

footer.main-footer svg {
  font-size: 1.1rem;
  color: rgba(0, 85, 166, 1);
  margin: 0 10px 0 0;
}

footer.main-footer .image {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

footer.main-footer .text {
  letter-spacing: 0.1em;
}

footer.main-footer .text a {
  font-size: 0.8rem;
}

footer.main-footer .copyrights {
  padding: 30px 0;
  background: rgba(0, 85, 166, 1);
  color: #fff;
  margin-top: 50px;
}

footer.main-footer .copyrights a {
  color: #fff;
}

footer.main-footer .copyrights p {
  color: inherit;
  font-size: 0.8rem;
  margin-bottom: 0;
}</pre></body></html>