/* ========================================================
   BUS2BUS Landing Pages
   ======================================================== */

/* Typography */
.bus-lp #content p,
.bus-lp #content li {
	font-size: 1.2em;
	font-weight: 400;
	color: #fff; 
}

.bus-lp #content li,
.bus-lp #content li:before {
    color: #fff;
}

.bus-lp #content li::before {
    padding-top: 5px;
}

@media (min-width: 1108px) {
    .bus-lp #content li::before {
        padding-top: 8px;
    }
}

.bus-lp #content b {
	font-weight: 800; 
}

@media (min-width: 1108px) {
    .bus-lp #content p,
    .bus-lp #content li {
        font-size: 1.45em;
    }
}

.bus-lp #content h3 {
    padding: 1.5em 0 0.8em 0;
    font-size: 1.9em;
    color: #fff;
}

@media (min-width: 1108px) {
    .bus-lp #content h3 {
        font-size: 2.4em;
        padding: 1.2em 0 0.6em 0;
    }
}

@media (min-width: 1780px) {
    .bus-lp #content h3 {
        font-size: 2.8em;
        padding: 1.2em 0 0.5em 0em;
    }
}

body.bus-lp {
    line-height: 0;
}

.bus-lp #content .col-12 {
    padding-bottom: 0;
}

.bus-lp #content .no-padding,
.bus-lp #content .no-padding .textimage-img {
    padding: 0;
}

.bus-lp #content .margin-bottom {
	margin-bottom: 2em;
}

/* Section Blue */
.bus-lp #content .section-blue {
    background-color: #00558C;
    padding: 0 1.5em 3em 1.5em;
}

@media (min-width: 768px) {
    .bus-lp #content .section-blue {
        padding: 1em 3em 3.5em 3em;
    }
}

@media (min-width: 1108px) {
    .bus-lp #content .section-blue {
        padding: 0.5em 3em 3em 3em;
    }
}

@media (min-width: 1780px) {
    .bus-lp #content .section-blue {
        padding: 1em 4em 4em 4em;
    }
}

.bus-lp #content .bg-visualsep18 {
	background-image: url(../../bus_images/images_landingpages/bus_lp_sept18_background-visual.jpg);
	background-size: cover;
	background-position: center top;
}

/* Section Green */
.bus-lp #content .section-green {
    background-color: #B9CE00;
    padding: 2em 4em;
}

@media (min-width: 1108px) {
    .bus-lp #content .section-green {
        padding: 3em 4em;
    }
}

.bus-lp #content .section-green p {
    text-align: center;
    padding: 0;
}

.bus-lp #content .section-green p a.link-highlight-block {
    width: auto;
    display: inline-block;
    padding: 0.4em 0.6em;;
    background-color: #fff;
   	line-height: 1.8em;
    font-size: 0.9em;
    font-weight: 800;
    text-transform: uppercase;
    transition: all 0.25s;
}

.bus-lp #content .section-green p a{
    color: #00558C;
}

@media (min-width: 768px) {
    .bus-lp #content .section-green p a.link-highlight-block {
        font-size: 1em;
        padding: 0.5em 1em;
        line-height: 2.0em;
    }
}

@media (min-width: 1108px) {
    .bus-lp #content .section-green p a.link-highlight-block {
        font-size: 1.1em;
        padding: 0.5em 2em;
    }
}

.bus-lp #content .section-green p a.link-highlight-block:hover {
    background-color: #00558C;  	
    color: #fff;
}

