body.clubsched-signin {
    background-color: #f5f5f5;
}

img[src$=".png"] {
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}


footer.page-footer .footer-copyright {
    line-height: normal;
    font-weight: normal;
    text-shadow: 0px 1px 1px #333;

}



.form-wrapper {
    padding: 0.5rem 2.4rem;
    margin: 2.5rem 0;
    background-color: #fff;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #fff !important;
    background-image: none;
    color: rgb(0, 0, 0);
    -webkit-box-shadow: 0 0 0 1000px #f5f5f5 inset !important;
}

.homecontainer {
    width: 100%;
    max-width: 1280px;
}

.xcontainer {
    width: 80%;
}

nav .brand-logo {
    position: relative;
    margin-top: .8rem;
}

.brand-logo img {
    /*
    width: 254px;
    height: auto;
    padding-left: 10px;
    */
    width: 280px;
    height: auto;
}

.top-nav {}

.main-nav {
    background: transparent;
    box-shadow: none;
    padding: 0;
    z-index: 999;
}

.top-nav .nav-wrapper {
    padding-left: 2rem;

}

.notFound.area-public>main {
    margin-top: 12.8rem;
    min-height: 380px !important;
}

.notFound.area-public .container-full {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

.hero {
    /*    text-align: center;
    padding-top: 3rem;
    margin-top: 1rem;
    border-bottom: 1px solid #ccc;
*/

    /*    background: transparent url(images/tmcs-fbgt.png) 100% 0% no-repeat;*/
    background: transparent url(images/tmcs-fbg.png) 50% 50% no-repeat;
    /*    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    -moz-border-image: url(images/tmcs-fbgt.png) 0;*/
    background-size: 100% 100%;
    margin-top: -70px;
    padding-top: 100px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #882b3a;
    vertical-align: middle;
    /*    min-height:460px;*/
    /*    max-height: 650px;*/
}

.hero h1 {
    font-size: 3.35rem;
    margin-left: 20px;
    margin-right: 0px;
    margin-top: 7.2rem;
    vertical-align: middle;
    font-family: "Ubuntu", "Roboto", "Liberation Sans", sans-serif;
    font-weight: 400;
    padding-bottom: 10px;
    border-bottom: 5px dotted #882b3a;
    margin-bottom: 0;
    /**    position: absolute;
    clip: rect(0, 0, 0, 0); **/
}

.ol-hl {
    color: #12587b;
    font-style: italic;
    font-weight: 800;
}


.hero .vicigilo {
    font-weight: bold;
}

.hero .thin {
    font-weight: 200;
}

nav,
nav .nav-wrapper i {
    line-height: 32px;
}

nav a.button-collapse,
nav a.button-collapse i {
    line-height: 68px;
}

.mnav {
    float: right;
    margin-top: 2.25em;
}

nav .mnav li,
nav .mnav a,
nav .mnav li a {
    color: #12587b;
    font-weight: bold;
    text-transform: uppercase;
}


nav .mnav a:hover,
nav .mnav li a:hover {
    color: #882b3a;
}

nav ul a:hover {
    background-color: transparent;
}


nav .mnav li.p-join a {
    border: 2px solid #12587b;
    border-radius: 6px;
}

nav .mnav li.p-join a:hover {
    border: 2px solid #882b3a;
}

form div.form-help,
form div.error-message {
    font-size: 0.85rem;
    margin-top: -.75rem;
}

form div.form-help {
    color: #455a64;
}

.small {
    font-size: small;
}

.italic {
    font-style: italic;
}

.lg-tm {
    color: #006680;
}

.lg-club {
    color: #c8ab37;
}

.lg-schedule {
    color: #aa0000;
}

.home-row {
    padding-top: 2rem;
}

.home-row h2,
.home-row h3,
.home-row h4,
.home-row h5,
.home-row h6 {
    color: #12587b;
}

.home-row h4 {
    font-size: 1.5rem;
}

#p-features {
    border-bottom: 1px solid #eee;
}

span.lg-tm {
    color: #12587b;
}

span.lg-club {
    color: #caae40;
}

span.lg-schedule {
    color: #882b3a;
}

#p-sidecal {
    background: transparent url(images/sidecal.png) 100% 100% no-repeat;
    background-size: auto 100%;
    color: #12587b;
}

footer.page-footer {
    background-color: #ee4b4b;
    padding-top: 16px;
}

.footer-copyright {
    background: #be4c53;
    /* Old browsers */
    background: -moz-linear-gradient(top, #be4c53 0%, #9b3b42 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #be4c53 0%, #9b3b42 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #be4c53 0%, #9b3b42 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#be4c53', endColorstr='#9b3b42', GradientType=0);
    /* IE6-9 */
    height: 100% !important;
    font-size: 1.2rem;
    font-weight: bold;
}

.footer-copyright>.container {
    padding: 1.2rem 0 0.15rem 0 !important
}

#nav-mobile {
    background: #12587b;
}

#nav-mobile.mnav li,
#nav-mobile.mnav a,
#nav-mobile.mnav li a {
    color: #fff;
}

#nav-mobile.mnav a:hover,
#nav-mobile.mnav li a:hover,
#nav-mobile.mnav li a:focus,
#nav-mobile.mnav li a:active {
    background-color: #882b3a;
}

#create {

    background-color: #f1f1f1;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 24px;
}

#create h3,
#create h4,
#create h5 {
    /*    color: #fff;*/
}

#create .card {}

#create .card h4 {
    color: #12587b;
    color: rgba(0, 0, 0, 0.87)
}

#create form {

    margin-top: 1em;

}


#p-video {
    margin-top: -20px;
    background-color: #be4c53;
    padding: 24px;
}

#p-video h3,
#p-video h4,
#p-video h5 {
    color: #fff;
}


.main-nav.pinned {
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    padding-bottom: 7.0rem;
    box-shadow: 0px 2px 3px #888;
}


.soc-link ul li {
    display: inline-block;
    font-size: 2.95rem;
    color: #fff;
    margin: 0 4px;
}

.soc-link ul li a {
    color: #eee;
    color: rgba(255, 255, 255, 0.85);
}

.soc-link ul li a:hover,
.soc-link ul li a:active,
.soc-link ul li a:focus {
    color: #fff;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 2px 2px #762f34;
}


.wowlist {
    margin: 2em 0;
}

.wowlist-content {
    margin: 0 0 2em 0;
}

.wowlist i.fa {
    font-size: 48px;
    float: left;
    width: 68px;
}

.wowlist p {
    margin-left: 68px;
    font-size: 11px;
}

.wowlist p>strong {
    font-size: 18px;
}

footer.page-footer {
    margin-top: 0;
}

.herobtn {
    margin-top: 1em;
    margin-left: 0;
}

.hero-btn {
    background-color: #12587b;
}

.hero-btn:hover {
    background-color: #882b3a;
}

/** table to stack **/
table {
    text-rendering: optimizeLegibility;
}

table.vertical-top th,
table.vertical-top td {
    vertical-align: top;
}

table.all-screen caption {
    color: #444;
    margin: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left, center right;
}


table.all-screen thead th,
table.all-screen tbody td {
    padding: .8rem;
}

table.all-screen tbody td {
    padding: .8rem;
}

table.all-screen tbody tr:not(:last-child) {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

table.all-screen.no-border tr {
    border: none !important;
}

table.agenda {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

table.agenda th {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background: #fff;
}

table.agenda th:last-child {
    border-right: none;
}


table.agenda .head-row-2 {
    border-bottom: 3px double #ccc;
}

table.agenda td,
table.agenda td a {
    color: #333;
}

table.agenda td a:hover {
    color: #333;
}

table.agenda td {
    border-right: 1px solid #ccc;
}

table.agenda td:last-child {
    border-right: none;
}

table.agenda tr.head-row-1 th,
table.agenda td.vtop {
    background: #12587b !important;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

table.agenda tr.head-row-2 th {
    background: #eee !important;
}

.pclub-logo {
    max-width: 128px !important;
    /*    border: 1px solid #ccc;*/
    position: absolute;
    top: 28px;
    left: 12px;
    padding: 2px;
}

.pubsched-btn a {
    margin-bottom: 1rem;
}

.status-confirmed {
    background: #ccff90 !important;
}

.status-rejected {
    background: #ffd3d4 !important;
}

.legend {
    width: 100%;
    margin: 20px 0;
    text-align: left !important;
}

.legend h5 {
    font-size: 14px;
}

.legend p {
    text-align: left !important;
    margin: 1px 0;
    padding: 0px;
    display: inline-block;
    margin-right: 24px;
}

.legend span {
    display: inline-block;
    border: 1px solid #333;
    width: 14px;
    height: 14px;
}

table.agenda th.agenda-past,
table.agenda td.agenda-past {
    opacity: 0.7;
    font-style: italic;
}

.bold-text {
    font-weight: bold;
}

.italic-text {
    font-style: italic;
}

.wotd {
    /*    border-top: 1px dashed #ccc;*/
    padding: 16px;
}

.wotd h5 {
    font-size: 1.15rem;
    font-weight: 600;
    padding: 0.25rem 0;
    border-bottom: 1px dashed #ccc;

}

.wotd .trix-content {
    padding: 10px 16px;
    /*    border: 1px solid #eee;*/
    border-radius: 6px;
    /*    background: #fcfcfc;*/
    background: #fffddd;
    line-height: normal !important;
}

.wotd .trix-content h1 {
    font-size: 2rem;
    padding: 0;
    margin: 0 0 .25rem 0;
    color: #882b3a
}

.wotd .trix-content ol,
.wotd .trix-content ul {
    margin-top: 0;
}

.hl {
    color: #4e7fba !important;
    font-weight: bold;
}

.hl.darker {
    color: #365c8b !important;
}

dl {
    line-height: normal !important;
}

dl dt {
    margin: 0;
    padding: 0;
}

dl dd {
    padding: 0;
    margin-top: 0;
    margin-bottom: .5rem;
    text-indent: 0;
    margin-left: 0;
}

.agenda-sidebar a:link,
.agenda-sidebar a:visited,
.agenda-sidebar a:active {
    text-decoration: underline;
}

.agenda-sidebar a:hover {
    font-style: italic;
}

.ag-skip,
.ag-skip td,
table.all-screen tbody .ag-skip td {
    margin: 0;
    padding-top: 0;
    padding-bottom: 8px;
}

.narrow-center-x {
    width: 78%;
    margin-left: auto;
    margin-right: auto;
}

table.agenda th.agenda-past,
table.agenda td.agenda-past {
    opacity: 0.65;
    font-style: italic;
}

#AgendaEntriesTable tr.ag-entry-header td {
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 0;
}

#AgendaEntriesTable tr.no-time-entry td {
    padding-top: .2rem;
    padding-bottom: .2rem;
}

#AgendaEntriesTable span.speech-title {
    font-style: italic;
}

table.agenda-new {
    margin-top: 3rem;
}

.agenda-card h3 {
    margin-bottom: 0.25rem;
}

#AgendaEntriesTable tr.tbi-list td,
#AgendaEntriesTable tr.tm-header td {
    padding-bottom: 0;
    padding-top: 0;
}

#AgendaEntriesTable tr.tbi-list:last-child td {
    padding-bottom: 1rem;
}

.button-wrap {
    margin: 3.3rem;
}


.bare-header {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    gap: 1.2rem;
    justify-content: center;
    margin-bottom: 2.5rem;
    justify-items: center;
    padding: 1rem;
    /*border-radius: 12px;*/
    margin-top: 2.5rem;
}

.bare-logo {
    text-align: center;
    max-width: 110px;
}

.bare-logo img {
    width: 110px;
    height: auto;
}

.bare-club-info {
    text-align: left;
}

.bare-club-info h3,
.bare-club-info h4 {
    margin: 0;
    font-weight: 600;
    line-height: 1;
    padding: 0;

}

.bare-club-info h3 {
    font-size: 2.8rem;
    margin: 0;
}

.bare-club-info h4 {
    font-size: 1.8rem;
    margin: 0;
}

.table-wrapper {
    width: 100%;
    overflow-x: auto;
}

table.current-schedule caption {
    font-size: 1.5em;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
}

table.current-schedule td{
    padding: 1rem 1rem;
}
table.current-schedule td.agenda-today {
    background: #fffde7;
}


@media screen and (max-width: 768px) {
    .bare-header {
        display: grid;
        grid-auto-flow: row;
        align-items: center;
        gap: 0.5rem;
        justify-content: center;
        /*margin-bottom: 1.5rem;*/
        margin: 1rem 0 1.5rem 0;
        padding: 0;
    }

    .bare-club-info {
        text-align: center;
    }

    .bare-logo img {
        width: 100px;
        height: auto;
    }

    table.current-schedule {
        border: 0;
    }

    table.current-schedule caption {
        font-size: 1.3em;
        font-weight: 600;
    }

    table.current-schedule thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.current-schedule tr {
        border-bottom: 3px solid #ddd !important;
        display: block;
        margin-bottom: 1.625em;
        background: #f7f7f7;
    }


    table.current-schedule td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 1rem;
        text-align: right;
        border-right: none;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    table.current-schedule td.agenda-today {
        background: initial;
        font-weight: bold;
    }

     table.current-schedule td.vtop {
        /*text-align: left;*/
        text-transform: uppercase;
        padding-top: 0.5rem;
        background: linear-gradient(45deg, #083045, #12587b) !important;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        padding-left: 0;
        padding-right: 0;
    }


    table.current-schedule td::before {
        /*
    * aria-label has no advantage, it won't be read inside a table.current-schedule
    content: attr(aria-label);
    */
        content: attr(data-label);
        float: left;
        /*font-weight: bold;*/
        /*text-transform: uppercase;*/
    }

    table.current-schedule td:last-child {
        border-bottom: 0;
    }
}
