/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

html {
  background-color: #eee;
}

body {
  padding-bottom: 0px;
  line-height: 1.6;
  background-color: #fff;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #ef4b23;
  text-decoration: none;
}


a.underline {
  color: #000;
  text-decoration: none;
  border-bottom: 0.1em solid #ef4b23;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  text-decoration: none;
}

a.underline-muted {
  color: #777;
  text-decoration: none;
  border-bottom: 0.1em solid #ef4b23;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  text-decoration: none;
}

a.buttonAlt {
  color: #000;
  text-decoration: none;
  border-bottom: 0.1em solid #ef4b23;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  font-size: 20px;
}

a.underline:hover {
  color: #ef4b23;
  text-decoration: none;
  border-bottom: 0.1em solid transparent;
}

.nav>li>a:hover,
.nav>li>a:focus {
  background-color: transparent;
}

a.underline-muted:hover {
  color: #ef4b23;
  text-decoration: none;
  border-bottom: 0.1em solid transparent;
}

a.follow:hover {
  color: #000;
  background-color: #F8F8F8;
  text-decoration: none;
}

.nav {
  font-size: 18px;
}

.navbar-toggle .icon-bar {
  background-color: #000;
}

.navbar .nav>li {
  width: 116px;
  text-align: center;
}

.dropdown-menu {
  display: none;
  width: 116px;
  margin: 0 auto;
  min-width: 116px;
  background-color: #eee;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu>li>a {
  text-align: center;
  color: #000;
}

.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
  margin-top: 34px;
}

.know-your-impact {
  margin-top: 26px;
}

.splash {
  margin-top: 55px;
}

.follow {
  padding: 0.5em 1em .5em 1em;
  background: #f3f3f3;
}

.twitter-nav {
  margin-top: -4px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 200px;
  margin-bottom: 54px;
}

/* Since positioning the image, we need to help out the caption */

.carousel-caption {
  position: relative;
  left: 5%;
  right: none;
  bottom: none;
  z-index: 10;
  padding-top: 32px;
  padding-bottom: none;
  text-align: left;
  text-shadow: NONE;
}


/* Declare heights because of positioning of img element */
.carousel .item {
  height: 200px;
}

.carousel-caption p {
  font-size: 30px;
  text-shadow: none;
  font-weight: 600;
  font-style: italic;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
  background-image: none;
  background-repeat: none;
  filter: none;
}

.award {
  padding-top: 30px;
}

.subgroup h4 {
  margin: 21px 0 4px 0;
}


.subgroup p {
  margin: 0 0 14px 0;
}

.news h6 {
  margin: 21px 0 4px 0;
  font-weight: 700;
}

.carousel-row {
  padding-top: 20px;
}

/*make submit button an image*/
/*.custombutton{
    background: url('../img/DownloadGuide.png');
    width: 50px;
    border: 0;
} */

h6 {
  color: #7a7a7a;
  font-weight: 300;
  margin: -4px 0 21px 0;
  line-height: 1.6;
}

h6.tutorial {
  margin: 14px 0 21px 0;
}

h7 {
  font-weight: 600;
  color: #000000;
  font-size: 12px;
}

h3.resources {
  padding-bottom: 10px;
}

h4.unbold {
  font-weight: 500;
  padding-bottom: 10px;
}

h5 {
  font-weight: 700;
  line-height: normal;
}

h5.learnopps {
  font-weight: 500;
  line-height: normal;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-right: 15px;
  padding-left: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}

.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

.group {
  margin-bottom: 25px;
  padding-bottom: 15px;
}

.casestudy {
  margin-bottom: 0px;
  padding-bottom: 15px;
}

.caption-lgbreak {
  padding-top: 35px;
}

.caption-smbreak {
  margin-top: 5px;
  margin-bottom: 20px;
}

.medpadding {
  margin-top: 10px;
  margin-bottom: 10px;
}

.question {
  margin-top: 45px;
}

.row-title {
  margin-bottom: 25px;
}

.contrast {
  background: #ededed;
}

.padTop {
  padding-top: 50px;
}

.padBottom {
  padding-bottom: 50px;
}

.padTopHalf {
  padding-top: 25px;
}

.padBottomHalf {
  padding-bottom: 25px;
}

.padTopTitle {
  padding-top: 25px;
}

.padBottomTitle {
  padding-bottom: 25px;
}

.hCorrect {
  margin-top: 6px;
}

.tile {
  background: #fff;
  height: 160px;
  padding: 15px;
}

.webinar-tile {
  height: auto;
  padding: 15px;
}

.webinar-tile h3 {
  font-weight: 200;
  margin: -10px 0 15px 0;
  line-height: 1.3;
  color: #000;
  font-size: 26px;
}

.xsbuttons {
  text-align: center;
  padding-bottom: 10px;
}

.card {
  margin-bottom: 25px;
}


li.active {
  font-weight: 700;
}


.underscore_green {
  border-top: 6px solid #159856;
}

.underscore_greenlime {
  border-top: 6px solid #5bb248;
}

.underscore_lime {
  border-top: 6px solid #a1cc3a;
}

.underscore_red {
  border-top: 6px solid #ef4b23;
}

.underscore_redpink {
  border-top: 6px solid #f26b44;
}



.underscore_pink {
  border-top: 6px solid #f68f69;
}

.underscore_blue {
  border-top: 6px solid #3567b1;
}

.underscore_grey {
  border-top: 6px solid #afb9c3;
}



#sidebar {
  font-size: 12px;
  border-left: 3px solid #eee;
}

#sidebar.faq {
  padding-left: 15px;
}

.affix-bottom,
.affix-top,
.affix {
  position: static;
}


.mobile {
  display: none;
}

@media (min-width: 992px) {
  #sidebar.affix-top {
    position: static;
  }

  #sidebar.affix {
    position: fixed;
    width: 263px;
    top: 50px;
  }

  #sidebar.affix.faq {
    position: fixed;
    width: 458px;
    top: 50px;
  }

  .oneline {
    padding-top: 58px;
  }


}

.faq>li>a {
  padding: 0px 15px;
}

.footerli {
  padding-top: 7px;
}

li.download {
  padding-bottom: 4px;
}

ul.news li {
  padding-bottom: 8px;
  padding-left: 16px;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0;
  /* Space out the Bootstrap <hr> more */
}

.featurette-heading {
  margin-top: 60px;
}

.glyph,
.glyph:hover,
.glyph:active,
.glyph:visited {
  font-size: 1.0em;
  background-image: url('../img/glyphs.png');
  background-size: 24.0em 18.0em;
  background-repeat: no-repeat;
  background-position: -200% -200%;
  background-color: transparent;
  width: 2.0em;
  height: 2.0em;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  display: inline-block;
  overflow: hidden;
  border: 0em !important;

  font-size: 60%;
  background-position: -2.0em -5.8em;
}


#kii1 {
  position: absolute;
}



/* RESPONSIVE CSS
-------------------------------------------------- */


@media (max-width: 992px) {

  .block-justify-sm {
    text-align: center;
  }

  .buttoncent {
    margin: 0 auto;
    width: 338px;
    padding-bottom: 20px;
  }

  .freedownloadbutton {
    height: 60px;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
  }

  .featurette-heading {
    margin-top: 20px;
  }

  .carousel-caption {
    left: 0px;
  }

  .carousel {
    height: 240px;
  }

  .imgCentContainer {
    text-align: center;
  }

  .imgCent {
    float: none !important;
  }

  #tallyLogo,
  #ktInnovationsLogoSmall {
    padding-left: 15px;
  }

  .carousel-caption p {
    font-size: 20px;
    text-align: center;
  }

  .carousel img {
    margin: auto;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .nav.methods {
    display: none;
  }

  .nav.news {
    display: none;
  }


  .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  .navbar-toggle {
    margin-top: 34px;
  }

  .carousel-caption {
    padding-top: 52px;
  }

  /*When Learn tab was added menu was adjusted uisng below code to collapse at small screen size to prevent overlapping of brand and menu items (-Aurora)*/
  .navbar-header {
    float: none;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }


}

@media (min-width: 992px) {}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  outline: 0;
  background-color: #eee;
}


.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #ef4b23;
  background-color: #eee;
}

.nav.news>li>a,
.nav.tutorials>li>a,
.nav.methods>li>a {
  position: relative;
  display: block;
  padding: 3px 15px;
}

#topbar li {
  font-size: 14px;
}

#topbar li a {
  font-size: 12px;
  padding-left: 0px;
  padding-bottom: 4px;
}

#ktInnovationsLogoSmall {
  top: 12px;
  position: absolute;
}
