﻿.ui-widget {
	font-size: 15px;
	font-family: 'Open Sans',sans-serif !important;
	color: #000 !important;
	margin: 0;
	word-break: break-word
}

.registerDivRow, .row {
    margin-right: 5px !important;
    margin-left: 5px !important;
    display: inline-flex !important;
}

/*
input {
	word-break: break-word;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 2px;
	padding: 10px;
	border: 1px solid #000;
	opacity: .5;
}


	input[type="text"] {
		word-break: break-word;
		box-sizing: border-box;
		margin-top: 10px;
		margin-bottom: 20px;
		border-radius: 2px;
		padding: 10px;
		border: 1px solid #000;
		opacity: .5;
	}

	input[type=checkbox] {
		position: relative;
		cursor: pointer;
	}

		/*@media only screen and (min-width: 1200px)*/
/*
		input[type=checkbox]:before {
			content: "";
			display: block;
			position: absolute;
			width: 15px;
			height: 15px;
			top: 0;
			left: 0;
			border: 1px solid #555;
			border-radius: 3px;
			background-color: white;
		}

select {
	word-break: break-word;
	box-sizing: border-box;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
	width: 100%;
	border: 1px solid #000;
	opacity: .5;
}

a.button {
	font-family: 'Open Sans',sans-serif;
	box-sizing: inherit;
	word-break: break-word;
	line-height: 24px;
	position: relative;
	top: 0;
	left: 0;
	background: #ee2a24;
	font-size: 1em;
	margin-bottom: 5px;
	/*display: flex;*/ /*
	width: fit-content;
	cursor: pointer;
	text-decoration: none;
	transition: background .2s ease .15s,color .2s ease .15s,border .2s ease .15s;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	border-radius: 2px;
	background-color: #1c355e;
	color: #fff !important;
	border: 1px solid #1c355e;
	padding: 10px 25px;

	/* styles from .com prod*/ /*
	display: inline-block;	
}

h1, h1.red {
	font-family: 'Open Sans',sans-serif;
	box-sizing: inherit;
	word-break: break-word;
	letter-spacing: -.1rem;
	margin: 0;
	color: #34333e;
	font-size: 35px;
	font-weight: 600;
	line-height: 40px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 5px 15px 5px 0;
}

span.field-validation-error {
	font-family: 'Open Sans',sans-serif;
	font-size: 15px;
	box-sizing: inherit;
	font-weight: bold;
	width: 100%;
	margin-left: 0 !important;
	color: Red;
}

/*for containers/wrapper/parent elements*/

div.columns.side-by-side {
	display: inline-flex;
	position: relative;
}

div.columns.side-by-side a {
	margin-right: 10px;
}

.mchp-button-wrapper {
	margin-top: 15px;
	margin-bottom:5px;
}

/*.mchp-button-wrapper a.mchp-button {
	margin-top: 5px;
}*/


/*www styles */

/*.www {*/

/*.span
{
	font-family: 'Open Sans',sans-serif;
	font-size: 15px;
	color: #000;
	word-break: break-word;
}*/

span.field-validation-error, span.error {
	font-size: 12px;
	font-family: 'Open Sans',sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	word-break: break-word;
	color: #ee2a24;
	font-weight: bold;
}



/*.ui-widget-content a {
	font-size: 15px;
	font-family: 'open sans',sans-serif;
	word-break: break-word;
	font-weight: 600;
	line-height: 24px;
	color: #1c355e;
	text-decoration: none;
}*/

/*.CustomText.override-aem-style-button {
	display: block !important;
}*/

/*.ui-accordion .ui-accordion-icons {
	padding-left: auto;
}*/

/*}*/

