/*!
 * Start Bootstrap - Resume v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/resume)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
 */
body {
  font-family: 'Open Sans', sans-serif;
  padding-top: 54px;
  color: #585a5b; }

@media (min-width: 992px) {
  body {
    padding-top: 0;
    /*padding-left: 17rem; */
    padding-left: 260px;
    } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #3c3950; }

h1 {
  font-size: 6rem;
  line-height: 5.5rem;
}

h2 {
  font-size: 3.5rem; }

#pieChart {
  float: right;
  width: 100%;
}

#desc_pie div {
  margin-top: auto;
  margin-bottom: auto;
}

#desc_pie h3 {
  line-height: 1.05;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.8vw !important;
}

/*#wp_buttons {
  float: right;
  padding-right: 90px;
  width: 100%;
}*/

#desc_pie h4 {
   line-height: 1.05;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.2vw !important;
}

.modal-read-more {
  width: 50vw;
  position: absolute;
  align-content: center;
}

.subheading {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.35rem;
  color: #3c3950; }

.list-social-icons a {
  color: #3dbdbe; }
  .list-social-icons a:hover {
    color: #3dbdbe; }
  .list-social-icons a .fa-lg {
    font-size: 1.75rem; }

.list-icons {
  font-size: 3rem; }
  .list-icons .list-inline-item i:hover {
    color: #3dbdbe; }

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  text-transform: uppercase; }

  /* entire container, keeps perspective */
  .flip-container {
  	perspective: 1000px;
  }
  	/* flip the pane when hovered */
  	.flip-container:hover .flipper, .flip-container.hover .flipper {
  		transform: rotateY(180deg);
  	}

  .flip-container, .front, .back {
  	width: 280px;
  	height: 210px;
  }

  /* flip speed goes here */
  .flipper {
  	transition: 0.6s;
  	transform-style: preserve-3d;

  	position: relative;
  }

  /* hide back of pane during swap */
  .front, .back {
  	backface-visibility: hidden;

  	position: absolute;
  	top: 0;
  	left: 0;
  }

  /* front pane, placed above back */
  .front {
  	z-index: 2;
  	/* for firefox 31 */
  	transform: rotateY(0deg);
  }

  /* back, initially hidden pane */
  .back {
  	transform: rotateY(180deg);
  }

  .heartbeat {
    cursor: pointer;
    border-color: #3dbdbe;
/*  	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  	        animation: heartbeat 1.5s ease-in-out infinite both;*/
  }

  /* ----------------------------------------------
 * Generated by Animista on 2018-4-29 16:35:35
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

.btn-circle {
  width: 128px;
  height: 128px;
  text-align: center;
  padding: 6px 0;
  border-color: #3dbdbe;
  /* font-size: 12px; */
  line-height: 1.428571429;
  border-radius: 50%;
  cursor: pointer;

}

.btn-circle-wp {
  width: 250px;
  height: 250px;
  text-align: center;
  padding: 0 0;
  /* font-size: 12px; */
  line-height: 1.428571429;
  border-radius: 50%;
  opacity: 0.7;

}

@media (min-width: 992px) {
  #sideNav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 0 !important; /* clicking on modal modifies padding inline */
    /*width: 17rem;*/
    width: 260px;
    height: 100vh; }
    #sideNav .navbar-brand {
      display: flex;
      margin: auto auto 0;
      /*padding: 0.5rem; */
    }
      #sideNav .navbar-brand .img-profile {
        max-width: 10rem;
        max-height: 10rem;
        /*border: 0.5rem solid rgba(255, 255, 255, 0.2); */
        /*border: 0.5rem solid #c24a65;*/
      }
    #sideNav .navbar-collapse {
      display: flex;
      align-items: flex-start;
      flex-grow: 0;
      width: 100%;
      margin-bottom: auto; }
      #sideNav .navbar-collapse .navbar-nav {
        flex-direction: column;
        width: 100%; }
        #sideNav .navbar-collapse .navbar-nav .nav-item {
          display: block; }
          #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
            display: block; } }


section.resume-section {
  /*border-bottom: 1px solid #3dbdbe;*/
  padding-top: 1rem !important;
  padding-bottom: 7rem !important; }
  section.resume-section .resume-item .resume-date {
    min-width: none; }

@media (min-width: 768px) {
  section.resume-section {
    min-height: 100vh; }
    section.resume-section .resume-item .resume-date {
      min-width: 18rem; } }

@media (min-width: 992px) {
  section.resume-section {
    padding-top: 1rem !important;
    padding-bottom: 7rem !important; } }

.bg-primary {
  background-color: #3c3950 !important; }

.text-primary {
  color: #c24a65 !important; }

.text-ngi {
  color: #3dbdbe !important; }

.text-title {
  color: #3dbdbe !important;
  font-weight: 300; }
a {
  color: #3dbdbe !important; }

  a:hover, a:focus, a:active {
    color: #3dbdbe !important; }

a.nav-link {
  color: #fff !important;
}

a.nav-link.active {
  color: #3dbdbe !important;
}

.bg-ngi {
  background-color: #fff !important;
}

.fa-arrow-right {
  margin: -6px 12px;
  font-size: 28px;
  }

.fa-circle-custom {
  margin: 8px 0px;
  font-size: 8px;
}
.method-head {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300;
  font-size: 18px;
}
.title-page {
  font-size: 18px;
  text-align: center;
}

/*.plus-sign {
  position: relative;
  top: 5px;
  font-size: 48px;
}*/
.logo {
  width: 302px;
  height: 106px;
}

.pillar {

    display: block;
    margin-left: auto;
    margin-right: auto;
  max-height: 15vh;
  max-width: 25vw;
}

.pillar-desc {
  text-align: center;
  margin-left: 15%;
  margin-right: 15%;
  font-size: 1.15rem;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.5s;
}

.pillar-td {
  width: 33.33%;
}

.zoom-img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  transition: all 0.5s;
}
.zoom-img:hover {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.zoom-img:hover ~ .pillar-desc {

  -moz-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}


@media (max-width: 1600px) {
  .display-width-custom {
    display: none;
  }
}


.large-hashtag {
  font-size: 22px;
}

.btn-link.active {
  color: #fff !important;
  background-color: #3dbdbe !important;
  border-color: #3dbdbe !important;
}

.horizontal-tree{
  height: 1250px;
}

@media (min-width: 992px) and (max-width: 1199px){
  .horizontal-tree {
    height: 2000px;
  }
}

@media (max-width: 991px){
  .horizontal-tree {
    height: 1800px;
  }
}

.logo-img {
  max-height: 15vh; /* 125px */
}

.tooltip-ngi {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip-ngi .tooltipimg-ngi {
    visibility: hidden;
    text-align: center;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-ngi:hover .tooltipimg-ngi {
    visibility: visible;
}

.inline-headers h3, .inline-headers h4 {
  display: inline-block;
  vertical-align: baseline;
}

.btn-ngi-button {
  width: 280px;
  height: 210px;
  font-size: 1em;
  border-radius: 15px;

  font-family: 'Montserrat', sans-serif !important;
  font-weight: bold;
  /*text-transform: uppercase;*/
  color: #3c3950;
}

.btn-ngi-button:hover {
  color: #c24a65;
  text-decoration: none;
}

.btn-ngi-button:active {
  color: #c24a65;
}

.text-center p {
  text-align: justify;
}

.btn-ngi-button2 {
  min-width: 50px;
  width: 5vw;
  height: 5vh;
  font-size: 1.4vw;
  border-radius: 1px;
  text-decoration: underline !important;
  color: #3c3950;
  /* text-align: center; */
}

.btn-ngi-button2:hover {
  color: #3dbdbe;
}

.btn-ngi-button2:active {
  color: #3dbdbe;
}

.btn-ngi-button-pillar {
  width: 280px;
  height: 210px;
  font-size: 1em;
  border-radius: 15px;

  /*font-family: 'Montserrat', sans-serif !important;*/
  /*font-weight: bold;*/
  /*text-transform: uppercase;*/
  color: #3c3950;
}

.btn-ngi-button-pillar:hover {
  color: #c24a65;
  text-decoration: none;
}

.btn-ngi-button-pillar:active {
  color: #c24a65;
}

.iframe-custom-charts {
  min-height: 1000px;
}

.iframe-custom-issue {
 /* min-height: 1250px; */
 min-height: 1150px;
}

.iframe-custom-cooc {
 /* min-height: 1250px; */
 min-height: 67vh;
}

.iframe-custom-issue-case-study {
 /* min-height: 1250px; */
 min-height: 110vh;
 max-width: 80vw;

}
.ngi-short-topic-list {
  margin: 0px auto;
  max-width: 40vw;
}

.ngi-box-description {
  position: relative;
  overflow: hidden;
  text-align: justify;
  line-height: 1.2;
  display: none;
  height: 100%;
}



.ngi-box {/*
  margin-top: 15px;
  margin-bottom: 15px;*/
  font-size: 16px;
  text-align: middle;
}

.ngi-box img {
  margin-top: 15px;
  margin-bottom: 15px;
}
.ngi-box span {
  display: inline-block;
  margin-top: 23px;
  margin-bottom: 15px;
}

.ngi-box-disabled{
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #bbb;
}

.ngi-box-description-visible {

  -moz-transition: opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  display: inline;
}



/*.descriptions-center-show {
flex: 0 0 0 !important;
  -moz-transition: 5s ease-in;
  -webkit-transition: 5s ease-in;
  transition: 5s ease-in;
  width: 1px !important;
  display: block;
}*/

.descriptions-center-hide {

  width: 0px;
  /*display: none;*/
}

.ngi-box {
  cursor: pointer;
}

.ngi-box-disabled span {
  display: inline-block;
  margin-top: 8px;
}

.ngi-box:hover {
  color: #c24a65;
}

#descriptions-left {
  text-align: left;
}
#descriptions-left-sent {
  text-align: left;
}
#descriptions-right {
  text-align: right;
}

.short-topic-list .row {
  border-bottom: 3px solid #3dbdbe;
}

.descriptions-center {
    overflow: hidden;
    max-height: 500px;
    width: 0px;
    -webkit-transition: all 1.5s ease-in-out ;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    opacity: 0;
}
.descriptions-center-sent {
    overflow: hidden;
    min-height: 900px;
    width: 0px;
    -webkit-transition: all 1.5s ease-in-out ;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    opacity: 0;
}

.ngi-all-topics:hover > .descriptions-center {
  /*transition-delay: 1s;*/
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
  opacity: 1;
  width: 50%;
}


.ngi-all-topics {
  min-height: 600px;
}

.modal:hover > .descriptions-center {
  opacity: 1;
  width: 50%;
}

.descriptions-center-show {
  opacity: 1 !important;
  width: 50% !important;
}

.descriptions-center-show-sent {
  opacity: 1 !important;
  width: 70% !important;
}

.ngi-box-description h5 {
  text-align: center;

 /* width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ' _';*/
}

.ngi-box-description-image {
  width: 64px;
  height: 64px;
  display: block;
    margin-left: auto;
    margin-right: auto;
}

.ngi-box-description-image-sent {
  max-width:  100%
}

.shortlist-img {
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
}

.table>tbody>tr>td,
.table>tbody>tr>th {
  border-top: none;
}

.shortlist-help {
  font-size: 18px;
}

#presentation-mode {
  display: none;
}

.ngi-box-description-presentation {
  line-height: 1.5;
  font-size:18px;
}

.ngi-box-description-presentation p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ngi-box-description-presentation img {
  height: 128px;
  width: 128px;
}

.ngi-box-description-presentation h5 {
  font-size: 32px;
}

.ngi-box-description-presentation b {
  font-size: 24px;
}

.pos-sent {
  background-color: #3dbdbe;
  color: #fff;
}

.neg-sent {
  background-color: #c24a65;
  color: #fff;
}

.meetup-ai-color {
  background-color: #000;
  color: #00ffff;
}

.meetup-web-color {
  background-color: #000;
  color: #ff00ff;
}

.meetup-agile-color {
  background-color: #000;
  color: #ffff00;
}

#acm_plot_countries {
  /*width: 55% !important;*/
  /* height: 100%; */
  /* vertical-align: top; */
  /*display: inline-block;*/
  /*margin-right: 5%;*/
}

#acm_table_countries {
  /*width: 35% !important;*/
  /*position: relative;*/
  /*vertical-align: top;*/
  /*display: inline-block;*/
  background-color: white;
}
#acm_plot_countries .plot-container {
  width: 100%;
}
#acm_plot_countries .infolayer {
  display: none;
}

#acm_plot_countries .modebar {
  margin-right: 70%;
}

#meetup_area_eu .svg-container {
  margin: auto;
}
#meetup_area_us .svg-container {
  margin: auto;
}

ul.section-nav {
    margin: auto;
  border: 1px solid #3dbdbe;
  border-radius: 4px;
  margin-bottom: 2rem;
}

#sources ul.section-nav {
  margin-bottom: 4px;
}

.chartjs-plot {
  height: 50vh;
  max-width: 60vw;
}

.my-auto {
  min-height: 95vh;
}

.description_modal {
  z-index: 1;
}

.description_modal:hover {
  text-decoration:underline;
  cursor: pointer;
}
#description_tooltip {
  pointer-events: none;
  position: fixed;
  top: 1%;
  right: 1%;
  display: none;
  font-size: 28px;
 }

 h2 {
  text-align: center;
 }