/* NAVBAR */
.uppernav {
    padding-top: 5px;
}

.navbar-nav > li > a {
    padding: 0px;
    /*margin-left: 0px;
    margin-right: 26px;*/
    margin: 5px 26px 0px 0px;
    padding: 0px 1px;
    /*border-radius: 3px;*/
}

.nav-main .navbar-nav > li > a {
    border-bottom: 2px solid white;
}

.navbar-default .navbar-nav > .active > a {
    background-color: white;
    color: orange;
    /*padding-left: 15px;
    padding-right: 15px;*/
    /*border-bottom: 2px solid white;*/
}

    .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background-color: white;
        /*color: rgb(255, 109, 0);*/
        color: orange;
        border-bottom: 2px solid orange;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: white;
    color: orange;
    border-bottom: 2px solid orange;
}

.nav-main .navbar-nav > li > a:hover {
    /*padding: 2px 7px;*/
    background-color: white;
    color: #777; /*rgb(255, 87, 34);*/
    border-bottom: 2px solid #777; /*rgb(255, 87, 34);*/
}

.navbar .navbar-collapse {
    background-color: white;
    border: none;
}

/*ul{
    list-style:none;
}
li{
    display:block;
    float:left;
    position: relative;
}*/
li.active:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    border-top: 10px solid white;
    position: absolute;
    bottom: -10px;
    width: 0px;
    left: 50%;
    margin-left: -25px;
    z-index: 100;
}

.dropup {
    background-color: orange;
}

@media(min-width: 768px) {
    .nav-main {
        max-height: 64px;
        margin-top: 20px;
    }

    .dropup {
        max-height: 30px;
    }
}

@media(min-width: 1200px) {
    .nav-main {
        max-height: 33px;
    }
}

.navbar {
    background-color: white;
    border: none;
    margin-bottom: 0px;
    min-height: 0px;
    border-radius: 0px;
}

    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        margin: 0px;
    }

    .navbar .navbar-collapse {
        /*text-align: center;*/
        padding-left: 0px;
        padding-right: 0px;
        /*overflow: hidden;*/
    }

.navbar-toggle {
    margin-left: 15px;
}

.nav-img {
    height: 70px;
    margin-right: 15px;
}


/*@media(min-width: 768px) {*/
.subnav {
    text-align: center;
    color: white;
    min-height: 0px;
}

.sticky {
    background-color: white;
}
/*}*/

.dropup {
    height: 60px;
}

@media(min-width: 554px) {
    .dropup {
        height: 33px;
    }
}

.sticky > .container > .dropup {
    background-color: orange;
    /*padding:0px;
    margin: 0px 15px;*/
    /*width:100%;*/
}

.subnav .navbar-nav > li > a {
    border-bottom: 2px solid orange;
    color: white;
    margin: 5px 6px 0px 6px;
}

    .subnav .navbar-nav > li > a:hover,
    .subnav .navbar-nav > li > a:focus {
        color: white;
        border-bottom: 2px solid white;
    }

.subnav-links {
    padding: 0px 5px;
}

    .subnav-links > li {
        float: left;
    }

/*.navbar-default .subnav > li > a {
    padding: 2px 15px;
    /*color: rgb(255, 87, 34);
    font-weight: 400;
    color: white;
    /*background-color: white;
}

@media(max-width: 768px) {
    .subnav > li > a,
    .subnav .navbar-nav > li > a {
        padding: 2px 15px;
    }
}*/

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
    text-align: center;
}

.navbar-nav .open .dropdown-menu > li > a {
    padding: 3px 20px;
}

.dropdown-menu {
    padding: 0px;
}

    .dropdown-menu > li {
        position: relative;
        -webkit-user-select: none; /* Chrome/Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE10+ */
        /* Rules below not implemented in browsers yet */
        -o-user-select: none;
        user-select: none;
        cursor: pointer;
    }

    .dropdown-menu .sub-menu {
        left: 100%;
        position: absolute;
        top: 0;
        display: none;
        margin-top: -1px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left-color: #fff;
        box-shadow: none;
        z-index: 1000;
    }

.right-caret:after {
    content: "";
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    /*border-left: 4px solid rgb(255, 109, 0);*/
    border-left: 4px solid orange;
    display: inline-block;
    height: 0;
    opacity: 0.8;
    vertical-align: middle;
    width: 0;
    margin-left: 5px;
}

.left-caret:after {
    content: "";
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    /*border-right: 4px solid rgb(255, 109, 0);*/
    border-right: 4px solid orange;
    display: inline-block;
    height: 0;
    opacity: 0.8;
    vertical-align: middle;
    width: 0;
    margin-left: 5px;
}

.orange-caret:after {
    content: "";
    border-bottom: 4px solid transparent;
    /*border-top: 4px solid rgb(255, 109, 0);*/
    border-top: 4px solid orange;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    display: inline-block;
    height: 0;
    opacity: 0.8;
    vertical-align: middle;
    width: 0;
    margin-left: 5px;
}

.white-caret:after {
    content: "";
    border-bottom: 4px solid transparent;
    border-top: 4px solid white;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    display: inline-block;
    height: 0;
    opacity: 0.8;
    vertical-align: middle;
    width: 0;
    margin-left: 5px;
}

@media(max-width: 768px) {
    .dropdown-menu .sub-menu {
        padding-left: 15px;
    }
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: orange;
    color: white;
}

.logo {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-bottom: 3px;
}

.logo-bottom {
    width: 30px;
    height: 30px;
    margin-top: 4px;
    margin-right: 5px;
}

.navbar-brand {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    margin-left: -34px;
    padding: 0px;
    margin-top: 8px;
}

    .navbar-brand > img {
        height: 34px;
        float: left;
        margin-right: 10px;
    }






























html {
    overflow-y: scroll;
}


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    min-width: 50px;
}


/* CHOIR */

.choir-img {
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    width: 100%;
}

.creative-notes {
    background-image: url(../img/creative.jpg);
    background-position: 50% 10%;
}

.rainbow {
    background-image: url(../img/rainbow.jpg);
    background-position: 45% 40%;
}

.cantiamo {
    background-image: url(../img/cantiamo.jpg);
    background-position: 50% 20%;
}

.vocalise {
    background-image: url(../img/vocalise.jpg);
    background-position: 50% 40%;
}

.cardinals {
    background-image: url(../img/cardinals.jpg);
    background-position: 50% 20%;
}

.HSE {
    background-image: url(../img/HSE.jpg);
    background-position: 50% 20%;
}

.contact-info {
    text-align: right;
}

.row-margin {
    margin-top: 5px;
}

p {
    margin: 0px;
}

/*.grey {
    background-color: gray;
    color: lightgrey;
    padding-top: 10px;
}*/

.hour-slot {
    height: 30px;
    border-top: solid darkgrey 1px;
}

.half-slot {
    height: 30px;
    border-top: solid lightgrey 1px;
    /*border-bottom: solid lightgrey 1px;*/
}

/*.lala*/

.class {
    padding: 3px;
    color: white;
    border-bottom: solid 1px lightgrey;
    line-height: 15px;
    background-color: #FF6D00;
    color: white;
}

.class-full-art {
    position: absolute;
    width: 192px;
}

.class-full {
    position: absolute;
    width: 256px;
}

.class-half {
    width: 128px;
}

.divider {
    border-left: solid 1px white;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.sched-header {
    margin-left: -15px;
}

.address {
    font-size: 12px;
}

@media(max-width: 1200px) {
    .class-full-art {
        width: 165px;
    }

    .class-full {
        width: 220px;
    }

    .class-half {
        width: 110px;
    }
}

.offset-5 {
    margin-top: 5px;
}

.offset-10 {
    margin-top: 10px;
}

.offset-15 {
    margin-top: 15px;
}

.offset-20 {
    margin-top: 20px;
}

.class-15 {
    height: 25px;
}

.class-25 {
    height: 25px;
}

.class-30 {
    height: 30px;
}

.class-35 {
    height: 35px;
}

.class-40 {
    height: 40px;
}

.class-45 {
    height: 45px;
}

.class-55 {
    height: 55px;
}

.class-60 {
    height: 60px;
}

.class-75 {
    height: 75px;
}

.class-90 {
    height: 90px;
    margin-top: 15px;
}

.class-135 {
    height: 135px;
    margin-top: 15px;
}

.class-150 {
    height: 150px;
}

.class-180 {
    height: 180px;
}

.little {
    background-image: url(../img/YXB_6586.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 20%;
    height: 170px;
    width: 100%;
    /*margin-bottom: 7px;*/
}

.little1 {
    background-image: url(../img/KM1_8987_062015_no_text.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 30% 70%;
    height: 300px;
    width: 100%;
}

.little2 {
    background-image: url(../img/riga.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 30% 70%;
    height: 300px;
    width: 100%;
}

.little3 {
    background-image: url(../img/artt12/ChuckCloseOlder.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 30%;
    height: 300px;
    width: 100%;
}

.little4 {
    background-image: url(../img/NZ_Award_Ceremony.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 85%;
    height: 350px;
    width: 100%;
}

/* ============ 2026 World Choir Games / announcement =============== */

/* Award ceremony, Helsingborg 2026. Replaces the Auckland ceremony photo. */
.little-wcg2026 {
    background-image: url(../img/cicc-wcg-2026-helsingborg-award-ceremony.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 45%;
}

/* Responsive twin of .module-1. Uses a 3:2 ratio instead of a fixed 350px
   height so the hero tiles scale with the column at any browser zoom.
   .module-1 is left untouched because other pages still rely on it. */
.module-1r {
    width: 100%;
    aspect-ratio: 3 / 2;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    margin-bottom: 7px;
}

@supports not (aspect-ratio: 3 / 2) {
    .module-1r {
        height: 350px;
    }
}

/* Announcement strip under the page heading. */
.announcement {
    max-width: 860px;
    margin: 0 auto 22px;
    padding: 14px 18px;
    text-align: center;
    line-height: 1.55;
    border-top: 2px solid orange;
    border-bottom: 2px solid orange;
}

.announcement-lead {
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 3px;
}

.announcement-sub {
    display: block;
}

@media (max-width: 767px) {
    .announcement {
        padding: 12px 14px;
        font-size: 0.95em;
    }

    .announcement-lead {
        font-size: 1.15em;
    }
}

.little5 {
    background-image: url(../img/CICC_Adult_Choir_C.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 85%;
    height: 350px;
    width: 100%;
}

.little6 {
    background-image: url(../img/YXB_6283_H400.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 85%;
    height: 350px;
    width: 100%;
}

.little-art {
    background-image: url(../img/ArtShow2014.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 27%;
    height: 300px;
    width: 100%;
}

.little-trophies {
    background-image: url(../img/singing-competition-trophies.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 95%;
    height: 300px;
    width: 100%;
}

.module {
    cursor: pointer;
}

.module-header-1 {
    background-image: url(../img/carnegiehall_outside.jpg);
    background-position: 30% 85%;
    /*background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    width: 100%;
    margin-bottom: 7px;*/
}

@media (min-width: 592px) {
    .module-header-2 {
        background-image: url('../img/WhiteHouseWithObamas.jpg');
        background-position: 40% 70%;
    }
}

@media (min-width: 592px) {
    .module-header-111 {
        background-image: url('../img/YXB_7260C.jpg');
        background-position: 40% 70%;
    }
}

@media (min-width: 592px) {
    .module-header-22 {
        background-image: url('../img/CICC_All_C.jpg');
        background-position: 40% 70%;
    }
}

@media (max-width: 591px) {
    .module-header-2 {
        background-image: url('../img/WhiteHouseWithObamas_small.jpg');
        background-position: 40% 70%;
    }
}

@media (max-width: 767px) {
    .desktop-only-image {
      display: none;
    }
  }
  
  /* Display the image on screens 768 pixels and wider */
  @media (min-width: 768px) {
    .desktop-only-image {
      display: block; /* Use 'inline', 'inline-block', or 'block' as needed */
    }
  }



.module-header-3 {
    background: url(../img/artt12/GlassDrawing_full.jpg);
    background-position: 60% 50%;
    /*background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    width: 100%;
    margin-bottom: 7px;*/
}

.module-1 {
    /*background-attachment: fixed;*/
    width: 100%;
    height: 350px;
    /*background-repeat: no-repeat;*/
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin-bottom: 7px;
    /*margin: 20px;*/
}

.module-cicc {
    background: url(../img/YXB_6586.jpg);
    background-position: 0% 40%;
}

.module-art {
    background: url(../img/ArtShow2014.jpg);
    background-position: 0% 30%;
}

.module-musictheory {
    background: url(../img/musictheory1.jpg);
    background-position: 0% 20%;
}

.module-2 {
    /*background-attachment: fixed;*/
    width: 100%;
    height: 140px;
    /*background-repeat: no-repeat;*/
    background-size: cover;
    position: relative;
    overflow: hidden;
    /*margin: 20px;*/
}

header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 10px;
    /*background: inherit;*/
    /*background-attachment: fixed;*/
    overflow: hidden;
    text-align: center;
}

    header::before,
    header::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 0;
        width: 200%;
        height: 200%;
        background: inherit;
        background-attachment: fixed;
        -webkit-filter: blur(14px);
        filter: blur(14px);
    }

    header::after,
    header::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.75);
    }

    header > h6,
    header > h6 {
        margin: 0;
        color: white;
        position: relative;
        z-index: 1;
    }

* {
    box-sizing: border-box;
}

@media(max-width: 1200px) {
    .module-2 {
        height: 170px;
    }
}











/* GENERAL */

.margin-none {
    margin: 0px;
}

.margin-hor-none {
    margin-left: 0px;
    margin-right: 0px;
}

.section {
    padding-top: 50px;
    /*margin-bottom: 10px;*/
}

.small-section {
    min-height: 600px;
}

.last-section {
    margin-bottom: 50px;
}

.picture-description {
    text-align: center;
}

.staff-picture {
    width: 140px;
    height: 200px;
    float: left;
    margin-right: 10px;
    /*margin-bottom: 10px;*/
}

.sub-section {
    /*padding-bottom: 40px;*/
    margin-top: 20px;
}

.well {
    margin-bottom: 0px;
}

    /* clear fix */
    .grid:after {
        content: '';
        display: block;
        clear: both;
    }

/* ---- .grid-item ---- */

.grid-item {
    width: 16.66%;
    float: left;
    /*margin-bottom: 15px;*/
    padding-right: 10px;
    padding-top: 10px;
}

@media(max-width: 991px) {
    .grid-item {
        width: 20%;
    }
}

@media(max-width: 768px) {
    .grid-item {
        width: 25%;
    }
}

@media(max-width: 591px) {
    .grid-item {
        width: 33.33%;
    }
}

.grid-item img {
    display: block;
    max-width: 100%;
}

h3 {
    margin-top: 0px;
}

/* FOOTER */

#footer-panel {
    background-color: #424242;
    color: white;
    padding: 20px 15px;
    overflow: hidden;
    /*margin-top: 20px;*/
}

address {
    margin: 0px;
}

/* GENERAL */

.header {
    border-bottom: 1px solid #eee;
}

@media(min-width: 768px) {
    .header {
        /*border-bottom: 1px solid #eee;
        margin-bottom: 20px;*/
        text-align: initial;
    }
}

ul {
    margin: 0px;
    padding-left: 15px;
}

@media(max-width: 991px) {
    .p-one {
        margin-bottom: 50px;
    }

    .p-two {
        margin-bottom: 20px;
    }
}

.small-margin {
    margin-bottom: 10px;
}

.large-margin {
    margin-bottom: 50px;
}

#registration-form {
    width: 100%;
    height: 6500px;
}

@media(max-width: 590px) {
    #registration-form {
        height: 6800px;
    }
}

@media(max-width: 475px) {
    #registration-form {
        height: 7250px;
    }
}

@media(max-width: 440px) {
    #registration-form {
        height: 7750px;
    }
}

@media(max-width: 370px) {
    #registration-form {
        height: 8250px;
    }
}

@media(max-width: 340px) {
    #registration-form {
        height: 8750px;
    }
}

@media(max-width: 320px) {
    #registration-form {
        height: 9000px;
    }
}

@media(max-width: 310px) {
    #registration-form {
        height: 9250px;
    }
}

#choir-signup-form {
    width: 100%;
    height: 1750px;
}

@media(max-width: 590px) {
    #choir-signup-form {
        height: 2000px;
    }
}

#art-class-signup-form {
    width: 100%;
    height: 2000px;
}

@media(max-width: 768px) {
    #art-class-signup-form {
        height: 2100px;
    }
}

@media(max-width: 590px) {
    #art-class-signup-form {
        height: 2200px;
    }
}

@media(max-width: 450px) {
    #art-class-signup-form {
        height: 2300px;
    }
}

#emailus-form {
    width: 100%;
    height: 1250px;
}

#singing-competition-form {
    width: 100%;
    height: 1200px;
}

@media(max-width: 768px) {
    #singing-competition-form {
        height: 1200px;
    }
}

@media(max-width: 716px) {
    #singing-competition-form {
        height: 1200px;
    }
}

@media(max-width: 550px) {
    #singing-competition-form {
        height: 1500px;
    }
}

h6 > a {
    color: orange;
}

    h6 > a:hover {
        color: orange;
        text-decoration: underline;
    }

.link {
    color: orange;
    font-weight: bold;
    /*text-decoration: underline;*/
    cursor: pointer;
}

.orange-font {
    color: orange;
}

.link:hover {
    color: orange;
    text-decoration: underline;
}

.btn-warning {
    background-color: orange;
}

.btn-inverted {
    background-color: white;
    color: orange;
}

    .btn-inverted:hover {
        background-color: orange;
        color: white;
    }

.well-art {
    background-color: white;
    margin-top: 10px;
}

.modal-cursor {
    cursor: pointer;
}

/* ===== h1 override =====
   Bootstrap sets h1 to 36px. The page-title headings on this site were
   previously h2 (30px) and were changed to h1 for correct document
   structure and accessibility. This keeps them rendering at the same
   size they always have. Bootstrap gives h1 and h2 identical margins,
   line-height, and font-weight, so font-size is the only override needed.
*/
h1 {
    font-size: 30px;
}
