/*!
 * 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: 280px;
  }

  /* 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 {
  	-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: 110px;
  height: 110px;
  text-align: center;
  padding: 6px 0;
  /* font-size: 12px; */
  line-height: 1.428571429;
  border-radius: 50%;

}

.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;
    /*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: 5rem !important;
  padding-bottom: 5rem !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: 3rem !important;
    padding-bottom: 3rem !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 {
  max-width: 25vw;
}
.zoom-img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transition: all 0.5s;
}
.zoom-img:hover {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}


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

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

.iframe-custom-charts {
  min-height: 130vh;
}

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

.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 {
  min-width: 300px;
  width: 15vw;
  height: 30vh;
  font-size: 1.4vw;
  border-radius: 15px;
  text-decoration: underline !important;
  color: #3c3950;
}

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

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

.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;
}

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

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

}
