@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
		
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*icons*/
/* Ico Iconfont Regular */
@font-face {
    font-family: 'IcoIcons';
    font-style:normal;
    font-weight:normal;
    src: 
        url('../fonts/IcoIconfont-Regular.eot'),
        url('../fonts/IcoIconfont-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/IcoIconfont-Regular.woff') format('woff'),
        url('../fonts/IcoIconfont-Regular.ttf') format('truetype'),
        url('../fonts/IcoIconfont-Regular.svg') format('svg');
}

/* Ico Iconfont Bold */
@font-face {
    font-family: 'IcoIcons';
    font-style:normal;
    font-weight:bold;
    src: 
        url('../fonts/IcoIconfont-Bold.eot'),
        url('../fonts/IcoIconfont-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/IcoIconfont-Bold.woff') format('woff'),
        url('../fonts/IcoIconfont-Bold.ttf') format('truetype'),
        url('../fonts/IcoIconfont-Bold.svg') format('svg');
}

@font-face {
    font-family: 'anyfit';
    src: url('../fonts/anyfit_iconfont_1.8-webfont.woff2') format('woff2'),
         url('../fonts/anyfit_iconfont_1.8-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*definitions*/

html, body {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    padding:0px;
    margin:0px;
    overflow-x: hidden;
}
    
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    
header {
    background-image: url(../img/WIDD-visual-2019.jpg);
    background-size: cover;
    background-position: center center;
    /* position:relative; */
    max-height: 900px;
    display: flex;
    flex-direction: column;
}

.widdtag {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
}

a {
    cursor: pointer;
}

.eventbrite {
    background: transparent;
    background-color: none;
}

/* content */
.contentdiv div.chapter {
    padding-top: 4.6em;
}

h5 {
    text-transform:uppercase;
    font-size:0.825rem;
    letter-spacing: 0.2em;
    margin-top:0em;
    line-height:2em;
    color:#7F7F7F;
    display:block;
    border-top: 1px solid #FF9900;
    padding-top:1rem;
}
.socialcta h5 {
    border-top:0px;
    margin-top:5rem;
}

.chapter h5:first-of-type {
    border-top:none;
    padding-top:0px;
}

content a {
    color:#bb1751;
    text-decoration:none;
    letter-spacing:0.02em;
}
content figure {
    clear: both;
    padding-top:1.5rem;
}
content figure img {
    max-width:100%;
    float:none;
    height:auto;
    border-radius: 0;
    position: relative;
    top: 4px;
}

content figure .imgwrap {
    float: left;
    margin-right:1rem;
    margin-bottom:1.5rem;
    width: 33%;
}

content figure figcaption {
    float: left;
    width: 60%;
}
content figure figcaption b, content figure figcaption strong {
    font-size:1.44rem;
    display:block;
    padding-bottom:0rem;
    margin-bottom:0.5rem;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
} 
content figure::after {
    content:" ";
    height:0px;
    width:100%;
    display:block;
    clear: both;
    overflow: hidden;
}

/* TITLE */
.title {
    margin-bottom: 1.5rem;
}
.title h2 {
    color: #BB1751;
}
.title .title-bar {
    min-width: 96px;
    min-height: 9px;
    display: inline-block;
    background-color: #FF9900;
}
/* navigation */
nav {
    background: none;
    width:100%;
    font-size:1.5rem;
    padding-bottom: 0.5rem;
}

nav ul {
    list-style: none;
    float:right;
    margin-right:1.5em;
    text-transform: lowercase;
}
nav ul li{
    display:inline;
    color:white;
}
nav ul li a{
    display:inline-block;
    margin-right:1em;
    text-decoration: none;
    color:white;
    line-height:1.8em;
    height: 40px;
}
nav ul li.current a, nav ul li a.current, nav ul li a:hover{
    color: white;
    border-bottom: solid 4px #FF9900
}
nav ul li.current a {
    cursor: pointer;
}

nav ul li ul{
    display:none;
}

nav ul li.archive {
    position:relative;
}
nav ul li.archive ul {
    background-color: #950051;
    padding-top:1rem;
    padding-bottom:1rem;
}
nav ul li.archive ul li {
    width:auto;
    white-space: nowrap;
    padding-left:1rem;
    line-height:1rem;
    cursor: pointer;
}
nav ul li.archive ul li a {
    line-height:2em;
}
@media screen and (min-width:900px){
    nav ul li.archive:hover ul {
        display:block;
        width:auto;
        position:absolute;
        top:100%;
        right:0px;
        margin-right:0px;
        cursor: pointer;
    }
}


/* stickynav */
.stickyonly {
    display: none;
    font-size: 40px;
    color:#fff;
    line-height: 72px;
    padding-left: 140px;
    position: absolute;
    top:0;
    left: 0;
    z-index: 1;
}
.colorblock {
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    z-index: 4;
    background-color: #dff0fa;
    display: block;
    width: 120px;    
}
.colorblock:before {
    content: " ";
    height: 50%;
    position: absolute;
    top:50%;
    left: 0;
    right: 0;
    z-index: 4;
    background-color: #522036;
}

.scrolled .stickyonly {
display: block;
}

.scrolled nav {
    background-color: #950051;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 72px;
line-height: 72px;
}

/* social */
.socialcta a {
    color: #000;
    font-size: 30px;
    display: inline-block;
    margin-right: 15px;
    font-family: IcoIcons;
font-weight: bold;
}

.socialcta a:hover {
    color: #950051;
}

content {
    margin-bottom:10rem;
}

content:after {
    content:" ";
    display:block;
    clear:both;
    height:10rem;

}

content .ctadiv {
    position: fixed;
    top: 72px;
    right: -41%;
    bottom: 0;
    width:33.33333%;    
    background-color: #FFA500;
    height:auto;
    display: block;
    opacity: 0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.ctadiv {
    /*display:none;*/
    padding:2rem;
}

.scrolled content .ctadiv {
    right: 0;
    opacity: 1;
}

.socialcta {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    z-index: 2;
}

.contentdiv {
    width:50%;
    margin:0px 10%;
}

h1 {
    text-transform:uppercase;
    font-size:0.75rem;
    letter-spacing: 0.2em;
    margin-top:2em;
    line-height:2em;
    margin-bottom:4em;
}
h2 {
    font-size: 2.5rem;
    margin-top: 0;
    line-height: 1.25em;
    padding-bottom: 0.30rem;
    font-family: aktiv-grotesk, "Myriad Pro", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 800;
}
p {
    line-height:1.5rem;
    margin-bottom:1.5rem;
    font-size:18px;
}
.contentdiv ul {
    list-style: disc;	
    padding-left:1.5rem;
}
.contentdiv ul li {
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 18px;
    padding-left:0.5rem;
}

/* Smaller displays */
@media screen and (min-width:900px) and (max-width:1120px) {

    nav ul li a,
    nav ul li     {
        font-size: 1.2rem;
    }
    content .ctadiv    {
        width: 20%;
    }
    .ctadiv .registercta {
        font-size: 1.5rem;
    }
    .ctadiv .registercta a {
        font-size: 1rem;
    }
    .contentdiv {
        width: 66%;
        margin: 0px 2%;
    }
    figcaption {
        font-size: 0.8em;
    }
    content figure figcaption b, content figure figcaption strong {
        font-size: 1.15rem;
    }
    .stickyonly {
        font-size: 28px;
    }


}

.menu-toggle {
display: none;
text-decoration: none;
color: white;
line-height: 40px;
font-size: 1rem;
text-transform: uppercase;
float: right;
margin-right: 15px;
}
.menu-toggle:after {
content: "m";
font-family: anyfit;
text-transform: none;
font-size: 1.4rem;
}
.menu-toggle.open:after {
    content: "x";
}
.menu-toggle.open {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 15px;
}

footer {
display: none;
}

.showmobile {
display: none;
}
.toggled-menu {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 200;
}

/* Smartphone view */
@media screen and (max-width:899px) {

    .showmobile {
        display: inline-block;
    }

    .scrolled nav {
        height: 45px;
        line-height: 45px;
    }

    .scrolled .menu-toggle {
        position: absolute;
        top: 0;
        right: 15px;
    }
    .stickyonly {
        font-size: 24px;
        line-height: 40px;
        padding-left: 85px;
    }

    content figure figcaption {
        font-size: 14px;
    }

    content figure figcaption b, content figure figcaption strong {
        font-size: 16px;
    }

    p {
        font-size: 14px;
    }


    .contentdiv ul li {
        font-size: 14px;
        padding-left:0.5rem;
    }

    h1 {
        font-size: 10px;
        margin-bottom: 0;
    }

    h2 {
        text-transform: lowercase;
        font-size: 24px;
    }

    .hidemobile {
        display: none;
    }

    /* MBILE NAV */
    #nav.opened {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
    }
    #nav {
        display: none;
        background-color: #BB1751;
        top: 0px;
        left: 0;
        right: 0;       
        z-index: 99;
        padding: 75px 0;
        margin: 0;
    }

    nav ul#nav li ul {
        display: block;
    }

    nav ul {
        float: none;
        margin: 0;
    }

    nav ul#nav li.archive ul {
        background-color: #BB1751;
        padding-top: 0;
        padding-bottom: 0;
    }

    nav ul#nav li.archive {
        margin-top: 40px;
    }

    nav ul#nav li.archive ul li {
        width: auto;
        white-space: nowrap;
        padding-left: 0;
        margin-left: 0;
        line-height: 1;
    }

    nav ul#nav li.archive ul li a {
        line-height: 30px;
        background-color: #BB1751;
    }

    .scrolled #nav {
        top: 40px;
    }

    #nav li {
        display: block;
        float: none;
        clear: both;
        margin-left: 85px;
        line-height: 1em;
    }

    #nav > li:nth-child(-n+6) {
        margin-left: 70px;
        padding-left: 15px;
        /* border-left: 2px solid #fff; */
    }

    #nav > li.current:nth-child(-n+6) {
        /* border-left: 2px solid #000; */
    }

    #nav li a {
        display: block;
        font-size: 24px;
        line-height: 30px;
    }

    #nav li.sml {
        font-size: 12px;
        text-transform: uppercase;
        color: rgba(255,255,255,0.5);
    }


    .menu-toggle {
        display: block;
    }

    content .ctadiv    {
        display: none;
    }

    .contentdiv {
        width: auto;
        margin: 0;
        padding: 0 15px;
    }

    footer {
        display: block;
    }

    footer a {
        color: white;
        text-decoration: none;
        padding: 0;
        text-transform: lowercase;
        background-color: #a8225a;
        line-height: 40px;
        font-size: 14px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 999;
    }

    .colorblock {
        width: 70px;
        height: 40px;
    }

}

@media screen and (max-width:599px) {

    header {
        height: 20%;
    }

    content figure .imgwrap {
            float: none;
            margin-right:0;
            margin-bottom:1.5rem;
            width: auto;
    }

    content figure figcaption {
            float: none;
            width: auto;
    }

}

@media screen and (max-width:460px) {

    content figure img {
        max-width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 1rem;
    }

}

@media screen and (max-height:460px) {

    #nav {
        padding: 35px 0;
    }

}

/* VISUAL */
header .visualcontainer {
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-direction: column;
    justify-content: baseline;
    /* align-content: flex-start; */
    /* min-height: auto; */
}

header .visualcontainer .claim {
    align-self: flex-start;
    padding: 12px;
    max-width: 75%;
}
header .visualcontainer .visual {
    align-self: flex-start;
    padding: 12px;
    max-width: 75%;
}
header .visualcontainer .claim img,
header .visualcontainer .visual img {
    width: 100%;
    height: auto;
}

/* @media screen and (min-width: 667px) {
    header .visualcontainer .claim {
        align-self: flex-start;
        padding: 12px;
        max-width: 75%;
    }
    header .visualcontainer .visual {
        max-width: 75%;
    }
} */

@media screen and (min-width: 667px) {
    header .visualcontainer {
        flex-direction: row;
        justify-content: center;
        padding-top: 2rem;
        margin-bottom: 2.1rem;
    }

    header .visualcontainer .claim {
        width:40%;
        margin-right: 2rem;
    }

    header .visualcontainer .visual {
        width:39%;
        margin-left: 2rem;
    }
}

/* DATE ADDRESS */
.date-address {
    display: flex;
    justify-content: space-between;
    color: white;
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 800;
}
.date-address .date {
    padding-left: 9.6%;
}
.date-address .address {
    display: none;
}

@media screen and (min-width: 56.25rem) {
    .date-address .address {
        display: inherit;
        padding-right: 9%;
    }
}

/* CTA */
.registercta {
    font-size:2.5rem;
}

.registercta a {
    font-size:2rem;	
    color:white;
    background-color: #BB1751;
    text-decoration: none;
    line-height:1em;
    padding: 0.9rem 2.7rem;
    text-transform: lowercase;
    font-weight: 400;
}

.xbold {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 800;
}
.italic {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: italic;
}

/* SPEAKERS */
.speakerName {
    color: #BB1751;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    line-height: 1px;
}
.speakerOrigin {
    color: #BB1751;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    opacity: 0.5;
}
