/*
* IZA Events Splash
*
* Version 1.1
* Copyright 2018, IZA – Institute of Labor Economics
* www.iza.org
*
* Author: Lars Meierwisch
* Author URI: http://www.lars.fm
* 05/06/2018, revised 29/08/2018
*/

/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Include
- Base Styles
- Typography
- Links
- Buttons
- Lists
- Tables
- Misc
- Navbar
- Footer
- Spacing
- Clearing
- Media Queries
*/

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Include
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@font-face {
    font-family: "Frutiger";
    font-weight: 300;
    src:url("//static.iza.org/fonts/frutiger-light.eot?#iefix");
    src:url("//static.iza.org/fonts/frutiger-light.eot?#iefix") format("eot"),
    url("//static.iza.org/fonts/frutiger-light.woff2") format("woff2"),
    url("//static.iza.org/fonts/frutiger-light.woff") format("woff"),
    url("//static.iza.org/fonts/frutiger-light.ttf") format("truetype");
}

@font-face {
    font-family: "Frutiger";
    font-weight: 400;
    src:url("//static.iza.org/fonts/frutiger-regular.eot?#iefix");
    src:url("//static.iza.org/fonts/frutiger-regular.eot?#iefix") format("eot"),
    url("//static.iza.org/fonts/frutiger-regular.woff2") format("woff2"),
    url("//static.iza.org/fonts/frutiger-regular.woff") format("woff"),
    url("//static.iza.org/fonts/frutiger-regular.ttf") format("truetype");
}

@font-face {
    font-family: "Frutiger";
    font-weight: 700;
    src:url("//static.iza.org/fonts/frutiger-bold.eot?#iefix");
    src:url("//static.iza.org/fonts/frutiger-bold.eot?#iefix") format("eot"),
    url("//static.iza.org/fonts/frutiger-bold.woff2") format("woff2"),
    url("//static.iza.org/fonts/frutiger-bold.woff") format("woff"),
    url("//static.iza.org/fonts/frutiger-bold.ttf") format("truetype");
}

@font-face {
  font-family: "Merriweather";
  font-weight: 300;
  src:url("//static.iza.org/fonts/Merriweather/Merriweather-Light.eot?#iefix");
  src:url("//static.iza.org/fonts/Merriweather/Merriweather-Light.eot?#iefix") format("eot"),
    url("//static.iza.org/fonts/Merriweather/Merriweather-Light.woff2") format("woff2"),
    url("//static.iza.org/fonts/Merriweather/Merriweather-Light.woff") format("woff"),
    url("//static.iza.org/fonts/Merriweather/Merriweather-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Merriweather";
  font-weight: 300;
  font-style:  italic;
  src:url("//static.iza.org/fonts/Merriweather/Merriweather-LightItalic.eot?#iefix");
  src:url("//static.iza.org/fonts/Merriweather/Merriweather-LightItalic.eot?#iefix") format("eot"),
    url("//static.iza.org/fonts/Merriweather/Merriweather-LightItalic.woff2") format("woff2"),
    url("//static.iza.org/fonts/Merriweather/Merriweather-LightItalic.woff") format("woff"),
    url("//static.iza.org/fonts/Merriweather/Merriweather-LightItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Merriweather";
  font-weight: 400;
  src:url("//static.iza.org/fonts/Merriweather/Merriweather-Regular.eot?#iefix");
  src:url("//static.iza.org/fonts/Merriweather/Merriweather-Regular.eot?#iefix") format("eot"),
    url("//static.iza.org/fonts/Merriweather/Merriweather-Regular.woff2") format("woff2"),
    url("//static.iza.org/fonts/Merriweather/Merriweather-Regular.woff") format("woff"),
    url("//static.iza.org/fonts/Merriweather/Merriweather-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Merriweather";
  font-weight: 400;
  font-style:  italic;
  src:url("//static.iza.org/fonts/Merriweather/Merriweather-Italic.eot?#iefix");
  src:url("//static.iza.org/fonts/Merriweather/Merriweather-Italic.eot?#iefix") format("eot"),
    url("//static.iza.org/fonts/Merriweather/Merriweather-Italic.woff2") format("woff2"),
    url("//static.iza.org/fonts/Merriweather/Merriweather-Italic.woff") format("woff"),
    url("//static.iza.org/fonts/Merriweather/Merriweather-Italic.ttf") format("truetype");
}


@font-face {
  font-family: "Merriweather";
  font-weight: 700;
  src:url("//static.iza.org/fonts/Merriweather/Merriweather-Bold.eot?#iefix");
  src:url("//static.iza.org/fonts/Merriweather/Merriweather-Bold.eot?#iefix") format("eot"),
    url("//static.iza.org/fonts/Merriweather/Merriweather-Bold.woff2") format("woff2"),
    url("//static.iza.org/fonts/Merriweather/Merriweather-Bold.woff") format("woff"),
    url("//static.iza.org/fonts/Merriweather/Merriweather-Bold.ttf") format("truetype");
}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Frutiger", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;  color: #3399cc;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem;  color: #333;}
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem;  color: #333;}
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; color: #333;  font-weight: 400;}
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; color: #333;}
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0;       color: #333;}

@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; 
  font-family: 'Merriweather', serif;}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #3399cc; text-decoration: none; transition: all 0.5s cubic-bezier(.25,.8,.25,1);}
a:hover {
  color: #333; }
a.anchor {
  display: block;
  position: relative;
  top: -10rem;
  visibility: hidden;}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: block;
  height: 40px;
  padding: 0 30px;
  color: #bbb;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 2px;
  border: 2px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; 
  width: 50%;}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #888;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #3399cc;
  border-color: #3399cc;
  width: 50%; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  border-color: #1c81b3;
  background-color: #1c81b3; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }
th {
  border: none;
  font-weight: 400;}


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin: 0 auto 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

.logo-wlc,
.logo-20 {
  position: relative;
  display: none;
  float: left;}

.logo-wlc a,
.logo-20 a {
  background: no-repeat;
  background-size: cover;
  color: white;
  float: left;
  font-size: 1px;
  text-indent:-9999px;
  height: 150px;
  width: 150px;
  outline: 0;
  margin: 4px 10px 10px 0;}

.logo-wlc a {
  background-image: url(../images/IZA_WLC2018.svg);}

.logo-20 a {
  background-image: url(../images/IZA_20years.svg);}

span.name {
  font-weight: 600;
  display: block;}

span.aff {
  font-size: 1.25rem;
  font-weight: 300;}

.portrait {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  border: 1px solid #eee;
  margin: 2rem auto 1rem;
  overflow: hidden;
  background-size: contain;
  display: block;}

i.resptext {
  display: none;
  font-style: normal;
}

i.respicon {
  display: inline;
  font-size: 2rem;
}

.gallery ul {
  list-style-type: none;
  text-align: center;
}

.gallery ul li {
  width: 18.5%;
  display: inline-block;
  background-size: cover;
  background-position: center center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.5s cubic-bezier(.25,.8,.25,1);
}

.gallery ul li:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.gallery ul li:hover {
  box-shadow: 0 5px 8px rgba(0,0,0,0.16), 0 5px 8px rgba(0,0,0,0.23);  
}

.gallery a {
  margin: 1% 1% 1% 0;
}

.shadow {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.5s cubic-bezier(.25,.8,.25,1);  
}

.shadow:hover {
  box-shadow: 0 5px 8px rgba(0,0,0,0.16), 0 5px 8px rgba(0,0,0,0.23);  
}

/* Navbar
–––––––––––––––––––––––––––––––––––––––––––––––––– */  
.navbar,
.navbar-spacer {
  display: block;
  width: 100%;
  height: 7rem;
  background: #fff;
  z-index: 99;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  opacity:0.9;}
.navbar-spacer {
  display: none; }
.navbar > .container {
  width: 100%; }
.navbar-list, .navbar-list-mobile {
  list-style: none;
  margin-bottom: 0; }
.navbar-list {
  display: none; }
.navbar-list-mobile {
  display: block; }    
.navbar-item {
  position: relative;
  float: left;
  margin-bottom: 0; }
.navbar-logo {
  position: relative;
  display: block;
  float: right;}
.navbar-logo a {
  background: no-repeat;
  background-image: url(../images/iza.svg);
  background-size: cover;
  color: white;
  float: left;
  font-size: 1px;
  text-indent:-9999px;
  height: 45px !important;
  width: 135px !important;
  margin-top: 13px;
  outline: 0;}
.navbar-link,
.navbar-link-active {
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: .15rem;
  margin-right: 3rem;
  text-decoration: none;
  line-height: 6.5rem;
  color: #222; }
.navbar-link:hover,
.navbar-link-active:hover {
  color: #3399cc; }    
.navbar-link-active {
  color: #3399cc; }
.has-docked-nav .navbar {
  position: fixed;
  top: 0;
  left: 0; }
.has-docked-nav .navbar-spacer {
  display: block; }
.has-docked-nav .navbar > .container {
  width: 100%; }


/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer {
  background-color: #243650; 
  padding: 60px 0; 
  color: #fff;
  font-weight: 300;
  margin: 5% 0 0;
  width: 100%;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .one-half.column {
  text-align: center;
}


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 1000px) {
  .button,
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  .button.button-primary,
  button.button-primary,
  input[type="submit"].button-primary,
  input[type="reset"].button-primary,
  input[type="button"].button-primary {
    margin-bottom: 6rem;
    width: 90%; }
}

@media (min-width: 550px) {
  .has-docked-nav .navbar > .container {
    width: 80%; }
  .footer .one-half.column {
    text-align: left; }
  .footer .one-half.column:last-child {
    text-align: right; }
}

@media (max-width: 850px) {
  .gallery ul li { width: 30.5%; }
  .gallery a {  margin: 2% 2% 2% 0; }
}

@media (min-width: 1000px) {
  .navbar-list {
    display: block;
  }
  i.respicon {
    display: none;
  }
  i.resptext {
    display: inline;
  }
  .navbar-list-mobile {
    display: none; }
  .navbar-link {
    margin-right: 3rem }  
  .logo-wlc,
  .logo-20 {
    display: block;} 
  .navbar-link,
  .navbar-link-active {
    font-size: 1.2rem; }
}