/*
CSS Reset
http://meyerweb.com/eric/tools/css/reset/
*/

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;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
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;
}

/* particleground demo */

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
/*  overflow: hidden;*/
}

body {
  background: white;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 300;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}

/*a {
    color: #333;
    text-decoration: none;
}*/

p {
  margin: 0 0 30px 0;
  font-size: 18px;
  line-height:1.8;
}

.event__header{
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.015em;
}

.event__body{
  font-size: 18px;
}

h3{
  margin-bottom:1em;
}

strong{
 font-weight:bold;
}

ul .media{
  color:#333;
}

hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 3px solid #eee;
}


#about p{
  font-size: 21px
}


.btn-experience {
    background-color:transparent;
    display: inline-block;
    padding: 15px 30px;
    border: 2px solid #313131;
    text-transform: uppercase;
    letter-spacing: 0.015em;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #eee;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;*/
}

.btn-experience:hover{
    background-color: #FE1438; 
    display: inline-block;
    padding: 15px 30px;
    border: 2px solid white;
    text-transform: uppercase;
    letter-spacing: 0.015em;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: white;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.btn-experience-2 {
    background-color:transparent;
    display: inline-block;
    padding: 15px 30px;
    border: 2px solid white;
    text-transform: uppercase;
    letter-spacing: 0.015em;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;*/
}



.btn-experience a{
  color: inherit;
  text-decoration: none;
}

.btn-experience a:active{
  color: inherit;
  text-decoration: none;
  border: 2px solid #F65555
}


.pd-top-sm{
  padding-top:2em;
}

.pd-top-md{
  padding-top:4em;
}

.pd-top-lg{
  padding-top:8em;
}

.pd-bottom-sm{
  padding-bottom:2em;
}

.pd-bottom-md{
  padding-bottom:4em;
}

.pd-bottom-lg{
  padding-bottom:8em;
}



#intro {
/*  position: absolute;
  left: 0;
  top: 40%;
  padding: 0 20px;
  width: 100%;*/
  /*text-align: center;*/
}

h1 {
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 0.015em;
}

/*h1::after {
  content: '';
  width: 80px;
  display: block;
  background: #fff;
  height: 10px;
  margin: 30px auto;
  line-height: 1.1;
}*/



.content-title h2{
  font-family: 'Martel', serif;
  text-transform: capitalize;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 0.015em;
}

h2 {
  font-family: 'Martel', serif;
  text-transform: capitalize;
  font-size: 48px;
  font-weight: 200;
  letter-spacing: 0.015em;
}

h3{
  font-family: 'Roboto', serif;
  text-transform: initial;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.015em;
}

.PayTransparency{
  font-family: 'Martel', serif;
  text-transform: initial;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.015em;
}

#jobBreakdown{
  background-color:#733C96;
}

#jobBreakdown img{
  margin-bottom:2em;
}


#jobBreakdown h2{
  margin-top:0;
  margin-bottom:5px;
  color:#fff;
  font-weight:900;
}

#jobBreakdown h3{
  margin-top:0;
  margin-bottom:5px;
  font-size:28px;
  color:#fff
}

.lifeCycle h3{
  font-size:28px;
  font-weight:700;
  margin-top:0;
  margin-bottom:20px;
  color:#eee;
}

#jobBreakdown .lifeCycle{
 background-color:#333;
 padding:4em;
}

/*#jobBreakdown .cycleImage{
  height:140px;
  align-content: center;
}*/

/*#jobBreakdown .jobImage{
 height:600px;
}*/

.img-resize{
  margin:0 auto;
  height:200px;
}

.img-space{
  margin-bottom: 2em;
}

/*#jobBreakdown .img-center{
  margin:0 auto;
}*/

#jobBreakdown .jobs{
  padding:2em;
}

/*#jobBreakdown{
  background-color:#F65555;
}
*/

#jobBreakdown p{
  margin-top:0;
  margin-bottom:20px;
  color:#fff;
}

#industry h2{
  margin-top:0;
  margin-bottom:5px;
  color:#7F489C;
  font-weight:900;
}

.industry-variation .industry-content{
  margin-top:8em;
}

.lifeyCycle p{
  font-size:16px;
  color:white;
}

.cycleWrapper{
  margin-top:4em;
}

.infogram-embed{
  color:white;
}

@media only screen and (max-width: 2000px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 46px;
  }

  .menu {
  position: relative;
  z-index: 1000;
  display: inline-flex;
  flex-direction: column;
  margin: 0 0 0 6vw;
  font-size: 4vw;
  align-items: flex-start;
}

.menu__item {
  color: var(--color-menu);
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  text-indent: -0.025em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

}


@media only screen and (max-width: 1500px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 46px;
  }

  .menu {
  position: relative;
  z-index: 1000;
  display: inline-flex;
  flex-direction: column;
  margin: 0 0 0 6vw;
  font-size: 4vw;
  align-items: flex-start;
}

.menu__item {
  color: var(--color-menu);
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  text-indent: -0.025em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

}
@media only screen and (max-width: 1300px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 46px;
  }

  .menu {
  position: relative;
  z-index: 1000;
  display: inline-flex;
  flex-direction: column;
  margin: 0 0 0 6vw;
  font-size: 4vw;
  align-items: flex-start;
}

.menu__item {
  color: var(--color-menu);
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  text-indent: -0.025em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

}

@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 46px;
  }

  .menu {
  position: relative;
  z-index: 1000;
  display: inline-flex;
  flex-direction: column;
  margin: 0 0 0 6vw;
  font-size: 4vw;
  align-items: flex-start;
}

.menu__item {
  color: var(--color-menu);
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  text-indent: -0.025em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

}

@media only screen and (max-width: 800px) {
  h1 {
    font-size: 48px;
  }
  h1::after {
    height: 8px;
  }

  h2 {
    font-size: 36px;
  }
  h2::after {
    height: 8px;
  }

  .menu {
  position: relative;
  z-index: 1000;
  display: inline-flex;
  flex-direction: column;
  margin: 0 0 0 6vw;
  font-size: 4vw;
  align-items: flex-start;
}

.menu__item {
  color: var(--color-menu);
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  text-indent: -0.025em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

/* #intro {
  position: absolute;
  left: 0;
  top: 30%;
  padding: 0 20px;
  width: 100%;
  text-align: center;
}*/


}

@media only screen and (max-width: 568px) {
  #intro {
    padding: 0 10px
    top:50%;
  }
  h1 {
    font-size: 48px;
  }
  h1::after {
    height: 6px;
  }
  p {
    font-size: 18px;
  }
  .btn {
    font-size: 16px;
  }

  .menu {
  position: relative;
  z-index: 1000;
  display: inline-flex;
  flex-direction: column;
  margin: 0 0 0 6vw;
  font-size: 10vw;
  align-items: flex-start;
}

.menu__item {
  color: var(--color-menu);
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  text-indent: -0.025em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

   .cta-image{
    background-image: url("../../dist/img/ImpactEngagement.svg");
    background-repeat: no-repeat;
    position: relative;
    /*bottom: 80px;*/
    /* top: -90px; */
    height: 300px;
    background-position: center;
    margin-bottom:2em;
  }

}

@media only screen and (max-width: 320px) {
  h1 {
    font-size: 28px;
  }
  h1::after {
    height: 4px;
  }

.menu {
  position: relative;
  z-index: 1000;
  display: inline-flex;
  flex-direction: column;
  margin: 0 0 0 6vw;
  font-size: 10vw;
  align-items: flex-start;
}

.menu__item {
  color: var(--color-menu);
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  text-indent: -0.025em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
  .cta-image{
  background-image: url("../../dist/img/ImpactEngagement.svg");
    background-repeat: no-repeat;
    position: relative;
    /*bottom: 80px;*/
    /* top: -90px; */
    height: 300px;
    background-position: center;
    margin-bottom:2em;
  }


}

.top-header{
 padding-top:25em;
 padding-bottom:8em;
 background-color: #191818;
 background: #101010 url(../img/Yedgar.png) no-repeat 50% 50%;
 background-size: cover;


}





.color-block{
  height:100px;
  background-color: #333
}

/*.cta-2 img{
  top:4em;
}*/

.cta-2 h2{
  font-weight: 900;
}

.cta-text{
  top: -30px;
}


#engagementImpact p{
  color:#fff;
}

./*menu {
  position: relative;
  z-index: 1000;
  display: inline-flex;
  flex-direction: column;
  margin: 0 0 0 6vw;
  font-size: 4vw;
  align-items: flex-start;
}*/

/*.menu__item {
  color: var(--color-menu);
  line-height: 1.25;
  text-transform: lowercase;
  letter-spacing: -0.025em;
  text-indent: -0.025em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}*/

.menu__item:hover,
.menu__item:focus {
  color: var(--color-menu-hover);
}

.menu__item::before {
  content: '';
  width: 60%;
  height: 25px;
  background: linear-gradient(45deg, #f19872, #e86c9a);
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: 0 0;
  transform: scale3d(0,1,1);
}
/*
.menu__item:nth-child(2)::before {
  background: linear-gradient(45deg, #0947db, #07d89d);
}

.menu__item:nth-child(3)::before {
  background: linear-gradient(45deg, #ee2d29, #f8ae2c);
}

.menu__item:nth-child(4)::before {
  background: linear-gradient(45deg, #3a3d98, #6f22b9);
}

.menu__item:nth-child(5)::before {
  background: linear-gradient(45deg, #9d316e, #de2d3e);
}

.menu__item:nth-child(6)::before {
  background: linear-gradient(45deg, #00ac53, #23c3e0);
}
  
.menu__item--showDeco::before {
    transition: transform 0.8s cubic-bezier(0.2,1,0.3,1);
    transform: scale3d(1,1,1);
}

.menu__item--showDeco:hover::before {
    transition: transform 0.8s cubic-bezier(0.2,1,0.3,1);
    transform: scale3d(1.2,1,1);
}*/

.menu__item span {
  display: block;
  position: relative;
}

/*
 *Scrolling
 */

a[ id= "events" ]:target ~ #main .panel {
    -webkit-transform: translateY( 0px);
    transform: translateY( 0px );
}


.event__support__container{
  padding:0;
}



.philosophy{
 /* background-image: url("../../dist/img/X.svg");*/
  background-position: center;
  /*background-color: #FE1438;*/
   animation: colorchange 50s; /* animation-name followed by duration in seconds*/
         /* you could also use milliseconds (ms) or something like 2.5s */
     -moz-animation:colorchange 50s infinite; /* Firefox */
      -webkit-animation: colorchange 50s infinite; /* Chrome and Safari */
    }

    @keyframes colorchange
    {
      0%   {background-color: #333;}
      25%  {background-color: #FE1438;}
      50%  {background: grey;}
      75%  {background-color: #333;}
      100% {background-color: #FE1438;}
    }

    @-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
    {
     0%   {background-color: #FE1438;}
      25%  {background-color: #333;}
      50%  {background: grey;}
      75%  {background-color: #333}
      100% {background-color: #FE1438;}
    }


.date__line{
    padding-top: 5vh;
    padding-bottom: 5vh;
    border-color:#FE1438;;
    border: solid 1px #FE1438;
    margin-bottom:1vh;
}

.date__month {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: var(--color-title);
  text-align: center;
  margin: 0;
  pointer-events: none;
}

.date__time {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: var(--color-title);
  text-align: center;
  margin: 0;
  color:#FE1438;
  pointer-events: none;
}

.footer{
  background-color: #333;
}

svg{
  fill: white;
  width:24px;
  height:24px;
  margin-right: 1em;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

svg:hover{
  fill: #FE1438;
  width:24px;
  height: 24px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

