﻿/* Replacement for Centums Typography logic (customizer.php) */
body {
    color: #333333;
    font-family: "Readex Pro", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Readex Pro", Arial, Helvetica, sans-serif;
}

div, span {
    font-size: 14px;
    line-height: normal
}

/* Hack to stop ios safari button styling */
textarea,
input[type="text"],
input[type="date"],
input[type="button"],
input[type="submit"],
button {
    -webkit-appearance: none;
    border-radius: 0;
}

    input[type="text"].fullWidth {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 100%;
    }

select.red,
option.red {
    background-color: #eecdcd;
}
select.green,
option.green {
    background-color: #b9edc0;
}
select.blue,
option.blue {
    background-color: #c9dfff;
}
select.yellow,
option.yellow {
    background-color: #fdffbe;
}

label.checkboxLabel {
    display: inline-block;
    cursor: pointer;
}
label.checkboxLabel input[type=checkbox],
label.checkboxLabel span {
    vertical-align: middle;
}

.CodeInput {
    display: inline-block !important;
    font-size: 18px !important;
    width: 46px;
    text-align: center;
    font-weight: bold !important;
    margin-bottom: 18px !important;
}

/* End ios safari hack */

.betaBadge,
.betaBadge:visited,
.betaBadge:active {
    position: fixed;
    bottom: 5px;
    right: 5px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: white;
    background-color: #CC3F3F;
    text-align: center;
    width: 59px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    z-index: 9999;
    display: none;
}

video {
    cursor: pointer;
}

img {
    -ms-interpolation-mode: bicubic;
}

input[type="text"]::-ms-clear {
    width: 0;
    height: 0;
}

.button {
    margin: 8px 8px 8px 0px;
}

.icon_trash {
    width: 17px;
    height: 20px;
    background-image: url('../images/trash.png');
    margin: auto;
}

.tabs-nav li.cohensBig a {
    line-height: normal;
    text-align: center;
    padding: 0px;
    width: 125px;
}

.Red {
    color: Red;
}

.Green {
    color: Green;
}

.responsive-image {
    width: 100%;  /* The image will take up 100% of the container's width */
    height: auto;  /* The image height will adjust automatically to maintain the aspect ratio */
    display: block;  /* Removes any small gap below the image if it is inside an inline element like a div */
}

td[contenteditable]:empty:before {
  content: attr(data-placeholder);
  color: #999;
  pointer-events: none;
}

.GPDirect {
    font-weight: bold;
    color: #005EB8;
}
.GPDirect span {
    color: #78BE20;
}

.nhsBranded {
    background: #005eb8 !important;
    color: white !important;
}

#termsViewer {
    height: 400px;
    overflow-y: scroll;
}

.field {
    overflow: hidden;
}

input.Validation_Fail,
.Validation_Fail {
    border: 1px solid #f2c4c2 !important;
    background: #ffeceb !important;
}

input.Validation_Pass,
.Validation_Pass{
    border: 1px solid #c4f2c2 !important;
    background: #ebffeb !important;
}

.LocateResultContainer:hover .LocateResultHeader {
    cursor: pointer;
    background-color: #0055a6;
}

.LocateResultContainer:hover .LocateResultBody {
    cursor: pointer;
    background-color: #f1f1f1;
    border-color: #d2d2d2;
}

.LocateResultHeader {
    background-color: #303030;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    clear: both;
    padding-left: 10px;
}

.LocateResultHeaderLocation {
    float: left;
}

.LocateResultHeaderDistance {
    float: right;
}

.LocateResultBody {
    background-color: #fbfbfb;
    clear: both;
    overflow: hidden;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    margin-right: 5px;
}

.LocateResultBodyLeft {
    float: left;
    margin-right: 5px;
    padding: 5px;
}

.LocateResultBodyRight {
    float: right;
    margin-right: 5px;
    padding: 5px;
}

.headerBanner {
    background-color: #0054bb;
    color: white;
	display: flex;
	flex-direction: row;
	align-items: center;
    margin-bottom: 30px;
}

#mobileFooterNavBarSpacer {
    height: 400px;
    clear: both;
    height: 60px;
}

#mobileFooterNavBar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 62px;
    border-top: 1px solid #b3b3b3;
    background-color: white;
    overflow: hidden;
    z-index: 999;
}

    #mobileFooterNavBar table {
        width: 100%;
        border-collapse: collapse;
    }

    #mobileFooterNavBar td {
        padding: 10px 0px;
        width: 25%;
        text-align: center;
        vertical-align: middle;
    }

        #mobileFooterNavBar td:hover {
            cursor: pointer;
        }

.mobileFooterNavBarNotSelected:hover i {
    color: #0054bb;
}

.mobileFooterNavBarSelected i {
    color: #0054bb;
}

.mobileFooterNavBarNotSelected i {
    color: #a3a3a3;
}

.mobileFooterLabel {
    font-size: 10px;
}

.MyCohens {
    font-style: italic;
    font-weight: bold;
}

#mycohens_sub_section {
    overflow: hidden;
}

.BoldGreen {
    font-weight: bold !important;
    color: green !important;
}

.BoldRed {
    font-weight: bold !important;
    color: red !important;
}

#locum_booking_action_bar {
    width: 100%;
    height: 48px;
    right: 0px;
    overflow: hidden;
    text-align: right;
    display: none;
}

#locumTerms {

}

#locumTerms p {
    margin: 10px 0px 0px 0px;
}
    #locumTerms label {
        margin: 0px;
        font-size: 13px;
    }
        #locumTerms label:hover {
            cursor: pointer;
            color: #06004f;
        }


img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
    max-width: none;
}

.repeatDetails div {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #fafafa;
    border: 1px solid #dddddd;
    padding: 5px;
    width: 140px;
}

@media all and (orientation:portrait) {
    .repeatDetails div {
        float: none;
        width: auto;
    }
}

.mycohens_colorbox_column_layout_one {
    width: 600px;
    clear: both;
    overflow: hidden;
}

.mycohens_colorbox_column_layout_two {
    clear: both;
    overflow: hidden;
}

    .mycohens_colorbox_column_layout_two > div {
        float: left;
        padding: 5px;
    }

.mycohens_colorbox_table {
    border-collapse: collapse;
    border: 1px solid #dddddd;
    width: 100%;
}

    .mycohens_colorbox_table th {
        border: 1px solid #dddddd;
        background-color: #fafafa;
        text-align: left;
        padding: 5px;
        color: #404040;
        vertical-align: top;
        font-weight: bold;
        font-size: 12px;
    }

    .mycohens_colorbox_table td {
        padding: 5px;
        vertical-align: top;
        border: 1px solid #dddddd;
        font-size: 12px;
    }

.mycohens_form_validation_alert {
    margin-top: -15px !important;
    margin-bottom: 15px !important;
    border-top: none !important;
    display: none;
    padding: 10px;
}

.service_checkbox {
    margin-top: 5px;
}

    .service_checkbox label {
        cursor: pointer;
        display: block;
        padding: 0px;
        background-color: #0054bb;
        color: white;
        font-weight: bold;
        font-size: 12px;
        line-height: 35px;
        height: 35px;
        width: 175px;
        padding: 0px;
    }

    .service_checkbox input {
        display: inline;
        vertical-align: middle;
        padding: 0px 0px 0px 0px;
    }

.center {
    margin: 0px auto 15px 0px;
    text-align: center;
}

.SubSectionBodyLeft {
    float: left;
    margin-right: 25px;
}

.SubSectionBodyRight {
    float: left;
    clear: right;
}

.ListWithSlidingDetail {
    position: relative;
    float: left;
    margin: 0 5px 0 0;
    height: 700px;
    overflow: hidden;
}

    .ListWithSlidingDetail .SlidingPanel {
        position: absolute;
        width: 100%;
    }

    .ListWithSlidingDetail #MedicationStr {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        z-index: 100;
        position: relative;
    }

    .ListWithSlidingDetail .Detail {
        opacity: 0;
    }

.checkoutTotal {
    font-size: 21px;
    margin: 10px 10px 0px 10px;
    padding: 10px 0px 0px 25px;
    border-top: 1px solid #eee;
    overflow: hidden;
}

.genericWidget {
    hyphens: auto;
    margin: 0px 0px 25px 0px;
    background-color: #fafafa;
    border: 1px solid #dddddd;
    overflow: hidden;
}

    .genericWidget:hover {
        background-color: #f5f5f5;
    }

    .genericWidget label {
        display: inline;
        cursor: pointer;
    }

    .dashWidget,
    .genericWidget.dashWidget {
        text-align: center;
        min-height: 90px;
        padding: 10px;
    }

        .dashWidget p {
            font-size: 14px;
            line-height: 24px;
            color: #404040;
            font-family: "Readex Pro", sans-serif;
            font-weight: 600;
            margin-bottom: 10px
        }

        .dashWidget .widgetButtons {
            display: flex;
            justify-content: space-between;
        }

            .dashWidget .widgetButtons input[type=button] {
                width: 50%;
                margin: 5px;
            }

#checkoutPreferenceTable {
    width: 100%;
}

    #checkoutPreferenceTable td {
        width: 50%;
        text-align: center;
        vertical-align: top;
        cursor: pointer;
    }

        #checkoutPreferenceTable td p {
            margin-bottom: 5px;
        }

        #checkoutPreferenceTable td i {
            color: #0054bb;
        }

        #checkoutPreferenceTable td:hover {
            color: black;
        }

            #checkoutPreferenceTable td:hover i {
                color: #0055a6;
            }

#DeliveryPreferences_SelectedAddressStr {
    background-image: url(../images/RoyalMail.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100px 67px;
    padding-right: 0px;
}

#checkoutUpperNavBar,
#checkoutNavBar {
    height: 75px;
    overflow: hidden;
}

#checkoutStageWrapper div,
.slick-slide,
.slick-prev,
.slick-next {
    outline: none !important;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.type-page ul.slick-dots {
    list-style: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

    .type-page ul.slick-dots li {
        display: block;
        float: left;
        margin: 0px 15px 0px 0px;
        cursor: pointer;
        height: 60px;
        width: 220px;
        background-color: #fafafa;
        border: 1px solid #dddddd;
        padding: 10px;
        overflow: hidden;
    }

        .type-page ul.slick-dots li:hover {
            background-color: #f5f5f5;
        }

        .type-page ul.slick-dots li div.checkoutBreadcrumbID {
            float: left;
            font-size: 28px;
            line-height: 40px;
            color: #0054bb;
            background-color: white;
            border: 2px solid #dddddd;
            width: 40px;
            height: 40px;
            -webkit-border-radius: 40px;
            -moz-border-radius: 40px;
            border-radius: 40px;
            text-align: center;
        }

        .type-page ul.slick-dots li div.checkoutBreadcrumbTxt {
            float: left;
            font-size: 18px;
            line-height: 40px;
            border: 2px solid #fafafa;
            color: #7F7F7F;
            width: 142px;
            height: 40px;
            margin-left: 10px;
        }

        .type-page ul.slick-dots li.slick-active div.checkoutBreadcrumbID {
            color: white;
            background-color: #0054bb;
            border-color: #0054bb;
        }

        .type-page ul.slick-dots li.slick-active div.checkoutBreadcrumbTxt {
            color: black;
            font-size: 18px;
            font-weight: 600;
        }


        .type-page ul.slick-dots li div.checkoutBreadcrumbID,
        .type-page ul.slick-dots li div.checkoutBreadcrumbTxt {
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

select.mycohens_responsiveTable_tableSorter {
    display: none;
}

.mycohens_control_order_progress table {
    width: 100%;
    border-collapse: collapse;
}

    .mycohens_control_order_progress table td {
        text-align: center;
        vertical-align: middle;
    }

        .mycohens_control_order_progress table td.OrdProgLabel {
            color: #303030;
            padding: 10px 0px 0px 0px;
            vertical-align: top;
        }

        .mycohens_control_order_progress table td.OrdProgLabelCurrent {
            font-weight: bold;
            color: black;
        }

        .mycohens_control_order_progress table td div.OrdProgCircle {
            /* See skeleton.css for responsive sizing */
            border-style: solid;
            border-color: #303030;
            border-radius: 260px;
            margin: auto;
            text-align: center;
        }

        .mycohens_control_order_progress table td div.OrdProgCircleCurrent {
            background: #C91D78;
            color: #FFFFFF;
        }

        .mycohens_control_order_progress table td div.OrdProgCircleAlert {
            background: #FFE770;
            color: #303030;
        }

        .mycohens_control_order_progress table td div.OrdProgCircleComplete {
            background: #37913D;
            color: #FFFFFF;
        }

        .mycohens_control_order_progress table td div.OrdProgCirclePending {
            background: #E6E6E8;
            color: #B3B3B3;
        }

        .mycohens_control_order_progress table td div.OrdProgLine {
            background: #303030;
            height: 3px;
        }

.mycohens_control_IntSelector {
    overflow: hidden;
    width: 95px;
}

    .mycohens_control_IntSelector input[type="text"] {
        float: left;
        margin: 0px;
        text-align: center;
        font-weight: bold;
        width: 30px;
        padding-left: 2px;
        padding-right: 3px;
        vertical-align: top;
        border: none;
    }

    .mycohens_control_IntSelector input[type="button"] {
        float: left;
        display: inline;
        margin: 0px;
        vertical-align: top;
        padding-top: 8px;
        padding-bottom: 9px;
        width: 30px;
        border: none;
    }

.mycohens_control_WeekDaySelector {
    overflow: hidden;
    margin-top: 5px;
}

    .mycohens_control_WeekDaySelector div {
        float: left;
        width: 83px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #6a6a6a;
        cursor: pointer;
        margin-right: 5px;
        background-color: #dadada;
        font-weight: bold;
    }

    .mycohens_control_WeekDaySelector .WeekDaySelected {
        background-color: #0054bb;
        color: white;
        font-weight: bold;
    }

    .mycohens_control_WeekDaySelector div input[type=checkbox] {
        display: none;
    }

    .mycohens_control_WeekDaySelector div .Short {
        display: none;
    }

    .mycohens_control_WeekDaySelector div .Medium {
        display: none;
    }

    .mycohens_control_WeekDaySelector div .Long {
        display: inline;
    }

h1 {
    font-size: 23px !important;
}

.pharmacyMessage {
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 8px;
    background-color: #F9F9F9;
    border: 1px solid #F2F2F2;
    width: 100%;
    height: auto;
}

    .pharmacyMessage .profileCol {
        text-align: center;
        vertical-align: top;
        width: 60px;
        padding-top: 16px;
    }

        .pharmacyMessage .profileCol i {
            color: #0054bb;
        }

        .pharmacyMessage .profileCol p {
            margin-bottom: 5px;
            line-height: 20px;
            font-size: 13px;
        }

    .pharmacyMessage .messageCol {
        padding-right: 15px;
    }

.MessageDateTime {
    vertical-align: middle;
    line-height: 20px;
    font-size: 14px;
    color: #0F5DC0;
}

.MessageDetailsText {
    vertical-align: middle;
    margin-top: 8px;
    color: #595959;
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
}

    .MessageDateTime.Read,
    .MessageDetailsText.Read {
        color: #B2B2B2;
        font-weight: normal;
    }

.pharmacyMessage.Dropdown .MessageDetailsText p {
    margin: 0px;
}

h2.MedicationInfoTitle {
    margin: 20px 0px;
}

.input-icons i {
    position: absolute;
    margin-top: 4px;
}

.input-icons {
    width: 100%;
    margin-bottom: 10px;
}

.icon {
    padding: 10px;
    min-width: 15px;
}

.MedicationCheckIcon {
    padding-bottom: 4px;
    width: 15px;
    height: 100%;
    padding-bottom: 0px;
    vertical-align: middle;
    font-size: 1.0rem;
    padding-right: 5px;
}

.mycohens-badge {
    padding: 1px 9px 2px;
    font-size: 12.025px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
    background-color: #0054BB;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 0px;
    margin-left: 8px;
    margin-top: 4px;
    width: 100px;
    display: block;
    text-align: center;
}

.mycohens-badge-error {
    background-color: #b94a48;
}

.mycohens-badge-warning {
    background-color: #f89406;
}

.mycohens-badge-success {
    background-color: #468847;
}

.mycohens-badge-info {
    background-color: #3a87ad;
}

.mycohens-badge-inverse {
    background-color: #333333;
}

#basketFeedbackContainer {
    overflow: hidden;
    margin-bottom: 20px;
}

#basketFeedbackIcon {
    float: left;
    padding: 0px 10px 10px 0px;
}

#basketFeedback {
    float: left;
    border-bottom: 0px !important;
    font-size: 17px !important;
    padding-bottom: 10px;
}

.MedicationRow {
    background-color: #f7f7f7;
    border: 1px solid #E5E5E5;
    width: 100%;
    cursor: pointer;
    height: auto;
    margin: 10px 0px;
    overflow: hidden;
}

    .MedicationRow:not(.drugSelected):hover {
        background-color: white;
    }

    .MedicationRow.NotRequestable:hover {
        cursor: help;
        background-color: #f7f7f7;
    }

    .MedicationRow.NotRequestable .MedicationDrugName {
        color: #777777;
    }

    .MedicationRow table {
        width: 100%;
        border-collapse: collapse;
    }

.MedicationCheckColumn {
    width: 30px;
    text-align: right;
    vertical-align: middle;
}

.MedicationDeleteColumn {
    width: 30px;
    text-align: left;
    vertical-align: middle;
}

    .MedicationDeleteColumn:hover i {
        color: maroon;
    }

.MedicationInfoColumn {
    padding: 10px;
}

.MedicationDrugName {
    line-height: 20px;
    font-weight: 700;
    font-size: 14px;
    color: #0F5DC0;
}

.MedicationDrugInfo {
    line-height: 20px;
    font-size: 13px;
    color: #333333;
}

.MedicationExpiry {
    line-height: 18px;
    font-size: 12px;
    color: red;
    border-left: 3px solid red;
    margin: 10px 0px;
    padding: 0px 10px;
}

.MedicationInfoIcon {
    color: #303030;
    width: 100%;
    text-align: center;
    font-size: 2.8rem;
    padding-bottom: 8px;
}

.MedicationInfoTitle {
    font-size: 22px;
    font-weight: bold;
    color: #0054BB;
    text-align: center;
    line-height: 25px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 4px;
    padding-top: 0px;
}

.MedicationInfoDesc {
    line-height: 20px;
    text-align: center;
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-top: 10px;
}

.mycohens_control_date {
    white-space: nowrap;
    overflow: hidden;
}

    .mycohens_control_date input[type=text] {
        position: fixed;
        top: 1px;
        left: -600px;
        z-index: 90;
    }

    .mycohens_control_date select {
        font-size: 12px;
        display: inline-block;
    }

#SubSectionMenu {
    margin: 10px 10px 20px 0px;
}

    #SubSectionMenu li:before {
        content: none;
    }

    #SubSectionMenu li a {
        display: block;
        background-color: #f7f7f7;
        border: 1px solid #dddddd;
        border-top: none;
        border-left: solid 3px #dddddd;
    }

    #SubSectionMenu li:first-child {
        border-top: 1px solid #dddddd;
    }

    #SubSectionMenu li a:hover {
        background-color: white;
        border-left: solid 3px #303030;
    }

    #SubSectionMenu li a.currentSubSectionLink {
        font-weight: 600;
        background-color: white;
        border-left: solid 3px #0054bb;
    }

#SubSectionMenu_Mobile-button {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 21px;
}

#SubSectionMenu_Mobile-menu .ui-menu-item-wrapper {
    font-size: 18px;
    line-height: 21px;
}

#SubSectionMenu_Mobile-button .ui-selectmenu-icon.ui-icon {
    margin-top: 3px;
}

.notificationReason h4 {
    color: #0054bb;
}
.notificationReason {
    margin-bottom: 25px;
}
.notificationReasonOptions {
    padding-left: 15px;
}
.notificationReasonOptions label {
    cursor: pointer;
}
    .notificationReasonOptions label:hover span {
        color: red !important;
    }

#GettingStarted {
    line-height: 1.8;
}

    #GettingStarted p {
        margin: 10px 0px 10px 0px;
    }

#exemption_evidence_current {
    border: 1px solid #d8d8d8;
    width: 200px;
    height: 200px;
    cursor: pointer;
    margin-bottom: 15px;
}

.drugSelected {
    background-color: #BBEABD !important;
}

    .drugSelected > div > div > div > #DrugName {
        color: #3F3F3F !important;
    }

    .drugSelected > div > div > div > #DrugDesc {
        color: #666666 !important;
    }

.MedicationRow i.fa-check-square {
    display: none;
}

.MedicationRow i.fa-square {
    display: inline-block;
}

.MedicationRow.drugSelected i.fa-check-square {
    display: inline-block;
}

.MedicationRow.drugSelected i.fa-square {
    display: none;
}

#ExemptionXPrompt label {
    display: inline;
    cursor: pointer;
}

#ExemptionXPrompt table tr td {
    vertical-align: top;
    padding: 0px 10px 13px 0px;
}

#ExemptionXPrompt table tr:hover td {
    color: #262302;
}

.buttonCol input.DeleteMedBtn,
.buttonCol input.ReOrderBtn {
    color: white;
    font-weight: bold;
    border-radius: 3px;
    width: 70px;
    padding: 8px 3px 8px 3px;
    border: 1px solid black;
    touch-action: manipulation; /* Prevents intermittent zooming in ios if tapping button too quickly */
}

.buttonCol input.DeleteMedBtn {
    background-color: #d9534f;
    border-color: #bf231f;
    margin-right: 3px;
}

    .buttonCol input.DeleteMedBtn:hover {
        background-color: #bf231f;
    }

#MedicationFooterButtons {
    clear: both;
    overflow: hidden;
    margin-top: 10px;
}

a.checkoutButton,
button.checkoutButton,
input[type="button"].checkoutButton {
    display: inline-block;
    float: left;
    width: 180px;
    color: white;
    cursor: pointer;
    font-weight: 400;
    border-radius: 6px;
    padding: 7px 3px 7px 3px;
    margin: 10px 0px 10px 0px;
    touch-action: manipulation; /* Prevents intermittent zooming in ios if tapping button too quickly */
    transition: all 0.5s;
    height: 35px;
    font-size: 14px;
    border: 1px solid;
    text-align: center;
}

    button.checkoutButton:disabled,
    input[type="button"].checkoutButton:disabled,
    button.checkoutButton.disabled,
    input[type="button"].checkoutButton.disabled {
        cursor: not-allowed;
        border-color: #ccc !important;
        background-color: #eeeeee !important;
        color: #b0b0b0 !important;
        border: 1px solid #ddd !important;
    }

/* BLUE */
.buttonCol input.ReOrderBtn,
.buttonCol input.printBtn,
.checkoutButton.blue {
    border-color: #0054bb;
    background-color: #0054bb;
    color: white;
}

    .buttonCol input.ReOrderBtn:hover,
    .buttonCol input.printBtn:hover,
    .checkoutButton.blue:hover {
        background-color: #004689;
    }

/* lightBlue */
.checkoutButton.lightBlue {
    background-color: #2f81e6;
    color: white;
}
.checkoutButton.lightBlue:hover {
    background-color: #0068e7;
}

/* GREEN */
.checkoutButton.green {
    background-color: #37913D;
    border-color: #37913D;
}

    .checkoutButton.green:hover {
        background-color: #007108;
    }

/* YELLOW */
.checkoutButton.yellow {
    background-color: #f0ad4e;
    border-color: orange;
}

    .checkoutButton.yellow:hover {
        background-color: #ea8f10;
    }

/* RED */
.checkoutButton.red {
    background-color: #d9534f;
    border-color: #bf231f;
}
    .checkoutButton.red:hover {
        background-color: #bf231f;
    }

/* WHITE */
input[type="button"].checkoutButton.white {
    background-color: white;
    border-color: #eeeeee;
    color: black;
}

    input[type="button"].checkoutButton.white:hover {
        background-color: #fafafa;
        border-color: #dddddd;
    }

/* LOGIN */
input[type="button"].checkoutButton.login {
    background-color: #e8edee;
    border-color: #b7c6cf;
    font-weight: 600;
    font-size: 16px;
    max-width: 340px;
    color: black;
    float: none;
}

    input[type="button"].checkoutButton.login:hover {
        background-color: #b7c6cf;
    }

.genericButtonBar {
    overflow: hidden;
    margin-bottom: 25px;
    clear: both;
}
/* End Of Checkout Section*/

/*.mcLoginSection {
    width: 100%;
    display: flex;
    gap: 0px;
}
.mcLoginBox { width: 25%; background-color: red; }
.mcLoginSlides { flex-grow: 1; background-color: blue; text-align: right; padding-left: 50px }*/

.mcLoginCont { display: none; }
.mcLoginCont input[type="text"],
.mcLoginCont input[type="password"],
.mcLoginCont input[type="input"],
.mcLoginCont input[type="submit"] {width: 100%; max-width: 340px; }
#mcLoginCont_options,
#mcLoginCont_options_blurb {display: block; }

#mcLoginBackground {
    background-image: url('/wp-content/themes/centum/mycohens/images/backgrounds/BranchMap.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
#mcLoginBackgroundGradient {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

div.nhsButton {
    background-color: #005eb8;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    border-radius: 6px;
    min-height: 50px;
    align-items: center;
    padding: 10px 20px;
    font-weight: 600;
    cursor: pointer;
    margin: 10px 0px;
    box-shadow: 0 4px #003087;
    max-width: 340px;
}
div.nhsButton img {
    width: 100%;
    max-width: 53px;
    margin-right: 0.5625rem;
}

div.nhsButton:hover {
    background-color: #003087;
}

/* Chat Box */
.mycohens_chat {
    height: 220px;
    padding: 10px;
    overflow: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #dddddd;
    background-color: #fafafa;
}

.messages {
    margin-top: 20px;
}

.message {
    border-radius: 20px;
    padding: 8px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.messageHeader {
    overflow: hidden;
    white-space: nowrap;
}

    .messageHeader .name {
        float: left;
        font-weight: bold;
    }

    .messageHeader .date {
        float: right;
    }

.remote .message {
    margin-right: 25%;
    background-color: #eee;
    position: relative;
}

.remote .messageHeader .date {
    color: #aaaaaa;
}

.remote .message.last:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: -7px;
    height: 20px;
    width: 20px;
    background: #eee;
    border-bottom-right-radius: 15px;
}

.remote .message.last:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: -10px;
    width: 10px;
    height: 20px;
    background: white;
    border-bottom-right-radius: 10px;
}

.local .message {
    color: white;
    margin-left: 25%;
    background: linear-gradient(to bottom, #0065AD 0%, #0085D1 100%);
    background-attachment: fixed;
    position: relative;
}

    .local .message.last:before {
        content: "";
        position: absolute;
        z-index: 0;
        bottom: 0;
        right: -8px;
        height: 20px;
        width: 20px;
        background: linear-gradient(to bottom, #0065AD 0%, #0085D1 100%);
        background-attachment: fixed;
        border-bottom-left-radius: 15px;
    }

    .local .message.last:after {
        content: "";
        position: absolute;
        z-index: 1;
        bottom: 0;
        right: -10px;
        width: 10px;
        height: 20px;
        background: white;
        border-bottom-left-radius: 10px;
    }
/* End of Chat Box */

.treatDiscreetBox {

}
.treatDiscreetBox .tdImage {
    width: 100%; 
    max-width: 300px; 
    height: 275px; 
    border: 1px solid black; 
    padding: 10px; 
    align-content: center;
}
.treatDiscreetBox .tdLabel {
    width: 100%; 
    max-width: 300px; 
    height: 60px; 
    border: 1px solid black; 
    border-top: none; 
    background-color: #e6f8fc; 
    line-height: 60px; 
    font-weight: bold; 
    font-size: 20px; 
    margin: 0px auto 22px auto;
}

/* PSD */
/*#PSD_postcode {
    text-transform: uppercase;
}*/
#PSD_SearchResults {
    overflow: hidden;
    clear: both;
}
.PSD_BranchMapPanel {
    border: 1px solid #d8d8d8;
    padding: 0px;
    margin: 10px;
    overflow: hidden;
    position: relative;
    width: 250px;
    min-height: 330px;
    float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.PSD_BranchMapPanel:not(.noHover):hover{
    background-color: #fafafa;
    border: 1px solid #d8d8d8;
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
}
.PSD_BranchMapPanel h3,
.PSD_BranchMapPanel p {
    margin: 10px;
    overflow: hidden;
    display: block;
    align-content: center;
}

.PSD_BranchMapPanel h3 {
    font-size: 17px;
    line-height: 17px;
    height: 34px;
}

.PSD_BranchMapPanel p {
    font-size: 13px;
    line-height: 18px;
    height: 54px;
}
.PSD_BranchMapPanel div {
    padding: 0px 10px 10px 10px;
    overflow: hidden;
}
.PSD_BranchMapPanel a.checkoutButton {
    float: none;
    display: block;
    margin: 9px;
    width: auto;
}
.PSD_Picker {
    background-color: #ECF2F8;
    border-radius: 15px;
    padding: 20px;
}
.PSD_Picker select { background-color: white; }
.PSD_ED {
    /* width: see skeleton.css */
    box-sizing: border-box;
    overflow: hidden;
    height: 50px;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
}
    .PSD_ED::after {
        content: "";
        display: table;
        clear: both;
    }
.PSD_ED_ICON {
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 10px;
}
.PSD_ED_LABEL {
    margin-left: 50px;
    height: 50px;
    line-height: 50px;
    text-align: left;
}
.PSD_ED.eligible {
    background-color: #EBF6E0;
    color: #5f9025;
    border: 1px solid #b3dc82;
}
    .PSD_ED.eligible:hover {
        background-color: #daf8bd;
        color: #4e8f01;
        border: 1px solid #9ad456;
    }
.PSD_ED.pending {
    background-color: #FBFADD;
    color: #8f872e;
    border: 1px solid #ded58a;
}
    .PSD_ED.pending:hover {
        background-color: #fdfbc3;
        border: 1px solid #e2d674;
    }

.PSD_ED.notEligible {
    background-color: #ffe9e9;
    color: #de5959;
    border: 1px solid #fbc4c4;
}
    .PSD_ED.notEligible:hover {
        background-color: #ffcfcf;
        color: #c73232;
        border: 1px solid #fe9292;
    }

.PSD_ED.eligible .PSD_ED_PENDING { display: none;}
.PSD_ED.eligible .PSD_ED_OK { display: inline; }
.PSD_ED.eligible .PSD_ED_FAIL { display: none; }

.PSD_ED.pending .PSD_ED_PENDING { display: inline; }
.PSD_ED.pending .PSD_ED_OK { display: none; }
.PSD_ED.pending .PSD_ED_FAIL { display: none; }

.PSD_ED.notEligible .PSD_ED_PENDING { display: none; }
.PSD_ED.notEligible .PSD_ED_OK { display: none; }
.PSD_ED.notEligible .PSD_ED_FAIL { display: inline; }

/* PSD END */
table.paymentOptions td {
    width: 50%;
    text-align: center;
    vertical-align: middle;
}

table.paymentOptions.standard-table tr:hover,
table.paymentOptions.standard-table tr:hover td {
    background-color: white;
}

table.paymentOptions.standard-table tr td:hover {
    background-color: #fafafa;
    cursor: pointer;
}

table.paymentOptions td img {
    display: inline;
}

.PaymentGatewayBox {
    overflow: hidden;
}

#Profile_Account_DeleteAccount_Button {
    background-color: #d9534f;
    border: 1px solid #bf231f;
}

    #Profile_Account_DeleteAccount_Button:hover {
        background-color: #bf231f;
    }

#RoleListContainer {
    position: relative;
    min-height: 600px;
    width: 100%;
}

#RoleList {
    position: absolute;
    width: 100%;
}

.RoleList_Role {
    cursor: pointer;
    padding: 3px 0px 3px 6px;
    margin: 0px;
    width: 100%;
}

    .RoleList_Role:hover {
        background-color: #eee;
    }

#MedicationTable td span {
    width: 595px;
}

#OrderMedicationTable td span {
    width: 545px;
}

#OrderArchiveTable td span {
    width: 595px;
}

#cssWidthIndicator {
    position: fixed;
    width: 160px;
    bottom: 0px;
    left: 0px;
    z-index: 99999;
    border: 1px solid black;
    border-bottom: none;
    border-left: none;
    padding: 5px;
    font-size: 12px;
}

.add {
    background-image: url('../images/profile/button-add.jpg');
}

.more {
    background-image: url('../images/profile/button-more.png');
}

.delete {
    background-image: url('../images/profile/button-delete.jpg');
}

.details {
    background-image: url('../images/profile/button-details.jpg');
}

.mycohens_collapse {
    width: 14px;
    height: 8px;
    display: inline-block;
    cursor: pointer;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

    .mycohens_collapse:hover {
        background-position: 0px -8px;
    }

.down {
    background-image: url('../images/profile/button-more-down.png');
}

.up {
    background-image: url('../images/profile/button-more-up.png');
}

.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}

.orders_accordion h3 {
    overflow: hidden;
}

    .orders_accordion h3.ui-accordion-header.red {
        background-color: #ffe9e9;
        color: #de5959;
        border: 1px solid #fbc4c4;
    }

        .orders_accordion h3.ui-accordion-header.red:hover {
            background-color: #ffcfcf;
            color: #c73232;
            border: 1px solid #fe9292;
        }

    .orders_accordion h3.ui-accordion-header.yellow {
        background-color: #FBFADD;
        color: #8f872e;
        border: 1px solid #ded58a;
    }

        .orders_accordion h3.ui-accordion-header.yellow:hover {
            background-color: #fdfbc3;
            color: black;
            border: 1px solid #e2d674;
        }

    .orders_accordion h3.ui-accordion-header.green {
        background-color: #EBF6E0;
        color: #5f9025;
        border: 1px solid #b3dc82;
    }

        .orders_accordion h3.ui-accordion-header.green:hover {
            background-color: #daf8bd;
            color: #4e8f01;
            border: 1px solid #9ad456;
        }

    .orders_accordion h3.ui-accordion-header.blue {
        background-color: #E9F7FE;
        color: #5091b2;
        border: 1px solid #b6d7e8;
    }

        .orders_accordion h3.ui-accordion-header.blue:hover {
            background-color: #b5e6fe;
            color: #0075b1;
            border: 1px solid #61b9e7;
        }

    .orders_accordion h3 span.orderStep {
        float: right;
        font-weight: bold;
    }

.orders_accordion div span.orderHeader {
    display: block;
    font-size: 18px;
    margin: 0px 0px 10px 0px;
}

.orders_accordion div .checkoutButton {
    margin: 5px;
    float: right;
}

@keyframes scroll-bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 300% 0;
  }
}

input[type="search"].ui-autocomplete-loading {
/*    background-image: url('../images/loading_blue.gif');
    background-repeat: no-repeat;
    background-position: right center;*/
  background-image: repeating-linear-gradient(
    90deg,
    #f0f0f0 0px,
    #f0f0f0 40px,
    #e0e0e0 40px,
    #e0e0e0 80px
  );
  background-size: 200px 100%;
  animation: scroll-bg 3s linear infinite;
}


ul.ui-autocomplete .ui-menu-item-wrapper {
    padding: 5px;
}

    ul.ui-autocomplete .ui-menu-item-wrapper div {
        padding-bottom: 10px;
    }

ul.ui-autocomplete .ui-menu-item {
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
}

    ul.ui-autocomplete .ui-menu-item:nth-child(even) {
        background-color: Transparent;
    }

    ul.ui-autocomplete .ui-menu-item:nth-child(odd) {
        background-color: #f1f1f1;
    }

div.ui-datepicker {
    font-size: 18px;
}

.ui-datepicker-month,
.ui-datepicker-year {
    display: inline;
    background-image: none;
    -webkit-appearance: menulist;
    padding: 10px;
}

#BranchDirectoryAlphabet {
    width: 100%;
    overflow: hidden;
}

    #BranchDirectoryAlphabet .Letter {
        float: left;
        width: 34px;
        text-align: center;
        padding: 6px 0px 6px 0px;
        font-size: 18px;
        color: #0054bb;
        cursor: pointer;
    }

        #BranchDirectoryAlphabet .Letter:hover {
            background-color: #eeeeee;
        }

    #BranchDirectoryAlphabet .Disabled {
        color: #d3d3d3;
        cursor: default;
    }

        #BranchDirectoryAlphabet .Disabled:hover {
            background-color: transparent;
        }

    #BranchDirectoryAlphabet .Selected {
        color: white;
        background-color: #0054bb !important;
    }

        #BranchDirectoryAlphabet .Selected a {
            color: white;
        }

.BranchDirectory_TownGroups {
    clear: both;
    padding-top: 30px;
}

.BranchDirectory_TownGroup {
    display: none;
}

.BranchDirectory_Town {
    margin-bottom: 20px;
/*    overflow: hidden;*/
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 10px;
}

table.drug-list {
    margin: 0px 5px;
}

    table.drug-list .drug-list-icon {
        width: 20px;
        text-align: center;
    }

    table.drug-list .drug-list-text {
        padding: 0px 0px 5px 5px;
    }

.genericWidget .AddressCard {
    margin: 10px 0px 10px 0px;
    background-color: white;
}

.genericWidget .field input[type="text"],
.genericWidget .field select {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
}

.genericWidget textarea {
    display: block;
    width: 100%;
    height: 50px;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.AddressCard {
    width: auto;
    min-height: 130px;
    border: 1px solid #d8d8d8;
    padding: 0px;
    margin: 10px;
    overflow: hidden;
    /*position: relative;*/
    display: flex;
}

.AddressCard.BranchDirectory_Branch {
    float: left;
    width: 240px;
    min-height: 165px;
/*    display: block;*/
    color: black;
}

    .AddressCard .Pin {
        text-align: center;
/*        position: absolute;
        top: 20px;
        left: 0px;*/
        padding-top: 20px;
        flex-shrink: 0; /* prevent shrinking */
        width: 50px;
        color: #0054bb;
    }

    .AddressCard .Info {
/*        position: absolute;
        top: 15px;
        left: 50px;
        right: 10px;*/
        padding: 15px 0px 15px 0px;
        flex: 1; /* take all remaining space */
        font-size: 14px;
        line-height: 120%;
    }

        .AddressCard .Info .Header,
        .AddressCard .Info .TradingAs {
            font-weight: bold;
            white-space: nowrap;
            width: 190px;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .AddressCard:hover {
        background-color: #fafafa;
        border: 1px solid #d8d8d8;
        cursor: pointer;
        -webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
        box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
    }

    .AddressCard .ActionBar {
        margin: 15px 0px 10px 0px;
    }

#PostCodeLookup {
    width: 90px;
    display: inline-block;
    text-transform: uppercase;
}

#PostCodeLookupButton {
    display: inline-block;
    font-size: 14px;
    padding: 10px 11px 10px 11px;
    width: 80px;
    margin: 0px 0px 15px 5px;
    border-width: 1px;
}

.Vacancies_Table_Key {
    border-collapse: separate;
    border-spacing: 5px;
}

    .Vacancies_Table_Key td {
        padding: 5px;
        border: 1px solid #dddddd;
    }

/* List Styles
====================================*/
.list-1 li,
.list-2 li,
.list-3 li,
.list-4 li {
    list-style: none;
    margin: 7px 0;
    margin-left: 7px;
    line-height: 21px;
}

    .list-1 li:first-child,
    .list-2 li:first-child,
    .list-3 li:first-child,
    .list-4 li:first-child {
        margin-top: 0;
    }

    .list-1 li:before,
    .list-2 li:before,
    .list-3 li:before,
    .list-4 li:before {
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin: 0 7px 0 0;
        position: relative;
        color: #777;
    }


    .list-1 li:before {
        content: "\f00c";
    }

    .list-3 li:before {
        content: "\f058";
    }

    .list-2 li:before {
        content: "\f054";
    }

    .list-4 li:before {
        content: "\f138";
    }


    .list-1 li:before, .list-2 li:before, .list-3 li:before, .list-4 li:before {
        margin-left: -20px;
        color: #72B626;
    }

.list-1 li, .list-2 li, .list-3 li, .list-4 li {
    padding-left: 15px;
}

/* NMS PORTAL */
.nmsSubHeader {    
    margin: 15px 0px 5px 0px;
    font-size: 21px;
    color:  #0054bb;
    padding-left: 5px;
    background-color: #fafafa;
    border: #e0e0e0 1px solid;
    padding: 10px 5px;
    overflow: hidden;
    clear: both;
}

.nmsProfileButton {
    position: absolute;
    top: 10px;
}
.nmsProfileButton i:hover{
    color: #0054bb;
    cursor: pointer;
}
#nmsLogoutButton {
    right: 12px;
}
#nmsExtendSessionButton {
    right: 58px;
}
#nmsDataBrowserButton {
    right: 100px;
}

#nmsErrorBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 200px;
    transform: translate(-50%, -50%);
    background-color: #eecdcd;
    border: 3px solid maroon;
    border-radius: 15px;
    filter: drop-shadow(5px 5px 10px #000000);
    display: none;
    padding: 25px;
    z-index: 650;
}

#nmsDrugCopyBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 250px;
    transform: translate(-50%, -50%);
    background-color: #fdffbe;
    border: 3px solid black;
    border-radius: 15px;
    filter: drop-shadow(5px 5px 10px #000000);
    display: none;
    padding: 15px;
    z-index: 600;
    text-align: left;
}
#nmsDrugCopyBox select {
    background-color: white;
}
#nmsPMR,
#interactionEventLog
{
    max-height: 160px;
    overflow-y: auto;
    border: 1px solid #e0e0e0;
    display: none;
}
#nmsPMR table td,
#interactionEventLog table td {
    font-size: 12px;
    padding: 5px 3px;
}
#conditionAccordion h3,
#drugAccordion h3 {
    overflow: hidden;
}

#conditionAccordion.ui-accordion h3.ui-accordion-header,
#drugAccordion.ui-accordion h3.ui-accordion-header {
    padding: 0em .5em 0em .7em;
}
#adviceGivenPanel label,
.nmsConditions label {
    width: 240px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    white-space: nowrap;
}
.nmsConditions label.defaultCondition {
    font-weight: bold;
    color: green;
}

.nmsDrugDetail {
    position: relative;
}

.drugCopyButton {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
    align-content: center;
    color: #c5c5c5;
}

.drugCopyButton i:hover {
    cursor: pointer;
    color: #0054bb;
}

.nmsConditions table td,
.nmsDrugDetail,
.nmsDrugDetail table td,
.nmsDrugDetail label {
    font-size: 15px;
}
.nmsDrugDetail label {
    cursor: pointer;
}
.nmsDrugDetail p {
    margin: 15px 0px;
}
.nmsDrugDetail label,
.nmsDrugDetail textarea,
.nmsDrugDetail select {
    margin: 15px;
}
.nmsDrugDetail textarea {
    display: block;
    width: 90%;
    height: 75px;
}
.nmsDrugDetail select {
    width: 300px;
}
.nmsDrugDetail table.standard-table-nohover.checkboxTable td {
    padding: 0px;
    vertical-align: top;
}
.nmsDrugDetail table.standard-table-nohover.checkboxTable td label,
.nmsDrugDetail table.standard-table-nohover.checkboxTable td textarea {
    margin: 5px;
}

.interventionSummary {
    background-color: #dfe3e8;
    padding: 0px 15px 15px 15px;
    overflow: hidden;
}
.interventionSummary span {
    display: inline-block;
    width: 250px;
    font-weight: bold;
}

.nmsButtonBar {
    text-align: right;
}
.nmsButtonBar input[type="button"].checkoutButton {
    float: none;
    margin: 15px;
}

#additionalNotes {
    display: block;
    height: 80px;
    width: 100%;
}
.nmsSearchPatHead:hover td {
    background-color: #ececec;
    cursor: pointer;
}
.nmsSearchPatDetail {
    display: none;
}
.nmsSearchPatDetail > td {
    background-color: #fafafa;
}
.nmsSearchPatDetail > td table {
    background-color: white;
}
.ui-multiselect-menu li label {
    margin-bottom: 0px;
}
#nms_data_browser_filters input[type=date]{
    padding: 3px;
    width: 110px;
    display: inline-block;
    margin: 3px;
}
#nms_data_browser_content {
    width: 100%;
    overflow: auto;
}
/*.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}*/

.rslides_container {
    margin-bottom: 10px;
    position: relative;
    float: left;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0px;
}

    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

        .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
        }

    .rslides img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
    }

    .rslides .caption {
        display: block;
        position: absolute;
        z-index: 2;
        font-size: 20px;
        text-shadow: none;
        color: #fff;
        background: #000;
        background: rgba(0,0,0, .8);
        left: 0;
        right: 0;
        top: 0;
        padding: 10px 20px;
        margin: 0;
        max-width: none;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }

.rslides_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
    z-index: 3;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 8px;
}

    .rslides_tabs li,
    .transparent-btns_tabs li,
    .large-btns_tabs li {
        display: inline;
        float: none;
        _float: left;
        *float: left;
        margin-right: 5px;
    }

    .rslides_tabs a,
    .transparent-btns_tabs a,
    .large-btns_tabs a {
        overflow: hidden;
        border: solid 1px black;
        background: #a09f9f;
        color: #a09f9f;
        display: inline-block;
        _display: block;
        *display: block;
        width: 15px;
        height: 15px;
        text-align: center;
        padding-top: 2px;
        padding-left: 2px;
        margin-left: 10px;
        color: transparent;
    }

.rslides_here a,
.transparent-btns_here a,
.large-btns_here a {
    background: #0054bb;
}

.rslides_tabs a:hover,
.transparent-btns_tabs a:hover,
.large-btns_tabs a:hover {
    text-decoration: none !Important;
    color: transparent;
}

#mapDetails > div.colourRows:nth-of-type(odd) {
    background: #eee;
}

#mapDetails > div > div > .headline {
    margin-bottom: 0;
}

#mapDetailsServicesHeader {
    display: none;
}

.MyCohensHomePage {
    background: linear-gradient(360deg, rgba(0,43,96,1) 0%, rgba(0,84,187,1) 68%);
    position: relative;
    overflow: hidden;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version,IE 11,IE 10
*/

.homeHero {
    background-image: url(../images/homepage/background2.png);
    margin-top: -7px;
    background-size: 100% 375px;
    background-repeat: no-repeat;
    height: 375px;
}

.grecaptcha-badge {
    bottom: 74px !important;
}

.pages-grid {
    display: grid;
}

.pages-grid-sm {
    display: grid;
}

.page-card {
    transition: box-shadow .2s;
}

.page-card:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

@media screen and (min-width: 0px) and (max-width: 480px) {
    .homeHero {
        background-size: 100% 448px;
        height: 448px;
    }

    .pages-grid {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }

    .pages-grid-sm {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .homeHero {
        background-size: 100% 462px;
        height: 462px;
    }
}

.homeFeature_Section_Bar {
    min-height: 2px;
    min-width: 95%;
    background-color: #eee;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.stickyCTA {
    position: fixed;
    bottom: -70px;
    width: 100%;
    min-height: 70px;
    -webkit-transition: bottom 1s ease 0s;
    -o-transition: bottom 1s ease 0s;
    transition: bottom 1s ease 0s;
    background: #002D66 !important;
    z-index: 1;
}

.covidTestDescText {
    display: block;
}

.stickyCTA_Actions {
    width: 302px;
    margin-right: auto;
    margin-left: auto;
    height: 50px;
    margin-top: 11px;
}

.homeHero_Title {
    color: #fff;
    font-size: 2.1rem !important;
    font-weight: 700;
    line-height: 40px;
    padding-top: 50px;
    padding-right: 360px;
    margin-bottom: 15px;
}

.homeHero_Subtitle {
    color: #fff;
    font-size: 1.1875rem;
    font-weight: 300;
    margin-bottom: 22px;
    padding-right: 360px;
}

.homeHero_Image {
    margin: 0px;
    position: absolute;
    top: 45px;
    right: 5px;
}

.homeHero_Actions {
    width: auto;
    height: auto;
    height: 120px;
}

.homepageButton,
.homepageButtonCTA {
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    text-align: center !important;
    float: left !important;
    height: 50px !important;
    border: 0px;
    width: auto !important;
    padding: 5px 25px 5px 25px !important;
}

.hiwFindOutMore {
    display: block;
    float: right !important;
    margin-top: -54px;
    height: 42px !important;
    padding: 10px 20px 10px 20px !important;
    border: 0px solid;
}

.findOutMore {
    display: block;
    height: 42px !important;
    padding: 10px 20px 10px 20px !important;
    border: 0px solid;
}

.amber {
    background-color: #FFEB3B !important;
    color: #000 !important;
    border: 0px solid !important;
}

.amber:hover {
    background-color: #F2D63A !important;
}

.lime {
    background-color: #62DC9C !important;
    color: #000 !important;
    border: 0px solid !important;
}

.lime:hover {
    background-color: #59C68C !important;
}

.nhsBlue {
    background-color: #005EB8 !important;
    color: #fff !important;
    border: 0px solid !important;
}

.nhsBlue:hover {
    background-color: #0056A8 !important;
}

.lightBlue {
    background-color: #D9E8F7 !important;
    color: #000 !important;
    border: 0px solid !important;
}

.light {
    background-color: #fff !important;
    color: #000 !important;
    border: 0px solid !important;
}

.light:hover {
    background-color: #EFEFEF !important;
    color: #000 !important;
    border: 0px solid !important;
}

.lightBlue:hover {
    background-color: #CCDAE8 !important;
}


.wizardSteps {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border-radius: 8px;
    user-select: none;
    border: 1px solid #ccc;
    counter-reset: steps;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0 0 1em 0;
    margin-bottom: 40px;
}

.homeTitle2 {
    border-left: 4px solid #0056A8;
    color: #000;
    font-size: 1.25rem;
    font-weight: 700;
    padding-top: 4px;
    padding-left: 20px;
    padding-bottom: 4px;
}

.testKitPageTitle {
    font-weight: 700;
    margin-top: 42px;
    color: #000;
    font-size: 42px !important;
    line-height: 50px;
    margin-bottom: -52px;
}

.testKitsContainer {
    width: 100%;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 25px;
}

.testKitDisclaimer {
    font-size: 13px;
    font-weight: 400;
    text-align: right;
    margin-top: 14px;
}

.testKitSummaryGridContainer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.testKitItemsContainer {
    -webkit-box-flex: 49%;
    -ms-flex: 49%;
    flex: 49%;
    flex-grow: 0;
    margin-right: 18px;
}

.testKitDeliveryContainer {
    -webkit-box-flex: 49%;
    -ms-flex: 49%;
    flex: 49%;
    flex-grow: 0;
    margin-left: 5px;
}

.testKitTotalContainer {
    width: 100%;
    text-align: right;
}

.testKitSummaryContainer {
    border-radius: 10PX;
    border: 1px solid #ccc;
    background-color: #F8F9FE;
    padding: 18px;
    margin-top: 25px;
}

.testKitSummaryText {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: -4px;
}

.testKitTotalTextValue {
    color: #0056A8;
    font-weight: 700;
}

.testKitPreviewSmall {
    
}

.testKitPrice {
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 1.5rem !important;
    margin-top: 18px;
    margin-bottom: -8px;
}

.testKitQuantityContrainer {
    margin-top: 25px;
    padding-right: 25px;
}

.testKitDetailsContainer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.testKitDetailsInputContainer {
    -webkit-box-flex: 33%;
    -ms-flex: 33%;
    flex: 33%;
    flex-grow: 0;
    margin-top: 5px;
    padding: 12px;
}

.testKitDetailsInputContainerX2 {
    -webkit-box-flex: 66%;
    -ms-flex: 66%;
    flex: 66%;
    flex-grow: 0;
    margin-top: 5px;
    padding: 12px;
}

.testKit_Label {
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}

.testKit_Input {
    width: 100%;
    background: white;
    height: 46px;
    border-radius: 6px !important;
    box-sizing: border-box !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 12px !important;
    font-size: 15px !important;
    font-family: 'Readex Pro' !important;
}

.testKit_Input[type="date"] {
    border: 1px solid #ccc !important;
}

.testKit_Input[type="date"]:focus {
    border: 1px solid #ccc !important;
}

.testKit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #000;
    font-size: 0.8rem;
    font-weight: 700;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #F8F9FE;
}

.testKitTitle {
    -webkit-box-flex: 45%;
    -ms-flex: 45%;
    flex: 45%;
    margin-left: 26px;
    margin-top: auto;
    margin-bottom: auto !important;
    padding: 5px;
    margin-bottom: 20px;
}


.testKitTitle > h2 {
    font-weight: 400;
    font-size: 22px;
    color: #000;
}

.testKitIncludes {
    border-radius: 5px;
    background-color: #FFEB3B !important;
    color: #000 !important;
    border: 0px solid !important;
    font-size: 15px;
    font-weight: 700;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

.testKitPreview {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    width: 100%;
    object-fit: contain;
    background-size: contain;
    max-height: 100%;
    flex-shrink: 0;
    align-self: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 80px;
    padding-right: 80px;
    align-items: center;
}

.stepItem {
    counter-increment: steps;
    float: left;
    position: relative;
    white-space: nowrap;
}

.stepItem:first-child:nth-last-child(1), .stepItem:first-child:nth-last-child(1) ~ .stepItem {
    width: 100%;
}

.stepItem:first-child:nth-last-child(2), .stepItem:first-child:nth-last-child(2) ~ .stepItem {
    width: 50%;
}

.stepItem:first-child:nth-last-child(3), .stepItem:first-child:nth-last-child(3) ~ .stepItem {
    width: 33.3333333333%;
}

.stepItem:first-child:nth-last-child(4), .stepItem:first-child:nth-last-child(4) ~ .stepItem {
    width: 25%;
}

.stepItem:first-child:nth-last-child(5), .stepItem:first-child:nth-last-child(5) ~ .stepItem {
    width: 20%;
}

.stepItem:first-child:nth-last-child(6), .stepItem:first-child:nth-last-child(6) ~ .stepItem {
    width: 16.6666666667%;
}

.stepItem:first-child:nth-last-child(7), .stepItem:first-child:nth-last-child(7) ~ .stepItem {
    width: 14.2857142857%;
}

.stepItem:first-child:nth-last-child(8), .stepItem:first-child:nth-last-child(8) ~ .stepItem {
    width: 12.5%;
}

.stepItem:first-child:nth-last-child(9), .stepItem:first-child:nth-last-child(9) ~ .stepItem {
    width: 11.1111111111%;
}

.stepItem:first-child:nth-last-child(10), .stepItem:first-child:nth-last-child(10) ~ .stepItem {
    width: 10%;
}

.stepItem.completed .stepInfo:before {
    background-color: #267F3D;
    color: #fff;
}

.stepItem.completed .stepInfo {
    color: #000;
}

.stepItem.active .stepInfo {
    color: #000;
}

.stepItem.active .stepInfo:before {
    background-color: #00479E;
    color: #fff;
}

.stepItem:after {
    width: 55px;
    height: 48px;
    position: absolute;
    top: 0.3535533906em;
    left: 100%;
    transform: rotate( 45deg );
    content: "";
    z-index: 2;
    background: inherit;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-left: -2.928078em;
}


.stepItem-last:after {
    content: none;
}

@media (max-width: 767px) {
    .stepItem {
        width: 100% !important;
        border: 1px solid #ccc;
        border-bottom: none;
        padding: 6px;
        line-height: 50px;
    }

    .app-hidden {
        display: none !important;
    }

    .stepItem:after {
        content: none;
    }

    .wizardSteps {
        border: none;
        border-bottom: 1px solid #ccc;
    }

    .wizardNavigation {
        height: 118px !important;
    }
}

.serviceSelectContainer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 30px;
}

.serviceContainer {
    cursor: pointer;
    text-align: center;
    -webkit-box-flex: 47%;
    -ms-flex: 47%;
    flex: 47%;
    margin: 10px;
}

.serviceContainer > img {
    height: auto;
    width: 80px;
    margin: auto;
}

.serviceContainer > h4 {
    margin-top: 4px;
    margin-bottom: 2px;
    color: #00479E;
}

.serviceContainer > p {

}


.stepInfo {
    transition: 0.25s ease-out;
    color: #ccc;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 0.5em 0;
    font-weight: 700;
}

.stepInfo:before {
    width: 50px;
    vertical-align: middle;
    height: 50px;
    display: inline-block;
    content: counter(steps);
    text-align: center;
    background: #bcbcbc;
    border-radius: 50%;
    color: #000;
    margin: 0 1em;
    background-color: #E9E9E9;
    line-height: 50px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .stepInfo:before {
        float: left;
        margin-right: 0;
    }
}

.wizardTab {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 50px;
}

.wizardNavigation {
    border-top: 1px solid #ccc;
    width: 100%;
    height: 63px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.hidden {
    display: none !important;
}

.homeTitle {
    color: #000;
    font-size: 1.7rem;
    font-weight: 700;
}

.titleLeft {
    text-align: left;
}

.titleCenter {
    text-align: center;
}

.homeTitle_Bar {
    margin-top: 15px;
    background-color: #002D8A;
    min-width: 10px;
    min-height: 4px;
    max-width: 48px;
    max-height: 5px;
}

.disclaimerText {
    font-size: 0.95rem;
    margin-top: -8px;
    margin-bottom: 100px;
    line-height: 18px;
}

.homeReviews {
    background-color: #ECF2F8;
    min-width: 100%;
    padding-bottom: 150px;
}

.homeHIWBox {
    margin-left: 30px !important;
    margin-right: 30px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    -webkit-box-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
}

.medicalRecordOptionsBox {
    margin-left: 30px !important;
    margin-right: 30px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    -webkit-box-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
}

.homeHowItWorks_Container {
    background-color: #ECF2F8;
    min-width: 100%;
    margin-top: -20px;
    padding-bottom: 10px;
}

.homeStats_Container {
    background-color: #0036A3;
    min-width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.homeStats_ValueContainer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.homeStat {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    text-align: center;
    flex-grow: 0;
    color: #fff;
}

.homeStatValue {
    color: #fff;
    font-size: 34px;
    font-weight: 200;
}

.homeStatTitle {
    font-size: 16px;
    font-weight: 300;
}

.genericCampaign_Dark_Container {
    background-color: #ECF2F8;
    min-width: 100%;
    color: #000;
    margin-top: 30px;
    margin-bottom: -25px;
    padding-bottom: 10px;
}

.fluJab_Dark_Container {
    background-color: #ECF2F8;
    min-width: 100%;
    color: #000;
    margin-top: 30px;
    margin-bottom: -25px;
    padding-bottom: 10px;
}

.genericCampaign_Dark_Container > div > p {
    font-size: 1.1875rem;
}

.fluJab_Dark_Container > div > p {
    font-size: 1.1875rem;
}


.home_Container {
    min-width: 100%;
    color: #000;
    padding-bottom: 10px;
}

.homeHIW {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 30px;
    width: 100%;
    border-radius: 5px;
    padding-top: 6px;
    margin-bottom: 100px;
}

.medicalRecordOptions {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 30px;
    width: 100%;
    border-radius: 5px;
    padding: 15px;
    background: #fafafa;
    margin-bottom: 30px;
    border: 1px solid #dddddd;
}

.homeHIWBox_Icon {
    float: left;
    max-height: 65px;
    margin-right: 20px;
}

.homeHIWBox_Text {
}

.homeHIWBox_Text > h3 {
    font-weight: 700;
    margin-top: 0px;
    font-size: 1.1875rem;
    color: #000;
}

.medicalRecordOptionsBox_Icon {
    float: left;
    max-height: 60px;
    margin-right: 20px;
}

.medicalRecordOptionsBox_Text {
}

.medicalRecordOptionsBox_Text > h3 {
    font-weight: 700;
    margin-top: 0px;
    font-size: 16px;
    color: #000;
}

@media screen and (max-width: 1390px) {
    .appText {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        margin-top: -8px !important;
        text-align: center !important;
        margin-left: 0px !important;
    }

    .testKitItemsContainer {
        -webkit-box-flex: 48%;
        -ms-flex: 48%;
        flex: 48%;
        flex-grow: 0;
        margin-right: 18px;
    }

    .testKitDeliveryContainer {
        -webkit-box-flex: 49%;
        -ms-flex: 49%;
        flex: 49%;
        flex-grow: 0;
        margin-left: 9px;
    }


    .homePage_FluJab {
        display: none;
    }

    .homePage_FitToFly {
        display: none;
    }

    .fluJab_Image {
        display: none;
    }

    .fluJab_Form {
        padding-left: 200px !important;
        padding-right: 200px !important;
    }

    .fluJab_Text {
        margin-left: 0px !important;
    }

    .fluJab_Text > h3 {
        font-size: 52px !important;
        line-height: 60px !important;
    }

    .fluJab_Dark_Container {
        margin-bottom: -60px;
    }

    .fluJab_Text > p {
        font-size: 32px !important;
        line-height: 42px !important;
    }

    .fluJab_Input_Container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .genericCampaign_Image {
        display: none;
    }

    .genericCampaign_Form {
        padding-left: 200px !important;
        padding-right: 200px !important;
    }

    .genericCampaign_Text {
        margin-left: 0px !important;
    }

    .genericCampaign_Text > h3 {
        font-size: 52px !important;
        line-height: 60px !important;
    }

    .genericCampaign_Dark_Container {
        margin-bottom: -60px;
    }

    .genericCampaign_Text > p {
        font-size: 32px !important;
        line-height: 42px !important;
    }

    .genericCampaign_Input_Container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #appstoreButton {
        float: none !important;
        display: inline-block !important;
        margin-left: auto !important;
        margin-right: 15px !important;
    }

    #googleplayButton {
        display: inline-block !important;
        margin-left: -15px !important;
        margin-right: auto !important;
    }
}

.ctaVisible {
    bottom: 0px !important;
}

.ctaAdaptFooter {
    margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
    .homepageButton {
        width: 100% !important;
        margin-top: 5px !important;
        margin-left: 0px !important;
    }

    .homeStat {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .homeHIWBox {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }

    .medicalRecordOptionsBox {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }

    .flickity-page-dots {
        top: 450px;
    }

    .testKitPreview {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .testKitDetailsInputContainer {
        -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
        flex: 100% !important;
    }

    .testKitDetailsInputContainerX2 {
        -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
        flex: 100% !important;
    }

    .fluJab_Form {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .fluJab_Warning {
        display: none;
    }

    .genericCampaign_Form {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .homepageButtonCTA {
        width: 46% !important;
        margin-top: 5px !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .stickyCTA {
        margin-bottom: 62px;
        bottom: -82px;
        height: 82px;
    }

    .homeFeature_Image {
        max-width: 100%;
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        object-fit: contain;
        background-size: contain;
        flex: 100%;
        float: left !important;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .HIW_Step_Image {
        object-fit: contain;
        background-size: contain;
        max-width: 100% !important;
        flex: 100% !important;
        -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .homeReviews {
        margin-bottom: -60px;
    }

    .homeFeatureBox_Text {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        margin-left: 0px !important;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .HIW_Step_Info {
        -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
        flex: 100% !important;
        padding-left: 0px !important;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    fluJab_Text {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        margin-left: 0px !important;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 1;
        order: 1;
    }

    genericCampaign_Text {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        margin-left: 0px !important;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 1;
        order: 1;
    }

    .covidTestDescText {
        display: none;
    }

    .ctaAdaptFooter {
        margin-bottom: 84px;
    }

    .homeHero_Title {
        padding-top: 15px;
    }

    .appImage {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .appText {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        margin-top: -8px !important;
        text-align: center !important;
        margin-left: 0px !important;
    }

    #appstoreButton {
        float: none !important;
        display: inline-block !important;
        margin-left: auto !important;
        margin-right: 15px !important;
    }

    #googleplayButton {
        display: inline-block !important;
        margin-left: -0px !important;
        margin-top: 6px;
        margin-right: auto !important;
    }

    .appCTA > .appText > h3 {
        font-size: 25px !important;
    }
}

@media screen and (max-width: 990px) {
    .homeHero_Image {
        display: none;
    }

    .homeHero_Subtitle,
    .homeHero_Title {
        padding-right: 0px;
    }

    .testKitItemsContainer {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        flex-grow: 0;
        margin-right: 0px;
    }

    .testKitDeliveryContainer {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        flex-grow: 0;
        margin-left: 0px;
    }

    .testKitDisclaimer {
        text-align: left !important;
    }

    .hiwFindOutMore {
        display: none !important;
    }

    .homeFeatureBox_Text {
        -webkit-box-flex: 23%;
        -ms-flex: 23%;
        flex: 23%;
    }
}

@media screen and (min-width: 1390px) {
    .homeHIWBox {
        -webkit-box-flex: 20%;
        -ms-flex: 20%;
        flex: 20%;
    }

    .medicalRecordOptionsBox {
        -webkit-box-flex: 44%;
        -ms-flex: 44%;
        flex: 44%;
    }

    .homeFeatureBox_Text {
        -webkit-box-flex: 42%;
        -ms-flex: 42%;
        flex: 42%;
    }

    .fluJab_Text {
        -webkit-box-flex: 42%;
        -ms-flex: 42%;
        flex: 42%;
    }

    .genericCampaign_Text {
        -webkit-box-flex: 42%;
        -ms-flex: 42%;
        flex: 42%;
    }

    .pages-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .pages-grid-sm {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
}

@media screen and (min-width: 0px) and (max-width: 400px) {
    .homeHIWBox {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .medicalRecordOptionsBox {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

@media screen and (min-width: 990px) and (max-width: 1390px) {
    .homeHIWBox {
        -webkit-box-flex: 42%;
        -ms-flex: 42%;
        flex: 42%;
    }

    .medicalRecordOptionsBox {
        -webkit-box-flex: 42%;
        -ms-flex: 42%;
        flex: 42%;
    }

    .pages-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .pages-grid-sm {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }

    .homeFeatureBox_Text {
        -webkit-box-flex: 28%;
        -ms-flex: 28%;
        flex: 28%;
    }
}

.homeHIWBox_Text > p {
    color: #000;
    font-size: 1rem;
    margin-top: -15px;
    font-weight: 400;
    line-height: 20px;
}

.medicalRecordOptionsBox_Text > p {
    color: #000;
    font-size: 15px;
    margin-top: -15px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 80px;
}

.fluJab {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 30px;
    margin-bottom: 30px;
}

.genericCampaign {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 30px;
    margin-bottom: 30px;
}

.homeFeature {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 30px;
    margin-bottom: 30px;
}

.homeFeatureBox {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.homeFeatureBox_Icon {
    margin-left: auto;
    margin-right: auto;
    max-height: 65px;
}

.fluJab_Text {
    margin-top: 0px;
    margin-left: 20px;
    width: 100%;
    margin-bottom: auto;
}

.fluJab_Text > h3 {
    font-weight: 700;
    margin-top: 8px;
    color: #000;
    font-size: 75px;
    line-height: 70px;
    margin-bottom: 40px;
}

.fluJab_Text > p {
    margin-top: -8px;
    font-size: 38px;
    line-height: 42px;
    color: #757575;
    font-weight: 300;
}

.genericCampaign_Text {
    margin-top: 0px;
    margin-left: 20px;
    width: 100%;
    margin-bottom: auto;
}

.genericCampaign_Text > h3 {
    font-weight: 700;
    margin-top: 8px;
    color: #000;
    font-size: 75px;
    line-height: 70px;
    margin-bottom: 40px;
}

.genericCampaign_Text > p {
    margin-top: -8px;
    font-size: 38px;
    line-height: 30px;
    color: #757575;
    font-weight: 300;
}

.homeFeatureBox_Text {
    margin-top: auto;
    margin-left: 20px;
    width: 100%;
    margin-bottom: auto;
}

    .homeFeatureBox_Text > h3 {
        font-weight: 700;
        margin-top: 8px;
        font-size: 1.42rem;
        line-height: 22px;
        color: #000;
    }

    .homeFeatureBox_Text > p {
        color: #000;
        font-size: 1.1875rem;
        margin-top: -2px;
        line-height: 20px;
    }

.homeFeature_Image {
    max-height: 100%;
    flex-shrink: 0;
    align-self: flex-start;
    align-items: center;
    -webkit-box-flex: 42%;
    width: 100%;
    object-fit: contain;
    background-size: contain;
    -ms-flex: 42%;
    flex: 42%;
}

.fluJab_Section {
    display: -webkit-box;
    display: -ms-flexbox;
    flex: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    display: flex;
    margin-bottom: 50px;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
}

.genericCampaign_Section {
    display: -webkit-box;
    display: -ms-flexbox;
    flex: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    display: flex;
    margin-bottom: 50px;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
}

@media screen and (max-height: 575px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.appInstall_Container {
    background-color: #00479E;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 260px;
    margin-bottom: -25px;
    margin-left: auto;
    padding-left: 20px;
    margin-right: auto;
    text-align: center;
    padding-right: 20px;
}

.appInstall_Steps {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 40px;
}

.appInstall_Title {
    color: white;
    font-size: 32px !important;
    font-weight: 700;
    line-height: 40px;
}

.appInstall_Subtext {
    color: white;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 28px;
}

.appInstall_QR {
    max-height: 220px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 24px;
}

.appInstall_QR_Container {
    background-color: white;
    width: fit-content;
    height: auto !important;
    display: inline-block;
    padding: 5px;
    border-radius: 24px;
    margin-top: 20px;
}

.fluJab_Label {
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}

.fluJab_Input_Container {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.fluJab_Warning {
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 24px;
    background-color: #fff9c4;
    color: #212b32;
    border: 1px solid #ffeb3b;
    padding-top: 0 !important;
}

.fluJab_Warning_Title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
    background-color: #ffeb3b;
    color: #212b32;
    display: inline-block;
    margin: 0 0 8px -33px;
    padding: 8px 23px;
    position: relative;
    top: -1px;
    left: 8px;
}

.fluJab_List {
    font-size: 1.1875rem;
    list-style: inside;
    margin-bottom: 30px;
}

    .fluJab_List > li {
        margin: 0 0 6px 0;
        list-style-position: outside;
        margin-left: 1em;
    }

.fluJab_Warning > p {
    font-size: 1.1875rem;
}

.fluJab_Input {
    width: 100%;
    background: white;
    height: 46px;
    border-radius: 6px !important;
    box-sizing: border-box !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 12px !important;
    font-size: 15px !important;
    font-family: 'Readex Pro' !important;
}

.fluJab_Input[type="date"] {
    border: 1px solid #ccc !important;
}

.fluJab_Input[type="date"]:focus {
    border: 1px solid #ccc !important;
}

.genericCampaign_Label {
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}

.genericCampaign_Input_Container {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.genericCampaign_List {
    font-size: 1.1875rem;
    list-style: inside;
    margin-bottom: 30px;
}

    .genericCampaign_List > li {
        margin: 0 0 6px 0;
        list-style-position: outside;
        margin-left: 1em;
    }

.genericCampaign_Input {
    width: 100%;
    background: white;
    height: 46px;
    border-radius: 6px !important;
    box-sizing: border-box !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 12px !important;
    font-size: 15px !important;
}

.genericCampaign_Input[type="date"] {
    border: 1px solid #ccc !important;
}

.genericCampaign_Input[type="date"]:focus {
    border: 1px solid #ccc !important;
}

.homeFeature_Section {
    display: -webkit-box;
    display: -ms-flexbox;
    flex: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    display: flex;
    align-items: center;
    height: 400px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 40px;
    margin-bottom: 40px;
}

.nhsLoginManageImage {
    width: 60px;
    height: auto;
    margin-bottom: -6px !important;
    display: inline-block;
    margin-right: 14px !important;
}

.nhsLoginManageText {
    display: inline-block;
    margin-bottom: -4px !important;
}

@media screen and (min-width: 940px) {
    .homeFeatureBox {
        -webkit-box-flex: 20%;
        -ms-flex: 20%;
        flex: 20%;
    }

    #fluJabs {
        height: 196px;
    }

    #genericCampaign {
        height: 196px;
    }

    #fitToFly {
        height: 196px;
    }
}

@media screen and (min-width: 0px) and (max-width: 400px) {
    .homeFeatureBox {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

@media screen and (max-width: 500px) {
    .fluJab_Thanks {
        width: 335px !important;
    }

    .genericCampaign_Thanks {
        width: 335px !important;
    }
}

@media screen and (min-width: 400px) and (max-width: 940px) {
    .homeFeatureBox {
        -webkit-box-flex: 42%;
        -ms-flex: 42%;
        flex: 42%;
    }
}


.homeCTA {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (min-width: 940px) {
    .homeCTA > .ctaPanel {
        -webkit-box-flex: 42%;
        -ms-flex: 42%;
        flex: 42%;
        margin: 10px;
    }

    .homeCTA {
        padding: 12px;
        background-color: #f5f5f5;
        border-radius: 20px;
    }

    #myCohensFamily {
        border: 1px solid #adadad;
    }

    #testTraceLogo {
        margin-top: -44px;
    }
}

@media screen and (min-width: 0px) and (max-width: 940px) {
    .homeCTA > .ctaPanel {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    #fluJabs {
        height: auto;
    }

    #fitToFly {
        height: auto;
    }

    #testTraceLogo {
        margin-top: 2px;
    }
}

.homeCTA > .ctaPanel {
    padding: 20px;
    color: #fff !important;
    border-radius: 5px;
}

    .homeCTA > .ctaPanel > h3 {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        margin-top: -3px;
    }

    .homeCTA > .ctaPanel > p {
        color: #fff;
        font-size: 14px;
    }

#myCohensFamily {
    background-color: #ECF2F8;
}

    #myCohensFamily > h3 {
        color: #000 !important;
    }

    #myCohensFamily > p {
        color: #000 !important;
    }

    #myCohensFamily > input {
        border: 1px #ccc solid;
        border-radius: 5px;
        font-size: 16px;
        font-family: 'Readex Pro';
        padding: 8px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }


#fluJabs {
    background-color: #37913D;
    width: 100%;
    -webkit-box-flex: 100;
    -ms-flex: 100%;
    flex: 100%;
    cursor: pointer;
    z-index: 1;
}

#fitToFly {
    background-color: #002D8A;
    width: 100%;
    -webkit-box-flex: 100;
    -ms-flex: 100%;
    flex: 100%;
    cursor: pointer;
    z-index: 0;
}

#appstoreButton {
    max-height: 50px;
    float: left;
    cursor: pointer;
    margin-right: 15px;
}

#googleplayButton {
    max-height: 50px;
    cursor: pointer;
}

#testTraceLogo {
    max-height: 40px;
    float: right;
}

.appCTA {
    background-color: #ECF2F8;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 5px;
    margin-bottom: 40px;
    margin-top: 40px;
}

    .appCTA > .appText > h3 {
        color: #000;
        font-size: 28px;
        font-weight: 700;
        padding-top: 16px;
    }

    .appCTA > .appImage {
        max-height: 360px;
        padding-top: 20px;
        max-width: 100%;
        -webkit-box-flex: 42;
        -ms-flex: 42%;
        flex: 42%;
        -o-object-fit: contain;
        object-fit: contain;
        padding-bottom: 20px;
    }

.appText {
    -webkit-box-flex: 42;
    -ms-flex: 42%;
    flex: 42%;
    margin-top: 100px;
    margin-left: 20px;
}

.appCTA > .appText > p {
    color: #000;
    font-size: 16px;
    margin-top: -3px;
}

.appButtons {
    margin-top: 20px;
    margin-bottom: 20px;
}

.homeCTA > #covidTestCTA {
    background-color: #005EB8;
    cursor: pointer;
}

.reviewCard {
    background-color: #fff;
    border-radius: 5px;
    width: 350px;
    height: auto;
    padding: 10px;
    min-height: 138px;
}

.reviewCard_Customer {
    display: block;
    position: absolute;
    float: right;
    font-weight: 700;
    bottom: 8px;
    right: 10px;
}

.reviewCard_CustomerCard {
    position: relative;
    bottom: -5px;
}

.reviewCard_Text {
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.reviewCard_Quote {
    font-size: 18px;
    font-weight: 600;
}

.flickity-viewport {
    height: 155px;
}

.flickity-page-dots {
    position: absolute !important;
    width: 100% !important;
    bottom: 10px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    text-align: center !important;
    line-height: 1 !important;
}
    /* white circles */
    .flickity-page-dots .dot {
        width: 12px;
        height: 12px;
        opacity: 1;
        background: #E0E0E0;
        border: 2px solid white;
    }
        /* fill-in selected dot */
        .flickity-page-dots .dot.is-selected {
            background: white;
        }


.reviewCard_Star {
    color: #E0E0E0;
}

.reviewCard_Star_Scored {
    color: #FFEB3B;
}

.carousel-cell {
    margin: 10px;
    width: 100%;
    overflow: hidden;
}


.fluJab_Page {
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
    width: 302px;
    margin-bottom: 40px;
}

.fluJab_Thanks {
    text-align: center;
    width: 500px;
    font-size: 1.1875rem;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
}

.fluJab_Thanks_Image {
    max-width: 380px;
    margin-left: auto;
    margin-top: 15px;
    margin-right: auto;
}

.homePage_FluJab {
    height: 234px;
    float: right;
    max-width: 603px;
    margin-top: -160px;
    margin-right: -42px;
}

.genericCampaign_Page {
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
    width: 302px;
    margin-bottom: 40px;
}

.genericCampaign_Thanks {
    text-align: center;
    width: 500px;
    font-size: 1.1875rem;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
}

.genericCampaign_Thanks_Image {
    max-width: 380px;
    margin-left: auto;
    margin-top: 15px;
    margin-right: auto;
}

.homePage_FitToFly {
    height: 250px;
    float: right;
    max-width: 603px;
    margin-top: -210px;
    margin-right: 20px;
}

.fluJab_Thanks_Title {
    font-size: 35px !important;
    text-align: center;
    font-weight: 700;
    margin-top: -12px;
    line-height: 41px;
    margin-bottom: 32px;
}

.fluJab_Thanks_Btn_Container {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 130px;
}

#fluJab_Thanks_Button {
    width: 100%;
    height: 50px;
}

.fluJab_Left {
    align-items: center;
    -webkit-box-flex: 42%;
    width: 100%;
    object-fit: contain;
    background-size: contain;
    -ms-flex: 42%;
    flex: 42%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.fluJab_Image {
    margin-left: auto;
    margin-right: auto;
    margin-top: -35px;
    max-height: 112%;
    flex-shrink: 0;
    align-self: flex-start;
    width: 100%;
    object-fit: contain;
    background-size: contain;
}

.fluJab_Form {
    padding-left: 40px;
    margin-top: 50px;
    padding-right: 40px;
}

.fluJab_Form_Container {
    background-color: #ECF2F8;
    width: 100%;
    margin-top: -12px;
    min-height: 400px;
    padding-top: 20px;
    margin-left: auto;
    border-radius: 15px;
    margin-right: auto;
    padding-bottom: 35px;
}

.genericCampaign_Thanks_Title {
    font-size: 35px !important;
    text-align: center;
    font-weight: 700;
    margin-top: -12px;
    line-height: 41px;
    margin-bottom: 32px;
}

.genericCampaign_Thanks_Btn_Container {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 130px;
}

#genericCampaign_Thanks_Button {
    width: 100%;
    height: 50px;
}

.genericCampaign_Left {
    align-items: center;
    -webkit-box-flex: 42%;
    width: 100%;
    object-fit: contain;
    background-size: contain;
    -ms-flex: 42%;
    flex: 42%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.genericCampaign_Image {
    margin-left: auto;
    margin-right: auto;
    margin-top: -35px;
    max-height: 112%;
    flex-shrink: 0;
    align-self: flex-start;
    width: 100%;
    object-fit: contain;
    background-size: contain;
}

.genericCampaign_Form {
    padding-left: 40px;
    margin-top: 50px;
    padding-right: 40px;
}

.genericCampaign_Form_Container {
    background-color: #ECF2F8;
    width: 100%;
    margin-top: -12px;
    min-height: 400px;
    padding-top: 20px;
    margin-left: auto;
    border-radius: 15px;
    margin-right: auto;
    padding-bottom: 35px;
}

.genericCampaign_Form_Container_bp {
    min-height: 290px !important;
}

.HIW_Step_Panel_Bar {
    min-height: 2px;
    min-width: 95%;
    background-color: #eee;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.HIW_Steps {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
}

.HIW_SectionTitle {
    text-align: center;
    margin-top: 12px;
}

.HIW_Page {
    padding-left: 12px !important;
    margin-top: 30px !important;
    padding-right: 12px !important;
}

.HIW_Tab_Container {
    margin: 0 auto;
    position: relative;
}

.HIW_Tab_Section {
    clear: both;
    padding-top: 10px;
    display: none;
}

.HIW_Tab_Container > input, section {
    clear: both;
    padding-top: 10px;
    display: none;
}

.HIW_Tab_Container > label {
    font-weight: 700;
    font-size: 1rem;
    display: block;
    float: left;
    padding: 1.5em;
    color: #757575;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    background: #f0f0f0;
}

.HIW_Tab_25 {
    width: 25%;
}

.HIW_Tab_50 {
    width: 50%;
}

.HIW_Tab_33 {
    width: 33%;
}

.HIW_Tab_20 {
    width: 20%;
}

#HIW_Tab1 ~ #HIW_Content1,
#HIW_Tab2 ~ #HIW_Content2,
#HIW_Tab3 ~ #HIW_Content3,
#HIW_Tab4 ~ #HIW_Content4 {
    display: none;
}

#HIW_Tab1:checked ~ #HIW_Content1,
#HIW_Tab2:checked ~ #HIW_Content2,
#HIW_Tab3:checked ~ #HIW_Content3,
#HIW_Tab4:checked ~ #HIW_Content4 {
    display: block !important;
    padding: 20px;
    background: #fff;
    color: #999;
    border-bottom: 2px solid #f0f0f0;
}

.HIW_Tab_Container [id^="HIW_Tab"]:checked + label {
    background: #fff;
    box-shadow: inset 0 2px #0054bb;
}

label .fa {
    font-size: 1.3em;
    margin: 0 0.4em 0 0;
}

#HIW_Tabs_Mobile {
    margin: 10px 0px;
    display: none;
    width: 100%;
    margin-bottom: 30px;
}

/*Media query*/
@media only screen and (max-width: 900px) {
    .HIW_Tab_Container {
        width: 98%;
    }

    .nhsLoginManageText {
        margin-top: 15px !important;
        display: inline-block;
    }

    #HIW_Tab1 ~ #HIW_Content1,
    #HIW_Tab2 ~ #HIW_Content2,
    #HIW_Tab3 ~ #HIW_Content3,
    #HIW_Tab4 ~ #HIW_Content4 {
        padding: 0px !important;
    }

    label[for=HIW_Tab1],
    label[for=HIW_Tab2],
    label[for=HIW_Tab3],
    label[for=HIW_Tab4] {
        display: none;
    }

    #HIW_Tabs_Mobile {
        display: block;
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.HIW_SectionTitle > h1 {
    font-size: 2.3rem !important;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
}

.HIW_SectionTitle > span {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
}

.HIW_Step_Panel {
    width: 100%;
    height: auto;
    border-radius: 15px;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 30px;
}

.appButtonsHIW {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #ECF2F8;
    padding: 10px;
    border-radius: 12px;
}

.HIW_Step_Number {
    border-radius: 50%;
    background: #0054bb;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
    line-height: 40px;
    font-weight: 700;
    color: white;
}

    .HIW_Step_Number > span {
    }

.HIW_Step_Info {
    -webkit-box-flex: 100%;
    -ms-flex: 42%;
    flex: 42%;
    margin-left: 0px !important;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 50px;
    margin-top: auto;
    margin-bottom: auto;
}

    .HIW_Step_Info > h3 {
        font-size: 1.42rem;
        font-weight: 700;
        margin-top: 6px;
    }

    .HIW_Step_Info > p {
        font-size: 1.1875rem;
        margin-top: -6px;
        color: #4C4C4C;
    }

.HIW_Step_Image {
    -webkit-box-flex: 100%;
    -ms-flex: 42%;
    flex: 42%;
    margin-left: 0px !important;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 1;
    order: 1;
}

    .HIW_Step_Image > img {
        width: 100%;
        object-fit: contain;
        background-size: contain;
        max-height: 100%;
        flex-shrink: 0;
        align-self: flex-start;
        align-items: center;
    }


/*#MyCohensHomePageHowGetStarted {
    margin-right: 475px;
}

@media only screen and (max-width: 1389px) and (min-width: 960px) {
    #MyCohensHomePageHowGetStarted {
        margin-right: 380px;
    }
}

@media only screen and (max-width: 990px) {
    #MyCohensHomePageHowGetStarted {
        margin-right: 0px;
    }
}*/
.MyCohensHomePageHeader h1,
.MyCohensHomePageHeader h2,
#MyCohensHomePageHowItWorks h2 {
    color: white;
}

    .MyCohensHomePageHeader h1 {
        font-size: 44px !important;
    }

    .MyCohensHomePageHeader h1 {
        font-size: 36px !important;
    }

    #MyCohensHomePageHowItWorks h2 {
        font-size: 36px;
        display: inline-block;
        line-height: 36px;
        margin-bottom: 24px;
    }

    #MyCohensHomePageUIs {
        /*position: absolute;
    right: 0px;
    top: 20px;*/
        cursor: pointer;
        margin: 25px auto;
    }

    .MyCohensHomePageHeader {
        font-size: 36px;
        margin: 0px 0px 25px 0px;
        color: white;
        font-weight: 600;
    }

    @media only screen and (max-width: 701px) {
        #MyCohensHomePageUIs {
            display: none;
        }

        .MyCohensHomePageHeader h1 {
            font-size: 30px !important;
        }

        .MyCohensHomePageHeader h2 {
            font-size: 20px !important;
        }

        #MyCohensHomePageHowItWorks h2,
        .MyCohensHomePageHeader {
            font-size: 24px;
        }

        #MyCohensHomePageHowItWorks h2 {
            font-size: 24px;
            display: inline-block;
            line-height: 24px;
        }

        .MyCohensHomePageHeader {
            margin: 0px 0px 10px 0px;
        }
    }

    .MyCohensHomePageContainer {
        margin: 25px 0px 25px 0px;
        padding: 0px;
        overflow: hidden;
    }

    .MyCohensHomePageSubLine {
        margin: 15px 0px 15px 0px;
        color: white;
        font-weight: 400;
    }

        .MyCohensHomePageSubLine a {
            color: white;
        }

            .MyCohensHomePageSubLine a:hover {
                color: white;
                text-decoration: underline;
            }

    .MyCohensHomePageButtons {
        margin: 25px 0px 25px 0px;
        overflow: hidden;
    }

    @media only screen and (min-width: 701px) {
        .MyCohensHomePageButtons {
            display: flex;
            justify-content: center;
        }
    }

    .MyCohensHomePageButtons > div {
        text-align: center;
        border: 2px solid white;
        color: white;
        font-size: 20px !important;
    }

        .MyCohensHomePageButtons > div:hover {
            cursor: pointer;
            -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.35);
            -moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.35);
            box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.35);
        }

    #MyCohensHomePageGetStartedButton {
        background-color: #37913D;
        border: 0.7px solid #ccc !important;
        border-radius: 4px;
    }

    #MyCohensHomePageWatchVideoButton {
        background-color: #00397F !important;
        border: 0.7px solid #ccc !important;
        border-radius: 4px;
    }

    #MyCohensHomePageLoginButton {
        background-color: red;
    }

    #MyCohensHomePageHowItWorks {
        padding: 30px 0px 30px 0px;
        border-top: 1px solid #5cbee7;
        border-bottom: 1px solid #5cbee7;
        color: white;
        clear: left;
    }

        #MyCohensHomePageHowItWorks h3 {
            color: white;
        }

        #MyCohensHomePageHowItWorks .circle,
        #MyCohensHomePageHowItWorks .circle-3,
        #MyCohensHomePageHowItWorks .circle span {
            background-color: transparent;
        }

            #MyCohensHomePageHowItWorks .circle i,
            #MyCohensHomePageHowItWorks .circle-3 i {
                font-size: 40px;
                color: white;
                left: 16%;
                margin: 6px 0px;
            }

    .contactUsWidget {
        clear: both;
        cursor: pointer;
        padding: 10px 0px;
        margin-bottom: 30px;
        background-color: #fdfdfd;
        border-top: 3px solid #0054bb;
        border-bottom: 3px solid #0054bb;
    }

        .contactUsWidget:hover {
            background-color: #fafafa;
            color: black;
        }

        .contactUsWidget .circle {
            margin-left: 10px;
        }

    #MyCohensHomePageContactBar {
        position: relative;
        height: 45px;
    }

    #MyCohensHomePageContactBar_SocialIcons {
        position: absolute;
        width: 200px;
        height: 42px;
    }

        #MyCohensHomePageContactBar_SocialIcons .social-icons li a {
            margin-right: 15px;
            background-color: white;
        }

            #MyCohensHomePageContactBar_SocialIcons .social-icons li a.facebook:hover {
                background-color: #4267b2;
            }

            #MyCohensHomePageContactBar_SocialIcons .social-icons li a.twitter:hover {
                background-color: #1da1f2;
            }

    #MyCohensHomePageContactBar_NHSLogo {
        width: 171px;
        height: 45px;
        position: absolute;
        background-image: url(../images/Providing_NHS_Services.svg);
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
    }

    .MyCohensHomePageAdvert {
        width: 100%;
        height: auto;
        border: none;
        cursor: pointer;
    }

#appointmentPicker,
#GPMessageContainer,
#MedicalRecordContainer,
#MedicalRecordViewer {
    apkrDetails background-color: #fafafa;
    border: 1px solid #dddddd;
    margin-bottom: 25px;
}

        #MedicalRecordContainer h3 {
            margin-left: 15px;
        }

        #appointmentPicker table {
            width: 100%;
            border-collapse: collapse;
        }

            #appointmentPicker table th {
                text-align: center;
                vertical-align: middle;
                padding: 10px 2px;
                font-size: 22px;
                font-weight: 600;
                width: 16%;
                cursor: pointer;
            }

                #appointmentPicker table th:hover {
                    color: #0054bb;
                    background-color: #f1f1f1;
                }

                #appointmentPicker table th span {
                    font-size: 12px;
                    display: block;
                    margin-bottom: 15px;
                }

                #appointmentPicker table th span.slotCount {
                    font-size: 11px;
                    margin: 10px 0px 0px 0px;
                }

                #appointmentPicker table th.selectedDate {
                    color: white;
                    background-color: #0054bb;
                }

                #appointmentPicker table th i {
                    text-align: center;
                    vertical-align: middle;
                }
                
                #appointmentPicker table td.apkr_noSlots {
                    background-color: #fdffbe; 
                    text-align: center; 
                    border-top: 1px solid #dddddd; 
                    padding: 5px 0px;
                }

        #appointmentPicker #apkr_book_frame table.apkrDetails {
            margin-bottom: 15px;
        }

        #appointmentPicker #apkr_book_frame table.apkrDetails th {
            border: 1px solid #dddddd;
            font-size: 15px;
            background-color: #fafafa;
            text-align: left;
            padding: 6px;
            cursor: default;
        }

            #appointmentPicker #apkr_book_frame table.apkrDetails td {
                border: 1px solid #dddddd;
                text-align: center;
                padding: 6px;
            }

    #apkr_dateStr {
        padding: 20px 2px;
        font-size: 22px;
        text-align: center;
        vertical-align: middle;
        color: black;
        border-top: 1px solid #dddddd;
    }

    #appointmentPicker .apkr_day_wrapper table {
        width: 100%;
        border-collapse: collapse;
    }

        #appointmentPicker .apkr_day_wrapper table th {
            border-bottom: 3px solid #fafafa;
            font-size: 18px;
            font-weight: 600;
        }

            #appointmentPicker .apkr_day_wrapper table th.selectedSlotType {
                border-bottom-color: #0054bb;
            }

    #appointmentPicker .apkr_slot_wrapper {
        overflow: hidden;
    }

    #appointmentPicker .apkr_slot_group {
        float: left;
        width: 25%;
        text-align: center;
        height: 50px;
        line-height: 50px;
        font-size: 22px;
        font-weight: 400;
        cursor: pointer;
    }

        #appointmentPicker .apkr_slot_group:hover {
            color: #0054bb;
            background-color: #f1f1f1;
        }

    #appointmentPicker .apkr_slot {
        display: none;
    }

    #appointmentPicker #apkr_book_frame {
        padding: 15px;
        display: none;
        margin: 10px;
        background-color: white;
        border: 1px solid #dddddd;
        overflow: hidden;
        clear: both;
    }

        #appointmentPicker #apkr_book_frame table {
            width: 100%;
            border-collapse: collapse;
        }

            #appointmentPicker #apkr_book_frame table th {
                font-size: 16px;
                text-align: left;
                font-weight: 400;
                border-bottom: 1px solid #0054bb;
                color: black;
            }

            #appointmentPicker #apkr_book_frame table td {
                padding: 10px 5px;
            }

            #appointmentPicker #apkr_book_frame table:not(.apkrDetails) th:hover {
                background-color: white;
                color: black;
            }

            #appointmentPicker #apkr_book_frame table:not(.apkrDetails) tbody tr:hover,
            #appointmentPicker #apkr_book_frame table:not(.apkrDetails) tbody tr:hover td {
                color: #0054bb;
                background-color: #f1f1f1;
                cursor: pointer;
            }

    #appointmentPicker #apkr_reason {
        box-sizing: border-box;
        width: 100%;
        height: 100px;
        resize: none;
    }

#apkr_reason_remaining {
    color: grey;
    margin-bottom: 10px;
    text-align: right;
}

.gpAppointment {
    background-color: white;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
    padding: 10px;
    overflow: hidden;
    clear: both;
}

        .gpAppointment h3 {
            margin-top: 0px;
            color: #0054bb;
            font-size: 18px;
            line-height: 25px;
        }

        .gpAppointment table {
            width: 100%;
            border-collapse: collapse;
        }

        .gpAppointment table td {
            vertical-align: top;
        }

        .gpAppointment table .iconColumn {
            vertical-align: middle;
            text-align: center;
            padding: 0px 0px 5px 0px;
            width: 50px;
            color: #0054bb;
        }

    .GPMessageHeader {
        background-color: white;
        border: 1px solid #dddddd;
        margin: 0px 15px 15px 15px;
        overflow: hidden;
        clear: both;
        border-radius: 6px 6px;
    }

        .GPMessageHeader:hover,
        .MedicalRecordItem.clickable:hover {
            cursor: pointer;
            border: 1px solid #989898;
        }

        .GPMessageHeader table {
            width: 100%;
            border-collapse: collapse;
        }

            .GPMessageHeader table td {
                padding: 15px 15px 0px 0px;
            }

        .GPMessageHeader .GPMReadByIndicator {
            padding: 0px;
            width: 40px;
            text-align: center;
            vertical-align: middle;
            color: #0054bb;
        }

        .GPMessageHeader .GPMContent {
            font-weight: 400;
        }

        .GPMessageHeader .GPMSummary {
            color: #777777;
            padding-top: 3px;
            padding-bottom: 15px;
        }

        .GPMessageHeader.Unread .GPMContent {
            color: black;
            font-weight: bold;
        }

        .GPMessageHeader.Read .GPMContent {
            color: #777777;
        }

    #GPMessages {
        display: none;
    }

    .GPMessage,
    .MedicalRecordItem,
    #GPMessage_New,
    #GPMessage_Reply {
        background-color: white;
        border: 1px solid #dddddd;
        margin: 0px 15px 15px 15px;
        padding: 15px;
        border-radius: 6px;
        display: block;
        color: #404040;
    }

        .MedicalRecordItem .iconColumn {
            vertical-align: middle;
            text-align: center;
            padding: 0px;
            width: 50px;
        }

    i.fileIcon {
        font-size: 40px;
    }

    i.pdfIcon {
        color: #F72015;
    }

    i.wordIcon {
        color: #295294;
    }

    .MedicalRecordTitle {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .GPMessage table {
        width: 100%;
        border-collapse: collapse;
    }

        .GPMessage table th {
            text-align: right;
            font-weight: bold;
            padding: 5px 5px 5px 0px;
            width: 60px;
        }

        .GPMessage table td {
            padding: 5px;
        }

    .GPMessage .contentBox {
        padding: 25px 5px 25px 5px;
    }

    #GPMessage_New input[type=text],
    #GPMessage_New select,
    #GPMessage_New textarea,
    #GPMessage_Reply input[type=text],
    #GPMessage_Reply select,
    #GPMessage_Reply textarea {
        box-sizing: border-box;
        width: 100%;
    }

    #MedicalRecordViewer {
    }

    #MedicalRecordViewer_Buttons {
        margin-bottom: 0px;
    }

    #MedicalRecordViewer_Header {
        padding: 0px 15px 15px 15px;
    }

        #MedicalRecordViewer_Header h4 {
            margin-top: 0px;
        }

    #MedicalRecordViewer_Body {
        min-height: 200px;
        width: 100%;
        border: none;
        background: none;
        background-color: transparent;
    }

#applicationUpperNavBar.DesktopOnly ul.slick-dots {
    border: 1px solid #ccc;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}

    #applicationUpperNavBar.DesktopOnly ul.slick-dots li {
        /*width: 180px;*/
        height: 70px;
        position: relative;
        background: transparent;
        margin: 0 2px;
        overflow: visible;
        border: 0;
        padding: 8px;
    }

#applicationUpperNavBar ul.slick-dots li:not(:last-child):after {
    content: '';
    position: absolute;
    top: 0px;
    right: -41px;
    width: 0;
    height: 0;
    border: 36px solid transparent;
    border-left: 12px solid white;
}

#applicationUpperNavBar ul.slick-dots li:not(:last-child):before {
    content: '';
    position: absolute;
    top: 0px;
    right: -42px;
    width: 0;
    height: 0;
    border: 36px solid transparent;
    border-left: 12px solid #ccc;
}

#applicationUpperNavBar ul.slick-dots li div.applicationBreadcrumb {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 10px;
}

#applicationUpperNavBar ul.slick-dots li div.applicationBreadcrumbID {
    float: left;
    font-size: 13px;
    line-height: 34px;
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    text-align: center;
}

#applicationUpperNavBar ul.slick-dots li div.applicationBreadcrumbTxt {
    float: left;
    font-size: 14px;
    color: #999;
    margin-left: 10px;
    vertical-align: middle;
    padding-right: 5px;
}

@media only screen and (max-width: 990px) {
    #applicationUpperNavBar ul.slick-dots li div.applicationBreadcrumbTxt {
        font-size: 12px;
    }
}

@media only screen and (max-width: 750px) {
    #applicationUpperNavBarMini ul.slick-dots li {
        display: none;
    }

        #applicationUpperNavBarMini ul.slick-dots li.slick-active {
            float: none;
            width: auto;
            height: auto;
            border: 0;
            background-color: transparent;
            display: block;
        }

    .circle.ApplicationStepOuter {
        background-color: green;
        position: relative;
    }

    .circle.ApplicationStepInnerGap {
        position: absolute;
        width: 50px;
        height: 50px;
        top: 5px;
        left: 5px;
        background-color: white;
    }

    .circle.ApplicationStepInner {
        background-color: #002D66;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 5px;
        left: 5px;
        color: white;
        font-size: 16px;
        font-weight: bold;
        vertical-align: middle;
    }

        .circle.ApplicationStepInner .applicationBreadcrumbID {
            top: 9px;
            position: relative;
        }

    #applicationUpperNavBarMini .applicationBreadcrumb .applicationBreadcrumbTxt {
        margin-left: 80px;
        font-weight: bold;
        font-size: 20px;
        color: #404040;
    }

        #applicationUpperNavBarMini .applicationBreadcrumb .applicationBreadcrumbTxt .Next {
            font-weight: normal;
            font-size: 16px;
        }

    #applicationNavBar {
        position: fixed;
        bottom: 61px;
        background: #eee;
        width: 100%;
        left: 0;
        padding: 0 10px;
        border-top: 1px solid #ccc;
        z-index: 999;
    }

        #applicationNavBar input.checkoutButton {
            width: 45%;
        }

    #applicationStageWrapper.slick-slider {
        margin-top: 0;
    }

    #applicationStageWrapper div[id^=slick-slide] div.columns {
        padding: 0 5px;
    }

    #applicationStageWrapper div[id^=slick-slide].slick-slide div.field {
        flex-basis: 100%;
    }

        #applicationStageWrapper div[id^=slick-slide].slick-slide div.field i.fa {
            font-size: 3.5em;
            float: left;
            margin-left: -10px;
            width: 48px;
            height: 48px;
        }

    #applicationStageWrapper div[id^=slick-slide] div.field label {
        padding-right: 7px !important;
    }
}

@media only screen and (max-width: 750px) {
    #applicationStageWrapper div[id^=slick-slide].slick-slide div.field i.fa {
        font-size: 2.5em;
    }
}

#applicationUpperNavBar ul.slick-dots li div.applicationBreadcrumbID {
    color: white;
    background-color: green;
}

#applicationUpperNavBar ul.slick-dots li div.applicationBreadcrumbTxt {
    color: black;
    font-weight: 600;
}

#applicationUpperNavBar ul.slick-dots li.slick-active ~ li div.applicationBreadcrumbID {
    color: black;
    background-color: #ddd;
}

#applicationUpperNavBar ul.slick-dots li.slick-active ~ li div.applicationBreadcrumbTxt {
    color: #ccc;
    font-weight: 600;
}

#applicationUpperNavBar ul.slick-dots li.slick-active div.applicationBreadcrumbID {
    color: white;
    background-color: #0054bb;
}

#applicationUpperNavBar ul.slick-dots li.slick-active div.applicationBreadcrumbTxt {
    color: black;
    font-weight: 600;
}

#applicationStageWrapper {
    margin-top: 20px;
}

    /*#applicationStageWrapper .genericWidget {
    border: 0;
    background: transparent;
}*/

    #applicationStageWrapper div[id^=slick-slide] div.columns,
    #applicationStageWrapper div[id^=slick-slide] div.columns div.QuestionsSection {
        display: flex;
        flex-wrap: wrap;
        padding-right: 10px;
        justify-content: space-between;
    }

        #applicationStageWrapper div[id^=slick-slide] div.columns div.QuestionsSection {
            width: 100%;
        }

            #applicationStageWrapper div[id^=slick-slide] div.columns div.QuestionsSection::after {
                content: "";
                flex-basis: 30%;
            }

    #applicationStageWrapper div[id^=slick-slide] div.headline {
        width: 100%;
        margin-top: 10px;
    }

        #applicationStageWrapper div[id^=slick-slide] div.headline + div.notification {
            margin-top: 0px;
            flex-basis: 98%;
        }

    #applicationStageWrapper div[id^=slick-slide] div.field {
        flex-basis: 30%;
        padding: 10px;
    }

        #applicationStageWrapper div[id^=slick-slide] div.field i.fa {
            font-size: 2em;
            color: #0054bb;
        }

        #applicationStageWrapper div[id^=slick-slide] div.field label {
            padding-right: 15px;
        }

        #applicationStageWrapper div[id^=slick-slide] div.field.fullwidth {
            flex-basis: 100%;
        }

    #applicationStageWrapper div.applicationWidget {
        border: 1px solid #ccc;
        border-radius: 5px;
        border-top: 4px solid #ccc;
        padding: 10px;
        min-height: 225px;
        margin: 0 5px;
    }

@media only screen and (min-width: 990px) {
    #applicationStageWrapper div.applicationWidget {
        min-height: 225px;
    }
}

#applicationStageWrapper div.applicationStep div.applicationWidget div.defaultWidget {
    margin-top: 0;
}

/*#applicationStageWrapper div.applicationStep div.applicationWidget div.defaultWidget div.field {
    flex-basis: auto;
}*/

#applicationStageWrapper div.applicationStep {
    width: 100%;
    padding: 5px;
}

    #applicationStageWrapper div.applicationStep div.defaultWidget {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: #fafafa;
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-top: 20px;
        padding: 20px;
    }

        #applicationStageWrapper div.applicationStep div.defaultWidget.Values {
            justify-content: space-between;
            padding: 5px;
            position: relative;
            padding-right: 20px;
        }

            #applicationStageWrapper div.applicationStep div.defaultWidget.Values + div.defaultWidget.Values {
                margin-top: 10px;
            }

.flexbreak {
    flex-basis: 100%;
    height: 0;
}

.valueText {
    border: 1px solid #ddd;
    background: white;
    padding: 10px;
    margin: 3px;
    flex-shrink: 0;
    flex-grow: 1;
    max-width: 98%;
}

    .valueText.fullwidth,
    .flexfullwidth {
        flex-basis: 100%;
    }

#applicationStageWrapper div.applicationStep div.defaultWidget + * {
    margin-top: 20px;
}

#applicationStageWrapper div.applicationStep div.defaultWidget div.closeButton {
    background: red;
    color: white;
    position: absolute;
    top: -7px;
    right: -7px;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#applicationStageWrapper div.applicationStep div.defaultWidget div.field textarea {
    height: 60px;
}

#applicationStageWrapper div.applicationStep div.defaultWidget div.genericField {
    display: flex;
    align-items: center;
    justify-content: center;
}

#applicationStageWrapper div.empty {
    text-align: center;
    padding: 50px;
}

    #applicationStageWrapper div.empty.declaration {
        padding: 20px;
    }

    #applicationStageWrapper div.empty span {
        font-weight: bold;
        font-size: 16px;
    }

    #applicationStageWrapper div.empty i {
        font-size: 3em;
        margin: 10px;
        color: #ddd;
    }

div#applicationStageWrapper input::placeholder,
div#applicationStageWrapper textarea::placeholder {
    color: #ddd;
}