.sidebarRailModule{
	overflow:hidden;
}

.sidebarRailModule h3 {
	font-size: 24px;
    line-height: 1.4;
    color: #1e303a;
    letter-spacing: 1.1px;
    margin-top: 4px;
}

.nobullet{
	padding-left:20px;
	list-style: none;
}

.nobullet a{
	text-decoration: none;
}

.sidebarRailModule .button{
	margin-top:10px;
}

.sidebarRailModule .image{
	position: relative;
	display:inline-block;
}

.sidebarRailModule .image, .sidebarRailModule img{
	width:100%;
}

.sidebarRailModule h4{
	margin-bottom:10px;
	font-weight: bold;
}

.sidebarRailModule h5{
	font-size:18px;
	line-height:24px;
	font-weight: bold;
	margin-top:0;
	margin-bottom: 10px;
}

.sidebarRailModule h6{
	font-size: 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold !important;
  text-transform: uppercase;
  line-height: 25px;
  margin-top:0;
  margin-bottom:10px;
}

.sidebarRailModule .image:after{
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color:white;
	content:'';
	opacity:0;
	transition: opacity 0.25s ease;
	max-width:100%;
}

.sidebarRailModule a:hover .image:after{
	opacity:0.3;
}

.sidebarRailModule .info{
	border-top:4px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding:20px 10px;
	margin-bottom: 20px;
	text-decoration: none;
	color:black;
	background-color: white;
	line-height:1.8;
}

.no-border .sidebarRailModule .info {
	border-top: 0 none;
}

.sidebarRailModule .red { border-top: 4px solid #ec242a; }
.sidebarRailModule .orange { border-top: 4px solid #f79421; }
.sidebarRailModule .yellow { border-top: 4px solid #fbd605; }
.sidebarRailModule .green { border-top: 4px solid #3aac49; }
.sidebarRailModule .blue { border-top: 4px solid #9fc5d9; }
.sidebarRailModule .purple { border-top: 4px solid #843b94; }
.sidebarRailModule .grey { border-top: 4px solid #e5e5e5; }

.rail .info{
	border-top:4px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding:20px 10px;
	background-color: white;
	line-height:1.8;
}

.sidebarRailModule a:hover{
	text-decoration: none;
	color:black;
}

@media screen and (max-width:991px){
	.sidebarRailModule:first-child{
		margin-top:40px;
	}
}