/* Print Style Sheet */
@media print {
    body { background:white; color:black; margin:0; }
    #headerWrapper, #footerWrapper, .rwd-display-options, .spotlight-top.spotlight-is-visible, #sidebar{display: none; visibility: hidden;}
    #bodyWrapper{padding-top: 0;}
    p#breadcrumbs{display: none; visibility: hidden;}
    /* classes */
    .mobile-print{visibility:visible!important; display: block!important;}
    .mobile-hide{display: none; visibility: hidden}
    .print-center{text-align: center;}
    .print-right{text-align: right;}
    .print-center img{text-align: center; margin: 0cm auto;}
    .small{font-size: 75%;}
    .no-padding-margin{padding: 0!important; margin: 0!important;}
    .flex-item-single, .flex-item-double, .flex-item-double-no-padding, #content-placeholder-home .flex-item-double, .flex-item-triple, .flex-item-one-third, .flex-item-two-thirds, .flex-item-one-quarter, .flex-item-three-quarters{-webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; margin: .5cm 0;}
    /*theme custom*/
    #contentWrapper{background: #fff; width:95%; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
    #content-header{background: #fff;}
    #content-header-left, #header-search-container, .soliloquy-outer-container{display: none; visibility: hidden;}
    h1, h2, h3, h4, h5, h6, p, a, hr{color: #000!important}
    #content-header h2{text-align: center!important;}
    #content-header-right h2 br{display: none;}
    .home-boxes{background-image: none; -webkit-border-radius: .5em; -moz-border-radius: .5em; border-radius: .5em; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border:1px solid #000; }
    .home-boxes.entry{padding: .5em;}
    .rounded-with-drop-shadow{-webkit-border-radius: .5em; -moz-border-radius: .5em; border-radius: .5em; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border:1px solid #000;}