@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:before { 
    content: url("");
} 
body, .bg-light-blue, .bg-gray, .bg-blue, .event-item .event-date-bg, footer, .bg-secondary{
    background-color: #fff !important;
}
.event-item .event-date .event-month, .event-item .event-date .event-day, .event-item .event-date .year, footer, footer a {
    color: #000;
    }
.text-right {
    text-align: left!important;
}
.fullwidth-split-text, .section {
    padding: 0;
}
.fullwidth-split-text .text-wrapper {
    max-width: 100%;
}
.card-body {
    padding: .5rem 0;
}
.page-header{
   background-color: #fff;
  background-image:url();
    }
/* Hiding unnecessary elements for the print */

.siteHeader, .off-screen-nav, .mobile-header, .slider-wrapper, .footer-nav, .copyright, .breadcrumb, .gallery-slider-wrapper, .video-holder, .btn-default, .btn, .footer-social, .pagination, .emergency-alert, .cookiealert, form, .side-nav-heading, #sidebar .navbar, .social, .custom-slider-arrows, .card .image-overlay, .news-events-header, .icon, .bg-image, .juicer-feed, .compass, img, .tabs, .nav-pills, .tab-content, #sidebar{
    display: none !important;
}
.section-with-background[style]{
    background-image: none !important;
}
.interior .content h2 {
    margin-bottom: 10px !important;
    }
}