body {
  overflow-y: hidden;
  /* font-family: 'Montserrat', sans-serif; */
}

.bold-a {
  font-weight: bold;
  color: white;
}

.grid-y {
  overflow-y: hidden;
}

.greeting > h2 {
  margin-bottom: 30px;
}

.greeting > .callout {
  border-color: #58c04d;
  background: #fff;
  /*margin: 0 0 1rem 0;*/
  padding: 1rem;
}

.greeting > .callout > ul {
  margin: 0 0 0 1.42857rem;
  padding: 0 0 0 1.42857rem;
}

#application .site-header {
  padding-top: 1rem;
  padding-bottom: 0px !important;
}

#application .site-header .page-title-container h1 {
	font-size: 2.14286rem;
}

/*this fixes an issue with the topic panel scrolling over the footer padding*/
#application .app-footer {
	position: relative;
}

/*small*/
@media screen and (max-width: 750px) {
	.logo {
		float: left;
	}

  #application .site-header .logo img {
    max-width: 100px;
    height: auto;
  }

  #application .site-header .page-title-container h1 {
    font-size: 1.75rem;
  }

  .page-title

	.page-title-container {
    float: right;
	}
}

.stripe {
  margin-top: 1rem;
  height: 5px;
  background-color: #25cef7;
}

#demo-badge{
  /*text-transform: capitalize;*/
  white-space: nowrap;
  height: 22px;
  width: 48px;
  text-align: center;
  line-height: 1.5rem;
  display: inline-block;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  vertical-align: middle;
  margin-left: 8px;
  border-radius: 1px;
  color: black;
  background: #FF8D00;
}

.tour-tip{
  border-left: 3px solid color(dark-ben-franklin);
  padding-left: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  &:hover{
    cursor: pointer;
    cursor: hand;
    background: color(ghost-gray);
  }
}

.tour-tip__action{
  color: color(dark-ben-franklin);
  @include rem(font-size, 1.75);
  margin:0;
  padding:0;
}

.tour-tip__result{
  /*padding-left: 30px;*/
}

.tour-tip__icon {
  margin-right: 10px;
  @include rem(font-size, 3)
  color: color(electric-blue);
}
