/* Benchmark footer signup bar 
added by Bonnie 03-09-2021
*/

.benchmark-bar {
	background-color: #6ab333;
	padding: 2em;
}

.benchmark-bar-message {
	color: #fff;
    font-size: 24px;
    padding-top: 6px;
}

a.benchmark-footer-button:hover {
	cursor: pointer;
	background-color: #dd8c11;
	border-color: #dd8c11;
	color: #fff;
}

a.benchmark-footer-button {
    border: 1px solid #58585a;
    text-transform: uppercase;
    color: #58585a;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    /* line-height: 32px; */
    letter-spacing: 0.2px;
    color: #58585a;
    text-decoration: none;
    display: block;
    margin-top: 0;
    text-align: center;
    /* height: 43px; */
    margin-bottom: 0;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.benchmark-button-wrapper {
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 960px) {
	.benchmark-button-wrapper {
		justify-content: center;
	}
	a.benchmark-footer-button,
	a.benchmark-footer-button:hover {
		margin-top: 1em;
	}
	.benchmark-bar-message {
		text-align: center;
	}
	a.benchmark-footer-button{
        font-size: 17px;
        line-height: normal;
    }
}

.sgpb-main-html-content-wrapper p br {
	display: none;
}

.email-marketing-by-b {
	display: none;
}

/* no bg color on the popup content for the license agreement. this happens upon loading 'technology-library-sim-specifications' page */
.cp-modal-content {
    background-color: #fff;
}