/*
Theme Name: TrustArc
Theme URI:
Author: The Honor Roll
Author URI: https://www.thehonorroll.com/
Version: 1.0
Description: TrustArc theme for WordPress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trustarc
Tags: custom-background, custom-colors, custom-header, custom-logo, custom-menu
*/

/* marketo form overrides */
.mktoForm {
	width: 100% !important;
}
.mktoTextField,
.mktoEmailField,
.mktoTelField,
.mktoHtmlText,
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
	display: block;
	width: 100% !important;
	padding: 20px !important;
}
.mktoHtmlText {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.mktoForm .mktoFieldWrap,
.mktoForm .mktoFormCol {
	width: 100% !important;
}
.mktoForm .mktoLabel {
	width: auto !important;
	padding-bottom: 8px;
}
.mktoForm .mktoLabel {
	font-family: museo-sans, Helvetica Neue, Arial, Noto Sans, sans-serif !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: 24px !important;
}
.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
	font-family: museo-sans, Helvetica Neue, Arial, Noto Sans, sans-serif !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 26px;
	border: 2px solid #EEF2F4 !important;
	border-radius: 4px !important;
}
.mktoHtmlText,
.mktoForm p {
	font-family: museo-sans, Helvetica Neue, Arial, Noto Sans, sans-serif !important;
	color: #000239 !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 300 !important;
	line-height: 18px !important;
}
.mktoForm .mktoButtonWrap .mktoButton {
	padding: 16px 28px !important;
	border-radius: 50px;
	background: #E11A77 !important;
	font-family: museo-sans, Helvetica Neue, Arial, Noto Sans, sans-serif !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: normal !important;
	color: #fff !important;
	box-shadow: none !important;
	border: 0 !important;
	transition: all 0.35s ease-out;
}
.mktoForm .mktoButtonWrap .mktoButton:hover {
	border: 0 !important;
	opacity: 0.8;
}
.mktoForm span {
	margin-left: 0 !important;
}
.mktoRadioList label {
	font-size: 16px !important;
}
.mktoForm .mktoRadioList > input {
	margin-top: 2px;
	margin-bottom: 10px;
}
#mktoForm_3357.mktoForm .mktoRadioList > input {
	margin-bottom: 0;
}
.mktoForm .mktoRadioList > label {
	margin-bottom: 10px;
}
.mktoForm .mktoCheckboxList {
	margin-top: 6px;
}
.mktoButtonRow {
	display: flex !important;
	justify-content: center !important;
}
.g-recaptcha > div {
	margin-left: auto !important;
	margin-right: auto !important;
}
#rw-recaptcha-msg {
	text-align: center;
}
.mktoCaptchaDisclaimer {
	font-family: museo-sans, Helvetica Neue, Arial, Noto Sans, sans-serif !important;
}

/* IRM modal */
.truste_irm_box_overlay {
	height: auto !important;
	margin: 70px auto 70px var(--truste-box-overlay-margin-left) !important;
}
@media only screen and (max-width:920px) {
	.truste_irm_box_overlay {
		width: 60% !important;
	}
}