		
/*
 * Client: ---
 * Copyright 2008-2018 Punchmark
 */

.alert-global, .alert-global a.alert-link {
	color: white;
}
.headerSearch {
	border: 1px solid lightgrey;
	padding: 5px;
}
.headerSearch input,
.headerSearch button {
	border: none;
	background: none;
	line-height: 30px !important;
	height: 30px !important;
}
.headerSearch button i {
	color: #428BCA;
}

.content-toolbar {
	text-transform: uppercase;
	letter-spacing: 1px;
}
header {
	border-top: 10px solid #428BCA;
}
header .content-toolbar > .content-toolbar-inner > ul > li, 
header .content-toolbar > .content-toolbar-inner > ul > li > a:not(.btn) {
	font-size: 0.8rem;
}
header .content-toolbar > .content-toolbar-inner > ul {
	height: auto !important;
}
header .main-content-col {
	margin-top: 20px;
}
.content-toolbar i {
	color: #428BCA;
}

.btn-link {
	color: #428BCA;
	text-decoration: underline !important;
	font-weight: normal !important;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 0.8rem;
	letter-spacing: 1px;
}
.btn-link::after {
	display: none !important;
}

#footerNewsletter {
	background: #428BCA;
	text-align: center;
	padding: 20px;
}
#footerNewsletter h5 {
	color: white;
	margin: 0;
	line-height: 30px;
}
#footerNewsletter form input {
	padding: 10px;
	margin: 0 0 10px;
	height: 30px;
	line-height: 30px;
	border: none;
	box-shadow: none;
	display: block;
	width: 100%;
}
#footerNewsletter form button {
	background: rgba(255,255,255,0.3);
	border-radius: 0;
	border: none;
	height: 30px;
	line-height: 30px;
	vertical-align: top;
}
nav.navbar .navbar-nav li ul li a {
	line-height: 24px !important;
	font-size: 0.8rem !important;
	padding: 0 5px !important;
}
@media(min-width: 768px) {
	#footerNewsletter form input {
		display: inline-flex;
		margin: 0;
		width: auto;
		justify-content: flex-start;
	}
	header .main-content-col {
		margin-top: 0;
	}
	.extendRight {
		margin-right: -100px;
		position: relative;
		z-index: 1;
	}
	.extendLeft {
		margin-left: -100px;
		position: relative;
		z-index: 1;
	}
	.extendText {
		padding: 40px;
		background: rgba(243,243,243,0.7);
		box-shadow: 0 2px 5px rgba(0,0,0,0.3);
		z-index: 2;
		position: relative;
	}
}