body {
    scroll-behavior: smooth
}

/*speaking insert*/

#speakforus {
    background-color: #205A95;
    color: #fff;
    padding-top: 2em;
    padding-bottom: 2em;
    background-image: url('../event-common-images/blue-bars-vertical.svg');
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: 1%
}

#speakforus h3 {
    font-size: 1.6em;
    color: #fff
}

/*site navigation*/

/*site navitgation*/
nav#site {
    padding: .4em 0
}


nav#site ul li {
    display: inline-block;
    width: auto;
    margin-right: 1em;
    font-weight: 500;
}

nav#site ul li:first-of-type {
    width: 15%;
    font-weight: 900;
    background-image: url('../event-common-images/wdlogo.svg');
    background-repeat: no-repeat;
    background-size: 1em;
    padding-left: 2.5em;
    background-position: 1em 50%;
    margin-left: 1em;
    margin-bottom: 1em;
}

nav#site ul li a:link,
nav#site ul li a:visited {
    color: inherit;
    text-decoration: none;
}

nav#site ul li.minor {
    font-size: .9em
}


.past {
    color: #676767
}

nav#site ul li.current {
    color: #205A95;
    font-weight: 600;
    position: relative
}

nav#site ul li.current:after {
    width: .8em;
    height: .8em;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 2em;
    z-index: 10;
    left: 0;
    content: ' ';
    -webkit-transform: translateX(200%) rotate(45deg);
    transform: translateX(200%) rotate(45deg)
}


/* super early bird offer*/

#super-early-bird,
#add-conference,
#season-pass {
    padding-left: 16%;
    padding-right: 16%;
    padding-top: 2em;
    overflow: hidden;
    clear: both
}

#super-early-bird h2,
#add-conference h2,
#season-pass h2 {
    font-size: 2.2em;
    color: #8D1A0E
}


/*season pass*/

/*pricing*/

#season-pass {
    font-size: .9em;
    padding-top: 5em;
    padding-bottom: 2em;
    /* closed events don't show pricing*/
    display: block;
    padding-left: 8%;
    padding-right: 8%
}


#season-pass h2 {
    font-size: 2.9em;
    line-height: .96;
    color: #8D1A0E;
    margin-bottom: .3em
}

#season-pass table {
    border-collapse: separate;
    border-spacing: 20px 0;
    width: 100%;
    margin-top: 4em
}

#season-pass table+table {
    margin-top: 5em
}

#season-pass td:nth-of-type(2) {
    border-collapse: separate;
    border-spacing: 50px 0;

}

#season-pass td {
    width: 23.3%;
    vertical-align: top;
    text-align: center;
    border-top: 1px solid #dedede;
    padding-top: 1.5%
}

#season-pass tr:first-of-type td {
    padding-top: 3%
}


#season-pass tr:first-of-type td:nth-of-type(1) {
    border-top: solid .2em rgb(215, 219, 226)
}

#season-pass tr:first-of-type td:nth-of-type(2) {
    border-top: solid .2em #dc982c
}

#season-pass tr:first-of-type td:nth-of-type(3) {
    border-top: solid .2em #5c5f71
}

#season-pass tr:first-of-type td:nth-of-type(4) {
    border-top: solid .2em #8D1A0E
}

#season-pass h3 {
    font-weight: 900;
    font-size: 2em;
    margin-bottom: .2em;
    color: #8D1A0E;
    line-height: 1.1
}

#season-pass p {
    line-height: 1.25
}

#season-pass td:nth-of-type(2) h3 {
    color: #dc982c
}

#season-pass td:nth-of-type(3) h3 {
    color: #5c5f71
}

#season-pass td:nth-of-type(4) h3 {
    color: #8D1A0E
}

#season-pass td:nth-last-child(4) {
    width: 30%;
    text-align: left
}

#season-pass td:nth-last-child(4)>h2 {
    width: 90%
}

#season-pass td:nth-last-child(4) {
    font-size: .9em
}

#season-pass h4 {
    color: #67675 font-weight: 600;
    min-height: 5em
}


#season-pass td h4 {
    text-transform: capitalize;
    font-variant: none;
    font-weight: 600;
    font-size: .9em;
    color: #676767;
    margin-bottom: .2em
}

#season-pass td:nth-last-child(4)>h4 span {
    color: #999
}


#season-pass td:nth-last-child(4)>* {
    width: 70%
}

#season-pass td {

    min-height: 1.4em
}

#season-pass td img {
    width: 1.4em
}

#season-pass ul+ul+ul {
    margin-top: 2em
}

.more-info {
    font-weight: 100;
}

#season-pass td .register-button {
    text-decoration: none;
    display: inline-block;
    padding: 0;
    text-transform: uppercase;
    font-variant: small-caps;
    font-weight: 500;
    border-radius: 2.5px;
    font-size: .95em;
    border: solid 2px;
    padding: 0;
    width: 100%
}

#season-pass td .register-button h5 {
    color: #fff;
    font-family: "Freight-Sans-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: .2em .8em .4em .8em;
}

.register-button a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%
}

/* variants for pricing on front page*/

#season-pass td .register-button ul {
    margin: 0;
    padding: 0
}

#season-pass td .register-button li {
    text-transform: none;
    font-variant: normal;
    padding: .4em 0;
    transition: .2s background-color;
}

#season-pass td .register-button li {
    padding-top: .4em;
    border-bottom: solid 1px
}

#season-pass td .register-button li:last-of-type {
    border-bottom: none
}


#season-pass td:nth-of-type(2) h5 {
    background-color: #dc982c;
}

#season-pass td:nth-of-type(2) .register-button li:hover {
    background-color: rgba(220, 152, 44, .3)
}


td:nth-of-type(2) .register-button {
    color: #dc982c
}


#season-pass td:nth-of-type(3) h5 {
    background-color: #5c5f71;
}

#season-pass td:nth-of-type(3) .register-button li:hover {
    background-color: rgba(92, 95, 113, .3)
}

td:nth-of-type(3) .register-button {
    color: #5c5f71
}

#season-pass td:nth-of-type(4) h5 {
    background-color: #8D1A0E;
}

#season-pass td:nth-of-type(4) .register-button li:hover {
    background-color: rgba(141, 26, 14, .3)
}


td:nth-of-type(4) .register-button {
    color: #8D1A0E
}

#season-pass .current {
    font-size: 1.1em;
    font-weight: 600;
    color: #404040
}

#season-pass .current strong {
    font-size: 1.2em
}

#season-pass .price {
    font-size: 1.3em;
    font-weight: 500
}

#season-pass .prices {
    color: #676767
}

#season-pass li {
    margin: 0;
    padding: 0
}

#season-pass tr:last-of-type td {
    border: none
}

/*signups*/

#signup>* {
    width: 60%;
    margin: 1em auto 0 auto;
    text-align: center
}

#signup form {
    overflow: auto
}

#signup h2 {
    font-size: 2.2em;
    line-height: 1.1;
    margin-bottom: .5em
}


#signup form>div {
    width: 100%;
    display: inline-block
}

#signup form input {
    width: 100%;
    padding: .6em;
    font-size: .9em
}


#signup form>div:first-of-type {
    margin-right: 5%
}

#signup form div.signs {
    text-align: right;
    margin-right: 0%;
    margin-top: .5em;
    width: 100%
}

#signup form div.sign input {
    width: 66%
}


#signup form button,
#signup form input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    color: #fff;
    background-color: #8C0000;
    font-size: .9em;
    font-weight: 600;
    /*padding: .3em .8em;*/
    font-family: "Freight-Sans-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 3px;
    transition: .2s background-color;
    border: none
}

#signup form button:disabled,
#signup form input[type="submit"]:disabled {
    opacity: .4;
}

#signup a:link,
#signup a:visited {
    color: #8C0000
}

#signup form button:enabled {
    opacity: .9
}

#signup form button:enabled:hover {
    opacity: 1
}


/* partners*/

/*partners*/

#partners h2 {
    font-size: 2.9em;
    color: #5c5f71
}

#partners h3 {
    font-family: "Freight-Sans-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600
}

#partners h3 {
    margin-top: 0
}

#our-partners>section,
#community-partners>section {
    margin-left: 5%
}

#our-partners img {
    width: 100%
}

#partner-details {
    width: 26%;
    float: left
}

#our-partners,
#community-partners {
    width: 70%;
    float: right;
    margin-bottom: 4em
}

#our-partners .major-partner img {
    width: 45%;
    float: left;
    margin-bottom: 4em
}

#our-partners .major-partner img:nth-of-type(2) {
    margin-left: 12%
}


#partners .exhibitor {
    float: right;
    width: 35%;
    margin-left: 12.5%
}


#our-partners h3,
#community-partners h3 {
    font-variant: small-caps;
    text-transform: uppercase;
    font-size: .9em;
    color: #676767;
    margin: 0 0 1.6em 0;
    clear: both;
    text-align: center
}

.community-partner {
    width: 12%;
    float: left;
    margin-right: 2%
}

.community-partner img {
    width: 100%
}

/*register*/

.sold-out {
    opacity: .5
}

/*override*/
nav#site {
    padding: 0 0 0.4em;
}

nav#site ul {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.5em;
}

nav#site ul li {
    display: inline-block;
    width: auto;
    margin-right: 1em;
    font-weight: 500;
    padding-top: 0.4em;
}

nav#site ul li:first-of-type {
    width: 49%;
    font-weight: 900;
    background-image: url('../event-common-images/wdlogo.svg');
    background-repeat: no-repeat;
    background-size: 1em;
    padding-left: 2.5em;
    background-position: 1em 22%;
    margin-left: 1em
}

nav#site ul li a:link,
nav#site ul li a:visited {
    color: inherit;
    text-decoration: none;
}

.past {
    color: #676767
}

nav#site ul li.current {
    font-weight: 600;
    position: relative;
    color: #13C2BB
}

nav#site ul li.current:after {
    width: .8em;
    height: .8em;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 2em;
    z-index: 10;
    left: 0;
    content: ' ';
    -webkit-transform: translateX(160%) rotate(45deg);
    transform: translateX(160%) rotate(45deg)
}

nav#site ul li a>span.desc {
    font-weight: normal;
    display: block;
    font-size: 80%;
    color: #999;
    width: 30%;
    line-height: 1.2;
}

nav#site>ul>li.minor,
nav#site>ul>li {
    margin: 0 -1px;
    padding-top: 5px;
    font-size: 1em;
}

nav#site>ul>li strong {
    padding-right: .8em;
}

nav#site ul>li>a[class*="events-"] {
    border-top-width: 7px;
    border-top-style: solid;
    margin: -6px 0 0;
    padding: 0 17px 10px;
    white-space: nowrap;
    opacity: 1;
    transition: opacity 2s;
    font-size: 1em;
    /*background: #EFEFEF;*/
    font-weight: bold;
}

nav#site ul>li.minor>a {
    background: none;
    font-weight: normal;
}

nav#site>ul>li>a:hover {
    transition: opacity 3s;
    opacity: .55;
}

nav#site .events-respond {
    border-color: #c3421a;
}

nav#site .events-transform {
    border-color: #225b92;
}

nav#site .events-code {
    border-color: #50347e;
}

nav#site .events-direction {
    border-color: #27c2ba;
}

nav#site .events-codeleaders {
    border-color: #1C8800;
}

nav#site .events-aiconf {
    border-color: #c91b2d;
}

nav#site .events-summit {
    border-color: #13C2BB;
}

nav#site .events-design {
    border-color: #B73E19;
}

nav#site .events-designleaders {
    border-color: #1C8800;
}

nav#site .events-culture {
    border-color: #1c8800;
}