/*
Theme Name: FMG
Author:       FINN Partners
Author URI:   http://www.finnpartners.com
Version: 1.0
*/

.social li .save-as-pdf-pdfcrowd-button {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 45px;
	border-radius: 50%;
	font-size: 25px;
	text-align: center;
	border: 1px solid #101C4E;
	margin-left: 10px;
	color: #101C4E;
}
.social li .save-as-pdf-pdfcrowd-button:hover {
	background: #101C4E;
	color: #ffffff;
}
.save-as-pdf-pdfcrowd-button .button.is-style-pdf {
	line-height:1.5;
}
.util-links .social .save-as-pdf-pdfcrowd-button-wrap {
	margin-right:10px;
}

/* Print/PDF modifications */

@media print {
	h1 {
		font-size:20pt !important;
	}
	p, li, td {
		font-size:12pt !important;
	}
	.bio-summary > div {
		max-width:33%;
	}
	.main-hero.has-callout aside {
		display:none;
	}
	div.save-as-pdf-pdfcrowd-button-wrap {
		display:none;
	}
	.print-hide {
		display:none;
	}
	.FP_Widget_Newsletter {display:none;}
	.content-with-callout img {
		display:initial;
	}
}

@media (max-width: 1199px) {
	    .filter-bar > div:nth-child(2) {
        order: 3;
        padding-top: 20px;
    }
	    .filter-bar > div:nth-child(3) {
        order: 2;
    }
}
@media (max-width: 991px) {
.page-id-12335 a.button.green.clear-form {
        height: 46px;
        align-content: center;
    }
}

@media (max-width: 767px) {
.filter-bar .brown, .filter-bar input {
    width: 100%;
}
.filter-bar div:nth-child(3) {
    display: block;
}
.filter-bar .util-right {
    justify-content: center;
}
	.filter-bar .label {
    text-align: center;
}
	.filter-bar > div:nth-child(2) {
    width: 100%;
    justify-content: center;
}
}
.social li:has(i.fa-user) {
    display: none !important;
}