
@import url("bootstrap.css");
/*@import url("animate.css");*/

/******Font*******/

@font-face {
    font-family: 'Gotham';
    src: url('/Content/font/Gotham-Bold.woff') format('woff'), url('/Content/font/Gotham-Bold.ttf') format('truetype'), url('/Content/font/Gotham-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('/Content/font/Gotham-Book.woff') format('woff'), url('/Content/font/Gotham-Book.ttf') format('truetype'), url('/Content/font/Gotham-Book.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('/Content/font/Gotham-Light.woff') format('woff'), url('/Content/font/Gotham-Light.ttf') format('truetype'), url('/Content/font/Gotham-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('/Content/font/Gotham-Medium.woff') format('woff'), url('/Content/font/Gotham-Medium.ttf') format('truetype'), url('/Content/font/Gotham-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

html, body {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

* {
    font-family: 'Gotham', Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.fit_fixed {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
}

.right {
    float: right;
}

@media only screen and (min-width: 768px) {
    .lg_right {
        float: right
    }
}

ul {
    padding: 0px;
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

h1 .error_404 {
    font-size: 3em;
}
/* Error Page */
.error_rip {
    position: absolute;
    top: 20%;
    left: 10%;
    width: auto;
    height: auto;
    max-height: 50%;
    max-width: 300px;
    display: none;
}

.error_cracked {
    position: fixed;
    top: -40px;
    width: 40%;
    left: 0%;
}

@media only screen and (max-width: 900px) {
    .error_cracked {
        position: fixed;
        top: -32%;
        width: 90%;
        left: -10%;
    }
}

.error_message {
    position: relative;
    top: 5%;
}

.error_page_title {
    text-transform: uppercase;
}

    .error_page_title.unavailable {
        font-size: 1.3em;
        max-width: 800px;
        margin: 10px auto;
    }

@media only screen and (max-width: 500px) {
    .error_page_title.oops {
        font-size: 2em;
    }
}

@media only screen and (max-width: 900px) {
    .error_rip {
        height: 50%;
        top: 70%;
    }
}
/* use !important to prevent issues with browser extensions that change fonts for icon classes */
[class^="icon-"], [class*=" icon-"], [class^="icon-"]:before, [class*=" icon-"]:before,
[class^="icon-"]:after, [class*=" icon-"]:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 1em;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*url('/Content/font/Gotham-Bold.otf') format('embedded-opentype'), url('/Content/font/Gotham-Book.otf') format('embedded-opentype'), url('/Content/font/Gotham-Light.otf') format('embedded-opentype'), url('/Content/font/Gotham-Medium.otf') format('embedded-opentype'), url('/Content/font/Gotham-XLight.otf') format('embedded-opentype'), */

.view-item.view-item-card .details .itemdescription, .view-item.view-item-card .details .price, .view-item.view-item-card .details {
    font-family: 'Gotham';
}

    .view-item.view-item-card .details .itemdescription {
        color: #444;
    }

.hvr-float {
    display: block;
}

/*-----------Colors-----------*/
.white {
    background: #fff;
}

.lightblue {
    background: #0094C9
}

.blue {
    background: #003267
}

.green {
    background: #72bf44;
}

.pink {
    background: #ec1c52;
}

.off_white, .second-row.off_white {
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-top: 5vh;
}

.signature_bg {
    background-image: url('../images/screens/screen1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.second-row.contact {
    background-image: url('../images/screens/screen2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.second-row.enrolee_info {
    background-image: url('../images/screens/screen4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
}

@media only screen and (min-width: 800px) {
    .off_white, .second-row.off_white {
        padding-top: 100px;
        padding-top: 10vh;
    }
}

#Address_Country {
    font-size: 1.1em;
    line-height: 1.5;
}

.align_left {
    text-align: left;
}

.large_title {
    font-weight: 400;
    font-size: 2em;
    letter-spacing: none;
    line-height: 1.4;
    margin: 10px 0px;
}

.md_title {
    font-size: 2em;
    font-weight: 400;
    letter-spacing: none;
    line-height: 1.4;
    margin: 10px 0px;
}

.xmd_title {
    font-size: 1.5em;
}

.sm_title {
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: 500;
}

p {
    line-height: 1.5;
    font-size: 1.1em;
}

.address_display * {
    font-size: 2em;
}

b, strong, i {
    font-size: 1em;
}
/*
    ----------color type --------
*/
.lightblue_font {
    color: #0094c9
}

.blue_font {
    color: #003267;
}

.white_font {
    color: #fff;
}

.font_white {
    color: #fff;
}

.font_light, .lightweight {
    font-weight: 300
}

.mustbe_white {
    color: #fff !important;
}

.i_pink_font {
    color: #ec1c52 !important;
}

.i_orange_font {
    color: #f58220 !important;
}

.i_green_font {
    color: #72bf44 !important;
}

.i_blue_font {
    color: #003267 !important;
}

.i_lightblue_font {
    color: #0094C9 !important;
}

.green_font {
    color: #72bf44;
}











/*******buttons-----------*/
a.button {
    outline: none;
    text-decoration: none;
    line-height: 1;
}

.button_spinner {
    width: 25px;
    height: 15px;
    background-image: url('../../Content/images/load_white.gif');
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: -4px;
}

.button:focus .button_spinner,
.button:hover .button_spinner {
    border-color: #fff;
}

@keyframes animationSpinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(720deg);
    }
}

@-webkit-keyframes animationSpinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(720deg);
    }
}

@-moz-keyframes animationSpinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(720deg);
    }
}

.button {
    display: inline-block;
    margin: 0em 0px;
    padding: 6.5px 20px;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid;
    border-left: 1px solid !important;
    border-right: 1px solid !important;
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 400 !important;
    font-size: 1em;
}

    .button.large_button {
        padding: 15px 30px;
        width: 100%;
    }

    .button:hover {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.center_bt {
    margin: 0 auto;
}

.button.button_light {
    border-color: #fff;
    color: #fff;
    background: transparent;
}

    .button.button_light:hover {
        color: #0094c9;
        background: #fff !important
    }

    .button.button_light::before {
        background: rgba(255,255,255,0.7);
    }

    .button.button_light::after {
        background: rgba(255,255,255,1);
    }

.send_bt {
    border-color: #0094c9;
}

.button_dark {
    border-color: #003267;
    color: #003267;
    background: transparent;
}

    .button_dark:hover {
        border-color: #0094c9;
    }

.button.solid_button.grey {
    background: #888;
    border-color: #888;
    color: #fff;
}

    .button.solid_button.grey:hover {
        background: transparent;
        border-color: #888;
        color: #888;
    }

.solid_button.green.button {
    background-color: #72bf44;
    border-color: #72bf44;
    color: #fff;
}

    .solid_button.green.button:hover,
    .solid_button.green.button:focus {
        background-color: #fff;
        border-color: #72bf44;
        color: #72bf44;
    }

.solid_button.orange.button {
    background-color: #f58220;
    border-color: #f58220;
    color: #fff;
}

    .solid_button.orange.button:hover,
    .solid_button.orange.button:focus {
        background-color: #fff;
        border-color: #f58220;
        color: #f58220;
    }

.solid_button.lightblue.button {
    background-color: #0094c9;
    border-color: #0094c9;
    color: #fff;
}

    .solid_button.lightblue.button:hover,
    .solid_button.lightblue.button:focus {
        background-color: #fff;
        border-color: #0094c9;
        color: #0094c9;
    }

.solid_button.darkblue.button {
    background-color: #003267;
    border-color: #003267;
    color: #fff;
}

    .solid_button.darkblue.button:hover,
    .solid_button.darkblue.button:focus {
        background-color: #fff;
        border-color: #003267;
        color: #003267;
    }

.button.button_dark:hover {
    color: #fff;
    background-color: #003267;
}

.darkblue.button:hover {
    background: #003267;
    color: #fff;
}

.darkblue.button {
    border-color: #003267;
    color: #003267;
    background: transparent;
}

.green .button:hover {
    color: #72bf44 !important;
}

.green.button:hover,
.green.button:focus {
    background: #72bf44;
    color: #fff;
    border-color: #72bf44
}

.green.button {
    color: #72bf44;
    border-color: #72bf44;
    background: transparent;
}

.orange.button:hover {
    background: #f58220;
    color: #fff;
    border-color: #72bf44
}

.orange.button {
    color: #f58220;
    border-color: #f58220;
    background: transparent;
}

.lightblue .button:hover {
    color: #0094c9 !important;
}

.lightblue.button {
    background: transparent;
    color: #0094c9;
    border-color: #0094c9;
}

    .lightblue.button:hover {
        background: #0094c9;
        color: #fff;
    }

.pink .button:hover {
    color: #ec1c52 !important;
}

.orange .button:hover {
    color: #f58220 !important;
}

.cart_warning {
    color: #E60501;
}

.email_submit_ico:after {
    font-size: 1.2em;
    font-family: 'Icomoon';
    font-style: normal;
    margin-right: 5px;
    content: "\f126"
}

.button:hover .email_submit_ico::after {
    font-family: 'Icomoon';
    font-style: normal;
    margin-right: 5px;
    content: "\f114";
    font-size: 1.2em;
}

.button.button-danger {
    background: #CF000F;
    border: 1px solid #CF000F;
}

.button-danger {
    background: #CF000F !important;
    border-color: #CF000F;
}

.submit_bt {
    font-size: 1.2em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* Buttons end*/

#SubmitButton .fa-spinner {
    width: 25px;
    height: 15px;
    background-image: url('../../Content/images/load_white.gif');
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: -4px;
}

#SubmitButton[disabled='disabled'] {
    background: #ccc;
}

    #SubmitButton[disabled='disabled']:before {
        display: none;
    }

@media only screen and (max-width: 767px) {

    .sm_only {
        display: block !important
    }

    .lg_only {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) {
    .sm_only {
        display: none !important
    }
}























/****************************************************************ForgotPassword.cshtml*/

/****************General forms-------------*/
.form-control {
    background: rgba(255,255,255,1);
    border: 1px solid #ccc;
    color: #003267;
    width: 100%;
    border-radius: 0px;
    margin: 5px 0px;
    padding: 4px 5px;
    line-height: 1.7;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    .form-control:focus {
        background: #f9f9f9;
        -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.10);
        -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.10);
        box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.10);
        color: #002367;
        font-weight: 500;
        border: 1px solid #0094c9;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

textarea {
    background: rgba(255,255,255,1) !important;
    border: 1px solid #ccc !important;
    color: #003267 !important;
    width: 100% !important;
    border-radius: 0px !important;
    margin: 5px 0px !important;
    padding: 4px 5px !important;
    line-height: 1.7 !important;
    font-size: 14px !important;
}

    textarea:focus {
        background: #F5FEFF !important;
        -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.10) !important;
        -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.10) !important;
        box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.10) !important;
        color: #002367 !important;
        font-weight: 400 !important;
        border: 1px solid #0094c9 !important;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
















.sent_animation_wrapper {
    position: relative;
    margin: 0 auto;
    display: block;
}

.sent_animation {
    animation: emailsent 3.5s 0.2s ease-in-out forwards;
    display: block;
    position: absolute;
    left: 0;
    opacity: 0;
    display: none\9;
}

#tick {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    -moz-transform: scale(0.2) rotate(-190deg);
    -webkit-transform: scale(0.2) rotate(-190deg);
    -o-transform: scale(0.2) rotate(-190deg);
    -ms-transform: scale(0.2) rotate(-190deg);
    transform: scale(0.2) rotate(-190deg);
    opacity: 0;
    position: relative;
    z-index: 2;
}

    #tick:before {
        opacity: 1;
        z-index: 2;
        text-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    }

    #tick.ticked:after {
        padding: 10px;
        border: 5px solid #fff;
        border-radius: 50%;
        display: block;
        width: auto;
        position: relative;
        content: '';
        position: absolute;
        top: -5px;
        left: -5px;
        z-index: -1;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -ms-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;
    }

    #tick.ticked {
        -moz-transform: scale(1.5) rotate(0deg);
        -webkit-transform: scale(1.5) rotate(0deg);
        -o-transform: scale(1.5) rotate(0deg);
        -ms-transform: scale(1.5) rotate(0deg);
        transform: scale(1.5) rotate(0deg);
        opacity: 1;
        margin-right: 5px;
    }

#envelope {
    font-size: 60px;
    line-height: 50px;
    text-align: center;
    color: #f6b93b;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.line1,
.line2,
.line3,
.line4,
.line5 {
    position: absolute;
    width: 20px;
    background: #aaa;
    height: 5px;
    animation: swiftenvelopelines 3.5s 0.2s ease-in-out forwards;
    z-index: 5;
    border-radius: 3px;
}

.line1 {
    top: 10px;
    margin-left: -30px;
}

.line2 {
    top: 20px;
    margin-left: -40px;
}

.line3 {
    top: 30px;
    margin-left: -50px;
}

.line4 {
    top: 40px;
    margin-left: -30px;
}

.line5 {
    top: 50px;
    margin-left: -25px;
}

.email_message span {
    font-size: 21px;
    color: #72bf44;
}

.email_message {
    opacity: 1;
    animation: emailsentmessage 3.5s 0.2s ease-in-out forwards;
    font-size: 30px;
}

@keyframes emailsentmessage {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes swiftenvelopelines {
    0% {
        opacity: 1;
        width: 50px;
        left: -300px;
    }

    30% {
        width: 100px;
        left: -120px;
        opacity: 0.5;
    }

    45% {
        opacity: 0.3;
        width: 50px;
        left: -0px;
    }

    50% {
        opacity: 0;
        left: 0;
    }

    100% {
        opacity: 1;
        width: 50px;
    }
}

@keyframes emailsent {
    0% {
        opacity: 1;
        left: -2000px;
    }

    40% {
        opacity: 1;
        left: 45%;
    }

    50% {
        left: 45%;
        opacity: 1;
    }

    100% {
        left: 120%;
        opacity: 0.5;
    }
}





/* ((((((((((((Validation)))))))))))))))))*/
.form-control[aria-invalid="true"] {
    border: 1px solid red !important;
}

.warning_text {
    line-height: 1.8;
    font-weight: 500;
    font-size: 1.5em;
    color: #E60501;
}

.validation_summary {
    margin: 0px 0px 20px 0px;
    font-size: 1.3em;
}

    .validation_summary ul {
        margin: 0;
        padding: 0;
    }

        .validation_summary ul li {
            list-style: none;
            display: inline-block;
            padding-right: 20px;
            font-size: 1.2em;
        }

            .validation-summary-errors ul li:before,
            .validation_summary ul li:before {
                content: "\f164";
                font-family: "Icomoon";
                font-size: 1.2em;
                margin-right: 5px;
            }

.contact_form_wrapper .row {
    margin: 5px -15px;
}

.contact_form_wrapper .field_group span {
    display: block;
}

#btnSubmit[disabled="disabled"] {
    opacity: 0.8;
    background: #fff;
    color: #888;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    overflow: visible;
    z-index: 0;
}

#dummy_bt {
    position: relative;
    z-index: 5;
    padding-bottom: 40px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

#btnSubmit[disabled="disabled"]:after {
    opacity: 0;
    content: '';
    position: absolute;
}

#btnSubmit[disabled="disabled"]::after {
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    margin: 20px 0 0 0px;
}

#btnSubmit[disabled="disabled"]:hover::after {
    content: '';
    color: red;
    width: 300px;
    opacity: 1;
    font-weight: 500;
    left: 0;
    margin: 20px 0 0 -25px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

#btnSubmit[disabled="disabled"] .email_submit_ico {
    display: none;
}

.control-label {
    font-size: 1.3em;
    line-height: 1.5;
    font-weight: 300;
}

.form-group label {
    font-size: 1.2em;
    font-weight: 500;
    color: #444;
}

.form-group.has-error label {
    color: #E60501;
    font-weight: 300;
}

.has-error .form-control {
    border-color: #E60501;
}

.has-error label:before {
    color: #E60501;
    font-family: "Icomoon";
    margin-right: 5px;
}

.validation-summary-errors ul {
    color: #E60501;
    opacity: 0.8;
    padding: 5px 0;
    display: block;
    margin-bottom: 30px;
    min-width: 50%;
    border-radius: 0px;
}

    .validation-summary-errors ul li {
        margin: 2px 10px 2px 0;
        list-style: none;
        font-size: 1.2em;
        font-weight: 500;
        display: block;
    }

        .validation-summary-errors ul li:first-child {
            margin-left: 0px;
        }

        .validation-summary-errors ul li:after {
            content: ", ";
        }

        .validation-summary-errors ul li:last-child::after {
            content: "";
        }
/* ((((((((((((Validation end)))))))))))))))))*/
































/* GENERAL */
.float_right {
    float: right;
}

.middle_vh {
    position: fixed;
    top: 45%; /*vh fallback*/
    top: 45vh;
    left: 0;
    right: 0px;
}

.vcenter {
    float: none;
    display: inline-block;
    vertical-align: middle;
}



















/* Page */
.section_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 15px;
}

    .section_inner.page_section {
        padding: 40px 10px 60px 10px;
    }

        .section_inner.page_section.enrolee_form_wrapper {
            background: rgba(255,255,255,1);
        }

@media only screen and (min-width: 1000px) {
    .section_inner.page_section.enrolee_form_wrapper {
        max-width: 960px;
        padding-left: 20px;
        padding-right: 40px;
        position: absolute;
        background: rgba(255,255,255,1);
        right: 0px;
        top: 0px;
        -webkit-box-shadow: -1px 3px 15px 1px rgba(0,0,0,0.21);
        -moz-box-shadow: -1px 0px 15px 1px rgba(0,0,0,0.21);
        box-shadow: -1px 0px 15px 1px rgba(0,0,0,0.21);
    }
}

#view-enrolmentsummary {
    margin-bottom: 20px;
}

.first-row {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: #003267;
    z-index: 99;
}

.second-row.review_frame {
    padding-bottom: 150px;
}

h3.categories_title {
    float: left;
    display: inline-block;
    width: auto;
    margin: 5px;
}

.categories_mobile_header {
    padding: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.07);
}

.collapse_categories_bt {
    margin: 5px 0;
    font-size: 1.5em;
}

.catgeories_bt {
}

.second-row.iframe_row {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0px;
    background-color: #fff;
    z-index: 9;
    display: block;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

.second-row {
    position: fixed;
    width: 100%;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 50px;
    background-color: #fff;
    z-index: 9;
    display: block;
    overflow-x: hidden;
}

    .second-row.shop {
        position: relative !important;
        height: auto;
        bottom: inherit;
    }

    .second-row iframe {
        display: block;
        width: 100%;
        height: 100%;
        border: none;
        position: relative;
        top: 0px;
    }

.wrap {
    padding-top: 20% !important;
}

.first-row .nav {
    width: 100%;
    display: block;
}

.first-row .navbar-nav > li.cart_li {
    float: right;
}

.footer_fixed_menu {
    position: fixed;
    bottom: 0;
    top: inherit;
    left: 0;
    right: 0;
    height: auto;
    background-color: #003267;
    z-index: 10;
}

.first_row {
    padding: 0px 30px;
}

.first-row .nav li a {
    color: #fff;
    font-size: 1em;
    font-weight: 300;
    padding: 0px 15px;
    line-height: 50px;
}

    .first-row .nav li a:hover,
    .first-row .nav li a:focus {
        background: rgba(0,0,0,0.1);
        text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    }

    .first-row .nav li a i {
        font-size: 1.4em;
        margin-right: 5px;
    }

.first-row .nav li a,
.first-row .nav li i {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .first-row .nav li a:hover i {
        text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    }

.inline_init_form strong span:first-child {
    float: left;
    display: block;
}

.inline_init_form {
    margin: 20px 0px 10px 0px;
}

    .inline_init_form span:last-child {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.4em;
        font-weight: 300;
    }

    .inline_init_form span:first-child {
        font-size: 1.4em;
        font-weight: 700;
    }

    .inline_init_form .form-group {
        margin-bottom: 0px;
    }

    .inline_init_form .enrol_name_field {
        display: inline-block;
        float: none;
        width: 49%;
        vertical-align: bottom;
        padding: 0px 3px;
    }

.init_form_row {
    margin: 0px 0px 0px 0px !important;
}

    .init_form_row .form-group label {
        margin: 0px;
    }

.sm_only {
    display: block;
}

@media only screen and (min-width: 768px) {
    .sm_only {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .first-row .nav {
        float: none;
        text-align: center;
        margin: 0px;
    }

    .first-row {
        height: auto;
    }

        .first-row .nav li {
            display: inline-block;
            min-width: 18%;
        }

            .first-row .nav li a {
                line-height: 30px;
                padding: 0px 5px;
            }

    .first-row {
        padding: 5px 0px;
    }

    .second-row {
        margin-top: 0px;
    }

    .first-row .navbar-nav > li.cart_li {
        float: none;
    }

    .second-row.contact_bg {
        padding-top: 0px
    }

    .inline_init_form .row {
        margin: 0px;
    }

    .contact_form_wrapper {
        border-radius: 0px;
    }
}

@media only screen and (max-width: 500px) {
    .first-row .nav li {
        width: 18%;
    }

        .first-row .nav li a {
            line-height: 10px;
            padding: 0px 5px;
        }

    .first-row li a i {
        display: block;
        width: 100%;
        text-align: center;
    }

    .menu_item_label {
        font-size: 8px
    }

    .menu_item_label_hide {
        display: none;
    }

    .inline_init_form .init_form_row {
        margin: 0px;
    }

    .inline_init_form .enrol_name_field {
        width: 100%;
    }
}






























/* Login */
.goto_logo {
    max-width: 200px;
}

.replicator_login_form_wrapper .form-control {
    margin-bottom: 0;
}

.login_bg {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: center top;
    overflow: none;
    background-size: cover;
    background-repeat: no-repeat;
}

.replicator_login_form_wrapper {
    max-width: 400px;
    padding: 30px 50px;
    margin: 30vh auto;
    border: 1px solid rgba(0,0,0,0.18);
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.2);
}

.form-control option {
    line-height: 2;
    padding: 10px;
}

.replicator_login_form_wrapper .button_wrapper {
    margin: 20px 0px 10px 0px;
}

    .replicator_login_form_wrapper .button_wrapper .button {
        min-width: 100px;
    }
/* Contact */
.contact.second-row {
    padding-top: 100px;
    padding-top: 10vh;
}

.second-row.contact_bg, .contact_bg {
    background: linear-gradient(270deg, #003267, #0094c9);
    background-size: 400% 400%;
    -webkit-animation: ContactBg 22s ease infinite;
    -moz-animation: ContactBg 22s ease infinite;
    animation: ContactBg 22s ease infinite;
    padding-top: 10vh;
}

@-webkit-keyframes ContactBg {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes ContactBg {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes ContactBg {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.contact_form_wrapper {
    max-width: 768px;
    background: #fff;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ddd;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
}

@media screen and (min-width: 900px) {
    .contact_form_wrapper.enrole {
        position: absolute;
        top: 100px;
        left: 30px;
        max-width: 600px;
        background: rgba(255,255,255,0.90);
    }

    .contact_form_wrapper.contact {
        max-width: 600px;
        background: rgba(255,255,255,0.94);
    }
}


























/* Enrolement */
span {
    display: inline-block;
    vertical-align: middle;
}

.dpa_wrapper {
    height: 70px;
    width: 70px;
    background: #003267;
    text-align: center;
}

.dpa_ico {
    font-size: 55px;
    margin-top: 10px;
    color: #f9f9f9;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.enrole_profile {
    margin: 0px;
    padding: 0px;
    margin: 20px 0px;
    border-radius: 4px;
    display: table;
}

    .enrole_profile li {
        display: inline-block;
        vertical-align: middle;
    }

        .enrole_profile li:first-child {
            margin-right: 10px;
        }

        .enrole_profile li:last-child {
            padding: 10px;
        }

.point_list ul {
    padding: 0px;
    margin: 0px;
}

.point_list li {
    list-style: none;
    font-size: 1.2em;
}

    .point_list li p {
        margin: 0px 0px 5px 14px;
    }

.point {
    width: 6px;
    height: 6px;
    margin-top: 6px;
    border-radius: 50%;
    background: #0094c9;
    float: left;
}






























/* Cart */
.view-paneledcart .panel-body {
    padding-top: 0px;
    padding-bottom: 0;
    margin-bottom: 0;
}

#view-cart {
    padding: 50px 0px 80px 0px;
}

    #view-cart .panel-body {
        padding: 0px 15px 0px 15px;
    }

.cart_header {
    line-height: 30px;
    margin: 00px -15px 20px -15px;
    background: #f1f1f1;
}

.cart_panel_heading {
    background: #f5f5f5;
    color: #000;
    display: block;
}

@media only screen and (max-width: 767px) {
    .cart_header {
        display: none;
    }

    .cart_field.text-center {
        text-align: left;
        font-size: 1.4em;
        margin: 10px 0px;
    }

    .quantity_cart_field:before {
        content: "# ";
        text-align: center;
        display: inline-block;
        vertical-align: middle;
    }

    .quantity_cart_field input {
        max-width: 50px;
        display: inline-block;
        vertical-align: middle;
    }
}

@media only screen and (min-width: 768px) {
    .quantity_cart_field input.form-control {
        margin-top: 0;
    }
}

.cart_panel_heading h3 {
    padding: 10px 10px 5px 10px;
    margin: 0px;
}

.cart_item:nth-child(even) {
    background: #fff;
}

.cart_item {
    margin: 0px -15px 0px -15px;
    padding: 20px 0px;
    background: #fafafa;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

.cart_item_title {
    line-height: 1.5;
    font-size: 1.5em;
}

    .cart_item_title:hover,
    .cart_item_title:focus {
        text-decoration: none;
        color: #003267;
    }

.cart_item_img_wrapper {
    text-align: center;
    background: #fff;
    display: block
}

    .cart_item_img_wrapper .cart_item_img {
        max-height: 100px;
        max-width: 100%;
        margin: 0 auto;
        width: auto;
        display: block;
        margin-bottom: 10px;
    }

    .cart_item_img_wrapper a {
        width: 100%;
        display: block;
    }

.cart_item .remove {
    padding: 20px 0px;
}

    .cart_item .remove a:before {
        content: "\f117";
        font-family: "Icomoon";
        display: block;
        line-height: 1.5;
        opacity: 0.7;
        font-size: 2em;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .cart_item .remove a {
        color: #E60501;
        padding: 10px 0px;
        margin: 20px auto;
        display: block;
        max-width: 60px;
        opacity: 0.7;
        text-decoration: none;
        letter-spacing: 0.04em;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .cart_item .remove a:hover {
            text-decoration: none;
            cursor: pointer;
            opacity: 0.8;
            border-opacity: 0.7;
            border-radius: 10px;
        }

            .cart_item .remove a:hover::before {
                opacity: 0.8;
            }

.items_label {
    margin-left: 30px;
}

.cart_footer {
    padding: 15px 40px;
    background: #f1f1f1;
    color: #003267 !important;
}

.sub_total {
    font-size: 1em;
    line-height: 50px;
    padding-right: 0px;
}

.cart_footer span {
    font-size: 1em;
}

.cart_footer strong {
    font-size: 15px;
    font-weight: 700;
}

.cart_footer_nav {
    margin: 20px 0;
    padding: 0px;
    text-align: center;
}

    .cart_footer_nav li {
        list-style: none;
        display: inline-block;
        margin-right: 10px;
    }

        .cart_footer_nav li:last-child {
            margin-right: 0px;
        }

.keep_shopping_bt:before {
    font-family: "Icomoon";
    content: "\f11e";
    font-size: 1.3em;
    margin-right: 5px;
    text-shadow: 0px 0px 2px rgba(0,0,0,0.2)
}

.checkout_bt:before {
    font-family: "Icomoon";
    content: "\f112";
    font-size: 1.3em;
    margin-right: 5px;
    text-shadow: 0px 0px 2px rgba(0,0,0,0.2)
}

.price_field {
    font-size: 1.4em;
}

@media only screen and (max-width: 767px) {
    .price_field {
        text-align: right;
        font-size: 2em;
        margin: 10px 0px;
        float: right;
    }

    .cart_item .remove a {
        display: inline-block;
        vertical-align: middle;
        margin: 0px;
        text-align: center;
        padding: 0px 3px;
    }

    .quantity_cart_field {
        margin: 0px !important;
        text-align: right;
    }

        .quantity_cart_field .no_edit {
            width: 15%;
            text-align: center;
            display: inline-block;
        }

    .cart_item .remove a {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 400px) {
    .item_img_col, .item_description_col {
        width: 100%;
        display: inline-block;
        float: none;
        text-align: center;
    }

    .price_field, .quantity_cart_field {
        display: inline-block;
        float: none;
        width: 100%;
        text-align: center;
    }

    .cart_field.text-center {
        text-align: center;
    }

    .price_field {
        text-align: center;
    }

    .cart_footer_nav {
        text-align: center;
    }

        .cart_footer_nav a {
            text-align: center;
            font-size: 1em;
            padding: 10px 20px;
            margin-top: 10px;
        }
}































/* Shop */

.categories {
    width: 100%;
    padding: 0 0;
    text-align: center;
}

    .categories li {
        width: 100%;
        display: inline-block;
        text-align: center;
        margin: 2px 0;
        vertical-align: top
    }

        .categories li a:hover {
            text-decoration: none;
        }

@media only screen and (min-width: 420px) {
    .categories li {
        width: 48%;
    }

        .categories li:first-child {
            width: 96%;
        }

        .categories li a {
            padding: 4px 10px;
            display: inline-block;
            vertical-align: middle
        }
}

@media only screen and (min-width: 720px) {
    .categories li {
        width: 31%;
    }

        .categories li:first-child {
            width: 94%;
        }
}

@media only screen and (min-width: 1000px) {
    .categories li:first-child,
    .categories li {
        width: 13.5%;
    }
}

@media only screen and (min-width: 1200px) {
    .categories li {
        width: inherit;
    }

    .categories_nz li {
        width: 14%;
    }

    .categories_au li {
        width: 14%;
    }

    .categories_kr li {
        width: 14%;
    }

    .categories_ph li {
        width: 17%;
    }

    .categories_id li {
        width: 17%;
    }

    .categories_my li {
        width: 24%;
        margin: 3px 3px;
    }

    .categories_gb li {
        width: 14%;
    }


    .categories_th li {
        width: 24%;
        margin: 3px 3px;
    }

    .categories_gr li {
        width: 17%;
        margin: 3px 3px;
    }

    .categories_sg li {
        width: 14%;
    }

    .categories_za li {
        width: 17%;
    }

    .categories_gh li {
        width: 25%;
    }

    .categories_ng li {
        width: 33%;
    }

    .categories_ug li {
        width: 17%;
    }
}

.categories li a {
    line-height: 1;
    padding: 12px 5px;
    width: 100%;
    display: block;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.categories li.current {
    line-height: 30px;
    border: 2px solid;
}

.categories li {
    border: 2px solid;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

    .categories li.wcAll {
        background: #003267;
        color: #fff;
        border-color: #003267;
    }

        .categories li.wcAll .mixitup-control-active {
            background: #fff;
            color: #003267;
        }

    .categories li.wcColostrum,
    .categories li.wcAlphaLipid {
        background: #0094c9;
        border-color: #0094c9;
        color: #fff;
    }

        .categories li.wcColostrum:hover,
        .categories li.wcColostrum .mixitup-control-active,
        .categories li.wcAlphaLipid:hover,
        .categories li.wcAlphaLipid .mixitup-control-active {
            color: #0094c9;
            background-color: #fff;
        }

    .categories li.wcNutrition {
        background: #72bf44;
        border-color: #72bf44;
        color: #fff;
    }

    .categories li.wcNew {
        background: #CF000F;
        border-color: #CF000F;
        color: #fff;
    }
    .categories li.wcTools {
        background: #44B39D;
        border-color: #44B39D;
        color: #fff;
    }
    .categories li.wcNutrition:hover,
    .categories li.wcNutrition .mixitup-control-active {
        color: #72bf44;
        background-color: #fff;
    }
    .categories li.wcNew:hover,
    .categories li.wcNew .mixitup-control-active {
        color: #CF000F;
        background-color: #fff;
    }
    .categories li.wcTools:hover,
    .categories li.wcTools .mixitup-control-active {
        color: #44B39D;
        background-color: #fff;
    }
    .categories li.wcWeightManagement {
        background: #f58220;
        border-color: #f58220;
        color: #fff;
    }

        .categories li.wcWeightManagement:hover,
        .categories li.wcWeightManagement .mixitup-control-active {
            color: #f58220;
            background-color: #fff;
        }

    .categories li.wcPersonal {
        background: #ec1c52;
        border-color: #ec1c52;
        color: #fff;
    }

        .categories li.wcPersonal:hover,
        .categories li.wcPersonal .mixitup-control-active {
            color: #ec1c52;
            background-color: #fff;
        }

    .categories li.wcCleaning,
    .categories li.wcTools {
        background: #44B39D;
        border-color: #44B39D;
        color: #fff;
    }

        .categories li.wcCleaning:hover,
        .categories li.wcCleaning .mixitup-control-active,
        .categories li.wcTools:hover,
        .categories li.wcTools .mixitup-control-active {
            color: #44B39D;
            background-color: #fff;
        }

    .categories li.wcAutomotive,
    .categories li.wcEnvironmental {
        background: #5A5A5A;
        border-color: #5A5A5A;
        color: #fff;
    }

        .categories li.wcAutomotive:hover,
        .categories li.wcAutomotive .mixitup-control-active,
        .categories li.wcEnvironmental:hover,
        .categories li.wcEnvironmental .mixitup-control-active {
            color: #5A5A5A;
            background-color: #fff;
        }

.product_grid {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

    .product_grid li {
        display: inline-block;
        width: 100%;
    }

        .product_grid li .panel {
            border: 1px solid #f1f1f1;
            background: #fefefe;
            text-align: center;
        }

        .product_grid li .image {
            text-align: center;
            background: #fff;
            margin-bottom: 20px;
        }

        .product_grid li #Quantity {
            max-width: 8em;
            line-height: 1.5;
            padding: 8px 5px;
            text-align: center;
            height: 35px;
        }

.details_add #Quantity {
    max-width: 8em;
    line-height: 1.5;
    padding: 8px 5px;
    text-align: center;
}

.details_addtocart.well {
    border-radius: 0px;
    border: 0px;
    background: #fff;
    box-shadow: none;
    padding: 30px 15px 15px 15px;
}

    .details_addtocart.well .price.xmd_title h4 {
        color: #666;
        font-size: 1.6em;
        font-weight: 300;
    }

.product_block .price.xmd_title h4 {
    color: #666;
    font-size: 1.2em;
    font-weight: 300;
}

.button.shop_add_bt {
    border: 1px solid #72bf44;
    border-right: 1px solid #72bf44;
    background: #72bf44;
    min-width: 76px;
    color: #fff;
    height: 36px
}

.shop_add_bt:before {
    content: "\f10c";
    font-family: "Icomoon";
    font-size: 1em;
    margin-right: 5px;
}

.price.xmd_title {
    margin: 10px 0;
    display: inline-block;
    text-align: center;
}

    .price.xmd_title:last-child {
        text-align: center;
        margin-left: 20px
    }

    .price.xmd_title h4 {
        font-size: 1.1em;
    }

@media only screen and (min-width: 600px) {
    .product_grid li {
        display: inline-block;
        width: 47%;
        margin: 0;
    }
}

@media only screen and (min-width: 1000px) {
    .product_grid li {
        display: inline-block;
        width: 33%;
        vertical-align: text-top;
    }

        .product_grid li .image img {
            max-height: 200px;
            width: auto;
        }
}




































/* TOASTER */
.toast-top-right {
    top: 60px;
    right: 12px;
}

.toast-success {
    background: rgba(114,191,68,1);
    min-height: 100px;
}

#toast-container > div {
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    border-radius: 0;
    background-position: 15px center;
    background-repeat: no-repeat;
    border: 1px solid #72bf44;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15);
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    color: #fff;
    opacity: 0.9;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#toast-container > .toast-error {
    background-image: none !important;
}

#toast-container > div.toast-error {
    color: #fff;
    background: rgba(233,24,24,0.8);
    border: 1px solid rgba(233,24,24,1);
    background-image: none;
    font-weight: 500;
}

#toast-container .toast-error .toast-message a:hover {
    color: #fff;
    background: #72bf44;
}

#toast-container > :hover {
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    opacity: 1;
    cursor: pointer;
}

#toast-container .toast-success .toast-message a:hover {
    color: #72bf44;
    background: #fff;
    opacity: 1;
}

#toast-container .toast-success .toast-message {
    font-size: 1.1em;
    font-weight: 400;
}

    #toast-container .toast-success .toast-message strong {
        font-weight: 500;
    }

    #toast-container .toast-success .toast-message a {
        margin-top: 5px;
        color: #72bf44;
        background: #fff;
        display: table;
        font-size: 12px;
        padding: 5px 20px;
    }

#toast-container > .toast-success:before {
    content: "\2713";
    font-size: 30px;
    position: absolute;
    left: 10px;
    top: 20px;
    font-stretch: extra-expanded;
}

#toast-container > .toast-error {
    min-height: 60px;
}

    #toast-container > .toast-error:before {
        content: "\f164";
        color: #fff;
        font-size: 30px;
        position: absolute;
        font-family: "Icomoon";
        left: 10px;
        top: 10px;
        font-stretch: extra-expanded;
    }



























































/* shipping */
.pickupAddress,
.view_ordershipping {
    margin: 50px 0px;
}

.shipping_method {
    margin: 50px 0px 50px 0px;
}

#shipmethods .radio {
    display: inline-block;
    margin-right: 40px
}

.addressselectform {
    max-width: 900px;
    margin: 20px 0px 40px 0px;
}

.button.save:before {
    font-family: "Icomoon";
    content: "\f146";
    text-shadow: 0 0 1px rgba(0,0,0,0.1);
    margin-right: 5px;
}

.view-shippingaddress address {
    font-size: 1em;
    margin: 10px 0px;
    line-height: 1.5;
}

    .view-shippingaddress address br {
        font-size: 11px;
    }

@media only screen and (min-width: 768px) {
    .address2_input {
        margin-top: 25px;
    }
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio_bt {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    margin-right: 20px;
}

.radio label {
    padding-left: 40px;
    padding-top: 3px;
}

.radio:hover input ~ .radio_bt {
    background-color: #ddd;
}

.radio input:checked ~ .radio_bt {
    background-color: #2196F3;
}

.radio_bt:after {
    content: "";
    position: absolute;
    display: none;
}

.radio input:checked ~ .radio_bt:after {
    display: block;
}

.radio .radio_bt:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



/* Payments and Review */
@media only screen and (min-width: 768px) {
    .review_sidebar {
        padding-right: 50px;
    }
}

.review_sidebar .edit_pane {
    display: block;
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .review_sidebar .edit_pane {
        margin-top: 10px;
        text-align: center;
    }
}

.review_sidebar .edit_pane:first-child {
    margin-top: 0px;
}

.panel-body.order-totals:last-child {
    padding: 0px !important;
}

.panel.payment_final {
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    border-top: 0px dotted #f1f1f1;
    border-bottom: 1px solid #efefef;
    background: #fff;
}

.order_totals_wrapper {
    background: #f9f9f9;
    line-height: 2.3;
    padding: 5px 0px;
    display: block;
    margin-bottom: 1px;
}

.view-paneledcart .panel {
    margin-bottom: 0px;
}

.panel.payment_final .well {
    border-color: #fff;
}

.review_panel_body {
    margin-bottom: 0px;
    background: #fff;
    border-left: 0px;
    border-right: 0px;
    box-shadow: 0px 0px 0px #fff;
}

dl.order-totals, dl.grandtotal {
    width: 100%;
}

dl.grandtotal {
    font-size: 1.1em;
    color: #003267;
}

    dl.grandtotal strong {
        margin-left: 10px;
    }

    dl.order-totals dt,
    dl.grandtotal dt {
        display: inline-block;
        width: 49%;
        text-align: left;
        margin: 0px;
        font-size: 1.3em;
        padding-left: 30px;
    }

    dl.order-totals dd,
    dl.grandtotal dd {
        display: inline-block;
        width: 49%;
        text-align: right;
        margin: 0px;
        font-size: 1.3em;
    }

#newcardcontainer .button {
    margin-bottom: 30px;
}

.pay_with_this_bt {
    margin: 20px 0px;
    display: table;
}

.payment_page {
    padding-bottom: 100px;
    padding-top: 50px;
}

.payment-methodnote {
    width: 100%;
    max-width: 100%
}

.panel-heading.today_order {
    background: #f1f1f1;
    color: #000;
    text-align: center;
    font-weight: 700;
}

.today_order_panel {
    border-radius: 0px;
}

@media only screen and (max-width: 479px) {
    .sub_total.text-right {
        text-align: center
    }
}

span.field-validation-error {
    display: block;
    margin: 5px 0px;
    color: red;
}

.edit_button {
    background: #ddd;
    margin-top: 10px;
    display: inline-block;
    color: #444;
    padding: 7px 14px;
    text-decoration: none;
    border: 1px solid #ccc;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .edit_button .pencil_ico {
        display: inline-block;
        vertical-align: middle;
        width: 14px;
        height: 14px;
        background-image: url('../../Content/images/icons/edit.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
        margin-right: 2px;
    }

    .edit_button:hover, .edit_button:focus {
        outline: none;
        text-decoration: none;
        color: inherit;
        background: #eee;
        color: #555;
    }

#view-shoppingreview {
    padding: 0;
}

    #view-shoppingreview .dl-horizontal dt,
    #view-shoppingreview .dl-horizontal dd {
        display: inline-block;
        width: 48%;
        margin: 0px;
        float: none;
        vertical-align: middle;
    }

    #view-shoppingreview .dl-horizontal {
        margin: 0;
    }

    #view-shoppingreview dl.grandtotal {
        background: #f3f3f3;
        padding-top: 15px;
        padding-bottom: 15px;
        display: block;
    }

    #view-shoppingreview .dl-horizontal dt {
        text-align: left;
    }

    #view-shoppingreview .dl-horizontal dd {
        text-align: right;
    }

#SubmitButton.confirm_order.green {
    background: #72bf44;
    color: #fff;
    font-size: 1.2em;
}

    #SubmitButton.confirm_order.green:hover,
    #SubmitButton.confirm_order.green:focus {
        background: #72bf44;
        color: #fff;
        font-size: 1.2em;
    }

.confirm_order.green:before {
    content: "\f171";
    font-family: 'icomoon';
    margin-right: 5px;
    font-size: 1em;
}

.pickup_address_display {
    background: #fff;
    display: table;
    padding: 20px 0px;
    font-size: 1.2em;
    color: #444;
    line-height: 1.6
}

.terms_check_wrapper .control-label {
    display: table;
}

.terms_check {
    display: inline-block;
    width: 20px;
    float: left;
}
/* Order Complete */
.message_complete {
    margin-top: 10vh;
}

    .message_complete .large_title, .message_complete .md_title, .margin-0 {
        margin: 0 !important;
    }

.order_complete_animate {
    position: relative;
    overflow: hidden;
    max-width: 400px;
    margin: 10px auto 30px auto;
    width: 100%;
    display: block;
}

    .order_complete_animate .road {
        width: 100%;
        padding: 20px 0px;
        position: relative;
        bottom: 0px;
        margin-top: 10px;
        left: 0px;
        border-top: 2px solid #f1f1f1;
        border-bottom: 2px solid #f1f1f1;
    }

        .order_complete_animate .road .line {
            background-image: linear-gradient(to right, #0094c9 60%, rgba(255,255,255,0) 0%);
            background-position: bottom;
            background-size: 10px 5px;
            background-repeat: repeat-x;
            width: 200%;
            display: block;
            position: absolute;
            top: 25px;
            height: 2px;
            left: 0px;
            animation: animationRoadLine linear 9s infinite;
            transform-origin: 50% 50%;
            -webkit-animation: animationRoadLine linear 9s infinite;
            -webkit-transform-origin: 50% 50%;
            -moz-animation: animationRoadLine linear 9s infinite;
            -moz-transform-origin: 50% 50%;
            -o-animation: animationRoadLine linear 9s infinite;
            -o-transform-origin: 50% 50%;
            -ms-animation: animationRoadLine linear 9s infinite;
            -ms-transform-origin: 50% 50%;
            margin-top: -5px;
        }

@keyframes animationRoadLine {
    0% {
        left: 0px;
        ;
    }

    100% {
        left: -100%;
    }
}

.order_complete_animate .truck {
    position: absolute;
    top: -5px;
    font-size: 40px;
    color: #0094c9;
    left: 0%;
    animation: animationTruck linear 16s infinite;
    transform-origin: 50% 50%;
    -webkit-animation: animationTruck linear 16s infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animationTruck linear 16s infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: animationTruck linear 16s infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: animationTruck linear 16s infinite;
    -ms-transform-origin: 50% 50%;
    margin-top: -5px;
}

@keyframes animationTruck {
    0% {
        left: -20%;
    }

    100% {
        left: 120%;
    }
}









/*------Page Styles------- */
.product_title_wrap {
    padding: 0;
    display: block;
    width: auto;
    position: relative;
    border-bottom: 4px solid;
}

.title_category_label {
    display: inline-block;
    max-height: 60px;
    width: auto;
}

.product_title {
    width: auto;
    margin: 0 0px;
    font-size: 1.5em;
    font-weight: 400;
}

.product_sub_title {
    font-size: 2em;
    line-height: 1.3;
    margin: 20px 0;
}

.key_feature_list {
    margin: 20px 0 20px 0;
    padding: 0;
}

    .key_feature_list li {
        font-size: 1.1em;
        font-weight: 400;
        line-height: 1.5;
        margin: 0 0 5px 0;
    }

        .key_feature_list li .bullet_text {
            font-size: 1.2em;
        }

.ingredients_wrapper {
    border-left: 5px solid;
}

.inline {
}

.product_icons_wrapper .product_icons {
    margin: 10px auto;
    width: 100%;
    text-align: center;
    padding: 0;
}

.icon_modal_bt {
    outline: 0;
    border: 0;
    color: #aaa;
    font-weight: 400;
    font-size: 1.2em;
    border: 1px solid #fff;
    border-bottom: 1px solid #aaa;
    background: transparent;
    padding: 2px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .icon_modal_bt:hover {
        border: 1px solid #aaa;
    }

.product_icons_wrapper_inline .product_icons {
    width: inherit;
    margin: 0;
}

.product_icons_wrapper_inline {
    max-width: 300px;
    display: inline-block;
    margin-right: 20px;
}

    .product_icons_wrapper_inline .product_icons {
        text-align: left;
    }

.all_products_icons .product_icons {
    text-align: center;
}

.product_icons_wrapper .product_icons li {
    display: inline-block;
    padding: 2px 2px;
    width: 14%;
    max-width: 50px;
    margin: 5px 0;
    text-align: center;
}

.product_icons_wrapper_inline .product_icons li {
    width: 60px;
}

.product_icons_wrapper .product_icons .product_ico {
    width: auto;
    max-width: 100%;
    max-height: 40px;
    height: auto;
}

.modal-open .modal {
    z-index: 1100;
}

@media only screen and (min-width: 1000px) {
    .lg_itemdetail_spacer {
        padding-left: 50px;
    }
}

@media only screen and (min-width: 768px) {
    .icon_modal_title {
        font-size: 2em;
        font-weight: 700;
        text-transform: uppercase;
    }
}

.modal_icon_heading {
    font-weight: 400 !important;
    font-size: 1.2em;
    color: #222 !important;
    text-align: center;
}

.inline_product_code {
    display: inline-block;
}

.im_icon {
    text-align: center;
    max-width: 80px;
    width: 100%;
    height: auto;
}

.im_icon_wrapper {
    background: rgba(150,150,150,0.2);
    padding: 20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 20px auto;
}

.icon_content_wrapper {
    margin: 20px 0;
}

.modal-dialog {
    margin: 50px auto;
    background-color: pink;
}

.downline_close_modal {
    top: 20px;
    position: absolute;
    right: 20px;
    color: #0094c9;
    font-size: 1em;
}

    .downline_close_modal:hover {
        color: #0094c9;
    }

.modal-header.modal_nav_header {
    display: block;
    position: relative;
    padding: 20px 15px;
    margin: 0 1px -1px 1px;
}

.profile_dropdown {
    min-width: 250px;
}

.modal-header {
    background: #fff;
    padding: 15px 30px 15px 0;
}

    .modal-header .close {
        top: 20px;
        opacity: 1;
        display: block;
        right: 15px;
        position: absolute;
        margin-bottom: 0;
    }

        .modal-header .close span:before {
            top: 0;
            color: #0094c9;
            text-shadow: none;
            font-size: 0.6em;
            margin-bottom: 5px;
            opacity: 1;
            display: block;
        }

.icon_meaning_modal .modal-content {
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    background: #fff;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.product_wrapper h4.inline_product_code {
    text-align: left;
}

.all_products_icons .product_icons .product_ico {
    max-width: 30px;
}

.ap_product_title {
    text-align: center;
}

.ap_cat_name {
    text-align: center;
    margin: 0 auto;
    padding: 3px 10px;
    width: auto;
    color: #fff;
}

.bold_product_points h4 {
    margin: 0;
    font-size: 1.2em;
    line-height: 1.5;
}

    .bold_product_points h4 a {
        display: inline-block;
        font-size: 1em;
    }

    .bold_product_points h4 b {
        font-size: 1em;
        font-weight: 400;
    }

    .bold_product_points h4 i {
        font-size: 1em;
        font-style: normal;
        font-weight: 400;
        color: #222;
        margin-left: 5px;
    }

.bold_product_points p {
    padding-top: 0;
    margin: 0;
    float: right;
    padding-bottom: 0;
}

.bold_product_points {
    margin: 0 0;
}

.ep_info_wrapper {
    margin-top: 15px;
}

.product_block {
    margin: 20px 0;
    text-align: center;
}

    .product_block .image img {
        max-height: 300px;
        width: auto;
        max-width: 100%;
        height: auto;
    }

.disclaimer_wrapper {
    margin: 20px 0 0 0;
    width: 98%;
    max-width: 816px;
    text-align: left;
}

    .disclaimer_wrapper.lg_only {
        max-width: 600px;
    }

.bold_disclaimer {
    padding-bottom: 0;
    margin-bottom: 0;
    color: #666;
    margin-bottom: 5px;
}

    .bold_disclaimer b {
        font-weight: 700;
        color: #444;
    }

.disclaimer {
    color: #aaa;
    font-size: 0.8em;
    line-height: 1.3;
}

.product_wrapper h4 {
    font-weight: 400;
}

.wcWeightManagement .bullet {
    background: #f58220;
}

.wcNew .bullet {
    background: #CF000F
}

.wcColostrum .bullet,
.wcAlphaLipid .bullet {
    background: #0094c9;
}

.wcCleaning .bullet,
.wcHome .bullet,
.wcTools .bullet {
    background: #44B39D;
}

.wcAutomotive .bullet {
    background: #5A5A5A;
}

.wcNutrition .bullet {
    background: #72bf44;
}

.wcNew .bullet {
    background: #CF000F;
}

.wcTools .bullet {
    background: #44B39D;
}
.wcPersonal .bullet {
    background: #Ec1c52;
}

.wcWeightManagement h4 {
    color: #f58220;
}

.wcColostrum h4, .wcAlphaLipid h4 {
    color: #0094c9;
}

.wcNutrition h4 {
    color: #72bf44;
}
.wcNew h4 {
    color: #CF000F;
}

.wcTools h4 {
    color: #44B39D;
}

.wcPersonal h4 {
    color: #Ec1c52;
}

.wcWeightManagement .product_title,
.wcWeightManagement .product_type_title {
    color: #f58220;
}

.wcColostrum .product_title,
.wcColostrum .product_type_title,
.wcAlphaLipid .product_title,
.wcAlphaLipid .product_type_title {
    color: #0094c9;
}

.wcNutrition .product_title,
.wcNutrition .product_type_title {
    color: #72bf44;
}

.wcNew .product_title,
.wcNew .product_type_title {
    color: #CF000F;
}
.wcTools .product_title,
.wcTools .product_type_title {
    color: #44B39D;
}
.wcPersonal .product_title,
.wcPersonal .product_type_title {
    color: #Ec1c52;
}

.wcWeightManagement .product_sub_title {
    color: #f58220;
}

.wcColostrum .product_sub_title,
.wcAlphaLipid .product_sub_title {
    color: #0094c9;
}

.wcNutrition .product_title_wrap {
    border-color: #72bf44;
}

.wcNutrition .product_sub_title {
    color: #72bf44;
}


.wcNew .product_title_wrap {
    border-color: #CF000F;
}

.wcNew .product_sub_title {
    color: #CF000F;
}
.wcTools.product_title_wrap {
    border-color: #44B39D;
}

.wcTools .product_sub_title {
    color: #44B39D;
}
.wcPersonal .product_sub_title {
    color: #Ec1c52;
}

.wcPersonal.product_title_wrap {
    border-color: #ec1c52;
}

.wcWeightManagement .product_title_wrap {
    border-color: #f58220;
}

.wcColostrum .product_title_wrap,
.wcAlphaLipid .product_title_wrap {
    border-color: #0094c9;
}

.wcNutrition .product_title_wrap {
    border-color: #72bf44;
}
.wcNew .product_title_wrap {
    border-color: #CF000F;
}
.wcPersonal .product_title_wrap {
    border-color: #Ec1c52;
}

.wcHome .product_title_wrap,
.wcCleaning .product_title_wrap {
    border-color: #44B39D;
}

.wcAutomotive .product_title_wrap,
.wcEnvironmental .product_title_wrap {
    border-color: #5a5a5a;
}

.wcWeightManagement .ingredients_wrapper {
    border-color: #f58220
}

.wcColostrum .ingredients_wrapper,
.wcAlphaLipid .ingredients_wrapper,
.wcColostrum .product_title_wrap {
    border-color: #0094c9
}

.wcNutrition .ingredients_wrapper {
    border-color: #72bf44
}

.wcNew .ingredients_wrapper {
    border-color: #CF000F
}

.wcTools .ingredients_wrapper {
    border-color: #44B39D
}
.wcPersonal .ingredients_wrapper {
    border-color: #Ec1c52
}

.wcCleaning .ingredients_wrapper,
.wcHome .ingredients_wrapper,
.wcHome .product_title_wrap,
.wctools .ingredients_wrapper,
.wctools .product_title_wrap {
    border-color: #44B39D
}

.wcAutomotive .ingredients_wrapper,
.wcEnvironmental {
    border-color: #5A5A5A
}

.ingredient_list {
    margin: 10px 0 10px 10px;
    padding-left: 5px;
}

.category_box {
    display: block;
    padding: 5px 20px;
    color: #fff;
    font-size: 1.5em;
    font-weight: 400;
    margin: 24px 0;
    float: none;
    vertical-align: text-bottom;
    border: 0;
    outline: 0;
}

    .category_box a:hover,
    .category_box:hover {
        color: #fff;
    }

.wcColostrum .category_box,
.wcAlphaLipid .category_box {
    background: #0094c9;
}

.wcNutrition .category_box {
    background: #72bf44;
}
.wcNew .category_box {
    background: #CF000F;
}
.wcTools .category_box {
    background: #44B39D;
}
.wcWeightManagement .category_box {
    background: #f58220;
}

.wcPersonal .category_box {
    background: #ec1c52;
}

.wcCleaning .category_box,
.wcHome .category_box,
.wcTools .category_box {
    background: #44B39D;
}

.wcAutomotive .category_box, .wcEnvironmental .category_box {
    background: #5A5A5A;
}

.wcColostrum .product_title, .wcAlphaLipid .product_title {
    color: #0094c9;
}

.wcNutrition .product_title {
    color: #72bf44;
}
.wcNew .product_title {
    color: #CF000F;
}

.wcTools .product_title {
    color: #44B39D;
}
.wcWeightManagement .product_title {
    color: #f58220;
}

.wcPersonal .product_title {
    color: #ec1c52;
}

.wcCleaning .product_title, .wcTools .product_title,
.wcHome .product_title {
    color: #44B39D;
}

.wcAutomotive .product_title,
.wcEnvironmental .product_title {
    color: #5A5A5A;
}

.related_products .product_thumb {
    margin-bottom: 10px;
}

.related_products .product_category {
    margin-bottom: 20px auto;
    display: block;
    float: none;
}

.rp_box_border {
    height: 4px;
    width: 100%;
}

.related_products {
    padding: 80px 0;
}

    .related_products .product_block {
        margin: 30px 0;
    }

#rel_products {
    padding: 20px 0;
}

.rp_block.product_block {
    padding: 0 0;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
    background: #fff !important;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
}

.rp_block_wrapper {
    vertical-align: bottom;
    display: inline-block;
    float: none;
}

.rp_box {
    background: #fff !important;
}

    .rp_box li {
        padding: 6px 0;
    }

    .rp_box p {
        margin-bottom: 0;
        padding-bottom: 0;
    }

.green .rp_box_title {
    background: #72bf44
}

.pink .rp_box_title {
    background: #ec1c52
}

.lightblue .rp_box_title {
    background: #0094c9
}

.orange .rp_box_title {
    background: #f58220
}

.green .rp_box_cat {
    border-color: #72bf44;
    color: #72bf44;
}

.pink .rp_box_cat {
    border-color: #ec1c52;
    color: #ec1c52;
}

.lightblue .rp_box_cat {
    border-color: #0094c9;
    color: #0094c9;
}

.orange .rp_box_cat {
    border-color: #f58220;
    color: #f58220;
}

.rp_box_title {
    display: block;
    color: #fff;
}

.ap_product_title {
    margin: 0;
}

.rp_box_cat {
    color: red;
    border: 2px solid;
}

.cbp-af-header-shrink .navbar-nav > li > a {
    margin-top: 0;
    margin-bottom: 0;
}

@media only screen and (min-width:420px) {
    .category_box {
        font-size: 1.2em;
        padding: 20px 10px;
    }
}

.ingredient_list li {
    margin: 0 0;
    font-weight: 400;
    color: #222;
    font-size: 1.2em;
}

section.products_page {
    padding: 0;
}

.product_wrapper h4.product_code {
    color: #888;
    text-align: center;
}

.product_wrapper h4.inline_product_code {
    text-align: left;
    vertical-align: middle;
    line-height: 1.2;
    margin: 0;
}

.bullet_list {
    list-style: none;
}

    .bullet_list::before {
        content: "\f10b";
        font-family: 'icomoon';
        position: relative;
        font-size: 6px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        margin-top: 4px;
        margin-right: 5px;
    }

.bullet_list {
    position: relative;
    padding-left: 12px;
    padding-bottom: 5px;
    line-height: 1.5;
    font-size: 1.2em;
}

.bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0094c9;
    margin: 8px 5px 5px 0;
    line-height: 1.5;
    vertical-align: text-top;
    float: left;
}

.bullet_text {
    vertical-align: text-top;
    margin-left: 10px;
}

.product_title {
    font-size: 2.5em;
}

.product_type_title {
    font-size: 1.5em;
    margin: 5px 0;
}

.product_img {
    max-width: 100%;
    margin: 30px auto 0 auto;
    height: auto;
    width: auto;
    text-align: center;
}

.product_img_single {
    max-height: 400px;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
}

.programme_alt_img {
    width: 100%;
    height: auto;
    max-width: 600px;
    margin: 10px 0;
}

.programme_product_section {
    padding: 50px 0 0 0;
    overflow: hidden;
}

.product_img_wrapper {
    text-align: center;
}

.product_title {
    margin: 10px 0 10px 0;
}

.programme_main_img {
    min-height: 500px !important;
    width: auto;
    height: auto;
    left: 0;
    max-width: 100%;
    top: 0;
    max-height: 600px;
    margin: 0;
}

.programme_side_img_wrapper {
    position: relative;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .disclaimer_wrapper {
        text-align: center;
        max-width: 90%;
        margin: 0 auto;
    }

    .product_title {
        margin: 10px 15px 10px 15px;
    }

    .single_product {
        padding: 0 0;
    }

    .programme_main_img, .programme_same {
        min-height: 500px !important;
    }

    .rp_block.product_block {
        padding: 20px 0;
    }

    .product_img_single {
        margin-top: 20px;
    }

    .category_box {
        margin: 0 0 0 0;
    }

    .product_img_wrapper {
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) {
    .left_desktop {
        float: left;
    }

    .modal-dialog {
        margin: 100px auto;
    }

    .right_desktop {
        float: right;
    }

    section.products_page {
        padding: 50px 0px;
    }

    .category_box {
        display: block;
        padding: 5px 10px;
        color: #fff;
        font-size: 1.5em;
        font-weight: 400;
        margin-right: 200px;
        margin: 0 auto;
        float: right;
        position: static;
        bottom: 0;
        right: 0;
        vertical-align: text-bottom;
    }

    .product_title {
        width: 100%;
        margin: 0 0 10px 0;
        display: block;
        font-size: 2em;
        line-height: 1;
    }

    .programme_grid .product_title {
        margin-right: 0 !important;
        width: 100%;
        padding-bottom: 5px;
    }

    .product_title sup {
        font-size: 0.25em;
        top: 0.6em;
        vertical-align: text-top;
    }
}

@media only screen and (min-width: 768px) {
    .programme_main_img {
        position: absolute;
        min-height: auto !important;
        left: 0;
        max-width: none;
        top: 0;
        max-height: 100%;
        margin: 0;
    }

    .programme_overlay {
        background: rgba(255,255,255,0.9);
    }
}

.terms-attention-div {
    background-color: #FCD3B1;
    padding: 20px;
    border: 1px solid #f58220
}

.terms-scroll-div {
    overflow-y: scroll;
    height: 400px;
    padding: 20px;
}

    .terms-scroll-div table {
        border: 1px solid #002457;
    }

    .terms-scroll-div td {
        border: 1px solid #002457;
        padding: 10px;
        margin: 10px;
        vertical-align: top;
    }

    .terms-scroll-div ul {
        padding-left: 10px;
    }

        .terms-scroll-div ul li {
            list-style: disc;
            padding-left: 0px;
        }



/* policy display - needs to be synced with BC */
.policyDisplay li, .policyDisplay p, .policyDisplay strong {
    font-size: 12px !important;
    text-align: left;
    list-style-type: none;
    padding-bottom: 10px;
}


.policyDisplay h3.xmd_title {
    font-size: 10px !important;
}


.policyDisplay {
    max-width: 768px;
    padding-inline-start: 0px;
}


    .policyDisplay ul {
        list-style-type: none;
        padding-bottom: 10px;
    }

    .policyDisplay > ul {
        padding: 0px 0px;
        margin-bottom: 0px;
    }


    .policyDisplay li {
        list-style-type: none !important;
    }

    .policyDisplay h1 {
        font-size: 20px !important;
    }

    .policyDisplay h2 {
        font-size: 18px !important;
    }

    .policyDisplay h3 {
        font-size: 16px !important;
    }

    .policyDisplay h4 {
        font-size: 16px !important;
        padding-top: 10px;
    }