/* shared styles.
	@file        global.css
   requires:    /common/framework/css/framework.en.css
                /common/framework/css/gui.en.css
   ========================================================================== */

/* ==========================================================================
   setup
   ========================================================================== */

:root {
    /* heights */
    --event-header-height: 42px;
    --event-header-landing-height: 55px;
    /* colors */
    --event-header-gray: #eaeaea;
    --event-header-green: #7cccbd;
}
html {
    color: #222;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
.inner {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
}
.page-width {
    max-width: 63.7rem;
    padding: 1.75rem 1.666667rem 5.75rem 1.66667rem;
}
.page main h2, .subpage main h1 {
    color: #5fab9c;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 2.8125rem;
    padding: 4rem 0 1.25rem 0;
}
.subpage main h1 {
    padding: 2rem 0 1.25rem;
}
.subpage main h2 {
    color: #797979;
    font-size: 1.725rem;
    font-weight: 300;
    line-height: 1.4;
}
p.sub-heading {
    color: #5fab9c;
    font-size: 1.5625rem;
    line-height: 2.5rem;
    margin: 1.25rem 0 1.25rem 0;
}
.subpage .smaller {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 1rem 0 1rem 0;
}
/*lists*/
main a {
    color: #ee3032;
}
main a:hover {
    color: #7cccbd;
}
main h3 {
    font-size: 1rem;
    font-weight: 700;
}
main p.small, main .small, main small {
    margin-bottom: 1.5rem;
}
main strong.heading {
    font-size: 1rem;
}
main ul.small {
    margin-left: 1.5rem;
}
main ul.small li {
    display: list-item;
    list-style: disc;
}
main ul.fancy ul li {
    padding-left: 1.5rem;
    vertical-align: top;
}
main ul.fancy li {
    line-height: 1.5rem;
    text-indent: 0.15rem;
}
main ul.fancy li:before {
    color: #ee3032;
    content: '\2022';
    margin: 0 0.25rem 0 -0.0875rem;
}
main ul.fancy {
    font-size: 1.0rem;
}
.big-text {
    color: #222;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 2.1875rem;
    margin: 1rem 0;
}
.black {
    background: #000;
}
.gray {
    background: #f1f1f1;
}
.gray .inner {
    color: #222;
}
#event-logo .page-width {
    padding: 3rem 0 1.5rem 0;
}
/* #overview */
#overview .one-line p {
    font-size: 1.0rem;
    line-height: 1.7;
    margin: .75rem 0;
}
#overview div.expect span.h3 {
    font-size: 1.5rem;
    color: #e04133;
    line-height: 3.2rem;
    font-weight: 300;
}
#overview div.expect span.text {
    display: inline-block;
}
/* #logistics */

#logistics p {
    font-size: 1.0rem;
    line-height: 1.7;
    margin: 1rem 0;
}
#logistics main h2 {
    margin-top: 2.7rem;
}
#logistics main {
    padding-bottom: 6rem;
}
#logistics img {
    max-width: 100%;
    height: auto;
}
/*animation*/

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes slide-in-left {
    0% {
        left: -62.5rem;
    }
    100% {
        left: 0;
    }
}
/* ==========================================================================
   header
   ========================================================================== */

#event-logo .page-width {
    padding: 1.75rem 0 1.6rem 0;
    position: relative;
}
#event-logo h1 {
    font-size: 0;
    padding: 0;
    text-indent: -600rem;
}
#event-logo img {
    max-width:100%;
}
#event-logo .thank-you {
    background: #e7f2f0;
    padding: 1.5rem 2.5rem 1.5rem 2.5rem;
    border-radius: 10px;
    color: #444;
    font-size: 1.5625rem;
    font-weight: 500;
    line-height: 2.25rem;
}
#event-logo .thank-you p {
    padding: .3rem 1rem .3rem 0;
}
/*active*/

#overview #event-nav a.overview, 
#schedule #event-nav a.schedule, 
#registration #event-nav a.registration, 
#logistics #event-nav a.logistics, 
#training #event-nav a.training, 
#hackathon #event-nav a.hackathon,
#presentations #event-nav a.schedule,
#overview #event-more.open a.overview, 
#schedule #event-more.open a.schedule, 
#registration #event-more.open a.registration, 
#logistics #event-more.open a.logistics, 
#training #event-more.open a.training, 
#hackathon #event-more.open a.hackathon,
#presentations #event-more.open a.schedule  {
    background: #7cccbd;
    color: #fff;
}
/* ==========================================================================
   shared content
   ========================================================================== */

/* ==========================================================================
   shared content
   ========================================================================== */

.big-image,
.second-image,
.third-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    height: 48vw;
    max-height: 350px;
    width: 100%;
}

#overview .big-image {
    max-height: 456px;
}

#overview .big-image {
    background-image: url('/events/user-conference-brazil/2025/img/front-page-main.png'), linear-gradient(to right, #9dc2dc, #9dc2dc);
}

#overview .second-image {
    max-height: 412px;
}

#overview .second-image {
    background-image: url('/events/user-conference-brazil/2025/img/front-page-2.png'), linear-gradient(to right, #000, #000);
}

#overview .third-image {
    max-height: 412px;
}

#overview .third-image {
    background-image: url('/events/user-conference-brazil/2025/img/front-page-3.png'), linear-gradient(to right, #000, #000);
}

#schedule .big-image {
    background-image: url('/events/user-conference-brazil/2025/img/schedule-page.jpg'), linear-gradient(to right, #222, #222);
}

#logistics .big-image {
    background-image: url('/events/user-conference-brazil/2025/img/logistics-page.png'), linear-gradient(to right, #A2D1FF, #A2D1FF);
}

#submissions .big-image {
    background-image: url('/events/user-conference-brazil/2025/img/submissions-form-page.jpg'), linear-gradient(to right, #222, #222);
}

/* ==========================================================================
   product header wrappers
   ========================================================================== */

#event-header {
    -webkit-transition: all 0.3s ease;
    background: var(--event-header-gray);
    color: #222;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    height: var(--event-header-height);
    line-height: 1.3;
    min-width: 320px;
    position: sticky;
    top: 100px;
    transition: all 0.3s ease;
    width: 100%;
    z-index: 99999999;
}
#event-header.sticky {
    height: var(--event-header-height);
    top: var(--event-header-height);
}
html.event-header-landing #event-header:not(.sticky) {
    height: var(--event-header-landing-height);
    top: var(--event-header-height);
}
#event-grid {
    align-content: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 63.7rem;
    padding: 0 2rem;
    white-space: nowrap;
}
html.event-header-landing #event-header:not(.sticky) #event-grid {
    justify-content: center;
}
#event-backdrop {
    background-color: rgba(0, 0, 0, .3);
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 100px;
    width: 100%;
    z-index: 99999998;
}
html._header-thin-only #event-backdrop, html:not(._header-thick) #event-backdrop {
    top: var(--event-header-height);
}
/* ==========================================================================
   product nav wrappers
   ========================================================================== */

#event-nav-wrapper {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}
#event-nav>ul {
    height: var(--event-header-height);
    overflow: hidden;
    white-space: normal;
}
html.event-header-landing #event-header:not(.sticky) #event-nav>ul {
    height: var(--event-header-landing-height);
}
#event-nav>ul>li {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}
#event-nav a {
    color: #222;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    height: 100%;
    line-height: var(--event-header-height);
    padding: 0 1rem;
    text-align: center;
    letter-spacing: 0.0875rem;
    text-transform: uppercase;
    white-space: nowrap;
}
#event-grid .save-the-date-button {
    border: 1px solid #5fab9c;
    border-radius: 0.1875rem;
    color: #5fab9c;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-left: 0.5rem;
    margin-top: 3.8%;
}

#event-grid .save-the-date-button:hover {
    background: #5fab9c;
    color: #fff;
}

#event-grid .save-the-date-button a {
    background: #fff;
    border-radius: 0.1875rem;
    color: #5fab9c;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.03rem;
    line-height: 1;
    padding: 0.5rem 0.625rem;
    text-transform: uppercase;
}

#event-grid .save-the-date-button a:hover {
    background: #5fab9c;
    color: #fff;
}

html.event-header-landing #event-header:not(.sticky) #event-nav>ul li a {
    line-height: var(--event-header-landing-height);
}
#event-nav a:hover,#event-more-nav a:hover {
    background: var(--event-header-green);
    color: #fff;
} {
    background: var(--event-header-green);
    color: #fff;
}
#event-nav a svg {
    margin: -2px 0 0 .25rem;
}
/* ==========================================================================
   product subnavs
   ========================================================================== */

#event-nav .event-has-subnav {}
#event-nav .event-has-subnav.open>a {
    color: var(--event-header-yellow);
}
#event-nav .event-is-subnav {
    position: absolute;
    top: var(--event-header-height);
    width: 220px;
}
html.event-header-landing #event-header:not(.sticky) #event-nav .event-is-subnav {
    top: var(--event-header-landing-height);
}
#event-nav .event-is-subnav li {
    display: block;
}
#event-nav .event-is-subnav a {
    background: #f9f9f9;
    border: 1px solid #ddd;
    color: #444;
    display: block;
    font-size: 1rem;
    line-height: 1.3 !important;
    margin-bottom: -1px;
    padding: .5rem 1rem;
    text-align: left;
}
#event-nav .event-is-subnav a:hover {
    background: #eee;
    color: #000;
}
/* ==========================================================================
   product more nav
   ========================================================================== */

#event-more {
    color: #222;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125rem;
    line-height: var(--event-header-height);
    padding: 0 1rem;
    position: relative;
    text-align: center;
}
html.event-header-landing #event-header:not(.sticky) #event-more {
    line-height: var(--event-header-landing-height);
}
#event-more.open, #event-more:hover {
    background: var(--event-header-green);
    color: #fff;
}
#event-more svg {
    margin: -2px 0 0 .25rem;
    vertical-align: middle;
}
#event-more-nav {
    display: none;
    position: absolute;
    right: 0;
    text-align: left;
    top: var(--event-header-height);
    width: 13.75rem;
}
#event-more.open #event-more-nav {
    display: inline-block;
}
html.event-header-landing #event-header:not(.sticky) #event-more-nav {
    top: var(--event-header-landing-height);
}
#event-more-nav li {
    display: block;
}
#event-more-nav a {
    background: #f5f5f5;
    color: #444;
    display: block;
    font-size: 1rem;
    line-height: 1.3 !important;
    margin-bottom: -1px;
    padding: 1.01rem;
    text-transform: uppercase;
}

.small-red {
    color: #ee3032;
    font-size: 0.875rem;
    font-weight: 400;
    text-align: left;
}

.small-note {
    color: #797979;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0.8rem;
}

#hackathon .inner {
    padding-bottom: 0;
    padding-top: 0rem;
}

#hackathon main {
    padding-bottom: 0;
}

#hackathon .what p {
    line-height: 1.5rem;
    padding-right: 2rem;
}

#hackathon .what h3 {
    color: #333;
    font-size: 1.125rem;
    font-weight: 600;
    margin: 1.5rem 0 0.2rem;
}

#hackathon h2 {
    color: #5fab9c;
    font-size: 1.68rem;
    line-height: 2.2rem;
    margin: 1.0rem 0 1.25rem 0;
}

#hackathon .inner h2 {
    margin: 1.25rem 0 1.25rem 0;
}

#hackathon h3 {
    color: #797979;
    font-size: 1.725rem;
    font-weight: 300;
    margin: 2.5rem 0 1rem;
}

#hackathon table tr {
    border-bottom: 1px solid #c5c5c5;
    display: table-row;
    position: relative;
    width: 100%;
}

#hackathon main div.note {
    margin-top: 2rem;
}

#hackathon main ul.fancy li {
    text-indent: unset;
}

#hackathon main ul.fancy li.ref {
    font-size: 0.875rem;
    text-indent: .8rem
}

.locations-table {
    background: #fff;
    border: 1px solid #c5c5c5;
    box-sizing: border-box;
    border-collapse: collapse;
    color: #ee3032;
    font-size: 1rem;
    table-layout: fixed;
}

td.start-date {
    color: #5fab9c;
    display: inline-block;
    padding: 0.6875rem;
    width: 100%;
}

.location {
    padding: .6875rem 2rem .6875rem .6875rem;
}

#hackathon main ul.fancy li {
    font-size: 1.0rem;
    line-height: 1.75rem;
    text-indent: 0.15rem;
    padding-right: 0.5rem;
}

#hackathon .page-width:not(#event-logo-content) {
    padding-bottom: 3.75rem;
}

.fancy.sub li::before {
    content: '';
    display: inline-block;
    width: 0.3em;
    height: 0.3em;
    border-right: 0.1em solid #797979;
    border-top: 0.1em solid #797979;
    transform: rotate(45deg);
    margin: 0 0.25rem 0.15rem -0.875rem;
}

#hackathon .what ul.fancy {
    margin: 0.3125rem 0 0.625rem .5rem;
}

#hackathon .what ul.fancy li {
    line-height: 1.5rem;
}

#hackathon .what ul.fancy li::before {
    margin: 0 0.25rem 0 -0.7875rem;
}

#hackathon .what ul.judge li {
    line-height: 1.5rem;
}

#hackathon .conditions ul.fancy {
    margin: 0.3125rem -0.5rem 0.625rem .5rem
}

#hackathon .conditions ul.fancy li::before {
    margin: 0 0.25rem 0 -0.7875rem;
}

#hackathon .conditions ul.fancy .sub li {
    text-indent: 0.35rem;
}

#hackathon .conditions ul.fancy .sub li::before {
    content: '';
    display: inline-block;
    width: 0.3em;
    height: 0.3em;
    border-right: 0.1em solid #797979;
    border-top: 0.1em solid #797979;
    transform: rotate(45deg);
    margin: 0 0.25rem 0.15rem -0.875rem;
}



/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */

/* styles for large screens (1200px)
   ========================================================================== */

@media all and (max-width: 1200px) {
    .big-image {
        background-size: cover;
        height: 340px;
    }
    #event-header, html.event-header-landing #event-header:not(.sticky), html.event-header-landing #event-header:not(.sticky) #event-nav>ul {
        height: var(--event-header-height);
    }
    #event-name h1 {
        font-size: 1.27rem;
        line-height: var(--event-header-height);
    }
    html.event-header-landing #event-header:not(.sticky) #event-nav>ul>li>a, html.event-header-landing #event-header:not(.sticky) #event-more {
        line-height: var(--event-header-height);
    }
    html.event-header-landing #event-header:not(.sticky) #event-nav .event-is-subnav, html.event-header-landing #event-header:not(.sticky) #event-more-nav {
        top: var(--event-header-height);
    }
    #event-try-button a {
        font-size: 1rem;
        line-height: 26px;
        padding: 0 .5rem;
    }
}
/* styles for medium screens (900px)
   ========================================================================== */

@media all and (max-width: 900px) {
    #event-name h1 {
        font-size: 1.15rem;
    }
    #event-more-nav li a, #event-nav .event-is-subnav a {
        font-size: 1.15rem;
    }
    html.event-header-landing #event-header:not(.sticky) #event-nav>ul>li>a, html.event-header-landing #event-header:not(.sticky) #event-more {
        padding: 0 .75rem !important;
    }
    .page main h2, .subpage main h1 {
        font-size: 2.0rem;
    }
    .subpage main h2, p.sub-heading {
        font-size: 1.4rem;
    }
    .big-image {
        background-size: cover;
        height: 220px;
    }
    .second-image, .third-image {
        background-size: cover;
    }
    #event-nav a{
    	font-size: 14px;
    	padding: 0 0.6rem;
    }
     #event-grid .save-the-date-button{
    	font-size: 14px;
	}
    /*header*/
    .save-the-date-inner {
        bottom: 0;
        height: 3.125rem;
        position: fixed;
        right: 0 !important;
        text-align: center;
        top: auto;
        width: 100%;
    }
    .save-the-date-inner:after {
        border: none;
    }
    #save-the-date p {
        display: inline-block;
        font-size: 1rem;
        line-height: 3.125rem;
        padding: 0 0.5rem;
    }
    
}
/* styles for small screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {
    html.event-header-landing #event-header:not(.sticky) #event-grid {
        justify-content: space-between;
    }
    html:not(.event-header-landing) #event-header {
        top: var(--event-header-height) !important;
    }
    html.event-header-landing #event-header:not(.sticky) #event-name {
        display: inline-block;
    }
    #event-logo img {
        margin: 0 1rem 1rem 1.0rem;
        max-width: calc(100% - 2.0rem);
    }
    #registration #event-grid .save-the-date-button{
    	display:none;
	}
    .page-width {
        padding: 2.75rem 1rem;
    }
    a.more+.sub-menu {
        left: auto;
        right: 0;
    }
    .big-image {
        background-size: cover;
        height: 140px;
    }
        .page-width {
        padding: 2.75rem 1rem;
    }
    #logistics main div.left {
        padding-right: 0px;
        padding-bottom: 30px;
    }
    #event-more-nav {
    	width: 10.75rem;
	}
}
/* styles for minimum supported screen width (320px)
   ========================================================================== */

@media all and (max-width: 320px) {
    .big-image {
        background-size: cover;
        height: 120px;
    }
}
/* printer styles
   ========================================================================== */

@media print {
    #event-header {
        position: static !important;
    }
}