
/* template */

/*clearfix*/
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}


body {
    background: #e6e6e6 none repeat scroll 0 0;
    /*color: #42210b;*/
    color: #000000;
    /*font-family: "Lucida Grande",Verdana,sans-serif;*/
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: "Neue Helvetica W02","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    /*font-size: 18px;*/
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}

a {
	color: #f96c1f;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	width: auto;
}

#page {
	margin-top: 14px;
}
#pageInner {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

#header {
	background-size: cover;
	width: 100%;
	background-color: #202020;
	clear: both;
}
#logo {
    float: left;
    width: 109px;
}

#logo a {
    background-image: url("https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/1908/hrwlogo.png");
	background-repeat: no-repeat;
    display: block;
    height: 109px;
    margin-top: 15px;
    margin-left: 20px;
    position: relative;
    text-indent: -9999px;
    width: 109px;
    z-index: 10;
    background-size: cover;
}

#header span.header {
	display: inline-block;
	float:right;
	padding: 20px;
	color: #ffffff;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.1em;
	width: 40%;
    margin-right: 2%;
    margin-top: 2%;
}

#main {
	background-color: #fff;
	/*float:left;*/
	padding: 10px 50px;
	width: 1100px;
	clear: both;
}

#main form {
	float:left;
}
#introWrapper {
    padding-right: 3%;
	float: left;
    font-size: 17px;
}
.intro,
.mobile-intro {
	font-size: 48px;
	font-weight: 600;
	color: 3333;
	line-height: 1.1em;
}
.intro {
    padding-right: 7%;
	float: left;
	margin-top: 13px;
}
.mobile-intro {
	display: none; 
	visibility: hidden;
}
#sidebar {
	float: right;
    width: 286px;
    border: 1px solid grey;
}

#sidebar .section {
	padding: 20px 30px 0 30px;
}

#sidebar p {
    font-size: 14px;
}

#footer {
	background-color: #000;
	color: #fff;
	clear: both;
	padding: 40px 0 20px;
}

/* form elements */
.en__component--formblock h2, #main form.eaform h2 {
	color: #f96c1f;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}

.en__field--region, .en__field--postcode, .en__field--country, #StateDiv, #Zip_CodeDiv, #CountryDiv, #CVV_CodeDiv, .en__field--NOT_TAGGED_30, .en__field--NOT_TAGGED_31, .en__field--NOT_TAGGED_32  {
	width: 33.33333333333333%;
	float: left;
}

#Credit_Card_ExpirationDiv {
    width: 66.66666666666666%;
    float: left;
}

#Credit_Card_ExpirationDiv select {
    width: 45%;
    margin-right: 5%;
    float: left;
}

.en__field--region select,
.en__field--postcode input, 
.en__field--country select,
#StateDiv select,
#Zip_CodeDiv input,
#CountryDiv select,
#Primary_StateDiv select,
#Primary_Zip_CodeDiv input,
#Primary_CountryDiv select {
	min-width: 0;
	width: 96%;
	margin: 0 auto;
}

.en__field--region select,
.en__field--country select,
#StateDiv select,
#CountryDiv select,
#Primary_StateDiv select,
#Primary_CountryDiv select,
#Credit_Card_ExpirationDiv select {
	padding: 10px;
}

.en__field--NOT_TAGGED_33 {
	clear: both;
}

.otherInputWrapper {
	display: inline-block;
	background-color: #ffffff;
    border: 1px solid grey;
    display: inline-block;
    /*margin-left: -18px;*/
    padding: 9px 10px;
}

.en__field--withOther .en__field__input--other, .en__field--withOther .otherInputPrefix {
	background-color: #ffffff;
    border-width: 0;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    height: 30px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.en__field--withOther .otherInputPrefix {
	padding-right: 5px;
}
.en__field__input--other {
	width: 75px;
}

.en__field--withOther .en__field__input--other.chosen, .en__field--withOther .otherInputPrefix.chosen {
	color: #ffffff;
	background-color: #007dc3;
}
.otherInputWrapper.chosen {
	background-color: #007dc3;
	border-color: #007dc3;
}

.otherInputWrapper.active {
	border-color: #000000;
}

.en__field--paymenttype select,
#Payment_TypeDiv select,
.en__field--ccexpire select,
#Tribute_TypeDiv select {
	padding: 15px 10px;
	width: 100%;
}

.en__field--ccexpire .en__field__item:nth-child(2)  {
	width: calc(80% - 5px);
}

.en__field--ccexpire .en__field__item:nth-child(3) {
	width: 20%;
}
#Recurring_PaymentField {
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#Recurring_PaymentDiv span.eaFormElementLabel,
#Honor_or_MemoryDiv span.eaFormElementLabel,
#Different_AddressDiv span.eaFormElementLabel {
    display: none;
}
#Recurring_PaymentField label,
#Honor_or_MemoryField label {
    font-size: 17px;
    font-weight: bold;
}

.eaMandatoryFieldMarker, .eaErrorMessage, #eaerrors h2, #eaerrors a, .en__error {
    color: red;
}

.en__errorHeader {
    color: #f96c1f;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin: 5px 0;
}

.eaFullWidthContent span.eaFormElementLabel a {
    font-weight: normal;
}

#Honor_Gift_Information_HeaderDiv,
#Tribute_TypeDiv,
#Honoree_NameDiv,
#Gift_ReasonDiv,
#Primary_AddressDiv,
#Primary_Address_2Div,
#Primary_CityDiv {
    overflow: auto;
    background-color: #f7f7f7;
    padding: 15px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

#Primary_StateDiv,
#Primary_Zip_CodeDiv,
#Primary_CountryDiv {
    overflow: auto;
    background-color: #f7f7f7;
    padding: 15px;   
    border-bottom: 1px solid #ddd;
    width: 202.8px;
    float: left;
}

#Primary_StateDiv {
    border-left: 1px solid #ddd;
}

#Primary_CountryDiv {
    border-right: 1px solid #ddd;
}

#Tribute_TypeDiv, #Primary_AddressDiv {
    border-top: 1px solid #ddd;
}

#Gift_ReasonDiv {
    border-bottom: 1px solid #ddd;
}
#Honor_Gift_Information_HeaderDiv {
    display: none;
}
#Payment_information_headerDiv {
    clear: both;
}

.eaFullWidthContent {
    padding-bottom: 10px;
}

.en__component--row--2 .en__component--column--1 {
    float: left;
}

.en__component--row--2 .en__component--column--2 {
    width: 286px;
}

/* hiding elements */
.en__field--recurrpay > label, .en__field--honor-memorial > label { display:none; }


/* helpers */
.clear-block {
	display: block;
}
.clear-block::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.warning {
	border-color: red;
}


/* overwrite EN default */
.en__field__label {
	width: 100%;
}
.en__field__element {
	display: inline;
	width: 100%;
}
.en__field__input--text, .en__field__input--email, .en__field__input--telephone, .en__field__input--number, .eaFullWidthContent .eaFormTextfield {
	width: 100%;
}
.en__field__input--select {

}


/* to delete */
#testContainer {
	position:relative;
	margin: 20px auto;
	width: 400px;
	border: 1px solid black;
	display:flex;
    flex-flow: column;
}

#block1, #block2 {
	width: 90%;
	padding: 5px 5%;
	margin: 10px 0px;
	background-color: #C5B3FF;
}

#block1 { order: 2; }
#block2 { order: 1; }

/* Form Elements */
.en__field--checkbox .en__field__label {
    display: inline;
    font-weight: bold;
    vertical-align: middle;
}
.en__field__element--checkbox { display: block; }

label { 
	font-size: 14px;
	font-family: "Neue Helvetica W02","Helvetica Neue",Helvetica,Arial,sans-serif;
}
input.en__field__input.en__field__input--text, input.en__field__input.en__field__input--email, input.en__field__input.en__field__input--telephone, .eaFullWidthContent .eaFormTextfield {
    /* line-height: 2em; */
    font-size: 16px;
}

/* layout elements */
#main .en__component--page {}

#main .en__component--page .en__submit button, #main form.eaform .eaSubmitButton {
	background-color: #ff6c04;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 20px 40px;
	font-size: 20px;
	font-weight: bold;
	margin: 25px auto;
	display: block;
    clear: both;
}

#sidebar .callout,
#sidebar .other-ways {
	background-color: #f7f7f7;
	padding-bottom: 1em;
	position: relative;
}
#sidebar .callout:before {
	content: "\201C";
	font-size: 55px;
	position: absolute;
	top: 40px;
	left: 8px;
}
#sidebar img {
	margin: 0 3px 10px;
}

#footer .footersection {
	padding: 0 20px;
}
#footerCopy {
	float: left;
	width: calc(100% - 169px);
	border-bottom: 1px solid #4e4e4e;
	margin-bottom: 20px;
	margin-left: 20px;
}
.footerlogo {
	float: right;
}
.footercontact {
	color: #4e4e4e;
	font-size: 11px;
	clear: both;
}
#footer .left, 
#footer .right {
	float: left;
}

#footer .left {
	width: 60%;
}

#footer .left .footersection {
	padding-left: 0;
}

#footer .right {
	width: 40%;
}

.footerform {}
.footerform h3 {
	font-size: 20px;
	font-weight: normal;
}
.footerform .form-text {
	background-color: #4e4e4e;
	color: #ccc;
	border: none;
	padding: 5px 10px;
}
.footerform #SubmitButton {
	background-color: #1191cd;
	color: #fff;
	border: none;
	padding: 5px 10px;
}
.footermenu {
	color: #4e4e4e;
}
.footermenu a {
	color: #fff;
	font-weight: normal;
}
.footerconnect {}
.footerconnect h3 {
	font-size: 20px;
	font-weight: normal;
}
.footerconnect a:hover {
	text-decoration: none;
}
.footerconnect .twitter {}
.footerconnect .facebook {}
.footerconnect .youtube {}
.footercopy {
	color: #4e4e4e;
}

@font-face {
    font-family: "Journal";
    src: url(https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/1908/JOURNAL.TTF?v=1489439904000);
}

.handwritten-cta {
    font-family: "Journal";
    color: #007dc3;
    font-weight: 500;
    font-size: 38px;
    margin: 0;
    padding-left: 10px;
    line-height: 1em;
}

.handwritten-icon {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
    float: left;
}

.handwritten-text {
    margin-left: 60px;
    display: block;
    letter-spacing: .03em;
}


@media screen and (max-width: 922px) {
	#pageInner {
		width: 100%;
	}
	#header {
		background-image: none;
		background-color: #fff;
	}
	#header #logo {
		width: 100%;
		float: none;
	}
	#header #logo a {
		margin: -20px auto 0;
	}
	#header span.header {
		display: none;
		visibility: hidden;
	}
	#introWrapper {
		width: 100%;
		float: none;
		border-bottom: 1px solid #4e4e4e;
		margin: 0 -20px 20px;
		padding: 0 20px 20px;
	}
	.intro {
		display: none; 
		visibility: hidden;
	}
	.mobile-intro {
		display: block; 
		visibility: visible;
		margin: 0;
		font-size: 48px;
		text-align: center;
	}
	#main {
		width: auto;
	}
	#main form,
	#sidebar, .en__component--row--2 .en__component--column--1, .en__component--row--2 .en__component--column--2 {
		float: none;
		width: 100%;
		border: none;
		display: flex;
		display: -webkit-box; 
		display: -ms-flexbox; 
		display: -webkit-flex;
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	#sidebar .section {
		display: none;
		visibility: hidden;
	}
	#sidebar .awards,
	#sidebar .other-ways {
		display: block;
		visibility: visible;
	}
	#sidebar .awards {
		order: 1;
		-webkit-box-ordinal-group: 1;  
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1; 
	}
	#sidebar .other-ways {
		order: 2;
		-webkit-box-ordinal-group: 2;  
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2; 
		margin: 0 -20px;
	}
	#footer {}
	.footerlogo,
	#footerCopy .left,
	#footerCopy .right {
		float: none;
		width: 100%;
	}
	#footerCopy,
	.footercontact {
		margin: 0 20px;
	}
	#footerCopy {
		float: none;
		width: auto;
	}
	#footer .footersection {
		padding: 0;
	}
	.footerlogo {
		text-align: center;
	}
	#footer .footersection.footerlogo {
		padding: 0;
	}
	#footerCopy {
		margin: 0;
		border: none;
	}
	.footerconnect h3 {
		display: inline-block;
		margin-right: 10px;
		vertical-align: middle;
	}
	.footerconnect a {
		vertical-align: middle;
		display: inline-block;
	}
	.footerform,
	.footerconnect,
	.footermenu,
	.footercopy {
		border-bottom: 1px solid #4e4e4e;
	}

	.en__field--region, .en__field--postcode, .en__field--country,.en__field--ccexpire .en__field__item:nth-child(2), .en__field--ccexpire .en__field__item:nth-child(3) {
		width: 100%;
		float: none;
	}

	.en__field--donationAmt .en__field__item {
		width: 100%;
	}
	.en__field--donationAmt .en__field__item label {
		width: calc(100% - 40px);
		padding: 15px 14px;
		text-align: center;
	}
	.otherInputWrapper {
		width: calc(100% - 33px);
		padding: 15px 10px;
	}
    #StateDiv, #Zip_CodeDiv, #CountryDiv, #Primary_StateDiv, #Primary_Zip_CodeDiv, #Primary_CountryDiv {
        width: 100%;
        float: none;
    }
    .en__component--row.en__component--advrow {
        display: block;
    }
    .en__component--column {
        min-width: 0;
    }
}