
/*----------------- DOM = FORM: FONTS --------------------*/
@font-face {
  font-family: Gentona-Bold;
  src: url('../fonts/Gentona-Bold.eot');
  src: url('../fonts/Gentona-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Gentona-Bold.woff2') format('woff2'),
       url('../fonts/Gentona-Bold.woff') format('woff'),
       url('../fonts/Gentona-Bold.ttf')  format('truetype');
}
@font-face {
  font-family: Gentona-Book;
  src: url('../fonts/Gentona-Book.eot');
  src: url('../fonts/Gentona-Book.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Gentona-Book.woff2') format('woff2'),
       url('../fonts/Gentona-Book.woff') format('woff'),
       url('../fonts/Gentona-Book.ttf')  format('truetype');
}
@font-face {
  font-family: Gentona-ExtraBold;
  src: url('../fonts/Gentona-ExtraBold.eot');
  src: url('../fonts/Gentona-ExtraBold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Gentona-ExtraBold.woff2') format('woff2'),
       url('../fonts/Gentona-ExtraBold.woff') format('woff'),
       url('../fonts/Gentona-ExtraBold.ttf')  format('truetype');
}
@font-face {
  font-family: Gentona-ExtraLight;
  src: url(../fonts/Gentona-ExtraLight.eot);
  src: url('../fonts/Gentona-ExtraLight.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Gentona-ExtraLight.woff2') format('woff2'),
       url('../fonts/Gentona-ExtraLight.woff') format('woff'),
       url('../fonts/Gentona-ExtraLight.ttf')  format('truetype');
}
@font-face {
  font-family: Gentona-Heavy;
  src: url('../fonts/Gentona-Heavy.eot');
  src: url('../fonts/Gentona-Heavy.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Gentona-Heavy.woff2') format('woff2'),
       url('../fonts/Gentona-Heavy.woff') format('woff'),
       url('../fonts/Gentona-Heavy.ttf')  format('truetype');
}
@font-face {
  font-family: Gentona-Light;
  src: url('../fonts/Gentona-Light.eot');
  src: url('../fonts/Gentona-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Gentona-Light.woff2') format('woff2'),
       url('../fonts/Gentona-Light.woff') format('woff'),
       url('../fonts/Gentona-Light.ttf')  format('truetype');
}
@font-face {
  font-family: Gentona-Medium;
  src: url('../fonts/Gentona-Medium.eot');
  src: url('../fonts/Gentona-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Gentona-Medium.woff2') format('woff2'),
       url('../fonts/Gentona-Medium.woff') format('woff'),
       url('../fonts/Gentona-Medium.ttf')  format('truetype');
}
@font-face {
  font-family: Gentona-SemiBold;
  src: url('../fonts/Gentona-SemiBold.eot');
  src: url('../fonts/Gentona-SemiBold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Gentona-SemiBold.woff2') format('woff2'),
       url('../fonts/Gentona-SemiBold.woff') format('woff'),
       url('../fonts/Gentona-SemiBold.ttf')  format('truetype');
}
@font-face {
  font-family: Gentona-Thin;
  src: url('../fonts/Gentona-Thin.eot');
  src: url('../fonts/Gentona-Thin.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Gentona-Thin.woff2') format('woff2'),
       url('../fonts/Gentona-Thin.woff') format('woff'),
       url('../fonts/Gentona-Thin.ttf')  format('truetype');
}


/*----------------- DOM = FORM: GENERIC / GLOBAL --------------------*/
.section {
    display: inline-block;
	width: 100%;
}
.group {
	display: inline-block;
}
.section > div:not(.group),
form > div:not(.form-composite):not(.form-actions ):not(.section_confirmation_signup)/*to handle non composite components*/ {
   padding: 0 15px;
}
.hideFormTitle{
	display:none;
}
.tooltip.in{
	opacity:1;
}
.tooltip-inner{
	background:#FFF !important;
	color:#333 !important;
	border:1px solid #999 !important;
	font-family: Gentona-Book, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size:14px !important; 
	word-break:break-word;
	text-align:left !important;
	max-width:400px !important;
}
.helpText{
	opacity: 0.8;
	font-weight:bold;
	font-size:14px;
	clear:both;
}
a{
	color: #0072CE;
	outline: 0;
}
a:hover{
	color: #FF6900;
	text-decoration:none;
}
.colorBlue{
	color:#002d72;
}
.colorPrimary{
	color: #0072CE;
}
.colorSecondary{
	color: #FF6900;
}
.colorAccent{
	color: #4A484C !important;
}
.colorRED{
	color: #E03C31 !important;
}
.colorGREEN{
	color: #398439 !important;
}
.colorBLACK{
	color: #000000 !important;		
}
.fontSize14{
	font-size: 14px !important;
}
.sizeLarge{
	font-size: 20px !important;
}
.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
.paddingTop0{
	padding-top:0 !important;
}
.paddingLeft0{
	padding-left:0 !important;
}
.paddingRight0{
	padding-right:0 !important;
}
.paddingBottom0{
	padding-bottom:0 !important;
}
.extra-bold{
	text-shadow: 0 0 black;	
}



body{
	font-family: Gentona-Book, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;
}
body.path-node {
	font-size: 18px;
	line-height: 30px;
}
.page-header {
	border: none;
	color: #002d72;
	font-family: Gentona-Medium;
	font-size: 32px;
}
.page-header:after{
	content: "";
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.5) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.5) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.5) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	display: block;
	height: 1px;
	margin-top: 4px;
}
h3 {
	color: #002d72 !important;
	display: block;
	text-align: left;
	font-family: Gentona-Medium;
	margin-bottom: 16px;
	margin-top:30px;
	text-transform: uppercase;
	padding-left: 15px;
}
h3::after,
h4:not(.DesignationNumberHeader)::after {
	content: "";
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
	display: block;
	height: 1px;
	width: 100%;
	position: relative;
	margin-top: 4px;
}

/*
h3 {
	color: #002d72 !important;
	display: block;
	text-align: center;
	font-family: Gentona-Medium;
	margin-bottom: 35px;
	margin-top:80px;
	text-transform: uppercase;
}
h3::after {
	content: "";
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 10%, rgba(0, 0, 0, 0.1) 50%, rgba(255, 255, 255, 1) 90%);
	display: block;
	height: 1px;
	width: 100%;
	position: relative;
	margin-top: 4px;
}*/
h4 {
	text-transform: uppercase;
	margin: 15px 15px;
	font-size: 16px;
	color: #002d72;
	padding-bottom: 4px;
}
.white-space-normal{
	white-space: normal !important;
}
.radioInSingleLine .form-type-radio{
	display: inline;
	margin-right: 20px;
}
.webform-type-radios .description{
	clear:both;
}

/* removes the spinner on number field*/
input[type=number] {
	-moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}


.amountLabelWrapper label{
	left:44px;
}


/*----------------- DOM = FORM: HEADER + HEADER IMAGE --------------------*/


#header {
	padding: 0;
}
.large-logo{
	float: left;
	width: 260px;
	height: auto;
	margin: 30px 0;
}
.large-logo img{
	display: block;
	height: auto;
	max-width: 100%;	
}
.large-logo.right-logo{
	float: right;	
}
.large-logo.banner{
	width: 100%;
	margin: 0 auto;	
}
.large-logo.banner img{
	margin: 0 auto;	
}




#block-webformheaderimage,
#block-headerimage{
	background:black;
}
.navbar-btn {
	margin-top: 0px;
	margin-bottom: 0px;
}
.form-description {
	position: relative;
	width: calc(100% + 46%);
	left: calc(-23% + 0px);
	margin-bottom: 50px;
}
.form-description img{
	max-width: 100%;	
}
/*
.form-description > img {
	width: 100%;
}
*/
img[data-align="left"] {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}
img[data-align="right"] {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}
img[data-align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}
.bannerImage{
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;	
	opacity: 0.6;
}
.noOpacity{
	opacity:1 !important;
}
.imageTagLine {
	font-size: 40px;
	color: white;
	position: absolute;
	opacity: 1;
	z-index: 999;
	margin-top: 12%;
	font-family: Gentona-Bold;
}
.leftTagLine{
	margin-left: 100px;
}
.centerTagLine {
	left: 50%;
	transform: translateX(-50%);
}
.rightTagLine {
	right: 0;
	margin-right: 100px;
}
#banner_image .container {
	width: 100% !important;
	padding: 0;
}
.imageBorder > div{
	height: 16px;
}
.border1 {
	background: #002d72;
	width: 50%;
	float:left;
}
.border2 {
	background: #6CACE4;
	width: 30%;
	float:left;
}
.border3 {
	background: #F1C400;
	width: 20%;
	float:left;
}

.intro-image-container.left{
	padding-left: 0;	
}
.intro-image-caption{
	display: inline-block;
	font-size: .8em;
}

/*----------------- DOM = FORM --------------------*/
.webform-submission-form {
	font-family: Gentona-Light, sans-serif;
	font-size: 16px;
	background: #fff;
	width:70%;
	margin-left:15%;
}

.form-group {
	margin-bottom: 15px !important;
}	
.webform-progress{
	display:none;
}




/*----------------- DOM = ERROR HANDLING --------------------*/
.form-required::after {
    -webkit-background-size: 7px 7px;
    background-size: 7px 7px;
    width: 7px;
    /*margin-bottom: 5px;*/

}
.form-group label.customError,
.form-group label.customWarning,
.routing-number-lookup span {
	color: #E03C31;
	opacity: 1;
	font-size: 11px !important;
	text-transform: none;
	white-space: normal;
	position: absolute;
	font-family: Gentona-Book;
	line-height: 12px;
	font-weight: normal;
}
.form-group label.customError{
	color: #E03C31 !important;
}
.form-group label.customWarning{
	color: #FF6900 !important;
}
.customWarning + .customError{
	display:none;
}
.amountLabelWrapper .error {
	z-index: 999;
	bottom: -28px;
	left: 0;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label{
	color: #E03C31 !important;
}
.phoneNumber1 ~ .customError,
.phoneNumber2 ~ .customError{
	width: calc(100% - 125px );
}
.pastMonthError ~ .clearCross,
.error ~ .clearCross,
.form-control[disabled] ~ .clearCross,
.ccNumberWrapper .customWarning
{
    display: none !important;
}
.ccDate .customError{
	display:table;
}
.ihoimoRadios .customError{
	display: block;
	bottom: 0;
}
.achAccountTypeRadio .customError {
	display: block;
	right: 15px;
	bottom: 0;
}




/*----------------- DOM = BUTTONS --------------------*/
.form-actions{
	width: 100%;
	text-align: right;
	border-top: 3px solid #BDBDBD;
	margin:25px auto 0 auto;	
	padding:30px 0px 10px 15px;
	display: inline-block;
}
.form-submit:not(.searchButton):not(.btPreviewCard):not(.image-button) {
	background-color: #0072CE;
	transition: 0.5s ease all;
	border: none;
	border-radius:0;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	padding: 10px;
	min-width: 18% !important;
	-webkit-appearance: none !important;
	margin-bottom: 10px !important;
	margin-right: 0px !important;
}
.form-submit:disabled {
	cursor: not-allowed;
}
.form-submit:hover{
	background-color: #FF6900;
}
.form-submit:focus, .form-submit:focus:active{
	background-color: #B4B2AD;
}
.form-submit:active, .form-submit:active:hover{
	background-color: #4A484C;
}

/*--------------------- DOM = CHECKBOX & RADIO ------------------*/

/*NEW*/
.radioAsButton input[type="radio"]:checked {
	background: #0072CE !important;
	width: 100%;
	z-index: -1;
	position: absolute;
	height: 100%;
	margin: 0px;
	left: 0;
}
.radioAsButton .control-label.option {
	z-index: 1 !important;
	position: relative;
	height: 46px !important;
	width: 100%;
	padding-top: 0 !important;
	
}
.radioAsButton .control-label.option:hover{
	background:#6E6E6E;
	color:#FFF;
}
.radioAsButton .radioLabelSelected{
	color:#FFF;
	border: 1px solid #0072CE !important;
	background: #0072CE !important;
}

/*ORIGINAL*/
input[type="radio"],
input[type="checkbox"] {
	position: relative;
	display: inline-block;
	background: #ebebeb;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline:0;
	background: none !important;
	border:none !important;	
	box-shadow:none;	
	-webkit-box-shadow: none;
}
input[type="radio"]:after,
input[type="checkbox"]:after { 
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 3px solid #B4B2AD;
	position: absolute;
	left: -10px;
	opacity: 1;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}
input[type="radio"]:after{
	border-radius:25px;	
}
input[type="radio"][disabled]::after,
input[type="checkbox"][disabled]::after{
    border: 3px solid #e5e2e0 !important;
	cursor: not-allowed;
}
input[type="radio"]:hover:after,
input[type="checkbox"]:hover:after {
	border: 3px solid #FF6900;
}
.form-type-checkbox label {
    padding-left: 30px;
	opacity: 1;
}
input[type="radio"]:checked:after,
input[type="checkbox"]:checked:after{   
	width: 12px;
	top: -5px;
	left: -6px;
	border-radius: 0;
	opacity: 1;
	border: 3px solid #0072CE ;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg); 
}
.checkbox label {
    cursor: pointer;
}
.radioLabelSelected{
	color:#4A484C;
	font-family: Gentona-Bold;
}
.form-disabled label.option{
	color: #e5e2e0;
	cursor:not-allowed;
}

.js-webform-type-radios legend{
	border:none;
	margin-bottom: 0px;
	font-size: initial;
}
.js-webform-type-radios .fieldset-legend,
.registrantfield-radios .fieldset-legend,
.registrantfield-checkbox > label{
	opacity: 0.7;
	cursor: text;
	transition: 0.2s ease all;
	margin: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	font-size: 14px;
	font-weight:bold;
	display: inline-block;
}
.registrantfield-radios .fieldset-wrapper {
	padding: 5px 10px;
}

input:focus, input:active,
select:focus, select:active {
	box-shadow: none !important;
	border-bottom-color: #005EB8 !important;
	border-width: 0 0 1px;
	outline:0 !important;
}

/*TEMP REMOVED - ORIGINAL
input[type="radio"],
input[type="checkbox"] {
	position: relative;
	display: inline-block;
	background: #ebebeb;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline:0;
	background: none !important;
	border:none !important;
}
input[type="radio"]:after,
input[type="checkbox"]:after { 
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 3px solid #B4B2AD;
	position: absolute;
	left: -10px;
	top: -4px;
	opacity: 1;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}
input[type="radio"]:after{
	border-radius:25px;	
}
input[type="radio"][disabled]::after,
input[type="checkbox"][disabled]::after {
    border: 3px solid #e5e2e0 !important;
	cursor: not-allowed;
}
input[type="radio"]:hover:after,
input[type="checkbox"]:hover:after {
	border: 3px solid #FF6900;
}
.form-type-checkbox label {
    padding-left: 30px;
	opacity: 1;
}
input[type="radio"]:checked:after,
input[type="checkbox"]:checked:after {   
	width: 12px;
	top: -10px;
	left: -6px;
	border-radius: 0;
	opacity: 1;
	border: 3px solid #0072CE ;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg); 
}
.checkbox label {
    cursor: pointer;
}
.radioSelected{
	color:#4A484C;
	font-weight:bold !important;
}
.form-disabled label.option{
	color: #e5e2e0;
	cursor:not-allowed;
}

.js-webform-type-radios legend{
	border:none;
	margin-bottom: 0px;
	font-size: initial;
}
.js-webform-type-radios .fieldset-legend{
	opacity: 0.5;
	cursor: text;
	transition: 0.2s ease all;
	margin: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	font-size: 14px;
	font-weight:700;
}
.js-webform-type-radios .fieldset-wrapper {
	padding: 5px 10px;
}

.iho_imo_radios .form-type-radio:first-child{
	display:none;
}
TEMP REMOVED */

/*----------------- DOM = FORM: INPUT --------------------*/
.form-control {
	border-radius: 0px;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	height: 46px;
	border-radius:0 !important;
}

.form-control:focus{
	border-color:#002d72 !important;
}
/*.form-control::-moz-placeholder,
.form-control::-webkit-input-placeholder
*/

.form-control::placeholder {
    color: #000 !important;
	opacity: 0.7;
	font-weight: normal;
	font-size: 17px !important;
	/*line-height: 15px  !important;
	padding-top: 0 !important;*/
}
.form-control.form-number{
	font-size: 19px !important;
}
.not-empty ~ .form-control.form-text, 
.not-empty ~ .form-control.form-select, 
.not-empty ~ div .form-control.emailAddress,
.not-empty ~ .form-control.form-email,
.not-empty ~ .form-control.emailConfirmAddress, 
.not-empty ~ div .form-control.login_username,
.not-empty ~ .form-control.form-number, 
.not-empty ~ div .form-control.form-textarea {
	font-weight: bold;
	font-size: 19px;
	padding-top: 14px;
	padding-left: 6px;
}
.showTitle .form-control.form-text, .showTitle .form-control.form-select, .showTitle .form-control.form-email, .showTitle .form-control.form-number, .showTitle .form-control.form-textarea{	
	/*padding-top: 0px;*/
}
.form-control.form-select {
	padding-top: 6px;
	color: #5C5C5C;
	font-weight: normal;
	font-size: 17px;
	padding-right: 20px;
}

.not-empty{
	display:block !important;
	transition: 0.2s ease all;
}
.not-empty + .select-wrapper .form-select {
	padding-top: 14px;
	color: #555555;
	font-weight: bold;
	font-size: 19px;
	padding-left: 4px;
}

label {	/*webform-submission-form*/
	cursor: text;
	transition: 0.2s ease all;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.control-label:not(.option){
	position: absolute;
	z-index: 99;
	font-size: 12px;
	margin-left: 7px;
	opacity: 0.5;
	font-family: Gentona-Light;
	font-weight: normal;
	display:none;
	transition: 0.2s ease all;
}

.showTitle > label {
	display: block !important;
	position: relative !important;
	font-size: inherit !important;
	opacity: inherit !important;
	font-weight: inherit !important;
	margin: inherit !important;
	left:0;
}

.has-glyphicons .select-wrapper::after {
	content: '\e252';
	color:#A4A4A4;
}


/*----------------- DOM = FORM: CLEARCROSS --------------------*/
.clearCross {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	background-color: #EBEAE9;
	z-index: 99;
	right: 22px;
	margin-top: -30px;
	padding: 2px;
	border-radius: 50%;
	text-align: center;
	color: white;
	font-weight: normal;
	font-size: 8px;
	cursor: pointer;
	float: right;
}
.clearCross + .clearCross,
.emailWrapper > .clearCross,
.form-control[disabled] + .clearCross,
.reset_password_group .clearCross,
.registrantfield-dropdown > .clearCross  {
    display: none !important;
}
.clearCross:hover{
	background-color: #e03c31;	
}
select + .clearCross {
    right: 9px;
	width: 15px;
}
select.payment_number + .clearCross {
    margin-top: 14px;
    right: 9px;
}
.phone_container input + .clearCross {
	left: calc(100% - 153px);
	bottom: 30px;
}
.emailWrapper input + .clearCross {
	left: calc(100% - 25px);
}
textarea ~ .clearCross{
	top: 34px;
}
.amountLabelWrapper  .clearCross{
	position:inherit;
}


/*----------------- DOM = FORM: ADDRESS --------------------*/
.addressLineBlock {
	width: 100% !important;
	padding: 0 0 10px 0 !important;
	display: inline-block;
}



/*----------------- DOM = FORM: CONTACT --------------------*/
.section_contact_information{
	display:block;
}
.phone_container > .form-type-textfield {
    width: calc(100% - 110px );
    float: left;
}
.phone_container > .form-type-select {
    width: 110px;
    float: left;
}
.phone_container  .form-select{
	border-left:none;
}
.phone_container {
	margin-bottom: 15px;
}
.form-type-email{
	margin-bottom:30px !important;
}
.phoneTypeWrapper label {
   /* height: 23px !important;
    position: initial;
	color:#FFF !important;*/
}
.phoneTypeWrapper label:after{
	/*background-image:none !important;	*/
}
.form-item-jhu-contact-phone-1 label,
.form-item-jhu-contact-phone-2 label{
	/*height: 23px !important;
    position: initial;*/
}
.emailAutoComplete {
    color: #FF6900;
	top: 10px !important;
	margin-left: 14px;
	font-size: 19px;
    /*line-height: 24px !important;
	 
    padding: 0px !important;
	
    background-color: #FFF;*/
    z-index: 999;
   
}



/*-------------------- DOM = FORM: DESIGNATION/DONATION ---------------------*/
.webform-multiple-table table{
	margin-bottom:20px;
}
.form-type-jhu-webform-donation{
	display: block !important;	
}
input[type="number"]{
	width: 100% !important;
	display: block !important;
}
.section_donation_information .clearCross{
	display:none !important;
}
.amountPrefix {
	/*position: absolute;
	z-index: 9;
	background: #e5e2e0;
	width: 23px;
	text-align: center;
	height: 44px;
	line-height: 43px;
	top: auto;
	left: 16px;
	margin-top: 1px;*/
}
.input-group-addon{
	background: #e5e2e0;
	font-size:16px;
}
.amountLabelWrapper .input-group{
	width:100%;
}
.amountLabelWrapper .input-group-addon{
	border-radius: 0;
}
.amountPrefix + input {
	padding-left: 28px !important;
}


.giftAmount-wrapper {
	margin-top: 0 !important;
}
.DesignationNumberHeader {
	border: none;
	padding-bottom: 0px;
	margin-bottom: 4px;
	opacity: 0.6;
	color: #5c5c5c;
}

.indefinite_desc, .helpText {
	font-size: 14px;
	padding: 0 15px;
	font-family: Gentona-Light !important;
	display: inline-block;
	font-weight: normal;
}


.singleDesignation > .GuestNumberHeader{
	display:none;
}
.webform-multiple-table  .designation_dropdown_wrapper{
	
}
.singleDesignaton{
	display: none;
}
.section_designation_information .draggable:first-child .webform-multiple-table--operations .btn-danger{
	display:none;
}

.allowSingleDesignation {
	/*margin-left: -15px;
	margin-right: -15px;*/
}
.DesignationInformationHeader{
	clear:both;
}
.DesignationInformationHeader + div{
	padding:0 !important;
}
.webform-multiple-table > .designation_dropdown_wrapper{
	padding-left:0px;
	padding-top: 3px;
}
.webform-multiple-table > .giftAmount-wrapper{
	padding-right:0px;
}
.form-type-jhu-webform-guest{
	width:100%;
	float:left;
}
#jhu_guests_table
{
	padding:0 15px;
}
.GuestNumberHeader{
	margin: 15px 0px;
}
.GuestHelpText{
	margin-bottom: 10px;
	opacity: 0.8;
	font-weight:bold;
	font-size:14px;
}
.group_guest_information{
	white-space:normal !important;
}
.group_guest_information .form-group {
    margin-bottom: 19px;
}
.group_guest_information .form-type-email{
	clear:left;
}
.section_designation_information .alert-info,
.section_designation_information .container-inline div.form-type-number,
.section_designation_information .webform-multiple-table--handle,
.section_designation_information .tabledrag-toggle-weight,
.section_designation_information .control-label,
.section_designation_information thead,
.section_designation_information .webform-multiple-add,
.allowSingleDesignation .webform-multiple-table--operations{
	display:none;
}
.section_designation_information table .control-label{
	/*display:block;*/
}
.guestTicketsRadio .control-label{
	display:inline-block !important;
	max-width: 98%;
}
.section_designation_information td{
	display: block;
	padding:0 !important;
}
.section_designation_information .webform-multiple-table--operations
{
	clear: both; 
}
.section_designation_information .webform-multiple-table--operations-two{
    width: auto !important;
	padding: 0 15px !important;
}
.section_designation_information .btn {
	padding: 8px;
	font-size: 14px;
	margin-top: 13px;
	border: none;
	border-radius: 0;
	height: 36px;
	font-family: Gentona-Medium;
}
.section_designation_information .btn:hover,
.section_designation_information .container-inline .btn:hover{
	background-color: #6E6E6E;
}
.section_designation_information .btn-success {
	float: right;
	background-color: #0072CE;
	
}
.section_designation_information .btn-danger{
	float: left;
	background-color: #CF4520;
}
.section_designation_information .container-inline .btn{
	float: left;
	background-color: #007A53;
}
.section_designation_information td{
	border:none !important;
}
.section_designation_information .phone_container > .form-type-select{
	margin-top: 20px !important;
}

.table-striped > tbody > tr:nth-of-type(2n+1),
.table-hover > tbody > tr:hover{
	background:none !important;
}


/*radio designation*/
.gift_designation-radio-required  .control-label{
	display:block;
}
.gift_designation-radio-required .fieldset-wrapper{
	padding-left: 10px;
}

/*-------------------- SECTION   Amount Button - Web Version -----------------------*/
.kiosk_amount_container_web{
	display: flex;
}
.kiosk_amount_container_web .amount_button {
	text-align: center;
	padding: 12px;
	cursor: pointer;
	font-size: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background: #0072CE;
	color: #fff;
	margin:0 10px;
}
.kiosk_amount_container_web .amount_button:hover{
	background:#6E6E6E;
}
.kiosk_amount_container_web  .selectedAmount:hover{
	background:#F1C400;
}
.kiosk_amount_container_web .amount_button:first-child{
	margin-left:0 !important;
}
.kiosk_amount_container_web .amount_button:last-child{
	margin-right:0 !important;
}
.kiosk_amount_container_web  .selectedAmount {
	background-color: #F1C400;
	color: #002d72;
	font-weight:bold;
}
.kiosk_amount_container_web_title{
	margin-bottom:5px !important;
}
.kiosk_amount_container_web_title > .control-label,
.amountLabelWrapper.showTitle > .control-label{
	font-family:Gentona-SemiBold;
	white-space:normal;
}


/*-------------------- DOM = FORM: FREQUENCY + RADIO AS BUTTON -----------------------*/
.radioAsButton{
	padding-top: 20px;
	padding-bottom: 20px;
}
.payment_frequency{
	margin-top: 0px !important;
	padding-left: 5px;
}
.payment_frequency > .fieldset-wrapper > .js-webform-radios {
	display: flex;
	width:100%;
	margin-left: 5px;
}
.payment_frequency .form-type-radio {
	width: 100%;
	display: block;
	margin: 0 10px !important;
	padding: 5px;
}
.radioAsButton .fieldset-wrapper {
	float: right;
	width: 160px;
	text-align: right;
	padding: 0 !important;
}
.payment_frequency .fieldset-wrapper{
	padding:0 !important;
	width:100% !important;
}
.payment_frequency .control-label.option,
.radioAsButton .control-label.option {
	height: 46px;
	text-align: center !important;
	width: 40%;
	padding-left: 0;
	border:1px solid #cdcdcd;
	padding-top: 7px;
	line-height: 42px;
}
.recurringSustainingRadio.radioAsButton .fieldset-wrapper{
	width:auto;
}
.recurringSustainingRadio.radioAsButton .control-label.option{
	width:auto;
	padding-left:15px;
	padding-right:15px;
}
.payment_frequency .control-label.option {
	width: 100%;
	margin-left: 0;
}
.paymentNumber_wrapper label,
.radioAsButton .fieldset-legend,
.radioAsButton legend{
	display:block !important;
	font-size:18px !important;
	float:left;
	width:auto;
	margin-top: 6px;
	margin-left:0px !important;
	font-family: Gentona-Medium !important;
	font-weight: normal;
}
.paymentNumber_wrapper label{
	width: 67%;	
}
.radioAsButton .form-type-radio:first-child{
	/*right:-5px;
	padding-left: 5px;*/
}
/*.payment_frequency .radioSelected,
.payment_frequency .onLoadFrequency,
.radioAsButton .radioSelected,
.radioAsButton .onLoadFrequency {
	background: #0072CE  !important;
	color:#FFF;
	border-color:#0072CE !important;
}*/
.radioAsButton .form-type-radio{
	margin: 0 !important;
}
.payment_frequency input::after,
.radioAsButton input::after{
	display: none;
}

.paymentNumber_wrapper .form-select{
	width:32%;
	float:right;
	padding-top: 0 !important;
}




/*-------------------- DOM = FORM: IHO IMO Honor Memory -----------------------*/
fieldset.ihoimoRadios {
	padding-top:0px !important;
}
fieldset.ihoimoRadios {
	width:50%;
}
.ihoimoRadios legend {
	display: none !important;
}
.ihoimoRadios .fieldset-wrapper {
	float: left;
	width: 100%;
	text-align: left;
}


/*fieldset.ihoimoRadios+div{
	padding-top: 12px !important;
}*/



/*-------------------- DOM = FORM: PAYMENT -----------------------*/
.paymentMethodRadio > .fieldset-wrapper, 
.paymentMethodRadio.radioAsButton .control-label.option,
.achAccountTypeRadio > .fieldset-wrapper, 
.achAccountTypeRadio.radioAsButton .control-label.option {
	width: auto !important;
	padding-left: 15px;
	padding-right: 15px;
}

.ccDate .sr-only.not-empty {
	width: 100%;
	/* height: 10px; */
	display: block !important;
	overflow: visible !important;
	clip: unset;
}

.ccDate > div {
    width: 50%;
	float:left;
}
.ccDate > div > div,
.ccDate > div > div > select {
    width: 100% !important;
}
.ccDate {
    display: block !important;
	margin-top:0 !important;
}
.ccDate .form-item:nth-child(2) .form-select{
	padding-right:0 !important;
}
.section_payment_information .ccNumber,
.section_payment_information .ccCVV{
	padding-left: 60px !important;
}


.ccNumberWrapper:after,
.cvvWrapper:after{
	background-image: url("../images/card_generic.png");
	background-repeat: no-repeat;
	background-size: 46px 25px;
	content: "";
	display: block;
	height: 25px;
	margin-top: -35px;
	margin-left: 8px;
	position: relative;
	width: 46px;
	z-index: 2;
}

.cvv-3:after{
	background-image: url("../images/cvv-3.png") !important;
}
.cvv-4:after{
	background-image: url("../images/cvv-4.png") !important;
}
.cvv-image:after{
	background-size: 50px 28px;
	width: 50px;
	height: 28px;
	margin-top: -33px;
}
.card-visa:after{
	background-image: url("../images/card_visa.png") !important;
	margin-top: -30px;
}
.card-amex:after{
	background-image: url("../images/card_amex.png") !important;
	margin-top: -30px;
}
.card-mastercard:after{
	background-image: url("../images/card_master.png") !important;
	margin-top: -30px;
}
.card-discover:after{
	background-image: url("../images/card_discover.png") !important;
	margin-top: -30px;
}
.achHelpImage{
	height:12px;
	width:12px;
	line-height:11px;
}
#colorbox #cboxTitle{
	display:none !important;
}
#cboxClose{
	top:0 !important;
}
.accountWrapper  .description,
.routingWrapper  .description{
	position: absolute;
	right: 18px;
	top: 10px;
}
.webform-element-help--content img{
	width:100%;
}
.routing-number-lookup {
	display: inline-block;
}
.section_payment_information .form-type-radio  {
	margin-top: 12px !important;
	display: inline-block;
}		
/*-------------------- SECTION   Virtual Card -----------------------*/
.btPreviewCard {
	padding: 5px 6px !important;
	font-size: 13px !important;
	background-color: #0072CE !important;
	color: #FFF;
	float: right;
	margin-left: 15px;
	border: 0;
	border-radius: 0;
	margin-right: 4%;
}
.btPreviewCard:hover{
	color: #FFF;
}
.virtualCardPopupBG{
	z-index:10000 !important;
}
.virtualCardPopup {
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 600px;
}
.closeVirtualCardPreview {
	color: #000;
	background: #FFF;
	float: right;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	text-align: center;
	padding-top: 0px;
	line-height: 1.3;
	font-size: 13px;
	cursor:pointer;
}
.virtualCardPopup img {
	width: calc(100% - 20px);
	margin: 10px;
}


/*-------------------- SECTION   REGISTRANT FIELDS & ADDITIONAL INFORMATION session -----------------*/
.section_additional_information_widget{
	display:block;
}
.registrantfield-radios{
	/*margin-bottom: 10px;*/
}
.registrantfield-radios, .registrantfield-checkbox, .registrantfield-dropdown, .registrantfield-textbox{
    min-height: 65px;
}
.registrantfield-radios legend{
	border-bottom: none;
	margin-bottom:0px;
	font-size: inherit;
	line-height: initial;
	margin-top: -1px;
}
.registrantfield-radios .form-type-radio{
	margin-top: 6px;
}
.registrantfield-checkbox .checkbox  {
	margin-top: 10px;
}
.registrantfield-radios .field-prefix {
	left: -10px;
	position: relative;
}
/*
.registrantfield-checkbox .form-type-checkbox,
.registrantfield-radios .form-type-radio{
	display:inline-block;
	margin-right: 14px;
}*/

.registrantfield-dropdown{
	margin-bottom:14px;
}
.registrantfield-checkbox label{
	display:block;
}

.registrantfield-dropdown .clearCross,
.registrantfield-textfield ~ .clearCross{
	margin-top: 14px;
}
.registrantfield-dropdown label.error,
.registrantfield-textbox label.error{
	margin-top: 34px;
	display: block;
}

.form-textarea-wrapper textarea{
	z-index:1;
}
.form-textarea-wrapper .error{
	margin-top: 0px !important;
	position: relative !important;
	z-index:0;
}
.registrantfield-checkbox-error, .registrantfield-radio-error{
	margin-top: -5px !important;
}
.webform-submission-form .form-type-jhu-webform-additionalinformation {
    padding: 0 !important;
	display: inline-block;
	width:100%;
}
fieldset.registrantfield-title-hidden, div.registrantfield-title-hidden {
   /* padding-top: 22px !important;*/
}
.registrantfield-desc{
	font-size: 14px;
	margin: 5px 0 10px;
}
.registrantfield-radios .registrantfield-desc{
	margin: 5px 0 10px;
}
/*.registrantfield-radios .field-prefix{
	opacity: 1;
	margin-left: -10px;
	font-weight: normal;
}*/
div.registrantfield-title-hidden.registrantfield-checkbox,
fieldset.registrantfield-title-hidden.registrantfield-radios{
	padding-top:0 !important;	
	min-height:auto !important;
	margin-bottom: 0px;
}




/*-------------------- DOM = FORM: DONATION TOTAL -----------------------*/
.donationTotalBox {
	width: 100% !important; 
}
.donationTotalBox label {
	display: block !important;
	position: relative !important;
	margin: 0 !important;
	opacity: 1 !important;
	font-size: 14px !important;
}
.donationAtBottom {
	border-top: 2px solid #0072CE;
	border-bottom: 0;
	border-left: 2px solid #0072CE;
	border-right: 2px solid #0072CE;
	border-radius: 3px 3px 0 0;
	padding: 0px;
	margin: 0px !important;
	text-align: center !important;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%) !important;
	background: #EBEAEA !important;
	height: 90px;
	width: 70% !important;
	z-index: 999;
	position: fixed;
}
.donationAtRegular{
	background: #EBEAEA !important;
	margin-top: 20px !important;
	position: initial !important;
	width: 100%;
	text-align: center !important;
	border: 2px solid #0072CE;
	border-radius: 3px;
	transform: translate3d(0,0,0) !important;
}
.donationTotalBox input{
	background: none !important;
	border:none !important;
	text-align:center;
	font-size:18px !important;
	webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.frequency_total_info {
	color: #2e2e2e;
	font-size: 12px;
	position: relative;
	top: -16px !important;
	white-space: pre;
}
.donationAtRegular .frequency_total_info{
	color:#7e7e7C;
}
.donationAtRegular label,
.donationAtRegular input
{
	color: #4A484C !important;
	opacity:1;
	font-weight: normal;
}
.donationAtBottom label, 
.donationAtBottom input {
	color: #002d72  !important;
	opacity: 1 !important;
	font-family: Gentona-Book;
	padding-top: 0px !important;
}
.donationTotalBox .clearCross{
	display:none !important;
}
.donationTotalBox > div{
	margin-top: 10px;
}

.donationTotalBox .webform-element-help{
	font-size: 8px;
	width: 9px;
	height: 9px;
	line-height: 11px;
	top: -2px !important;
	position: relative;
	color: #2c2c33;
}
.donationAtBottom .finalMainTotalWrapper label,
.donationAtBottom .finalMainTotalWrapper input{
	color: #002d72 !important;
}
.donationTotalBox .finalMainTotalWrapper input{
	font-size: 22px !important;
}
.donationAtRegular .finalMainTotalWrapper label{
	font-size:18px;	
	color: #4A484C;
}

.finalMainTotalWrapper {
	float:right;
}
.donationHideOnLoad{
	animation: hideTotalOnLoad 1s ease-in-out 0s;
  	animation-fill-mode: forwards; 
}
.donationTotalHide{
	 animation: hideTotal 1s ease-in-out 0s;
  	animation-fill-mode: forwards;  
}

.donationTotalShow{
	animation: showTotal 1s ease-in-out 0s !important;
  	animation-fill-mode: forwards; 
}
@keyframes hideTotalOnLoad{
  0% {
    opacity:0;
    transform:  translate(0px,50px);
	transform: translateX(-50%)
  }
  100% {
    opacity:0;
    transform:  translate(0px,50px);
	transform: translateX(-50%)
  }
}

@keyframes hideTotal{
  0% {
    opacity:1;
    transform:  translate(0px,0px);
	transform: translateX(-50%)
  }
  100% {
    opacity:0;
    transform:  translate(0px,50px);
	transform: translateX(-50%)
  }
}

@keyframes showTotal{
  0% {
    opacity:0;
    transform:  translate(0px,50px);
	transform: translateX(-50%)
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px);
	transform: translateX(-50%)
  }
}



/*-------------------- LOADER SETUP ---------------------*/
.loaderContainer{
	position: fixed;
    left: calc(50% - 25px);
	top: calc(50% - 25px);
    z-index: 10000;
}
.loader {
	border-radius: 50%;
	border-top: 8px solid #4A484C;
	border-bottom: 8px solid #4A484C;
	border-left: 8px solid #005EB8;
	border-right: 8px solid #005EB8;
	width: 60px;
	height: 60px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin-left: auto;
	margin-right: auto;
	z-index:10001;
	position:relative;
}
.loaderText{
	color:white;
}


/*-------------------- SUBMIT LOADER ---------------------*/
.submitLoader{
	left: calc(50% - 25%);
	position: fixed;
	z-index: 100000;
	width: 50%;
	top: calc(50% - 85px);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.loaderHolderBG {
    background: black;
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:fixed;
	opacity:0.5;
	z-index:-10000;
}
.submitLoaderBG{
	background-color: #FFF;
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
	box-shadow:6px 6px 50px rgba(0,0,0, 0.8);
}
.submitLoaderTitle{
	font-size: 16px;
	background: #005EB8;
	padding: 5px;
	color: white;
}
.lineLoader{
	position: relative;
}
.loaderStatus{
	margin: 30px 0 20px;
	position: relative;
	font-size: 18px;
	text-transform: capitalize;
	color: #4A484C;
}
.loaderInfo{
	color: #e03c31;
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;	
}

/*-------------------- SNACKBAR ---------------------*/
 /* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden;
    min-width: 250px;
    background-color: #E03C31;
    color: #fff;
	font-weight:bold;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 9999999;
    left: 50%;
    bottom: 90px;
	transform: translate(-50%, 0);
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */
/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
    animation: fadein 0.5s, fadeout 0.5s 4.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 90px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 90px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 90px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 90px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
} 



/*-------------------- SECTION   FOOTER ---------------------*/


#footer a{
	color: #F1C400 !important;
}
#footer a:hover {
    color: #E5E2E0 !important;
}
.footer-logo img{
	max-width: 100%;
	height: auto;	
}
.footer-cols{
	font-size: 14px;	
}
.footer-cols a{
	text-decoration: none;
	display: block;
	font-size: 14px;
	margin: 0 0 5px;
	line-height: initial;
}
.sprite-before:before{
	content: '';
	display: inline-block;
	height: 22px;
	margin-right: 10px;
	position: relative;
	top: 5px;
	width: 22px;
	border-radius: 4px;
}
.sprite-before.phone:before{
	background: white url("/themes/custom/darecom_new/images/link_icons/SM_PH.png") no-repeat scroll 0 0 / 22px auto
}
.sprite-before.email:before{
	background: white url("/themes/custom/darecom_new/images/link_icons/SM_EMAIL.png") no-repeat scroll 0 0 / 22px auto
}
.sprite-before.direction:before{
	background: white url("/themes/custom/darecom_new/images/link_icons/SM_DR.png") no-repeat scroll 0 0 / 22px auto
}
.sprite-before.facebook:before{
	background: white url("/themes/custom/darecom_new/images/link_icons/SM_FB.png") no-repeat scroll 0 0 / 22px auto
}
.sprite-before.twitter:before{
	background: white url("/themes/custom/darecom_new/images/link_icons/SM_TW.png") no-repeat scroll 0 0 / 22px auto
}
.sprite-before.instagram:before{
	background: white url("/themes/custom/darecom_new/images/link_icons/SM_IG.png") no-repeat scroll 0 0 / 22px auto
}
.sprite-before.linkedin:before{
	background: white url("/themes/custom/darecom_new/images/link_icons/SM_LI.png") no-repeat scroll 0 0 / 22px auto
}
.sprite-before.youtube:before{
	background: white url("/themes/custom/darecom_new/images/link_icons/SM_YT.png") no-repeat scroll 0 0 / 22px auto
}
.sprite-before.flickr:before{
	background: white url("/themes/custom/darecom_new/images/link_icons/SM_FR.png") no-repeat scroll 0 0 / 22px auto
}
.sprite-before.weibo:before{
	background: white url("/themes/custom/darecom_new/images/link_icons/SM_WB.png") no-repeat scroll 0 0 / 22px auto
}
.sprite-before.website:before{
	background: white url("/themes/custom/darecom_new/images/link_icons/SM_WS.png") no-repeat scroll 0 0 / 22px auto
}


.sprite-before.phone-white:before{
	background: white url("/themes/custom/darecom_new/images/link_icons/SM_PH_white.png") no-repeat scroll 0 0 / 22px auto
}
.sprite-before.email-white:before{
	background: white url("/themes/custom/darecom_new/images/link_icons/SM_EMAIL_white.png") no-repeat scroll 0 0 / 22px auto
}
.sprite-before.direction-white:before{
	background: white url("/themes/custom/darecom_new/images/link_icons/SM_DR_white.png") no-repeat scroll 0 0 / 22px auto
}
.sprite-before.facebook-white:before{
	background: white url("/themes/custom/darecom_new/images/link_icons/SM_FB_white.png") no-repeat scroll 0 0 / 22px auto
}
.sprite-before.twitter-white:before{
	background: white url("/themes/custom/darecom_new/images/link_icons/SM_TW_white.png") no-repeat scroll 0 0 / 22px auto
}
.sprite-before.instagram-white:before{
	background: white url("/themes/custom/darecom_new/images/link_icons/SM_IG_white.png") no-repeat scroll 0 0 / 22px auto
}
.sprite-before.linkedin-white:before{
	background: white url("/themes/custom/darecom_new/images/link_icons/SM_LI_white.png") no-repeat scroll 0 0 / 22px auto
}
.sprite-before.youtube-white:before{
	background: white url("/themes/custom/darecom_new/images/link_icons/SM_YT_white.png") no-repeat scroll 0 0 / 22px auto
}
.sprite-before.flickr-white:before{
	background: white url("/themes/custom/darecom_new/images/link_icons/SM_FR_white.png") no-repeat scroll 0 0 / 22px auto
}
.sprite-before.weibo-white:before{
	background: white url("/themes/custom/darecom_new/images/link_icons/SM_WB_white.png") no-repeat scroll 0 0 / 22px auto
}
.sprite-before.website-white:before{
	background: white url("/themes/custom/darecom_new/images/link_icons/SM_WS_white.png") no-repeat scroll 0 0 / 22px auto
}

/* Color-based moficiations */
.\#FF9E1B a, .\#E5E2E0 a, .\#B4B2AD a, .\#FFFFFF a,
.\#FF9E1B .footer-cols, .\#E5E2E0 .footer-cols, .\#B4B2AD .footer-cols, .\#FFFFFF .footer-cols  {
    color: #4A484C;
}
.\#7E7E7C a, .\#4A484C a, .\#2C2C33 a, .\#619589 a {
    color: #FFF;
}
.\#000000 a {
    color: #E5E2E0;
}
.\#7E7E7C a:hover, .\#4A484C a:hover, .\#2C2C33 a:hover, .\#619589 a:hover, .\#E5E2E0 a:hover, .\#FFFFFF a:hover, .\#000000 a:hover {
	color:#FF6900 !important;
}
.\#FF9E1B .footer-logo img,
.\#E5E2E0 .footer-logo img,
.\#B4B2AD .footer-logo img,
.\#FFFFFF .footer-logo img {
  background: url("/themes/custom/darecom_new/images/JH_UM_blue.png") no-repeat;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 180px; /* Width of new image */
  height: 40px; /* Height of new image */
  padding-left: 200px; /* Equal to width of new image */
}
#footer.\#FFFFFF {
    border-top: 2px solid #4A484C;
}
.\#FFFFFF .footer-cols a::before, .\#FFFFFF .sprite-before:before,
.\#E5E2E0 .footer-cols a::before, .\#E5E2E0 .sprite-before:before{
	background-color:#FF6900 !important;
}




/*-------------------- SECTION   USER BAR ---------------------*/
.user_bar {
    background-color: #FFF;
    font-size: 16px;
	text-align: right;
}
/*.user_bar .container{
	width:100%;
}*/
/*.user_bar ul{
	margin-right: 0;
}*/
.user_bar .navbar-nav > li > a,
.user_bar .nav > li > a {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.user_bar .navbar-nav > li.first  > a,
.user_bar .nav > li.first  > a {
	padding-left:0;
}
.user_bar .nav > li,
.user_bar .nav > li > a{
	display: inline-block;
	color:#002d72 !important;
}
.user_bar .nav > li > a:hover{
	background:none;
	opacity:0.6;
}


/*-------------------- SECTION   CAPTCHA ---------------------*/
.captcha{
	clear: both;
	display:inline-block;
	float:right;
	margin-top:28px;
	padding-right:0px !important;
}



/*-------------------- SECTION   ADD/REMOVE DESIGNATION/DONATION LOADER ---------------------*/
.setImage{
	background-size: 50px 50px;
	height: 50px;
	width: 50px;
	z-index: 99999;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.addDesignation{
	background-image: url("../images/desi_regular.png");
	animation: animationFrames ease 2s;
	 -webkit-animation: animationFrames ease 2s;
	 -moz-animation: animationFrames ease 2s;
	  -o-animation: animationFrames ease 2s;
	  -ms-animation: animationFrames ease 2s;
}
.removeDesignation{
	background-image: url("../images/desi_add.png");
	animation: animationFramesRemove ease 2s;
	 -webkit-animation: animationFramesRemove ease 2s;
	 -moz-animation: animationFramesRemove ease 2s;
	  -o-animation: animationFramesRemove ease 2s;
	  -ms-animation: animationFramesRemove ease 2s;
}

.check{
	background-size: 35px;
	height: 50px;
	animation-iteration-count: infinite !important;
	width: 50px;
	top: -60px;
	position: relative;
	z-index: 99999;
	left: 28px;
	background-repeat: no-repeat;
}
.checkAdd{
	background-image: url("../images/user_check.png");
	animation: animationCheckBox ease 2s;
}
.checkRemove{
	background-image: url("../images/user_check_remove.png");
	animation: animationCheckBoxRemove ease 2s;
	top: -60px;
	left: 23px;
}

.loaderText{
	animation: animationLoaderText ease 0.5s;
	animation-iteration-count: infinite;
	position: fixed;
	font-size:22px;
	color: #fff;
	z-index: 99999;
	width: 100%;
	text-align: center;
	left:0px;
	margin-top: -40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

@keyframes animationLoaderText{
  0% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
  100% {
    opacity:0;
	transform:  translate(0px,0px);
  }
}


@keyframes animationCheckBox{
  0% {
    opacity:0;
    transform:  translate(35px,0px)  ;
  }
  30% {
    opacity:0;
    transform:  translate(0px,0px)  ;
  }
  50% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
  100% {
    opacity:0;
    transform:  translate(-35px,0px)  ;
  }
}


@keyframes animationCheckBoxRemove{
  0% {
    opacity:0;
     transform:  translate(-35px,0px)  ;
  }
  30% {
    opacity:0;
    transform:  translate(0px,0px)  ;
  }
  50% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
  100% {
    opacity:0;
  	transform:  translate(35px,0px)  ;
  }
}



.element-animation{
 
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
 
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
 
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
 
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames{
  0% {
    opacity:0;
    transform:  translate(35px,0px)  ;
  }
  50% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
  100% {
    opacity:0;
    transform:  translate(-35px,0px)  ;
	background-image:url("../images/desi_add.png");
  }
}

@keyframes animationFramesRemove{
  0% {
    opacity:0;
    transform:  translate(-35px,0px)  ;
  }
  50% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
  100% {
    opacity:0;
    transform:  translate(35px,0px)  ;
	background-image:url("../images/desi_remove.png");
  }
}





/*-------------------- PREVIEW PAGE ---------------------*/
.previewPage h4 {
	font-size: 20px;
	font-family: Gentona-Medium;
	margin: 15px 0 0 0;
}
.previewPage div {
	font-size: 19px;
	margin-bottom: 40px;
}
.previewPage .donationTotalBox{
	margin-top:0 !important;
}
.previewPage.donationTotalBox div {
	margin-bottom: 0px;
}
.previewPage.donationTotalBox h4 {
	margin-bottom: 12px;
	margin-top: 5px;
}
.previewPage.donationTotalBox h4::after{
	display:none;
}
#edit-preview-prev {
	float: left;
}
#edit-actions {
	padding-left: 0;
}


/*-------------------- THANK YOU PAGE ---------------------*/
.webform-confirmation {
	font-size: 20px;
}

.helpPopupLabel {
	position: relative;
	display: inline-block;
	top: -26px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
}
.path-webform .ui-dialog.HEPpopup {
	top: 50% !important;
	transform: translateY(-50%) translateX(-50%) !important;
	z-index: 999 !important;
	background: none;
}
.HEPpopup .ui-dialog-title {
	display: none;
}
.HEPpopup .ui-dialog-titlebar {
	border: none !important;
	padding: 0;
}
.HEPpopup .ui-dialog-titlebar-close {
	top: 37px;
	right: 22px;
	z-index: 999;
}
.HEPpopup .ui-dialog-content{
	padding: 0;
}
.HEPpopup H3 {
	margin: 0;
	padding-top: 30px;
}

/*-------------------- RESPONSIVE CODE ---------------------*/
/*@media (max-width: 1024px){
	body:before{content:"max-w-1024px";}
}
@media (max-width: 1004px){
	body:before{content:"max-w-1004px";}
}
@media (max-width: 768px) {
	body:before{content:"max-w-768";}
}
@media (min-width: 768px) and (max-width: 992px){
	body:before{content:"min-w-768px & max-width: 992px";}
}
@media screen and (max-width: 665px) {
	body:before{content:"max-w-665px";}
}
@media screen and (max-width: 640px) {
	body::before{ content:"max-width: 640px";}
}
@media (max-width: 480px){
	body:before{content:"max-w-480px";}
}
@media only screen and (max-width : 370px) 
{
	body:before{content:"max-w-370px";}
}
@media (max-width: 330px) {
	body:before{content:"max-w-330";}
}
body:before{color: red;}
*/



@media (max-width: 330px) {

}

@media only screen and (max-width : 370px) 
{

}

@media (max-width: 480px){
	.large-logo {
		width: 100% !important;
		padding: 20px 20% 0px !important;
		margin: 10px 0;
	}
	.right-logo {
		border-top: 1px solid #E5E2E0;
		padding-top: 20px !important;
	}
	.footer-cols > div{
		width:100%;
		padding: 10px 0;
	}
	.footer-cols > div:nth-child(n+2){
		border-top: 1px solid #BDBDBD;
	}
	.donationTotalBox input{
		padding:0 !important;
		font-size: 17px !important;
	}
	.donationTotalBox .finalMainTotalWrapper input {
		font-size: 17px !important;
	}
	.frequency_total_info{
		font-size:10px;
	}
}

@media screen and (max-width: 640px) {
	.radioAsButton > legend,
	.radioAsButton > .fieldset-wrapper{
		width:100% !important;
		margin-bottom: 4px;
	}
	.radioAsButton .fieldset-wrapper {
		text-align: left;
	}
	.paymentNumber_wrapper > label {
		width: 100% !important;
		position: relative !important;
	}
	.paymentNumber_wrapper .form-select {
		width: 100%;
		float: left;
	}
	.radioAsButton {
		padding-top: 0px;
	}
	fieldset.webform-composite-hidden-title {
		margin-bottom: 0;
	}
	fieldset.ihoimoRadios {
		width: inherit;
	}
	.large-logo{
		width:50%;
		padding: 0 30px;
	}
	.kiosk_amount_container_web {
		display: inherit;
	}
	.kiosk_amount_container_web .amount_button:first-child{
		margin-left:10px !important;
	}
	.kiosk_amount_container_web .amount_button{
		margin: 10px !important;
		width: calc(33.33% - 20px) !important;
	}
}

@media screen and (max-width: 665px) {

}

@media (max-width: 768px) {
	.form-description {
		position: inherit;
		width: auto;
	}
	.imageBorder > div {
		height: 8px;
	}
	.imageTagLine {
		width: 100%;
		left: 0;
		text-align: center;
		font-size: 30px;
	}
	.table-responsive{
		border:none;
	}
	.addressLineBlock {
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	.ccNumberWrapper {
		margin-bottom:30px !important;
	}
	.previewImage{
		padding:0px;
	}
	.paymentMethodRadio legend{
		width:50%;
		margin-top: -6px;
	}	
	.allowMultipleDesignation  .webform-multiple-table-responsive td.webform-multiple-table--operations{
		display:block;
		position: initial;
	}
}

@media (min-width: 768px) and (max-width: 992px){
	.form-description {
		position: inherit;
		width: auto;
	}
	
}
@media (max-width: 992px){
	.webform-submission-form{
		width:100%;
		margin-left:0;
	}
	.paymentNumber_wrapper label, .radioAsButton .fieldset-legend, .radioAsButton legend{
		width: auto;
	}
	.paymentNumber_wrapper label{
		width: 67%;	
	}
	.section_giftType .radioAsButton legend{
		width:calc(100% - 180px);
	}
	.btPreviewCard{
		float:left;
	}
	.donationAtBottom{
		width:90% !important;
	}
}
@media (max-width: 1004px){

}

@media (max-width: 1024px){

}


 /* IE10+ & Edge CSS styles go here */
 _:-ms-lang(x), .form-type-select {
	 height:54px;
 }
 _:-ms-lang(x), .clearCross{
	 display:none !important;
 }
 _:-ms-lang(x), .phone_container .form-select {
	padding-right: 10px;
}
 _:-ms-lang(x), .registrantfield-radios, .registrantfield-checkbox, .registrantfield-dropdown, .registrantfield-textbox{
	min-height:0px !important;
	/*margin-left:-30px !important;*/
}
 _:-ms-lang(x), .registrantfield-radios{
	width:auto !important;
	float:left;
	clear:both;
	margin-bottom:0;
	/*left:8px;*/
 }
 _:-ms-lang(x), .radio label{
	/* padding-left:30px !important;*/
}
 _:-ms-lang(x), .radioAsButton .radio label{
	 /*padding-left:0px !important;*/
 }
 _:-ms-lang(x), .registrantfield-radios .fieldset-wrapper{
	/* padding-left:0px;*/
 }
 _:-ms-lang(x), .checkbox input[type='checkbox'], 
 _:-ms-lang(x), .checkbox-inline input[type='checkbox'], 
 _:-ms-lang(x), .radio input[type='radio'], 
 _:-ms-lang(x), .radio-inline input[type='radio']{
	 margin-left:-30px ;	
}
/*_:-ms-lang(x), .form-type-checkbox label{
	padding-left:20px;
	padding-right:10px;
}*/
 _:-ms-lang(x), .form-disabled .form-control{
	background-color:#eee;	
	cursor: not-allowed;
}
 _:-ms-lang(x), .form-group {
    margin-bottom: 15px;
}

 _:-ms-lang(x), .donationTotalShow {
    animation: none !important;
	animation-fill-mode: unset !important;
}

.radioAsButton input[type=radio]::-ms-check {
  border: none !important;
  border:0px solid #FF0 ;
  width:0x !important;
  height:0px !important;
}
.form-control:-ms-input-placeholder { /*IE*/
    color: #000;
	opacity: 0.5 !important;
	font-weight: normal !important;
	font-size: 17px;
	line-height: 15px;
	padding-top: 0px !important;
}
.form-control::-ms-input-placeholder { /*EDGE*/
    color: #000;
	opacity: 0.5 !important;
	font-weight: normal !important;
	font-size: 17px !important;
	line-height: 15px;
	padding-top: 0px !important;
}
/* Radio and Checkbox IE + Edge */
input[type="radio"]::-ms-check,
input[type="checkbox"]::-ms-check { /*works as ::after */
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border: 3px solid #B4B2AD;
	position: absolute;
	left: -10px;
	opacity: 1;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}

input[type="radio"]::-ms-check{
	border-radius:25px;	
}
input[type="radio"][disabled]::-ms-check,
input[type="checkbox"][disabled]::-ms-check {
    border: 3px solid #e5e2e0 !important;
	cursor: not-allowed;
}
input[type="radio"]:hover::-ms-check,
input[type="checkbox"]:hover::-ms-check {
	border: 3px solid #FF6900;
}
input[type="radio"]:checked::-ms-check,
input[type="checkbox"]:checked::-ms-check {   
	border-color: #0072CE;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* ONLY IE */
.emailAutoComplete{
	top: 16px !important;
	margin-left: 6px;
}
.form-control.form-select {
	border-color: #e6e6e6;
}
}



.bigger-font-temp{
	font-size: 18px;	
}
.item.item--message {
	white-space: break-spaces;
}