::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e30613;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #e30613;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #e30613;
}

.sidenav {
	width: 130px;
	position: fixed;
	z-index: 100;
	top: 20px;
	left: 10px;
	background: #eee;
	overflow-x: hidden;
	padding: 8px 0;
}

.sidenav a {
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	font-size: 25px;
	color: #2196F3;
	display: block;
}

.sidenav a:hover {
	color: #064579;
}

.main {
	margin-left: 140px; /* Same width as the sidebar + left position in px */
	font-size: 28px; /* Increased text to enable scrolling */
	padding: 0px 10px;
}

@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}

.sidebar .single-sidebar.service-sidebar ul.service-list li a {
	font-weight: 300;
	font-size: 13px;
	line-height: inherit;
	padding: 10px;
}

#campaignButton
{
	width: 60%;
	font-weight: bold;
}

#campaignButton2
{
	width: 100%;
}

a.top-btn{
	margin: 0 2% 0 0;
	color:#fff;
}

a.top-btn:hover {
	border: 1px solid grey;
	color:#bdbdbd;
}

.sub-hero-p {
	color: #fff;
	letter-spacing: 0.03rem;
	margin-top: 1%;
	
}

.sub-menu {
	background-color:#B2B2B2;
	width: 100%;
	padding: 1.2% 13% 1.2%;
	position: fixed;
}

.sub-menu-a {
	color: #4A4A49;
	font-weight: bold;
	padding: 2%;
	
}

.cta-subnav {
	border-color: #4A4A49;
	border-style: solid;
	border-width: 2px;
	cursor: pointer;
	text-align: center;
	
}

.section-line-height {
	line-height: 2;
}



/* Medium devices (tablets, 579px and up)*/
@media (min-width: 579px) { 
	#campaignButton
	{
		width: 30%;
		font-weight: bold;
	}
	#campaignButton2
	{
		width: 50%;
	}
	
}

@media only screen and (max-width: 542px) {
	.contact-cta{
		display: none;
	}
}

.border-blog {
	border: 1px solid transparent;
	border-radius: 2px;
	cursor: pointer;
	border-color: rgba(0, 0, 0, .08);
	transition: .5s;
}

.border-blog:hover {
	box-shadow: 0 0 45px rgba(0, 0, 0, .08);
	margin-bottom: +2%;
}

.bloglink{
	color: #003366;
}

a.bloglink:hover {
	color: #e30616;
}

/*-------- CookieConsent --------------*/

body .cc-banner.cc-bottom {
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: 6%;
}

/*-------- End CookieConsent--------------*/

hr {
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.sp {
padding-left: 0.5em;
					padding-right: 0.5em;
					font-weight: 15;
					font-size: initial;
					list-style: square !important;
					line-height: 1.5em;
}