/* 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 */

/* Non-Hospital Quick Links [Aside] */
.quick-links {
	text-align: center;
}

.quick-links header {
	background-color: #3F79BC; /* $tertiary */
	padding: 1.75em 3%;
}

.quick-links h4 {
	color: #FFFFFF; /* $white */
	font-weight: 300;
	font-size: 1.667em;
}

.quick-links ul {
	background-color: #00548B; /* $primary */
	padding: 2em;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.quick-links li {
	border-top: solid 1px rgba(255,255,255,0.2);
	border-right: solid 1px rgba(255,255,255,0.2);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.quick-links li:last-child:nth-child(odd) {
	width: 100%;
	border-right: none;
}

.quick-links ul.items-1 li {
	width: 100%;
	border-right: none;
}

.quick-links li:nth-child(-n + 2) {
	border-top: none;
}

.quick-links li:nth-child(even) {
	border-right: none;
}

.quick-links ul.items-3 li:last-child, .quick-links ul.items-5 li:last-child {
	width: 100%;
	border-right: none;
}

.quick-links a {
	color: #FFFFFF; /* $white */
	display: block;
	padding: 2em 3%;
	width: 100%;
	transition: background-color .5s ease 0s;
}

.no-touch .quick-links a:hover {
	background-color: rgba(255,255,255,0.149); /* alpha($white,15%) */
}

.quick-links a icon {
	display: block;
	line-height: 1;
	font-size: 2.45em;
}

.quick-links li:nth-child(2) icon {
	font-size: 3em;
	line-height: 0.75;
}
.quick-links li a .icon-cont {
    width: 100%;
    font-size: 2.8em;
    line-height: 0.75;
}

.quick-links a strong {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.1em;
	font-size: 0.889em;
	margin-top: 1.25em;
	line-height: 1.25;
}
/* End Non-Hospital Quick Links [Aside] */

/* Non-Hospital Quick Links [Aside Green Theme] */
.green-theme.quick-links header {
	background-color: #9A3D7A;
}

.green-theme.quick-links header h4 {
	color: #ffffff;
}

.green-theme.quick-links ul {
	background-color: #B0478C;;
}

.green-theme.quick-links a {
	transition: background-color .5s ease 0s;
	background-color: transparent;
}

.green-theme.quick-links a:hover {
	background-color: rgba(255,255,255,0.15);
}
/* End Non-Hospital Quick Links [Aside Green Theme] */

/* Responsive [1650px] */
@media screen and (max-width: 1650px) {
}
/* End Responsive [1650px] */

/* Responsive [1500px] */
@media screen and (max-width: 1500px) {
	.quick-links a strong {
		letter-spacing: 0.05em;
	}

	.quick-links a icon, .quick-links li:nth-child(2) icon {
		font-size: 2.5em;
	}
}
/* End Responsive [1500px] */

/* Responsive [1200px] */
@media screen and (max-width: 1200px) {
	.quick-links ul {
		padding: 1em;
	}
}
/* End Responsive [1200px] */

/* Responsive [1000px] */
@media screen and (max-width: 1000px) {
	.quick-links {
		display: none;
	}
}
/* End Responsive [1000px] */

/* Responsive [800px] */
@media screen and (max-width: 800px) {
}
/* End Responsive [800px] */

/* Responsive [600px] */
@media screen and (max-width: 600px) {
}
/* End Responsive [600px] */

/* Responsive [450px] */
@media screen and (max-width: 450px) {
}
/* End Responsive [450px] */
