/* Color Tokens */
.color-tokens {
	color: #006B5C; /* $primary */
	background-color: #7D003D; /* $secondary */
	border-left-color: #7DC3B0; /* $tertiary */
	border-right-color: #EFF0F0; /* $light */
	border-bottom-color: #2C2C2E; /* $dark */
	border-top-color: #666666; /* $text */
}
/* End Color Tokens */

/* Column Box */
.column-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: 1.5em;
}

.column-box .box-left {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 72%;
}

.column-box .box-right {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	text-align: center;
	width: 25%;
}
/* End Column Box */

/* One Line Default Feed */
.one-line-results-feed {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 1em 0;
}

.one-line-results-feed > div {
	display: table-row;
}

.one-line-results-feed .title > * {
	background-color: #E8F2F1;
	font-weight: 600;
	padding: 1em;
}

.one-line-results-feed > div > div {
	display: table-cell;
	padding: 1em;
	border-bottom: 1px solid #E8F2F1;
}
/* End One Line Default Feed */

/* Default Feed */
.results-feed {
}

.feed-container.flex {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.results-feed a {
	text-decoration: none !important;
}

.results-feed header {
	padding: .5em 0;
}

html.no-flexbox .results-feed header {
	float: left;
	clear: both;
	width: 100%;
}

.results-feed header h1 {
	margin-bottom: 0;
}

.results-feed header h2, .results-feed div.header h2 {
	padding: .5em;
	background: #007161;
	color: #FFF;
}

.results-feed header h2 a {
	color: #FFF;
}

.results-feed header h2 a:hover {
	color: #7DC3B0; /* $tertiary */
}

.results-feed .divider {
	margin: .5em 0;
}

.results-feed .divider h2 {
	margin: 0;
}

.results-feed .divider h2 a {
	color: #2C2C2E; /* $dark */
}

.results-feed .divider h2 a:hover {
	color: #006B5C; /* $primary */
}

.results-feed.two {
}

.cms-layout .results-feed.general-list-section:before {
	content: 'General List CTAs';
	display: block;
	position: absolute;
	width: 100%;
	bottom: 100%;
	font-size: 1rem;
	color: white;
	background: #3b93cd;
	padding: .1em .5em;
	border-top-right-radius: .3em;
	border-top-left-radius: .3em;
}

.cms-layout .results-feed.general-list-section {
	position: relative;
	margin-top: 3em;
}

.results-feed .article-holder {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-box-orient: horizontal;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	margin-bottom: 2em;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@supports (flex-wrap:wrap) {
	.results-feed .article-holder {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.results-feed .article-holder .article {
	width: 100%;
	border-bottom: none;
	background-color: #FFF;
	border: 1px solid #DBDBDB;
	padding-bottom: 6em;
	margin-right: 1%;
}

.gift .article-holder .article {
	padding-bottom: 6em;
}

.cms-layout .results-feed.staff:before {
	content: 'Staff CTAs';
	display: block;
	position: absolute;
	width: 100%;
	bottom: 100%;
	font-size: 1rem;
	color: white;
	background: #3b93cd;
	padding: .1em .5em;
	border-top-right-radius: .3em;
	border-top-left-radius: .3em;
}

.cms-layout .results-feed.staff.wlink:before {
	content: 'Staff with Link CTAs';
	display: block;
	position: absolute;
	width: 100%;
	bottom: 100%;
	font-size: 1rem;
	color: white;
	background: #3b93cd;
	padding: .1em .5em;
	border-top-right-radius: .3em;
	border-top-left-radius: .3em;
}

.cms-layout .results-feed.staff {
	position: relative;
	margin-top: 3em;
}

.staff .article-holder .article {
	padding-bottom: 0;
}

.results-feed.four .article-holder .article {
	float: none;
	width: 24%;
}

.no-flexbox .results-feed.four .article-holder .article {
	float: left;
	margin-right: 1%;
}

.results-feed.two .article-holder .article {
	width: 48.5%;
	margin-bottom: 1em;
}

.donation-list-section.results-feed.two .article-holder .article {
	width: 44.5%;
	margin-right: 0;
	margin-left: 5%;
}

html.no-flexbox .results-feed.two .article-holder .article {
	float: left;
	margin: 0 1% 1em;
	width: 48%;
}

html.no-display-table .results-feed.two .article-holder .article {
	width: 47%;
}

.results-feed.two .article:nth-of-type(2n+1) {
	clear: left;
}

.donation-list-section.results-feed.two .article:nth-of-type(2n+1) {
	margin-left: 0;
}

.results-feed.three .article {
	width: 32%;
	float: left;
}

.triple-col .results-feed.three .article {
	width: 32%;
}

.results-feed.three .article:nth-of-type(3n+1) {
	clear: left;
}

.results-feed.four .article {
	width: 25%;
	float: left;
}

.results-feed.four .article:nth-of-type(4n+1) {
	clear: left;
}

.results-feed.five .article {
	width: 19%;
}

.results-feed .article {
	margin: 1em 0;
	_border: 1px solid #B8D6D6;
	_background-color: #ECF4F4;
	border-top: 2px solid #7DC3B0; /* $tertiary */
}

.results-feed .more {
	padding: 1em 0;
}

.clear-block {
	display: block;
	width: 100%;
	padding: 1em 0;
}

.gift.view-cart input, .gift.view-cart span.btn {
	width: 100%;
	float: none;
	padding: .5em;
	text-align: center;
}

.gift.view-cart .bottom {
	margin-top: 1em;
	background-color: #7DC3B0; /* $tertiary */
	padding: 1em;
}

.gift.view-cart img.left {
	margin-top: 0;
}

.gift.cart {
	margin-bottom: 1em;
}

.gift.results-feed .article.alt {
}

.gift.results-feed .article {
	border-top: 0;
	border-bottom: 2px solid #7DC3B0;
}

.gift .price {
	font-size: 1.5em;
	color: #7D003D; /* $secondary */
}

.gift.view-cart .validator {
	color: #7D003D; /* $secondary */
	background: #FFCC00;
	padding: .3em 1em;
	border-radius: 30px;
}

a[disabled] {
	pointer-events: none;
	background-color: #777777;
}
/* End Default Feed */

/* Default Feed Item */
.article .top {
	display: block;
}

.hr .top .column {
	font-size: .9em;
}

.staff .article {
	padding-bottom: 1em;
}

.article-holder .article {
	position: relative;
}

.article .title {
	display: block;
	padding: 1.5em 0 0;
	text-decoration: none;
	font-size: 1.56em;
	margin-bottom: 0;
	color: #7D003D; /* $secondary */
	line-height: 1.2em;
	text-align: center;
	margin: 0 .5em 1em;
}

.B-Careers .article .title {
	text-align: left;
}

.article .title:after {
	content: '';
	height: 2px;
	background-color: #dfdfdf;
	display: block;
	margin: 1em auto;
	width: 80%;
}

.B-Careers .article .title:after {
	display: none;
}

.article .title a {
	color: #7D003D; /* $secondary */
}

.article .title a:hover {
	color: #006B5C; /* $primary */
}

.staff .article .title {
	text-align: center;
	padding: .5em 0 0;
}

.article .title h1 {
	margin: 0;
	font-size: 1.5em;
	line-height: 1.25em;
	font-family: inherit;
}

.article .title h2 {
	float: left;
	font-family: inherit;
	font-size: 1.25em;
	margin-top: .5em;
	line-height: 1.25em;
}

.article .title a:not(.btn) {
}

.article .title .btn.small {
	font-size: .85rem;
	text-transform: uppercase;
	color: #FFFFFF;
}

.article .image {
	width: 100%;
	position: relative;
	height: 0;
	background-image: url(/images/design/Logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #EFF0F0; /* $light */
	padding-bottom: 45%;
	border-bottom: none;
}

.staff .article .image {
	padding-bottom: 130%;
}

.article .image a {
	display: block;
}

.article .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.gift .article .press-content img {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 10em !important;
	float: none;
	width: 100%;
	margin: 0 auto;
}

.article .image.empty {
	height: auto;
}

.article .image .date {
	position: absolute;
	bottom: 0;
	left: 0;
}

.article .date {
}

.article .byline {
	font-size: .8em;
	margin: 0 0 .5em;
	display: block;
	background-color: #006B5C; /* $primary */
}

.article .details {
	padding: 0;
	color: #EFF0F0; /* $light */
	font-size: .9em;
	line-height: 1.5em;
	overflow: hidden;
	_background-color: #006B5C; /* $primary */
}

.article .details span {
	display: inline-block;
	vertical-align: middle;
	padding: .25em 1.5em;
}

.article .details .date {
	background-color: #2C2C2E; /* $dark */
}

.article .details .byline {
	font-size: 1em;
	margin: 0;
}

.article .press-content {
	font-size: .95em;
	padding: 0 1.2em;
}

.article .press-content img {
	float: left;
	height: auto !important;
	margin-right: 1em;
}

.article.page .press-content img {
	max-width: initial;
}

.article .press-content p {
	text-align: center;
	color: #006B5C; /* $primary */
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

.B-Careers .article .press-content p {
	text-align: left;
}

.article .bottom {
	padding: 0 1em 2.5em;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.B-Careers .article .bottom {
	position: relative;
	text-align: left;
}

.article .bottom .addthis_toolbox {
	margin-top: .35em;
}

.results-feed .article .column ul {
	list-style: none;
	margin: 0;
}

.article .category {
	background-color: #D7FFF9; /* lighten($primary,90%) */
	padding: 1em;
	color: #2C2C2E; /* $dark */
	font-size: .85em;
	margin-bottom: 1em;
}

.article .category a {
	text-decoration: none;
}

.article .category a:hover {
	text-decoration: none;
}

.article .category a span {
	text-decoration: none;
	font-weight: bold;
}

.article .category a em {
	color: #2C2C2E; /* $dark */
}

.article.rel {
	padding-bottom: 0;
}

.article.rel .top {
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
}

.article.rel .title {
	font-size: 1.25em;
	padding: .5em 1em 0;
}

.article.rel .title:hover {
	color: #7D003D; /* $secondary */
}

.article.rel .press-content {
	padding: 0 1.25em;
}

.article.rel > * {
}

.article.rel > .thumb {
	-webkit-flex: 1 1 50%;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
}

.article.rel > .thumb img {
	display: block;
	height: auto !important;
	width: 100% !important;
}

.article.rel > .thumb a {
	display: block;
}

.share-icons a {
	float: none !important;
	margin: .125em .05em;
	display: inline-block;
}

.share-icons .addthis_toolbox {
	padding: 1em .5em;
	text-align: center;
}

.s_employ_buttonalt {
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	padding: .75em 2em;
	text-transform: uppercase;
	text-align: center;
	outline: none;
	cursor: pointer;
	font-weight: 600;
	border: none;
	position: relative;
	color: #FFFFFF;
	background-color: #7D003D;
	-webkit-transition: .5s ease 0s;
	-moz-transition: .5s ease 0s;
	-o-transition: .5s ease 0s;
	transition: .5s ease 0s;
	border-radius: 2.5em;
	font-size: 1.2em;
}

.s_employ_buttonalt:hover {
	color: #FFFFFF;
	background-color: #006B5C;
}

.button-ninja {
	position: relative;
	opacity: .5;
	pointer-events: none;
	cursor: none;
}

.button-ninja:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: '';
	z-index: 9999;
}
/* End Default Feed Item */

/* Shared Search */
.boxes.search {
	position: relative;
	display: table;
	width: 100%;
	margin-top: 2em;
}

.boxes.search .searchbox {
	padding: .5em;
	display: table-row;
	width: 100%;
}

.boxes.search .searchbox > div {
	clear: both;
	display: table-cell;
	width: 50%;
	vertical-align: top;
	padding: 1.5em 2.5em 5em;
	position: relative;
}

.boxes.search .searchbox .primary {
	background-color: #7DC3B0; /* $tertiary */
}

.boxes.search .searchbox .secondary {
	background-color: #006B5C; /* $primary */
}

.boxes.search .searchbox h2, .boxes.search .searchbox h3 {
	margin-bottom: .5em;
	color: #2C2C2E; /* $dark */
	text-transform: uppercase;
}

.boxes.search .searchbox .secondary h2, .boxes.search .searchbox .secondary h3 {
	color: #FFFFFF;
}

.boxes.search .searchbox p {
	margin-top: 0;
	font-size: .875em;
}

.boxes.search .searchbox .primary  p {
	color: #DEE0E0; /* darken($light,7%) */
}

.boxes.search .searchbox .secondary p {
	color: #EFF0F0; /* $light */
}

.boxes.search .searchbox .btn:not(.small) {
	text-align: center;
	padding: .75em .7em .65em;
	line-height: 1;
	display: block;
	bottom: 0;
	position: absolute;
	left: 0;
	margin: 0 2.5em 2em;
	width: 80%;
}

.boxes.search .searchbox .primary .btn:not(.small) icon {
	color: #EFF0F0; /* $light */
}

.sbf-wrap {
	margin-bottom: 0.5em;
	position: relative;
}

.sbf-wrap span {
	display: block;
	font-size: 0.875em;
	font-weight: 700;
	padding-bottom: .5em;
}

.searchbox .sbf-wrap span.validator {
	background: transparent !important;
}

.sbf-wrap span.details {
	display: block;
	background: transparent;
}

.sbf-wrap a {
	color: #7D003D; /* $secondary */
	font-weight: 600;
}

.sbf-wrap input, .sbf-wrap select {
	display: block;
	padding: 1em;
	width: 100%;
	font-family: inherit;
	outline: none;
	color: #2C2C2E; /* $dark */
}

.sbf-wrap select {
	padding: 0.75em 0.5em 0.65em;
}

.searchbox .primary .sbf-wrap span {
	color: #2C2C2E; /* $dark */
}

.boxes.search .searchbox > div > span:first-child {
	float: left;
	width: 22%;
	line-height: 1;
}

.boxes.search .btn icon {
	float: right;
	font-size: 1.2em;
}

.boxes.search table td label {
	font-family: inherit;
	font-size: .875em;
	color: #245594;
	font-weight: 500;
	margin-left: .25em;
}

.boxes.search table {
	border-radius: 0 5px 5px 5px;
	padding: .25em 0;
	width: 100%;
}

.boxes.search .zip-search {
	display: table;
	width: 100%;
}

.boxes.search .zip-search > * {
	display: table-cell;
	vertical-align: bottom;
}

.boxes.search .searchbox .zip-search {
}

.physician .autodrop {
	width: 75%;
	left: 22.5%;
	z-index: 1;
	position: relative;
	min-height: 24.35em;
}

.physician .autodrop .result-top {
	display: none;
}

.physician .autodrop .result {
	background-color: #FFFFFF;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
	line-height: 1;
	cursor: pointer;
	color: #2C2C2E; /* $dark */
	text-align: left;
	width: 57%;
	box-shadow: 0 2px 6px rgba(0,1,1,.35);
	border: 5px solid #FFFFFF;
}

.physician .autodrop .result .item {
	background-color: #FFFFFF;
	padding: .625em;
}

.physician .autodrop .result.active .item {
	background-color: #006B5C; /* $primary */
	width: 100%;
	position: relative;
}

.physician .autodrop .result.active .item:after {
	content: '\e9eb';
	font-family: 'icomoon-ult';
	color: #5DDFCD; /* adjust($primary,52%,-33%,0%) */
	position: absolute;
	right: .5em;
	top: 50%;
	font-size: 1em;
	margin-top: -.5em;
}

.physician .autodrop .result .item h5 {
	font-size: 1.125em;
	margin: 0;
	padding: 0;
	font-weight: 700;
}

.physician .autodrop .result.active .item h5 {
	color: #FFFFFF;
}

.physician .autodrop .result .item p {
	margin: 0;
	padding: 0;
	color: #666666; /* $text */
	font-size: .875em;
	line-height: 1.5em;
}

.physician .autodrop .result.active .item p {
	color: #FFFFFF;
}

.physician .autodrop .result .profile {
	position: absolute;
	left: 57%;
	top: 0;
	width: 43%;
	display: none;
	background-color: #EFF0F0; /* $light */
	padding: 1em;
	text-align: center;
	height: 100%;
	border: 3px solid #FFFFFF;
}

.physician .autodrop .result .profile p {
	margin: .25em 0;
	padding: 0;
}

.physician .autodrop .result .profile h4 {
	margin: .5em 0 0;
}

.physician .autodrop .result .profile .specialty {
	font-style: italic;
	display: block;
}

.physician .autodrop .result.active .profile {
	display: block;
}

.physician .autodrop .result.active a {
	color: #72FFEB; /* lighten($primary,65%) */
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}

.physician .autodrop .result.active a:hover {
	color: #EFF0F0; /* $light */
}

.physician .autodrop .result .name {
	margin: .5em 0;
	display: block;
	font-weight: 600;
	text-transform: uppercase;
}

.physician .autodrop .result .picture {
	width: 20%;
	margin-right: 5%;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.physician .autodrop .result .picture img {
	max-width: 50%;
	height: auto!important;
	width: 100% !important;
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: center;
	border: solid 3px #D3FFF9; /* lighten($primary,89%) */
	background-color: #2C2C2E; /* $dark */
	border-radius: 50%;
}

.physician .autodrop .result .physician-info {
	margin: 0;
	width: 58%;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.physician .autodrop .result icon {
	color: #006B5C; /* $primary */
	font-size: 1.3em;
	margin-top: .5em;
	display: block;
}

.physician .autodrop .result span {
	color: #2C2C2E; /* $dark */
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}

.physician .autodrop .result.active p span {
	color: #EFF0F0; /* $light */
}

.physician .autodrop .result.active a.btn {
	width: auto;
	color: #FFFFFF;
	margin-top: .5em;
}
/* End Shared Search */

/* Shared Details Pages */
.account.details {
	background-color: #EFF0F0; /* $light */
	border-radius: .313em;
	padding: 1em;
}

.account.details .bottom {
	padding: 1.5em 2em;
	background-color: #7DC3B0; /* $tertiary */
	margin-top: 2em;
}

.account.details .title {
	padding: 1em;
	color: #2C2C2E; /* $dark */
	text-align: center;
}

.account.details h2.title {
	text-transform: uppercase;
}

.account.details .title h2 {
	margin: 0;
	color: #2C2C2E; /* $dark */
	text-transform: uppercase;
	font-size: 2em;
	padding: 0;
}

.account.details .title p {
	color: #666666; /* $text */
	margin: 1em 0 0;
	line-height: 1.25em;
}

.account.details .btn {
	text-transform: uppercase;
}

.account.details .column ul {
	list-style: none;
}

.account.details .column > * {
	padding: 1em 0 0 1.5em;
	line-height: 1.75em;
	margin: 0;
}

.account.details strong {
	color: #7D003D; /* $secondary */
}
/* End Shared Details Pages */

/* Button Switch */
.account.details .button-switch input[type='checkbox'] + .slider {
	background-color: #D6D6D6;
	border: 1px solid #dfdfdf;
	border-radius: 20px;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	position: relative;
	vertical-align: middle;
	width: 50px;
	user-select: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.account.details .button-switch input[type='checkbox'] {
	display: none;
}

.account.details .button-switch input[type='checkbox'] + .slider small {
	background-color: #FFFFFF;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	border-radius: 100%;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0px;
	width: 30px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.account.details .button-switch input[type='checkbox']:checked + .slider {
	border-color: #7DC3B0; /* $tertiary */
	background-color: #7DC3B0; /* $tertiary */
	box-shadow: #7DC3B0 0px 0px 0px 16px inset;
	-webkit-transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
	-moz-transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
	-o-transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
	transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
}

.account.details .button-switch input[type='checkbox']:checked + .slider small {
	left: 20px;
	background-color: #FFFFFF;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.account.details .button-switch {
	position: relative;
	margin: 1.5em 0;
}

.account.details .button-switch .switch-text {
	position: relative;
}

.account.details .button-switch .checkbox {
	position: relative;
}
/* End Button Switch */

/* Paging Styles */
.paging-top, .paging-bottom {
	background-color: #EBF7F5; /* adjust($primary,93%,-59%,0%) */
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border: solid 1px #ABD0CC;
}

.paging-top .pages, .paging-bottom .pages {
	padding: 0 0 0 1em;
	color: #515757; /* darken($light,65%) */
	font-size: .85em;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.paging-top h3 {
	padding: .25em 0 .35em .5em;
	text-transform: none;
	font-size: 1.75em;
	margin: 0;
}

.paging-top .pages .results-paging, .paging-bottom .pages .results-paging {
	padding: .65em 1em .65em 0;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.paging-top .pages .results, .paging-bottom .pages .results {
	color: #006B5C; /* $primary */
	font-weight: 600;
}

.paging-top .pages .navigation, .paging-bottom .pages .navigation {
	padding: 0 0 0 1.5em;
}

.paging-top .pages .navigation .current-page, .paging-bottom .pages .navigation .current-page {
	padding: .25em 1em;
	background-color: #EFF0F0; /* $light */
	display: inline-block;
	margin: 0 .2em;
	cursor: default;
	border: solid 1px #ABD0CC;
}

.paging-top .pages .paging-nav, .paging-bottom .pages .paging-nav {
	padding: 0;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.paging-top .pages .paging-nav span.old-paging, .paging-bottom .pages .paging-nav span.old-paging {
	display: none;
}

.paging-top a.btn, .paging-bottom a.btn {
	background-color: #006B5C; /* $primary */
	padding: .7em 2em;
	border-radius: 0;
	box-shadow: none;
}

.paging-top a.prev.btn, .paging-bottom a.prev.btn, .paging-top a.next.btn, .paging-bottom a.next.btn {
	padding: .8em 1em;
	font-size: 1.1em;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	position: relative;
	width: 3em;
}

.paging-top a.prev.btn span, .paging-top a.next.btn span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	left: 0;
	margin: 0 auto;
}

.paging-top a.prev.btn, .paging-bottom a.prev.btn {
	border-right: solid 1px #EFF0F0; /* $light */
}

.paging-top a.btn:hover, .paging-bottom a.btn:hover {
	background-color: #7D003D; /* $secondary */
	box-shadow: none;
}
/* End Paging Styles */

/* IE Fallbacks */
.no-flexbox .pages .results-paging {
	float: right;
	width: auto;
}

.no-flexbox .pages .paging-nav {
	float: right;
	width: auto;
}

.no-flexbox .article.rel > * {
	width: 50%;
	vertical-align: top;
}
/* End IE Fallbacks */

/* Responsive @ 1200px */
@media screen and (max-width:1200px) {
	.feed-container.flex > * {
		width: 100%;
	}
}
/* End Responsive @ 1200px */

/* Responsive Systems @ 1050px */
@media (max-width: 1050px) {
	.boxes.search .searchbox > div {
		display: block;
		width: 100%;
		margin-bottom: 1em;
	}

	.results-feed.four .article-holder .article, .results-feed.five .article-holder .article {
		width: 48%;
	}

	.results-feed.four .article:nth-of-type(4n+1) {
		clear: none;
	}

	.results-feed.four .article:nth-of-type(2n+1), .results-feed.five .article:nth-of-type(2n+1) {
		clear: left;
	}

	.donation-list-section.results-feed.two .article-holder .article {
		width: 100%;
		margin-left: 0;
	}
}
/* End Responsive Systems @ 1050px */

/* Responsive Systems @ 800px */
@media (max-width: 800px) {
	.form {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 5%;
	}

	.form > div {
		padding: 1.5%;
	}

	.form table.nospacing {
		width: 70%;
	}

	.results-feed .article.more, .results-feed .article {
		width: 100%;
	}

	.results-feed.related .article .title {
		font-size: 0.875em;
	}

	.column-box {
		display: block;
	}

	.column-box .box-left, .column-box .box-right {
		width: 100%;
	}

	div.form span, div.form ul li {
		padding: 1.5%;
	}

	fieldset.form ul li {
		margin: .188em 0;
	}

	.boxes.search .searchbox .btn:not(.small) {
		right: 0;
		margin: 0 auto 2em;
	}

	.donation-list-section.results-feed.two .article-holder .article {
		width: 44.5%;
		margin-left: 5%;
	}

	.results-feed.three .article, .triple-col .results-feed.three .article {
		width: 49%;
	}
}
/* End Responsive Systems @ 800px */

/* Responsive Systems @ 700px */
@media screen and (max-width:700px) {
}
/* End Responsive Systems @ 700px */

/* Responsive Systems @ 550px */
@media screen and (max-width:550px) {
	fieldset.form ul li.half, fieldset.form ul li.fourth, fieldset.form ul li.third {
		width: 100%;
	}

	.results-feed.two .article, .results-feed.three .article, .triple-col .results-feed.three .article {
		width: 100%;
	}
}
/* End Responsive Systems @ 550px */

/* Responsive Systems @ 480px */
@media (max-width: 480px) {
	.form {
		width: 100%;
		padding: 0;
		font-size: 13px;
	}

	.form div > span, .form div > span:first-child, .form.prereg div > span, .form.prereg div > span:first-child {
		width: 100%;
		float: none;
	}

	.form input.wide, .form textarea.wide, .form select.wide {
		width: 100%;
	}

	.form input.short, .form.prereg input.short {
		width: 50%;
	}

	.form table.nospacing td select {
		padding: .4em .5em !important;
	}

	input.ui-input-style.date {
		width: 84%!important;
	}

	.form input, .form textarea, .form select, .form.prereg input, .form.prereg textarea, .form.prereg select {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: .4em .5em;
		font-size: 16px;
	}

	.form div > label {
		width: 100%;
	}

	.form > div table.group.radio {
		width: 100%;
	}

	.form div span.inline, .form.prereg div span.inline {
		width: auto;
		display: inline;
	}

	.results-feed {
		font-size: .8em;
	}

	#SubmitStory > div > div {
		max-width: 100%;
	}

	.form div.ck-editor {
		width: 100% !important;
	}

	.form .cke_editable {
		font-size: 16px;
	}

	.searchbox-fields table tr td {
		display: block;
		width: 100%;
		margin-bottom: 0.75em;
	}

	.results-feed .article-holder {
		display: block;
	}

	.results-feed.four .article-holder {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.results-feed.two .article-holder .article {
		width: 100%;
	}

	.donation-list-section.results-feed.two .article-holder .article {
		width: 100%;
		margin-left: 0;
	}

	.results-feed.related .article .title {
		font-size: 1em;
	}

	.results-feed header h2 {
		font-size: 1.75em;
	}

	.paging-top a.btn, .paging-bottom a.btn {
		padding: .7em .5em;
	}

	.sbf-wrap input, .sbf-wrap select {
		padding: .5em;
	}
}
/* End Responsive Systems @ 480px */

.no-flexbox .column-box .box-left {
	float: left;
}

float: right {
}

.applyjobs {
	margin-bottom: 1em;
}

.no-flexbox .feed-container.flex > * {
	width: 50%;
}

.no-flexbox .clear-block.center {
	clear: both;
}
