﻿@font-face {
    font-family: Hand-Of-Sean-Pro;
    src: url('/images/hand-of-sean-pro.eot') format('embedded-opentype'), url('/images/hand-of-sean-pro.ttf') format('truetype');
}

@font-face {
    font-family: Avenir-Next;
    src: url('/images/avenir-next.eot') format('embedded-opentype'), url('/images/avenir-next.ttf') format('truetype');
}

@font-face {
    font-family: Avenir-Next-Demi-Bold;
    src: url('/images/avenir-next-demi-bold.eot') format('embedded-opentype'), url('/images/avenir-next-demi-bold.ttf') format('truetype');
}

body {
    font-size: 16px;
    font-family: Avenir-Next;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
}

b, strong {
    font-family: Avenir-Next-Demi-Bold;
    font-weight: 500;
}

pre {
    font-family: inherit;
    font-size: inherit;
}

form {
    display: inline;
    padding: 0;
}

#bodyOuterWrapper {
    width: 100%;
}

#topNav {
    background-color: #3f1d0a;
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 100;
    top: 0px;
}

.largeFont {
    font-size: 24px;
    line-height: 30px;
}

#topNav ul {
    float: right;
    list-style: none;
    padding-left: 0;
    margin: 40px 30px 0 0;
}

    #topNav ul li {
        display: inline;
        border-right: 1px solid #ffffff;
        padding: 5px 23.5px 5px 23.5px;
    }

        #topNav ul li:last-child {
            border: 0;
        }

        #topNav ul li a {
            color: #ffffff;
            font-weight: bold;
            font-size: 22px;
        }

    #topNav ul.hide-public-links li.site-top-nav-item {
        display: none;
    }

#bodyInnerWrapper {
    width: 100%;
    display: block;
}

#headerBanner {
    width: 100%;
    height: 420px;
    text-align: center;
    overflow: hidden;
    margin: 80px 0 0 0;
}

#headerBannerMask {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 420px;
    overflow: hidden;
}

#topNavTitle {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    margin: 20px 0 18px 96px;
    width: 220px;
}

#adminTopNavTitle {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    padding: 15px 0 0 10px;
    margin-left: 45px;
    width: 300px;
}

#adminTopNav {
    background-color: #3f1d0a;
    width: 100%;
    height: 50px;
}

    #adminTopNav ul {
        float: right;
        list-style: none;
        padding-left: 0;
        margin: 15px 30px 0 0;
    }

        #adminTopNav ul li {
            display: inline;
            border-right: 1px solid #ffffff;
            padding: 5px 23.5px 5px 23.5px;
        }

            #adminTopNav ul li:last-child {
                border: 0;
            }

            #adminTopNav ul li a {
                color: #ffffff;
                font-weight: bold;
                font-size: 20px;
            }

.mobileMenuHeader {
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0 10px 10px;
}

#headerBannerTitle {
    display: block;
    margin: auto, auto;
    margin: 60px 0 0 0;
}

#headerBannerTitle1 {
    display: none;
    color: #ffffff;
    font-size: 66px;
    line-height: 65px;
}

#headerBannerTitle2 {
    display: block;
    color: #ffffff;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: 1.04px;
    font-weight: normal;
    margin: 155px 20px 0 20px;
}

.no-contact-us #headerBannerTitle2 {
    font-size: 38px;
}

.headerBannerCustomContent {
    position: relative;
    top: 30px;
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    text-align: left;
    margin: 20px auto 32px auto;
    padding: 30px 0 0 0;
    width: 90%;
}

.headerBannerContact {
    display: inline-block;
    padding: 12px 24px 12px 24px;
    margin: 23px 0 0 0;
    font-size: 20px;
    font-family: Avenir-Next-Demi-Bold;
    font-weight: bolder;
    border-radius: 4px;
    background-color: #ffd31e;
    color: #3f1d0a;
    cursor: pointer;
}

    .headerBannerContact:hover {
        opacity: 0.8;
    }

#topLogo {
    display: block;
    z-index: 101;
    top: 10px;
    left: 20px;
    background: url('/images/logo.png');
    background-repeat: no-repeat;
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
}

#adminTopLogo {
    display: block;
    z-index: 101;
    top: 5px;
    left: 5px;
    background: url('/images/logo-small.png');
    background-repeat: no-repeat;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
}

ul.inlineList.date-time-picker li {
    margin: 0;
}

#topLogo {
    position: fixed;
}

#adminTopLogo {
    position: absolute;
}

#pageTitle {
    text-align: center;
}

.pageTitle, .pageTitleSmall {
    font-family: hand-of-sean-pro;
    margin: 24px 0 16px 0;
    text-shadow: 0 1px 0 #ffffff;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #02c9d9;
}

#mainContent {
    padding: 0 0 45px 0;
}

#siteFooter {
    height: 64px;
    background-color: #f2f2f2;
    width: 100%;
}

#footerLeft {
    padding: 5px 0 0 0;
    margin: 0 0 0 20px;
    width: 200px;
    height: 54px;
}

#siteFooterLogo {
    display: none;
}

#siteFooterCopyright {
    color: #3f1d0a;
    text-align: left;
    font-size: 8px;
    line-height: 12px;
    margin: 10px 0 0 0;
    font-weight: bold;
    word-spacing: -1px;
    letter-spacing: 0;
}

#footer-phone-email {
    display: none;
}

#footer-phone {
    display: inline-block;
    cursor: pointer;
    background: url("/images/icon-mobile-phone.svg");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 0 0 12px;
}

#footer-email {
    display: inline-block;
    cursor: pointer;
    background: url("/images/icon-mobile-email.svg");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 0 0 11px;
}

#footer-facebook {
    display: inline-block;
    cursor: pointer;
    background-repeat: no-repeat;
    background: url("/images/icon-mobile-facebook.svg");
    width: 16px;
    height: 16px;
    margin: 0 0 0 11px;
}

#footer-google-plus {
    display: inline-block;
    cursor: pointer;
    background: url("/images/icon-mobile-google-plus.svg");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 0 0 12px;
}

#footer-twitter {
    display: inline-block;
    cursor: pointer;
    background: url("/images/icon-mobile-twitter.svg");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 0 0 10px;
}

#footer-youtube {
    display: inline-block;
    cursor: pointer;
    background: url("/images/icon-mobile-youtube.svg");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 0 0 12px;
}

#footerRight {
    height: 16px;
    margin: -35px 24px 0 0;
    text-align: right;
    float: right;
    background-color: #f2f2f2;
    z-index: 100;
}

#bodyContent {
    text-align: left;
    min-height: 375px;
    padding: 0 24px 0 24px;
}

.noBanner #bodyContent, .noBannerOnSmallScreen #bodyContent {
    min-height: calc(100vh - 184px);
}

#adminBodyContent {
    min-height: calc(100vh - 26px);
}

.myAccountFull, .myAccountHalf {
    padding: 10px 10px 10px 10px;
}

#bodyContent ul.myAccountList {
    padding: 0;
    list-style: none;
}

    #bodyContent ul.myAccountList li {
        display: block;
    }

        #bodyContent ul.myAccountList li ul, #bodyContent ul.myAccountList li p {
            padding: 0;
            margin: 0 0 0 1px;
        }

.home-round-portrait {
    width: 100px;
    height: 100px;
}

.home-mtna-logo {
    width: 105px;
    height: 26px;
    margin: 30px 0 0 0;
}

.home-mmta-logo {
    width: 40px;
    height: 40px;
    margin: 30px 0 0 0;
}

.home-bbb-logo {
    width: 96px;
    height: 36px;
    margin: 30px 0 0 0;
}

.site-popup-menu-container {
    z-index: 100;
    position: fixed;
    display: none;
    right: 0px;
    top: 0px;
    width: 223px;
    overflow: visible;
    background-color: #240f04;
    opacity: 0.9;
    padding: 0 24px 0 24px;
}

    .site-popup-menu-container .dismiss-menu {
        width: 17px;
        height: 17px;
        background: url("/images/icon-close.svg");
        background-size: 17px 17px;
        background-repeat: no-repeat;
        margin: 32px 0 25px 205px;
    }

    .site-popup-menu-container.admin-popup-menu-container .dismiss-menu {
        margin: 16px 0 25px 220px;
    }

    .site-popup-menu-container ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .site-popup-menu-container ul li {
            border-top: 1px solid #ffffff;
        }

            .site-popup-menu-container ul li:first-child {
                border-top: none;
            }

        .site-popup-menu-container ul li {
            font-size: 16px;
            color: #ffffff;
            padding: 16px 0 16px 0;
            opacity: 0.85;
            display: block;
        }

            .site-popup-menu-container ul li a {
                font-size: 16px;
                color: #ffffff;
                opacity: 0.85;
                display: block;
            }

                .site-popup-menu-container ul li:hover, .site-popup-menu-container ul li a:hover {
                    text-decoration: none;
                    cursor: pointer;
                    font-weight: bolder;
                }

    .site-popup-menu-container.top-level-menu ul li {
        font-weight: 500;
        background: url("/images/icon-chevron.svg");
        background-size: 12px 30px;
        background-repeat: no-repeat;
        background-position: center right;
        opacity: 1.0;
    }

        .site-popup-menu-container.top-level-menu ul li a {
            font-weight: 500;
            opacity: 1.0;
        }

            .site-popup-menu-container.top-level-menu ul li:hover, .site-popup-menu-container.top-level-menu ul li a:hover {
                font-weight: bolder;
                background: url("/images/icon-add.svg");
                background-size: 12px 30px;
                background-repeat: no-repeat;
                background-position: center right;
            }

    .site-popup-menu-container ul li.menu-header {
        font-weight: 500;
        background: url("/images/icon-remove.svg");
        background-size: 16px 16px;
        background-repeat: no-repeat;
        background-position: center right;
        opacity: 1.0;
    }

#hamburgerMenu {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 18px;
    top: 26px;
    background: url('/images/icon-hamburger.svg');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #3f1d0a;
    padding: 4px;
}

#adminHamburgerMenu {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url('/images/icon-hamburger.svg');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #3f1d0a;
    padding: 3px;
}

#adminTopNavMenu, #topNavMenu {
    display: none;
}

p, span.checkboxWithLabel label {
    padding: 0;
    margin: 0 0 20px 0;
    color: #3f1d0a;
    font-size: 16px;
    line-height: 24px;
}

h3 {
    display: inline-block;
    font-family: Avenir-Next-Demi-Bold;
    padding: 0;
    font-size: 16px;
    margin: 30px 0 0 0;
    text-transform: uppercase;
    color: #3f1d0a;
}

.inline-heading {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Avenir-Next-Demi-Bold;
}

.inline-bold-italic {
    font-family: Avenir-Next-Demi-Bold;
    font-style: italic;
}

#bodyContent ul {
    padding: 0 0 0 50px;
}

    #bodyContent ul li {
        color: #3f1d0a;
        font-family: Avenir-Next;
    }

.mobile-dialog {
    position: fixed;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    overflow: auto;
    width: auto !important;
}

.dialog-full-screen {
    position: fixed;
    height: 70% !important;
    width: 90% !important;
    max-width: 650px !important;
    max-height: 600px !important;
    overflow: hidden;
}

img.imgPortrait {
    width: 150px;
    height: 150px;
    float: left;
    clear: right;
    margin: 20px 20px 0 20px;
}

img.imgAdminPortrait {
    width: 100px;
    height: 100px;
    margin: 20px 0 10px 0;
}

#adminPageTitle {
    font-family: hand-of-sean-pro;
    font-size: 18px;
    margin: 10px 0 0 5px;
    color: #02c9d9;
}

#adminPageContent, #plainBodyContent {
    padding: 5px;
}

#adminFooter {
    background-color: #f2f2f2;
    width: 100%;
    height: 25px;
    padding: 0;
}

#adminFooterInner {
    display: block;
    padding: 3px 10px 3px 10px;
}

ul.list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

    ul.list li {
        margin-bottom: 5px;
    }

ul.inlineList {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

    ul.inlineList li {
        display: inline;
        margin: 0 30px 0 0;
    }

#backToTop {
    width: 45px;
    height: 45px;
    background: url("/images/back-to-top.png");
    position: fixed;
    bottom: 70px;
    right: 20px;
    opacity: 0.6;
    display: none;
    z-index: 99;
    background-repeat: no-repeat;
    background-size: 45px 45px;
}

#bodyContent ul.checkboxLists {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    padding: 0px;
}

    #bodyContent ul.checkboxLists li {
        margin: 0 0 18px 0;
    }

        #bodyContent ul.checkboxLists li label {
            margin: 0 30px 0 0;
        }

.formIndentedContent {
    margin: 0 0 0 0;
    font-size: 16px;
    line-height: 20px;
}

    .formIndentedContent .subtext {
        display: inline-block;
        font-size: 12px;
        line-height: 16px;
        margin: 8px 0 0 28px;
    }

    .formIndentedContent span {
        display: inline-block;
        margin: 0 0 18px 0;
    }

.form-section-title {
    display: block;
    font-family: Avenir-Next-Demi-Bold;
    margin: 0 0 16px 0;
    font-weight: 100;
    color: #3f1d0a;
}

#bodyContent .myAccountAnchors ul {
    list-style: none;
    padding: 0px;
}

.myAccountList {
    padding: 0px;
    margin: 0px;
}

.myAccountHeader {
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    margin: 45px 20px 5px 0;
}

.myAccountAnchorsContainer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.myAccountAnchors ul li {
    display: block;
    padding: 5px;
    margin: 0 10px 10px 0;
    text-align: center;
}

    .myAccountAnchors ul li input {
        margin: 0px 5px 0px 5px;
        background-color: #ffd31e;
        color: #3f1d0a;
        font-size: 20px;
        font-weight: bold;
        padding: 10px 25px 10px 25px;
        cursor: pointer;
        border-radius: 3px;
        text-transform: uppercase;
        width: 200px;
        display: inline-block;
        text-align: center;
    }

ul.bullet {
    margin: 3px;
    padding-left: 25px;
}

a, a:visited {
    color: #02c9d9;
    text-decoration: none;
}

    a:hover {
        color: #1779e4;
        text-decoration: underline;
    }

.small {
    font-size: 11px;
}

.smallest {
    font-size: 7px;
}

.admin-popup-menu-container {
    position: absolute;
    margin-top: 0px;
}

table.layoutTable {
}

    table.layoutTable tr td {
        padding: 5px;
    }

#eventCalendar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #eventCalendar ul li {
        display: inline;
    }

#eventCalendar .read-more-wrapper {
    font-size: 16px;
    line-height: 16px;
    display: block;
    text-align: center;
    text-decoration: underline;
    padding: 15px 0 0 0;
}

.contentWrapper .read-more-wrapper, .contentWrapper .read-less-wrapper {
    display: block;
    text-align: center;
    text-decoration: underline;
    font-size: 14px;
    margin: 8px 0 40px 0;
}

.section-preview, .section-separator {
    display: none;
}

.calendar-group-date {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #02c9d9;
    font-family: Avenir-Next-Demi-Bold;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}

.calendar-event-date {
    font-size: 16px;
    line-height: 24px;
    font-family: Avenir-Next-Demi-Bold;
    font-weight: 600;
    margin: 0 30px 0 0;
}

.calendar-event-title {
    font-size: 16px;
    line-height: 24px;
    font-family: Avenir-Next-Demi-Bold;
    font-weight: 600;
}

#eventCalendar ul li {
    line-height: 16px;
}

.calendar-event-location, .calendar-event-location:visited {
    font-size: 16px;
    line-height: 24px;
    display: block;
    text-decoration: underline;
    font-style: italic;
    color: #3f1d0a;
}

.calendar-event-description {
    display: inline-block;
    margin-top: 30px;
}

.calendarColumnRight {
    margin: 0 0 30px 0;
}

#calendarLoading {
    width: 250px;
    margin-left: -100px;
    margin-top: -50px;
    position: fixed;
    z-index: 101;
    top: 50%;
    left: 50%;
    background-color: #eaeaea;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    opacity: 0.8;
}

table.borderTable {
    border-collapse: collapse;
    border-radius: 5px;
    background: #eeeeee;
    overflow: hidden;
}

    table.borderTable th, table.borderTable tr td {
        padding: 10px 15px 10px 15px;
        border-bottom: 1px solid #ffffff;
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        vertical-align: top;
    }

    table.borderTable th {
        background: #1779e4;
        color: #ffffff;
        text-align: left;
    }

        table.borderTable th a {
            color: #ffffff !important;
            text-decoration: underline !important;
            padding: 0 0 3px 0 !important;
        }

            table.borderTable th a:hover {
                text-decoration: none !important;
            }

            table.borderTable th a.aspNetDisabled {
                text-decoration: none !important;
                color: #cccccc !important;
            }

div.modal {
    position: absolute;
    display: none;
    overflow: auto;
}

div.fullScreenModal {
    position: absolute;
    display: block;
    top: 25px;
    left: 0px;
    right: 20px;
    bottom: 0px;
}

input[type="submit"],
input[type="button"],
button {
    margin: 0 10px 0 0;
    background-color: #ffd31e;
    color: #3f1d0a;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 25px 10px 25px;
    border: 0;
    margin: 5px;
    cursor: pointer;
    border-radius: 3px;
    text-transform: uppercase;
    -webkit-appearance: none;
}

    input[type="submit"]:hover,
    input[type="button"]:hover,
    button:hover {
        opacity: 0.8;
    }

input.negativeButton {
    border: 2px solid #3f1d0a;
    background-color: #ffffff;
    padding: 8px 25px 8px 25px;
}

input.smallButton {
    padding: 3px 5px 3px 5px;
}

input[type="submit"]:disabled,
input[type="button"]:disabled,
button:disabled {
    background: #777777;
}

a.disabled {
    color: #777777;
}

#adminBodyContent input[type="submit"],
#adminBodyContent input[type="button"],
#adminBodyContent button,
#plainBodyContent input[type="submit"],
#plainBodyContent input[type="button"],
#plainBodyContent button {
    font-size: 15px;
    padding: 5px 10px 5px 10px;
}

input [type="image"]:disabled, input.aspNetDisabled[type="image"] {
    -webkit-filter: opacity(30%);
    /* Safari 6.0 - 9.0 */
    filter: opacity(30%);
    cursor: auto;
}

.error, a.error {
    color: #b42222 !important;
    font-weight: bold;
}

input.error {
    background-color: #b42222 !important;
    color: #ffffff !important;
}

a.emphaisLink {
    font-size: 18px;
    font-weight: bold;
}

.inactive {
    background-color: #888888;
    color: #ffffff;
    border-radius: 5px;
    padding: 3px;
}

.warning {
    color: #ef760f !important;
    font-weight: bold;
}

input.warning {
    background: #ef760f !important;
    font-weight: bold;
    color: #ffffff !important;
}

.success {
    color: #29a511;
    text-shadow: #eeeeee 0.1em 0.1em 0.2em;
}

input[type="text"],
input[type="password"],
input[type="file"],
input[type="number"],
select,
textarea {
    font-family: Avenir-Next;
    padding: 10px;
    border: 1px solid #ffd31e;
    margin: 3px 3px 3px 3px;
    border-radius: 3px;
    font-size: 16px;
}

input[type="checkbox"],
input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

#adminBodyContent input[type="text"],
#adminBodyContent input[type="password"],
#adminBodyContent input[type="file"],
#adminBodyContent input[type="number"],
#adminBodyContent select,
#adminBodyContent textarea,
#plainBodyContent input[type="text"],
#plainBodyContent input[type="password"],
#plainBodyContent input[type="file"],
#plainBodyContent input[type="number"],
#plainBodyContent select,
#plainBodyContent textarea {
    padding: 5px;
    font-size: 15px;
}

.label {
    text-align: right;
    font-weight: bold;
}

.hidden {
    display: none;
}

.emphasis {
    font-weight: bold;
    color: #7B68EE;
}

option.inactive {
    background-color: #dddddd;
    color: #b42222;
}

tr.inactive {
    background-color: #555555;
    color: #ffffff;
}

#ui-datepicker-div {
    z-index: 103 !important;
}

div.modal a, div.modal a:visited {
    color: #075dbb !important;
    text-decoration: none;
}

div.controlGroup {
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    margin: 10px;
    padding: 5px;
}

table.centerTable {
    margin: 10px auto;
}

input.txt_jvFloat[title] {
    padding: 15px 10px 5px 10px !important;
}

input.txt_jvFloat:placeholder-shown {
    padding: 10px 10px 10px 10px !important;
}

.jvFloat label.placeHolder {
    color: #3f1d0a;
    top: -8px;
    font-size: .8em;
}

.form_refererred_from {
    padding: 8px;
    margin: 0;
    display: none;
    border: 1px solid #eaeaea;
}

.errorField {
    background-color: #db7f7f;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 104;
    background-color: #000000;
    opacity: 0.3;
}

.modalMessage {
    position: fixed;
    top: 20%;
    background-color: #ffffff;
    width: 80%;
    min-width: 200px;
    margin: 30px auto 0 auto;
    overflow: visible;
    z-index: 105;
    text-align: center;
    padding: 10px 15px 25px 15px;
    border-radius: 10px;
}

    .modalMessage .pageTitle {
        margin: 5px 0 15px 0;
    }

.modal-message-close {
    width: 17px;
    height: 17px;
    background: url("/images/icon-close-brown.svg");
    background-size: 17px 17px;
    background-repeat: no-repeat;
    margin: 12px 0 0 7px;
}

.inlineModal {
    position: fixed;
    z-index: 101;
    border: 1px solid #cccccc;
    border-radius: 10px;
    overflow: auto;
    background-color: #eaeaea;
}

h3.underline {
    border-bottom: 2px solid #cccccc;
    padding-bottom: 2px;
    display: inline-block;
}

a.cancelledEvent, tr.cancelledEvent .fc-event-dot {
    background-color: #ed8787;
}

div.cancelledEvent, a.cancelledEvent {
    border-left: 6px solid #f53838 !important;
}

div.payableCancelledEvent, a.payableCancelledEvent, .payableCancelledEvent .fc-list-item-title {
    background-image: url(/images/gold-coin25x17.png) !important;
    background-repeat: no-repeat;
    background-position: right 2px bottom 2px;
    background-size: 25px 17px;
}

div.free-lesson, a.free-lesson, .free-lesson .fc-list-item-title {
    background-image: url(/images/silver-coin25x17.png) !important;
    background-repeat: no-repeat;
    background-position: right 2px bottom 2px;
    background-size: 25px 17px;
}

div.partially-cancelled, a.partially-cancelled, .partially-cancelled .fc-list-item-title {
    background-image: url(/images/half-clock.png) !important;
    background-repeat: no-repeat;
    background-position: right 2px bottom 2px;
    background-size: 13px 13px;
}

div.inactiveEvent, a.inactiveEvent {
    border-left: 6px solid #555555 !important;
}

div.holiday, a.holiday {
    border-left: 6px solid #88ee14 !important;
}

div.lesson, a.lesson {
    border-left: 6px solid #2e56f2 !important;
}

tr.fc-list-item.cancelledEvent, tr.fc-list-item.cancel:hover {
    background: #ed8787;
}

.dailyNote .fc-time {
    display: none;
}

.dailyNote {
    background-image: url(/images/notes25x25.png) !important;
    background-repeat: no-repeat;
    background-position: right 2px bottom 2px;
}

    .dailyNote .fc-list-item-time {
        visibility: hidden;
    }

    a.dailyNote .fc-title, .dailyNote .fc-list-item-title.fc-widget-content {
        font-weight: bold;
        font-size: 12px;
    }

tr.overLimitMakeup, a.overLimitMakeup {
    border-left: 6px solid #ef760f !important;
    background-color: #aaaaaa !important;
    color: #000000;
}

a.overLimitMakeup, .overLimitMakeup .fc-list-item-title {
    background-image: url(/images/blue-star.svg) !important;
    background-repeat: no-repeat;
    background-position: right 2px bottom 2px;
    background-size: 25px 25px;
}

a.hasMakeup, .hasMakeup .fc-list-item-title {
    background-image: url(/images/star25x25.png) !important;
    background-repeat: no-repeat;
    background-position: right 2px bottom 2px;
}

a.hasError, .hasError .fc-list-item-title {
    background-image: url(/images/error25x25.png) !important;
    background-repeat: no-repeat;
    background-position: right 2px bottom 2px;
}

a.mileagePending, .mileagePending .fc-list-item-title {
    background-image: url(/images/mileage.svg) !important;
    background-repeat: no-repeat;
    background-position: right 2px bottom 2px;
    background-size: 12px 12px;
}

.studentView .fc-event-dot {
    display: none;
}

div.event, a.event {
    border-left: 6px solid #c46cf3 !important;
}

blockquote {
    margin: 10px 5px 10px 5px;
}

.eventGroupWrapper {
    background-color: #3f1d0a;
    display: block;
    padding: 10px;
    margin: 0 0 5px 0;
    color: #ffffff;
}

.browseUserIcon {
    width: 25px;
    height: 25px;
    margin: 0 15px 0 15px;
    border: 2px solid #000000;
    padding: 3px;
    border-radius: 5px;
}

    .browseUserIcon:disabled {
        border: 2px solid #cccccc;
    }

.deleteIcon, .editIcon, .addIcon {
    width: 20px;
    height: 20px;
}

tr.selectedCancellationRow td {
    background-color: #55a91a;
    color: #ffffff;
    font-weight: bold;
}

td.report-leading-column-1 {
    padding-left: 25px !important;
}

td.report-leading-column-2 {
    padding-left: 35px !important;
}

.overLimit {
    display: inline-block;
    background-color: #ef760f;
    padding: 2px 5px 2px 5px;
    border-radius: 5px;
    color: #ffffff;
}

.smallHeading {
    font-size: 15px;
    font-weight: bold;
}

.clickableIcon {
    cursor: pointer;
    margin: 0px 5px 0px 5px;
}

.eventToolTip {
    background-color: #eaeaea;
    border: 1px solid #000000;
    border-radius: 5px;
    position: absolute;
    z-index: 100;
    overflow: visible;
    padding: 10px;
    box-shadow: 5px 5px 5px #666;
}

#formContent input[type="text"],
#formContent input[type="password"],
#formContent input[type="file"],
#formContent input[type="number"],
#formContent textarea {
    width: 100%;
    padding: 10px 10px 10px 10px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#formContent select {
    margin: 4px 0 4px 0;
}


#bodyContent ul.fees-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    display: inline-block;
}

div.videoContainer {
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: center;
}

    div.videoContainer iframe {
        width: 300px;
        height: 190px;
        border-radius: 5px;
        margin: 0 0 10px 0;
    }

    div.videoContainer div {
        display: inline-block;
        padding: 0 !important;
        text-align: center;
        margin: 0 0 32px 0;
        height: 280px;
    }

.login-wrapper table {
    margin: 0 auto 0 auto;
}

    .login-wrapper table tr td {
        padding: 5px 0 5px 0;
    }

        .login-wrapper table tr td input[type="text"],
        .login-wrapper table tr td input[type="password"] {
            margin: 0 0 0 10px;
        }

#reset-password-wrapper-table {
    width: 300px;
}

    #reset-password-wrapper-table input[type="text"] {
        width: 215px;
    }

.largeScreenOnly {
    display: none;
}

#adminCalendarHeader {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

    #adminCalendarHeader li {
        display: inline;
        margin: 0 5px 0 0;
        white-space: nowrap;
    }

        #adminCalendarHeader li div {
            display: inline-block;
        }

        #adminCalendarHeader li label {
            display: inline-block;
        }

#emailStatusContainer {
    border: 1px solid #cccccc;
    background-color: #eaeaea;
    padding: 3px 12px 5px 5px;
    font-size: 12px;
    position: absolute;
    top: 55px;
    right: 10px;
    width: 80px;
    display: none;
}

#emailStatusContainerHide {
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    background: url('/images/close.png');
}

.locked .fc-prev-button, .locked .fc-next-button, .locked .fc-today-button {
    display: none;
}

.holiday .fc-list-item-time {
    visibility: hidden;
}

.locked .fc-toolbar {
    text-align: right;
    margin-top: -18px;
    margin-right: 10px;
}

.presetDateDropdown {
    margin-bottom: -80px;
}

.fc-list-empty {
    font-size: 20px;
    padding: 10px;
}

.noBanner #pageTitle, .noBannerOnSmallScreen #pageTitle {
    margin: 120px 0 0 0;
}

/* Faculty page */

#faculty-outer-wrapper {
    vertical-align: middle;
    margin: 0 -24px 0 -10px;
}

.head-teacher-panel {
    vertical-align: middle;
    height: 64px;
    margin: 16px 0 48px -2px;
}

.ui-widget-content {
    background-color: #ffffff !important;
}

.ui-widget .teacher-bio-modal {
    font-family: Avenir-Next;
}

.teacher-bio-modal .head-teacher-panel {
    margin: 16px 0 24px 0;
}

.head-teacher-name-and-title {
    display: inline-block;
    position: relative;
    top: -14px;
    left: 12px;
    text-align: left;
    height: 64px;
    font-weight: normal;
    font-size: 14px;
}

.head-teacher-name {
    font-size: 16px;
    line-height: 22px;
    font-family: Avenir-Next-Demi-Bold;
    text-transform: uppercase;
}

.img-head-teacher {
    width: 64px;
    height: 64px;
    display: inline-block;
}

.img-portrait-mobile {
    width: 64px;
    height: 64px;
}

.faculty-bio-small {
    display: inline-block;
    text-align: center;
    width: 64px;
    margin: 12px 9px 12px 9px;
}

.faculty-name {
    font-size: 10px;
    font-family: Avenir-Next-Demi-Bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.0;
    text-align: center;
    color: #3f1d0a;
    text-transform: uppercase;
    white-space: nowrap;
}

#teacher-modal-dismiss {
    margin: 10px 0 0 0;
    width: 17px;
    height: 17px;
    background: url("/images/icon-close-brown.svg");
    background-size: 17px 17px;
    background-repeat: no-repeat;
}

.teacher-biography {
    font-size: 16px;
    font-weight: normal;
}

/* Larger screen definitions */
@media screen and (min-width: 650px) {
    #topLogo {
        position: absolute;
        top: 20px;
        left: 76px;
        background: url('/images/logo.png');
        background-size: 125px 125px;
        width: 125px;
        height: 125px;
    }

    .noBanner #topLogo {
        top: 10px;
        left: 20px;
        background-size: 60px 60px;
        width: 60px;
        height: 60px;
    }

    .noBanner #topNavTitle {
        display: block;
    }

    .noBanner #pageTitle {
        font-size: 24px;
    }

    .noBannerOnSmallScreen #pageTitle {
        margin: 70px 0 50px 0;
    }

    h3 {
        font-size: 24px;
    }

    .faculty-bio {
        display: inline-block;
        padding: 5px;
        margin: 10px 0 80px 0;
    }

        .faculty-bio h3 {
            margin: 0 0 20px 0;
        }

        .faculty-bio p {
            margin: 20px 0 0 0;
        }

    img.imgPortrait {
        width: 243px;
        height: 243px;
    }

    #headerBannerTitle {
        margin: 265px 0 0 0;
    }

    #headerBannerTitle1 {
        display: block;
    }

    #headerBannerTitle2 {
        font-size: 40px;
        line-height: 45px;
        margin: 30px 0 0 0;
    }

    .headerBannerContact {
        margin: 50px 0 0 0;
        font-size: 24px;
        font-weight: bolder;
        padding: 18px 52px 18px 52px;
    }

    .headerBannerCustomContent {
        top: -30px;
        font-size: 44px;
        line-height: 64px;
        margin: 0 auto;
        width: 80%;
        padding: 0;
    }

    #bodyContent {
        min-height: calc(100vh - 142px);
        padding: 50px 100px 100px 100px;
    }

        #bodyContent ul.fees-list {
            margin: 25px 45px 60px 0;
            padding: 0 0 0 50px;
        }

    p, span.checkboxWithLabel label {
        padding: 0;
        margin: 0 0 20px 0;
        color: #3f1d0a;
        font-size: 24px;
        line-height: 40px;
        font-family: Avenir-Next;
    }

    input[type="submit"],
    input[type="button"],
    button {
        font-size: 20px;
    }

    #bodyContent ul li {
        font-size: 24px;
        line-height: 40px;
    }

    #topNavTitle {
        display: none;
    }

    #bodyInnerWrapper {
        display: inline-block;
    }

    #headerBanner {
        display: block;
        height: 690px;
    }

    #headerBannerMask {
        height: 690px;
    }

    .pageTitle {
        font-size: 96px;
        line-height: 90px;
        margin: 70px 0 50px 0;
    }

    #bodyContent {
        min-height: calc(100vh - 310px);
    }

    .myAccountHalf {
        width: 30%;
        display: inline-block;
        padding: 5px 30px 5px 30px;
    }

    .calendar-group-date {
        margin: 30px 0 0 0;
    }

    .calendarColumnRight {
        margin: -40px 0 30px 280px;
    }

    .largeScreenOnly {
        display: inherit;
    }

    .smallScreenOnly {
        display: none;
    }

    #formContent input[type="text"],
    #formContent input[type="password"],
    #formContent input[type="file"],
    #formContent input[type="number"],
    #formContent select {
        width: 350px;
    }

    input[type="text"],
    input[type="password"],
    input[type="file"],
    input[type="number"],
    select,
    textarea {
        font-size: 20px;
    }

    #reset-password-wrapper-table {
        width: 450px;
    }

        #reset-password-wrapper-table input[type="text"] {
            width: 365px;
        }

    div.videoContainer {
        padding: 30px 0 0 0;
    }

        div.videoContainer iframe {
            width: 546px;
            height: 379px;
        }

        div.videoContainer div {
            height: 500px;
            margin: 0 24px 32px 24px;
        }

    #emailStatusContainer {
        display: block;
    }

    .locked table tr td {
        font-size: 20px;
    }

    .fc-center h2 {
        font-size: 28px;
    }

    .modalMessage {
        min-width: 350px;
        padding: 20px 30px 35px 30px;
        margin: 100px 0 0 0;
    }

        .modalMessage .pageTitle {
            margin: 0 0 50px 0;
        }

    .modal-message-close {
        width: 24px;
        height: 24px;
        background-size: 24px 24px;
        margin: 12px 0 0 7px;
    }

    .inline-heading {
        font-size: 24px;
        margin: 16px 0 0 0;
    }

    #faculty-outer-wrapper {
        text-align: left;
    }

    .form-section-title {
        font-size: 24px;
    }

    .formIndentedContent {
        font-size: 24px;
        line-height: 40px;
    }

        .formIndentedContent .subtext {
            font-size: 20px;
            line-height: 25px;
        }

    #eventCalendar .read-more-wrapper, .contentWrapper .read-more-wrapper {
        display: none;
    }

    #eventCalendar ul li {
        line-height: 40px;
    }

    .calendar-group-date {
        font-size: 27px;
        line-height: 40px;
    }

    .calendar-event-date {
        font-size: 25px;
        line-height: 40px;
    }

    .calendar-event-title {
        font-size: 25px;
        line-height: 40px;
    }

    .calendar-event-location {
        font-size: 25px;
        line-height: 40px;
    }

    .myAccountAnchors {
        max-width: 1024px;
    }

        .myAccountAnchors ul {
            text-align: center;
        }

            .myAccountAnchors ul li {
                display: inline;
            }

                .myAccountAnchors ul li input {
                    display: inline-block;
                    width: 250px;
                    margin: 5px 10px 5px 10px;
                }
}

@media screen and (min-width: 925px) {
    #adminHamburgerMenu {
        display: none;
    }

    .site-popup-menu-container.admin-popup-menu-container {
        margin-top: 18px;
    }

    #adminTopNavMenu {
        display: block;
    }

    .home-round-portrait {
        width: 200px;
        height: 200px;
    }

    .home-mtna-logo {
        width: 264px;
        height: 65px;
    }

    .home-mmta-logo {
        width: 101px;
        height: 101px;
    }

    .home-bbb-logo {
        width: 240px;
        height: 91px;
    }

    #siteFooterLogo {
        margin: 2px 0 0 0;
    }

    #siteFooter {
        height: 120px;
    }

    #siteFooterLogo {
        display: block;
        width: 100px;
        height: 100px;
        background: url('/images/logo.png');
        background-repeat: no-repeat;
        background-size: 100px 100px;
        margin: 6px 0 0 0;
    }

    #footerLeft {
        width: 350px;
    }

    #footerRight {
        height: 56px;
        margin: -25px 24px 0 0;
    }

    #footer-phone, #footer-email {
        display: none;
    }

    #footer-facebook {
        background: url("/images/facebook.png");
        background-repeat: no-repeat;
        background-size: 56px 56px;
        width: 56px;
        height: 56px;
        margin: 0 0 0 32px;
    }

    #footer-google-plus {
        background: url("/images/google-plus.png");
        background-repeat: no-repeat;
        background-size: 56px 56px;
        width: 56px;
        height: 56px;
        margin: 0 0 0 24px;
    }

    #footer-twitter {
        background: url("/images/twitter.png");
        background-repeat: no-repeat;
        background-size: 56px 56px;
        width: 56px;
        height: 56px;
        margin: 0 0 0 24px;
    }

    #footer-youtube {
        background: url("/images/youtube.png");
        background-repeat: no-repeat;
        background-size: 56px 56px;
        width: 56px;
        height: 56px;
        margin: 0 0 0 24px;
    }

    #siteFooterCopyright {
        position: relative;
        left: 124px;
        top: -100px;
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (min-width: 1280px) {
    #topNav {
        height: 100px;
        background-color: #240f04;
        opacity: 0.98;
    }

    .noBanner #topNavTitle {
        display: none;
    }

    #hamburgerMenu {
        display: none;
    }

    #headerBanner {
        margin: 100px 0 0 0;
    }

    #topNavMenu {
        display: block;
    }

    #topLogo {
        background-size: 220px 220px;
        width: 220px;
        height: 220px;
        top: 40px;
    }

    #siteFooter {
        height: 207px;
    }

    #footerLeft {
        padding: 54px 0 0 0;
        margin: 0 0 0 101px;
        width: 300px;
        height: 100px;
    }

    #footerRight {
        width: 830px;
        margin: -70px 100px 0 0;
    }

    ul.checkboxLists li {
        display: inline;
    }

    .dismiss-menu {
        display: none;
    }

    #footer-phone-email {
        position: relative;
        top: -9px;
        right: 0px;
        display: inline-block;
        width: 294px;
        height: 56px;
        border-right: 2px solid #3f1d0a;
        padding: 0 32px 0 0;
        margin: -100px 0 0 0;
    }

        #footer-phone-email a {
            display: inline;
            font-size: 20px;
            line-height: 28px;
            color: #3f1d0a;
            font-weight: bold;
        }

    .site-popup-menu-container {
        margin-top: 44px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        padding: 0;
        width: 274px;
        opacity: 0.90;
    }

        .site-popup-menu-container ul {
            padding: 0;
            margin-left: 0;
            margin-top: 0;
            margin-bottom: 0;
        }

            .site-popup-menu-container ul li {
                padding: 0;
                border: 0;
                opacity: 1.0;
            }

                .site-popup-menu-container ul li a {
                    padding: 17px 0 17px 20px;
                    font-size: 20px;
                    font-weight: 300;
                    display: block;
                    text-decoration: none;
                    color: #ffffff;
                    opacity: 1.0;
                }

                    .site-popup-menu-container ul li a:hover {
                        background-color: #ffffff;
                        font-family: Avenir-Next-Demi-Bold;
                        color: #240f04;
                    }

                .site-popup-menu-container ul li:last-child a:hover {
                    border-bottom-right-radius: 3px;
                    border-bottom-left-radius: 3px;
                }

    .menu-header, .dismiss-menu {
        display: none;
    }
}

.plainPageTitle {
    font-size: 18px;
    line-height: 25px;
    margin: 10px 10px 10px 10px !important;
}

@media print {
    .noPrint {
        display: none !important;
    }

    .fc-scroller {
        overflow: visible !important;
    }

    .fc-left, .fc-right {
        display: none !important;
    }

    #adminTopNav, #adminFooter {
        display: none !important;
    }
}
