/* Minification failed. Returning unminified contents.
(403,42): run-time error CSS1030: Expected identifier, found '>'
(403,45): run-time error CSS1031: Expected selector, found ')'
(403,45): run-time error CSS1025: Expected comma or open brace, found ')'
(806,8): run-time error CSS1031: Expected selector, found '@datadevelopments'
(806,8): run-time error CSS1025: Expected comma or open brace, found '@datadevelopments'
 */
.main_shop .actionLink {
    background: #4f4f52;
    margin-right: 15px;
    margin-left: 15px;
    padding: 14px 20px 14px 20px;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 12px;
    font-weight: 700;
    border: 1px #4f4f52 solid;
    transition: all .15s ease-in-out;
    color: white;
    border-radius: 4px;
    display: inline-block;
    white-space: normal;
}

.shopSubHeadings {
    -webkit-text-stroke: #000000;
    -webkit-text-stroke-width: thin;
    color: #f88000;
    font-size: x-large;
    margin-bottom: 10px
}

.shopPageSection {
    padding-bottom: 15px;
    margin-top: 20px;
    align-self: flex-start;
}

.inpShop {
    border: 2px solid #f88000 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    width: unset
}

.shopPageWrapper {
    margin: 0 auto;
    padding-top: 2vh;
    padding-bottom: 5vh;
    background: #FFFDFD
}

    .shopPageWrapper .shopMainItemImage .mythumbnail:first-child {
        height: auto;
        width: auto;
        max-width: 100%;
    }

.shopPageDetailsWrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap
}

.shopGridWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.shopPageWrapper .shopGridItem {
    box-shadow: none;
    background-color: unset;
    border: unset
}

.shopItemPageTitle {
    border-bottom: dotted 3px #f88000;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.shopGridItem {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    border: 1px solid #f9e7dc;
    background-color: #f9e7dc;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #4f4f52;
    margin: 20px;
    min-width: 300px;
    max-width: 300px;
}

    .shopGridItem div:first-child {
        font: italic small-caps 300 2em Arial;
    }

.shopItemOtherImages {
    display: flex;
    flex-shrink: 1;
}

    .shopMainItemImage img, .shopItemOtherImages img {
        border: 1px solid rgb(0, 0, 0);
        border-radius: 10px;
        cursor: pointer
    }

.shopGridItem .shopItemTitle:hover {
    font-weight: 700;
    cursor: pointer
}

.shopMainItemImage .mythumbnail:first-child {
    height: 200px;
    max-width: 100%;
}

.shopFullPageImageViewer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    z-index: 1000;
    padding: 15px;
    background: rgba(0, 0, 0, 0.66)
}

    .shopFullPageImageViewer .shopMainItemImage .mythumbnail:first-child {
        width: auto;
        height: 80vh;
    }

#formSupportCreator {
    display: none
}

a.cke_button {
    clear: none;
}

a.cke_path_item {
    clear: none;
}

#SlgnForm:hover #formSupportCreator {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    flex-wrap: nowrap;
    align-content: flex-start;
}

#SlgnForm {
    border-radius: 10px;
    margin: 5px;
    border-collapse: separate;
    padding-top: 5px;
    background: lightblue;
    padding: 10px;
    position: fixed;
    top: 43px;
    left: 0;
}

#formSupportCreator > div {
    flex: 1;
    padding: 10px;
    width: 100%;
}

    #formSupportCreator > div:nth-last-child(2) {
        flex: 2;
    }

.inpMulti {
    height: auto;
    min-height: unset
}

.TicketNotesWrapper {
    position: fixed;
    display: inline-block;
    top: 50%;
    left: 0;
    z-index: 200;
    float: inline-start;
    max-width: 250px;
    max-height: 75vh;
    overflow-y: auto;
    transform: translateY(-50%);
    background: blanchedalmond;
    padding: 6px;
    box-shadow: 1px 1px black;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.TicketNoteCard p:not(:last-child) {
    border-bottom: 1px solid black;
}

.TicketNoteCard p:first-child {
    font-weight: 700;
}

.loginControlWrapper {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: center;
}

.typer {
    font-family: monospace;
    font-weight: bold;
    font-size: larger;
    padding: 10px;
    text-shadow: -1px 2px 2px #59d7f3;
    position: absolute;
    margin-top: -40px;
    display: none;
}

.flexWrapperColumn {
    display: flex;
    width: 100%;
}

.flexItems {
    display: inline-block;
    margin: 10px;
    border: 1px #4f4f52 solid;
    border-radius: 10px;
    padding: 10px;
}

/** Select radio buttons */

.radiowrapper {
    display: inline-flex;
    background: #fff;
    height: 100px;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
    padding: 20px 15px;
    box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
}

    .radiowrapper .option {
        background: #fff;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin: 0 10px;
        border-radius: 5px;
        cursor: pointer;
        padding: 10px 10px;
        border: 2px solid lightgrey;
        transition: all 0.3s ease;
    }

    .radiowrapper input[type="radio"] {
        display: none;
    }

    .radiowrapper .radiobutton > .selectable-option:checked:checked ~ .option,
    .radiowrapper .radiobutton > .selectable-option:checked:checked ~ .option {
        border-color: #0069d9;
        background: #0069d9;
    }

    .radiowrapper .option span {
        font-size: 20px;
        color: #808080;
    }

    .radiowrapper .radiobutton > .selectable-option:checked:checked ~ .option span,
    .radiowrapper .radiobutton > .selectable-option:checked:checked ~ .option span {
        color: #fff;
    }

/** BLOG MANAGEMENT*/
/* Discount */
.discWrapper {
    background: #ffa02f;
    margin: 5px 10px 20px;
    box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
}

.discTitle {
    color: white;
    text-shadow: 0 0 2px black;
    font-weight: 700;
    padding: 10px 5px 10px 15px;
    background: #e99640;
}

.discBody {
    background-color: #919191;
}

.discItem {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}

/* Blog Listing */
.BlogCard {
    border-bottom: 2px solid;
    text-decoration: none !important;
    padding: 10px;
    width: 33vw;
}

    .BlogCard:first-child {
        border-top: 1px solid
    }

    .BlogCard div {
        text-decoration-color: none;
    }

.BlogWrapperH {
    width: 100%;
    display: inline-flex;
    background: whitesmoke;
    align-items: center;
}

.BlogWrapperV {
    display: inline-flex;
    box-shadow: 0 0 7px 3px #0000002e;
    width: 50%;
    margin: 15px;
}

.BlogImage {
    max-width: 25%
}

    .BlogImage img {
        width: 100%;
    }

.BlogInfo {
    max-width: 75%;
    padding: 10px;
}

.BlogTitle {
    color: #f88000;
    font-size: larger;
}

.BlogSummary {
    color: #4f4f52;
    font-size: x-large;
}

.BlogDates {
    color: whitesmoke;
    padding: 10px;
    background: #4f4f52;
}

/* Blog Viewing */
.BlogPostTitle {
    display: inline-flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
}

    .BlogPostTitle img {
        max-width: 50%;
        height: 100%;
    }

    .BlogPostTitle h1 {
        vertical-align: middle
    }

.SectionWrapper {
    width: 100%;
    padding: 10px;
}

    .SectionWrapper *:not(.SectionWrapper>h2) {
        font-size: unset !important;
        padding: unset;
        margin: unset;
        font-family: Calibri, sans-serif !important;
    }

    .SectionWrapper h2 {
        font-size: xx-large !important;
    }

    .SectionWrapper a {
        display: inline-block !important
    }

.SectionHeading {
    display: inline-flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
    width: 100%;
}

    .SectionHeading img {
        max-width: 25%;
    }

.SectionBodyWrapper {
    width: 100%;
}

.SecHeaderImg {
    width: 100%;
    padding-bottom: 20px !important;
}


/** COOKIE MANAGEMENT*/
.cookie {
    position: fixed;
    top: 0;
    width: 100%;
    background: #3f474e;
    z-index: 10000;
    padding: 10px;
}

    .cookie td, .cookie p {
        color: white;
        margin-bottom: 0px;
        padding: 5px;
    }

    .cookie td {
        padding: 5px
    }

    .cookie a, .SectionBodyWrapper a {
        display: inline-block;
        text-indent: 0px;
    }

.SectionBodyWrapper span {
}

.cookiefooter {
    padding: 5px;
}

    .cookiefooter button {
        display: inline-flex;
        padding: 5px;
    }

.cookiebutton #full {
    display: none
}

.cookiebutton {
    display: inline-block;
    color: wheat;
    padding: 5px;
    margin-left: 10px;
    cursor: pointer;
    border: 1px solid;
    border-color: wheat;
    border-radius: 5px;
}

    .cookiebutton #abb {
        display: inline-block
    }


    .cookiebutton:hover #full {
        display: inline-block
    }

    .cookiebutton:hover #abb {
        display: none
    }

/*****/
.customerWrapper {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.pagemenuwrap {
    background: #4f4f52 !important
}

    .pagemenuwrap #pagemenu {
        width: auto;
        display: inline-block;
        z-index: 1000;
        z-index: 1000;
    }

.pagemenutitle {
    width: auto;
    display: inline-block;
    float: left;
    z-index: 1000;
    padding: 10px;
    font-weight: 700;
    color: #f88000;
    margin: 2px;
}

.pagemenuitem {
    padding: 7px;
    background: #4f4f52;
    display: inline-block;
    margin: 2px;
}

    .pagemenuitem:hover {
        padding: 7px;
        background: #e1e1e1;
    }

    .pagemenuitem a {
    }

.festive_menu_overlay {
    display: none;
}

.visible, #internalBanner {
    opacity: 1;
    transition: all 1.5s;
}

main > div {
    opacity: 0;
}

    main > div:nth-child(even) {
        background: linear-gradient(90deg,#efebe7, #fffaf6);
        background: -moz-linear-gradient(90deg,#efebe7, #fffaf6);
        background: -webkit-linear-gradient(90deg,#efebe7, #fffaf6);
    }


    main > div:nth-child(odd) {
        background: linear-gradient(90deg,#fffaf6, #efebe7);
        background: -moz-linear-gradient(90deg,#fffaf6, #efebe7);
        background: -webkit-linear-gradient(90deg,#fffaf6, #efebe7);
    }


.inLink {
    color: #f98800;
    border: 2px solid #f98800;
    border-radius: 0px;
    padding: 10px;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 5px;
    cursor: pointer;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}

    .inLink:hover {
        box-shadow: inset 400px 0 0 0 #f98800;
        color: rgba(0, 0, 0, .90)
    }

.main-content {
    background: white;
    position: relative
}

body {
    background: #4f4f52;
    position: relative
}

main {
    background: #2f2f2f;
    position: relative
}

.speakers {
    width: 100%;
    height: 75vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 10px;
    border: 1px solid;
    padding: 15px;
    overflow: auto;
    z-index: 100;
}

.speakerItem {
    display: inline-block;
    width: 40%;
    margin: auto 0;
    text-align: left;
    padding: 20px;
    vertical-align: top;
}

    .speakerItem:nth-child(odd) {
        border-right: 1px solid rgba(0, 0, 0, 0.15)
    }

.gradedBackGreen {
    background: linear-gradient(-45deg, #448f58, #55956b);
    padding: 20px;
    border-radius: 10px;
    /**animation: gradientchange 15s ease infinite;*/
}

.gradedBackPurple {
    background: linear-gradient(-45deg, #724e99, #a759bb);
    padding: 20px;
    border-radius: 10px;
    /**animation: gradientchange 15s ease infinite;*/
}

.gradedBackFuschia {
    background: linear-gradient(-45deg,#b92562, #ab456f);
    padding: 20px;
    border-radius: 10px;
    /**animation: gradientchange 15s ease infinite;*/
}

@keyframes gradientchange {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.help_button {
    background-size: cover;
    background-image: url(/Content/Media/MainWebsite/help_bt.png);
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-left: 15px;
}

.tr_module_wrap {
    max-width: 350px;
    border-radius: 0px;
    box-shadow: 0 0 3px 0px black;
    display: inline-block;
    margin: 5px;
    background: #4f4f52;
    vertical-align: middle;
}


.dateTimeTD {
    max-width: 500px;
    width: 75vw;
    box-shadow: 0 0 5px 0px black;
    background: #4f4f52;
    color: #ca7c45
}

.mod_title {
    padding-left: 10px;
    color: #ffffff;
    background: #5a5a5a;
    text-align: start;
    margin: 0px;
    font-size: xx-large;
}

.mod_content {
    padding: 20px;
    margin: 0px;
    color: #e6e6e6;
    text-shadow: 0 0 2px black;
    font-weight: 700
}

.tr_module_wrap > .mod_content {
    color: #cfcfcf !important;
    text-shadow: none;
    font-weight: 700
}

.mod_dates {
    padding: 10px;
    width: 100%;
    background: white;
}

.webinar_reg_mod {
    width: 100.4%;
    padding: 0 30px 0 30px;
    display: inline-block;
    clear: both;
    color: #f1f1f1;
    background: #5a5a5a;
    font-size: 18px;
    line-height: 35px;
    font-family: sans-serif;
    font-weight: 700;
    border: none;
    transition: all .15s ease-in-out;
    margin: -1px;
    text-align: end;
    text-shadow: 0px 0px 1px #a9a9a9;
}

    .webinar_reg_mod:hover {
        color: #f1f1f1;
        background: #337ab7;
    }

blockquote {
    display: none;
}

.deleteWrapST {
    display: inline-block;
    padding: 10px;
    position: sticky;
    left: 100%;
    top: 0%;
    background-color: darkorange;
    z-index: 10000;
}

.resolved {
    background-color: #35b161 !important
}

.pending {
    background-color: #920d0d !important
}

.WordSection1 {
    white-space: normal;
}

.emailListWrapper {
    max-height: 150px;
    padding: 5px;
    overflow-y: auto;
}

#EmaForm {
    overflow-y: auto;
    padding: 10px;
}

.emailCodesWrapper {
}

.failedEmailWrapper {
    max-height: 300px;
    padding: 5px;
    overflow-y: auto;
}

.modal-content {
    max-height: 90vh;
    margin: 0 auto;
    overflow-y: auto;
}

support@datadevelopments.co.uk {
    display: none
}

.gmail_quote, .freshdesk_quote, .OutlookSignature {
    display: none;
}

.webTick:before {
    content: "website";
    font-size: 12px;
    vertical-align: middle;
    padding: 5px;
    margin-right: 15px;
    box-sizing: content-box;
    border-radius: 10px;
    background-color: #4aafc3;
}

.emailTick:before {
    content: "email";
    font-size: 12px;
    vertical-align: middle;
    padding: 5px;
    margin-right: -2px;
    box-sizing: content-box;
    border-radius: 10px;
    background-color: #8BC34A;
}

.hidden {
    opacity: 0;
}

.boxed {
    padding: 20px;
    border: 1px solid;
    box-shadow: 0px 0px 4px 0px;
    border-radius: 5px;
    margin: 10px;
    display: inline-block;
}


.boxedtransaparent {
    background: none !important;
    width: 50%;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid;
    box-shadow: 0px 0px 4px 0px;
    border-radius: 5px;
    margin: 10px;
    display: inline-block;
}

.boxed > p, .important > p {
    width: 90%;
    box-sizing: content-box;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px !important;
}

.boxed.accred:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.boxed.accred:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.boxed.accred {
    width: 60%;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 0px;
}

    .boxed.accred:before {
        content: "\201c";
        font-size: 45px;
        vertical-align: middle;
        padding: 10px;
        box-sizing: content-box;
    }

.important:before {
    content: "!";
    font-size: 30px;
    vertical-align: middle;
    padding: 10px;
    box-sizing: content-box;
}


.webinarReg {
    border: 2px solid rgba(0, 0, 0, 0.5);
    background: rgb(246, 145, 41);
    color: rgb(28, 28, 28);
    font-size: 16px;
    padding: 10px;
    box-shadow: none;
    border-radius: 4px;
    white-space: normal;
    font-weight: 700;
    line-height: 1.3;
    cursor: pointer;
    font-family: Roboto, -apple-system, BlinkMacSystemFont,Segoe, Roboto, Helvetica, Arial, sans-serif;
    word-break: break-word;
    margin: auto;
}

    .webinarReg.blue {
        background: rgba(41, 182, 246, 0.95) !important
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
    background: burlywood;
    box-shadow: 1px 1px 12px 0px #b5b5b5;
    width: 100%;
    margin: 0px;
}

.pagination-container {
    width: 100%;
}

.pagination > li {
    display: inline-block;
    background: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

.ticket_attachment {
    border: 1px solid;
    display: inline-block;
    padding: 1px 10px;
    border-radius: 5px;
    background: white;
}

    .ticket_attachment:before {
        content: "";
        background-size: cover;
        background-image: url(/Content/Media/images/paperclick.png);
        display: inline-block;
        height: 25px;
        width: 25px;
    }

.rbm {
    margin-bottom: 0px !important
}

.rtm {
    margin-top: 0px !important
}

.indent {
    padding-left: 20px;
}


.loadMore {
    display: block !important;
    width: 100%;
    color: black !important;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}


    .loadMore:focus, .loadMore:hover {
        color: blue !important;
    }

.menuButton {
    background-image: url(/Content/Media/images/list-1882326_1280.png);
    background-size: cover;
    width: 30px;
    height: 30px;
    top: 5px;
    left: 5PX;
    display: none;
    margin-right: 10px;
}

.tabButton {
    background-image: url(/Content/Media/images/list-tabs.png);
    background-size: cover;
    width: 40px;
    height: 40px;
    z-index: 100;
    display: none;
}

.pop-up-info {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 10px;
    border: 1px solid;
    padding: 5px;
}

.banner .actionLink {
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.sectionTable {
    table-layout: fixed;
    width: 100%;
}

#notifContainer {
    height: 0px;
    width: 430px;
    position: absolute;
    top: 100%;
    right: 0;
    background: #FFF;
    border: solid 0px rgba(100, 100, 100, .20);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .20);
    z-index: 10000;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    #notifContainer > div:first-child {
        background: #f88300;
        padding: 10px;
        font-weight: 700;
        color: white;
        text-shadow: black 0px 0px 2px;
    }

#notifBox {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

    #notifBox > div:nth-child(2) {
        background: rgba(252, 234, 234, 0.6);
    }

    #notifBox .notifItem {
        display: block;
        z-index: 1000;
        color: black;
        padding: 5px;
    }

.notifItem {
    background-color: #ffd47c
}

    .notifItem.read {
        background-color: #FFF
    }

    .notifItem:hover {
        background-color: #71adb5
    }

    .notifItem .notifSum {
        color: black;
        padding: 5px;
        font-weight: 700;
        font-size: 0.9em
    }

    .notifItem .notifMsg {
        color: black;
        padding: 5px;
        display: block;
        font-size: 0.9em
    }

    .notifItem div > a, .notifRead {
        color: #1341e9 !important;
        font-weight: 600 !important;
        padding-left: 5px;
        font-size: 0.9em !important
    }

    .notifItem > a {
        width: 80%;
    }

    .notifItem div > a:hover {
        color: #fff !important;
        font-weight: 600 !important;
        padding-left: 5px;
    }

.notifRead {
    padding: 5px;
    cursor: pointer;
    user-select: none
}

    .notifRead:hover {
        color: black !important
    }

.notifButts {
    text-align: right;
    padding: 5px;
    display: inline-block;
    width: 15%;
}

@media (max-width: 475px) {
    .boxedtransaparent {
        width: 75%
    }

    .float-right {
        float: none !important;
    }

    div.loginRegister * {
        text-align: center;
    }

    div.headerTop a.login {
        padding: 0px 10px 0px 30px !important;
    }

    table:not(.headerTbl):not(.chkItem) tr > th {
        display: none;
    }

    table:not(.headerTbl):not(.chkItem):not(.SecurePass) tr > td:first-child {
        font-weight: 700
    }

    table:not(.headerTbl):not(.chkItem), table:not(.headerTbl):not(.chkItem):not(.SecurePass) > tr, table:not(.headerTbl):not(.chkItem):not(.SecurePass) tr > td {
        display: block;
        max-width: 100% !important;
    }

    .tbl_padd_cent tr td {
        padding: 0px !important;
        padding-bottom: 10px !important
    }

    ul.nav-tabs li, ul.nav-tabs li a, .banner .actionLink {
        display: block;
        width: 100%;
    }

    .programWrapper .descriptionWrapper {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

    .programWrapper {
        margin: 10px 0px 10px 0px !important;
    }

    .licenceWrapper {
        margin: 10px 0px 10px 0px !important;
    }

    h3, .formLabels {
        font-size: 20px !important;
    }

    td > .formLabels, td.cartTitle {
        font-size: 14px !important;
        margin-bottom: 0px !important
    }

    div#internalBanner {
        height: 300px !important;
    }

    .PageTitleWrap {
        padding: 30px;
    }

    div.downloads a.dl {
        padding: 8px 30px 0 40px !important;
    }

        div.downloads a.dl .rmG {
            width: 145px;
        }

    p {
        font-size: 14px !important;
    }


    div.slider-holder div.slider-caption {
        padding: 10px 10px 0px 10px !important;
    }

    div.button-holder {
        position: initial !important
    }

    div.featureList div.listItem {
        width: 100% !important;
    }
}

@media (max-width: 650px) {

    .SecurePass {
        display: block;
    }

    .tick {
        width: 100% !important;
        float: none !important;
        margin: 0 auto;
    }

        .tick.their:after {
            display: none
        }

        .tick:after {
            display: none
        }

    .emailTick:before {
        margin: 10px;
    }

    .ticketAlink {
        margin-top: 15px !important;
    }

    #google-map, .team {
        display: none !important;
    }

    .contactCol {
        width: 50% !important;
    }

    div#contactForm form {
        width: 100% !important;
    }

    .tbl_padd_cent.login tr td * :not(.field-validation-valid) {
        vertical-align: middle;
        padding: 0px;
        margin: 10px;
    }

    div#training, div#openDays {
        width: 100% !important;
        height: 400px !important;
    }

    .mobileCentre {
        text-align: center;
    }

    .slider-caption {
        max-width: 100% !important;
    }

    #sliderTitle {
        padding: 0 0 5px 0;
    }

    .slider-caption > p {
        line-height: 1.5 !important;
        margin: 0 0 5px !important;
    }
}

@media (max-width: 520px) {
    .slider-holder {
        min-height: 280px;
    }
}

@media (max-width: 839px) {
    .loginControlWrapper {
        justify-content: center;
    }

    .boxedtransaparent {
        margin: 0px;
    }

    .pagemenuwrap {
        display: none
    }

    .speakerItem {
        display: block;
        width: 100%;
        margin: auto 0;
        text-align: left;
        padding: 20px;
        vertical-align: top;
        border: none !important;
    }

    .headerTbl td {
        display: block;
        width: 100% !important;
        text-align: center !important;
    }

    .NotificationHub, div.headerTop div.loginRegister, div.headerTop .loginRegister a {
        float: none !important;
    }

    .addBasketButton, .basketButton, .addBasketButton:focus, .basketButton:focus {
        position: relative !important;
        transform: none !important;
        right: 0 !important;
    }

    #internalBanner > .inner > img {
        width: 100%;
    }

    .orderWrap > * {
        width: 100% !important;
    }

    div.features a.featureBlock {
        width: 200px !important;
        height: auto !important;
        margin: 0px !important;
        padding: 25px 61px
    }

    a.featureBlock p {
        padding: 10px !important;
    }
}

@media (max-width: 887px) {
    h1 {
        margin: 0;
        padding: 0 0 30px 0;
        display: block;
        clear: both;
        color: #4f4f52;
        font-size: 25px !important;
        line-height: 40px;
        font-family: sans-serif;
        font-weight: 700;
        padding: 0px;
        width: 100%;
        overflow-wrap: break-word;
    }

    h2 {
        margin: 0;
        padding: 0 0 30px 0;
        display: block;
        clear: both;
        color: #4f4f52;
        font-size: 25px !important;
        line-height: 40px;
        font-family: sans-serif;
        font-weight: 700;
        overflow-wrap: break-word;
    }

    p {
        color: #4f4f52;
        font-size: 14px !important;
        line-height: 2;
        font-family: sans-serif;
        font-weight: 400;
    }

    div.downloads div.rmG {
        position: inherit !important;
        transform: none !important;
        margin-top: 5px !important;
    }

    div.internalLeft, div.internalRight {
        display: block !important;
        width: 100% !important;
        float: none !important;
    }

    div.internalRight {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        text-align: center;
        position: unset !important;
    }

        div.internalRight * {
            text-align: left;
        }
}


@media (max-width: 1115px) {
    .cart a {
        width: 100%;
        padding: 0px !important;
    }
}

@media (max-width: 1369px) {

    div.inner {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    div.bGalleryWrap a.slideLeft, div.bGalleryWrap a.slideRight {
        transform: none !important;
    }

    div.headerTop .loginRegister a, .NotificationHub {
        float: right;
    }

    div.slider-holder div.slider-caption {
        width: auto;
        max-width: 70%;
        margin: 0;
        padding: 40px 30px 20px 16%;
        display: block;
        clear: both;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0,-50%);
    }

    div#training, div#openDays {
        padding: 0 15px 0 16px !important;
    }

    div#newsBlock div#newsPost {
        background: rgba(255, 255, 255, 0.6);
        width: auto;
        max-width: 90%;
        margin: 0;
        padding: 50px 30px 40px 16%;
        display: block;
        clear: both;
    }

    div#accreditations div.rightAccreditations {
        width: 100%;
        padding: 20px 10% 20px 5%;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        align-self: stretch;
    }

    h1 {
        margin: 0;
        padding: 0 0 30px 0;
        display: block;
        clear: both;
        color: #4f4f52;
        font-size: 30px;
        line-height: 40px;
        font-family: sans-serif;
        font-weight: 700;
        padding: 0px;
        width: 100%;
        overflow-wrap: break-word;
    }

    h2 {
        margin: 0;
        padding: 0 0 30px 0;
        display: block;
        clear: both;
        color: #4f4f52;
        font-size: 30px;
        line-height: 40px;
        font-family: sans-serif;
        font-weight: 700;
        overflow-wrap: break-word;
    }

    p {
        color: #4f4f52;
        font-size: 14px;
        line-height: 2;
        font-family: sans-serif;
        font-weight: 400;
    }

    div.PageTitleWrap {
        width: 100%;
        padding-left: 10px;
    }
}

@media (min-width:1370px) {

    div.PageTitleWrap {
        width: 75%;
    }

    div#internalBanner {
        background-color: #f4d293 !important;
    }

    div.slider-holder div.slider-caption {
        width: auto;
        max-width: 40%;
        margin: 0;
        padding: 40px 30px 20px 16%;
        display: block;
        clear: both;
        position: absolute;
        top: 40%;
        left: 0;
    }


    div#training, div#openDays {
        padding: 0 15% 0 16%;
    }

    div#newsBlock div#newsPost {
        background: rgba(255, 255, 255, 0.6);
        width: auto;
        max-width: 40%;
        margin: 0;
        padding: 50px 30px 40px 16%;
        display: block;
        clear: both;
    }

    div#accreditations div.rightAccreditations {
        width: 50%;
        min-height: 600px;
        padding: 0 10% 0 5%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        align-self: stretch;
    }

    h1 {
        margin: 0;
        padding: 0 0 30px 0;
        display: block;
        clear: both;
        color: #4f4f52;
        font-size: 40px;
        line-height: 40px;
        font-family: sans-serif;
        font-weight: 700;
        padding: 0px;
        width: 100%;
    }

    h2 {
        margin: 0;
        padding: 0 0 30px 0;
        display: block;
        clear: both;
        color: #4f4f52;
        font-size: 40px;
        line-height: 40px;
        font-family: sans-serif;
        font-weight: 700;
    }

    p {
        color: #4f4f52;
        font-size: 16px;
        line-height: 2;
        font-family: sans-serif;
        font-weight: 400;
    }
}

@media (max-width:1100px) {
    .menuButton {
        background-image: url(/Content/Media/images/list-1882326_1280.png);
        background-size: cover;
        width: 30px;
        height: 30px;
        display: inline-block !important;
        position: fixed;
        z-index: 2147483648;
    }

    #navWrap {
        position: fixed;
        display: inline-block;
        z-index: 2147483648;
        top: 0;
        left: 0;
        width: 100% !important;
        overflow-y: auto;
        height: 100%;
    }

    ul#nav li ul.sub-navigation {
        margin: auto;
    }

    div.headerBottom ul#nav > li {
        display: block !important;
        text-align: center
    }

    ul#nav li ul.sub-navigation {
        width: 100% !important;
        border-radius: 0px !important;
    }

    div.headerBottom ul#nav > li:hover > .sub-navigation {
        position: relative !important;
    }

    .menuButton, .tabButton {
        display: inline-block !important;
    }

    nav {
        width: 50%;
        background-color: whitesmoke;
        height: 100%
    }

    #userName {
        position: relative !important;
        top: auto !important;
        padding: 15px
    }
}

#logoImg > img {
    display: inline-block;
    content: none;
    margin: 5px;
    width: 320px;
    vertical-align: baseline;
}

.headerTbl {
    width: 100%;
    table-layout: fixed;
}

    .headerTbl td {
        width: 33%;
        padding: 5px;
    }


.NotificationHub {
    display: inline-block;
    padding-right: 20px;
    float: right;
}

    .NotificationHub span {
        display: block;
        border-radius: 30px;
        background-color: #FFF;
        box-shadow: 1px 1px 5px #808080;
        width: 30px;
        height: 30px;
        text-align: center;
        position: relative;
        line-height: 30px;
    }

.NotifIcon:before {
    content: "\2709";
}

span mark {
    border-radius: 20px;
    border: 2px solid #FFF;
    height: 20px;
    background-color: #FF6B6B;
    position: absolute;
    top: -5px;
    left: -10px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #FFF;
    font-weight: 700;
    line-height: 10px;
}

    span mark:empty {
        display: none;
    }

.NotifIcon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

#freshworks-container {
    bottom: 50%;
}

.contactlessImg {
    width: 300px;
}

.staffItemWrapper {
    display: inline-block;
    padding: 10px;
    width: 20%;
}

    .staffItemWrapper > p {
        color: white;
        text-align: center;
        display: inline-block;
        width: auto;
    }

#StaffStatus {
    background-color: black;
    display: none
}

.StatusButtons {
    background-color: orange;
    padding: 5px;
    float: right;
    display: none;
}

.CallsTaken {
    font-weight: 700;
    color: orange !important;
    font-size: x-large;
}

.CallDuration {
    padding-left: 10px;
}

.BusyTrue {
    background-color: red;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 10px;
}

.BusyFalse {
    background-color: green;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 10px;
}

.voidPayment {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(10deg);
    font-size: xx-large;
}

.ib {
    display: inline-block;
}

.cart {
    position: relative;
    background: #e5e5e5;
    margin: 0;
    margin-right: 5px;
    padding: 5px;
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
    border: 1px inset;
    border-color: #4f4f52;
}

    .cart .my-basket {
        background: url('Media/images/basket.jpg') 10px 50% no-repeat;
        margin: 0;
        padding: 0 10px 0 50px;
        display: inline-block;
        color: #5c5c5c;
        font-size: 14px;
        line-height: 40px;
        font-weight: 700;
        font-family: sans-serif;
    }

    .cart .cart-items {
        margin: 0;
        padding: 0 15px 0 0px;
        display: inline-block;
    }

    .cart #CartCount {
        border-radius: 10px;
        border: 1px solid #FFF;
        height: 20px;
        background-color: #FF6B6B;
        position: absolute;
        font-size: 10px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        color: #FFF;
        font-weight: 700;
        line-height: 10px;
        padding: 5px;
        bottom: 0px;
        right: 0px;
    }

.cart-items #CartTotal {
    width: auto;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #5c5c5c;
    font-size: 14px;
    line-height: 40px;
    font-weight: 300;
    font-family: sans-serif;
}

.cart a {
    background: #f88300;
    margin: 0;
    padding: 5px 20px 5px 20px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    line-height: 30px !important;
    font-weight: 700 !important;
    font-family: sans-serif;
    text-align: center;
    float: right;
}


a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

header div.inner {
    width: 100%;
    height: 100%;
    position: relative;
}


header div.flex {
    display: flex;
    align-items: center;
}

.back {
    width: 100%;
    height: auto;
    content: " ";
    background-color: aquamarine;
    position: absolute;
}

main > div.inner {
    min-height: 45vh;
}

footer div.flex, main div.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

footer div.inner, main div.inner {
    width: 100%;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.field-validation-error {
    padding: 2px;
    color: red;
    max-width: 300px;
}

.input-validation-error {
    border: 1px solid red !important;
    padding: 5px !important;
}


.imgprv {
    max-width: 180px;
    max-height: 100px;
    margin: 2px;
    float: left;
}

.imgprvwrapper {
    display: inline-block;
    height: 200px;
    width: 200px;
    text-align: center;
}

.mythumbnail {
    width: 95px;
    height: 95px;
    margin: 2px;
    float: left;
}

.autoheight {
    height: auto
}


.autowidth {
    width: auto
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.noFloat {
    float: none !important;
}

.list {
    max-width: 40%;
}

.fileName {
    font-size: small;
    font-style: normal;
    padding: 2px;
    color: #2081c1;
}

.fileSize {
    font-size: small;
    font-style: normal;
    padding: 2px;
    color: #be3030;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.radioChoice {
    background-color: #f2ca9e;
    border-radius: 7px;
    min-width: 200px;
    margin: 5px;
    padding: 10px;
    vertical-align: middle;
}

    .radioChoice .formLabels {
        padding: 4px 1px 1px 1px;
    }

.noBotPad {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

input[type=checkbox], input[type=radio] {
    margin: 4px !important;
    vertical-align: middle;
}

li input[type=checkbox] {
    margin-left: -20px !important;
}

/* NEW */

.row, .padT6 {
    margin-bottom: 15px;
}

.modal-content:empty {
    display: none;
}

.modal-backdrop.fade.in {
    z-index: 1;
}

.form-control {
    background: white;
    height: 24px;
    padding: 0px 12px 0px 12px;
    margin: 0 0 15px 0;
    color: #4f4f52;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 14px !important;
    font-weight: 400;
    text-align: left !important;
    border: 0;
}

.form-control {
    border-color: #66afe9;
    outline: 0;
    box-shadow: 0px 0px 3px #4f4f52;
}

select.form-control {
    background: #eeeeee url('/content/Media/images/select.png') 96% 50% no-repeat;
    height: 24px;
    padding: 6px 6px 6px 6px;
    float: left !important;
    color: #4f4f52;
    font-size: 14px !important;
    font-weight: 400;
    text-align: left !important;
    vertical-align: middle !important;
    border: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 10px;
    width: 100%;
}

    select.form-control:focus {
        background: #eeeeee url('/content/Media/images/selectFocus.png') 96% 50% no-repeat;
    }

h5 {
    text-align: left !important;
}

.modal-header {
    background: #f88000;
    padding: 15px 15px 5px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: sticky;
    top: 0;
    color: whitesmoke;
    font-size: x-large;
    text-shadow: 0 0 2px black;
}

    .modal-header h5 {
        color: #fff;
        font-size: 20px;
        font-family: sans-serif;
        font-weight: 700;
    }

    .modal-header .close {
        color: whitesmoke;
        text-shadow: 0 0 2px black;
        opacity: 1;
        font-size: 30px;
        font-weight: 400;
    }

.message > .close {
    padding-left: 5px;
}

.formHeading {
    margin: 30px 15px 10px 0;
    padding: 3px 0 0 0;
    display: block;
    clear: both;
    color: #4f4f52;
    font-size: 16px;
    line-height: 28px;
    font-family: sans-serif;
    font-weight: 700;
}

.btn-primary, .actionLink, .unObAction {
    background: #4f4f52;
    margin-right: 15px;
    margin-left: 15px;
    padding: 7px 20px 4px 20px;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    border: 1px #4f4f52 solid;
    transition: all .15s ease-in-out;
    color: white;
    border-radius: 4px;
    display: inline-block;
    white-space: normal;
}

    .btn-primary:hover, .btn-primary:focus, .actionLink:hover, .actionLink:focus, .unObAction:hover, .unObAction:focus {
        background: #fff;
        color: #4f4f52;
    }

    .btn-primary.orange {
        background: #F88000;
        padding: 7px 20px 4px 20px;
        font-family: sans-serif;
        font-size: 12px;
        line-height: 12px;
        font-weight: 700;
        border: 1px #F88000 solid;
        transition: all .15s ease-in-out;
    }

        .btn-primary.orange:hover, .btn-primary.orange:focus {
            background: #fff;
            color: #F88000;
        }

div.loginWrapper {
    padding: 30px;
}

.max {
    width: 100%;
}

.tbl_padd_cent {
    table-layout: fixed;
}

    .tbl_padd_cent tr td:first-child {
        padding-right: 5px;
        width: inherit;
    }

        .tbl_padd_cent tr td:first-child:last-child {
            padding-left: 5px;
        }

    .tbl_padd_cent td {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 5px;
        vertical-align: top;
        word-break: break-all
    }

    .tbl_padd_cent tr td:last-child {
        padding-left: 5px;
        width: inherit;
    }

/* Header */
header {
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
    border-bottom: 5px #f77f00 solid;
}

    header div.headerTop {
        background: #4f4f52;
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        clear: both;
        position: relative;
        border-bottom: 2px #f77f00 solid
    }

div.headerTop a {
    display: inline-block;
    color: #fff;
    padding-top: 5px;
    font-size: 16px;
    line-height: 16px;
    font-family: sans-serif;
    font-weight: 500;
}

    div.headerTop a i {
        margin-right: 5px;
    }

div.headerTop div.loginRegister {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin: 5px;
}

div.headerTop a.login {
    background: url('Media/images/login.png') 0% 0% no-repeat;
    margin: 0;
    padding: 0 20px 0 30px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    font-family: sans-serif;
    font-weight: 500;
}

div.headerTop a.signup {
    margin: 0;
    padding: 0 20px 0 30px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    font-family: sans-serif;
    font-weight: 500;
}

header div.headerBottom {
    margin: 0;
    padding: 15px 0 15px 0;
    display: block;
    clear: both;
    background-color: white
}

div.headerBottom ul#nav {
    margin: 0px auto;
}

    div.headerBottom ul#nav ul {
        text-align: center;
        min-width: 100px;
    }

    div.headerBottom ul#nav li:not(#userName) {
        background: none !important;
        display: inline-block;
        position: relative;
        min-width: 100px;
        margin: 0px;
        padding: 0px;
        text-align: center
    }

    div.headerBottom ul#nav li a {
        margin: 0;
        color: #000;
        padding: 10px;
        font-size: 16px;
        text-decoration: none;
        font-family: sans-serif;
        font-weight: 400;
    }

        div.headerBottom ul#nav li a:hover, div.headerBottom ul#nav li a:focus, div.headerBottom ul#nav li a.active {
            color: #f88000;
        }

ul#nav li ul.sub-navigation {
    background: #4f4f52;
    width: auto;
    padding: 0px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    min-width: 150px;
}

.hasSubMenus:after {
    content: "\203A";
    padding: 10px;
    color: white;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    font-weight: 700;
    font-size: larger
}

.hasSubMenus:hover:after {
    color: orange;
}

ul.sub-navigation li ul.sub-navigation {
    top: 0 !important;
    left: 100% !important;
    border-top-right-radius: 10px;
}

ul.sub-navigation li {
    margin: 0 !important;
    width: 100%;
}

    ul.sub-navigation li a {
        color: white !important;
        font-size: 14px !important;
        padding: 10px;
    }

        ul.sub-navigation li a:hover, ul.sub-navigation li a:focus {
            color: #f88000 !important;
        }


div.headerBottom ul#nav li:hover > .sub-navigation {
    display: table;
    z-index: 1000;
}

/* General Styles */


.rm {
    background: #f88000;
    width: auto;
    margin: 12px 20px 0 0;
    padding: 7px 30px 0 30px;
    display: inline-block;
    clear: both;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    font-family: sans-serif;
    font-weight: 400;
    border: 2px #f88000 solid;
    transition: all .15s ease-in-out;
}

    .rm:hover, .rm:focus {
        background: #fff;
        color: #f88000;
        border: 2px #f88000 solid;
    }

.rmG {
    background: #4f4f52;
    width: auto;
    margin: 12px 20px 0 0;
    padding: 7px 30px 0 30px;
    display: inline-block;
    clear: both;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    font-family: sans-serif;
    font-weight: 400;
    border: 2px #4f4f52 solid;
    transition: all .15s ease-in-out;
}

    .rmG:hover, .rmG:focus {
        background: #fff;
        color: #4f4f52;
        border: 2px #4f4f52 solid;
    }

/* Image Slider */
div.slider-holder {
    overflow: hidden;
    background-color: #6a6a6a;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
    position: relative;
}

.slider-caption {
    background: rgba(22, 22, 22, 0.7);
}

    .slider-caption h2 {
        color: #e39a59
    }

#sliderText {
    color: whitesmoke;
}

div.button-holder {
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
}

    div.button-holder a {
        width: 14px;
        height: 14px;
        margin-left: 4px;
        display: inline-block;
        border-radius: 50%;
        border: 1px #f88000 solid;
    }

        div.button-holder a:hover, div.button-holder a:focus, div.button-holder a.active {
            background: #f88000;
        }

/* Blocks */
div#ourProducts {
    background: #f4f2eb;
    width: 100%;
    margin: 0;
    padding: 50px 25px 50px 25px;
    display: block;
    clear: both;
}

    div#ourProducts div.leftProduct {
        width: 70%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        align-self: stretch;
    }

    div#ourProducts div.rightProduct {
        width: 30%;
    }

div.rightProduct img {
    width: 100%;
    height: auto;
}

div#training {
    background: #75d1dc url('Media/images/trainingbg.jpg') 0% 100% no-repeat;
    width: 50%;
    height: 600px;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    align-self: stretch;
}

div#openDays {
    background: #fdb51a url('Media/images/opendays.jpg') 100% 100% no-repeat;
    width: 50%;
    margin: 0;
    padding: 0 15% 0 5%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    align-self: stretch;
}

div#newsBlock {
    background: url('media/MainWebsite/lat_news.jpg') 50% 0% no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 700px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    align-self: stretch;
    clear: both;
}


div#ourTestimonials {
    width: 100%;
    margin: 0;
    padding: 50px 25px 50px 25px;
    display: block;
    clear: both;
    background: white;
}

    div#ourTestimonials div.leftTestimonial {
        width: 70%;
        padding: 0 5% 0 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        align-self: stretch;
    }

    div#ourTestimonials div.rightTestimonial {
        width: 30%;
    }

div.rightTestimonial img {
    width: 100%;
    height: auto;
}

div#accreditations {
    background: #f88000;
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
}

    div#accreditations div.leftAccreditations {
        width: 50%;
        align-self: stretch;
    }



div.rightAccreditations h2, div.rightAccreditations p {
    color: #fff;
}

/* Footer */
footer {
    background: #4f4f52;
    width: 100%;
    margin: 0;
    padding: 30px 10px 15px 10px;
    display: block;
    clear: both;
}

    footer div.footerLinks {
        margin: 0;
        padding: 0;
        display: block;
    }

div.footerLinks h4 {
    color: #f88000;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: 700;
}

div.footerLinks ul {
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
}

    div.footerLinks ul li {
        margin: 0;
        padding: 3px;
        display: block;
        clear: both;
        list-style: none;
        background: none;
    }

div.footerLinks a:hover {
    color: ActiveBorder;
}

div.footerLinks a {
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: 500;
}

div.footerLinks p {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: 500;
}

div.footerLinks a.detail {
    margin-top: 10px;
    display: block;
}

footer p.copyright {
    width: 100%;
    margin: 0;
    padding: 20px 0 0 0;
    display: block;
    clear: both;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: 400;
}


/* Internal Pages */
div.pad {
    padding: 50px;
}

div.sidepad {
    padding-left: 50px;
    padding-right: 50px;
}

    div.sidepad > div.internalLeft {
        padding: 0px;
    }

p {
    width: 100%;
    line-height: 1.75;
    margin: 0 0 20px;
}

    p.bold {
        font-weight: 700;
    }

    p.orange {
        color: #f88000;
    }

span.price {
    color: #f88000;
}

h3 {
    flex-basis: 100%;
    margin: 0;
    padding: 10px 0 20px 0;
    display: block;
    clear: both;
    color: #f88000;
    font-size: 26px;
    line-height: 26px;
    font-family: sans-serif;
    font-weight: 700;
}

    h3.grey {
        color: #4f4f52;
    }

    h3 a {
        margin: 0;
        padding: 0;
        display: inline-block;
        color: #f88000;
        font-size: 26px;
        line-height: 26px;
        font-family: sans-serif;
        font-weight: 700;
        text-decoration: underline;
    }

        h3 a:hover, h3 a:focus {
            color: #4f4f52;
            text-decoration: underline;
        }

.ticketAlink {
    margin: 0;
    padding: 0;
    display: inline-block;
    clear: both;
    color: black;
    font-size: 16px;
    line-height: 1.8;
    font-family: sans-serif;
    font-weight: 500;
}

a {
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
    color: #f88000;
    font-size: 16px;
    line-height: 1.8;
    font-family: sans-serif;
    font-weight: 400;
}

ul {
    margin: 0;
    padding: 10px 0 18px 0;
    display: block;
    clear: both;
    padding-left: 20px;
    background: none;
    background-color: none
}

    ul#nav {
        padding: 10px 0 0px 0 !important;
    }

div.jHtmlArea .ToolBar ul {
    display: inline-block;
    clear: none;
}

    div.jHtmlArea .ToolBar ul li {
        background: none;
        display: inline-block;
        clear: none;
    }

ul li {
    background: url('Media/images/li.png') 0% 6px no-repeat;
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
    display: block;
    clear: both;
}

ul.darkBack li {
    background: url('Media/images/li_W.png') 0% 6px no-repeat;
    color: white;
    font-weight: 600
}

div#internalBanner {
    background: #f5f3f3 url('Media/images/bannerbg.jpg') 100% 0% no-repeat;
    height: 200px;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
}

    div#internalBanner div.inner {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        align-content: center;
    }

        div#internalBanner div.inner p {
            width: 75%;
            display: block;
            padding-top: 10px;
        }

div.internalLeft {
    width: 62%;
    margin: 0;
    padding: 50px 0 0 0;
    display: block;
    clear: both;
}

    div.internalLeft div.internalRight h3 {
        margin: 30px 0 20px 0;
        padding: 0;
        display: block;
        clear: both;
    }

    div.internalLeft ul {
        margin: 0;
        padding: 0 0 20px 15px;
        display: block;
        clear: both;
    }

        div.internalLeft ul li {
            margin: 0 0 10px 0;
            padding: 0 0 0 15px;
            clear: both;
        }

div.internalRight {
    width: 33%;
    margin: 0;
    padding: 50px 0 10px 0;
    display: block;
    clear: both;
}

    div.internalRight div.image {
        width: 100%;
        height: 175px;
        margin: 0;
        padding: 0;
        display: block;
        clear: both;
        position: relative;
    }

    div.internalRight div.video {
        background: url('Media/images/videoimg.jpg') 50% 0% no-repeat;
        width: 100%;
        height: 326px;
        margin: 0;
        padding: 0;
        display: block;
        clear: both;
        position: relative;
    }

div.video a.play {
    background: url('Media/images/play.png') 50% 0% no-repeat;
    width: 84px;
    height: 84px;
    margin: -42px 0 0 -42px;
    padding: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}

div.video a.play2 {
    background: url('Media/images/play2.png') 50% 0% no-repeat;
    width: 54px;
    height: 54px;
    margin: -27px 0 0 -27px;
    padding: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}

div.bGalleryWrap {
    width: 100%;
    position: relative;
}

    div.bGalleryWrap a.slideLeft {
        background: url('Media/images/left.png') 50% 0% no-repeat;
        width: 26px;
        height: 42px;
        margin: 0;
        padding: 0;
        display: block;
        position: absolute;
        top: 40%;
        left: 0;
        transform: translate(-150%,0%)
    }

    div.bGalleryWrap a.slideRight {
        background: url('Media/images/right.png') 50% 0% no-repeat;
        width: 26px;
        height: 42px;
        margin: 0;
        padding: 0;
        display: block;
        position: absolute;
        top: 40%;
        right: 0;
        transform: translate(150%,0%)
    }

div.bGallery {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    clear: both;
    position: relative;
    overflow: hidden
}

/* Training */
div.trainingBlock {
    margin: 0;
    padding: 20px 0 20px 0;
    display: block;
    clear: both;
    border-bottom: 1px #4f4f52 dashed;
}

    div.trainingBlock:last-child {
        padding-bottom: 0;
        border: 0;
    }

    div.trainingBlock div.trainTitle {
        margin: 0;
        padding: 0;
        display: block;
        clear: both;
        color: #f88000;
        font-size: 24px;
        line-height: 24px;
        font-family: sans-serif;
        font-weight: 700;
    }

    div.trainingBlock div.trainType {
        margin: 0;
        padding: 20px 0 10px 0;
        display: block;
        clear: both;
        color: #4f4f52;
        font-size: 20px;
        line-height: 20px;
        font-family: sans-serif;
        font-weight: 700;
    }

        div.trainingBlock div.trainType:empty {
            display: none;
        }

    div.trainingBlock p.trainLocation {
        margin: 0;
        padding: 0;
        display: block;
        clear: both;
    }

    div.trainingBlock p.trainDate {
        margin: 0;
        padding: 0;
        display: block;
        clear: both;
    }

p.trainLocation span, p.trainDate span {
    color: #4f4f52;
    font-weight: 700;
}

div.availability {
    margin: 0;
    padding: 20px 0 0px 0;
    display: block;
    clear: both;
    color: #b51313;
    font-size: 16px;
    line-height: 1.8;
    font-family: sans-serif;
    font-weight: 400;
}

    div.availability b {
        displaY: block;
    }

div.trainPrices {
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
    margin-bottom: 10px;
}

    div.trainPrices div.perperson {
        background: #f88000;
        margin: 20px 10px 10px 0;
        padding: 5px 0 0 0;
        display: inline-block;
        clear: both;
        border-radius: 15px;
        box-shadow: 0px 1px 5px 0px;
    }

div.perperson title {
    margin: 0;
    padding: 10px 10px 10px 15px;
    display: block;
    clear: both;
    color: #fff;
    font-size: 16px;
    line-height: 11px;
    font-family: sans-serif;
    font-weight: 700;
}

div.perperson span {
    background: #eeeeee;
    margin: 0;
    padding: 10px 15px 10px 20px;
    display: block;
    clear: both;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
}

div.attendees {
    margin: 0;
    display: block;
    clear: both;
}

    div.attendees title {
        margin: 0;
        padding: 10px 0 10px 0;
        display: block;
        clear: both;
        color: #4f4f52;
        font-size: 16px;
        line-height: 16px;
        font-family: sans-serif;
        font-weight: 700;
    }

    div.attendees input {
        margin: 0;
        padding: 0 5px 0 5px;
        display: block;
        clear: both;
        border: 1px #bfbfbf solid;
        border-radius: 3px;
        height: 40px !important;
    }

div.finalprice {
    margin: 0;
    padding: 30px 0 0 0;
    display: block;
    clear: both;
}

    div.finalprice title {
        margin: 0;
        padding: 10px 0 10px 0;
        display: block;
        clear: both;
        color: #4f4f52;
        font-size: 16px;
        line-height: 16px;
        font-family: sans-serif;
        font-weight: 700;
    }

    div.finalprice span {
        margin: 0;
        padding: 0;
        display: block;
        clear: both;
        color: #f88000;
        font-weight: 700;
    }

.addBasketButton, .basketButton, .addBasketButton:focus, .basketButton:focus {
    background: #f88000;
    width: 99%;
    max-width: 180px;
    padding: 5px;
    display: block;
    clear: both;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    font-family: sans-serif;
    font-weight: 700;
    text-align: center;
    border: 0;
    border-radius: 10px;
    right: -20px;
    bottom: 0;
}

    .addBasketButton:hover, .basketButton:hover {
        background: #333;
    }

/* Product */
div.productBlock {
    margin: 0;
    padding: 40px 0 40px 0;
    display: block;
    clear: both;
    border-bottom: 1px #4f4f52 dashed;
}

    div.productBlock:last-child {
        padding-bottom: 0;
        border: 0;
    }

    div.productBlock div.productTitle {
        margin: 0;
        padding: 0 0 20px 0;
        display: block;
        clear: both;
        color: #f88000;
        font-size: 24px;
        line-height: 24px;
        font-family: sans-serif;
        font-weight: 700;
    }

div.productTitle span {
    color: #4f4f52;
}

div.features {
    margin: 0;
    padding: 20px 0 35px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    clear: both;
}

    div.features a.featureBlock {
        background: url('Media/images/productbg.jpg') 50% 0% no-repeat;
        margin: 0 15px 15px 0px;
        padding: 25px 61px;
        display: inline-block;
        clear: both;
    }

a.featureBlock.orange {
    background: url('Media/images/productbg2.jpg') 50% 0% no-repeat !important;
}

a.featureBlock h2 {
    background: url('Media/images/arrow.png') 100% 0% no-repeat;
    margin: 0;
    padding: 0 35px 12px 0;
    display: inline-block;
    color: #4f4f52;
    font-size: 24px;
    line-height: 24px;
    font-family: sans-serif;
    font-weight: 700;
}

.open > h2 {
    background: url('Media/images/darrow.png') 100% 0% no-repeat !important;
}

a.featureBlock p {
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
    color: #4f4f52;
    font-size: 14px;
    line-height: 14px;
    font-family: sans-serif;
    font-weight: 700;
}

div.featureDrop {
    background: #fbfbfb;
    width: 100%;
    padding: 60px 0 40px 0;
    display: block;
    overflow: hidden;
    clear: both;
}

    div.featureDrop h1 {
        text-align: center;
        padding-bottom: 30px;
    }

    div.featureDrop img.featureImg {
        width: 30%;
        margin: 0 auto;
        padding: 0;
        display: block;
    }

    div.featureDrop a.rm {
        max-width: 160px;
        margin: 30px auto;
        padding: 5px 0 0 0;
        display: block;
        clear: both;
        text-align: center;
    }

    div.featureDrop div.featureList {
        width: 100%;
        max-width: 1320px;
        margin: 0 auto;
        padding: 20px 0 0 0;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        clear: both;
    }

div.featureList div.listItem {
    width: 30%;
    margin: 0 0 30px 0;
    padding: 0;
    display: block;
    clear: both;
}

div.listItem h3 {
    margin: 0;
    padding: 25px 0 10px 0;
    display: block;
    clear: both;
    color: #4f4f52;
    font-size: 22px;
    line-height: 22px;
    font-family: sans-serif;
    font-weight: 700;
}

/* Services */
div.serviceBlock {
    margin: 0;
    padding: 40px 0 40px 0;
    display: block;
    clear: both;
    border-bottom: 1px #4f4f52 dashed;
}

    div.serviceBlock:last-child {
        padding-bottom: 0;
        border: 0;
    }

    div.serviceBlock div.serviceTitle {
        margin: 0;
        padding: 0 0 20px 0;
        display: block;
        clear: both;
        color: #f88000;
        font-size: 28px;
        line-height: 28px;
        font-family: sans-serif;
        font-weight: 700;
    }


/* Downloads */
div.downloads {
    flex-basis: 100%;
    margin-top: 30px;
}

    div.downloads a.dl {
        background: url('Media/images/download.jpg') 0% 6px no-repeat;
        width: 100%;
        min-height: 40px;
        margin: 0 0 20px 0;
        padding: 8px 130px 0 40px;
        display: block;
        clear: both;
        font-size: 20px;
        line-height: 20px;
        font-family: sans-serif;
        font-weight: 700;
        position: relative;
        vertical-align: middle;
        background-position-y: center;
    }

        div.downloads a.dl div.version {
            width: 50%;
            display: inline-block;
            color: black;
        }

        div.downloads a.dl span {
            margin: 0;
            padding: 5px 0 0 0;
            display: block;
            clear: both;
            font-size: 14px;
            font-weight: 400;
        }

    div.downloads div.rmG {
        margin: 0;
        padding: 5px 25px 0 25px;
        display: block;
        text-align: center;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        right: 0;
        font-size: 16px;
        line-height: 30px;
    }

a.downloadsLink {
    background: #f88000 url('Media/images/arrow.png') 98% 50% no-repeat;
    width: 60%;
    margin: 0 0 20px 0;
    padding: 15px 15px 10px 15px;
    display: block;
    clear: both;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-family: sans-serif;
    font-weight: 700;
    border-radius: 10px;
}

    a.downloadsLink.open {
        background: #f88000 url('Media/images/darrow.png') 98% 50% no-repeat;
    }

div.downloadsDrop {
    width: 75%;
    margin: 0 0 30px 0;
    display: none;
}

    div.downloadsDrop.open {
        display: block;
    }

div.spacer {
    width: 100%;
    margin: 50px 0 10px 0;
    padding: 0;
    display: block;
    clear: both;
    border: 1px #bfbfbf solid;
}


/* Contact */
div#contactDetails {
    margin: 0;
    padding: 50px 0 50px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

    div#contactDetails div.contactCol {
        width: 25%;
        margin: 0;
        padding: 0;
        display: block;
        overflow-wrap: break-word;
    }

div.contactCol address {
    color: #4f4f52;
    font-size: 16px;
    line-height: 1.8;
    font-family: sans-serif;
    font-weight: 400;
}

div#contactDetails iframe {
    width: 40%;
}

div#contactForm {
    background: #f4f2eb;
    width: 100%;
    margin: 0;
    padding: 50px 0 50px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    clear: both;
}

    div#contactForm div.inner {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }

    div#contactForm p {
        flex-basis: 100%;
        padding-bottom: 20px;
    }

    div#contactForm form {
        width: 50%;
        margin: 0;
        padding: 90;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        clear: both;
    }

        div#contactForm form div.col {
            width: 47%;
            margin: 0;
            padding: 0;
            display: block;
            clear: both;
        }

        div#contactForm form label {
            width: 100%;
            margin: 0 0 10px 0;
            padding: 0;
            display: block;
            clear: both;
        }

        div#contactForm form input, div#contactForm form button {
            background: #fff;
            width: 100%;
            margin: 0 0 20px 0;
            padding: 0 15px 0 15px;
            display: block;
            clear: both;
            color: #333;
            font-size: 14px;
            line-height: 40px;
            font-family: sans-serif;
            font-weight: 400;
            border: 0;
            border-radius: 10px;
        }

form input grey {
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 15px 0 15px;
    display: block;
    clear: both;
    color: #333;
    font-size: 14px;
    line-height: 40px;
    font-family: sans-serif;
    font-weight: 400;
    border: 0;
    border-radius: 10px;
}

.formInput {
    background: #fff;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 15px 0 15px;
    display: block;
    clear: both;
    color: #333;
    font-size: 14px;
    line-height: 40px;
    font-family: sans-serif;
    font-weight: 400;
    border: 0;
    border-radius: 10px;
}

div#contactForm form textarea {
    background: #fff;
    width: 100%;
    height: 120px;
    margin: 0 0 20px 0;
    padding: 10px;
    display: block;
    clear: both;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    font-family: sans-serif;
    font-weight: 400;
    border: 0;
    border-radius: 10px;
    resize: none;
}

div#contactForm form input[type="submit"], div#contactForm form button {
    background: #f88300;
    width: 100px;
    margin: 0;
    padding: 5px 0 0 0;
    display: block;
    clear: both;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    font-family: sans-serif;
    font-weight: 700;
}

div#contactForm img.team {
    width: 40%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
    color: #fff;
    font-size: 12px;
    border-radius: 25px;
}

.image-holder {
    clear: both;
    position: relative;
}

.slider-image {
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
}

div#BSKForm {
    width: 100%;
    height: auto;
    margin: 50px 0 50px 0;
    padding: 0;
    display: block;
    clear: both;
}

.chkItems {
    padding: 10px;
    border: 0;
    border-radius: 10px;
}

    .chkItems .chkItem {
        width: 100%;
        padding: 20px;
    }

    .chkItems td {
        padding: 5px;
    }

        .chkItems td:not(:first-child) {
            text-align: center;
        }

td.cartTitle {
    color: #f88000;
    font-size: 22px;
    line-height: 100%;
    font-family: sans-serif;
    font-weight: 700;
}

td {
    color: #4f4f52;
    font-size: 14px;
    line-height: 100%;
    font-family: sans-serif;
    font-weight: 400;
}


div.chkTotal {
    margin: 0;
    padding: 30px 0 0 50%;
    display: block;
    clear: both;
    border-top: 1px #4f4f52 dashed;
    color: #4f4f52;
    font-size: 18px;
    line-height: 100%;
    font-family: sans-serif;
    font-weight: 700;
    text-align: end;
}

    div.chkTotal span {
        margin: 0;
        padding: 10px 0 0 0;
        display: block;
        clear: both;
        font-weight: 400;
        font-size: xx-large;
        color: #f27d00;
    }

div.buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

    div.buttons a, div.buttons button {
        margin-bottom: 5px !important;
    }

.formInvisibleEditor {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 20px;
    padding: 5px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: transparent;
    border: none;
}

.referenceId {
    display: inline-block;
    padding: 5px;
    border: solid 1px;
    border-radius: 10px;
}

.message {
    display: inline-block;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    padding: 10px;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
}

.placeMid {
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 10000000;
}

#divProcessing {
    padding: 10px;
    position: fixed;
    top: 50%;
    background: #000000;
    filter: alpha(opacity=60);
    opacity: .6;
    width: 100%;
    z-index: 100000000;
    text-align: center;
}

.boxed {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    z-index: 1000000;
    padding: 10px !important;
    border-bottom-style: solid;
    border-style: solid;
    border-width: 1px;
    margin: 2px;
}

.message:empty {
    display: none;
}

.boxed:empty {
    display: none;
}

/* info and errors */

.info-text, .message.info-text > .close {
    color: #2f78b6;
    filter: alpha(opacity=90);
    opacity: .9;
}

.error-text, .message.error-text > .close {
    color: #9a1a1a;
    filter: alpha(opacity=90);
    opacity: .9;
}

.success-text, .message.success-text > .close {
    color: #408d26;
    filter: alpha(opacity=90);
    opacity: .9;
}

.banner:empty {
    display: none;
}

.error {
    color: #e80c4d;
}

.orderWrap {
    padding: 20px;
    border: 1px solid;
    border-color: lightgray;
    min-width: 32%;
    position: relative;
    vertical-align: middle;
    margin: 5px;
}

    .orderWrap .productService {
        font-size: large;
        padding: 5px;
        display: inline-block;
        color: #0650d6;
        line-height: initial;
        width: 30%;
    }

    .orderWrap .noOfLicences {
        display: inline-block;
        font-size: larger;
        color: #0650d6;
        font-weight: 500;
        padding: 5px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .orderWrap .dateOrdered {
        font-size: larger;
        padding: 5px;
        display: inline-block;
        padding: 5px;
        width: 30%;
    }

    .orderWrap .oPrice {
        display: inline-block;
        font-size: larger;
        color: blueviolet;
        padding: 5px;
        width: 30%;
    }

    .orderWrap .docButton {
        display: inline-block;
        padding: 5px;
        position: absolute;
        right: 0;
        bottom: 0;
    }

.Activel {
    background-color: rgb(94, 191, 105) !important;
}

.aboutToEndl {
    background-color: rgb(231, 166, 26) !important;
}

.Expiredl {
    background-color: rgb(191, 94, 94) !important;
}

.licenceWrapper .ProgramName {
    font-size: large;
    color: white;
    padding: 10px;
}

.licenceWrapper .ExpiryDate {
    font-size: large;
    font-weight: bold;
    padding-bottom: 20px;
    color: black;
}

.licenceWrapper .renewButton {
    padding: 10px;
    margin-left: -20px;
    margin-bottom: -20px;
    margin-right: -20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: aliceblue;
}

.programWrapper {
    display: inline-block;
    position: relative;
    padding: 20px;
    margin: 10px;
    text-align: center;
    -webkit-box-shadow: 0px 3px 19px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 19px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
    border-radius: 10px;
    height: 100%;
    width: 300px;
    border: 1px solid;
}


.licenceWrapper {
    display: inline-block;
    padding: 20px;
    margin: 10px;
    text-align: center;
    -webkit-box-shadow: 0px 3px 19px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 19px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
    border-radius: 10px;
    height: 100%;
    width: 300px;
    border: 1px solid;
    vertical-align: middle;
}

.programWrapper .productService {
    display: inline-block;
    color: white;
    font-size: large;
    padding: 5px;
}

.programWrapper .noOfLicences {
    display: inline-block;
    margin-left: 10px;
    font-size: larger;
}

.descriptionWrapper, .codesWrapper {
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px;
}

.programWrapper .descriptionWrapper {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: -20px;
    background: #8fa7bc;
}

.programWrapper .codesWrapper {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: -20px;
    text-align: center;
}

.serialTitle {
    font-size: larger;
    color: blueviolet;
}

.serialNo {
    font-size: larger;
    padding: 5px;
}

.regTitle {
    font-size: larger;
    color: blueviolet;
}

.regCode {
    font-size: larger;
    padding: 5px;
}

.programWrapper .regButton {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px;
}

.drdSmall {
    min-width: 217px;
    max-width: 300px;
    min-height: 30px;
}


.inpAuto {
    width: auto;
    min-height: 20px;
    padding: 5px 10px;
}

.inpMultiLongWide {
    min-height: 500px;
    resize: vertical;
    width: 100%;
    font-size: small;
    padding: 10px;
}

.inpMultiLong {
    width: 300px;
    min-height: 500px;
    resize: vertical;
    padding: 5px 10px;
    font-size: small;
    padding: 10px;
}


.inpMulti {
    min-height: 100px;
    resize: vertical;
    width: 100%;
    min-width: 100px;
    font-size: small;
    padding: 5px;
}

.formLabels {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    vertical-align: middle;
}

table.SecurePass {
    overflow-y: hidden;
    overflow-x: hidden;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-collapse: inherit;
    border-color: black;
    margin: auto;
    margin-bottom: 10px;
    background-color: #ffab51;
    z-index: 1000;
    position: fixed;
    top: 10px;
    left: 10px;
}

    table.SecurePass td {
        display: none;
    }

    table.SecurePass th {
        text-transform: inherit;
        color: #191919;
        background-color: #f88000;
        text-align: center;
        font-style: italic;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        padding: 5px !important;
    }

    table.SecurePass:hover td {
        display: inline-block;
        vertical-align: middle;
        font-weight: 700;
        padding: 5px !important;
    }

table.csttable {
    max-width: 100%;
    padding: 10px;
    border-radius: 5px;
    border-collapse: initial;
    overflow-y: auto;
    overflow-x: hidden;
    display: inline-block;
    max-height: 500px !important;
    box-shadow: 0px 0px 8px 1px #989898;
}

    table.csttable tr.blank:nth-child(2n) td {
        background: none !important;
    }

    table.csttable tr:nth-child(2n) td {
        background: #f1e4c7;
        font-weight: 700;
    }

    table.csttable > tbody > tr > td:first-child {
        vertical-align: top;
    }

    table.csttable > tbody > tr > td:not(:last-child) {
        border-width: 1px;
        border-color: rgba(0, 0, 0,0.2);
        vertical-align: top;
    }

table.sectionTable > tbody > tr > td:last-child {
    vertical-align: top;
}

.wrap {
    width: auto !important;
    display: inline-block;
}


table.csttable tr, table.csttable td, table.csttable th {
    padding: 10px;
}

table.csttable th {
    color: #f88000;
    text-align: center;
}

.minFormRight {
    position: fixed;
    transform: translate(0px, -25%);
    max-width: 400px;
    min-width: 300px;
    right: 0;
    padding: 30px;
    border: 1px solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: white;
    z-index: 100;
}

.minButtonTopLeft {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    border-top-left-radius: 10px;
    background-color: transparent;
    border-bottom-left-radius: 10px;
    color: black;
}

.leftPanel {
    min-height: 550px;
    max-width: 60%;
    overflow-y: hidden;
    border-right-style: solid;
    border-width: 1px;
    border-color: rgba(0,0,0,.2);
    padding-top: 1%;
    padding-right: 1%;
    padding-left: 1%;
    margin-right: 1%;
    float: left;
}

.rightPanel {
    min-height: 500px;
    width: auto;
    vertical-align: top;
    display: grid;
}

ul.permissionlist {
    list-style-type: none;
    position: relative;
    width: 95%;
}

    ul.permissionlist > li:first-child {
        margin: 5px 5px 2px 0px;
        min-height: 300px;
        display: inline-block;
        vertical-align: top;
    }

    ul.permissionlist > li {
        margin: 5px 5px 2px 20px;
        min-height: 300px;
        display: inline-block;
        vertical-align: top;
        background: none;
        padding: 0px !important;
    }

    ul.permissionlist li {
        list-style-type: none;
        margin-left: 20px;
    }


    ul.permissionlist ul {
        padding: 0px;
    }

        ul.permissionlist ul li {
            list-style: none;
            background: none;
        }

    ul.permissionlist > li > .menuOpt {
        color: purple;
        font-weight: bold;
    }

.formwrapper {
    margin: 5px;
    padding: 10px;
}

.float-right {
    float: right;
}

.bOpt {
    display: inline-block;
}

.inpSmall {
    width: 200px !important;
    min-height: 20px;
}

.FloatMid {
    position: fixed;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 0%);
}

.FloatLeft {
    bottom: 0;
    left: 0;
}

.FloatRight {
    bottom: 0;
    right: 0;
}

.bannerFloat {
    display: inline-block;
    position: fixed;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    z-index: 1000000;
    padding: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-width: 1px;
    padding: 5px;
}

    .bannerFloat.FloatMid > .actionLink {
        margin-right: 10px;
    }

    .bannerFloat > button {
        margin: 5px;
    }

.multiselect-container {
    min-width: 100%;
}

.multiselect > .multiselect-selected-text {
    vertical-align: sub;
}

.multiselect-container > li {
    list-style: none;
    background: none;
    margin: 0px;
}

    .multiselect-container > li:first-child > a > label.checkbox:first-child {
        margin-left: -20px;
    }

    .multiselect-container > li > a {
        padding: 0;
        line-height: 1.4;
    }

        .multiselect-container > li > a > label {
            margin: 0;
            height: 100%;
            cursor: pointer;
            font-weight: 400;
            padding: 3px 20px 3px 40px;
        }

.multiselect > .caret {
    margin-left: 0;
    position: absolute;
    right: 1%;
    top: 50%;
    transform: translate(-50%, -50%);
}


ul.nav-tabs {
    width: 100%;
    padding: 0;
    display: block;
    clear: both;
    border: 0;
    background-color: transparent;
}

ul.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

    ul.nav-tabs li {
        margin: 0;
        padding: 0;
        border: 0 !important;
        border-radius: 0 !important;
    }

        ul.nav-tabs li a {
            background-color: #ffc542;
            margin: 0;
            padding: 5px 20px 0 20px;
            display: inline-block;
            color: #6a6a6c;
            font-family: sans-serif;
            font-size: 14px;
            line-height: 35px;
            font-weight: 700;
            border: 0;
            border-radius: 0;
        }

        ul.nav-tabs li.active a {
            background: #f88000 !important;
            color: #fff !important;
            border: 0 !important;
            border-radius: 0 !important;
        }

div.tab-content {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
    background-color: transparent;
}

div.tab-pane {
    margin: 0;
    padding: 30px 0 30px 0;
    display: block;
    clear: both;
}

/* ACCORDION */

.accordion > h3 {
    border-radius: 5px;
    padding: 5px;
    margin: 10px;
    vertical-align: middle;
    background: #c77620 url(Media/images/arrow.png) 98% 50% no-repeat;
    color: white;
}

    .accordion > h3:before {
        vertical-align: middle;
        font-size: 1em;
        margin-right: 5px;
        float: left;
        -moz-transition: -moz-transform 0.3s ease-in-out;
        -o-transition: -o-transform 0.3s ease-in-out;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
    }

    .accordion > h3:hover {
    }

    .accordion > h3:Active {
        text-decoration: none;
    }

.accordion .ui-state-active {
    outline: none;
    box-shadow: 0px 0px 5px rgba(0,0,0,1);
    background: #f88000 url(Media/images/darrow.png) 98% 50% no-repeat;
}

    .accordion .ui-state-active:before {
        content: none;
    }

.accordion > div {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.indicator {
    border-radius: 20px;
    width: 10px;
    height: 10px;
    background-color: #cc891e;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
}


.subform {
    border-radius: 10px;
    margin: 5px;
    border-collapse: separate;
    padding-top: 5px;
    background: lightblue;
    padding: 10px;
}


    .subform h3 {
        padding: 5px;
        padding-left: 15px;
        background: #5f6d6d;
        color: white;
        margin-left: -10px;
        margin-right: 5px;
        margin-bottom: 5px !important;
    }

    .subform form {
        padding: 5px;
    }

td > h3 {
    margin: 0px;
    margin-bottom: 0px !important;
    padding: 0px;
}


table.sectionTable > tbody > tr > td:first-child {
    padding-right: 20px !important;
    vertical-align: top;
}

table.sectionTable > tbody > tr > td:not(:first-child) {
    border-right-style: solid;
    border-left-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0,0.2);
    padding-left: 20px !important;
    padding-right: 20px !important;
    vertical-align: top;
}

table.sectionTable > tbody > tr > td:last-child {
    padding-left: 20px !important;
    vertical-align: top;
}


.formLabelsNormText {
    padding: 2px;
    font-size: 1.1em;
    font-weight: 400;
    color: #222;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.check {
    vertical-align: top !important;
    max-width: 90% !important;
    padding: 0px !important;
    margin: 0px !important;
}

.tick {
    position: relative;
    width: 50%;
    padding: 20px;
    margin-top: 10px;
    min-height: 50px;
    word-break: normal;
    box-shadow: 0 0 5px 0px black;
}

    .tick a {
        display: inline-block;
        font-size: inherit;
    }

    .tick:after {
        content: '';
        position: absolute;
        top: 25%;
        width: 0;
        height: 0;
        border: 20px solid transparent;
        border-bottom: 0;
        margin-top: -10px;
    }

    .tick.mine {
        background: #b3e2e6;
        border-radius: .4em;
        margin-left: 20px;
        float: left;
    }

        .tick.mine:after {
            left: 0;
            border-right-color: #b3e2e6;
            border-left: 0;
            margin-left: -20px;
        }

    .tick.their {
        background: #edd3ff;
        border-radius: .4em;
        margin-right: 20px;
        float: right;
    }

        .tick.their:after {
            right: 0;
            border-left-color: #edd3ff;
            border-right: 0;
            margin-right: -20px;
        }


    .tick.mine > .name {
        position: relative;
        bottom: 0;
        float: left;
    }

    .tick.their > .name {
        position: relative;
        bottom: 0;
        float: right;
    }

    .tick img {
        max-width: 100% !important;
    }


.TicketNeedtoReply {
    background-color: #eec28c;
}

.TicketNew {
    background-color: #c7b3dd;
}

.TicketHandled {
    background-color: #cec528;
}

.TicketClosed {
    background-color: #81ba63;
}

.TicketAwaitingReply {
    background-color: #7fc4f2;
}

.ticketUpdateDetail:not(:empty) {
    position: absolute;
    background: #a0d8ff;
    padding: 10px;
    border-top-left-radius: 10px;
}

table.Normal {
    vertical-align: top;
    table-layout: fixed;
    border-radius: 5px;
}

    table.Normal td {
        padding: 10px;
    }

.shaded {
    background-color: #dadada;
}

table.Normal tr:first-child th:first-child {
    border-top-left-radius: 5px;
}

table.Normal tr:first-child th:last-child {
    border-top-right-radius: 5px;
}


table.Normal tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

table.Normal tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

table.Normal > tbody > tr > th {
    text-transform: inherit;
    white-space: nowrap;
    text-align: start;
    padding: 5px !important;
    vertical-align: middle;
}

#userName {
    color: #000;
    padding: 5px !important;
    font-weight: 700;
    vertical-align: middle;
    font-size: medium;
    text-align: center;
    position: absolute;
    top: -15px;
    right: 20px;
    background: none !important;
}

img.logo {
    height: 30px;
    width: 30px;
}


table.radioChoice td {
    padding: 5px;
}

.rightPanel > .formwrapper {
    display: inline-block;
}

div#ItemToChange {
    position: relative;
    display: inline-block;
    padding: 10px;
}

.priceTable {
    box-shadow: 5px 5px 30px rgba(0,0,0,0.2)
}

    .priceTable > tbody > tr:nth-child(odd) > td, .priceTable > tbody > tr:last-child > td {
        font-size: 20px;
        color: #f88000;
        font-weight: 700;
        background-color: #4f4f52;
    }

    .priceTable > tbody > tr > td {
        padding: 10px;
    }

.cstRecList .cstRecListItems {
    display: none;
}

.cstRecList .cstRecListTitle:after {
    content: "show";
    font-size: 12px;
    vertical-align: middle;
    padding: 5px;
    margin-right: 15px;
    box-sizing: content-box;
    border-radius: 10px;
    background-color: #c2c665;
}

.cstRecList:hover .cstRecListTitle:after {
    display: none;
}

.cstRecList:hover .cstRecListItems {
    display: block;
}

#logoImg {
    background-image: url(/Content/Media/XmasTheme/logo.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 270px;
    height: 150px;
    content: none;
    margin: 5px;
}
#logoImg>img{
    display:none;
}
header div.flex {
    display: flex;
    align-items: center;
}

header {
    position: relative;
}

    header img.festive_menu_overlay {
        content: url(/Content/Media/XmasTheme/lights.png);
        object-fit: contain;
        width: 100%;
        position: absolute;
        z-index: 100;
        bottom: 0;
        transform: translate(0, 50.7%);
        display: flex;
    }


img.festive_menu_overlay_two {
    content: url(/Content/Media/XmasTheme/chritmas-solical-media.png);
    object-fit: contain;
    width: 30%;
    z-index: 100;
    top:-2px;
    right:0px;
    position: absolute;
}


@media (max-width: 1369px) {
    img.festive_menu_overlay_two {
        display:none;
    }
}

footer {
    background: #e7e7e7;
    position:relative;
    padding-top:80px;
}

div.footerLinks a {
    width: 100%;
    color: #000;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: 500;
}

footer p,footer td {
    color: #000 !important;
}

footer img.festive_footer_overlay {
    content: url(/Content/Media/XmasTheme/gifts.png);
    object-fit: none;
    position: absolute;
    z-index: 100;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -60%);
}

@media (max-width: 900px) {
    footer img.festive_footer_overlay {
        object-fit: scale-down !important;
        width: 90% !important;
        left: 0 !important;
        transform: translate(5%, -60%) !important;
    }
}

main>div>.inner{
  padding-bottom:50px !important
}

