/* Using panels to display blog date */
.panel.date {
    margin: 0;
    width: 60px;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
}

.panel.date .month {
    padding: 4px 0;
    font-weight: 700;
    text-transform: uppercase;
}

.panel.date .year {
    padding: 4px 0;
    font-weight: 600;
    text-transform: uppercase;
}

.panel.date .day {
    padding: 6px 0;
    font-weight: 700;
    font-size: 1.5em;
}

.more-btn {
    -webkit-tap-highlight-color: darkblue;
}

.attention-block {
    background-color: #d2dbdf;
    padding: 1rem 1.15rem;
    border: 1px solid #bce8f1;
    border-radius: 10px;
    margin: 0 0 1.25rem;
    line-height: 1.65;
}

.attention-block p {
    margin: 0 0 0.65em;
    line-height: 1.65;
}

.attention-block p:last-child {
    margin-bottom: 0;
}

.newsarticle {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 0;
    margin: 0 0 1.25rem;
    background: #fff;
    overflow: hidden;
}

.newsarticle-details {
    margin: 0;
    padding: 0;
}

.newsarticle-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem 1rem;
    margin: 0;
    padding: 1.05rem 1.35rem;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.newsarticle-header::-webkit-details-marker {
    display: none;
}

.newsarticle-header::marker {
    content: "";
    display: none;
}

.newsarticle-details[open] > .newsarticle-header {
    border-bottom-color: #efefef;
}

.newsarticle-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 0 0 auto;
    margin-left: auto;
}

.newsarticletitle {
    color: #37c0fb;
    flex: 1 1 auto;
    min-width: 0;
    pointer-events: none;
}

.newsarticletitle h3 {
    margin: 0;
    font-size: 1.35em;
    line-height: 1.35;
    font-weight: 600;
}

.newsarticle img {
    max-width: 90%;
    height: auto;
    border-radius: 6px;
}

.newsarticledate {
    color: #8a8a8a;
    font-size: 0.75em;
    text-align: right;
    white-space: nowrap;
    letter-spacing: 0.02em;
}

.newsarticle-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #f3f3f3;
    color: #666;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.newsarticle-toggle::before {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translate(-1px, -1px);
}

.newsarticle-details[open] > .newsarticle-header .newsarticle-toggle {
    background: #e8f6fd;
    color: #37c0fb;
    transform: rotate(180deg);
}

.newsarticle-header:hover .newsarticle-toggle {
    background: #e8f6fd;
    color: #37c0fb;
}

.newsarticle-body {
    padding: 0.9rem 1.35rem 1.25rem;
    line-height: 1.7;
}

.newsarticle-body > *:first-child {
    margin-top: 0;
}

.newsarticle-body > *:last-child {
    margin-bottom: 0;
}

.newsarticle-body p {
    margin: 0 0 0.85em;
    line-height: 1.7;
}

.newsarticle-body p:last-child {
    margin-bottom: 0;
}

.newsarticle-body strong,
.newsarticle-body b {
    line-height: 1.75;
}

@media screen and (max-width: 736px) {
    .newsarticle-header {
        padding: 0.9rem 1rem;
    }

    .newsarticle-body {
        padding: 0.75rem 1rem 1rem;
    }

    .newsarticledate {
        white-space: normal;
        text-align: left;
    }
}

.ozzigallery {
    display: table;
    float:left;
    width: 33%;
    padding: 5px;
}

#sponsors {
    /* background: rgb(212, 212, 212); */
    border-top: 2px solid #efefef;
    border-bottom: 2px solid #efefef;
    padding: 20px 0;
    text-align: left;
}

#sponsors ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sponsors ul li {
    display: inline-block;
    margin: 0 5px 0 0;
}

#sponsors ul li img {
    max-width: 100px;
    height: auto;
}

/* Hide sponsor images on mobile devices */
@media screen and (max-width: 980px) {
    #sponsors {
        display: none !important;
    }
}

.resultsblock {
    background-color: rgba(201, 201, 201, 0.14);
    padding: 0.85rem 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: smaller;
    line-height: 1.6;
}

.resultsblock > p {
    margin: 0.4em 0;
}

.galleryblock {
    float: left;
}

a:not(.no-icon)[target="_blank"]:after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}

.yearlink {
    color: #08047f;
    font-size:larger;
    text-align: right;    
    font-weight: bold;
}

.panel {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1.25rem;
    box-shadow: none;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.15em;
    line-height: 1.4;
    font-weight: 600;
}

.panel-heading {
    padding: 0.85rem 1.15rem;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.panel-info {
    border-color: #c5e8f7;
}

.panel-info > .panel-heading {
    color: #37c0fb;
    background-color: #333;
    border-color: #333;
}

.panel-info > .panel-heading .glyphicon {
    margin-right: 0.4em;
    vertical-align: -1px;
}

.panel-body {
    padding: 1rem 1.15rem;
}

.calendar-panel .panel-body {
    padding: 0.85rem 1rem;
}

.calendar-panel .media-list {
    margin-bottom: 0;
}

.calendar-panel .calendar-empty {
    margin: 0;
    color: #888;
    font-size: 0.9em;
    line-height: 1.5;
    font-style: italic;
}

.calendar-panel .media + .media {
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid #f0f0f0;
}

.calendar-panel .media-heading {
    margin: 0 0 0.25em;
    font-size: 1em;
    line-height: 1.4;
}

#sidebar > section,
#sidebar1 > section {
    margin-top: 0.35rem;
    line-height: 1.65;
}

#sidebar > section p,
#sidebar1 > section p,
#sidebar > section h5,
#sidebar1 > section h5,
#sidebar > section h4,
#sidebar1 > section h4 {
    margin: 0 0 0.85em;
    line-height: 1.55;
}

#sidebar > section p:last-child,
#sidebar1 > section p:last-child,
#sidebar > section h5:last-child,
#sidebar1 > section h5:last-child,
#sidebar > section h4:last-child,
#sidebar1 > section h4:last-child {
    margin-bottom: 0;
}

#sidebar > section h5,
#sidebar1 > section h5 {
    font-size: 0.95em;
    font-weight: 600;
    color: #4c4c4c;
}

.media {
    font-size: 0.9em;
    line-height: 1.55;
}

.media-doc {
    font-size: 0.9em;
    line-height: 1.55;
}

table.results {
    font-size: .7em;
}

table.participant {
    /* background-color: red; */
    font-size: .7em;
}

.info-icon:after {
    /* content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAmUlEQVR4nKWQTQrCQBSDvwtoC71Ol91V8WfheYSW3kp7DN33BuoBJJCB6bQVioHADCQvLw/+xB7ogY95B3ZL4g54AAdgYx6BJ9DOTZY49780hdymUVLvyQGVGXAGbrHh7RWYSRC2wIsfhqsZkKUGXUMFlwyXdCUVUrFQOu5QAANQxwZBp5Pp5J1FTZa4ScVxkqLVSdR7MnkVvlb6IAmNu3OGAAAAAElFTkSuQmCC);
    margin: 0 0px 0px 0px;
    */
  }

img.image {
    border-width: 10px;
    border-color: #37c0fb;
}

/* Override background images with solid colors */
body {
    background: #f7f7f7 !important;
}

#header {
    background: #ffffff !important;
}

#banner {
    min-height: 400px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.wrapper.style1 {
    background: #ffffff !important;
}

.wrapper.style2 {
    background: #f7f7f7 !important;
}

.wrapper.style3 {
    background: #ffffff !important;
}

/* When Highlight (blueBanner/#cta) follows Banner: clear separation so the
   highlight block doesn't sit half on the banner image; keep bottom smaller */
#banner + #cta {
    margin-top: 0;
    padding-top: 1.75em;
    padding-bottom: 1em;
}

/* Less space between highlight block and main content (Title) */
#cta + .wrapper.style1 {
    padding-top: 0.75em;
}

#footer {
    background: #f7f7f7 !important;
}

/* Remove all background images */
/* [style*="background-image"] {
    background-image: none !important;
} */
  