/* Color Tokens */

#primary {
	color: #00548B; /* $primary */
}

#secondary {
	color: #D0282E; /* $secondary */
}

#tertiary {
	color: #3F79BC; /* $tertiary */
}

#light {
	color: #EFECE4; /* $light */
}

#dark {
	color: #53616F; /* $dark */
}

#white {
	color: #FFFFFF; /* $white */
}

#text {
	color: #2B2E30; /* $text */
}

/* End Color Tokens */

/* Video System */

.video-system {
	padding: 0;
}

.video-area {
	-ms-flex-align: stretch;
	align-items: stretch;
}

.header-banner {
	background-color: #00548B; /* $primary */
}

.header-banner .fourth {
	padding: 1em 2.5em;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.header-banner .fourth icon {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	color: #FFFFFF; /* $white */
	font-size: 2em;
	margin-right: 0.425em;
}

.header-banner h1, .header-banner h4 {
	color: #FFFFFF; /* $white */
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	line-height: 1;
}

.header-banner .three-fourths {
	background-color: #3F79BC; /* $tertiary */
	padding: 3em 5% 3em 0;
}

.header-banner .input-text {
	max-width: 50em;
}

.header-banner .input-text input {
	padding-right: 4em;
}

.header-banner .input-text icon {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 3.5em;
	background-color: #D0282E; /* $secondary */
	color: #FFFFFF; /* $white */
	border: solid 0.35em #FFFFFF; /* $white */
	background-image: linear-gradient(to right,#D0282E 34%,#F73E3E 34%,#F73E3E 65%,#D0282E 65%);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-size: 300% 100%;
	background-position: 100% 0;
	background-repeat: no-repeat;
	transition: background-position .4s ease;
	cursor: pointer;
}

.header-banner .input-text icon:hover {
	background-position: 0 0;
}

/* End Video System */

/* Video System [Aside] */

.video-system aside {
	background-color: #00548B; /* $primary */
}

.video-system .filters {
	background-color: #DEEAF2;
	padding: 2.5em;
}

.video-system .filters header {
	-ms-flex-align: end;
	align-items: flex-end;
	border-bottom: solid 1px #53616F; /* $dark */
	padding-bottom: 0.125em;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-bottom: 1.5em;
}

.video-system .filters header a {
	display: block;
	color: #D0282E; /* $secondary */
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 600;
	font-size: 0.778em;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-left: 0.75em;
}

.video-system .filters header a:hover {
	color: #00548B; /* $primary */
}

.video-system fieldset {
}

.video-system fieldset li {
	margin-top: 0.75em;
}

.video-system aside h4 {
	font-weight: 300;
	font-size: 1.667em;
}

.video-system nav {
}

.video-system nav header {
	background-color: #3F79BC; /* $tertiary */
	padding: 1.5em 2.5em;
}

.video-system nav h4 {
	color: #FFFFFF; /* $white */
}

.video-system nav ul {
	padding: 1em 2.5em 2em;
}

.video-system nav a {
	display: block;
	color: #FFFFFF; /* $white */
	line-height: 1.35;
	font-weight: 600;
	padding: 1em 0.5em;
	border-bottom: 1px solid #8D99A4;
	transition: 0.4s ease;
}

.no-touch .video-system nav a:hover {
	opacity: 0.5;
}

/* End Video System [Aside] */

/* Video System [Grid List] */

.video-system article {
	padding: 5em 6.778em;
}

.heroes.video-system article {
	padding: 0 6em;
}

.video-system article h1 {
	margin-bottom: 1.5rem;
	color: #00548B; /* $primary */
}

.video-system article small {
	display: block;
	font-size: 1em;
	color: #53616F; /* $dark */
	font-family: 'Source Sans 3', sans-serif;
}

.video-grid {
	-ms-flex-pack: start;
	justify-content: space-between;
	margin: 0 0 2em;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.heroes .video-grid {
	justify-content: center;
}

.video-grid .third {
	max-width: calc(33.333% - 0.75em);
	margin-right: 1.125em;
	margin-top: 3em;
	border-bottom: solid 1px #00548B;
}

.video-grid .fourth {
	max-width: calc(25% - .4em);
	padding: .4em;
}

.video-grid .third:nth-child(3n + 3) {
	margin-right: 0;
}

.video-grid .fourth:nth-child(4n+4) {
	margin-right: 0;
}

.video-grid a {
	position: relative;
	display: block;
}

.video-grid .video-thumb {
	background-color: #000000;
}

.video-grid img {
	display: block;
	width: 100%;
	height: 14em;
	background-size: cover;
	background-position: 50% 50%;
	opacity: 0.6;
}

.nurses-week-page .video-grid img {
	opacity: 1;
}

.video-grid icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #FFFFFF; /* $white */
	font-size: 3em;
	transition: 0.4s ease;
}

.video-grid a:hover icon {
	color: #C5D7EB; /* lighten($tertiary,70%) */
}

.video-grid .video-thumb + a {
	padding: 1.5em 0 1em;
	transition: 0.4s ease;
}

.video-grid .video-thumb + a:hover {
	padding: 1em 0 1.5em;
}

.video-grid time {
	display: block;
	line-height: 1;
	font-size: 12px;
	color: #53616F; /* $dark */
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.video-grid strong {
	display: block;
	line-height: 1.25;
	font-weight: 600;
	margin: 0.5em 0;
}

.video-grid p {
	line-height: 1.5;
	font-size: 0.889em;
}

/* End Video System [Grid List] */

/* Video System [Paging] */

.top-paging {
}

.bot-paging {
}

.paging {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-family: 'Source Sans 3', sans-serif;
}

.paging input {
	width: 1.85em;
	border: solid 1px #53616F; /* $dark */
	line-height: 1;
	height: 1.85em;
	margin: 0 0.5em;
	padding: 0.25em;
	text-align: center;
}

.paging input::-webkit-outer-spin-button, .paging input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.paging a {
	background-color: #3F79BC; /* $tertiary */
	color: #FFFFFF; /* $white */
	display: -ms-flexbox;
	display: flex;
	width: 2.5em;
	height: 2.5em;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 1em;
	transition: 0.5s ease;
}

.paging a + a {
	margin-left: 0;
	background-color: #00548B; /* $primary */
}

.paging a:hover {
	background-color: #D0282E; /* $secondary */
	color: #FFFFFF; /* $white */
}

/* End Video System [Paging] */

/* Video System [Post Page] */

.video-post {
	padding: 0 0 6em;
}

.video-post header {
	background-image: linear-gradient(to right,#EFECE4,#D8E4F2); /* $light,lighten($tertiary,80%) */
	padding: 2em 0 3.5em;
}

.video-post header time {
	display: block;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 0.778em;
	color: #53616F; /* $dark */
}

.video-post h1 {
	color: #00548B; /* $primary */
	font-size: 2em;
}

.video-post .main {
	max-width: 60em;
	padding: 0 1.5em;
}

.video-post figure {
	margin-bottom: 3em;
}

.video-post video {
	display: block;
	width: 100%;
}

.video-post .jw-state-idle .jw-preview {
	background-size: cover;
}

.video-post article {
	margin-bottom: 4em;
}

.categories-list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -ms-flexbox;
	display: flex;
	margin: 4em 0 0;
}

.categories-list a {
	display: block;
	color: #00548B; /* $primary */
	background-color: #EFECE4; /* $light */
	font-family: 'Source Sans 3', sans-serif;
	font-size: 1.167em;
	line-height: 1;
	padding: 0.425em 0.75em;
	transition: 0.4s ease;
	margin-top: 0.5em;
}

.categories-list a + a {
	margin-left: 1em;
}

.categories-list a:hover {
	background-color: #00548B; /* $primary */
	color: #FFFFFF; /* $white */
}

.social-share {
	background-color: #D8E4F2; /* lighten($tertiary,80%) */
	background-image: linear-gradient(to right,#EFECE4,#D8E4F2); /* $light,lighten($tertiary,80%) */
	padding: 0.75em 0.75em 0.75em 1.25em;
	margin-top: 4em;
}

.categories-list + .social-share {
	margin-top: 2.5em;
}

.social-share strong {
	display: block;
	color: #6E206F;
	font-weight: 300;
	font-size: 1.556em;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	line-height: 1;
	margin-right: 0.5em;
}

.social-share nav {
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.social-share .flex {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.social-share a {
	display: -ms-flexbox;
	display: flex;
	width: 2.5em;
	height: 2.5em;
	background-color: #3F79BC; /* $tertiary */
	color: #FFFFFF; /* $white */
	transition: 0.4s ease;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.social-share a icon.google-icon {
	font-size: 1.222em;
}

.social-share li + li {
	margin-left: 0.5em;
}

.social-share a:hover {
	background-color: #00548B; /* $primary */
}

.social-share .mobile {
	display: none;
}

/* End Video System [Post Page] */

/* Responsive [1650px] */

@media screen and (max-width: 1650px) {
	.header-banner .fourth {
		padding: 1em 1.5em;
	}

	.video-system .filters {
		padding: 2.5em 1.5em;
	}

	.video-system nav header {
		padding: 1.5rem;
	}

	.video-system nav ul {
		padding: 1em 1.5em 2em;
	}

	.video-system article {
		padding: 4.667em 4em;
	}

	.heroes.video-system article {
		padding: 0 4em;
	}
}

/* End Responsive [1650px] */

/* Responsive [1500px] */

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

/* End Responsive [1500px] */

/* Responsive [1200px] */

@media screen and (max-width: 1200px) {
	.video-system aside, .header-banner .fourth {
		width: 33.333%;
	}

	.video-system article, .header-banner .three-fourths {
		width: 66.667%;
	}

	.heroes.video-system article, .header-banner .three-fourths {
		width: 100%;
	}

	.video-system article {
		padding: 4em;
	}

	.video-grid .third {
		width: 50%;
		max-width: calc(50% - 1em);
		margin-right: 0;
	}
	.video-grid .fourth {
		width: 50%;
		max-width: calc(50% - 1em);
		margin-right: 0;
	}

	.video-grid .third:nth-child(3n + 3) {
		margin-right: 0;
	}

	.video-grid .third:nth-child(odd) {
		margin-right: 2em;
	}
	}

/* End Responsive [1200px] */

/* Responsive [1000px] */

@media screen and (max-width: 1000px) {
	.video-grid img {
		height: 10em;
	}
}

/* End Responsive [1000px] */

/* Responsive [800px] */

@media screen and (max-width: 800px) {
	.video-system aside {
		width: 100%;
	}

	.video-system article {
		width: 100%;
		padding: 4em 1.5em;
	}

	.heroes.video-system article {
		padding: 0 1em;
	}

	.video-system aside fieldset ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.video-system aside fieldset .select {
		width: 32.333%;
		max-width: calc(33.333% - 0.5em);
	}

	.video-system nav {
		display: none;
	}

	.header-banner .fourth, .header-banner .three-fourths {
		width: 100%;
	}

	.header-banner .fourth {
		padding: 1.5em;
	}

	.header-banner .three-fourths {
		padding: 2em 1.5em;
	}
}

/* End Responsive [800px] */

/* Responsive [600px] */

@media screen and (max-width: 600px) {
	.video-system aside fieldset .select {
		width: 100%;
		max-width: none;
	}

	.social-share nav {
		width: 100%;
		margin-top: 0.75em;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.social-share .flex {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.social-share a {
		margin-right: 0.5em;
		margin-top: 0.5em;
	}

	.social-share a + a {
		margin-left: 0;
	}

	.social-share li + li {
		margin-left: 0;
	}
}

/* End Responsive [600px] */

/* Responsive [450px] */

@media screen and (max-width: 450px) {
	.video-grid .third {
		width: 100%;
		max-width: none;
	}

	.video-grid .third:nth-child(odd) {
		margin-right: 0;
	}
	.video-grid .fourth {
		width: 100%;
		max-width: none;
	}

	.video-grid .fourth:nth-child(odd) {
		margin-right: 0;
	}

	.video-grid img {
		height: 13em;
	}

	.header-banner .three-fourths {
		display: none;
	}

	.video-post h1 {
		font-size: 1.444em;
	}

	.categories-list a {
		font-size: 1em;
	}

	.social-share {
		padding: 1.25em;
	}

	.social-share a {
		width: 2.25em;
		height: 2.25em;
	}
}

/* End Responsive [450px] */
