﻿@media (min-width: 0px) {
	body {
		padding: 10px;
		font-family:  Garamond, sans-serif !important;
	}
	.client-style-main-card-header {
		padding-right: 0rem !important;
		padding-left: 0rem !important;
	}
}

@media (min-width: 576px) {
	body {
		padding: 20px;
		font-family: Garamond, sans-serif !important;
	}
	.client-style-main-card-header {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
}

@media (min-width: 768px) {
	body {
		padding: 20px 20px;
		font-family: Garamond, sans-serif !important;
	}
	.client-style-main-card-header {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
}

@media (min-width: 992px) {
	body {
		padding: 20px 10%;
		font-family: Garamond, sans-serif !important;
	}
	.client-style-main-card-header {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
}

@media (min-width: 1200px) {
	body {
		padding: 20px 20%;
		font-family: Garamond, sans-serif !important;
	}
	.client-style-main-card-header {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
}

::placeholder {
	color: #272e35 !important;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #272e35 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #272e35 !important;
}


body {
	color: #272e35 !important;
}

#clientLogo {
	height: 6em;
	top: 8px;
	position: relative;
	padding: 15px 0 15px 39px;
	margin-top: -4px;
}

#pcLogo {
	height: 3em;
	position: relative;
}

hr {
	border-top: 1px solid rgba(0,0,0,.1) !important;
}

.client-style-a-tag {
	color: #004b87 !important;
}

.client-style-main-background {
	background-color: #fff !important;
}

.client-style-main-card-body {
	background-color: #fff !important;
	color: #31373a;
}

.client-style-main-card-header {
	background-color: #004b87 !important;
	padding: 0px !important;
}

.card-body {
	font-family: Garamond, sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

.card-title {
	color: #545859;
}

.no-touch .btn-lg {
	-webkit-appearance: button !important;
}

.success-button {
	/*display: block !important;
	width: 180px !important;
	height: 56px !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px !important;
	text-transform: uppercase !important;
	color: #009d9d !important;
	text-align: center !important;
	border: 1px solid #009d9d !important;
	border-radius: 10px !important;
	background: #fff !important;
	transition: all 350ms !important;*/
	display: inline-block !important;
	padding: 6px 12px !important;
	margin-bottom: 0 !important;
	font-size: 20px !important;
	font-weight: bold !important;
	line-height: 1.42857143 !important;
	text-align: center !important;
	white-space: nowrap !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #ffffff !important;
	background-color: #F18701 !important;
	border: none !important;
	text-shadow: 1px 1px 0px rgb(0 0 0 / 20%) !important;
	margin: 0 4px 0 0 !important;
	-webkit-box-shadow: inset 0px 0px 1px 1px rgb(0 0 0 / 22%) !important;
	-moz-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.22) !important;
	box-shadow: inset 0px 0px 1px 1px rgb(0 0 0 / 22%) !important;
}

.success-button:hover,
.success-button:focus,
.success-button:active {
	/*background: #009d9d !important;
	color: #fff !important;*/
	background-color: #ffffff !important;
	outline: 0 !important;
	text-transform: uppercase !important;
	color: #004b87 !important;
}

.success-button:disabled {
	background-color: #d77e1d !important;
}

input, textarea {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input:focus, textarea:focus {
	box-shadow: none !important;
	outline: -webkit-focus-ring-color auto 1px !important;
}

.errorMessage {
	font-weight: bolder;
	color: crimson;
}

.grecaptcha-badge {
	display: none !important;
}