/** Print Stylings **/

body {
    background: #fff !important;
    font-size: 14pt;
    color:#000000;
}

body, p {
    font-family: Georgia, "Times New Roman", serif;
}

body, .container, .content, .box, .frame-layout-30 {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

aside { margin-top: 50px; }

.partner a, .partner figure {
    display: block;
    width: 100%;
}

#header, .sticky-header {
    box-shadow: none;
    position: relative;
    display: block;
}

nav, #header .search, #header.sticky-header { display:none; }

img, .gallery div.image-lightbox img { width: auto; }

a:link, a:visited, a, a.link {
    color: blue;
    font-weight: bold;
    text-decoration: underline;
}

a:after, a:link:after  {
    color: #000000;
    background-color:transparent;
    content: " * Link " attr(href) "* ";
}
