/* Buttons */
.btn.prm-blue {
	background-color: #1486c7;
}

.btn.prm-blue:hover {
	background-color: #0072ad;
}

.btn.sec-blue {
	color: #1486c7;
	border: 1px solid #1486c7;
}

.btn.sec-blue:hover {
	background-color: #1486c7;
}

.btn.prm-white {
	color: #1486c7;
}

.btn.sec-white:hover {
	color: #1486c7;
}

/* CBP Top Nav */
.menu-flex {
	display: flex !important;
}

#bp-main-nav-container {
	display: flex;
}

#bp-main-nav-container #site-search {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

@media only screen and (max-width: 1239px) {
	#bp-main-nav-container #site-search {
		background-color: #374450;
	}
}

#bp-main-nav-container #search-input:before {
	background: #1486c7;
}

.mobile-search svg {
	margin: 50% 22px;
}

@media only screen and (max-width: 767px) {
	.mobile-search svg {
		margin: 20px 0 0;
	}
}

#bp-main-nav {
	padding: 0 30px 0 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 685px;
	position: relative;
}

#bp-main-nav li {
	margin: 0;
	list-style: none;
}

#bp-main-nav .main-top-item {
	display: flex;
	position: relative;
}

#bp-main-nav .main-top-item .current:after {
	background: #0085CA;
	height: 4px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

#bp-main-nav .main-top-item .main-top-link {
	font-weight: 300;
}

#bp-main-nav .main-top-item a:not(.nav-section-title) {
	line-height: 84px;
}

#bp-main-nav .main-top-item a,
#bp-main-nav .main-top-item span {
	font-size: 18px;
	line-height: 1.4em;
	color: #343642;
}

#bp-main-nav .main-top-item .nav-dropdown-wrapper {
	background-color: #ffffff;
	border: 2px solid #EEEEEF;
	position: absolute;
	left: -25px;
	top: 84px;
	padding: 0;
	display: none;
}

#bp-main-nav .main-top-item .nav-dropdown-wrapper .nav-dropdown-title {
	position: absolute;
	left: 25px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1em;
	top: 37px;
}

#bp-main-nav .main-top-item .nav-dropdown-wrapper .nav-dropdown-title:hover {
	color: #0085CA;
}

#bp-main-nav .main-top-item .nav-dropdown-wrapper.products {
	width: 685px;
}

#bp-main-nav .main-top-item .nav-dropdown-wrapper.products .nav-dropdown-section {
	padding-top: 30px;
}

#bp-main-nav .main-top-item .nav-dropdown-wrapper.products .nav-dropdown-section:first-child {
	border-right: 2px solid #EEEEEF;
}

#bp-main-nav .main-top-item .nav-dropdown-wrapper.products .nav-dropdown-section:last-child {
	padding-left: 50px;
}

#bp-main-nav .main-top-item .nav-dropdown-wrapper.solutions {
	width: 360px;
}

#bp-main-nav .main-top-item .nav-dropdown-wrapper.solutions.two-col {
	width: 640px;
}

#bp-main-nav .main-top-item .nav-dropdown-wrapper.solutions .nav-dropdown-section:first-child {
	padding: 75px 0 10px 25px;
}

#bp-main-nav .main-top-item .nav-dropdown-wrapper.services-support {
	width: 300px;
}

#bp-main-nav .main-top-item .nav-dropdown-wrapper.insights {
	left: inherit;
	right: -25px;
	width: 680px;
}

#bp-main-nav .main-top-item .nav-dropdown-wrapper.insights ul.nav-dropdown-section {
	border-right: 2px solid #EEEEEF;
}

#bp-main-nav .main-top-item .nav-dropdown-wrapper.insights a.nav-dropdown-section {
	line-height: 1em;
	padding: 0;
	margin: 35px 90px 10px 50px;
	max-width: 242px;
}

#bp-main-nav .main-top-item .nav-dropdown-wrapper.insights a.nav-dropdown-section:hover,
#bp-main-nav .main-top-item .nav-dropdown-wrapper.insights a.nav-dropdown-section:hover .feat-art-title,
#bp-main-nav .main-top-item .nav-dropdown-wrapper.insights a.nav-dropdown-section:hover .nav-section-title {
	color: #0085CA;
}

#bp-main-nav .main-top-item .nav-dropdown-wrapper.insights .nav-section-title {
	height: auto;
    display: block;
}

#bp-main-nav .main-top-item .nav-dropdown-wrapper.insights .feat-art-image {
	display: block;
	margin-top: 20px;
	width: 100%;
	height: auto;
}

#bp-main-nav .main-top-item .nav-dropdown-wrapper.insights .feat-art-title {
	line-height: 1.4em;
	font-size: 18px;
	font-weight: 500;
	margin: 20px 0;
}

#bp-main-nav .main-top-item .nav-dropdown-wrapper.about {
	width: 250px;
	left: inherit;
	right: -25px;
}

#bp-main-nav .main-top-item .nav-dropdown-section {
	margin: 0;
	padding: 75px 20px 10px 25px;
}

.nav-width-3 {
	width: 30%;
}

.nav-width-4 {
	width: 40%;
}

.nav-width-5 {
	width: 50%;
}

.nav-width-6 {
	width: 60%;
}

.nav-width-7 {
	width: 70%;
}

#bp-main-nav .main-top-item .nav-dropdown-section li {
	margin: 0 0 20px;
}

#bp-main-nav .main-top-item .nav-dropdown-section .nav-section-title,
#bp-main-nav .main-top-item .nav-dropdown-section .nav-section-link {
	line-height: 1em;
}

#bp-main-nav .main-top-item .nav-dropdown-section .nav-section-title:hover,
#bp-main-nav .main-top-item .nav-dropdown-section .nav-section-link:hover {
	color: #0085CA;
}

.nav-section-title {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 18px;
}

.nav-section-link {
	font-weight: 300;
}

/* CBP Article links and promos */
p a {
	color: #1486c7;
}

.article-content .promo {
	background-color: #1486c7;
}

.article-content .promo:hover {
	background-color: #0072ad;
}

.article-content .resource-type {
	color: #1486c7;
}

.article-content .resource.active {
	background: rgba(20, 134, 199, 0.25);
}

.article-content .article-body a[href^="#incontent"],
.article-content .article-body a[href^="#pull-quote"],
.article-content .article-body a[href^="#promo"] {
	background: rgba(20, 134, 199, 0.15);
}

.article-content .article-body a[href^="#incontent"].active,
.article-content .article-body a[href^="#pull-quote"].active,
.article-content .article-body a[href^="#promo"].active {
	background: rgba(20, 134, 199, 0.25);
}

.article-content .article-body blockquote {
	border-top: 1px solid #1ba9cc;
	border-bottom: 1px solid #1ba9cc;
}

blockquote img {
	border-radius: 110px;
}

.insight-sum .category,
.article-pagination a:not(.btn).bg-image {
	color: #1486c7;
}

.insight-sum .category .cat-icon {
	fill: #1486c7;
}

/* BP Mobile Nav */
#bp-main-nav-container #short-stack-container.active,
#mobile-nav-container.bp-gray,
#mobile-nav-container.bp-gray .mobile-nav-block {
	background-color: #374450;
}

/* CBP Footer */
#site-footer.bp-site-footer {
	background-color: #374450;
}

#site-footer.bp-site-footer .legal a,
#site-footer.bp-site-footer .copyright {
	color: #cccccc;
}
/*
#site-footer.bp-site-footer .footer-promo {
	margin: 0;
}
*/

#site-footer.bp-site-footer .company-nav {
	display: flex;
    justify-content: space-between;
    flex-direction: row;
}

@media only screen and (max-width: 1024px) {
	#site-footer.bp-site-footer .company-nav {
		display: block;
		width: 80%;
	}
}

@media only screen and (max-width: 767px) {
	#site-footer.bp-site-footer .company-nav {
		display: flex;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 500px) {
	#site-footer.bp-site-footer .company-nav {
		flex-direction: column;
	}

}

#site-footer.bp-site-footer .company-nav a {
	width: auto;
}

@media only screen and (max-width: 1024px) {
	#site-footer.bp-site-footer .company-nav a {
		margin-right: 4%;
		padding: 5px 0;
	}

	#site-footer.bp-site-footer .social {
		width: 20%;
		padding-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	#site-footer.bp-site-footer .company-nav {
		width: 100%;
	}

	#site-footer.bp-site-footer .social {
		width: 100%;
		padding-top: 18px;
		text-align: left;
	}
}

#site-footer.bp-site-footer .legal-info {
	width: 100%;
	max-width: none;
	text-align: left;
}

/* BP Mobile Nav */

#bp-main-nav-container #short-stack-container.active,
#mobile-nav-container.bp-gray,
#mobile-nav-container.bp-gray .mobile-nav-block {
	background-color: #374450;
}

/* Search results page */
.cbp-blue-wave {
	background: transparent url(https://media.ciena.com/images/cbp-banner-blue-wave.jpg) no-repeat 0 0;
	background-size: cover;
	background-position: right;
}

.search-promo .search-promo-title a,
.result-item .result-title a,
.results-box-left .refine-results .show-more {
	color: #337ab7;
}

.search-promo .search-promo-content {
	background-color: #f1f2f2;
}

.search-promo {
	border: 1px solid #ccc;
}

.selectors-top select {
	border: 1px solid rgba(0, 0, 0, 0.2);
    color: #333;
}

.tabs-top li a {
	background-color: #1486c7;
}

.tabs-top li a.current-state {
	border: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
	.tabs-top li a.current-state {
	    background-color: #EEEEEF;
	    color: #555;
	}
}

.result-item {
	border-bottom: 1px solid #cccccc;
}

.tabs-top-label-wrapper {
	background-color: #0841a2;
}

.result-item .result-title {
	line-height: 20px;
}

@media only screen and (max-width: 767px) {
	.result-item .result-title {
		line-height: 18px;
	}
}
