
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
/* CSS for "Contact" page
/* 
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

body .mktoForm {
	max-width: 100%;
	width: 725px !important;
	padding-left: 0;
	padding-right: 0;
}
body .mktoForm input.mktoField,
body .mktoForm textarea.mktoField,
body .mktoForm select.mktoField {
	font-size: 13px;
}
body .mktoForm input.mktoField {
    border: none;
    box-shadow: none;
    min-height: 0;
    padding: 0.1em 0.2em;
    line-height: 1.2em;
    margin: 0;
	height: 38px;
}
body .mktoForm input[type=checkbox] {
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
}
body .mktoForm input.mktoField:not([type=checkbox]) {
	width: 100% !important;
}
body .mktoForm select.mktoField {
	height: 38px;
}
body .mktoForm textarea.mktoField {
    /* width: calc(200% + 24px) !important; */
    min-height: 130px;
    padding: 6px 2px;
    line-height: 1.6em;
}
body .contactForm .mktoForm .mktoError .mktoErrorMsg {
	margin-top: -14px;
}
body .contactForm .mktoForm .mktoFormRow {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	display: block;
}
body .mktoForm .mktoLogicalField input[type=checkbox] {
	float: left !important;
}
body .mktoForm .mktoLogicalField label {
	margin: 0;
    display: inline-block;
}
body .mktoForm .mktoLogicalField input[type=checkbox] + label:before {
	position: relative;
    width: 25px;
    height: 25px;
    box-shadow: none;
    display: block;
    font-size: 15px;
    line-height: 1.5em;
	margin: 0;
}
body .mktoForm .mktoLogicalField {
	margin-left: auto;
	margin-right: 0;
    width: auto !important;
	padding: 0;
    text-align: right;
}
body .mktoForm .mktoFormCol:first-child:not(:nth-last-child(2)),
body .mktoForm .mktoFormCol + .mktoFormCol {
    width: 48%;
    display: inline-block;
}

body .mktoForm .mktoFieldDescriptor[type=hidden] {
	display: none;
}
body .mktoForm .mktoFormRow .mktoFormCol + .mktoFormCol {
	margin-left: 4%;
}

div.form-overlay {
	background: #070B31;
	text-align: center;
	padding-top: 65px;
	padding-bottom: 65px;
}
div.form-overlay .headline {
	color: white;
	font-size: 34px;
}
div.form-overlay form {
	margin-top: 35px;
}

.page-id-491 .connect-section > .cols div {
	padding-left: 0;
	padding-right: 0;
}
.page-id-491 .connect-section .cta {
	min-width: 222px;
}

section.linkedin {
	background: #070B31;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
}
section.linkedin .headline {
	color: white;
	display: inline-block;
}
section.linkedin .headline img {
	vertical-align: middle;
	position: relative;
	margin-top: -8px;
	margin-left: 11px;
}