.introduction-text {
  font-size: 1.3rem;
}

.disabledtext {
	font-size: 16px !important;
	color: #333333 !important;
}

.snapperbody {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	justify-content: space-between;
}

.footer-snapper {
	background-color: #676565;
    color: #f0f1f2;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 16px;
    height: 250px;
}

.top-padding {
	padding-top: 25px;	
}

.bottom-padding {
	padding-bottom: 25px;	
}

.bottom-shadow {
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.26);
}

.top-shadow {
	box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.45);
}

.navbar-accordian {
  height:256px;
  width:100%;
}

@media screen and (max-width: 715px) {
  .navbar-accordian {
    height:116px;
  }
}

.shrink-sm {}

@media screen and (max-width: 715px) {
  .shrink-sm {
    left: 0px;
    right: 0px;
    position: fixed;
    height: 58px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
  }
}

.shrink-lg {
  left: 0px;
  right: 0px;
  position: fixed;
  height: 56px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
}

.add-space-sm {}

@media screen and (max-width: 715px) {
  .add-space-sm {
    height: 136px !important;
  }
}

.add-space-lg {}

@media screen and (min-width: 716px) {
  .add-space-lg {
    height: 286px !important;
  }
}

.page-title {
  padding: 115px 16px 0;
  color: #fff;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.5
}

@media screen and (max-width: 715px) {
  .page-title {
    padding: 66px 0 0;
    height:117px;
    font-size: 24px;
  }
}

.reduce-top-padding-sm {}

@media screen and (max-width: 715px) {
  .reduce-top-padding-sm {
    padding-top: 10px !important;
  }
}

.reduce-top-padding {
  padding-top: 10px !important;
}

.reduce-font-size {}

@media screen and (min-width: 716px) {
  .reduce-font-size {
    font-size: 24px;
    padding-left:0px;
  }
}

.peekaboo {
	margin: auto;
	width: 85%;
}

@media screen and (max-width: 715px) {
  .peekaboo {
    padding-left:0px;
    width: 85%;
  }
}

@media screen and (min-width: 602px) and (max-device-width: 1024px) {
  .peekaboo {
    width: 601px;
  }
}

.no-left-margin {
}

@media screen and (min-width: 716px) {
  .no-left-margin {
    left: 0px;
    right: 0px;
    position: fixed;
    height: 56px;
    margin: 0px;
    padding-left: 10px;
    width: 85%;
  }
}

.sub-title {
  display: none;
}

.show-sm {}

@media screen and (max-width: 715px) {
  .show-sm {
    display: inline;
  }
}

.show-lg {
    display: inline;
}

.chapter-title {
  color: #4fb3cf;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 30px;
}

.section-title {
  color: #4fb3cf;
  font-size: 2rem;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 0px;
}

.question-text {
  padding-top: 0;
  color: #666666;
  font-size: 1.5rem;
  font-weight: 500;
}

.answer-text {
  color: #666666;
  font-size: 1.2rem;
}

.padding-top {
  padding-top:24px;
}

.test-padding {
  padding-top: 400%	
}

.blackListCheckboxColumn {
  width: 5%;
}

.blackListEmailsColumn {
  width: 95%;
}

.blackListError {
  color: red;
}

.blackListPageNavigation {
  margin-top: 10px;
  color: #333;
  text-shadow: none;
  display: inline-block;
}

.blackListPageNavigation button {
  color: #333;
}
