
    /* Media Queries */
    /* Varibles */
    /** style.scss starts here - style.scss starts here - style.scss starts here - style.scss starts here */
    /** style.scss starts here - style.scss starts here - style.scss starts here - style.scss starts here */
    #outerPageContainer {
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    position: relative;
    text-align: left;
}

#innerPageContainer {
    text-align: left;
}

img.logo {
    display: block;
    margin: -30px auto 0px;
    height: 40px;
    /* min-width 60.063em, large screens */
}

@media screen and (min-width: 768px) {
    img.logo {
        height: 80px;
        margin: -40px auto 10px;
    }
}

.outer_pod {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    /* min-width 60.063em, large screens */
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .outer_pod {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .outer_pod {
        width: 100%;
    }
}

.pod {
    background: #fff;
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1020px;
    width: calc(100% - 32px);
    padding: 0 1rem;
    border: 1px solid #cccccc;
    /* min-width 60.063em, large screens */
}

@media screen and (min-width: 768px) {
    .pod {
        padding: 0 3rem;
    }
}

.textbox {
    font-size: 13px;
    padding: 8px 10px 8px;
    text-align: center;
    /* min-width 60.063em, large screens */
}

@media screen and (min-width: 768px) {
    .textbox {
        padding: 10px;
    }
}

.main-footer .textbox {
    padding: 50px 20px 0px 20px;
    /* min-width 60.063em, large screens */
}

@media screen and (min-width: 768px) {
    .main-footer .textbox {
        padding: 25px 20px 0px 20px;
    }
}

.greycontainer {
    text-align: center;
    padding: 11px 18px;
    background-color: #F6F6F6;
    font-size: 15px;
    border: 1px solid #ccc;
    margin: 0 auto;
    margin-bottom: 14px;
    max-width: 1020px;
    width: calc(100% - 32px);
}

label.text-highlight {
    color: #30aff6;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

a.text-highlight {
    color: #30aff6;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

label.text-highlight.ticked {
    color: #4b9626;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
}

.section-head {
    color: #30aff6;
    margin: 5px 0;
    /* min-width 60.063em, large screens */
}

/* SECCI page padding reduction */

.section-head {
    margin: 5px 0 0;
}

@media screen and (min-width: 768px) {
    .section-head {
        margin: 5px 0 0;
    }
}

.secciTitle {
    border-bottom: 1px solid #DBDBDB;
    padding: 0 0 7px;
}

div#tabs-3 .section-head {
    margin: 5px 1.75%;
    /* min-width 60.063em, large screens */
}

.pod #ucli-preferences {
    padding: 20px 0 0 0;
}

/* 2 */
.pod #ucli-preferences h2 {
    font-weight: normal;
    font-size:17px;
    line-height: 1.1;
    margin: 0 0px 8px 12px;
    color: #30AFF6;
}

.pod #ucli-preferences h3 {
    font-size: 22px;
    font-weight: 400;
    color: #4D4D4E;
    margin: 0 0 12px 0;
}

.pod #ucli-preferences .icon-tick {
    top: 0px;
}

.pod #ucli-preferences p {
    margin-bottom: 20px;
}

.pod #ucli-preferences .checkbox {
   border: solid 1px #CCC;
   padding: 12px 12px 0 12px;
   margin-bottom: 24px;
}



.pod #ucli-preferences .checkbox p {
    margin-left: 12px
}
#ucli-preferences .checkbox label {
    padding-top: 0;
}

h2.section-head {
    padding: 4px 0px 13px 33px;
    border-bottom: 1px solid #cccccc;
}

h3.marketing_preferences {
    margin-bottom: 6px;
}

h3 {
    clear: both;
}

h3.accordion_label {
    border-bottom: 1px solid #cccccc;
}

.sub-tab {
    padding-top: 5px;
    /* min-width 60.063em, large screens */
}

@media screen and (min-width: 768px) {
    .sub-tab {
        padding: 15px;
    }
}

#ucli-preferences .checkbox input[type="checkbox"] {
    margin-top: 10px;
}

.form-horizontal .checkbox {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.checkbox label {
    padding-right: 10px;
    cursor: inherit !important;
    padding-top: 9px;
    padding-left: 20px;
}

.custom-tooltip-styling {
    background-color: #4eb7f1;
    border-width: 0;
    color: #fff;
    border: 1px solid #4eb7f1;
}

.ui-tooltip {
    padding: 3px;
}

.ui-tooltip-content {
    border: 1px solid white;
    padding: 12px;
    margin: 0;
}

/* Review */
h5 {
    font-size: 10pt;
}

h3.ui-accordion-header.visited:before {
    background:
        url('//images2.drct2u.com/content/images/responsive/sprite.png')
        -89px 7px no-repeat !important;
    background-size: 110px !important;
    background-color: #fff;
    margin: 0px 0px !important;
}

/* CHECKBOXES - START */
.checkbox input[type="checkbox"]::-ms-expand {
    display: none;
}

.checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ccc;
    min-height: 0;
    height: 20px;
    width: 20px;
    margin-top: 5px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

input[type="checkbox"]:checked {
    background:
        url('//images2.drct2u.com/content/images/responsive/sprite.png')
        -16px 3px/51px no-repeat #30aff6;
    background-color: #4b9626;
    color: #fff;
    top: 0px;
    width: 20px;
    height: 20px;
}

.checkbox input.account_choice1 {
    margin-top: 9px;
}
.checkbox input.account_choice1 {
    margin-top: 9px;
}

.checkbox input.account_choice1:checked {
    margin-top: 13px;
}

/* NEW CHECKBOXES */
  
label#password-passwordToggle-label {
    /* background: url('//images2.drct2u.com/content/images/responsive/sprite.png') -16px 3px/51px no-repeat #4b9626 !important;*/
    color: #fff;
    width: 27px;
    height: 14px;
    margin-top: 7px;
}

.password-passwordToggle {
    height: 20px;
    width: 20px;
}

/* Hide REMOVE button on telephone fields */
button.remove-button {
    display: none;
}

span.addTel {
    margin: 0px 6px 15px 0px;
    cursor: pointer;
    line-height: 15px;
    color: #00A550;
    font-weight: bold;
    font-size: 25px;
    vertical-align: text-bottom;
    float: left;
}

.showpassword {
    margin: 10px 0px !important;
}

/* FIX FOR POSITION OF PASSWORD TICKBOX */
.showpassword label {
    padding-top: 0px;
    padding-left: 22px;
}

/* ADD button on telephone fields */
button.add-button {
    background: #fff;
    cursor: pointer;
    border: 0px;
    margin-top: 10px;
    padding: 5px 20px 5px 0px;
    text-align: left;
    min-width: 250px;
    height: 20px;
}

/* Exit Chat Btns */
nav.actions.tabled {
    width: 94%;
    margin: 15px auto 0px;
    position: relative;
    padding: 0px;
    max-width: 1080px;
}

/** Temp  **/
#subtab1-2 .col-sm-4 {
    padding-left: 40px;
}

#subtab1-2 #textinput {
    margin-bottom: 15px;
}

.form-center {
    margin: 0 auto;
    max-width: 985px;
}

/** Fix for Personal details spacing between fields **/
@media screen and (min-width: 768px) {
    .title-name {
        min-height: 167px;
    }
}

@media screen and (min-width: 768px) {
    .topInput {
        margin-bottom: 0px;
    }
}

/** Parsley Errors **/
.form-horizontal .has-feedback .form-control-feedback {
    right: -15px;
    top: 10px;
}

.glyphicon {
    opacity: 0;
    position: absolute;
}

.has-feedback .glyphicon {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

ul.parsley-errors-list {
    list-style: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

.help-block {
    padding: 0;
}

div#innerPageContainer {
    margin-top: 0px;
}

/** Progress Bar START **/
.ui-tabs-nav li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.ui-tabs-nav .ui-state-active a {
    color: #30aff6;
}

.ui-tabs-nav a {
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
}

.ui-tabs-nav .visited span {
    background:
        url('//images2.drct2u.com/content/images/responsive/sprite.png')
        -29px 5px/44px no-repeat #30aff6;
    background-size: 90px;
}

.ui-tabs-nav .visited.ui-tabs-active span {
    background:
        url('//images2.drct2u.com/content/images/responsive/sprite.png')
        -29px 5px/44px no-repeat #30aff6;
    background-size: 90px;
}

.ui-tabs-nav {
    padding: 0px;
    min-height: 66px;
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    /* max-width 40em, mobile-only styles, use when QAing mobile issues */
}

@media screen and (max-width: 640px) {
    .ui-tabs .ui-tabs-nav {
        height: 70px;
    }
}

.ui-tabs-nav .ui-tabs-anchor {
    text-decoration: none;
    font-weight: bold;
    outline: medium none;
    white-space: normal;
    min-width: 65px;
    font-size: 14px;
}

.sectionSquare {
    font-size: 25px;
    text-align: center;
    color: #caebfe;
}

/** Progress Bar END **/

/** 3 stage Progress Bar START **/
.three-stage-bar .ui-tabs-nav li {
    width: 32.5%;
}

.three-stage-bar .ui-tabs-nav #sectionLine {
    width: 68%;
}
/** 3 stage Progress Bar END **/

/** 2 stage Progress Bar START **/
.two-stage-bar .ui-tabs-nav li {
    width: 49%;
}

.two-stage-bar .ui-tabs-nav #sectionLine {
    width: 50%;
}
/** 2 stage Progress Bar END **/

/** Footer **/
footer {
    margin-top: 0;
    margin-bottom: 32px;
}

footer .logoContainer {
    text-align: center;
}

/** Help Icons on PERSONAL DETAILS PAGES **/
.icon-help {
    background:
        url('//images2.drct2u.com/content/images/responsive/sprite.png')
        -4px -226px no-repeat #fff;
    height: 30px;
    width: 30px;
    z-index: 22;
}

.helpicon {
    cursor: pointer;
    height: 25px;
    width: 25px;
    position: relative;
    float: right;
    bottom: 5px;
    right: -6px;
    /* min-width 60.063em, large screens */
}

@media screen and (min-width: 768px) {
    .helpicon {
        bottom: 0;
        top: 3px;
        right: 24.1%;
    }
}

.help-text {
    padding: 0px;
    margin: auto;
    margin: -8px 22px 20px 22px;
    background: #fff;
    color: #30aff6;
    font-size: 12px;
    z-index: 22;
    font-weight: bold;
    /* min-width 60.063em, large screens */
}

@media screen and (min-width: 768px) {
    .help-text {
        margin: -8px 28.8% 20px 28%;
        float: left;
    }
}

.help-text-pep {
    padding: 0px;
    margin: auto;
    margin: 12px 22px 20px 22px;
    background: #fff;
    color: #30aff6;
    font-size: 12px;
    z-index: 22;
    font-weight: bold;
    /* min-width 60.063em, large screens */
}

@media screen and (min-width: 768px) {
    .help-text-pep {
        margin: -30px 22px 20px 28%;
        float: left;
    }
}

.help-text-phone {
    margin: -23px 22px 20px 22px;
    /* min-width 60.063em, large screens */
}

@media screen and (min-width: 768px) {
    .help-text-phone {
        margin: -8px 28.8% 20px 28%;
        float: left;
    }
}

p.help-text.help-text-phone {
    margin-top: 1px;
}

.contactnumber {
    background:
        url('//images2.drct2u.com/content/images/responsive/sprite.png')
        -4px -226px no-repeat #fff;
    height: 25px;
    position: relative;
    float: right;
    /*right: 8px;*/
    z-index: 22;
    /* min-width 60.063em, large screens */
}

@media screen and (min-width: 768px) {
    .contactnumber {
        bottom: 0;
        top: 3px;
        right: 24%;
    }
}

.add-tel p {
    font-size: 13px;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 18px;
}

.form-control {
    padding: 6px 11px !important;
}

.checkbox2 {
    border-top: 1px solid #CCC;
    padding-top: 0px;
    position: relative;
    display: block;
    margin: 16px 0px 10px !important;
}

.highlight-box {
    display: block;
    background-color: #ffe7f7;
    border: 1px solid #30aef6;
    vertical-align: text-bottom;
    padding: 0;
}

.highlight-box.ticked {
    display: block;
    background-color: #f1f7ec;
    border: 1px solid #30aef6;
    vertical-align: text-bottom;
    padding: 0;
}

.buttons-wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 1020px;
    padding: 20px 16px;
}

/* STYLING TO DROPDOWNS ON PERSONAL DETAILS PAGES */
.Select-a-Title {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .Select-a-Title {
        width: 135%
    }
}

/* Date of Birth - Layout - START */
.selectDateWrap.form-inline {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.day-field-outer,
.month-field-outer,
.year-field-outer {
    width: 100%;
    margin: 0;
    
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.form-inline .form-control.day-field-inner,
.form-inline .form-control.month-field-inner,
.form-inline .form-control.year-field-inner {
    width: 100%;
}
.form-horizontal .form-group.month-field-outer {
    margin: 12px 0;
}

.form-group-buttons {
    margin-bottom: 10px;
    padding-bottom: 0;
}
@media screen and (min-width: 430px) {
    .selectDateWrap.form-inline {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
    .day-field-outer,
    .month-field-outer,
    .year-field-outer {
        width: auto;
        
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .form-horizontal .form-group.month-field-outer {
        margin: 0 25px;
    }
}
@media screen and (max-width: 900px) and (min-width: 768px) {
    .selectDateWrap.form-inline {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .day-field-outer,
    .month-field-outer,
    .year-field-outer {
        width: 100%;
        margin: 0;
        
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .form-horizontal .form-group.month-field-outer {
        margin: 12px 0;
    }
}   
/* Date of Birth - Layout - END */


/* Email Marketing Consent - Layout - START */
@media (min-width: 768px) {
    .personal-email-marketing .col-sm-5 {
        width: 49%;
    }
}
personal-email-marketing {
    margin-top: 5px;
}
.reg-form-email-marketing {
    padding: 5px 0;
    
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    padding-bottom: 0;
    justify-content: center;
}
.pod form .personal-email-marketing {
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
}
.personal-email-marketing .email-marketing-pcm {
     margin: 24px 0;   
}
.personal-email-marketing .email-marketing-pcm .email-marketing-content p {
    color: #000;
    margin: 0;
}
.personal-email-marketing .email-marketing-pcm .email-marketing-content p.email-marketing-header {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
}
.form-center.personal.personal-email-marketing .reg-form-email-marketing {
    justify-content: center;
    flex-direction: column-reverse;
}
.form-center.personal.personal-email-marketing .reg-form-email-marketing .gui-btn {
    font-weight: 450;
}
.form-center.personal.personal-email-marketing .reg-form-email-marketing .gui-btn-white {
    border: solid 1px #999999;
}
.pod form .personal-email-marketing .col-sm-9 {
    padding: 0;
    width: 100%;
}
.form-center.personal.personal-email-marketing .reg-form-email-marketing .gui-btn-primary:after {
    content: ">";
    color: #fff;
    font-size: 1em;
    top: 0;
    bottom: 0;
    right: 12px;
    z-index: 1;
    position: absolute;
    display: flex;
    align-items: center;
}
.form-center.personal.personal-email-marketing .reg-form-email-marketing .gui-btn-primary,
.form-center.personal.personal-email-marketing .reg-form-email-marketing .gui-btn-white {
    position: relative;
    padding: 12px 35px;
    font-size: 16px;
    display:block;
    text-align: center;
    min-width: 190px;
    margin-right: 0;
    width: 100%;
    font-weight: normal;
}
.form-center.personal.personal-email-marketing .reg-form-email-marketing .gui-btn-white {
    padding: 12px 25px;
    border-color: transparent;
}

.form-center.personal.personal-email-marketing .reg-form-email-marketing .gui-btn-white:hover {
    color: #555555;
}

.reg-form-email-marketing .gui-form-checkbox.tick label {
    color: #4D4D4E;
    font-size: 14px;
    font-weight: normal;
    font-family: inherit;
    line-height: inherit;
}

.form-center.personal.personal-email-marketing .col-sm-3 {
    display:none;
}
@media (min-width: 768px) {
    .form-center.personal.personal-email-marketing .reg-form-email-marketing {
        flex-direction: row;
    }
    .form-center.personal.personal-email-marketing .reg-form-email-marketing .gui-btn-lg,
    .form-center.personal.personal-email-marketing .reg-form-email-marketing .gui-btn-white {
        display: inline-block;
        margin-right: 10px;
        width: auto;
    }
    .form-center.personal.personal-email-marketing .col-sm-3 {
        display:block;
    }
}

.reg-form-email-marketing .gui-form-checkbox.tick {
    margin: 0;
    
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.reg-form-email-marketing .gui-form-checkbox.tick + .gui-form-checkbox.tick {
    margin: 12px 0 0;
}
@media (min-width: 430px) {
    .reg-form-email-marketing {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .reg-form-email-marketing .gui-form-checkbox.tick + .gui-form-checkbox.tick {
        margin: 0;
    }
}
.reg-form-email-marketing .gui-form-checkbox.tick .gui-checkbox,
.reg-form-email-marketing .gui-form-checkbox.tick input[type=checkbox]:checked ~ .gui-checkbox:before {
    background: #fff;
}
.personal-email-marketing .helpicon {
    z-index: 22;
}
/* Email Marketing Consent - Layout - END */

/* AMMENDS TO BOOTSTRAP */
.col-xs-1, .col-sm-1, .col-sm-1, .col-lg-1, .col-xs-2, .col-sm-2,
    .col-sm-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-sm-3, .col-lg-3,
    .col-xs-4, .col-sm-4, .col-sm-44, .col-sm-444, .col-sm-4, .col-lg-4,
    .col-xs-5, .col-sm-5, .col-sm-5, .col-lg-5, .col-xs-6, .col-sm-6,
    .col-sm-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-sm-77, .col-sm-777,
    .col-sm-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-sm-8, .col-lg-8,
    .col-xs-9, .col-sm-9, .col-sm-9, .col-lg-9, .col-xs-10, .col-sm-10,
    .col-sm-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-sm-11, .col-lg-11,
    .col-xs-12, .col-sm-12, .col-sm-12, .col-lg-12 {
    padding-left: 22px;
    padding-right: 22px;
}

.ui-tabs-nav .ui-tabs-active a {
    color: #30aff6;
}

.centre-title {
    display: block;
    margin: 0px auto 10px;
    height: 80px;
}

.hidden p {
    visibility: hidden;
}

.one.ui-state-default span:after {
    content: "1";
    color: #bbbbbb;
    background-size: 90px;
}

.two.ui-state-default span:after {
    content: "2";
    color: #bbbbbb;
    background-size: 90px;
}

.three.ui-state-default span:after {
    content: "3";
    color: #bbbbbb;
    background-size: 90px;
}

.four.ui-state-default span:after {
    content: "4";
    color: #bbbbbb;
    background-size: 90px;
}

.ui-tabs-nav .ui-state-default a {
    color: #bbbbbb;
}

.ui-state-default.ui-tabs-active span:after {
    color: #30aff6;
}

.ui-tabs-nav .ui-state-default.ui-tabs-active a {
    color: #30aff6;
}

.ui-state-default.ui-tabs-active.visited span:after {
    content: " ";
}

.ui-state-default.ui-tabs-active.visited span {
    background:
        url('//images2.drct2u.com/content/images/responsive/sprite.png')
        -29px 5px/44px no-repeat #30aff6;
    background-size: 90px;
}

/* Terms & Conditons & Secci Table Content */
table {
    width: 100%;
    border: 1px solid #dbdbdb;
    margin-bottom: 1em;
}

table tr td {
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    vertical-align: top;
    padding: 0.4em;
    width: 50%;
}

table tr th {
    border-right: 1px solid #dbdbdb;
}

table tr th h5 {
    text-align: center;
}

table.noBorder tr td {
    border-bottom: none;
}

.tableThreeColumn tr td {
    width: auto;
}

.tableThreeColumn tr th {
    border-bottom: 1px solid #dbdbdb;
    text-align: left;
    padding: 1em 0.4em;
}

/* Fully clickable credit agreement bar */
.secci .highlight-box {
    clear: left;
    margin: 9px 0px 11px 0; /*MOL*/
    padding: 0px 0px 0px 30px; /*MOL*/
    text-align: left;
}

.secci .highlight-box input {
    top: 8px;
    left: 30px;
}

.secci .highlight-box label {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 0 !important;
    line-height: inherit;
    font-weight: bold;
    font-size: 18px;
    padding-top: 14px; /*MOL*/
    padding-left: 14px; /*MOL*/
    cursor: pointer !important;
    min-height: 40px;
    text-align: left; /*MOL*/
}

.secci-tick {
    display: inline;
}

.secci-tick.inactive {
    display: none;
    padding-top: 0.5em;
}

.scrollContent {
    padding: 0 1em;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.bigScroll {
    height: 8em;
}

.topScroll {
    /* landscape phone and portrait tablet (>= 480px < 960px) */
    /* landscape tablet and normal monitor (>= 960px < 1440px) */
    /* bigger monitor (>= 1440px) */
    /* big monitor (>= 1920px) */
    
}

@media screen and (max-width: 50.9999em) {
    .topScroll {
        margin-bottom: 1em;
    }
}

.contentSection {
    padding: 1em;
    background: #fff;
    border: 0px solid #fff;
    color: #7a7878;
    margin: 1em 0 0 0;
    /* landscape phone and portrait tablet (>= 480px < 960px) */
    /* landscape tablet and normal monitor (>= 960px < 1440px) */
    /* bigger monitor (>= 1440px) */
    /* big monitor (>= 1920px) */
}

@media screen and (max-width: 50.9999em) {
    .contentSection {
        padding: 0.5em;
    }
}

.detailsTitle {
    font-weight: bold;
}

table.noBorder tr td {
    border-bottom: none;
}

tr.noBorder td {
    border-bottom: none;
}

p.temp-credit-facility {
    margin-bottom: 30px;
}

label.text-highlight.ticked {
    text-align: left;
}

/* GREEN TICK ON VALIDATION */
.tickValidation {
    display: none;
    background:
        url('//images2.drct2u.com/content/images/responsive/registration_sprite.png')
        -67px 7px no-repeat #fff;
    height: 25px;
    position: relative;
    float: right;
    z-index: 22;
    bottom: -27px;
    right: -9px;
    /* min-width 60.063em, large screens */
}

@media screen and (min-width: 768px) {
    .tickValidation {
        bottom: 0;
        top: 3px;
        right: 32.5%;
    }
}

.tickValidation-title {
    display: none;
    background:
        url('//images2.drct2u.com/content/images/responsive/registration_sprite.png')
        -67px 7px no-repeat #fff;
    height: 25px;
    position: relative;
    float: right;
    z-index: 22;
    bottom: -27px;
    right: -9px;
    /* min-width 60.063em, large screens */
}

@media screen and (min-width: 768px) {
    .tickValidation-title {
        bottom: 0;
        top: 3px;
        right: 49%;
    }
}

.tickValidation-MI {
    display: none;
    background:
        url('//images2.drct2u.com/content/images/responsive/registration_sprite.png')
        -67px 7px no-repeat #fff;
    height: 25px;
    position: relative;
    float: right;
    z-index: 22;
    bottom: -27px;
    right: -9px;
    /* min-width 60.063em, large screens */
}

@media screen and (min-width: 768px) {
    .tickValidation-MI {
        bottom: 0;
        top: 28px;
        right: 54%;
    }
}

/* GREEN TICK ON VALIDATION - END */

/* RED TICK ON VALIDATION */
.crossValidation {
    display: none;
    background:
        url('//images2.drct2u.com/content/images/responsive/registration_sprite.png')
        -88px 7px no-repeat #fff;
    height: 25px;
    position: relative;
    float: right;
    z-index: 22;
    bottom: -27px;
    right: -9px;
    /* min-width 60.063em, large screens */
}

@media screen and (min-width: 768px) {
    .crossValidation {
        bottom: 0;
        top: 3px;
        right: 32.5%;
    }
}
/* RED TICK ON VALIDATION - END */

/* CHATROOM STYLING  */
a.chatButton {
    display: block;
    background-image:
        url(//images2.drct2u.com/content/common/images/commongui/chat_chatBubbles.png);
    background-image:
        url(//images2.drct2u.com/content/common/images/commongui/chat_chatBubbles.png),
        linear-gradient(rgb(153, 153, 153) 0%, rgb(153, 153, 153) 100%);
    /* Multiple images, not compatible with older IE */
    background-position: right center;
    *background-color: #999 !important;
    background-color: #999 !important;
    width: 45px;
    margin: 0 10px;
    height: 30px;
    background-position-x: 45px;
    background-position-y: -2px;
    color: #FFF;
    text-decoration: none;
    padding: 6px;
    border-radius: 0px;
    /* min-width 60.063em, large screens */
}

@media screen and (min-width: 768px) {
    a.chatButton {
        height: 34px;
        width: 110px;
        margin: 0px;
        background-position-x: -3px;
        background-position-y: inherit;
        font-family: Arial, Helvetica, sans-serif;
        border-width: 1px;
        border-color: rgb(153, 153, 153); /* Solid Colour Fallback */
        background-image:
            url(//images2.drct2u.com/content/common/images/commongui/chat_chatBubbles.png);
        background-image:
            url(//images2.drct2u.com/content/common/images/commongui/chat_chatBubbles.png),
            linear-gradient(rgb(153, 153, 153) 0%, rgb(153, 153, 153) 100%);
        /* Multiple images, not compatible with older IE */
        background-position: right center;
        background-repeat: no-repeat;
    }
}

a.chatButton:hover, a.chatButton:active {
    background-image:
        url(//images2.drct2u.com/content/common/images/commongui/chat_chatBubbles.png);
    background-image:
        url(//images2.drct2u.com/content/common/images/commongui/chat_chatBubbles.png),
        linear-gradient(rgb(102, 102, 102) 0%, rgb(102, 102, 102) 100%);
    /* Multiple images, not compatible with older IE */
    background-position: right center;
    *background-color: #666 !important;
    background-color: #666 !important;
    background-position-x: 45px;
    background-position-y: -2px;
    /* min-width 60.063em, large screens */
}

@media screen and (min-width: 768px) {
    a.chatButton:hover, a.chatButton:active {
        background-image:
            url(//images2.drct2u.com/content/common/images/commongui/chat_chatBubbles.png);
        background-image:
            url(//images2.drct2u.com/content/common/images/commongui/chat_chatBubbles.png),
            linear-gradient(rgb(102, 102, 102) 0%, rgb(102, 102, 102) 100%);
        /* Multiple images, not compatible with older IE */
        background-position: right center;
        background-repeat: no-repeat;
        *background-color: #666 !important;
        background-color: #666 !important;
    }
}

a.chatButton, a.chatButton:hover, a.chatButton:focus {
    text-decoration: none;
}

a.chatButton span {
    display: none;
    /* min-width 60.063em, large screens */
}

@media screen and (min-width: 768px) {
    a.chatButton span {
        color: #fff;
        display: block;
        text-align: left;
        margin-top: 3px;
    }
}

#chatBtnContainer {
    padding: 0;
    float: right;
    height: 28px;
    position: relative;
    top: 0px;
    margin-right: 0px;
    display: none;
    /* min-width 60.063em, large screens */
}

@media screen and (min-width: 768px) {
    #chatBtnContainer {
        padding: 0;
        float: right;
        height: 28px;
        position: relative;
        top: 0px;
        margin-right: 10px;
    }
}

/* CHATROOM STYLING END*/
.closeWindow {
    display: none;
    height: 70px;
    height: 7rem;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    z-index: 9999999999;
}

/* iPhone 5 / 5C */
@media screen and (min-device-width: 320px) and (max-device-width:
    568px) {
    .closeWindow {
        height: 10em;
    }
}

/* iPhone 6 */
@media screen and (min-device-width: 540px) and (max-device-width:
    960px) {
    .closeWindow {
        height: 9em;
    }
}

.closeWindow p {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 12px 12px 13px;
    margin: 1.2rem 1.2rem 1.3rem;
}

.noButton, .yesButton {
    padding: 6px 8px;
    padding: 0.6rem 0.8rem;
    margin: 10px;
    margin: 1rem;
}

.noButton {
    color: #4b9626;
    border: 1px solid #b3e18d;
}

.noButton:hover, .noButton:focus {
    color: #b3e18d;
}

.yesButton {
    color: #F00;
    border: 1px solid #ffb1b1;
}

.yesButton:hover, .yesButton:focus {
    color: #ffb1b1;
}

.nowRelative {
    position: relative;
}

.messageMargin {
    margin-top: 0;
}

.icon-tick {
    left: 30px;
    top: 4px;
}

/* Adding Layout For Registration Button Wrap */

body.registration .buttons-wrap.footerButtons,
body.registration .choice-buttons-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
body.registration .buttons-wrap.footerButtons .gui-btn {
    margin-bottom: 0;
}

body.registration .footerButtons .backBtn {
    margin-right: auto;
}

body.registration .footerButtons .nextBtn {
    margin-left: auto;
}
.aire-collaboration-image {
    width: 100px;
    display: inline-block;
    margin-bottom: 20px;
}

/*@media screen and (min-width: 768px) {
    header {
        margin: 17px 0 0 0!important;
    }
}*/

.new-customer-division-account {
    font-size: 14px;
    margin: 12px 0 24px;
    text-align: left;
    padding: 0 22px;
}


/*------------------------------------*/
/*----- Registration Irish - PEP -----*/
/*------------------------------------*/
.irish-pep {
    margin-top: 7px;
    padding-left: 22px;
    padding-right: 22px;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .irish-pep {
        width: 210px;
    }
}
input[type="radio"].irish-pep-radio {
    display:inline-block;
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    margin: -3px 0 0;
    padding: 0;
}
.irish-pep label {
    margin: 0 24px 0 0;
    padding: 0 0 0 6px;
    width:  auto;
    display: inline-block;
}
.irish-pep label.irish-pep-no {
    margin: 0;
}
.irish-pep input[type="radio"] + label::before {
    display: none;
}
.irish-pep input[type="radio"]:checked + label::before {
    display: none;
}
.irish-pep-yes,
.irish-pep-no {
    font-weight: normal;
}

/*-------------------------------*/
/*----- Registration Header -----*/
/*-------------------------------*/
header {
    max-width: 100%;
    z-index: 999999999;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
}
header section {
    position: relative;
    max-width: 1020px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 24px 16px;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
header section .logo {
    max-height: 30px;
    min-height: 30px;
    max-width: 180px;
    margin: 0 0 0 60px;

    -moz-transition: margin .25s ease;
    -webkit-transition: margin .25s ease;
    -ms-transition:  margin .25s ease;
    transition: margin .25s ease;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
}
header section .logo a {
    width: 100%;
    min-width: 80px;
    height: auto;
    min-height: 30px;
    max-height: 30px;
    background: #fff;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header section .logo img {
    width: 100%;
    height: 100%;
}
header section .registerLogoWrap {
    position: absolute;
    left: 16px;
}
header section .registerLogoWrap .gui-btn {
    margin-bottom: 0;
    font-weight: 400;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
@media screen and (min-width: 244px) {
    header section .logo {
        max-height: 70px;
        margin: 0 60px;
    }
    header section .logo a {
        width: 100%;
        min-width: 80px;
        height: 100%;
        min-height: 30px;
        max-height: 70px;
    }
}


#modal_outer {
    height: auto!important;
    margin-left: -170px!important;
    width: 340px!important;
}

#modal_container {
    height: auto!important;
    width: auto!important;  
    padding: 10px 20px 20px 20px!important;
    text-align: left!important;
    border-radius: 5px;
}

#modal_container h2 {
    font-weight: bold!important;
    color: #000!important;
}

#modal_container p {
    margin: 0 0 25px 0!important;
    font-size: 14px;
}

#modal_container .modal_footer_links {
    display: flex;
    justify-content: space-between;
}

#modal_container  a.btn {
    padding: 10px 18px!important;
    border-radius: 5px;
    border: 1px solid #000!important;
}

#modal_container  a.btn.primaryBtn {
    background-color: #000!important;
}
