﻿/* Form Template 12 */
.Form12SubPageContainer {
    background: none;
    background-image: none;
    background-repeat: no-repeat;
    height: 346px;
    margin: 0px 0px 30px 0px;
    padding: 0;
    width: 872px;
}

.Form12SubPageCenter {
    background-color: #fefefe;
    background-image: none;
    height: 346px;
    left: 0px;
    margin: 0;
    padding: 0;
    padding-top: 15px;
    position: relative;
    width: 872px;
    z-index: 50;
}

.Form12SubPageLeft {
    background: url(/images/Forms/12/arrow_previous.png) no-repeat top left;
    cursor: pointer;
    height: 29px;
    left: -30px;
    margin-left: 70px;
    margin-top: 290px;
    position: absolute;
    width: 44px;
}

.Form12SubPageRight {
    background: url(/images/Forms/12/arrow_next.png) no-repeat top left;
    cursor: pointer;
    height: 29px;
    margin-left: 470px;
    margin-top: 290px;
    position: absolute;
    right: 500px;
    width: 44px;
}

.Form12SubPageProgress {
    cursor: pointer;
    height: 29px;
    left: -20px;
    margin-left: 120px;
    margin-top: 290px;
    position: absolute;
    width: 220px;
}

.Form12SubPageHeading {
    color: #000;
    font-size: 1.2em;
    font-weight: bolder;
    padding: 5px;
    text-align: center;
    width: 670px;
}

.Form12SubNav {
    height: 50px;
    left: 50px;
    text-align: center;
    vertical-align: bottom;
    width: 670px;
    z-index: 100;
}

/* not needed for the sub */

.Form12SubNavBack {
    float: left;
    padding-top: 7px;
    text-align: right;
    width: 150px;
}

.Form12SubNavProgress {
    float: center;
    height: 50px;
    padding-top: 7px;
    width: 670px;
}

.Form12SubNavNext {
    float: left;
    padding-top: 7px;
    text-align: left;
    width: 150px;
}

/*New subpage styles*/

.Form12Subfield {
    background-color: #70c047;
    border-radius: 25px;
    padding: 20px;
    padding-bottom: 60px;
    z-index: -2;
}

.Form12Subwrapperleft {
    float: left;
    margin-left: 30px;
    margin-top: 26px;
}

.Form12Subwrappermiddle2 {
    float: left;
    margin-left: 30px;
    margin-top: 170px;
}

.Form12Subwhiteline {
    background-image: url('/Images/Forms/12/wlinehdivider.jpg');
    float: left;
    height: 284px;
    margin-left: 30px;
    margin-top: 16px;
    width: 10px;
}

.Form12Subwrapperright {
    float: left;
    margin-left: 30px;
    margin-top: 26px;
}

.Form12Subarrowswrapper {
    clear: both;
    padding-top: 18px;
}

.Form12Subarrowleft {
    float: left;
    height: 35px;
    width: 45px;
}

.Form12Subarrowright {
    float: left;
    height: 35px;
    width: 45px;
}

.Form12SubPageProgressBar {
    float: left;
    text-align: center;
    width: 60%;
}

.Form12Sublonginput {
    background: none;
    border: none;
    float: left;
    margin-left: 13px;
    margin-top: 10px;
    position: absolute;
    width: 170px;
}

.Form12Subshortinput {
    border: none;
    float: left;
    margin-left: 13px;
    margin-top: 10px;
    position: absolute;
    width: 20px;
}

.Form12Subboxtext {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
}

.Form12Subformlong {
    background-image: url('/Images/Forms/12/dacformlong.jpg');
    float: left;
    height: 53px;
    width: 230px;
}

.Form12Subformshort {
    background-image: url('/Images/Forms/12/dacformshort.jpg');
    float: left;
    height: 53px;
    width: 67px;
}

.Form12Subwhiteline {
    background-image: url('/Images/Forms/12/wlinehdivider.jpg');
    float: left;
    height: 284px;
    margin-left: 22px;
    margin-top: 16px;
    width: 10px;
}

.Form12Subdivider {
    float: left;
    height: 284px;
    margin-left: 22px;
    margin-top: 16px;
    width: 10px;
}

/*end new subpage styles*/

/* END form template 12 */


/* Form Template 9*/

.Form9SubPageContainer {
    background: none;
    background-image: none;
    background-repeat: no-repeat;
    height: 346px;
    margin: 0px 0px 30px 0px;
    padding: 0;
    width: 872px;
}

.Form9SubPageCenter {
    background-color: #fefefe;
    background-image: none;
    height: 346px;
    left: 0px;
    margin: 0;
    padding: 0;
    padding-top: 15px;
    position: relative;
    width: 872px;
    z-index: 50;
}

.Form9SubPageLeft {
    background: url(/images/Forms/9/arrow_previous.png) no-repeat top left;
    cursor: pointer;
    height: 29px;
    left: -30px;
    margin-left: 70px;
    margin-top: 290px;
    position: absolute;
    width: 44px;
}

.Form9SubPageRight {
    background: url(/images/Forms/9/arrow_next.png) no-repeat top left;
    cursor: pointer;
    height: 29px;
    margin-left: 470px;
    margin-top: 290px;
    position: absolute;
    right: 500px;
    width: 44px;
}

.Form9SubPageProgress {
    cursor: pointer;
    height: 29px;
    left: -20px;
    margin-left: 120px;
    margin-top: 290px;
    position: absolute;
    width: 220px;
}

.Form9SubPageHeading {
    color: #000;
    font-size: 1.2em;
    font-weight: bolder;
    padding: 5px;
    text-align: center;
    width: 670px;
}

.Form9SubNav {
    height: 50px;
    left: 50px;
    text-align: center;
    vertical-align: bottom;
    width: 670px;
    z-index: 100;
}

/* not needed for the sub */

.Form9SubNavBack {
    float: left;
    padding-top: 7px;
    text-align: right;
    width: 150px;
}

.Form9SubNavProgress {
    height: 50px;

    padding-top: 7px;
    width: 670px;
}

.Form9SubNavNext {
    float: left;
    padding-top: 7px;
    text-align: left;
    width: 150px;
}

/*New subpage styles*/

.Form9Subfield {
    background-color: #02b3e7;
    border-radius: 25px;
    padding: 20px;
    padding-bottom: 60px;
    z-index: -2;
}

.Form9Subwrapperleft {
    float: left;
    margin-left: 30px;
    margin-top: 26px;
}

.Form9Subwrappermiddle2 {
    float: left;
    margin-left: 30px;
    margin-top: 170px;
}

.Form9Subwhiteline {
    background-image: url('/images/Forms/9/wlinehdivider.jpg');
    float: left;
    height: 284px;
    margin-left: 30px;
    margin-top: 16px;
    width: 10px;
}

.Form9Subwrapperright {
    float: left;
    margin-left: 30px;
    margin-top: 26px;
}

.Form9Subarrowswrapper {
    clear: both;
    padding-top: 50px;
}

.Form9Subarrowleft {
    float: left;
    height: 35px;
    width: 45px;
}

.Form9Subarrowright {
    float: left;
    height: 35px;
    width: 45px;
}

.Form9SubPageProgressBar {
    float: left;
    text-align: center;
    width: 60%;
}

.Form9Sublonginput {
    background: none;
    border: none;
    float: left;
    margin-left: 13px;
    margin-top: 10px;
    position: absolute;
    width: 170px;
}

.Form9Subshortinput {
    border: none;
    float: left;
    margin-left: 13px;
    margin-top: 10px;
    position: absolute;
    width: 20px;
}

.Form9Subboxtext {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
}

.Form9Subformlong {
    background-image: url('/images/Forms/9/dacformlong.jpg');
    float: left;
    height: 53px;
    width: 230px;
}

.Form9Subformshort {
    background-image: url('/images/Forms/9/dacformshort.jpg');
    float: left;
    height: 53px;
    width: 67px;
}

.Form9Subwhiteline {
    background-image: url('/images/Forms/9/wlinehdivider.jpg');
    float: left;
    height: 284px;
    margin-left: 22px;
    margin-top: 16px;
    width: 10px;
}

.Form9Subdivider {
    float: left;
    height: 284px;
    margin-left: 22px;
    margin-top: 16px;
    width: 10px;
}

/*end new subpage styles*/

/* END form template 9*/


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.FormMainContainer {
    /* overides to get forms correct first fix (not mobile complient)*/
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    list-style: none;
    margin-bottom: 50px;
    width: 100%;
}

.FormMainContainer li ul {
    list-style: none;
}


/* overides to get forms correct first fix (not mobile complient)*/

.FormMainContainer tr:nth-child(1) td {
    border-top: none;
}

.FormMainContainer td {
    border-bottom: none;
    padding: 0;        
}

.premiumtable td {
    padding-top: 6px;
}

.FormMainContainer tr:nth-child(even) {
    background-color: transparent;
}

.premium-grid-cell-left-text {
    margin-right: 15px !important;
}

.FormMainContainer td {
    line-height: 1.5em;
}

.FormPageContainer {
    box-sizing: border-box;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    width: 100%;
}

.FormHeading {
    width: 100%;
}

.FormPageIntro {
    height: 150px;
    width: 100%;
}

.FormPageFooter {
    height: 100%;
    width: 100%;
}

.FormNav {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    width: 100%;
}

.FormNavBack {
    height: 30px;
    width: 125px;
}

.FormNavProgress {
    height: 30px;
    text-align: center;
}

.FormNavNext {
    height: 30px;
    text-align: right;
}

.FormInputContainer {
    background: #E0E0E0;
    height: 25px;
    width: 100%;
}

.FormInputControlTitle {
    float: left;
    height: 25px;
    vertical-align: auto;
    width: 49%;
}

.FormInputControlContainer {
    float: right;
    width: 49%;
}

.FormSubPageContainer {
    background: url(/images/Forms/bck-sub-form-back.png);
    background-repeat: no-repeat;
    height: 445px;
    margin-left: auto;
    margin-right: auto;
    width: 670px;
}

.FormSubPageCenter {
    background-color: #fefefe;
    height: 275px;
    left: 15px;
    margin-left: 20px;
    margin-right: auto;
    margin-top: 35px;
    padding: 15px;
    position: relative;
    width: 550px;
    z-index: 50;
}

.FormSubPageLeft {
    background: url(/images/Forms/arrow_previous.png) no-repeat top left;
    cursor: pointer;
    height: 49px;
    left: -60px;
    margin-top: 120px;
    position: absolute;
    width: 49px;
}

.FormSubPageRight {
    background: url(/images/Forms/arrow_next.png) no-repeat top left;
    cursor: pointer;
    height: 49px;
    margin-top: 120px;
    position: absolute;
    right: -80px;
    width: 49px;
}

.FormSubPageHeading {
    color: #000;
    font-size: 1.2em;
    font-weight: bolder;
    padding: 5px;
    text-align: center;
    width: 670px;
}

.FormSubNav {
    height: 50px;
    left: 50px;
    text-align: center;
    vertical-align: bottom;
    width: 670px;
    z-index: 100;
}

/* not needed for the sub */

.FormSubNavBack {
    float: left;
    padding-top: 7px;
    text-align: right;
    width: 150px;
}

.FormSubNavProgress {
    float: center;
    height: 50px;
    padding-top: 7px;
    width: 670px;
}

.FormSubNavNext {
    float: left;
    padding-top: 7px;
    text-align: left;
    width: 150px;
}

/* Form Template 3*/

.Form3SubPageContainer {
    background: none;
    background-image: none;
    background-repeat: no-repeat;
    height: 346px;
    margin: 0px 0px 30px 0px;
    padding: 0;
    width: 872px;
}

.Form3SubPageCenter {
    background-color: #fefefe;
    background-image: none;
    height: 346px;
    left: 0px;
    margin: 0;
    padding: 0;
    padding-top: 15px;
    position: relative;
    width: 872px;
    z-index: 50;
}

.Form3SubPageLeft {
    background: url(/images/Forms/3/arrow_previous.png) no-repeat top left;
    cursor: pointer;
    height: 29px;
    left: -30px;
    margin-left: 70px;
    margin-top: 290px;
    position: absolute;
    width: 44px;
}

.Form3SubPageRight {
    background: url(/images/Forms/3/arrow_next.png) no-repeat top left;
    cursor: pointer;
    height: 29px;
    margin-left: 470px;
    margin-top: 290px;
    position: absolute;
    right: 500px;
    width: 44px;
}

.Form3SubPageProgress {
    cursor: pointer;
    height: 29px;
    left: -20px;
    margin-left: 120px;
    margin-top: 290px;
    position: absolute;
    width: 220px;
}

.Form3SubPageHeading {
    color: #000;
    font-size: 1.2em;
    font-weight: bolder;
    padding: 5px;
    text-align: center;
    width: 670px;
}

.Form3SubNav {
    height: 50px;
    left: 50px;
    text-align: center;
    vertical-align: bottom;
    width: 670px;
    z-index: 100;
}

/* not needed for the sub */

.Form3SubNavBack {
    float: left;
    padding-top: 7px;
    text-align: right;
    width: 150px;
}

.Form3SubNavProgress {
    float: center;
    height: 50px;
    padding-top: 7px;
    width: 670px;
}

.Form3SubNavNext {
    float: left;
    padding-top: 7px;
    text-align: left;
    width: 150px;
}

/*New subpage styles*/

.Form3Subfield {
    background-color: #eb7f25;
    border-radius: 25px;
    padding: 20px;
    padding-bottom: 60px;
    z-index: -2;
}

.Form3Subwrapperleft {
    float: left;
    margin-left: 30px;
    margin-top: 26px;
}

.Form3Subwrappermiddle2 {
    float: left;
    margin-left: 30px;
    margin-top: 170px;
}

.Form3Subwhiteline {
    background-image: url('/Images/Forms/3/wlinehdivider.jpg');
    float: left;
    height: 284px;
    margin-left: 30px;
    margin-top: 16px;
    width: 10px;
}

.Form3Subwrapperright {
    float: left;
    margin-left: 30px;
    margin-top: 26px;
}

.Form3Subarrowswrapper {
    clear: both;
    padding-top: 50px;
}

.Form3Subarrowleft {
    float: left;
    height: 35px;
    width: 45px;
}

.Form3Subarrowright {
    float: left;
    height: 35px;
    width: 45px;
}

.Form3SubPageProgressBar {
    float: left;
    text-align: center;
    width: 60%;
}

.Form3Sublonginput {
    background: none;
    border: none;
    float: left;
    margin-left: 13px;
    margin-top: 10px;
    position: absolute;
    width: 170px;
}

.Form3Subshortinput {
    border: none;
    float: left;
    margin-left: 13px;
    margin-top: 10px;
    position: absolute;
    width: 20px;
}

.Form3Subboxtext {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
}

.Form3Subformlong {
    background-image: url('/Images/Forms/3/dacformlong.jpg');
    float: left;
    height: 53px;
    width: 230px;
}

.Form3Subformshort {
    background-image: url('/Images/Forms/3/dacformshort.jpg');
    float: left;
    height: 53px;
    width: 67px;
}

.Form3Subwhiteline {
    background-image: url('/Images/Forms/3/wlinehdivider.jpg');
    float: left;
    height: 284px;
    margin-left: 22px;
    margin-top: 16px;
    width: 10px;
}

.Form3Subdivider {
    float: left;
    height: 284px;
    margin-left: 22px;
    margin-top: 16px;
    width: 10px;
}

/*end new subpage styles*/

/* END form template 3*/

/* Form Template 6*/

.Form6SubPageContainer {
    background: none;
    background-image: none;
    background-repeat: no-repeat;
    height: 346px;
    margin: 0px 0px 30px 0px;
    padding: 0;
    width: 872px;
}

.Form6SubPageCenter {
    background-color: #fefefe;
    background-image: none;
    height: 346px;
    left: 0px;
    margin: 0;
    padding: 0;
    padding-top: 15px;
    position: relative;
    width: 872px;
    z-index: 50;
}

.Form6SubPageLeft {
    background: url(/images/Forms/6/arrow_previous.png) no-repeat top left;
    cursor: pointer;
    height: 29px;
    left: -30px;
    margin-left: 70px;
    margin-top: 290px;
    position: absolute;
    width: 44px;
}

.Form6SubPageRight {
    background: url(/images/Forms/6/arrow_next.png) no-repeat top left;
    cursor: pointer;
    height: 29px;
    margin-left: 470px;
    margin-top: 290px;
    position: absolute;
    right: 500px;
    width: 44px;
}

.Form6SubPageProgress {
    cursor: pointer;
    height: 29px;
    left: -20px;
    margin-left: 120px;
    margin-top: 290px;
    position: absolute;
    width: 220px;
}

.Form6SubPageHeading {
    color: #000;
    font-size: 1.2em;
    font-weight: bolder;
    padding: 5px;
    text-align: center;
    width: 670px;
}

.Form6SubNav {
    height: 50px;
    left: 50px;
    text-align: center;
    vertical-align: bottom;
    width: 670px;
    z-index: 100;
}

/* not needed for the sub */

.Form6SubNavBack {
    float: left;
    padding-top: 7px;
    text-align: right;
    width: 150px;
}

.Form6SubNavProgress {
    float: center;
    height: 50px;
    padding-top: 7px;
    width: 670px;
}

.Form6SubNavNext {
    float: left;
    padding-top: 7px;
    text-align: left;
    width: 150px;
}

/*New subpage styles*/

.Form6Subfield {
    background-image: url('/images/Forms/6/orangebox.jpg');
    height: 345px;
    padding: 15px 25px 0px 25px;
    width: 822px;
    z-index: -2;
}

.Form6Subwrapperleft {
    float: left;
    margin-left: 30px;
    margin-top: 26px;
}

.Form6Subwrappermiddle2 {
    float: left;
    margin-left: 30px;
    margin-top: 170px;
}

.Form6Subwhiteline {
    background-image: url('/images/Forms/6/wlinehdivider.jpg');
    float: left;
    height: 284px;
    margin-left: 30px;
    margin-top: 16px;
    width: 10px;
}

.Form6Subwrapperright {
    float: left;
    margin-left: 30px;
    margin-top: 26px;
}

.Form6Subarrowswrapper {
	
    clear: both;
}

.Form6Subarrowleft {
    float: left;
    height: 35px;
    width: 45px;
}

.Form6Subarrowright {
    float: left;
    height: 35px;
    width: 45px;
}

.Form6SubPageProgressBar {
    float: left;
    text-align: center;
    width: 60%;
}

.Form6Sublonginput {
    background: none;
    border: none;
    float: left;
    margin-left: 13px;
    margin-top: 10px;
    position: absolute;
    width: 170px;
}

.Form6Subshortinput {
    border: none;
    float: left;
    margin-left: 13px;
    margin-top: 10px;
    position: absolute;
    width: 20px;
}

.Form6Subboxtext {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
}

.Form6Subformlong {
    background-image: url('/images/Forms/6/dacformlong.jpg');
    float: left;
    height: 53px;
    width: 230px;
}

.Form6Subformshort {
    background-image: url('/images/Forms/6/dacformshort.jpg');
    float: left;
    height: 53px;
    width: 67px;
}

.Form6Subwhiteline {
    background-image: url('/images/Forms/6/wlinehdivider.jpg');
    float: left;
    height: 284px;
    margin-left: 22px;
    margin-top: 16px;
    width: 10px;
}

.Form6Subdivider {
    float: left;
    height: 284px;
    margin-left: 22px;
    margin-top: 16px;
    width: 10px;
}

/*end new subpage styles*/

/* END form template 6*/



/* Form Template xxx*/

.FormxxxSubPageContainer {
    background: none;
    background-image: none;
    background-repeat: no-repeat;
    margin: 0px 0px 30px 0px;
    padding: 0;
    position: relative;
    width: 100%;
}

.FormxxxSubPageCenterContent {
    min-height: 280px;
    padding: 25px;
    width: 100%;
}

@media (max-width: 1060px) {
    .FormxxxSubPageCenterContent {
        background-image: none !important;
    }

    .FormxxxSubPageCenterContentText {
        width: 100% !important;
    }
}


.FormxxxSubPageCenterContentText {
    box-sizing: border-box;
    /* overides to get forms correct first fix (not mobile complient)*/
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    padding: 10px;

    width: 50%;
}

.FormxxxSubPageCenterContentText p {
    color: white;
    line-height: 1.3em;
    margin: 15px 0;
}

.FormxxxSubPageCenterContentText li {
    color: white;
    line-height: 1.0em;
}

.FormxxxSubPageCenterContentText h2 {
    color: white;
    margin-bottom: -10px;
    margin-top: -5px;	
}

.FormxxxSubPageMenuHolder {
    bottom: 10px;
    display: flex;
    justify-content: flex-end;
    left: 10px;
    position: absolute;
}

.FormxxxSubPageLeft {
    background: url(/images/Forms/3/arrow_previous.png) no-repeat top left;
    cursor: pointer;
    height: 29px;
    width: 44px;
}

.FormxxxSubPageRight {
    background: url(/images/Forms/3/arrow_next.png) no-repeat top left;
    cursor: pointer;
    height: 29px;
    width: 44px;
}

.FormxxxSubPageProgress {
    height: 29px;
    text-align: center;
    width: 200px;
}

.FormxxxSubPageHeading {
    color: #000;
    font-size: 1.2em;
    font-weight: bolder;
    padding: 5px;
    text-align: center;
    width: 670px;
}

.FormxxxSubNav {
    height: 50px;
    left: 50px;
    text-align: center;
    vertical-align: bottom;
    width: 670px;
    z-index: 100;
}

/* not needed for the sub */

.FormxxxSubNavBack {
    float: left;
    padding-top: 7px;
    text-align: right;
    width: 150px;
}

.FormxxxSubNavProgress {
    float: center;
    height: 50px;
    padding-top: 7px;
    width: 670px;
}

.FormxxxSubNavNext {
    float: left;
    padding-top: 7px;
    text-align: left;
    width: 150px;
}

.FormMainContainer input {
    border: 1px;
    border-color: aliceblue;
    border-style: inset;
    font-size: 14px;
    padding-left: 5px;
}

.FormMainContainer input[type=image] {
    border: 0px;
    border-color: aliceblue;
    border-style: inset;
    font-size: 14px;
    padding-left: 0px;
}

.FormMainContainer select {
    font-size: 14px;
    padding-left: 5px;
}

.FormMainContainer textarea {
    border: 1px;
    border-color: aliceblue;
    border-style: inset;
    font-size: 14px;
    padding-left: 5px;
}

.FormMainContainer button {
    border: 0px;
    font-size: 14px;
    padding-left: 5px;
}

/* END form template xxx*/

/*Orange form sub page*/

.OrangeFormMainContainer {
    float: left;
    height: 50px;
    margin-bottom: 0px;
    margin-top: 20px;
    width: 260px;
}

.OrangeFormLabel {
    color: white;
    font-weight: bold;
    height: 25px;
    width: 260px;
}

.OrangeFormControl {
    width: 260px;
}

@media (max-width: 430px) {
    .inputFormOrangeFieldContainer {
        width: 100% !important;
    }
}

.inputFormOrangeFieldContainer {
    float: left;
    margin-bottom: 0px;
    margin-left: 10px;
    max-width: 250px;
    width: 250px;
}

.inputFormOrangeQuestionText {
    color: white;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
}

.inputFormOrangeFieldContainerHalfWidth {
    color: white;
    margin-left: 10px;
    width: 50%;
    word-break: break-word;
}


/*Orange form sub page end*/

/* START ERROR BOX */


.FormErrorContainer {
    font-size: 1.2em;
    min-height: 225px;
}

.FormErrorHeader {
    font-size: 1.4em;
    font-weight: bold;
    padding-bottom: 20px;
    position: relative;
}

.FormMainContainer select {
    font-size: 14px;
    padding-left: 5px;
}

/* END ERROR BOX */

.inputFormOrangeFieldContainer select {
    font-size: 14px;
    padding-left: 5px;
}

.backgroundcolour-9 {
    background-color: #077C9C;
}

.backgroundcolour-12 {
    background-color: #70c047;
}

.backgroundcolour-6 {
    background-color: #eb7f25;
}