body {
}

/* Default Form Styles */
.form * {
	transition: .25s ease;
}

.form:after {
	content: '';
	display: block;
	clear: both;
}

.form .hide {
	display: none;
}

.form .btn {
}

.form small {
	display: block;
	color: #1A8A98; /* $secondary */
	font-style: italic;
}

.form h2 {
	background-color: #1F3163;
	color: #FFFFFF;
	padding: .2em .5em !important;
	margin: 0;
	font-size: 1.4em;
}

.form h3 {
	background-color: #1A8A98;
	color: #FFFFFF;
	padding: .2em .5em;
	font-size: 1em;
}

.form .button {
	display: block;
	text-align: center;
	max-width: 70%;
}

.form header {
}

.form header h2 {
	margin: 0;
}

.form div > span:first-child, .form span.spacer {
	width: 30%;
	display: block;
	float: left;
	padding: .7em 1em .7em 0;
	color: #1F3163; /* $primary */
	font-weight: bold;
	clear: left;
}

.form div > span:first-child em {
	font-size: .8em;
	display: block;
}

.form input, .form textarea, .form select {
	width: 70%;
	font-size: .9em;
	padding: .7em 1em;
	border-radius: 5px;
	outline: none;
	font-family: inherit;
	background-color: #E5E5E5;
	resize: none;
	margin-bottom: 5px;
	border: none;
	box-shadow: inset 2px 2px 10px -6px #000;
	color: #1F3163; /* $primary */
}

.form select {
	padding-bottom: .6em;
}

.form input[type=radio], .form input[type=checkbox] {
	width: 20px;
	box-shadow: none;
}

.form input[type=checkbox], .form img.ui-check-style {
}

.content img.ui-radio-style, .content img.ui-check-style {
	background-image: url(/images/main-images/input-unchecked.png) !important;
	width: 28px!important;
	height: 28px!important;
	background-position: top left!important;
	vertical-align: middle;
	margin-right: .2em;
	background-repeat: no-repeat;
}

.content img.ui-radio-style.checked, .content img.ui-check-style.checked {
	background-image: url(/images/main-images/input-checked.png) !important;
}

.form input.short, .form select.short {
	width: 30%;
}

.form .socialsecurity input {
	width: 86px !important;
}

.form input.wide, .form textarea.wide, .form select.wide {
	width: 100%;
}

.form input.initial {
	width: 20%;
	margin-right: 1em;
	margin-bottom: 0;
}

.form input.date {
	width: 65% !important;
}

.form input.date.short {
	width: 30% !important;
}

.form div.ck-editor {
	width: 100% !important;
}

.form div.ck-editor .cke_reset {
	width: 100% !important;
}

form div.ck-editor span.cke_top {
	width: auto;
	float: none;
	padding: .7em 1em;
}

.form div.ck-editor .cke_voice_label {
	display: none;
}

.form textarea {
	height: 150px;
	resize: none;
}

.form > div table {
	margin-top: 0.65%;
}

.form div span.link {
	padding: .7em 1em;
	display: block;
	float: right;
	width: 70%;
	clear: right;
}

.form div span.inline, .form.prereg div span.inline {
	width: auto;
}

.form div span.wide,  .form.prereg div span.wide {
	width: 100%;
	float: none;
}

.form div > span.validator {
	float: none;
	width: auto;
	color: #AA1416;
	padding: 0;
}

.form > div {
	padding: .5em 1em;
	clear: both;
}

.form label.ui-check-style {
	font-family: inherit;
	font-size: 100%;
}

.form table.nospacing {
	width: 30%;
}

.form table.nospacing td {
}

.form table.nospacing td select {
	width: 100% !important;
	padding: .7em 1em !important;
}

.form h5 {
	background-color: #1F3163; /* $primary */
	color: #FFFFFF;
	padding: .2em 1em;
	font-size: 1.5em;
	margin: .8em 0 0;
	border-top: 5px solid #1A8A98; /* $secondary */
}

.form h5:first-child {
	margin: 0;
}

.form > div table.group {
	width: 50%;
	table-layout: fixed;
}

.form > div table.group td img.ui-check-style {
	margin: 0 .5em 0 0;
}

.form > div table.group td input[type=text] {
	width: 100%;
}

.form > div table.group.radio {
	width: auto;
}

.form > div table.group.radio img {
	margin: 0 .7em;
}

.form > strong {
	display: block;
	background-color: #1A8A98; /* $secondary */
	padding: .1em 1.5em .2em;
	color: #1F3163; /* $primary */
	font-size: 1em;
	clear: both;
}

.form > div.edit {
	padding: 0 1em;
}

.form > div.edit > * {
	margin: 0;
}

.form .cc-images {
	float: left;
	padding-top: .75em;
	padding-left: 1em;
}

.form .cc-cvc {
	margin-left: 1em;
	vertical-align: middle;
}

.form .address {
	clear: both;
}

.form .address > div {
	text-align: center;
	float: left;
	clear: none;
	padding-bottom: .25em;
}

.form .address div span {
	display: block;
	width: auto;
	float: none;
	line-height: 1em;
}

.form .address > div input, .form .address > div select {
	width: 100%;
}

.form .address .street {
	width: 70%;
}

.form .address .city {
	width: 30%;
	margin-right: 1%;
}

.form .address .state {
	width: 23%;
	margin-right: 1%;
}

.form .address .zip {
	width: 15%;
}

.form .phones, .form .dates {
	width: 70%;
	float: left;
	clear: none;
}

.form .phones > div, .form .dates > div {
	padding-bottom: .5em;
}

.form .phones > div span, .form .dates > div span {
	width: 20%;
}

.form .phones > div input {
	width: 80%;
}

.form .dates > div input {
	width: 75% !important;
}

.content .form .column {
	padding: 1em 0 0 1.5em;
}

.form div h3 {
	margin: 0;
	font-family: inherit;
}

.form div h4 {
	margin: 0 0 .5em 0;
	font-family: inherit;
	font-size: 1.2em;
	color: #1A8A98; /* $secondary */
}

.form > div table td {
	padding-right: 1em;
}

.form > div table td img {
	margin-right: .5em;
}

.form > div.nested {
	padding: 0;
}

.form ::-webkit-input-placeholder {
	color: #1F3163; /* $primary */
}

.form :-moz-placeholder {
	color: #1F3163; /* $primary */
}

.form ::-moz-placeholder {
	color: #1F3163; /* $primary */
}

.form :-ms-input-placeholder {
	color: #1F3163; /* $primary */
}
/* End Default Form Styles */

/* Donation Form */
.donation.form {
}

.donation.form h2 {
	background-color: #1F3163;
	color: #FFFFFF;
	padding: .2em .5em;
	margin: 0;
	font-size: 1.4em;
}

.donation.form h3 {
	background-color: #1A8A98;
	color: #FFFFFF;
	padding: .2em .5em;
	font-size: 1em;
}

.donation.form small {
	color: #1A8A98; /* $secondary */
	font-style: italic;
}
/* End Donation Form */

/* Targeted Search */
.t-search {
	margin-bottom: 1em;
}

.t-search h1 {
	margin: 0;
}

.t-search h3 {
	font-size: 1.25em;
	font-family: inherit;
}

.t-search .article.rel > .thumb {
	width: 30%;
}

.t-search .searchinput {
	background-color: #CECECE;
	border-radius: 5px;
	padding: .35em;
}

.t-search .searchinput input {
	width: 80%;
	background-color: #1F3163; /* $primary */
	color: #FFFFFF;
	border: none;
	outline: none;
	padding: .75em 1em;
	font-size: 1em;
	font-family: inherit;
	border-radius: 3px 0 0 3px;
}

.t-search .searchinput .btn {
	width: 20%;
	padding: 0.48em;
	box-shadow: none;
	border-radius: 0 3px 3px 0;
	text-align: center;
}

.t-search.results-feed .article {
	box-shadow: inset 0 0 50px 0 #d8d8d8;
	border-bottom: 5px solid #D47C2E;
	margin-bottom: 2em;
	padding: 1em;
}
/* End Targeted Search */

/* Start Press Center */
div.article div.divider {
	margin: 7px 0px;
	border-top: dotted 1px #CCCCCC;
	clear: both;
}

div.article div.divider.end {
	border-top: solid 1px #CCCCCC;
}

div.article div.byline {
	font-size: 11px;
	color: #999;
	margin-bottom: 7px;
}

div.article h2 {
	margin-top: 5px;
	margin-bottom: 0px;
}

div.article div.content {
	color: #4b4b4b;
}

div.article div.category {
	border: dotted 1px #ccc;
	padding: 5px;
	background-color: #f2f2f2;
	clear: both;
	margin-top: 15px;
}

div.article div.category a {
	text-decoration: none;
}

div.article div.category a:hover {
	text-decoration: none;
}

div.article div.category a span {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

div.article div.category a em {
	color: #909090;
}

div.article div.category div {
	font-size: 11px;
}

div.article.more {
}
/* End Start Press Center */

/* Press Center */
/* End Press Center */

/* Start Press Center */
/* End Start Press Center */

/* Press Center */
/* End Press Center */

.form .secondcol {
	margin-left: 30%;
}

/* Start Gift Styles */
div.gift div.item.orderitem {
	margin: 7px 0px;
	width: 100%;
	border: dotted 1px #CCCCCC;
	position: relative;
	padding: 9px 0px 9px 0px;
	height: auto;
}

div.giftlinks {
	height: 25px;
	text-align: right;
	display: none;
}

div.gift div.item div.view {
	position: absolute;
	top: 145px;
	left: 13px;
}

div.gift div.item div.link {
	position: absolute;
	right: 30px;
	bottom: -10px;
}

div.gift div.item div.link span {
	margin: 7px;
	padding-left: 9px;
}

div.gift div.item div.link span .btn {
	padding: .5em 2em;
	border-radius: 1em;
}

div.gift div.cat-link a {
	font-size: 15px;
	float: right;
	margin-right: 10px;
	padding: 4px;
	border: dotted 1px #CCCCCC;
	border-top: none;
}

div.gift div.end {
	border-bottom: dotted 1px #CCCCCC;
	padding-top: 10px;
	margin-bottom: 18px;
	clear: both;
}

div.gift #Popup_Preview {
	top: 200px;
	left: 200px;
	background-color: #fff;
	border: solid 1px #DDDDDD;
	padding: 2px;
	margin-left: 10px;
}

div.gift #Popup_Preview div {
	border: solid 1px #cccccc;
	padding: 2px;
}

div.gift #Popup_Preview div img {
	width: 480px;
}

div.gift #Popup_Preview div a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #7d7d7d;
	font: normal 13px/20px Arial;
}

div.gift table.cart tr td {
	padding: 5px;
	vertical-align: middle;
}
/* End Start Gift Styles */

/* Gift Styles */
/* End Gift Styles */

div.gift div.item, div gift div.Product-Item {
	margin: 7px;
	padding: 12px 10px;
	float: left;
	height: 210px;
	position: relative;
	font-size: 0.9em;
	width: 380px;
	background-color: #F3F3F3;
	border-radius: 1em;
}

div.auth a {
	float: right;
	margin-top: -22px;
	margin-left: 4px;
	padding: 7px;
	font-weight: bold;
	background-color: #D47C2E;
	color: #FFFFFF;
	text-decoration: none;
}

.photo div.item {
	margin: 7px;
	padding: 12px 10px;
	height: 175px;
	border: dotted 1px #CCCCCC;
	font-size: 15px;
}

/* Responsive 1250px */
@media (max-width:1250px) {
	div.gift div.item, div gift div.Product-Item {
		width: 360px;
	}
}
/* End Responsive 1250px */

/* Responsive 450px */
@media (max-width:450px) {
	div.gift div.item, div gift div.Product-Item {
		width: 350px;
	}
}
/* End Responsive 450px */