

.information-banner__content.greyBackground {
    background-color: #F3F3F3;
    color: #00155a;
}

.information-banner__content.darkGreyBackground {
    background-color: #474747;
    color: #FFFFFF;
}

.information-banner__content.orangeBackground {
    background-color: #ffa02f;
    color: #00155a;
}

.information-banner__content.darkOrangeBackground {
    background-color: #fe5815;
    color: #FFFFFF;
}

.information-banner__content.blueBackground {
    background-color: #005bbb;
    color: #FFFFFF;
}

.information-banner__content.darkBlueBackground {
    background-color: #001a70;
    color: #FFFFFF;
}

.information-banner__content.greenBackground {
    background-color: #c4d600;
    color: #00155a;
}

.information-banner__content.darkGreenBackground {
    background-color: #509e2f;
    color: #FFFFFF;
}

.information-banner__content.whiteBackground {
    background-color: #FFFFFF;
    color: #00155a;
}

/* Pure */
.information-banner.pure-u-1-1,
.information-banner .pure-u-2-24,
.information-banner .pure-u-21-24,
.information-banner .pure-u-22-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    margin-left: -0.00000000000000000000000001%;/* Fix bug on zoom out.*/
}

.information-banner.pure-u-1-1 {
    width: 100%;
}

.information-banner .pure-u-22-24 {
	width: 91.6357%;
}

.information-banner .pure-u-21-24 {
	width: 87.4690%;
}

/* .information-banner .pure-u-2-24 {
	width: 8.3023%;
} */

.information-banner__text {
    margin-left: 15px !important;
}

/* Grid */
@media screen and (min-width: 48em) {

    .information-banner .pure-u-md-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
    }
    
    /* .information-banner .pure-u-md-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
    } */
}


.information-bannerRWD__content.greyBackground {
  background-color: #f3f3f3;
  color: #00155a;
}

.information-bannerRWD__content.darkGreyBackground {
  background-color: #474747;
  color: #ffffff;
}

.information-bannerRWD__content.orangeBackground {
  background-color: #ffa02f;
  color: #00155a;
}

.information-bannerRWD__content.darkOrangeBackground {
  background-color: #fe5815;
  color: #ffffff;
}

.information-bannerRWD__content.blueBackground {
  background-color: #005bbb;
  color: #ffffff;
}

.information-bannerRWD__content.darkBlueBackground {
  background-color: #001a70;
  color: #ffffff;
}

.information-bannerRWD__content.greenBackground {
  background-color: #c4d600;
  color: #00155a;
}

.information-bannerRWD__content.darkGreenBackground {
  background-color: #509e2f;
  color: #ffffff;
}

.information-bannerRWD__content.whiteBackground {
  background-color: #ffffff;
  color: #00155a;
}

