/* Color Tokens */
.color-tokens {
	color: #3C9085; /* $primary */
	background-color: #9D7168; /* $secondary */
	border-left-color: #B4ACA7; /* $tertiary */
	border-right-color: #3EC3B1; /* $light */
	border-top-color: #FFFFFF; /* $white */
	border-bottom-color: #000000; /* $dark */
}
/* End Color Tokens */

/* Bread Crumbs Styles */
.breadcrumb-panel {
	background-color: #FFFFFF; /* $white */
	padding: 1em 0;
	font-family: 'Montserrat', sans-serif; /* @accentfont */
	font-size: .9em;
	font-weight: 700;
	border-bottom: 1px solid #E8E6E5; /* lighten($tertiary,70%) */
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.breadcrumb-panel .main {
	margin: 0;
}

.breadcrumb-panel a {
	padding: 0 .5em;
}

.breadcrumb-panel .selected {
	font-weight: 700;
	padding: 0 0 0 .5em;
}

.video-system .social-nav, .social-top-links .social-nav {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-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;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	padding-right: 1.5%;
}

.video-system .social-nav ul, .social-top-links .social-nav ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.video-system .social-nav ul li:nth-child(3), .social-top-links  .social-nav ul li:nth-child(3) {
	display: none;
}

.video-system .social-nav ul li:nth-child(5), .social-top-links  .social-nav ul li:nth-child(5) {
	display: none;
}

.video-system .social-nav li, .social-top-links .social-nav li {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	padding-left: .3em;
}

.video-system .social-nav a, .social-top-links .social-nav a {
	display: block;
}

.video-system .social-nav icon, .social-top-links .social-nav icon {
	display: block;
	background-color: #B4ACA7; /* $tertiary */
	color: #FFFFFF; /* $white */
	font-size: 1.25em;
	padding: .37em;
	transition: background-color .5s ease 0s;
}

.video-system .social-nav a:hover icon, .social-top-links .social-nav a:hover icon {
	background-color: #3EC3B1; /* $light */
}
/* End Bread Crumbs Styles */
