.section-icon-component.light-blue-bg {
    background: #c8dde9;
}
.section-icon-component.light-gray-bg {
    background: #e1e1e1;
}
.section-icon-component.light-purple-bg {
    background: #b28ac2;
}

.section-icon-component {
    width:100%;
    padding:4% 15px 3%;
}
.section-icon-component.scheme1 {
    background:#fff;
}
.section-icon-component.scheme2 {
    background:#0067b1;
}
.section-icon-component > div.field-name-field-icon-component-section-ref {
    max-width:1320px;
    width:100%;
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items:flex-start;
    margin: 0 auto;
}
.subheading p {
    font-size:20px;
}
@media screen and (min-width:600px) {
    .subheading p {
        font-size:24px;
    }
}

.section-icon-component .field-name-field-long-text h1 {
    color: #0067b1;
}
.section-icon-component > div > div {
    width:100%;
    padding:20px;
    margin:0 auto 40px;
    border-radius:4px;
    text-align: center;
}
.section-icon-component .field-name-field-long-text,
.section-icon-component .field-name-field-long-text-footer {
    max-width: 1140px;
    margin: 0 auto;
}
@media screen and (max-width:768px) {
    .section-icon-component > div > div {
        max-width:50%;
    }
}
@media screen and (max-width:599px) {
    .section-icon-component > div > div {
        max-width:100%;
    }
	.section-icon-component.mobile-layout > div > div {
		display:flex;
		text-align: left;
		flex-wrap: wrap;
	}
	.section-icon-component.mobile-layout .field-name-field-icon-section-image-icon {
		width:30%;
		max-width: 100px;
	}
	.section-icon-component.mobile-layout .field-name-field-icon-section-image-icon img {
		max-width:75px;
	}
	.section-icon-component.mobile-layout > div > div {
		margin: 0
	}
	.section-icon-component.mobile-layout .icon-section {
		width:70%;
	}
	.section-icon-component .field-name-field-icon-section-short-desc {
		width: 100%;
	}
}
@media screen and (min-width:769px) {
    .section-icon-component > div > div,
    .section-icon-component.three-col > div > div  {
        width:33.33333%;
    }
    .section-icon-component.six-col > div > div {
        width: 16.6666666%;
    }
    .section-icon-component.five-col > div > div {
        width: 20%;
    }
    .section-icon-component.four-col > div > div {
        width: 25%;
    }
    .section-icon-component.two-col > div > div {
        width: 50%;
    }
}

.section-icon-component .icon-section {
    padding-top:12px;
}

.section-icon-component .field-name-field-icon-section-link a {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    background: #c1d82f;
    line-height: 32px;
    vertical-align: middle;
    border: 0;
    color: #fff;
    cursor: pointer;
    padding:10px 20px;
    display: inline-block;
    border-radius:4px;
}
.section-icon-component .field-name-field-icon-section-short-desc {
    padding-bottom:12px;
}
    

/*create account page*/
.page-rb-create-account .block-webform h2 {
    display: none;
}
.page-rb-create-account .region-content .content {
    max-width:900px;
    padding: 0 10px;
    margin: 40px auto;
}