/* Base styles, which will be overridden by everything below them */
.responsive {
  width: 100%;
  height: auto;
}

a{
	color: #ec2227;
}
a:hover{
	color: #ec2227;
	text-decoration: none;
}
a:visited{}
a:active{
	color: #ec2227;
}
a:focus{
	outline: none;
}

.blog ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.blog li {
  padding-left: 0em;
  text-indent: 0em; 
} 


.maincolour {
	color: #ec2227;
}

.maincolour-bg {
	background-color: #ec2227;
}



.btn-primary:hover{
	background-color: #ec2227;
}
.btn-secondary:hover{
	background-color: #fff;
	color: #ec2227;
}
.g-recaptcha > div{
	width: 100% !important;
	text-align: center;
}

header, .sidebarBox{
	box-shadow: 0px 3px 12px rgba(0,0,0,0.4)
} 

.nav {}
.nav a{}
.nav a:hover{}
.nav a:visited{}
.nav a:active{}

.full-nav  a:hover{
	color: #ea7275;
}
.full-nav  > ul{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.full-nav  > ul > li{
	display: inline-block;
	position: relative;
}
.full-nav  .sub-nav{
	width: 450px;
	font-size: 22px;
	display: none;
	background-color: #ec2227;
	padding: 10px 15px;
	position: absolute;
	margin-top: 10px;
}
.full-nav  .sub-nav a{
	display: block;
	color: #fff;
}

.mobile-nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.mobile-nav  .sub-nav{
	font-size: 18px;
	font-weight: 300;
}

.feature-list a:hover{
	color: #fff;
}

.heading {
	font-family: "Sans Pro";
	text-transform: uppercase;
	position: relative;
	padding-left: 15px;
}
.heading::before{
	content: "";
	display: block;
	background-color: #ec2227;
	height: 100%;
	position: absolute;
	left: 0;
	width: 4px;
}
.heading-sm{
	display: block;
	font-family: "Open Sans";
	text-transform: initial;
	font-size: 13px;
}

.heading a:link{}
.heading a:hover{}
.heading a:visited{}
.heading a:active{}

.sub-heading {
	color: #ec2227;
	margin-bottom: 15px;
}
.sub-heading::after{
	content: "";
	display: block;
	background-color: #ec2227;
	height: 4px;
	width: 100px;
	margin-top: 12px;
	position: relative;
	left: 0px;
}
.sub-heading a:link{}
.sub-heading a:hover{}
.sub-heading a:visited{}
.sub-heading a:active{}

.maintext {
	font-family: "Open Sans";
	font-size: 12px;
}
.maintext a:link{}
.maintext a:hover{}
.maintext a:visited{}
.maintext a:active{}

footer {}
footer a:link{}
footer a:hover{}
footer a:visited{}
footer a:active{}

.copyright {}
.copyright a{
	color: #fff;
}
.copyright a:hover{
	color: #bcbbbb;
}
.copyright a:visited{}
.copyright a:active{}

.attribution a{
	color: #fff;
}
.attribution a:hover{
	color: #bcbbbb;
}

.blog {
   position: relative;
    z-index: 2;
}

.sideBar {
     position: sticky;
    top:80px;
   z-index:4;
}

.sidebarBox .dropdown-menu {

	border:0px;
	border-radius: 0px;
	background-color: #d49b03;
	color:#fff;
	font-size:  0.8em;
    

}



.sidebarBox .dropdown-menu > li > a {
	color:#fff;
}

.sidebarBox .dropdown-menu > li > a:hover {
	text-decoration: underline;
}

@media (max-width: 576px) {	
	.sidebarBox .dropdown-menu {
		font-size:1em;
	}
}

/* Responsive styles, which override the base styles at specific sizes */

/* Smartphones */
@media(min-width: 576px){
	
}
	
/* Tablets */
@media(min-width: 768px){
	
}
	
/* Laptops */
@media(min-width: 992px){
	.maintext{
		font-size: 25px;
	}
	.heading {
		padding-left: 30px;
	}
	.heading::before{
		width: 8px;
	}
	.heading-sm{
		font-size: 30px;
	}
	.sub-heading{
		margin-bottom: 30px;
	}
	.sub-heading::after{
		height: 9px;
		margin-top: 30px;
		left: 3px;
	}
}
	
/* Desktops */
@media(min-width: 1200px){
	
}
	
/* Extra large Desktops */
@media(min-width: 1600px){
	
}