
/* ============= custom css ===================== */

/* ============= PDF and Link Button styles ===================== */

.pdf-viewer-heading {
    border-radius: 30px;
}

/*.wysiwyg.sz-web-link, .publication-item .user-content a.sz-web-a {*/
/*    border-radius: 25px;*/
/*    display: block;*/
/*    padding: 15px 4px 15px 0px;*/
/*    color: #fff !important;*/
/*    position: relative;*/
/*    transition: all 0.5s;*/
/*}*/

.publication-item .user-content a.sz-web-a {
    text-decoration: none !important;
    border-radius: 25px;
    display: block;
     padding: 15px 4px 15px 15px; 
    color: #fff !important;
    position: relative;
    transition: all 0.5s;
     border-left: 100px; 
    border-left: 8px solid rgb(3,139,155);
}

.publication-item .user-content a.sz-web-a:hover {
    padding-left: 15px;
    background-color: rgba(3,139,155, 0.95);
    border-left:12px solid rgba(3,139,155);
}

.wysiwyg a .sz-web-title {
    display: block;
    text-transform: none;
    font-weight: 400;
    text-decoration: underline;
    font-size: 0.875rem;
}

.wysiwyg a .sz-web-icon-wrap {
    margin-left: 20px;
}

.button, .btn, .wysiwyg a {
    background-color: rgba(3,139,155,0.8);
}

.wysiwyg a:hover {
    background: rgb(3,139,155);
}

.wysiwyg a {margin: 5px 0}

.wysiwyg.sz-web-link.no-url.bg-sub.mceNonEditable {
	
    max-width: 100%;
	width: 100%;
	display: inline-block;
	padding: 10px 0;

}

.wysiwyg a .sz-web-icon-wrap {
    margin-left: 4px;
    margin-right: 10px;
}

.borderBox {
    border: 4px solid rgba(3, 139, 155, 0.5);
}

.wysiwyg a {
    text-shadow: none;
    letter-spacing: 0px;
}

img.szImg {
    margin: 20px;
}

h1, h2, h3, h4, h5, h6 {
    color: #0f4987;
}

.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {
    color: #0f4987;
}

@media print {
.pdf-header{
height: 140px !important;
}
}

@media print {

.pdf-head-img img{
    max-width:100%!important;
}
}
