/* Print CSS */

html,
body {
    background: none;
    height: 100%;
    position: relative;
    display: block;
}


#global_nav_main_wrapper,
#container #header,
#container #content #content-con .left,
#container .contentRow.alignRight,
#landing-panels,
.take-a-look,
.homepage-dish,
#container #footer,
.content-documents,
.breadcrumbs,
.right.wide {
    display: none !important;
}
#container #content #content-con .left.wide {
    display: block!important;
}

#container {
    min-height: 0;
}

#content-con {
    height: auto;
}

#content-carousel,
#homepage-youthhq,
#landing-carousel,
#sublanding-carousel {
    float: none;
    width: 100%;
    border: none;
    padding-top: 150px;
    margin-bottom: 0px !important;
}

.right {
    margin: 0;
    padding: 0;
}

h1 {
    color: #cf4827 !important;
    font-weight: normal !important;
}

.print {
    display: block;
}

img.print.header {
    position: absolute;
    top: 0;
    width: 100%;
}

.print.footer {
    position: relative;
    margin-top: 50px;
}

.print.footer p.version {
    position: absolute;
    left: 20px;
    bottom: 30px;
}

.print.footer img {
    width: 100%;
}


.carousel-container .content-section.closed .inner {
    display: block;
}