/* Color Tokens */
.color-tokens {
	color: #003C55; /* $primary */
	background-color: #1E71C1; /* $secondary */
	border-top-color: #2089BB; /* $tertiary */
	border-right-color: #555559; /* $text */
	border-bottom-color: #DFDFDF; /* $light */
	border-left-color: #070E26; /* $dark */
}
/* End Color Tokens */

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

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

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

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

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

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

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

/* Default 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;
	width: 100%;
	clear: both;
}

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

.results-feed header h2 {
	margin: 1em;
}

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

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

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

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

.results-feed .article-holder {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-box-orient: horizontal;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}

@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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.results-feed .article {
	margin: 1em 0;
	border-bottom: 1px solid #B2B2B2; /* darken($light,20%) */
	_border: 1px solid #b8d6d6;
	_background-color: #ecf4f4;
}

.results-feed .more {
	padding: 1em 0;
}
/* End Default Feed */

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

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

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

.article .title {
	display: block;
	padding: .5em 1em;
	margin-bottom: 0;
	font-size: 1.5em;
	color: #003C55; /* $primary */
	text-decoration: none;
}

.gift .article .title {
	padding-left: 0;
}

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

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

.article .title .btn.small {
	font-size: .85rem;
}

.article .image {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	background-color: #DFDFDF; /* $light */
	background-image: url(/images/design/Logo.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #D5F2FF; /* lighten($primary,90%) */
	border-bottom: none;
}

.gift .article .image {
	background-color: transparent;
	background-image: none;
	padding-bottom: 100%;
}

.article .image a {
	display: block;
}

.article .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.gift .article .image img {
	width: 275px !important;
	height: 300px !important;
	position: static;
}

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

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

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

.article .details {
	padding: 0;
	overflow: hidden;
	font-size: .9em;
	line-height: 1.5em;
	color: #DFDFDF; /* $light */
	_background-color: #1ba9a0;
}

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

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

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

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

.gift .article .press-content {
	padding-left: 0;
}

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

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

.article .press-content p {
	margin: .5em 0;
}

.article .bottom {
	padding: 0 1em .75em;
}

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

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

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

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

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

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

.article .category a em {
	color: #070E26; /* $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 {
	padding: .5em 1em 0;
	font-size: 1.25em;
}

.article.rel .title:hover {
	color: #1E71C1; /* $secondary */
}

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

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

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

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

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

.share-icons .addthis_toolbox {
	padding: 1em .5em;
	text-align: center;
}
/* End Default Feed Item */

/* Shared Search */
.boxes.search {
	position: relative;
	display: table;
	width: 100%;
}

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

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

.boxes.search .searchbox .primary {
	background-color: #DFDFDF; /* $light */
}

.boxes.search .searchbox .secondary {
	background-color: #070E26; /* $dark */
}

.boxes.search .searchbox h2, .boxes.search .searchbox h3 {
	margin-bottom: .5em;
	color: #070E26; /* $dark */
}

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

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

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

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

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

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

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

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

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

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

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

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

.sbf-wrap select {
	padding: .75em .5em .65em;
}

.searchbox .primary .sbf-wrap span {
	color: #070E26; /* $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 {
	margin-left: .25em;
	font-family: inherit;
	font-size: .875em;
	font-weight: 500;
	color: #245594;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.physician .autodrop .result.active a {
	color: #6AD3FF; /* 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: #DFDFDF; /* $light */
}

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

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

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

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

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

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

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

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

/* Shared Details Pages */
.account.details {
}

.account.details .bottom {
	padding: 1.5em 2em;
	margin-top: 2em;
}

.account.details .bottom .btn + .btn {
	margin-left: 1rem;
}

.account.details .title {
	padding: 1em;
}

.account.details ul {
	padding: 1em;
}

.account.details .title h2 {
	padding: 0;
	margin: 0;
}

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

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

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

.account.details strong {
	color: #070E26; /* $dark */
}
/* End Shared Details Pages */

/* Paging Styles */
.paging-top, .paging-bottom {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.paging-bottom {
	-webkit-align-items: Center;
	-ms-flex-align: Center;
	align-items: Center;
	background-color: #dfdfdf;
	margin: 1em 0;
	padding: .5em 1em;
}

.paging-top .text-block a, .paging-bottom .text-block a {
	border-bottom: solid 1px #1E71C1; /* $secondary */
	-webkit-transition: .35s ease 0s;
	-moz-transition: .35s ease 0s;
	-o-transition: .35s ease 0s;
	transition: .35s ease 0s;
}

.paging-top .text-block a:hover, .paging-bottom .text-block a:hover {
	color: #003C55; /* $primary */
	border-bottom-color: #003C55; /* $primary */
}

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

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

.paging-top .pages .results-paging, .paging-bottom .pages .results-paging {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	padding: .65em 1em .65em 0;
	color: #070E26; /* $dark */
	font-size: 1.125em;
}

.paging-top .pages .results, .paging-bottom .pages .results {
	font-weight: 600;
	color: #070E26; /* $dark */
}

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

.paging-top .pages .navigation .current-page, .paging-bottom .pages .navigation .current-page {
	display: inline-block;
	cursor: default;
}

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

.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 {
	margin: 0 .25em;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	padding: .5em 2em;
}
/* 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;
	}
}
/* End Responsive Systems @ 1050px */

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

	.form > div {
		padding: 1.5%;
	}

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

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

	.results-feed.related .article .title {
		font-size: .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;
	}
}
/* 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) {
	.results-feed.two .article, .results-feed.three .article {
		width: 100%;
	}

	.results-feed.four .article-holder .article, .results-feed.five .article-holder .article {
		float: left;
		width: 48%;
		margin: 0 1%;
	}

	fieldset.form ul li.half, fieldset.form ul li.fourth, fieldset.form ul li.third {
		width: 100%;
		max-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 {
		float: none;
		width: 100%;
	}

	.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%;
		padding: .4em .5em;
		margin: 0 auto;
		font-size: 16px;
	}

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

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

	.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: .75em;
	}

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

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

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

	.paging-top a.btn, .paging-bottom a.btn {
		padding: .7em .5em;
	}
}
/* End Responsive Systems @ 480px */

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

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

.applyjobs {
	margin-bottom: 1em;
}

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