:root {
  --main-color: #2c4758;
  --main-color-dark: #273f4e;
  --accent-color: #FFAA00;
  --accent-color-hover: #cc8a06;
  --theme-color: #CB1866;
  --theme-color-light: #cb18660c;
  --theme-color-hover: #cb186633;
  --grey30: rgba(0, 0, 0, 0.03);
  --grey8: rgba(0, 0, 0, 0.8);
  --grey5: rgba(0, 0, 0, 0.5);
  --grey9: rgba(0, 0, 0, 0.9);
  --grey2: rgba(0, 0, 0, 0.2);
  --grey05: rgba(0, 0, 0, 0.05);
  --grey15: rgba(0, 0, 0, 0.15);
  --grey1: rgba(0, 0, 0, 0.1);
  --black05: #33333305;
  --black15: #33333315;
  --black1: #3333330a;
  --black4: #33333336;
  --white40: #ffffff1f;
  font-size: 16px;
}
body {
  margin: 0;
  font-family: 'proxima-nova', sans-serif;
}
/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: var(--main-color);
  height: 50px;
  display: flex;
  flex-direction: row;
  width:100%;
  justify-content: space-between;
  z-index:-1;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.menu-bars{
  width: 20%;

}
.bar-wrap{
  background-color: rgba(255,255,255,0.05);
  width: 50px;
}
.bar-wrap:hover {
  background-color: var(--accent-color);
}

.menu-items{
  display:none;
}
/* Style the hamburger menu */
.topnav a.icon {
  display: block;
  left: 0;
  top: 0;
}

.top_logo {

width:60%;
display: flex;
align-items: center;
justify-content: center;
}
.top_logo img{
  width:60%;
  }
.lang-select{
  width:20%;
  display:flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-right:20px;
  font-weight: 300;
}
@media screen and (min-width: 320px) and (max-width: 768px){
  .top_logo {
    padding: 0 !important;
    width:80%;
    }
    .top_logo img{
      width:80%;
      }
    .lang-select{
      width: 10%;
    }
    .menu-bars
      {
        width:10%;
      }
}
.lang-select a{
  color: #ffffff;
  text-decoration: none;
}
.lang-select a.active{
  color: var(--accent-color);
  font-weight:600;
}

#myLinks{
  display:none;
  width: 300px;
  height: 100vh;
  z-index:100;
  text-align: right;
  position: absolute;
  top:0;
}

.menu-items{
  display:flex;
  flex-direction: column;
  height:100%;
}
.menu-items a{
  padding:20px;
  text-decoration: none;
  font-size:16px;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  width:100%;
}
.menu-sub{
  width:100%;
  height:100%;
  background-color: #1f1f1f;
  display:flex;
  justify-content: center;
  align-items: center;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.menu-sub:hover {
  width:100%;
  height:100%;
  background-color: #161616;
  display:flex;
  justify-content: center;
  align-items: center;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.menu-sub:hover a{
color: #ffffff;
}
.row{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.row.top-section.topic{
  background-blend-mode: multiply;
background-color: var(--main-color);
background-size: cover;
background-position: center top;
height: 50vh;
padding: 0 10rem;
}
.row.top-section.home{
height: 20vh;
padding: 0 10rem;
}
.row.top-section.topic h1{
 color: #ffffff;
 font-size: 3rem;
 font-weight: 100;
 text-transform: uppercase;
}
.row.top-section.topic p{
  color: #ffffff98;
  font-size: 1.5rem;
  font-weight: 100;
 }

 .row.top-section.topic.strategies{
  background-blend-mode: multiply;
background-color: var(--main-color);
background-size: cover;
background-position: center top;
height: 45vh;
padding: 0 10rem;
}
.row.top-section.topic.specific-recco{
  background-blend-mode: multiply;
background-color: var(--main-color);
background-size: cover;
background-position: center top;
height: 55vh;
padding: 0 10rem;
}

.row.top-section.topic.strategies p{
  color: #ffffff98;
  font-size: 1.2rem;
  font-weight: 100;
 }


 .products{
   display: flex;
   flex-direction: row ;
   max-width: none;
 margin-left: auto;
 margin-right: auto;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-flow: row wrap;
 -ms-flex-flow: row wrap;
 flex-flow: row wrap;
   width:100%;
   padding: 2rem 0 0 0;
   height: 300px;
 }
.product-col{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.memos{
  display: flex;
  flex-direction: row ;
  max-width: none;
margin-left: auto;
margin-right: auto;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
  width:100%;
  height: 100%;
  background-color: #fafafa;
}
.product-col-3{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  -webkit-flex: 0 0 28%;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  max-width: 28%;
  margin: 2rem 2rem 2em 2rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;

}
.product-col-3 img{
  height: 500px;
}
.product-col img{
  height: 200px;
}
.product-col > div{
  height:100px;
}
@media screen and (min-width: 769px) and (max-width: 1100px){
  .product-col img{
    height: 200px;
  }
  .product-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product-col-3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-flex: 0 0 43%;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
    max-width: 43%;
  }
}
 @media screen and (min-width: 320px) and (max-width: 768px){
  .row.top-section.topic{
  padding: 0 1rem;
  }
  .products{
    display: flex;
    flex-direction: column;
    width:100%;
    height: 100%;
  }
  .product-col{
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

  }
  .memos{
    display: flex;
    flex-direction: column;
    width:100%;
    height: 100%; 

  }
  .product-col-3{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  margin:0 0 4rem 0;
  }
.row.top-section.topic h1{
  color: #ffffff;
  font-size: 2rem;

 }
 .row.top-section.topic.recommendations p{
  color: #ffffff98;
  font-size: 1.1rem;
  font-weight: 100;
 }
 .row.top-section.topic.strategies{
  background-blend-mode: multiply;
background-color: var(--main-color);
background-size: cover;
background-position: center top;
height: 40vh;
padding: 0 1rem;
}
.row.top-section.topic.strategies p{
 color: #ffffff98;
 font-size: 1.1rem;
 font-weight: 100;
}
 }
.imagine-banner {
  padding: 24px 24px 0 24px; 
  max-width:75%;
}
  
  .imagine-banner h2 {
    padding-bottom: 0;
    font-size: 1.2rem;
    text-transform: none;
    margin: 0;
    text-align: center;
    font-weight: 300;
    color: #2c4758;
    height: 15vh;
    line-height:1.5;
   }

   .align-center{
text-align: center;
   }
   .site-logo{
    max-width: 520px;
  margin-top: 70px;
  }
@media screen and (min-width: 320px) and (max-width: 768px){
  .imagine-banner {
    padding: 24px 24px 24px 24px;
  }
  .imagine-banner h2 {
  
height: 24vh;
  }
  .site-logo{
    max-width: 320px;
  }
 }
.top-section{
  padding-top: 70px;
padding-bottom: 30px;
text-align: center;
}
.main-buttons{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.main-buttons a{
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  background-color: var(--main-color);
  padding: 15px 20px;
  max-width: 350px;
  text-align: center;
  margin:10px;
}
.home-btn:hover{
  background-color: var(--theme-color);
  transition: all .6s ease;
}
@media screen and (min-width: 320px) and (max-width: 768px){
  .main-buttons{
text-align: center;
flex-direction: column;
  }
  .main-buttons a{
    padding: 15px;
    max-width: 300px;
      }
}
.main-buttons.accent-color a{
  background-color: var(--accent-color);
  z-index: 100;
}
.main-buttons.accent-color a:hover {
  background-color: var(--accent-color-hover);
  transition: all .6s ease;
}
.index-page-button{
  margin-top: -30px;
}
.main-buttons.accent-color.topic-page-button{
  padding: 0rem 19rem 3rem 19rem;
  justify-content: flex-start;
align-items: flex-start;
}
.topic-page-button{
  margin-top: 0px;

}

.dark-section{
  background-color:var(--grey30);
  margin-top:-30px;
  /* padding-bottom: 2rem; */
}
.dark-section .row{
  text-align:center;
  display:flex;
  justify-content: center; 
  align-content: center;
  padding: 1rem;
}
.dark-section p{
  max-width: 60%;
  color: var(--grey8);
  line-height: 1.8;

  font-size: 1rem;
}
.light-section{
  background-color: white;
  margin-top:-30px;
  padding-bottom: 2rem;
}
.light-section.topic_desc{
  background-color: white;
  margin-top:0px;
  padding-bottom: 2rem;
  padding: 2rem 20rem;
}
.light-section.more-info{
  margin-top:0;
}
.dark-section.more-info{
  margin-top:0;
}
.dark-section.more-info.team{
  margin-top:0;
}
.dark-section.more-info .row{
  text-align:center;
  display:flex;
  justify-content: center; 
  align-content: center;
  text-align: left;
  padding: 1rem 3rem;
  
}
.dark-section.more-info .row p{
  max-width: 60%;
  color: var(--grey8);
  line-height: 1.8;
  font-size:1.3rem;
  font-weight: 300;
  margin-top:0;
  padding-bottom:0rem;
}
.light-section .row{
  text-align:center;
  display:flex;
  justify-content: center; 
  align-content: center;
  text-align: left;
  padding: 1rem 3rem;
}
.light-section p{
  max-width: 60%;
  color: var(--grey8);
  line-height: 1.8;
  font-size:1.3rem;
  font-weight: 300;
}
.light-section.topic_desc p{
  max-width: 100%;
  font-size: 1.2em;
}
.light-section.topic_desc a{
  text-decoration: none;
  color: var(--main-color);
}
.light-section.topic_desc h1{
  font-weight: 100;
  color: var(--grey5);
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom:10px;
}
#underline{
  border-bottom: 2px solid var(--theme-color);
}
.clock-icons{
  display:flex;
  flex-direction: row;
  width:100%;
  margin: 10px 0;
}
.clock-icons img{
  height: 20px;
}

.strategy-item{
  margin: 2rem;
  background-color: var(--grey05);
  border-bottom: 2px solid var(--theme-color);
}
.action-item{
  padding: 0.5rem 0;
}
.action-text{
  color: var(--grey8);
  line-height: 1.5;
}
.action-text a{
  color: var(--main-color);
  font-weight: 500;
  font-style: italic;
  text-decoration-color: var(--theme-color);
}
.action-item .strategy-number{
  padding: 0;
}
.strat-row{
  display:flex;
  flex-direction: row;
}
.strat-left{
  display: flex;
  flex-direction: column;
  width: 50%;
}
.strat-right{
  display: flex;
  flex-direction: row;
  width: 50%;
}
.strategy-number{
  padding: 2rem 4rem 0 4rem;
}
.strategy-number h4{
  margin:0;
  font-size: 0.8rem;
  text-decoration-color: var(--theme-color);
  text-decoration: underline;
  text-transform: uppercase;
}

.strategy-description{
  padding: 0.5rem 4rem 2rem 4rem;
}
.strategy-description div{
  font-size: 1.1rem;
  line-height: 1.5;
}
.strategy-tags{  
  padding: 0.5rem 4rem;
  background-color: var(--black1);
  display:flex;
  flex-direction: row;
  width:100%;
}
.tag-first-row{
  width:100%;
  display:flex;
  flex-direction: column;
}
.tag-first-row > div{
  margin: 0.5rem 1rem;  /* and that, will result in a 10px gap */
}
.tag-second-row > div{
  margin: 0.5rem 1rem;  /* and that, will result in a 10px gap */
}
.tag-second-row{
  width:100%;
  display:flex;
  flex-direction: column;
}
.timeline p{
  margin:0;
  font-size: 0.9rem;
}

.strategy-tags .recco-tag-title p{
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--main-color);
  text-transform: uppercase;
}
.actions-accordion{
  margin-top: 0.2rem;

}
.examples-accordion{
  margin-top: 0.2rem;

}
.panel {
  display: flex;
  flex-direction: column;
  order: 2;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding: 1rem 4rem;
  background-color: white
}
.panel ol{
 font-size: 1rem;
 line-height: 1.8;
 color:var(--dark-grey);
}
.panel li span{
 font-weight: 300 !important;
}
.panel p{
 font-size: 1.1rem;
 line-height: 1.5;
 color:var(--dark-grey);
}

.accordion{
  background-color: var(--black15);
  padding: 1.5rem 4rem;
  cursor: pointer;
  width:100%;
  text-align: left;
  font-weight: 400;
  font-size: 1rem;
  border: none;
  outline: none;
  transition: 0.4s;
  display: flex;
  order: 3;
  flex-direction: row;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.accordion h2{
  color: var(--dark-grey);
  margin:0;
  font-family: 'proxima-nova';
  font-weight: 400;
  font-size: 1rem;
}
.active{
  font-size: 1rem;
}

.accordion .material-icons:before {
  font-weight: 200;
  content: 'keyboard_arrow_down';
  position: relative;

}
.active .material-icons:before { 
  font-weight: 200;
  content: 'keyboard_arrow_up';
}
.material-icons {
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.recco-page{
  padding: 2rem;
  display: flex;
  flex-direction: row ;
  max-width: none;
margin-left: auto;
margin-right: auto;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}

.recco-col{
  -webkit-flex: 0 0 33.3%;
-ms-flex: 0 0 33.3%;
flex: 0 0 33.3%;
max-width: 33.3%;

}
.recco-item{
  padding: 1rem 2rem;
}

a.recco-link{
  text-decoration: none;
}
a.recco-link:hover .recco-title{
  background-color: var(--accent-color);
  transition: all .6s ease;
}
.recco-title{
  background-color: var(--theme-color);
  color: white;
  padding: 1rem 1rem;
  font-size: 1.1rem;
}

.recco-description{
  background-color: var(--grey05);
  padding: 1rem 1rem;
  font-weight: 400;
  color: var(--grey8);
  font-size: 0.9rem;
  line-height: 1.5;
}
.recco-tag{
  background-color: var(--grey1);
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--main-color);
}
.recco-tag-title p{
  color: var(--main-color);
  margin: 0.1rem 0;
}
.recco-tag-body{
  padding: 0.5rem 0;
}
.recco-tag-body.audience-body{
  display:flex;
  flex-direction: column;
}
.recco-tag-body a{
  font-size:0.8rem;
  font-weight: 400;
  text-decoration: none;
}
.recco-tag-body a:hover .tag-item{
background-color: var(--main-color);
color: white;
padding: 0.2rem;
transition: all .6s ease;
}
.recco-tag-body .tag-item{
background-color: var(--accent-color);
color: white;
padding: 0.2rem;
}
.recco-tag-body a:hover .tag-item.audience{
  background-color: var(--accent-color);
  color: white;
  padding: 0.2rem;
  transition: all .6s ease;
  }
  .recco-tag-body .tag-item.audience{
  background-color: var(--main-color);
  margin: 0.2rem;
  color: white;
  padding: 0.2rem;
  }
  .recco-tag-body a:hover .tag-item.type{
    background-color: var(--main-color);
    color: white;
    padding: 0.2rem;
    transition: all .6s ease;
    }
    .recco-tag-body .tag-item.type{
    background-color: var(--theme-color);
    margin: 0.2rem;
    color: white;
    padding: 0.2rem;
    }
    .strategy-tags{
      display: flex;
      flex-direction: row;
    }
@media screen and (min-width: 320px) and (max-width: 768px){
  .strat-row{
    display:flex;
    flex-direction: column;
  }
  .strat-left{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .strat-right{
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .strategy-tags{  
    flex-direction: column;
  }
  .strategy-number{
    padding: 2rem 1rem 0 1rem;
  }
  .strategy-description{
    padding: 0.5rem 1rem 2rem 1rem;
  }
  .accordion{
    background-color: var(--black15);
    padding: 1.5rem 1rem;
  }
  .strategy-tags{  
    padding: 0.5rem 1rem;
    background-color: var(--black1);
    display:flex;
    flex-direction: column;
  }
  .panel {
    padding: 1rem 1rem;

  }
  .recco-page{
    padding: 2rem 0;
    display: flex;
    flex-direction: column ;
    max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  }
  .recco-item{
    padding: 1rem;
  }
  .recco-col{
    -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  
  }
  .light-section.topic_desc{

    padding: 2rem 1rem;
  }
  .main-buttons.accent-color.topic-page-button{
    padding: 0rem 1rem 3rem 1rem;
  }
  .dark-section .row{
    text-align: left;
  }
  .dark-section p{
    max-width: 90%;
  }
  .dark-section.more-info .row p{
    max-width: 90%;
  }
  .dark-section.more-info .row{
    padding: 1rem 1rem;
  }
  .light-section .row{
    padding: 1rem 1rem;
  }
  .light-section p{
    max-width:90%;
  }
}
.topic-row{
  display: flex;
  flex-direction: row ;
  max-width: none;
margin-left: auto;
margin-right: auto;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}

.topic-column{
  -webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
color: white;
position: relative;
background-blend-mode: multiply;
background-color: var(--main-color);
background-size: cover;
background-position: center top;
}
.expert-map{
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color:#2c4758;
}
#chartdiv {
  width: 50%;
  height: 500px;
  max-width:50%;
  background-color:#2c4758;
  padding-bottom: 2rem;
}
.expert-countries{
  display:flex;
  flex-direction: column;
  align-content: flex-end;
  justify-content: flex-end;
  margin-top: auto;
}
p.expert-number{
  color: var(--theme-color);
  font-size: 1.8rem;
  margin:0;
}
p.expert-location{
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom:2rem;
  margin-top:0;
}
@media screen and (min-width: 320px) and (max-width: 768px){
  .topic-row{
    display: flex;
    flex-direction: column ;
    max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  }
  .topic-column{
    -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  }
}
.topic-column:hover{
  background-color: var(--theme-color);
  transition: all .6s ease;
}
.topic-column p{
  font-weight: 200;
  font-size: 20px;
  line-height: 1.8;
  margin: 0rem 0 2rem 0;
}
.topic-column h1{
  font-weight: 400;
  line-height: 1.5;
}
.topic-wrap{
  padding: 80px 90px;
}
@media screen and (min-width: 320px) and (max-width: 768px){
  .topic-row{
    display: flex;
    flex-direction: column ;
    max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  }
  .topic-column{

    -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  }
  .topic-wrap{
    padding: 80px 40px;
  }
}
a.more-info{
  color: #ffffff;
  text-decoration: none;
  background-color: rgba(0,0,0,0.3);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  cursor: pointer;
padding: 15px 20px;
letter-spacing: 1px;
font-weight: 400;

}
.topic_date{
  display:flex;
  flex-direction: row;
  justify-content: flex-end;
  position: absolute;
  text-align: right;
right: 30px;
bottom: 15px;

}

.topic_date h6{
  margin: 15px 0 10px 0;
line-height: 1;
display: inline-block;
font-size: 1rem;
color: var(--accent-color);
font-weight: 100;
}
p.topic_month{
  font-weight: bold;
text-transform: uppercase;
font-size: 1.4rem;
margin-bottom:0;
color: var(--accent-color);
}
.topic-wrap h1{
  text-transform: uppercase;
}
.topic-wrap p{
  font-weight: 300;
}
@media screen and (min-width: 320px) and (max-width: 768px){
  .topic_date{
flex-direction: column;
right: auto;
left:auto;
bottom: 15px;
text-align: left;
  }
}
.divider{
  background-color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  height:9vh;
}
.divider.recco{
  background-color: var(--main-color);

}
.divider h1{
margin:0px;
  text-transform: uppercase;
  font-weight: 100;
  color:white;
  font-size: 1.8em;

}
.team-member{
  width:100%;
  padding: 1rem 0;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

/* .team-column{
  -webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
color: white;
position: relative;
background-blend-mode: multiply;
background-color: var(--white);
background-size: cover;
background-position: center top;
} */
.team-member p.name{
  font-size:16px;
  color: black;
  font-weight:600;
  margin:0 0 5px 0;
}
.team-member p.title{
  font-size:16px;
  color: var(--grey5);
  margin:5px 0;
  font-weight:400;
}
@media screen and (min-width: 320px) and (max-width: 768px){
  .divider{
height:15vh;
  }
  .team-column{
    max-width: 100%;;
  }
}
footer{
  background-color: var(--grey8);
}

footer h4{
  color: rgba(255,255,255,0.8);
  font-size: 1.1rem;
  font-weight:500;
  margin:0;
}

.footer_partner-logo img{
  max-height:50px;
  opacity: 0.5;
  transition: all .6s ease;
}
.footer_partner-logo:hover img{
  opacity: 1;
}
footer .row{
  display:flex;
  flex-direction: row;
  padding: 1rem 20rem;
}
.column{
  width:50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright{
  background-color: var(--grey9);
  height: 8vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.copyright a,.copyright p{
  color: rgba(255,255,255,0.7);
  font-size: 12px;
}

.copyright .column{
  width: 84%;
}

@media screen and (min-width: 320px) and (max-width: 768px){
  footer .row{
    display:flex;
    flex-direction: column;
    padding: 1rem 2rem;
  }
  .footer_partner-logo img{
margin-top:20px;
  }
  .column{
    padding:1rem 0;
    flex-direction: column;
text-align: center;
  }
  .copyright p{
    margin-bottom:0;
  }
}

.heading{
  padding: 1rem 16rem 0 16rem;
}
.heading p{
  color: var(--grey8);
}
.grid.form{
  padding: 0rem 16rem 2rem 16rem;
}
.grid.form h4{
  font-weight: 400;
  color: var(--grey8);
}
.grid{
  display:flex;
  flex-direction:column;
  align-items: flex-start;
  justify-content: left;
  padding: 4rem 16rem 2rem 16rem;
}
.custom-form h4{
  margin-bottom:0px;
  padding-top:10px;
  line-height:1.5;
}
.custom-form{
  width:100%;
}
input[type=text]{
  width: 100%;
  padding: 10px 10px;
  font-size: 1rem;
  margin: 0px 0px 0px 0px;
  display: inline-block;
  border: none;
  color: var(--grey8);
  background-color:var(--grey05);
  border-radius: 0px;
  box-sizing: border-box;
}
#long-answer{
  width: 100%;
  height: 150px;
  padding: 10px 20px;
  font-size: 1rem;
  margin: 0px 0px 10px 0px;
  display: inline-block;
  border: none;
  color: var(--grey8);
  background-color:var(--grey05);
  border-radius: 0px;
  box-sizing: border-box;
}
::placeholder {
  color: var(--grey8);
  font-weight: 600;
}
input[type=checkbox], input[type=radio]{
  margin:20px 20px 0 20px;
}
label{
  color: var(--grey8);
}
.submit-button{
  border: 0px solid black;
  background-color: var(--accent-color);
  color:#ffffff;
  width: 150px;
  padding: 10px 0;
  font-size: 1rem
}
.submit-button:hover{
  background-color: var(--accent-color-hover);
  cursor: pointer;
  transition: all .6s ease;
}
.row.top-section.topic.partipate p{
  text-transform: uppercase;
}
.row.top-section.topic.partipate h1{
  text-transform: capitalize;
}
@media screen and (min-width: 320px) and (max-width: 768px){

.heading{
  padding: 1rem 1rem 0 1rem;
}
.grid.form{
  padding: 0rem 1rem 2rem 1rem;
}
}

.team-container{
  display:flex;
  flex-direction: row;
  padding: 2rem 18rem;
}
.org-col{
  width:35%;
  text-align: right;
  padding-right:5rem;
}
.org-col h4{
  text-transform: uppercase;
  font-weight: 200;
  color: var(--grey8);
  font-size: 1.4rem;
  margin: 1rem 0;
}

.team-col{
  width: 65%;
  text-align: left;
}
.row.top-section.topic.team{
  height: 30vh;
}
.info-collection{
  background-color: var(--theme-color);
  padding-top: 2rem;
  padding-bottom:2rem;
}
.info-collection p{
  margin-bottom:0;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.6;
}
.info-collection h1{
font-weight: 100;
color: #ffffff;
}
.product-table-header{
  display: flex;
  flex-direction: row;
  background-color: var(--theme-color);
  width: 100%;
}
.table-title{
  display: flex;
flex-direction: row;
width:33.33%;
justify-content: center;
align-items: center;
}
.product-table-contents{
  display: flex;
  flex-direction: row;
  width: 100%;
}
.table-body.title p{
text-transform: uppercase;
font-weight: 600;
}
.table-body.title .final-product{
font-size: 0.7rem;
background-color: var(--accent-color);
padding: 0.25rem 0.5rem;
color: #ffffff;
}
.table-body.title .final-product.final{
  font-size: 0.7rem;
  background-color: var(--theme-color);
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  }
a.table-body{
  line-height: 1.5;
}
.legend{
  padding: 0 20rem;
  text-align: center;
}
.legend a{
  color: var(--theme-color);
}
.table-body > div{
  padding: 1rem;
}

.product-table-contents:nth-of-type(odd){
  background-color: var(--theme-color-light);
    color: #3d3d3d;
    text-decoration: none;
}
.product-table-contents:nth-of-type(even){
  background-color: #ffffff;
  text-decoration: none;
  color: #3d3d3d;
}
.product-table-contents:hover{
  background-color: var(--theme-color-hover);
  color: var(--theme-color);
  transition: 0.6s ease-in-out;
}
.table-title h2{
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.2rem;
}
.table-body{
  display: flex;
  flex-direction: column;
  width:40%;
  justify-content: flex-start;
  align-items: center;
}
.table-body.title{
width:20%;
justify-content: center;
align-items: center;
text-align: center;
}
.table-row{
  display:flex;
  flex-direction: row;
  height: 130px;
  padding: 0rem 2rem;
  justify-content: center;
  align-items: center;
}
.expert-map-page .table-row{
  height:100%;
}
a.table-row{
  text-decoration: none;
  color: var(--dark-grey);
}
.table-header{
  display:flex;
  flex-direction: row;
  height: 50px;
  padding: 0rem 2rem;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
  color: #ffffff;
  text-align:center;
}
.expert-map-page .table-header{
  background-color: var(--main-color-dark);
  justify-content: left;
  text-align: left;
 
}
.table-header h2{
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}
.table-row:nth-of-type(odd){
  background-color: var(--grey05);
}
.table-row:nth-of-type(even){
  background-color: white;
}
.table-row:hover{
  background-color: var(--grey1);
  cursor: pointer;
}
.row-description-content{
  width: 60%;
  padding: 1rem;
}
.row-equal-4{
  width: 25%;
  padding: 1rem;
}
.row-topic-content{
  width: 15%;
  padding: 1rem;
}
.strat_topic_item{
  text-align: center;
}
.strat_rec_item{
  text-align: center;
}
.row-reccomendation-content{
  width: 25%;
  padding: 1rem;
}
/* .table a:hover .tag-item{
  background-color: var(--main-color);
  color: white;
  padding: 0.2rem;
  transition: all .6s ease;
  } */
  .table .tag-item{
  background-color: var(--accent-color);
  color: white;
  font-size: 0.8rem;
  padding: 0.2rem;
  }
@media screen and (min-width: 320px) and (max-width: 768px){
  .legend{
    padding: 0 1rem;
    text-align: center;
  }
  .product-table-header{
    display: none;
  }
  .product-table-contents{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .table-body{
    display: flex;
    flex-direction: row;
    width:100%;
justify-content: flex-start;
align-items: center;
  }
  .table-body.title{
    width:100%;
    justify-content: center;
    align-items: center;
    }
  .table-row{
    display:flex;
    flex-direction: column;
    height: 100%;
    padding: 0rem 2rem;
  }
  .row-description-content{
    width: 100%;
    padding: 1rem;
  }
  .row-topic-content{
    width: 100%;
    padding: 1rem;
  }
  .row-reccomendation-content{
    width: 100%;
    padding: 1rem;
  }
  .team-container{
    display:flex;
    flex-direction: column;
    padding: 2rem 2rem;
  }
  .org-col{
    width:100%;
    text-align: left;
  
  }
  .team-col{
    width: 100%;
  }
}
.filters{
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 8vh;
  padding: 1rem 6rem;
  background-color: var(--main-color);
}
.form-control{
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 25%;
width:25%;
position: relative;
overflow: hidden;
padding: 10pt;
overflow: hidden;
/* border-radius: 5px;
border: 1px solid var(--white40); */
}

.form-control .material-icons:hover{
cursor: pointer;
}/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

select {
  flex: 1;
  padding: 0 .5em;
  cursor: pointer;
 
}
select::-ms-expand {
  display: none;
}
/* Arrow */
.form-control::after {
  position: absolute;
  right:0;
  margin-right:1rem;
  font-family: "Material Icons";
  content: "\e313";
  font-size: 28px;
  padding: 0 0;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
  color: var(--accent-color);
 
}
/* Transition */
.form-control:hover::after {
  color: var(--theme-color);
}
.filters select{
  flex: 1;
  padding: 1rem;
  color: #fff;
  cursor: pointer;
  /* text-transform: uppercase; */
  font-weight: 300;
  font-size: 11pt;
  width: 100%;
  cursor: pointer;
  border-radius: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: var(--grey2);
}
.filters option[selected] {
  font-size: 12pt;
}

.search{
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem 0;
  background-color: var(--main-color);
}
input[type=text] {
  height: 30px;
  width: 20%;
  background-color: var(--white40);
}
input[type=text]::placeholder{
  color: #f6f6f6be;
font-family: 'proxima-nova', sans-serif;
font-weight: 400;
font-size: 0.9rem;
}
input[type=button], input[type=submit], input[type=reset] {
  background-color: var(--grey2);
  border: none;
  padding: 0.5rem 1rem;
  text-decoration: none;
  margin: 0px 2px;
  cursor: pointer;
  color: #f6f6f6;
  text-transform: uppercase;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
  background-color: var(--grey5);
  transition: all .6s ease;
}
.counters{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.count-entries{
  text-align: center;
  margin: 1rem;
}
.count-entries p{
  text-transform: uppercase;
  color: var(--grey8);
}
.count-entries p span{
  background-color: var(--grey2);
  padding: 0.5rem 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 320px) and (max-width: 768px){
  .filters{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1rem 6rem;
    background-color: var(--main-color);
  }
  .form-control{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: 100%;
  width:100%;
  position: relative;
  overflow: hidden;
  padding: 10pt;
  overflow: hidden;
  /* border-radius: 5px;
  border: 1px solid var(--white40); */
  }
  .search{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  input[type=text] {
    height: 30px;
    width: 80%;
    background-color: var(--white40);
  }
  input[type=button], input[type=submit], input[type=reset] {
    background-color: var(--grey2);
    border: none;
    padding: 0.5rem 1rem;
    text-decoration: none;
    margin: 0.5rem;
    cursor: pointer;
    color: #f6f6f6;
    text-transform: uppercase;
  }
  .counters{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .table-header > div:nth-child(2){
    display:none;
  }
  .table-header > div:nth-child(3){
    display:none;
  }
}