  @charset "UTF-8";
/* CSS Document */

@media print {
.content{
width: 100%; 
margin: 0; 
float: none;
}

/** Setting margins */       
@page { margin: 2cm }

/**
 * Making intergated videos disappear, and removing the iframes' whitespace to zero. 
 */
.entry iframe, ins {
    display: none;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap;
}
.embed-youtube, .embed-responsive {
  position: absolute;
  height: 0;
  overflow: hidden;
} 
body{
    background-color: #fff;
    padding-top: 0px !important;
}
/* Hiding unnecessary elements for the print */

.siteHeader, .off-screen-nav, .mobile-header, .slider-wrapper, footer, .breadcrumb, .gallery-slider-wrapper, .video-holder, .slider-wrapper, .cta-tabs, .cd-top.cd-is-visible, .hero-overlay, .pagination  {
    display: none !important;
}
.bg-yellow, .bg-blue, .bg-gray, .bg-secondary, .dark, .card .icon, .bg-light-blue, .bg-dark{
    background-color: #fff !important;  
    color: #000 !important;
    }
#sidebar .navbar{
     background-color: #fff !important;     
    }
.btn-default, .content .btn-default, .content .bg-secondary a.btn-default, .bg-secondary a.btn-default{
    color: #fff !important;  
    background-color: #385D7F !important;
    }
.icon span, .bg-secondary .title-decorative, .content .bg-secondary a, .bg-secondary a, .white-text {
    color: #000 !important;
}
.fullwidth-split-text .text-wrapper {
    padding-left: 5%;
}
.bg-blue h1, .bg-blue .h1, .bg-blue h2, .bg-blue .h2, .bg-blue h3, .bg-blue .h3, .bg-blue h4, .bg-blue .h4, .bg-blue h5, .bg-blue .h5, .bg-blue h6, .bg-blue .h6, .bg-blue a {
    color:#000;
}
.bg-yellow.mb-5{
    margin-bottom: 0px !important;    
    }
.shadow{
   box-shadow: none !important;     
    }
.space-xs {
    padding-top: 0;
    padding-bottom: 0;
}
.space-sm {
    padding-top: 0;
    padding-bottom: 0;
}
.space-md {
    padding-top: 0;
    padding-bottom: 0;
}
.space-lg {
    padding-top: 0;
    padding-bottom: 0;
}
.space-xl {
    padding-top: 0;
    padding-bottom: 0;
}
.section {
    padding: 25px 0;
    }
.hero[style], .section-with-background[style]{
   background-image: none !important;     
    }
.hero, .hero.no-image {
    background-color: #fff;
    height: auto;
}
.hero .section-intro {
    height: auto;
    width: 1115px;
    margin: 40px auto 0px;
}
.hero h1, .hero.no-image h1 {
    color: #000;
    position: static;
    text-shadow: none;
}
.accordion .card-header .btn{
    display: block !important;    
    }
.tab-content>.tab-pane {
    display: block;
}
.fade:not(.show) {
    opacity: 1;
}
.collapse:not(.show) {
    display: block;
}
.col, .col-12, .col-lg-12, .col-md-12, .col-sm-12, .col-xl-12, .col-xl-2{
    display: block !important;
    width: 100% !important;
    flex: none;
    max-width: 100%;
    }
.col-2, .col-lg-2, .col-md-2, .col-xl-2{
   display: block !important;
    width: 16% !important;
    flex: none;     
    }
.col-3, .col-lg-3, .col-md-3, .col-xl-3{
   display: block !important;
    width: 25% !important;
    flex: none;     
    }
.col-4, .col-lg-4, .col-md-4, .col-xl-4{
    display: block !important;
    width: 33% !important;
    flex: none;         
    }
.col-5, .col-lg-5, .col-md-5, .col-xl-5{
    display: block !important;
    width: 41% !important;
    flex: none;         
    }
.col-6, .col-lg-6, .col-md-6, .col-xl-6{
    display: block !important;
    width: 50% !important;
    flex: none;         
    }
.col-7, .col-lg-7, .col-md-7, .col-xl-7{
    display: block !important;
    width: 58% !important;
    flex: none;         
    }
.col-8, .col-lg-8, .col-md-8, .col-xl-8{
    display: block !important;
    width: 66% !important;
    flex: none;         
    }
.col-9, .col-lg-9, .col-md-9, .col-xl-9{
    display: block !important;
    width: 75% !important;
    flex: none;         
    }
.col-10, .col-lg-10, .col-md-10, .col-xl-10{
    display: block !important;
    width: 83% !important;
    flex: none;         
    }
}