﻿/* Customer specific overrides - should be as minimal as possible, e.g. images and colours */

@font-face {
    font-family: 'leaguespartan-variablefont_wght';
    src: url('../fonts/conference_care/leaguespartan-variablefont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'leaguespartan-extrabold';
    src: url('../fonts/conference_care/league_spartan/static/leaguespartan-extrabold.ttf') format('truetype');
}

@font-face {
    font-family: 'sanchez-regular';
    src: url('../fonts/conference_care/sanchez-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'avenirnextltpro-regular';
    src: url('../fonts/conference_care/avenirnextltpro-regular.otf') format('opentype');
}

.leaguespartan {
    font-family: 'leaguespartan-variablefont_wght';
}

.leaguespartan-extrabold {
    font-family: 'leaguespartan-extrabold';
}

.sanchez {
    font-family: 'sanchez-regular';
}

body {
    font-family: 'avenirnextltpro-regular', sans-serif !important;
    color: #000;
    background-color: #FFFFFF;
}

a {
    font-family: 'avenirnextltpro-regular', sans-serif !important;
    color: #01B0EE;
    /*font-weight: bold;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Avenir-Black", sans-serif;
    color: #000;
    font-weight: 200;
    /*padding: 20px 0;*/
    padding: 10px 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

h1 {
    font-family: 'leaguespartan-variablefont_wght';
    font-weight: 600;
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

    h1:after,
    h2:after,
    h3:after,
    h4:after,
    h5:after,
    h6:after {
        /*content: ".";*/
    }

.group {
}

.grid-col,
.grid-col-xs,
.single-centered-grid-col {
    /*margin-top: 0;
    margin-bottom: 0;*/
}

.mobile-header-menu {
    display: none;
}

    .mobile-header-menu .toggle-menu {
        background: transparent url('../images/shared/toggle-menu.png') no-repeat right center;
        height: 48px;
    }

        .mobile-header-menu .toggle-menu span {
            display: none;
        }

.system_logo {
    /*
    background: transparent url('../images/conference_care/cc_meetings_hub_logo_2024.png') no-repeat center center;
    background-size: contain;
    width: 500px;
    height: 150px;
    display: inline-block;
    margin-top: 25px;
    */
    display: none;
}

.header-menu {
    /*
    top: 38px;
    right: 0px;
    */
    display: none;
}

.sf-menu {
    display: none;
}

    .sf-menu li {
        background-color: #fff;
    }

        .sf-menu li:hover {
            color: #6bb7ce;
        }

    .sf-menu a {
        color: #bebbba;
        background-color: #fff;
        /*font-family: Newzald-BookItalic, "calibri", Arial, sans-serif;*/
        font-weight: normal;
    }

        .sf-menu a.sf-with-ul:hover {
            color: #000;
            background-color: #fff;
        }

        .sf-menu a:hover {
            color: #fff;
            background-color: #6bb7ce;
        }

.main_content_top,
.main_content_middle,
.main_content_bottom {
    /*margin: 20px 0;*/
    margin: 10px 0;
}

.grid-section-wrapper.header {
    background-color: #ffffff;

}

    .grid-section-wrapper.header .grid-section {
        height: 150px;
    }

@media only screen and (max-width: 991.98px) {
    /* Boostrap XS, SM, MD */
    .grid-section-wrapper.header .grid-section.mobile-expand {
        height: 450px;
    }
}

@media only screen and (max-width: 767.98px) {
    /* Boostrap XS, SM */
}

@media only screen and (max-width: 575.98px) {
    /* Boostrap XS */
}

.grid-section-wrapper.sub-header {
    background-color: #FF6700;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
}

    .grid-section-wrapper.sub-header h1 {
        margin: 10px 0;
        text-align: center;
        color: #fff;
        font-size: 30px;
    }

.grid-section-wrapper.banner {
}

.grid-section-wrapper.login {
    background-image: url('../images/conference_care/login_bg_2024.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

    .grid-section-wrapper.login .grid-section {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        justify-content: center;
    }

.login-container {
    margin: 20px 0;
}

    .login-container h1,
    .login-container h2,
    .login-container h3,
    .login-container h4,
    .login-container h5,
    .login-container h6 {
        text-align: center;
        color: #FFF;
        padding: 0;
    }

    .login-container h1 {
        /*font-family: Tungsten-Semibold, "calibri", Arial, sans-serif;*/
        /*font-size: 40px;*/
        /*line-height: 44px;*/
        /*font-weight: 200;*/
        /*font-size: 30px;*/
    }

    .login-container h5 {
        /*font-family: Newzald-BookItalic, "calibri", Arial, sans-serif;*/
        text-transform: none;
        font-weight: normal;
    }

    .login-container a,
    .login-container a:hover {
        color: #FFF;
    }

    .login-container .remember_me_checkbox,
    .login-container .remember_me_warning {
        display: block; /* Force span to obey text-align center */
        text-align: center;
        color: #FFF;
    }

        .login-container .remember_me_checkbox input {
            margin-right: 10px;
        }

@media only screen and (max-width: 995px) {
    .grid-section-wrapper.login {
    }

    .login-container {
    }
}

@media only screen and (max-width: 767px) {
    .grid-section-wrapper.login {
    }

    .login-container {
    }

        .login-container h1 {
            /*font-size: 36px;*/
        }

        .login-container h3 {
            /*font-size: 20px;*/
        }
}

@media only screen and (max-width: 480px) {
    .login-container {
    }

        .login-container h1 {
            /*font-size: 30px;*/
        }

        .login-container h3 {
            /*font-size: 18px;*/
        }
}

.grid-section-wrapper.main-content {
}

    .grid-section-wrapper.main-content .grid-section {
    }

.grid-section-wrapper.footer {
}

    .grid-section-wrapper.footer .grid-section {
        /*color: #FFFFFF;*/
        /*text-align: center;*/
        /*font-size: 13px;*/
        /*padding: 20px 0;*/
    }

        .grid-section-wrapper.footer .grid-section a {
            /*font-family: DepotNew-Bold, "calibri", Arial, sans-serif;*/
            /*font-weight: 200;*/
        }

.homepage-menu ul li {
    width: 20%;
    height: 250px;
}

    .homepage-menu ul li.venues {
        background-image: url('../images/conference_care/Venuefind1.jpg');
    }

    .homepage-menu ul li.enquiries {
        background-image: url('../images/conference_care/ContractedBanner.jpg');
    }

    .homepage-menu ul li.events {
        background-image: url('../images/conference_care/Live-Events-Banner.jpg');
    }

    .homepage-menu ul li.reports {
        background-image: url('../images/conference_care/ContractCaseStudyBanner.jpg');
    }

    .homepage-menu ul li.event-carbon-footprint {
        background-image: url('../images/conference_care/carbon_footprint_trees_2.png');
    }

    .homepage-menu ul li.accommodation {
        display: none;
    }

    .homepage-menu ul li.my-account {
        display: none;
    }

    .homepage-menu ul li .main-menu-panel {
        font-size: 30px;
        /*line-height: 250px;*/
        /*font-family: Tungsten-Semibold, "calibri", Arial, sans-serif;*/
        /*font-weight: 200;*/
        height: 250px;
        line-height: 1;
        display: flex;
        align-items: center;
    }

    .homepage-menu ul li:hover .main-menu-panel {
        /*line-height: 100px;*/
        background-color: #6bb7ce;
        transition: none;
        /*font-family: Tungsten-Semibold, "calibri", Arial, sans-serif;*/
        /*font-weight: 200;*/
        height: 100px;
        line-height: 1;
    }

    .homepage-menu ul li .sub-menu-panel {
        top: 250px;
        height: 150px;
        background-color: #6bb7ce;
    }

    .homepage-menu ul li:hover .sub-menu-panel {
        top: 100px;
        transition: none;
    }

    .homepage-menu ul li .sub-menu-panel a {
        /*font-family: Newzald-BookItalic, "calibri", Arial, sans-serif;*/
        font-size: 18px;
        color: #fff;
    }

    .homepage-menu ul li:hover .sub-menu-panel a {
        color: #fff;
    }

@media only screen and (max-width: 995px) {
    .homepage-menu ul li {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .homepage-menu ul li {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .homepage-menu ul li {
        width: 100%;
    }
}

.hotel_result_item a .hotel_info h4 {
    /*font-family: DepotNew-Bold, "calibri", Arial, sans-serif;*/
}

.homepage_text {
    /*font-family: Newzald-BookItalic, "calibri", Arial, sans-serif;*/
    font-size: 18px;
}

.filter_panel {
    /*font-family: DepotNew-Bold, "calibri", Arial, sans-serif;*/
    font-weight: 200;
}

.bordered-box {
    background-color: #FFF;
    border-radius: 4px;
}

.error-text,
.info-text {
    border-radius: 4px;
}

.margin-tb {
    margin: 20px 0;
}

strong {
    font-family: "Avenir-Black", sans-serif;
}

.form-fieldset-container {
    border-color: #01B0EE;
}

.form-fieldset-legend {
    background-color: #01B0EE;
    border-radius: 4px;
}

.proposal-company-logo {
    height: 35px;
    background: transparent url('../images/conference_care/cc_meetings_hub_logo.png') no-repeat center center;
}

.form_control_set {
    background-color: #91DFFF;
    padding: 20px;
    border-radius: 20px;
}

.form_control_group .literal-above {
    font-size: 14px;
    line-height: normal;
    /*font-family: DepotNew-Medium, "calibri", Arial, sans-serif;*/
    /*font-weight: normal;*/
    font-weight: bold;
    padding: 5px 0;
}

.Textbox,
.textbox,
.DropDownList,
.dropdownlist,
/*.CheckBox,*/
input[type="text"],
input[type="password"],
textarea,
select {
    font-family: 'avenirnextltpro-regular', sans-serif !important;
    /*color: #97999c;
    padding: 5px;*/
    font-size: 14px;
    /*padding: 10px;*/
    padding: 5px;
    border-radius: 0.375rem;
}

.login-container input[type="text"],
.login-container input[type="password"] {
    /*font-family: Tungsten-Semibold, "calibri", Arial, sans-serif;*/
    /*font-size: 20px;*/
    /*font-size: 14px;*/
    /*font-size: 16px;*/
    border: none;
    padding: 10px 20px;
    /*text-transform: uppercase;*/
    /*font-weight: 200;*/
    outline: none;
    border-radius: 20px;
    font-weight: 600;
}

input[type="button"],
input[type="submit"],
.button-primary,
.button-secondary,
.ui-dialog .ui-dialog-buttonpane button {
    /*font-family: Tungsten-Semibold, "calibri", Arial, sans-serif;*/
    /*font-size: 20px;*/
    background-color: #FE9F01;
    color: #FFF;
    text-transform: uppercase;
    /*padding: 10px;*/
    padding: 8px 0;
    border-radius: 20px;
    /*font-weight: 200;*/
}

.login-container input[type="submit"] {
    border-radius: 20px;
    font-weight: 600;
}

.login-container .sign-in {
    background-color: #FF6701;
}

    .login-container .sign-in:hover {
        background-color: #D85700;
    }

.login-container .sign-up {
    background-color: #D97AD0;
}

    .login-container .sign-up:hover {
        background-color: #D959CC;
    }

.grid-section-wrapper.footer .sign-up {
    font-weight: 600;
    background-color: #01B0EE;
}

    .grid-section-wrapper.footer .sign-up:hover {
        background-color: #0093C7;
    }

.ui-dialog .ui-button-text-only .ui-button-text {
    padding: 8px 16px;
}

input[type="button"]:hover,
input[type="submit"]:hover,
.button-primary:hover,
.button-secondary:hover,
.ui-dialog .ui-dialog-buttonpane button:hover {
    border: none;
    background-color: #D78600;
    transition: all 0.3s ease-in-out 0s;
}

@media only screen and (max-width: 767px) {
    .standard_grid th,
    .standard_grid td {
        padding: 5px;
    }
}

.standard_grid {
    /*border: 1px solid #E9F9FF;*/
    margin: 0;
}

    .standard_grid th {
        background-color: #01B0EE;
        color: #FFF;
        text-transform: uppercase;
        /*font-family: Tungsten-Semibold, "calibri", Arial, sans-serif;*/
        /*font-size: 20px;*/
        /*font-weight: normal;*/
        font-weight: bold;
        /*border: 1px solid #E9F9FF;*/
        /*padding: 20px;*/
        padding: 10px;
        text-align: center;
        /*font-weight: 200;*/
    }

    .standard_grid td {
        background-color: #FFF;
        /*font-family: DepotNew-Medium, "calibri", Arial, sans-serif;*/
        /*border-right: 1px solid #E9F9FF;*/
        padding: 10px;
    }

        .standard_grid td a {
            /*font-family: DepotNew-Medium, "calibri", Arial, sans-serif;*/
            font-weight: normal;
        }

    .standard_grid .alt td {
        /*background-color: #F7F7F7;*/
    }

    .standard_grid tr:nth-child(even) td {
        /*background-color: #F7F7F7;*/
    }

@media only screen and (max-width: 767px) {
    .standard_grid.responsive td:before {
        background-color: #01B0EE;
        color: #FFF;
        text-transform: uppercase;
        /*font-family: Tungsten-Semibold, "calibri", Arial, sans-serif;*/
        font-size: 16px;
        font-weight: normal;
        font-weight: 200;
        padding: 10px 0;
    }
}

/* Rebrand 2024 - Rounded table corner styles */

.standard_grid {
    border-collapse: separate !important;
    border-spacing: 0;
    border: none;
}

    .standard_grid tr th,
    .standard_grid tr td {
        border-right: 1px solid #E9F9FF;
        border-bottom: 1px solid #E9F9FF;
    }

        .standard_grid tr th:first-child {
            border-left: none;
        }

        .standard_grid tr th:last-child {
            border-right: none;
        }

        .standard_grid tr td:first-child {
            border-left: 1px solid #E9F9FF;
        }

    .standard_grid tr:first-child th:first-child {
        border-top-left-radius: 20px;
    }

    .standard_grid tr:first-child th:last-child {
        border-top-right-radius: 20px;
    }

    .standard_grid tr:last-child td:first-child {
        border-bottom-left-radius: 20px;
    }

    .standard_grid tr:last-child td:last-child {
        border-bottom-right-radius: 20px;
    }

@media only screen and (max-width: 767px) {
    .standard_grid.responsive {
        border-collapse: collapse !important;
        border: none;
    }

        .standard_grid.responsive tr {
            border: 1px solid #E9F9FF;
        }

        .standard_grid.responsive td,
        .standard_grid.responsive td {
            border: 1px solid #E9F9FF;
        }
}

/* Meeting schedule */

.fc-header-title {
    min-width: 200px;
}

.fc-header-title h2 {
    font-family: 'leaguespartan-variablefont_wght';
    font-weight: bold;
    padding: 0;
    font-size: 30px;
    line-height: 34px;
}

.fc table {
    border-spacing: 2px;
}

.fc-border-separate tbody tr.fc-first td, .fc-border-separate tbody tr.fc-first th {
    border-top-width: 1px;
}

.fc-grid th {
    background: none;
    background-color: #01B0EE;
    color: #FFF;
    padding: 10px 0;
    border: 1px solid #000;
    /*font-family: Tungsten-Semibold, "calibri", Arial, sans-serif;*/
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 200;
}

.fc-grid td {
    border: 1px solid #000;
}

.fc-button {
    background: none;
    background-color: #FFF;
    border: 1px solid #151515;
    color: #000;
    /*font-family: Tungsten-Semibold, "calibri", Arial, sans-serif;*/
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 200;
}

.fc-enquiry-filter, .fc-proposed-filter, .fc-provisional-filter {
    color: #01B0EE;
}

.fc-confirmed-filter, fc-invoiced-filter {
    color: #3FB671;
}

.fc-cancelled-filter, .fc-released-filter, .fc-declined-filter {
    color: #F53501;
}

.fc-enquiry, .fc-proposed, .fc-provisional {
    background-color: #01B0EE;
    border-color: #01B0EE;
    color: #000000;
}

.fc-confirmed, fc-invoiced {
    background-color: #3FB671;
    border-color: #3FB671;
    color: #000000;
}

.fc-cancelled, .fc-released, .fc-declined {
    background-color: #F53501;
    border-color: #F53501;
    color: #000000;
}

.ui-widget {
    /*font-family: DepotNew-Light, "calibri", Arial, sans-serif;*/
    font-family: 'avenirnextltpro-regular', sans-serif !important;
}

#social_icons a {
    background-image: url('../images/conference_care/social_icons_sprite.png');
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    display: inline-block;
    margin: 0 5px;
}

    #social_icons a.facebook {
        background-position: 0px 0px;
    }

        #social_icons a.facebook:hover {
            background-position: 0px -28px;
        }

    #social_icons a.twitter {
        background-position: -28px 0px;
    }

        #social_icons a.twitter:hover {
            background-position: -28px -28px;
        }

    #social_icons a.linkedin {
        background-position: -56px 0px;
    }

        #social_icons a.linkedin:hover {
            background-position: -56px -28px;
        }

    #social_icons a.youtube {
        background-position: -84px 0px;
    }

        #social_icons a.youtube:hover {
            background-position: -84px -28px;
        }

    #social_icons a.instagram {
        background-position: -112px 0px;
    }

        #social_icons a.instagram:hover {
            background-position: -112px -28px;
        }

#brief_owner_login .standard_grid a {
    /*color: #000;*/
}

/* Carbon footprint styles */

#grid-container.carbon-footprint .grid-section-wrapper.sub-header {
    background-color: #013328;
    border-top: 3px solid #013328;
    border-bottom: 3px solid #013328;
}

.carbon-footprint-heading {
    font-family: 'leaguespartan-variablefont_wght';
}

.carbon-footprint-subtitle {
    font-family: 'sanchez-regular';
}

.carbon-footprint-estimate-preamble {
    padding: 10px;
    background-color: #013328;
    color: #FFF;
    /*min-height: 200px;*/
    height: 200px;
}

@media only screen and (max-width: 767px) {
    .carbon-footprint-estimate-preamble {
        min-height: initial;
    }
}

.carbon-footprint-estimate-preamble h1 {
    color: #FFF;
    font-family: 'leaguespartan-variablefont_wght';
}

.carbon-footprint-hexagon-lg,
.carbon-footprint-hexagon-md,
.carbon-footprint-hexagon-sm,
.carbon-footprint-hexagon-xs {
    background-image: url('../images/conference_care/carbon_footprint_hexagon_grey.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: 'leaguespartan-variablefont_wght';
}

.carbon-footprint-hexagon-pdf {
    background-image: url('../images/conference_care/carbon_footprint_hexagon_grey.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #FFF;
    padding-top: 75px;
    text-align: center;
    font-family: 'leaguespartan-variablefont_wght';
}

.carbon-footprint-hexagon-pdf {
    width: 200px;
    height: 200px;
    font-size: 24px;
}

.carbon-footprint-hexagon-lg {
    width: 200px;
    height: 200px;
    font-size: 24px;
}

.carbon-footprint-hexagon-md {
    width: 150px;
    height: 150px;
    font-size: 20px;
}

.carbon-footprint-hexagon-sm {
    width: 100px;
    height: 100px;
    font-size: 16px;
}

.carbon-footprint-hexagon-xs {
    width: 80px;
    height: 80px;
    font-size: 14px;
}

    .carbon-footprint-hexagon-lg.green,
    .carbon-footprint-hexagon-md.green,
    .carbon-footprint-hexagon-sm.green,
    .carbon-footprint-hexagon-xs.green {
        background-image: url('../images/conference_care/carbon_footprint_hexagon_green.png');
    }

.carbon-footprint-grey-light-bg {
    background-color: #D9DBDA;
}

.carbon-footprint-primary-green-dark {
    color: #013328;
}

.carbon-footprint-arrow-bar-lg,
.carbon-footprint-arrow-bar-md,
.carbon-footprint-arrow-bar-sm {
    background-image: url('../images/conference_care/carbon_footprint_arrow_bar.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carbon-footprint-arrow-bar-lg {
    height: 200px;
}

.carbon-footprint-arrow-bar-md {
    height: 150px;
}

.carbon-footprint-arrow-bar-sm {
    height: 100px;
}

    .carbon-footprint-arrow-bar-lg.left,
    .carbon-footprint-arrow-bar-md.left,
    .carbon-footprint-arrow-bar-sm.left {
        background-position: left center;
    }

    .carbon-footprint-arrow-bar-lg.right,
    .carbon-footprint-arrow-bar-md.right,
    .carbon-footprint-arrow-bar-sm.right {
        background-position: right center;
    }

.carbon-footprint-venue-row {
    background-color: #D9DBDA;
}

.carbon-footprint-venue-alt-row {
    background-color: #9EBBA0;
}

.carbon-footprint-whats-tco2e {
    background-image: url('../images/conference_care/carbon_footprint_trees_1.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carbon-footprint-mesh-top-left {
    background-image: url('../images/conference_care/carbon_footprint_mesh_top_left.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}

.carbon-footprint-mesh-bottom-right {
    background-image: url('../images/conference_care/carbon_footprint_mesh_bottom_right.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}

.carbon-footprint-forbidden {
    height: 768px;
    background-image: url('../images/conference_care/carbon_footprint_forbidden.png');
    background-color: #013328;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

    .carbon-footprint-forbidden .contact-us {
        margin-top: 525px;
    }

@media only screen and (max-width: 991.98px) {
    .carbon-footprint-forbidden {
        height: 600px;
    }

        .carbon-footprint-forbidden .contact-us {
            margin-top: 410px;
        }
}

/* Overhaul additions 2024 */

.primary-bg-color {
    background-color: #FE9F01;
}

.primary-color {
    color: #FE9F01;
}

.btn-primary {
    background-color: #FE9F01;
    border-color: #FE9F01;
}

    .btn-primary:hover {
        background-color: #D78600;
        border-color: #D78600;
        text-decoration: none;
    }

    .btn-primary:focus {
        background-color: #D78600;
        border-color: #D78600;
    }

.btn-secondary {
    background-color: #01B0EE;
    border-color: #01B0EE;
}

    .btn-secondary:hover {
        background-color: #0093C7;
        border-color: #0093C7;
        text-decoration: none;
    }

    .btn-secondary:focus {
        background-color: #0093C7;
        border-color: #0093C7;
    }

.btn-lg {
    border-radius: 24px;
}

.nav-tile-item {
    position: relative;
    min-height: 175px;
    background-color: #003145;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

#enquiry-type-options .nav-tile-item {
    min-height: 225px;
}

    .nav-tile-item.enquiries {
        background-image: url('../images/conference_care/nav_tiles/enquiries.png');
    }

    .nav-tile-item.venues {
        background-image: url('../images/conference_care/nav_tiles/venues.png');
    }

    .nav-tile-item.confirmations {
        background-image: url('../images/conference_care/nav_tiles/confirmations.png');
    }

    .nav-tile-item.reports {
        background-image: url('../images/conference_care/nav_tiles/reports.png');
    }

    .nav-tile-item.carbon {
        background-image: url('../images/conference_care/nav_tiles/carbon.png');
    }

    .nav-tile-item.account {
        /*background-image: url('../images/conference_care/nav_tiles/account.png');*/
    }

    .nav-tile-item.team-building {
        background-image: url('../images/conference_care/nav_tiles/team_building.png');
    }

    .nav-tile-item.accommodation {
        background-image: url('../images/conference_care/nav_tiles/accommodation.png');
    }

    .nav-tile-item.meetings-and-events {
        background-image: url('../images/conference_care/nav_tiles/meetings_and_events.png');
    }

    .nav-tile-item.coaches {
        background-image: url('../images/conference_care/nav_tiles/coaches.png');
    }

    .nav-tile-item.entertainment {
        background-image: url('../images/conference_care/nav_tiles/entertainment.png');
    }

    .nav-tile-item.social-and-parties {
        background-image: url('../images/conference_care/nav_tiles/social_and_parties.png');
    }

    .nav-tile-item.event-support {
        background-image: url('../images/conference_care/nav_tiles/event_support.png');
    }

    .nav-tile-item .bg-wrap {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #003145;
        opacity: 0.5;
        /*box-shadow: 0 0 25px rgba(0,0,0,0.9) inset;*/
    }

    .nav-tile-item .links-list {
        z-index: 1;
        text-align: center;
        width: 100%;
        color: #fff;
    }

        .nav-tile-item .links-list a {
            color: #fff;
        }

.nav-tile-item .flip-tile {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: none;
}

    .nav-tile-item:hover .flip-tile {
        display: block;
    }

        .nav-tile-item:hover .flip-tile a {
            text-decoration: none;
        }

#homepage-dashboard .welcome-section {
    background-image: url('../images/conference_care/homepage_dashboard/welcome_section_bg_faded.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

#homepage-dashboard .welcome-circle {
    background-color: transparent;
    position: relative;
}

    #homepage-dashboard .welcome-circle .welcome-text {
        position: absolute;
        top: 0;
        right: 3vw;
        bottom: 7vw;
        left: 0;
        color: #FFF;
    }

        #homepage-dashboard .welcome-circle .welcome-text span,
        #homepage-dashboard .welcome-circle .welcome-text a {
            font-size: 0.9vw;
        }

#homepage-dashboard a.make-a-new-enquiry {
    background-color: #FFF;
}

    #homepage-dashboard a.make-a-new-enquiry:hover {
        background-color: #00B1EF;
        text-decoration: none;
    }

#homepage-dashboard .current-enquiries-outer {
    border: 1px solid #000;
    border-radius: 20px;
    background-color: #FF6701;
    padding: 20px;
}

#homepage-dashboard .current-enquiries-inner {
    border: 1px solid #000;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
}

#homepage-dashboard .meeting-schedule-divider {
    background-color: #00B1EF;
    border-bottom: 3px solid #000;
    height: 7vw;
    margin-top: -7vw;
}

    #homepage-dashboard .meeting-schedule-divider .horizontal-rule {
        border-top: 3px solid #000;
    }

    #homepage-dashboard .meeting-schedule-divider * {
        position: relative;
        z-index: 1;
    }

@media (max-width: 1399.98px) {
    /* Boostrap XS, SM, MD, LG, XL */
    #homepage-dashboard .welcome-circle .welcome-text span,
    #homepage-dashboard .welcome-circle .welcome-text a {
        /*font-size: 12px;*/
    }
}

@media (max-width: 1199.98px) {
    /* Boostrap XS, SM, MD, LG */
    #homepage-dashboard .welcome-circle .welcome-text span,
    #homepage-dashboard .welcome-circle .welcome-text a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991.98px) {
    /* Boostrap XS, SM, MD */
    #homepage-dashboard .welcome-section {
        background-image: none;
    }

    #homepage-dashboard .welcome-circle {
        background-color: #0C3B4D;
    }

        #homepage-dashboard .welcome-circle img {
            display: none;
        }

        #homepage-dashboard .welcome-circle .welcome-text {
            position: relative;
        }

            #homepage-dashboard .welcome-circle .welcome-text span,
            #homepage-dashboard .welcome-circle .welcome-text a {
                font-size: initial;
            }

    #homepage-dashboard .meeting-schedule-divider {
        height: auto;
        margin-top: 0;
    }
}

a.history-go-back {
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding-bottom: 5px;
    border-bottom: 3px solid #FF6700;
}

    a.history-go-back:hover {
        text-decoration: none;
    }

.card.card-form-control-group  {
    border: none;
}

.card.card-form-control-group .card-body {
    background-color: #91DFFF;
    border-radius: 20px;
    padding: 1.5em;
}

    .card.card-form-control-group table.table td {
        background-color: #91DFFF;
    }

.footer-sign-up-bg-panel {
    padding: 20px 20px 40px 20px;
    text-align: center;
    background-color: #D87BD0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.footer-sign-up-btn-panel {
    margin-top: -26px;
}

@media only screen and (max-width: 767.98px) {
    /* Boostrap XS, SM */
    .footer-sign-up-bg-panel {
        padding-bottom: 20px;
    }

    .footer-sign-up-btn-panel {
        margin-top: 0;
    }
}

main.faded-bg-image-1 {
    background-image: url('../images/conference_care/venue_dashboard_bg.png');
}

main.faded-bg-image-2 {
    /*background-image: url('../images/conference_care/homepage_dashboard/welcome_section_bg_faded.png');*/
}

main.faded-bg-image-3 {
    /*background-image: url('../images/blur-03.jpg');*/
}

.page-link,
.page-link:focus,
.page-link:hover {
    color: #6C757D;
}

    .active > .page-link,
    .active > .page-link:hover,
    .page-link.active,
    .page-link.active:hover {
        background-color: #6C757D;
        border-color: #6C757D;
        color: #FFF;
    }

/* Bootstrap overrides */

.form-label {
    margin-bottom: .25rem;
    /*font-size: small;*/
    /*font-weight: 600;*/
}

.form-check-input {
    width: 1.5em;
    height: 1.5em;
    margin-top: 0; /* Why have one in the first place, Boostrap? */
}

    .form-check-input:checked {
        background-color: #FE9F01;
        border-color: #FE9F01;
    }

/* M&IT Awards banner - temp addition - hide on login screen */
#grid-container.login .mit-awards-banner {
    display: none;
}
