@import url('https://fonts.googleapis.com/css?family=Montserrat|Roboto|Lato');

/* common styles */

body, html {
    margin: 0;
    padding: 0;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #070306;
}


/* side navigation */

.side-navigation-menu {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1000;
	width: 0;
	overflow-x: hidden;
	transition: 0.3s;
}

.side-navigation-shim {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 500;
	background: rgba(246, 245, 241, 0.6);
	display: none;
}

.side-navigation-menu-content {
	width: 100%;
	max-width: 470px;
	height: 100%;
	background-color: #0A1623;
}

.side-navigation-menu-content-inner {
    padding: 30px 30px 30px 15px;
}

.side-navigation-menu ul {
	padding: 0;
	list-style-type: none;
}

.side-navigation-menu li {
	border-bottom: 1px solid #383F52;
	color: #ffffff;
	padding: 10px 0;
}


.side-navigation-control {
	font-size: 1em;
    display: flex;
    color: #ffffff;
    justify-content: space-between;
}

.side-navigation-menu-content a{
    color: #ffffff;
    text-decoration: none;
}

.side-navigation-menu-content a:hover{
    text-decoration: underline;
}

.side-navigation-menu-back, .side-navigation-menu-close {
    cursor: pointer;
}

.side-navigation-menu-content .sub-menu-parent-link-wrapper {
    width: 90%;
}

.side-navigation-menu-content .sub-menu-parent-link-chevron {
    position: absolute;
    right: 5px;
    top: 10px;
    
}

.sub-menu-parent-link-item {
    position: relative;
}


.side-navigation-menu-fade {
    background: #0A1623;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.side-navigation-menu-fade.animated {
    animation:fade-out 1.5s ease;
}

.menu-dropdown-content {
     z-index: 10;
}

@keyframes fade-out {
    0% {opacity: 1;}
    100% {opacity: 0;}
}



h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

.clear {
	clear: both;
}

.body-fixed
{
	position: fixed;
}

.thin {
  display: inline-block;
  width: 1.2em;
}

.hr {
    width: 100%;
    height: 1px;
    background-color: #e3eaee;
    margin: 10px 0;
}

.hr-menu {
    background-color: #d3e0ec;
    margin: 10px 0 0 0;
}

header {
    background-color: #E6F2FE;
}

.alignment-center {
    text-align: center;
}

.alignment-left {
    text-align: left;
}

.alignment-right {
    text-align: right;
}


@media (max-width: 767px) {
    .alignment-center {
        text-align: center;
    }

    .alignment-left {
        text-align: center;
    }

    .alignment-right {
        text-align: center;
    }

}

/*
@media (max-width: 767px) {
    .header-content {
        padding-left: 20px;    
        padding-right: 20px;
    
    }
    
    .header-row-mobile {
        padding-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1240px) {
    .header-content {
        padding-left: 20px;    
        padding-right: 20px;
    
    }
}
*/

/* max width for desktop */
@media (min-width: 1200px)
{
	header .header-content {
		max-width: 1200px;
		margin: 0 auto;
	}

	.content-centered {
		max-width: 1200px;
		margin: 0 auto;
	}
	
	.content-full-left {
		max-width: 1200px;
		margin: 0;
	}

	header .footer-content {
		max-width: 1200px;
		margin: 0 auto;
	}
}


/* header section */




.header-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.header-item {
    padding-top: 20px;
    /*border: 1px solid #000000;*/
}

.aheader-logo {
    padding-top: 10px;
}

.header-logo-mobile {
	display: none;
	float: left;
	padding-top: 10px;
    padding-left: 20px;
}

.header-nav {
	font-size: .9em;
}


.header-nav ul.main-menu, .header-nav ul.sub-menu {
	margin: 0;
	padding: 0;
}	

.header-nav ul.main-menu {
    margin-top: 10px;
}

.header-nav ul.main-menu li {
	display: inline;
    padding: 0 20px;
}	

.header-nav ul.main-menu li a {
	color: #070306;
	text-decoration: none;
}

.header-nav ul.main-menu li a:hover {
	color: #1058B0;
}


.header-nav ul.sub-menu li {
	display: block;
}	

.header-nav ul.sub-menu li a {
	color: #0082ba;
	text-decoration: none;
}

.header-nav ul.sub-menu li a:hover {
	color: #0082ba;
}



.mobile-menu-icon {
	cursor: pointer;
}


.menu-dropdown {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 700px;
    height: 450px;
    box-shadow: 0 4px 14px 0 rgba(67,73,84,.2);
    display: none;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    font-size: .7em;
}

.menu-dropdown a {
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
}


.menu-dropdown-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 490px;
    background-color: #ffffff;
    border-radius: 5px;
}

.menu-dropdown-triangle-bottom {
   position: absolute;
    left: 50%;
    top: -8px;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    -webkit-transform: translate(-50%,0) rotate(-45deg);
    -ms-transform: translate(-50%,0) rotate(-45deg);
    transform: translate(-50%,0) rotate(-45deg);
}

.menu-dropdown-triangle {
    position: absolute;
    left: 50%;
    top: -9px;
    z-index: -100;
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0 4px 14px 0 rgba(67,73,84,.2);
    -webkit-transform: translate(-50%,0) rotate(-45deg);
    -ms-transform: translate(-50%,0) rotate(-45deg);
    transform: translate(-50%,0) rotate(-45deg);
}

.menu-dropdown-heading {
    font-size: 2.4em; 
    line-height: 1.1em; 
    padding: 30px;
}    

.menu-link {
    position: relative;
}

.menu-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scaleX(0);
    transition: transform 500ms ease-in-out;
}

.main-menu-item .menu-line {
    border-bottom: 1px solid #1058B0;
}
.sub-menu-item .menu-line {
    border-bottom: 1px solid #0082ba;
}


.mobile-menu-icon {
    cursor: pointer;
}

.header-row-mobile {
    display: none;
    width: 100%;
}

.header-item-left {
    width: 65%;
    margin-right: auto;
    text-align: left;
}

.header-item-right {
    width: 30%;
    margin-left: auto;
    text-align: right;
}


@media (min-width: 981px) and (max-width: 1240px) {
    .header-content {
        padding-left: 20px;    
        padding-right: 20px;
    
    }
}

/*@media (max-width: 767px) {*/
@media (max-width: 980px) {
    .header-row {
        display: none;
    }
    .header-row-mobile {
        display: flex;
    }
    
    .header-content {
        padding-left: 20px;    
        padding-right: 20px;
    
    }
    
    .header-row-mobile {
        padding-top: 20px;
    }
}



/* home page */

.home-text-content {
    width: 500px;
}

.home-section-title {
    color: #F85A3E;
    font-size: 1em;
    font-weight: bold;
}

.home-title h2 {
    margin: 0;
    font-size: 2.2em;
    line-height: 1.1em;
    font-weight: bold;
}

.home-left-list {
    float: left;
}

.home-right-list {
    float: left;
    margin-left: 40px;
}

.home-lists ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 230px;
    font-size: .8em;
    line-height: 1.3em;
}

.home-lists li {
    margin-top: 20px;
}

.home-list-icon {
    float: left;
    width: 30px;
    color: #F85A3E;
    font-size: 1.3em;
}

.home-list-text {
    float: left;
    width: 190px;
}
  

.home-block {
    margin: 100px auto;
    /*padding: 100px 0;*/
}

.home-image-on-left, .home-image-on-right, .home-no-image {
   max-width: 1200px;
   margin: 100px auto;
}

.home-block .image-small {
    display: none;
}

.home-block .home-section-title {
    margin-bottom: 12px;
}

.home-block .home-title {
    margin-bottom: 20px;
}

.home-block .home-text {
    margin-bottom: 20px;
}


.home-image-block img {
    width: 100%;
}


.home-wide-image-on-left .home-image-block {
    float: left;
    width: 35%;
    padding-right: 100px;
}



.home-image-on-left .home-image-block {
    float: left;
    width: 35%;
    padding-right: 100px;
}

.home-image-on-right .home-image-block {
    float: left;
    width: 35%;
    padding-left: 100px;
}


.home-text-content {
    float: left;
    width: 500px;
}    

.home-link-section {
    margin-top: 35px;
}

.home-line {
    background-color: #e3eaee;
    height: 1px;
}

.home-link {
    margin-top: 30px;
    text-align: right;
    color: #F85A3E;
}

.home-link a {
    color: #F85A3E;
    text-decoration: none;
}

.home-link a:hover {
    text-decoration: underline;
}

.home-image-block img {
    max-width: 100%;
}

@media (min-width: 981px) and (max-width: 1240px) {
    .home-block {
        padding: 0 20px;
    }    
    
}


@media (max-width: 980px) {
    
    
    .home-block .image-large {
        display: none;
    }
    
    
    
    .home-block {
        padding: 0 20px;
        font-size: 1em;
        margin: 70px 0;
    }
    
    .home-link {
        font-size: 1em;   
    }


    .home-wide-image-on-left .home-image-block {
        width: 100%;
    }
    

    .home-image-on-right .home-image-block {
            padding-left: 0;
    }
    
    .home-image-on-left .home-image-block {
        padding-right: 0;
    }

    .home-text-content {
        width: 100%;
    }

    .home-section-title {
        text-align: center;
    }

    .home-block .home-title {
        text-align: center;
        font-size: 1em;
    }

    .home-text {
        text-align: center;
    }

    .home-lists ul {
        width: 100%;
    }

    .home-list-text {
        width: 80%;
    }

    .home-right-list {
        margin-left: 0;
    }


    
    .home-left-list {
        width: 50%;
    }
    
    .home-right-list {
        width: 50%;
    }
    
    .home-list-icon {
        width: 15%;
    }
    
    
    .home-block .image-small {
        display: inline;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .home-image-on-left .home-image-block {
        padding-right: 0;
    }

}
/* two col heading content */

.two-col-heading-content-wrapper {
    padding: 100px 0;
}

.two-col-heading-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 50px;
    border-radius: 4px;
}

.two-col-heading-content-item {
    width: 50%;
    padding: 0 20px;
}

.two-col-heading-content-subtitle {
    font-size: 1.2em;
    font-weight: bold;
}

.two-col-heading-content-title h2 {
    margin: 0;
    font-size: 2.2em;
    line-height: 1.1em;
    font-weight: bold;
}

.two-col-heading-content-button {
    display: inline-block;
    border: 1px solid #F85A3E;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: .9em;
}

.two-col-heading-content-button-link {
    color: #F85A3E;
}

.two-col-heading-content-button-link:hover {
    color: #F85A3E;
}

.two-col-heading-content-button-wrapper {
    padding-top: 30px;
}

@media (min-width: 768px) and (max-width: 1240px) {
    .two-col-heading-content-wrapper {
        padding: 100px 20px;
    }
}

@media (max-width: 767px) {

    .two-col-heading-content-wrapper {
        padding: 70px 20px;
    }


    .two-col-heading-content {
        max-width: none;
        margin: 0;
        display: block;
        padding: 20px;
    }

    .two-col-heading-content-item {
        width: 100%;
        padding: 0;
    }

    .two-col-heading-content-subtitle {
        font-size: 1em;
    }

    .two-col-heading-content-title h2 {
        font-size: 1.8em;
        line-height: 1.1em;
        font-weight: bold;
    }
    
}


/* two col with call to action */
.two-col-with-call-to-action-wrapper {
    padding: 100px 0;
}

.two-col-with-call-to-action-box {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 50px;
    border-radius: 4px;
    box-shadow: 0 12px 30px 0 rgba(169,168,186,.12), 0 4px 14px 0 rgba(169,165,182,.12);
}


.two-col-with-call-to-action-row1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.two-col-with-call-to-action-row1-item {
    width: 50%;
    padding: 0 20px;
}

.two-col-with-call-to-action-subtitle {
    font-size: 1.2em;
    font-weight: bold;
}

.two-col-with-call-to-action-title h2 {
    margin: 0;
    font-size: 2.2em;
    line-height: 1.1em;
    font-weight: bold;
}


.two-col-with-call-to-action-row2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
}
            
.two-col-with-call-to-action-row2-item-left {
    width: 60%;
    padding: 0 20px;
}

.two-col-with-call-to-action-row2-item-right {
    width: 40%;
    padding: 0 20px;
    text-align: center;
}

.two-col-with-call-to-action-row2-title {
    font-size: 1.1em;
    color: #F85A3E;
}

.two-col-with-call-to-action-row2-text {
    font-size: 1.0em;
}

.two-col-with-call-to-action-button {
    display: inline-block;
    border: 1px solid #F85A3E;
    background-color: #F85A3E;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: .9em;
}

.two-col-with-call-to-action-button-link {
    color: #ffffff;
}

.two-col-with-call-to-action-button-link:hover {
    color: #ffffff;
}


@media (min-width: 768px) and (max-width: 1240px) {
    .two-col-with-call-to-action-wrapper {
        padding: 100px 20px;
    }
}

@media (max-width: 767px) {

    .two-col-with-call-to-action-wrapper {
        padding: 70px 20px;
    }

    .two-col-with-call-to-action-box {
        max-width: none;
        margin: 0;
        background-color: #ffffff;
        padding: 20px;
        /*border-radius: 0;*/
    }

    .two-col-with-call-to-action-subtitle {
        font-size: 1em;
    }

    .two-col-with-call-to-action-title h2 {
        font-size: 1.8em;
        line-height: 1.1em;
        font-weight: bold;
    }

    .two-col-with-call-to-action-row1 {
        display: block;
    }

    .two-col-with-call-to-action-row1-item {
        width: 100%;
        padding: 0;
    }

    .two-col-with-call-to-action-row2-item {
        width: 100%;
        padding: 0;
    }

    .two-col-with-call-to-action-row2 {
        display: block;
    }
    
    .two-col-with-call-to-action-row2-item-left {
        width: 100%;
        padding: 0;
    }

    .two-col-with-call-to-action-row2-item-right {
        width: 100%;
        padding: 10px 0 0 0;
        text-align: center;
    }

}


    /* feature block */


    .feature-block {
        padding: 100px 0;
        text-align: center;
        max-width: 1200px;
        margin: 0 auto;
    }

    .feature-block-subtitle {
        font-size: 1.2em;
        font-weight: bold;
    }

    .feature-block-panel-title {
        margin-top: 10px;
    }

    .feature-block-title h2 {
        margin: 0;
        font-size: 2.2em;
        line-height: 1.1em;
        font-weight: bold;
    }

    .feature-block-panel-row {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        margin-top: 100px;
    }

    .feature-block-panel {
        padding: 50px;
        background-color: #ffffff;
        flex-grow: 1;
        flex-basis: 0;
        margin: 0 20px;
        box-shadow: 0 12px 30px 0 rgba(169,168,186,.12), 0 4px 14px 0 rgba(169,165,182,.12);
        border-radius: 4px;
    }

    .feature-block-panel-blank {
        padding: 50px;
        flex-grow: 1;
        flex-basis: 0;
        margin: 0 20px;
    }

    .feature-block-panel-icon {
        font-size: 2em;
        text-align: center;
    }

    .feature-block-panel-title h4 {
        margin: 0;
        color: #000000;
        font-size: 1.2em;
        line-height: 1.2em;
    }


    .feature-block-panel-content {
        font-size: .9em;
    }


    @media (min-width: 981px) and (max-width: 1240px) {
        .feature-block {
            padding: 100px 20px;
            text-align: center;
            max-width: none;
            margin: 0;
        }
        
    }


    /*@media (max-width: 767px) {*/
    @media (max-width: 980px) {

        .feature-block {
            padding: 70px 20px 70px 20px;
            text-align: center;
            max-width: none;
            margin: 0;
        }

        .feature-block-subtitle {
            font-size: 1em;
        }

        .feature-block-title h2 {
            font-size: 1.8em;
            line-height: 1.1em;
            font-weight: bold;
        }

        .feature-block-panel-row {
            display: block;
            margin-top: 20px;
        }

        .feature-block-panel {
            margin-top: 30px;
        }
        
        .feature-block-panel {
            padding: 20px;   
        }

        .feature-block-panel-blank {
            display: none;
        }
        
        .feature-block-panel-content.rich-editor {
            font-size: .9em;
        }
            
    }

    /* benefit block */


    .benefit-block-wrapper {
        padding: 90px 0 70px 0;
    }

    .benefit-block {
        max-width: 1200px;
        margin: 0 auto;
    }



    .benefit-block-subtitle {
        font-size: 1.2em;
        font-weight: bold;
        padding-top: 10px;
        min-height: 38px;
    }

    .benefit-block-title h2 {
        margin: 0;
        font-size: 2.2em;
        line-height: 1.1em;
        font-weight: bold;
    }

    .benefit-block-text {
        font-size: 1.2em;
        line-height: 1.5em;
        color: #070306;
        padding-top: 10px;
    }

    .benefit-block-image {
        padding-top: 10px;
    }


    .benefit-block-content-text.benefit-block-left-right-image {
        display: inline-block;
        vertical-align: middle;
        width: 59%;
    }

    .benefit-block-image.benefit-block-left, .benefit-block-image.benefit-block-right {
        display: inline-block;
        vertical-align: middle;
        width: 40%;
        text-align: center;
    }
    
    .benefit-block-image.benefit-block-bottom {
        text-align: center;
    }


    .benefit-block-panel-row {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        margin-top: 70px;
    }

    .benefit-block-panel {
        padding: 10px;
        flex-grow: 1;
        flex-basis: 0;
        margin: 0 20px;
        text-align: left;
    }

    .benefit-block-panel-blank {
        padding: 10px;
        flex-grow: 1;
        flex-basis: 0;
        margin: 0 20px;
    }

    .benefit-block-panel-icon {
        font-size: 1.5em;
        text-align: left;
        padding-bottom: 10px;
    }

    .benefit-block-panel-title h4 {
        margin: 0;
        font-size: 1.2em;
        line-height: 1.2em;
    }


    .benefit-block-panel-content {
        font-size: .9em;
    }

    .benefit-block-image img {
        max-width: 100%;
    }
    
    .benefit-block-panel-content.rich-editor p {
        margin: 0;
    }
    
    .benefit-block-image.benefit-block-mobile {
        display: none;   
    }
    

@media (min-width: 981px) and (max-width: 1240px) {    
    .benefit-block-wrapper {
        padding: 90px 20px 70px 20px;
    }
    
    .benefit-block {
        max-width: none;
        margin: 0;
    }
}

/*@media (max-width: 767px) {*/
@media (max-width: 980px) {
    .benefit-block-wrapper {
        padding: 70px 20px;
    }

    .benefit-block {
        max-width: none;
        margin: 0;
    }

    .benefit-block-subtitle {
        font-size: 1em;
    }

    .benefit-block-title h2 {
        font-size: 1.8em;
        line-height: 1.1em;
        font-weight: bold;
    }

    .benefit-block-panel-row {
        display: block;
        margin-top: 20px;
    }

    .benefit-block-panel {
        margin: 0;
    }

    .benefit-block-panel-blank {
        display: none;
    }
    
    .benefit-block-content-text {
        width: 100%;
    }
    
    .benefit-block-text {
        font-size: 1em;
    }
    
    .benefit-block-content-text.benefit-block-left-right-image {
        width: 100%;
    }
    
    .benefit-block-image.benefit-block-left, .benefit-block-image.benefit-block-right, .benefit-block-image.benefit-block-bottom {
    	display: none;
    }
    
    .benefit-block-image.benefit-block-mobile {
        display: block;
        text-align: center;
    }
    
    /*.benefit-block-image.benefit-block-mobile img {
        width: 100%;
    }*/
    
    .benefit-block-panel-row {
        margin-top: 0;
    }
    
    .benefit-block-panel { 
        padding: 40px 0 0 0;   
    }
        
}

    /* home page centered content */
    .home-page-centered-content {
        max-width: 550px;
        margin: 100px auto;
        text-align: center;
    }


    .home-page-centered-content-subtitle {
        font-size: 1.2em;
        font-weight: bold;
    }

    .home-page-centered-content-title h2 {
        margin: 0;
        font-size: 2.2em;
        line-height: 1.1em;
        font-weight: bold;
    }

    .home-page-centered-content-button {
        display: inline-block;
        border: 1px solid #F85A3E;
        padding: 5px 20px;
        border-radius: 20px;
        font-size: .9em;
    }

    .home-page-centered-content-button-link {
        color: #F85A3E;
    }

        .home-page-centered-content-button-link:hover {
            color: #F85A3E;
        }

    @media (max-width: 767px) {

        .home-page-centered-content {
            margin: 70px 0;
            padding-left: 20px;
            padding-right: 20px;
            font-size: 1em;
        }

        .home-page-centered-content-subtitle {
            font-size: 1em;
        }

        .home-page-centered-content-title h2 {
            font-size: 1.8em;
            line-height: 1.1em;
            font-weight: bold;
        }
    }


    /* centered content with image */

    .centered-content-image {
        max-width: 550px;
        margin: 0 auto;
        padding: 100px 0;
        text-align: center;
    }


    .centered-content-image-subtitle {
        font-size: 1.2em;
        font-weight: bold;
    }

    .centered-content-image-title h2 {
        margin: 0;
        font-size: 2.2em;
        line-height: 1.1em;
        font-weight: bold;
    }

    .centered-content-image-button {
        display: inline-block;
        border: 1px solid #F85A3E;
        padding: 5px 20px;
        border-radius: 20px;
        font-size: .9em;
    }
    
    .centered-content-image-button-wrapper {
        padding-top: 30px;
    }

    .centered-content-image-button-link {
        color: #F85A3E;
    }

    .centered-content-image-button-link:hover {
        color: #F85A3E;
    }

    .centered-content-image-image img {
        max-width: 100%;
    }

@media (max-width: 767px) {
    .centered-content-image {
            padding: 70px 20px;
        }

        .centered-content-image-subtitle {
            font-size: 1em;
        }

        .centered-content-image-title h2 {
            font-size: 1.8em;
            line-height: 1.1em;
            font-weight: bold;
        }
    }



    /* coloured block */

    .coloured-block {
        max-width: 550px;
        margin: 0 auto;
        padding-top: 100px;
        padding-bottom: 100px;
        text-align: center;
    }


    .coloured-block-title h2 {
        margin: 0 0 20px 0;
        color: #ffffff;
        font-size: 2.2em;
        line-height: 1.1em;
        font-weight: bold;
    }

    .coloured-block-button {
        display: inline-block;
        border: 1px solid #ffffff;
        padding: 5px 20px;
        border-radius: 20px;
        font-size: .9em;
    }

    .coloured-block-button-link {
        color: #ffffff;
    }

        .coloured-block-button-link:hover {
            color: #ffffff;
        }

    @media (max-width: 767px) {

        .coloured-block {
            max-width: none;
            margin: 0;
            padding-left: 20px;
            padding-right: 20px;
            font-size: 1em;
        }

        .coloured-block-title h2 {
            font-size: 1.8em;
            line-height: 1.1em;
            font-weight: bold;
        }
    }

    /* site banner */

    .site-banner {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .site-banner-content {
        max-width: 1200px;
        margin: 0 auto;
    }

    .site-banner-subtitle {
        font-size: 1.2em;
        font-weight: bold;
        padding-top: 10px;
    }

    .site-banner-title h1 {
        margin: 0;
        color: #000000;
        font-size: 3em;
        line-height: 1.1em;
        font-weight: bold;
        padding-top: 10px;
    }

    .site-banner-text {
        font-size: 1.2em;
        line-height: 1.5em;
        color: #070306;
        padding-top: 10px;
    }

    .site-banner-image {
        padding-top: 10px;
    }

        .site-banner-image img {
            max-width: 100%;
        }

    .site-banner-content-text.site-banner-left-right-image {
        display: inline-block;
        vertical-align: middle;
        width: 59%;
    }

    .site-banner-image.site-banner-left, .site-banner-image.site-banner-right {
        display: inline-block;
        vertical-align: middle;
        width: 40%;
        text-align: center;
    }

    @media (min-width: 768px) and (max-width: 1240px) {
        .site-banner-content {
            padding-left: 20px;
            padding-right: 20px;
        }
    }
        
    @media (max-width: 767px) {
        .site-banner {
            padding-top: 30px;
            padding-bottom: 40px;
        }

        .site-banner-content {
            max-width: none;
            margin: 0;
            padding-left: 20px;
            padding-right: 20px;
        }

        .site-banner-title h1 {
            font-size: 2em;
            line-height: 1.1em;
            font-weight: bold;
        }

        .site-banner-subtitle {
            font-size: 1em;
        }

        .site-banner-text {
            font-size: 1em;
        }

        .site-banner-content-text.site-banner-left-right-image {
            width: 100%;
        }

        .site-banner-image.site-banner-left, .site-banner-image.site-banner-right {
            width: 100%;
        }
    }

    /* contact us form */

    .contact-us-form input, .contact-us-form select {
        border-radius: 25px;
        padding: 15px 27px;
        color: #333;
        border: 1px solid #000000;
        background-color: #ffffff;
        width: 100%;
        font-size: 1em;
        outline: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .textarea-border {
        border-radius: 25px;
        padding: 15px 27px;
        color: #333;
        border: 1px solid #000000;
        background-color: #ffffff;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .contact-us-form textarea {
        border: none;
        outline: none;
        resize: none;
        width: 100%;
    }

    .contact-us-form textarea {
        height: 80px;
        font-size: 1em;
        font-family: 'Roboto', sans-serif;
    }

    .contact-us-form input[type=button] {
        width: auto;
        color: #000000;
        font-size: 1.2em;
    }

    .contact-us-form label {
        color: #233023;
    }

    .contact-us-form .form-group {
        padding-bottom: 20px;
    }

    .contact-us-errormessage {
        display: none;
        color: #ff0000;
        margin-bottom: 10px;
    }

    .form-error {
        border: 1px solid #ff0000 !important;
    }



    /* grid */

    .row {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .cell {
    }

    .row.two-column .cell {
        width: 50%;
    }

    .row.three-column .cell {
        width: 33.33%;
    }
    
    .row.four-column .cell {
        width: 25%;
    }


    .row .cell {
        padding: 0 10px;
    }

        .row .cell:last-of-type {
            padding: 0 0 0 10px;
        }


        .row .cell:first-of-type {
            padding: 0 10px 0 0;
        }

@media (max-width: 767px) {
    .row {
        display: block;
    }

        .row.two-column .cell {
            width: 100%;
        }
        
        .row.three-column .cell {
            width: 100%;
        }

        .row.four-column .cell {
            width: 100%;
        }

    .row .cell {
        padding: 0;
    }

    .row .cell:last-of-type {
        padding: 0;
    }


    .row .cell:first-of-type {
        padding: 0;
    }

}

    /* two column content */

    .two-column-content-wrapper {
        padding: 100px 0;
    }

    .two-column-content {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        background-color: #ffffff;
        padding: 50px;
        border-radius: 4px;
        box-shadow: 0 12px 30px 0 rgba(169,168,186,.12), 0 4px 14px 0 rgba(169,165,182,.12);
    }

    .two-column-content-item-left {
        width: 50%;
        padding: 0 20px;
    }

    .two-column-content-item-right {
        width: 50%;
        padding: 0 20px;
    }


@media (min-width: 768px) and (max-width: 1240px) {
    .two-column-content-wrapper {
            padding: 100px 20px;
        }
}

    @media (max-width: 767px) {

        .two-column-content-wrapper {
            padding: 70px 20px;
        }

        .two-column-content {
            max-width: none;
            margin: 0;
            display: block;
            padding: 20px;
        }

        .two-column-content-item-left {
            width: 100%;
            padding: 0;
        }

        .two-column-content-item-right {
            width: 100%;
            padding: 0;
        }
    }


    /* footer */


.footer-content {
        max-width: 1200px;
        margin: 0 auto;
    }


    footer {
        background-color: #EBECF0;
        color: #000000;
        padding: 90px 0;
    }

        footer a {
            text-decoration: none;
        }

            footer a:hover {
                text-decoration: none;
            }

        footer .footer-links a {
            color: #000000;
            text-decoration: none;
        }

            footer .footer-links a:hover {
                color: #000000;
                text-decoration: underline;
            }


    

    .register-form {
        font-size: .9em;
        margin-top: 35px;
    }

        .register-form input, .register-form select, .register-form button {
            border-radius: 25px;
            padding: 8px 15px;
            color: #000000;
            border: 1px solid #000000;
            background-color: #EBECF0;
            width: 100%;
            font-size: .9em;
            outline: none;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

    .footer-social-wrapper {
        display: inline-block;
        vertical-align: top;
    }

    .footer-social-heading h3 {
        margin: 20px 0 10px 0;
    }

    .footer-social {
        margin: 15px 0 20px 0;
    }

        .footer-social ul {
            margin: 0;
            padding: 0;
            display: inline-block;
        }

        .footer-social li {
            display: inline;
            padding-right: 10px;
        }
        
        .footer-social li.footer-social-last {
            padding-right: 0;
        }

    .footer-social-panel {
        display: inline-block;
        width: 30px;
        height: 30px;
        background-color: #000000;
        color: #ffffff;
        border-radius: 3px;
        font-size: 1.2em;
        line-height: 34px;
        text-align: center;
    }


    .footer-links {
        padding: 20px 0 0 0;
        font-size: .9em;
    }

        footer .terms-gap {
            display: inline-block;
            width: 40px;
            text-align: center;
        }


    footer .register-submit {
        color: #ffffff;
        background-color: #0052CC;
        border-color: #0052CC;
        cursor: pointer;
    }

    footer .register-errormessage {
        font-size: 1em;
        color: #ff0000;
    }


    .footer-panel-row {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .footer-left-panel {
        flex-grow: 1;
    }

    .footer-right-panel {
        width: 228px;
        padding-top: 50px;
        text-align: left;
    }
    
    .footer-social-heading {
        text-align: left;
    }

    footer .vertical-line-wrapper {
        display: inline-block;
    }

    footer .vertical-line {
        width: 1px;
        height: 140px;
        background-color: #000000;
        margin: 0px 20px 0 20px;
    }

    footer .horizontal-line {
        width: 140px;
        height: 1px;
        background-color: #000000;
    }
    
    .footer-inner {
        padding: 0 20px;
    }
    
    .footer-links-mobile {
        text-align: center;
        display: none;
        padding-top: 40px;
    }

    
    .footer-iso-img {
        width: 140px;
        margin-top: 40px;
        margin-right: 40px;
    }
    
    .footer-ihea-img {
        width: 140px;
        margin-top: 100px;
        margin-left: 40px;
    }
    
    .footer-member-logo-wrapper {
        display: none;
        text-align: center;
        margin-top: 30px;
    }
    
    .footer-member-logo-row {
      display: inline-flex;
      gap: 40px;
      align-items: center;
    }
    
    .footer-iso-row-img {
        width: 140px;
    }
    
    .footer-ihea-row-img {
        width: 140px;
    }
    
    .register-icon {
        display: none;
    }

@media (min-width: 768px) and (max-width: 1230px) {
    
    footer .row {
        display: block;
    }
    
    footer .row.four-column .cell {
        width: 100%;
    }
    
    footer .row .cell {
        padding: 0;
    }

    footer .row .cell:last-of-type {
        padding: 0;
    }

    footer .row .cell:first-of-type {
        padding: 0;
    }
    
    .form-group {
        padding-top: 25px;
    }
    
    .form-group.form-button {
        padding-top: 30px;
    }
    
    .footer-links {
        padding: 60px 0 0 0;
    }
    
    .footer-panel-row {
        display: block;
    }

    .footer-left-panel {
        width: 100%;
    }

    .footer-right-panel {
        width: 100%;
    }

    footer .vertical-line-wrapper {
        display: none;
    }
    
    .footer-right-panel {
        text-align: center;
    }
    
    .footer-links {
        display: none;
    }
    
    .footer-links-mobile {
        display: block;
    }
    
    footer .row.three-column .cell {
        width: 100%;
    }
    
    .footer-member-logo-wrapper {
        display: block;
    }
    
    .footer-member-logo-cell {
        display: none;
    }
    
}


@media (max-width: 767px) {


    .footer-content {
        max-width: none;
        margin: 0;
    }

    .form-group {
        padding-top: 25px;
    }
    
    .form-group.form-button {
        padding-top: 30px;
    }

    .footer-panel-row {
        display: block;
    }

    .footer-left-panel {
        width: 100%;
    }

    .footer-right-panel {
        width: 100%;
    }

    footer .vertical-line-wrapper {
        display: none;
    }
    
    .footer-right-panel {
        text-align: center;
    }
    
    .footer-links {
        display: none;
    }
    
    .footer-links-mobile {
        display: block;
    }
    
    .footer-member-logo-wrapper {
        display: block;
    }
    
    .footer-member-logo-cell {
        display: none;
    }
    
}

    /* coloured block background colours */

    .coloured-block-background-none {
        background-color: #4800FF;
        background-color: rgba(72, 0, 255, 0.7);
    }

    .coloured-block-background-orange {
        background-color: rgba(255, 111, 58, 0.9);
    }

    .coloured-block-background-navy {
        background-color: rgba(1, 18, 45, 0.9);
    }
    .coloured-block-background-green {
        background-color: rgba(17, 173, 117, 0.9);
    }

    /* block background colours */

    .subtitle {
        color: #000;
    }

    .title {
        color: #0081ec;
    }

    .block-background-colour-none {
        background-color: #ffffff;
    }


    .block-background-colour-blue {
        background-color: #97d5fb;
    }
    .site-banner.block-background-colour-blue {
        background-color: #97d5fb;
        background-image: linear-gradient(#97d5fb,#bbe3fc,#ffffff);
    }
    

    .block-background-colour-grey {
        background-color: #EBECF0;
    }

    .block-background-colour-white {
        background-color: #ffffff;
    }

    .block-background-colour-navy {
        background-color: #01122D;
    }



.block-background-colour-navy {
    color: #ffffff;
}


.block-background-colour-navy .subtitle {
    color: #ffffff;
}

.block-background-colour-navy .title h2 {
    color: #ffffff;
}

.block-background-colour-navy .title h1 {
    color: #ffffff;
}

.block-background-colour-navy .benefit-block-text {
    color: #ffffff;
}
    


    /* rich editor */
    
.rich-editor h1 {
    font-size: 3em;
    line-height: 1.1em;
    font-weight: bold;
    margin: .6em 0;
}
.rich-editor h2 {
    font-size: 2.2em;
    line-height: 1.1em;
    font-weight: bold;
    margin: .5em 0;
}
.rich-editor h3 {
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: bold;
    margin: .5em 0;
}
.rich-editor h4 {
    font-size: 1.18em;
    line-height: 1.2em;
    font-weight: bold;
   margin: .5em 0;
}
.rich-editor h5 {
    font-size: 1.12em;
    line-height: 1.2em;
    font-weight: bold;
    margin: .5em 0;
}
.rich-editor h6 {
    font-size: 1.06em;
    line-height: 1.2em;
    font-weight: bold;
    margin: .5em 0;
}
    
    
    .rich-editor .subtitle {
        color: #F85A3E;
        font-size: 1.2em;
        font-weight: bold;
    }
    
    .rich-editor .title {
        font-family: 'Montserrat', sans-serif;
        color: #000000;
        font-size: 3em;
        line-height: 1.2em;
        font-weight: bold;
    }

    .rich-editor ul {
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .rich-editor li {
        list-style-type: none;
        list-style-position: inside;
        padding: 3px 0 3px 10px;
        text-indent: -1.4em;
    }

        .rich-editor li:before {
            color: #F85A3E;
            content: "\f058";
            font-family: "Font Awesome 5 Free";
            width: 10px;
            height: 10px;
            margin-right: 8px;
            font-weight: 900;
        }

    @media (max-width: 767px) {
        
        .rich-editor {
            font-size: 1em;
        }
        .rich-editor .subtitle {
            font-size: 1em;
        }

        .rich-editor .title {
            font-size: 2em;
        }
        
        .rich-editor h1 {
            font-size: 2em;
            line-height: 1.1em;
            font-weight: bold;
            margin: .6em 0;
        }
        .rich-editor h2 {
            font-size: 1.8em;
            line-height: 1.1em;
            font-weight: bold;
            margin: .5em 0;
        }
        .rich-editor h3 {
            font-size: 1.6em;
            line-height: 1.2em;
            font-weight: bold;
            margin: .5em 0;
        }
        .rich-editor h4 {
            font-size: 1.14em;
            line-height: 1.2em;
            font-weight: bold;
           margin: .5em 0;
        }
        .rich-editor h5 {
            font-size: 1.12em;
            line-height: 1.2em;
            font-weight: bold;
            margin: .5em 0;
        }
        .rich-editor h6 {
            font-size: 1.06em;
            line-height: 1.2em;
            font-weight: bold;
            margin: .5em 0;
        }
        
        .rich-editor ul {
            padding-left: 20px;   
        }
        
        .rich-editor li {
            font-size: .9em;
        }
    }
    


.video-block-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 90px 50px;
}

.video-block-content.video-block-video-location-left {
    flex-direction: row-reverse;
}    

.video-block-content-item {
  width: 50%;
  padding: 0 20px;
}

.video-block-title h2 {
  margin: 0 0 20px 0;
  color: #ffffff;
  font-size: 1.8em;
  line-height: 1.1em;
  font-weight: bold;
}

.video-block-text {
  margin-top: 20px;
  color: #ffffff;
}


.video-block-button-wrapper {
    margin-top: 20px;
}
.video-block-button {
  display: inline-block;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: .9em;
}

.video-block-background-niceblue {
    background-color: #0000ff;   
}

.video-block-background-niceblue .video-block-button {
    color: #0000ff;
}

.video-block-video-location-right .video-block-content-item-text-inner {
    margin-right: 100px;   
}

.video-block-video-location-left .video-block-content-item-text-inner {
    margin-left: 100px;   
}

.video-block-video-player {
    width: 100%;
    border-radius: 5px;
    aspect-ratio: 16 / 9;
}


.video-block-background-none {
    background-color: rgba(72, 0, 255, 0.7);  
}

.video-block-background-none .video-block-button {
    color: rgba(72, 0, 255, 0.7);
}

.video-block-background-niceblue {
    background-color: #0082BA;   
}

.video-block-background-niceblue .video-block-button {
    color: #0082BA;
}

.video-block-background-orange {
    background-color: rgba(255, 111, 58, 0.9);  
}

.video-block-background-orange .video-block-button {
    color: rgba(255, 111, 58, 0.9);
}

.video-block-background-navy {
    background-color: rgba(1, 18, 45, 0.9);
}

.video-block-background-navy .video-block-button {
    color: rgba(1, 18, 45, 0.9);
}

.video-block-background-green {
    background-color: rgba(17, 173, 117, 0.9);
}

.video-block-background-green .video-block-button {
    color: rgba(17, 173, 117, 0.9);
}

.video-block-background-purple {
    background-color: rgba(72, 0, 255, 0.7);  
}

.video-block-background-purple .video-block-button {
    color: rgba(72, 0, 255, 0.7);
}

/* =========================
   Video block: WHITE theme
   (white background + black text)
   ========================= */

.video-block-background-white {
  background-color: #ffffff;
}

/* Override the default video block white text */
.video-block-background-white .video-block-title h2 {
  color: #000000;
}

.video-block-background-white .video-block-text {
  color: #000000;
}

/* Optional: add a subtle divider so the white block reads as a section */
.video-block-background-white {
  border-top: 1px solid #e3eaee;
  border-bottom: 1px solid #e3eaee;
}

/* Optional: button styling for white theme (keeps your orange accent) */
.video-block-background-white .video-block-button {
  border: 1px solid rgba(255, 111, 58, 0.9);
  background-color: #ffffff;
  color: rgba(255, 111, 58, 0.9);
}




@media (max-width: 980px) {
    .video-block-content {
        display: block;
        padding: 90px 20px;
    }
    .video-block-content-item {
        width: 100%;
        padding: 0;
    }
    .video-block-video-location-right .video-block-content-item-text-inner {
        margin-right: 0;   
    }
    
    .video-block-video-location-left .video-block-content-item-text-inner {
        margin-left: 0;   
    }
    .video-block-content-item-video {
        margin-top: 40px;
    }
}


/* Product Slider */

.product-slider-main {
    max-width: 1200px;
    margin: 100px auto;
    
}

.product-slider-items {
    position: relative;
    flex: 1;
    overflow: hidden;
}

.product-slider-items-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
}

.product-slider-item {
    border-radius: 5px;
    background-color: #F8FAFD;
    display: flex;
    align-items: center;
    flex-direction: column;
    white-space: normal;
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
}

.product-slider-item:hover {
    background-color: #F85A3E;
}
    

.product-slider-item-inner {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

.product-slider-item:first-child {
    margin-left: 0;
} 

.product-slider-item-logo {
    background-color: #ffffff;
    margin-top: 20px;
    width: 60%;
    max-width: 175px;
    aspect-ratio: 1;
    border: 1px solid #F0F1F4;
    border-radius: 60%;
    background-position: center;
    background-size: cover;
    margin: 20px auto 0 auto;
}

.product-slider-item-title {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: flex-start;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
}

.product-slider-item-text {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: flex-start;
    height: 65px;
    overflow: hidden;
    font-size: .9em;
    line-height: 1.2em;

}

.product-slider-item-button-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}


.product-slider-item-button {
    display: inline-block;
    border: 1px solid rgba(255, 111, 58, 0.9);
    background-color: #ffffff;
    color: rgba(255, 111, 58, 0.9);
    padding: 5px 20px;
    border-radius: 20px;
    font-size: .9em;
}

.product-slider-item-button-text {
    white-space: nowrap;
    overflow: hidden;
}

.product-slider-control {
    display: flex;    
}

.product-slider-left, .product-slider-right {
    width: 10%;
    max-width: 150px;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-slider-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    cursor: pointer;
    background-color: #F8FAFD;
    color: #000000;
}

.product-slider-button-disabled {
    cursor: default;
    color: #d4d4d4;
}

.product-slider-button i {
    display: block;               
}

.product-slider-button-left i {
    margin-top: 1px;
    margin-left: -1px;
}

.product-slider-button-right i {
    margin-top: 1px;
    margin-left: 1px;
}


/* Home Page Banner */

.home-page-banner {
    background-color: #599AEA;
    padding: 50px 0;
    background-size: contain;
}

.home-page-banner-main {
    max-width: 1200px;
    margin: 0 auto 50px auto;
    text-align: center;
}

.home-page-banner-subtitle {
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
}

.home-page-banner-title h2 {
    margin: 0;
    font-size: 2.2em;
    line-height: 1.1em;
    font-weight: bold;
    color: #ffffff;
}

.home-page-banner-title-wrapper {
    max-width: 550px;
    margin: 0 auto;
    
}

.home-page-banner .product-slider-main {
    margin: 0 auto;
}

@media (max-width: 767px) {
    .home-page-banner-title h2 {
        font-size: 1.8em;
        line-height: 1.1em;
        font-weight: bold;
    }
    .home-page-banner-title-wrapper {
        max-width: 450px;
        padding: 0 20px;
    }
    
}

.home-image-block-image-top-margin {
	margin-top: 80px;
}



@media (max-width: 980px) {
  .home-image-block-image-top-margin {
	margin-top: 0;
    }
}

/*New Color Styling*/
.only-bg-color-midnight-navy, .new-bg-color-midnight-navy, .hover-bg-color-midnight-navy:hover {
    background-color: #172c49;
}

.new-bg-color-midnight-navy, 
.new-bg-color-midnight-navy .site-banner-text,
.new-bg-color-midnight-navy .benefit-block-text,
.hover-bg-color-midnight-navy:hover {
    color: #fff;
}

.only-bg-color-tech-blue, .new-bg-color-tech-blue, .hover-bg-color-tech-blue:hover {
    background-color: #1a3d73;
}

.new-bg-color-tech-blue, 
.new-bg-color-tech-blue .site-banner-text,
.new-bg-color-tech-blue .benefit-block-text,
.hover-bg-color-tech-blue:hover {
    color: #fff;
}

.only-bg-color-luminous-blue, .new-bg-color-luminous-blue, .hover-bg-color-luminous-blue:hover {
    background-color: #2b79db;
}

.new-bg-color-luminous-blue, 
.new-bg-color-luminous-blue .site-banner-text,
.new-bg-color-luminous-blue .benefit-block-text,
.hover-bg-color-luminous-blue:hover {
    color: #fff;
}

.only-bg-color-sky-blue, .new-bg-color-sky-blue, .hover-bg-color-sky-blue:hover {
    background-color: #5dbaf8;
}

.new-bg-color-sky-blue, 
.new-bg-color-sky-blue .site-banner-text,
.new-bg-color-sky-blue .benefit-block-text,
.hover-bg-color-sky-blue:hover {
    color: #222A3D;
}

.only-bg-color-vibrant-teal, .new-bg-color-vibrant-teal, .hover-bg-color-vibrant-teal:hover {
    background-color: #0b5878;
}

.new-bg-color-vibrant-teal, 
.new-bg-color-vibrant-teal .site-banner-text,
.new-bg-color-vibrant-teal .benefit-block-text,
.hover-bg-color-vibrant-teal:hover {
    color: #fff;
}

.only-bg-color-aqua, .new-bg-color-aqua, .hover-bg-color-aqua:hover {
    background-color: #38abc9;
}

.new-bg-color-aqua, 
.new-bg-color-aqua .site-banner-text,
.new-bg-color-aqua .benefit-block-text,
.hover-bg-color-aqua:hover {
    color: #222A3D;
}

.only-bg-color-deep-teal, .new-bg-color-deep-teal, .hover-bg-color-deep-teal:hover {
    background-color: #123d5f;
}

.new-bg-color-deep-teal, 
.new-bg-color-deep-teal .site-banner-text,
.new-bg-color-deep-teal .benefit-block-text,
.hover-bg-color-deep-teal:hover {
    color: #fff;
}

.only-bg-color-aqua-tint, .new-bg-color-aqua-tint, .hover-bg-color-aqua-tint:hover {
    background-color: #b1e1ee;
}

.new-bg-color-aqua-tint, 
.new-bg-color-aqua-tint .site-banner-text,
.new-bg-color-aqua-tint .benefit-block-text,
.hover-bg-color-aqua-tint:hover {
    color: #222A3D;
}

.only-bg-color-signal-coral, .new-bg-color-signal-coral, .hover-bg-color-signal-coral:hover {
    background-color: #fd5465;
}

.new-bg-color-signal-coral, 
.new-bg-color-signal-coral .site-banner-text,
.new-bg-color-signal-coral .benefit-block-text,
.hover-bg-color-signal-coral:hover {
    color: #fff;
}

.only-bg-color-light-coral, .new-bg-color-light-coral, .hover-bg-color-light-coral:hover {
    background-color: #fda9a7;
}

.new-bg-color-light-coral, 
.new-bg-color-light-coral .site-banner-text,
.new-bg-color-light-coral .benefit-block-text,
.hover-bg-color-light-coral:hover {
    color: #222A3D;
}

.only-bg-color-coral-tint, .new-bg-color-coral-tint, .hover-bg-color-coral-tint:hover {
    background-color: #fcd5d6;
}

.new-bg-color-coral-tint, 
.new-bg-color-coral-tint .site-banner-text,
.new-bg-color-coral-tint .benefit-block-text,
.hover-bg-color-coral-tint:hover {
    color: #222A3D;
}

.only-bg-color-graphite-navy, .new-bg-color-graphite-navy, .hover-bg-color-graphite-navy:hover {
    background-color: #222a3d;
}

.new-bg-color-graphite-navy, 
.new-bg-color-graphite-navy .site-banner-text,
.new-bg-color-graphite-navy .benefit-block-text,
.hover-bg-color-graphite-navy:hover {
    color: #fff;
}

.only-bg-color-steel-blue, .new-bg-color-steel-blue, .hover-bg-color-steel-blue:hover {
    background-color: #81a5c2;
}

.new-bg-color-steel-blue, 
.new-bg-color-steel-blue .site-banner-text,
.new-bg-color-steel-blue .benefit-block-text,
.hover-bg-color-steel-blue:hover {
    color: #fff;
}

.only-bg-color-grey-blue, .new-bg-color-grey-blue, .hover-bg-color-grey-blue:hover {
    background-color: #6c83a4;
}

.new-bg-color-grey-blue, 
.new-bg-color-grey-blue .site-banner-text,
.new-bg-color-grey-blue .benefit-block-text,
.hover-bg-color-grey-blue:hover {
    color: #fff;
}

.only-bg-color-slate-neutral, .new-bg-color-slate-neutral, .hover-bg-color-slate-neutral:hover {
    background-color: #65738d;
}

.new-bg-color-slate-neutral, 
.new-bg-color-slate-neutral .site-banner-text,
.new-bg-color-slate-neutral .benefit-block-text,
.hover-bg-color-slate-neutral:hover {
    color: #fff;
}

.only-bg-color-soft-grey, .new-bg-color-soft-grey, .hover-bg-color-soft-grey:hover {
    background-color: #e7ecf2;
}

.new-bg-color-soft-grey, 
.new-bg-color-soft-grey .site-banner-text,
.new-bg-color-soft-grey .benefit-block-text,
.hover-bg-color-soft-grey:hover {
    color: #222A3D;
}

.only-bg-color-white, .new-bg-color-white {
    background-color: #fff;
}

.new-bg-color-white {
    color: #222A3D;
}


.text-color-midnight-navy, .bp-color-midnight-navy .home-link, .bp-color-midnight-navy .home-link a, .bp-color-midnight-navy .rich-editor ul li:before, .bp-color-midnight-navy .home-list-icon {
    color: #172c49;
    border-color: #172c49;
}

.text-color-tech-blue, .bp-color-tech-blue .home-link, .bp-color-tech-blue .home-link a, .bp-color-tech-blue .rich-editor ul li:before, .bp-color-tech-blue .home-list-icon {
    color: #1a3d73;
    border-color: #1a3d73;
}

.text-color-luminous-blue, .bp-color-luminous-blue .home-link, .bp-color-luminous-blue .home-link a, .bp-color-luminous-blue .rich-editor ul li:before, .bp-color-luminous-blue .home-list-icon {
    color: #2b79db;
    border-color: #2b79db;
}

.text-color-sky-blue, .bp-color-sky-blue .home-link, .bp-color-sky-blue .home-link a, .bp-color-sky-blue .rich-editor ul li:before, .bp-color-sky-blue .home-list-icon {
    color: #5dbaf8;
    border-color: #5dbaf8;
}

.text-color-vibrant-teal, .bp-color-vibrant-teal .home-link, .bp-color-vibrant-teal .home-link a, .bp-color-vibrant-teal .rich-editor ul li:before, .bp-color-vibrant-teal .home-list-icon {
    color: #0b5878;
    border-color: #0b5878;
}

.text-color-aqua, .bp-color-aqua .home-link, .bp-color-aqua .home-link a, .bp-color-aqua .rich-editor ul li:before, .bp-color-aqua .home-list-icon {
    color: #38abc9;
    border-color: #38abc9;
}

.text-color-deep-teal, .bp-color-deep-teal .home-link, .bp-color-deep-teal .home-link a, .bp-color-deep-teal .rich-editor ul li:before, .bp-color-deep-teal .home-list-icon {
    color: #123d5f;
    border-color: #123d5f;
}

.text-color-aqua-tint, .bp-color-aqua-tint .home-link, .bp-color-aqua-tint .home-link a, .bp-color-aqua-tint .rich-editor ul li:before, .bp-color-aqua-tint .home-list-icon {
    color: #b1e1ee;
    border-color: #b1e1ee;
}

.text-color-signal-coral, .bp-color-signal-coral .home-link, .bp-color-signal-coral .home-link a, .bp-color-signal-coral .rich-editor ul li:before, .bp-color-signal-coral .home-list-icon {
    color: #fd5465;
    border-color: #fd5465;
}

.text-color-light-coral, .bp-color-light-coral .home-link, .bp-color-light-coral .home-link a, .bp-color-light-coral .rich-editor ul li:before, .bp-color-light-coral .home-list-icon {
    color: #fda9a7;
    border-color: #fda9a7;
}

.text-color-coral-tint, .bp-color-coral-tint .home-link, .bp-color-coral-tint .home-link a, .bp-color-coral-tint .rich-editor ul li:before, .bp-color-coral-tint .home-list-icon {
    color: #fcd5d6;
    border-color: #fcd5d6;
}

.text-color-graphite-navy, .bp-color-graphite-navy .home-link, .bp-color-graphite-navy .home-link a, .bp-color-graphite-navy .rich-editor ul li:before, .bp-color-graphite-navy .home-list-icon {
    color: #222a3d;
    border-color: #222a3d;
}

.text-color-steel-blue, .bp-color-steel-blue .home-link, .bp-color-steel-blue .home-link a, .bp-color-steel-blue .rich-editor ul li:before, .bp-color-steel-blue .home-list-icon {
    color: #81a5c2;
    border-color: #81a5c2;
}

.text-color-grey-blue, .bp-color-grey-blue .home-link, .bp-color-grey-blue .home-link a, .bp-color-grey-blue .rich-editor ul li:before, .bp-color-grey-blue .home-list-icon {
    color: #6c83a4;
    border-color: #6c83a4;
}

.text-color-slate-neutral, .bp-color-slate-neutral .home-link, .bp-color-slate-neutral .home-link a, .bp-color-slate-neutral .rich-editor ul li:before, .bp-color-slate-neutral .home-list-icon {
    color: #65738d;
    border-color: #65738d;
}

.text-color-soft-grey, .bp-color-soft-grey .home-link, .bp-color-soft-grey .home-link a, .bp-color-soft-grey .rich-editor ul li:before, .bp-color-soft-grey .home-list-icon {
    color: #e7ecf2;
    border-color: #e7ecf2;
}

.text-color-white, .bp-color-white .home-link, .bp-color-white .home-link a, .bp-color-white .rich-editor ul li:before, .bp-color-white .home-list-icon {
    color: #fff;
    border-color: #fff;
}