@media screen and (min-width: 768px) {
	.bodyRailSection.two-column .col-md-12, .bodyRailSection.three-column .container {
		padding: 0;
	}
}



.bodyRailSection:not(.two-column) .container {
	width: 100%;
	max-width: 1290px;
	margin-left: auto;
	margin-right: auto;
}

.bodyRailSection.three-column .container {
	max-width: 970px;
}

.bodyRailSection .column > div{
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
}

.bodyRailModule{
	flex:0 0 33%;
	margin-bottom:40px;
}

.one-column .bodyRailModule {
	margin-bottom: 0;
}

.two-column .bodyRailModule {
	flex:0 0 50%;
	display: flex;
	display: -webkit-flex;
}

.bodyRailModule .inner{
	background-color:white;
	height:100%;
	position: relative;
}

.two-column .bodyRailModule .inner {
	background-color:#419bce;
	position: relative;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    max-width: 100%;
    height: auto;
}

.two-column .bodyRailModule .inner .info {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	max-width: 100%;
	position: relative;
	flex: 1 auto;
	border-top: 0 none;
	margin-top: -70px;
	padding: 0;
	background-color: rgba(0,0,0,0.5);
}

.two-column .bodyRailModule .inner .info.double-line {
	margin-top: -100px;
}

.two-column .bodyRailModule .inner .info .dropdownContent {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 40px 40px 40px;
	max-width: 100%;
}

@media screen and (min-width: 601px) {
	.one-column .bodyRailModule .inner {
		margin: 0;
	}
	.bodyRailModule .inner, .two-column .bodyRailModule .inner, .bodyRailSection.three-column .bodyRailModule .inner{
		margin:0 15px 0px 15px;
	}
	.two-column.extra-spacing .bodyRailModule {
		margin-bottom: 60px;
	}
	.two-column.extra-spacing .bodyRailModule .button {
		min-width: 165px;
	}
	.two-column.extra-spacing .bodyRailModule:nth-child(odd) .inner {
		margin:0 30px 0px 15px;
	}
	.two-column.extra-spacing .bodyRailModule:nth-child(even) .inner {
		margin:0 15px 0px 30px;
	}
	.bodyRailModule .button{
		min-width: 250px;
		text-align: center;
	}	
}

@media screen and (min-width: 768px) {
	.two-column .bodyRailModule .inner .info.double-line .header-holder {
		height: 102px;
		display: flex;
		display: -webkit-flex;
		align-items: center;
	}
}

@media screen and (min-width: 991px) {
	 .modified-column-width {
	 	position: relative;
	 }
	 .modified-column-width .bodyRailModule h5, .modified-column-width .sidebarRailModule h3 {
		line-height: 1.7;
	 }
	 .modified-column-width > .container > .row, .modified-column-width > .container > .row > .column {
	 	position: relative;
	 	display: flex;
		display: -webkit-flex;
	 }

	 .modified-column-width > .container > .row > .column {
		padding: 0;
		margin:  0 15px;
	 }

	 .modified-column-width > .container > .row > .column.col-md-8 {
		width: calc(66% - 30px);
		margin-right: 30px;
	 }

	 .modified-column-width > .container > .row > .column.col-md-4 {
		width: calc(33% - 30px);
		float: right;
	 }

	.modified-column-width > .container > .row .col-md-4 > div, .modified-column-width > .container > .row .col-md-8 > div {
		background-color: #fff;
	}
	
	.modified-column-width > .container > .row > .column.col-md-8 .inner {
		margin: 0;
	}

	.modified-column-width > .container > .row .col-md-4 > div .info {
		border-bottom: 0 none;
		padding: 44px 30px 30px 30px;
	}
}

.bodyRailSection:not(.two-column) .bodyRailModule:first-of-type .inner,.bodyRailSection:not(.two-column) .bodyRailModule:nth-of-type(4n) .inner{
	margin-left:0;
}

.bodyRailSection:not(.two-column) .bodyRailModule:nth-of-type(3n) .inner{
	margin-right:0;
}

@media screen and (max-width:767px){
	.bodyRailModule{
		flex:0 0 50%;
		margin-bottom:40px;
		position: relative;
	}
}

@media screen and (max-width:600px){
	.bodyRailModule{
		flex:0 0 100%;
		margin-bottom:40px;
		position: relative;
	}
}

.bodyRailSection.two-column .bodyRailModule .image-link {
	display: block;
}

.bodyRailModule .imageContainer{
	height:162px;
	overflow:hidden;
	width:100%;
	background-size:cover;
	background-position: center center;
}

.bodyRailSection.two-column .bodyRailModule .imageContainer, .bodyRailSection.two-column .bodyRailModule .image-link {
	height:259px;
	flex: 0 0 259px;
}

.bodyRailModule .red { border-top: 4px solid #ec242a; }
.bodyRailModule .orange { border-top: 4px solid #f79421; }
.bodyRailModule .yellow { border-top: 4px solid #fbd605; }
.bodyRailModule .green { border-top: 4px solid #3aac49; }
.bodyRailModule .blue { border-top: 4px solid #9fc5d9; }
.bodyRailModule .purple { border-top: 4px solid #843b94; }
.bodyRailModule .grey { border-top: 4px solid #e5e5e5; }

.bodyRailModule .header{
	color:black;
	text-decoration: none;
}

.two-column .bodyRailModule .inner .header-holder, .two-column .bodyRailModule .inner .content-holder {
	width: 100%;
}

.bodyRailModule h5 {
	margin-top:4px;
	margin-bottom:20px;
	font-size:24px;
	line-height:1.4;
	font-family: 'Merriweather';
	color: #1e303a;
	font-weight: bold;
	letter-spacing: 1.1px;
}

.bodyRailSection.three-column h5 {
	margin-top: 4px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.4;
    font-family: 'Merriweather';
    font-weight: bold;
	letter-spacing: 1px;
}

.bodyRailSection.two-column .bodyRailModule .inner h5 {
	margin: 18px 0;
}

.two-column .bodyRailModule .inner h5, .two-column .bodyRailModule .inner p, .bodyRailModule .header {
	color: #fff;
}

.two-column .bodyRailModule .inner .content-holder {
	padding: 20px 0;
}

.bodyRailModule p {
	font-size: 16px;
    color: #1e303a;
    line-height: 2;
}

.bodyRailModule .header:hover{
	text-decoration: none;
}

.bodyRailModule .info{
	padding:40px;
	padding-bottom:125px;
}

.bodyRailSection.three-column .info{
	padding: 10px;
    padding-bottom: 85px;
}

.bodyRailModule .button{
	position: absolute;
	bottom:40px;
	left:40px;
}

.bodyRailSection.three-column .button {
	position: absolute;
    bottom: 20px;
    left: 10px;
        font-family: 'Roboto Condensed',sans-serif;
    background-color: #a0c5d8;
    color: white;
    font-weight: bold;
    padding: 10px 16px 8px 16px;
    border-bottom: 1px solid #58798d;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    transition: background-color 0.25s ease,border-color 0.25s ease;
    font-size: 14px;
    min-width: 118px;
}

.two-column .bodyRailModule .button{
	position: relative;
	bottom: 0;
	left: 0;
	align-self: flex-end;
}

.bodyRailModule h6{
	color:#a6a6a6;
	line-height:1.4;
}

.bodyRailModule .info .dropdownArrow{
	display:none;
}

.collapsible .bodyRailModule .info{
	overflow:hidden;
}

.collapsible .bodyRailModule.dropdown:not(.open) .info .button{
	display:none;
}

.collapsible .bodyRailModule.dropdown.open .info .button{
	display:block;
}

.collapsible .bodyRailModule.dropdown:not(.open):after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:120px;
	background-image:linear-gradient(transparent, white, white)
}

.collapsible .bodyRailModule .info .dropdownArrow{
	display:none;
	cursor:pointer;
}

.collapsible .bodyRailModule.dropdown .dropdownArrow{
	display:block;
	position:absolute;
	bottom:28px;
	z-index: 2;
	font-family:'Roboto Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size:14px;
	color:#a0c5d8;
}

.collapsible .bodyRailModule.dropdown .info{
	padding-bottom:0;
}

.collapsible .bodyRailModule.dropdown.open .info{
	padding-bottom:100px;
}

.collapsible .bodyRailModule.dropdown.open .dropdownArrow{
	bottom:72px;
}

.collapsible .bodyRailModule:not(.dropdown) .info{
	max-height:none !important;
}

.collapsible .bodyRailModule.dropdown .button{
	bottom:20px;
}

@media screen and (max-width: 1100px) {
	.bodyRailModule .info {
		padding: 20px;
    	padding-bottom: 100px;
	}
	.bodyRailModule .button {
		left: 20px;
		bottom:25px;
	}
}

@media screen and (max-width: 991px) {
	.two-column .bodyRailModule .inner .info {
		margin-top: -95px;
	}	
	.bodyRailModule {
		flex: 0 0 50%;
	}
	.bodyRailSection.three-column .bodyRailModule {
		flex: 0 0 33%;
	}
	.bodyRailSection:not(.two-column) .bodyRailModule:nth-of-type(3n) .inner {
	    margin-right: 15px;
	}
	.bodyRailSection:not(.two-column) .bodyRailModule:first-of-type .inner, .bodyRailSection:not(.two-column) .bodyRailModule:nth-of-type(4n) .inner {
	    margin-left: 15px;
	}
}	

@media screen and (max-width: 767px) {
	.bodyRailModule, .two-column .bodyRailModule {
		width: 100%;
		flex: 0 0 100%;
	}
	.bodyRailSection.three-column .bodyRailModule {
		flex: 0 0 50%;
	}
	.two-column .bodyRailModule .inner .info {
		margin-top: -70px;
	}
	.two-column .bodyRailModule .inner .info.double-line {
		margin-top: -95px;
	}
	.bodyRailModule .inner, .two-column .bodyRailModule .inner  {
	    margin-right: 0;
	    margin-left: 0;
	}
	.bodyRailModule:nth-of-type(even) .inner {
	    margin-right: 0;
	}
	.bodyRailModule:nth-of-type(3n) .inner {
	    margin-right: 0;
	}
	.bodyRailModule:first-of-type .inner, .bodyRailModule:nth-of-type(4n) .inner {
	    margin-left: 0;
	}
}	

@media screen and (max-width: 600px) {
	.bodyRailSection.three-column .bodyRailModule {
		flex: 0 0 100%;
	}
}	