/* Print Styles */
@media print {
body{
    margin:0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    background-color: #f8f8f8;
    position: relative;
 }


footer {
    background: #1f52a3 none repeat scroll 0 0;
    border-bottom: 3px solid #4275c6;
    border-top: 3px solid #4275c6;
    color: #a5bada;
    font-size: 12px;
    margin-top: 40px;
    padding: 50px 0;
}

p {
    line-height: 20px;
    color: #444
}

a{
    color: #16336d;
    text-decoration: none;
    font-weight: bold;
}



header {
    background: #f8f8f8 none repeat scroll 0 0;
    padding: 20px 0;
}

ol li {
    margin: 20px 0;
}


.print{
    display: block !important;
}

.noprint {
    display: none !important;
}

.grecaptcha-badge {
    visibility: hidden !important;
    z-index: -20;
    opacity: 0;
}

div#multiColumn {
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    -moz-column-count: 2;
    -moz-column-gap: 10px;
}

#multiColumn > ul {
    margin: 0;
    padding: 0;
}

#multiColumn li {
    color: #444;
    font-size: 11px !important;
    list-style: outside none none;
    padding: 0 0 6px;
}



.page-title {
    border-bottom: 1px solid #c6c6c6;
    color: #16336d;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
}
.page-title span {
    font-weight: normal;
}

.field-top {
    font-size: 15px;
    line-height: 30px;
    margin-left: 15px;
}

.titprint {
    border-bottom: 1px solid #c6c6c6;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 15px;
    padding-bottom: 15px;
}


.fa.fa-circle {
    color: #4275c6;
    font-size: 8px;
    margin-right: 2px;
    position: relative;
    top: -2px;
}

.category-due {
    background: #f4c42a none repeat scroll 0 0;
    color: white;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
    position: absolute;
    right: 15px;
    top: 20px;
    transition: all 0.2s ease-out 0s;
}


.prezz {
    border-bottom: 1px solid #c6c6c6;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.attachment-post-thumbnail {
    display: inline-block;
    height: 100% !important;
    width: auto;
}

.fooo {
    border-top: 1px solid #c6c6c6;
    font-size: 10px;
    margin-top: 15px;
    padding-top: 15px;
    color: #444
}
}