body, h1, h2, h3, div, span, nav, p, a, b, i, img, label {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;

    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

div#menu {
    position: fixed;
    width: 100%;
    height: 58px;
    z-index: 4;
}

div#menu.dark-mode {
    background-image: url("images/menu-background.png");
}

div#menu.light-mode {
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
}

a#logo-link {
    position: absolute;
    top: 5px;
    left: 10px;
    height: 45px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    background-image: url("images/logo.png");
    background-repeat: no-repeat;
    padding: 8px 0 0 55px;
    display: block;
}

a#burger-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    height: 48px;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 10px 0 0 0;
    cursor: pointer;
    display: none;
}

nav#desktop-menu {
    position: absolute;
    top: 16px;
    right: 16px;
}

nav#desktop-menu > a {
    display: inline-block;
    padding: 0 15px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

nav#burger-menu {
    position: fixed;
    top: 59px;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    z-index: 4;
    display: none;
}

nav#burger-menu > a {
    display: block;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 20px 0;
}

nav#burger-menu > a:hover {
    background-color: #EEEEEE;
}

nav#burger-menu > a.current-section {
    background-color: #E2007A;
    /*background-color: #05347B;*/
    color: #FFFFFF;
}    

div#menu.dark-mode > a#logo-link {
    color: #FFFFFF;
}

div#menu.light-mode > a#logo-link {
    color: #000000;
}

div#menu.dark-mode > a#burger-button {
    color: #FFFFFF;
    border-left: 1px solid #444444;
}

div#menu.light-mode > a#burger-button {
    color: #000000;
    border-left: 1px solid #CCCCCC;
}

div#menu.dark-mode > nav#desktop-menu > a {
    color: #FFFFFF;
}

div#menu.light-mode > nav#desktop-menu > a {
    color: #000000;
}

div#menu > nav#desktop-menu > a.current-section {
    background-color: #E2007A;
    /*background-color: #05347B;*/
    color: #FFFFFF;
}

div#banner {
    background-image: url("images/banner2048.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 48%;
    height: 300px;
}

div#banner.enlarged {
    height: 400px;
}

div#floating-logo {
    background-image: url("images/logo512.png");
    background-repeat: no-repeat;
    background-position: 50% 60%;
    background-size: auto 70%;
    width: 100%;
    height: 300px;
}

div#banner.enlarged > div#floating-logo {
    height: 450px;
}


div#header {
    font-family: "Russo One", "Arial", sans-serif;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    background-color: #E2007A;
    /*background-color: #05347B;*/
    padding: 20px 0;
}

div#header.enlarged {
    padding: 20px 0 10px 0;
    font-size: 22px;
}

span#header-date {
    font-size: 45px;
}

div#breaking-news {
    background-color: #FFE1F1;
    /*background-color: #FFD851;*/
    padding: 10px 15px;
    text-align: center;
}

div#content {
    width: 1100px;
    margin: 0 auto;
    padding: 25px 25px 40px 25px;
    border-left: 1px dashed #FFAAD9;
    border-right: 1px dashed #FFAAD9;

    /*border-left: 1px dashed #C1D1FF;
    border-right: 1px dashed #C1D1FF;*/
}

h1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 22px 0;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    color: #E2007A;
    /*color: #05347B;*/
    margin: 0 0 16px 0;
}

div#intro-note {
    padding: 20px 20px 20px 150px;
    margin: 0 0 25px 0;
    background-color: #FFE1F1;
    /*background-color: #E1F1FF;*/
    position: relative;
    z-index: 1;
}

div#intro-label {
    position: absolute;
    top: 17px;
    left: 17px;
    font-family: "Russo One", "Arial", sans-serif;
    color: #FFFFFF;
    background-color: #F2178A;
    /*background-color: #05347B;*/
    padding: 2px 10px;
}

div#coming-soon {
    background-color: #FFE1F1;
    /*background-color: #E1F1FF;*/
    text-align: center;
    padding: 50px 20px;
    margin: 0 0 150px 0;
}

div#coming-headline {
    font-family: "Russo One", "Arial", sans-serif;
    color: #FFFFFF;
    background-color: #F2178A;
    /*background-color: #05347B;*/
    padding: 2px 10px;
    width: 150px;
    margin: 0 auto 30px auto;
}

div.section {
    margin: 0 0 25px 0;
    padding: 16px 0 0 0;
    border-top: 1px dashed #FFAAD9;
    /*border-top: 1px dashed #C1D1FF;*/
}

p {
    background-image: url("images/bullet.png");
    background-repeat: no-repeat;
    background-position: 0 9px;
    padding: 0 0 0 20px;
    margin: 0 0 16px 0;
}

p.no-bullet {
    background-image: none;
}

a {
    color: #E2007A;
    /*color: #05347B;*/
    font-weight: bold;
    text-decoration: underline;
}

a.dim-link {
    color: #999999;
    font-weight: normal;
    cursor: pointer;
}

a.dark-link {
    color: #000000;
    font-weight: normal;
    cursor: pointer;
}

span.file-format-note {
    color: #000000;
    background-color: #EEEEEE;
    padding: 2px 5px;
    margin: 0 0 0 5px;
    font-size: 12px;
}

div#registration-success {
    display: none;
}

div#update-success {
    display: none;
}

div#application-form > div.section {
    margin: 0 0 30px 0;
}

div.form-field {
    margin: 0 0 18px 0;
}

label {
    display: inline-block;
    width: 200px;
    padding: 0 10px 0 0;
    text-align: right;
    color: #000000;
    font-weight: normal;
    vertical-align: top;
}

input[type="text"], select {
    display: inline-block;
    padding: 6px 8px;
    border: 1px solid #777777;
    font-size: 16px;
    background-color: #FFFFFF;
    margin: 0;
}

input[type="text"] {
    width: 300px;
}

input[type="text"]:disabled {
    background-color: #EEEEEE;
}

input[type="file"] {
    display: inline-block;
    font-size: 16px;
}

div.file-upload {
    display: inline-block;
}

select {
    width: 250px;
}

input[type="file"] {
    border: 0;
    padding: 0;
    margin: 0 0 16px 0;
}

input[type="submit"] {
    background-color: #E2007A;
    /*background-color: #05347B;*/
    color: #FFFFFF;
    border: 0;
    padding: 10px 16px;
    margin: 0;
    font-size: 18px;
}

div#member-widget-wrapper {
    display: inline-block;
}

div#member-list-overview {
    display: inline-block;
    padding: 16px 25px;
    background-color: #F3F3F3;
}

div#member-list-content {
    width: 600px;
    margin: 16px 0 0 0;
    background-color: #FFEECC;
    padding: 16px 48px 16px 16px;
}

div#member-count-wrapper {
    font-weight: bold;
}

a#member-list-button {
    display: inline-block;
    color: #3355CC;
    cursor: pointer;
}

div#member-hint {
    font-size: 14px;
    margin: 0 0 16px 0;
}

textarea {
    width: 100%;
    height: 200px;
    padding: 16px;
    font-size: 16px;
    border: 1px solid #777777;
    color: #000000;
    display: block;
}

div#billing-options-area {
    background-color: #F3F3F3;
    padding: 20px 0 15px 0;
    margin: 0 0 16px 0;
}

div#billing-options-label {
    display: inline-block;
    width: 200px;
    padding: 0 10px 0 0;
    text-align: right;
    vertical-align: top;
}

div#billing-options-content {
    display: inline-block;
    vertical-align: top;
}

div.billing-options-field {
    margin: 0 0 5px 0;
}

label.regular-label {
    display: inline;
    width: auto;
    padding: 0 0 0 10px;
}

div#performance-hint {
    margin: 0 0 16px 0;
}

div#performance-menu {
    margin: 0 0 25px 0;
}

div#performance-menu-buttons {
    display: inline;
}

a.performance-button {
    display: inline-block;
    padding: 5px 45px 5px 15px;
    margin: 0 10px 10px 0;
    background-color: #DDDDDD;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    cursor: default;
    position: relative;
}

a.performance-button-current {
    background-color: #E2007A;
    /*background-color: #05347B;*/
    color: #FFFFFF;
}

span.performance-delete {
    position: absolute;
    right: 8px;
    top: 8px;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 20px;
    text-align: center;
    cursor: pointer;
    background-color: #F5F5F5;
    color: #000000;
    font-size: 12px;
    z-index: 1;
}

span.performance-delete-current {
    background-color: #FFE1F1;
    /*background-color: #E1F1FF;*/
    color: #000000;
}

a#add-performance-button {
    display: inline-block;
    color: #3355CC;
    font-weight: bold;
    cursor: pointer;
}

div.form-agreement-field {
    margin: 0 0 26px 0;
}

a.help-button {
    display: inline-block;
    width: 20px;
    text-align: center;
    text-decoration: none;
    background-color: #FFE1F1;
    /*background-color: #E1F1FF;*/
    margin: 0 0 0 5px;
    cursor: pointer;
}

div.help-area {
    position: fixed;
    top: 15%;
    left: 10%;
    width: 80%;
    height: 75%;
    background-color: #FFFFFF;
    overflow-y: auto;
    z-index: 3;
    display: none;
}

h3.help-title {
    font-size: 20px;
    padding: 20px 20px 16px 20px;
    margin: 0 0 16px 0;
    color: #E2007A;
    /*color: #05347B;*/
    border-bottom: 1px dashed #FFAAD9;
    /*border-bottom: 1px dashed #C1D1FF;*/
}

div.help-content {
    padding: 0 20px 40px 20px;
}

a.close-popup-button {
    position: absolute;
    top: 21px;
    right: 20px;
    cursor: pointer;
    color: #999999;
}

img#form-examples {
    display: inline;
}

div.music-progress {
    display: inline-block;
    color: #777777;
}

a.music-link {
    display: inline-block;
}

a.music-delete {
    display: inline-block;
    width: 20px;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    margin: 0 0 0 10px;
    background-color: #DDDDDD;
    text-align: center;
    cursor: pointer;
}

div.form-tip {
    font-size: 15px;
    margin: 0 0 10px 210px;
}

div.invalid-warning {
    margin: 0 0 10px 220px;
    color: #FF0000;
    font-weight: bold;
    display: none;
}

div.invalid-warning-regular {
    margin: 0 0 10px 0;
    color: #FF0000;
    font-weight: bold;
    display: none;
}

div#multiple-performances-note {
    margin: 0 0 15px 0;
    color: #FF4411;
    display: none;
}

div#footer {
    background-color: #F3F3F3;
    border-top: 1px solid #CCCCCC;
    color: #555555;
    padding: 40px 0 30px 0;
}

div#footer-content {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

div.footer-region {
    margin: 0 0 35px 0;
}

div.footer-region > a {
    color: #555555;
    font-weight: normal;
    text-decoration: underline;
}

div#footer-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

img.footer-image {
    display: inline-block;
    margin: 0 0 0 25px;
}

div.schedule-intro {
    margin: 0 0 25px 0;
    padding: 25px 0;
    border-top: 1px dashed #FFAAD9;
    border-bottom: 1px dashed #FFAAD9;
    /*border-top: 1px dashed #C1D1FF;
    border-bottom: 1px dashed #C1D1FF;*/
    text-align: center;
}

div#schedule-print-header {
    display: none;
}

div.block-row {
    text-align: center;
    margin: 0 0 20px 0;
}

div.schedule-block-name {
    font-size: 16px;
    padding: 5px 10px;
    background-color: #EEEEEE;
    font-weight: bold;
}

div.schedule-block-time {
    font-size: 25px;
    font-weight: bold;
    background-color: #F2178A;
    /*background-color: #05347B;*/
    color: #FFFFFF;
    padding: 8px 0;
}

div.category-row {
    padding: 20px 0 24px 0;
    border-top: 1px solid #EEEEEE;
    text-align: center;
}

span.schedule-category-name {
    font-size: 20px;
    font-weight: bold;
    color: #E2007A;
    /*color: #05347B;*/
    display: block;
    text-align: center;
    margin: 0 0 8px 0;
}

span.schedule-category-age {
    color: #555555;
    padding: 3px 10px;
    background-color: #EEEEEE;
    margin: 0;
}

div.performance-row {
    border-top: 1px solid #EEEEEE;
    padding: 14px 0;
}

div.schedule-performance-number {
    display: inline-block;
    width: 40px;
    text-align: right;
    vertical-align: top;
    font-weight: normal;
    color: #777777;
}

div.schedule-performance-meta {
    display: inline-block;
    width: 300px;
    text-align: left;
    margin: 0 0 0 22px;
    vertical-align: top;
}

div.schedule-team-name {
    font-weight: bold;
}

div.schedule-performance-name {
    color: #000000;
}

div.schedule-performance-note {
    color: #FF0000;
}

a.schedule-music-link {
}

div.schedule-coach-name {
    display: inline-block;
    width: 230px;
    vertical-align: top;
    margin: 0 0 0 22px;
}

div.schedule-choreo-name {
    display: inline-block;
    width: 230px;
    vertical-align: top;
    margin: 0 0 0 22px;
}

div.schedule-member-count {
    display: inline-block;
    width: 150px;
    vertical-align: top;
    margin: 0 0 0 22px;
    color: #777777;
    position: relative;
    top: 12px;
}

div.schedule-label {
    color: #777777;
}

div.schedule-value {
    color: #000000;
}

div.award-row {
    padding: 20px 0;
    background-color: #F5F5F5;
    margin: 20px 0 40px 0;
    text-align: center;
}

div.schedule-award-note {
    font-weight: bold;
    color: #777777;
    margin: 0 0 5px 0;
}

div.schedule-award-time {
    color: #555555;
}

div#blocking-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000000;
    opacity: 0.6;
    z-index: 2;
    display: none;
}

div.no-overflow {
    overflow: hidden;
}

div.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

div.print-only {
    display: none;
}

@media only screen and (max-width: 1400px) {
    div#banner.enlarged {
        height: 300px;
    }
    div#banner.enlarged > div#floating-logo {
        height: 300px;
    }
}

@media only screen and (max-width: 1200px) {
    div#content {
        width: auto;
        border-left: 0;
        border-right: 0;
    }
    div#footer-content {
        width: auto;
        padding: 0 25px;
    }
    div#footer-right {
        right: 25px;
    }
    div.schedule-member-count {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    div#banner {
        background-image: url("images/banner1024.jpg");
    }
    div#member-list-content {
        width: 350px;
    }
    div.schedule-choreo-name {
        display: none;
    }
}

@media only screen and (max-width: 920px) {
    img#form-examples {
        display: block;
        width: 100%;
    }
}

/* @media only screen and (max-width: 890px) { */
@media only screen and (max-width: 880px) {
    nav#desktop-menu {
        display: none;
    }
    a#burger-button {
        display: block;
    }

    div#banner {
        height: 250px;
    }
    div#banner.enlarged {
        height: 250px;
    }
    div#floating-logo {
        height: 250px;
    }
    div#banner.enlarged > div#floating-logo {
        height: 250px;
    }
    div#header {
        font-size: 23px;
    }
    div#header.enlarged {
        padding: 20px 0 10px 0;
        font-size: 20px;
    }
    span#header-date {
        font-size: 38px;
    }
    h1 {
        font-size: 18px;
    }
    h2 {
        font-size: 18px;
    }
    h3.help-title {
        font-size: 18px;
    }
    div#coming-soon {
        margin: 0;
    }
    div.schedule-block-name {
        font-size: 15px;
    }
    div.schedule-block-time {
        font-size: 23px;
    }
    span.schedule-category-name {
        font-size: 18px;
    }
}

@media only screen and (max-width: 770px) {
    div.schedule-coach-name {
        display: none;
    }
    div.schedule-performance-meta {
        width: 75%;
    }
}

@media only screen and (max-width: 700px) {
    div.form-field {
        margin: 0 0 16px 0;
        padding: 0 17px 0 0;
    }
    label {
        display: block;
        width: auto;
        text-align: left;
        padding: 0 0 10px 0;
    }
    input[type="text"] {
        display: block;
        width: 100%;
    }
    div#member-list-content {
        width: 80%;
    }
    div#billing-options-area {
        padding: 20px 25px;
    }
    div#billing-options-label {
        display: block;
        width: auto;
        text-align: left;
        padding: 0 0 10px 0;
    }
    div#billing-options-content {
        display: block;
    }
    div.form-tip {
        margin: 0 0 10px 0;
    }
    div.invalid-warning {
        margin: 0 0 10px 0;
    }
}

@media only screen and (max-width: 650px) {
    div#banner {
        height: 180px;
    }
    div#banner.enlarged {
        height: 180px;
    }
    div#header {
        font-size: 22px;
    }
    div#header.enlarged {
        font-size: 18px;
    }
    span#header-date {
        font-size: 32px;
    }
    div#intro-note {
        padding: 20px 20px 20px 140px;
    }
    body {
        font-size: 15px;
    }
}

@media only screen and (max-width: 550px) {
    div.footer-region {
        text-align: center;
    }
    div#footer-right {
        position: static;
    }
    img.footer-image {
        display: block;
        margin: 0 auto 20px auto;
    }
    span.schedule-category-name {
        display: block;
        margin: 0 0 7px 0;
    }
    span.schedule-category-age {
        display: block;
        margin: 0;
    }
}

@media only screen and (max-width: 535px) {
    div#intro-note {
        padding: 17px 20px 20px 20px;
        text-align: center;
    }
    div#intro-label {
        position: static;
        width: 120px;
        margin: 0 auto 10px auto;
        text-align: center;
    }
    div.schedule-performance-meta {
        width: 70%;
    }
}

@media only screen and (max-width: 512px) {
    div#banner {
        background-image: url("images/banner512.jpg");
    }
}


@media only screen and (max-width: 400px) {
    select {
        width: 180px;
    }
}

@media only screen and (max-width: 370px) {
    div#banner {
        height: 120px;
    }
    div#banner.enlarged {
        height: 120px;
    }
    div.schedule-performance-meta {
        width: 60%;
    }
}

@media only screen and (max-width: 310px) {
    select {
        width: 150px;
    }
}

@media only screen and (max-width: 270px) {
    select {
        width: 100px;
    }
}

@media print {
    div.print-only {
        display: block;
    }
    div#menu {
        display: none;
    }
    nav#burger-menu {
        display: none;
    }
    div#banner {
        display: none;
    }
    div#header {
        display: none;
    }
    div#content {
        border-left: 0;
        border-right: 0;
    }
    div.schedule-intro {
        display: none;
    }
    div#schedule-print-header {
        display: block;
        padding: 20px 0 30px 0;
        font-size: 26px;
        font-weight: bold;
        text-align: center;
    }
    div.schedule-block-name {
        padding: 4px 0;
        font-size: 14px;
    }
    div.schedule-block-time {
        padding: 7px 0;
        font-size: 20px;
    }
    div.category-row {
        padding: 5px 0 5px 0;
        text-align: left;
    }
    span.schedule-category-name {
        display: inline-block;
        font-size: 14px;
        margin: 0 0 0 72px;
    }
    span.schedule-category-age {
        display: inline-block;
        font-size: 14px;
        margin: 0 0 0 10px;
        padding: 0;
        background-color: transparent;
        margin: 0 0 0 8px;
    }
    div.performance-row {
        padding: 5px 0;
    }
    div.schedule-performance-number {
        display: inline-block;
        font-weight: normal;
        color: #000000;
    }
    div.schedule-performance-meta {
        display: inline-block;
        width: auto;
        margin: 0 0 0 32px;
    }
    div.schedule-team-name {
        display: inline-block;
        vertical-align: top;
        width: 250px;
        font-size: 14px;
    }
    div.schedule-performance-name {
        display: inline-block;
        vertical-align: top;
        width: 200px;
        font-size: 14px;
    }
    div.schedule-coach-name {
        width: 250px;
    }
    div.schedule-choreo-name {
        width: 250px;
    }
    div.schedule-label {
        display: none;
    }
    div.schedule-member-count {
        display: none;
    }
    div.award-row {
        padding: 7px 0;
        margin: 10px 0 20px 0;
    }
    div.schedule-award-note {
        font-size: 14px;
        color: #FF0000;
        margin: 0 0 5px 0;
        display: block;
    }
    div.schedule-award-time {
        font-size: 12px;
        color: #000000;
        display: block;
        margin: 0;
    }
    div#footer {
        display: none;
    }
}