body {
  /*font-family: "Helvetica Neue LT Pro, Helvetica, Arial";*/
  background-color: #eeecec;
  overflow-y: scroll;
  overflow-x: hidden;
}

/*.dashboard-col-pull-right {
  padding-right:5px;
}*/

.recorder_on {
  background-image: url("../images/recording.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  display: inline-block;
  animation: blink 2s ease-in infinite;
  margin-top:10px
}

.recorder_off {
  background-image: url("../images/recordingOff.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  display: inline-block;
  margin-top: 10px
}

@keyframes blink {
  from, to {
    opacity: 1
  }

  50% {
    opacity: 0
  }
}

.recorder_off {
  background-image: url("../images/recordingOff.png");
  background-repeat: no-repeat;
  width: 20px;
}

section.dashboard_banner {
  width: auto;
  min-height: 364px;
  position: relative;
}

section.dashboard_insights {
  width: auto;
  position: relative;
  background-color: #eaeaeb;
}

section.dashboard_main {
  width: auto;
  position: relative;
  background-color: white;
}

.sub_image_dashboard {
  background-image: url("../images/DashboardBanner.png");
  background-repeat: no-repeat;
  background-position-x: center;
  border-bottom: 7px solid #F8B607;
  background-color: #000000;
}

.dashboard_header {
  color: #000000;
  font-size: 31px;
  font-weight: 700;
  line-height: 36px;
  font-family: "Arimo", sans-serif;
}

.dashboard_section_header {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  font-family: "Arimo", sans-serif;
}

.dashboard_section_text {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  font-family: "Arimo", sans-serif;
}

.dashboard_profile_editor_image {
  background-image: url("../images/dashboard-profile-editor.png");
  background-repeat: no-repeat;
  height: 67px;
  width:67px;
  cursor: pointer;
  opacity: .9;
  float:right;
}

.dashboard_profile_editor_image:hover {
  opacity: 1;
}

.dashboard_interviewer_image {
  background-image: url("../images/dashboard-interviewer.png");
  background-repeat: no-repeat;
  height: 67px;
  width: 67px;
  cursor: pointer;
  opacity: .9;
  float: right;
}

.dashboard_interviewer_image:hover {
    opacity: 1;
  }

.dashboard_public_profile_image {
  background-image: url("../images/dashboard-public-profile.png");
  background-repeat: no-repeat;
  height: 67px;
  width: 67px;
  cursor: pointer;
  opacity: .9;
  float: right;
}

.dashboard_public_profile_image:hover {
    opacity: 1;
  }

.dashboard_search_page_image {
  background-image: url("../images/dashboard-search-page.png");
  background-repeat: no-repeat;
  height: 67px;
  width: 67px;
  cursor: pointer;
  opacity: .9;
  float: right;
}

.dashboard_search_page_image:hover {
    opacity: 1;
  }

.dashboard_personal_info_image {
  background-image: url("../images/dashboard-personal-info.png");
  background-repeat: no-repeat;
  height: 67px;
  width: 67px;
  cursor: pointer;
  opacity: .9;
  float: right;
}

  .dashboard_personal_info_image:hover {
    opacity: 1;
  }

.dashboard_guest_permissions_image {
  background-image: url("../images/dashboard-personal-info.png");
  background-repeat: no-repeat;
  height: 67px;
  width: 67px;
  cursor: pointer;
  opacity: .9;
  float: right;
}

  .dashboard_guest_permissions_image:hover {
    opacity: 1;
  }

.dashboard_tribute_image {
  background-image: url("../images/dashboard-personal-info.png");
  background-repeat: no-repeat;
  height: 67px;
  width: 67px;
  cursor: pointer;
  opacity: .9;
  float: right;
}

.dashboard_tribute_image:hover {
  opacity: 1;
}

.dashboard_dna_match_image {
  background-image: url("../images/dashboard-personal-info.png");
  background-repeat: no-repeat;
  height: 67px;
  width: 67px;
  cursor: pointer;
  opacity: .9;
  float: right;
}

.menuDashboard {
  cursor: pointer
}

  .dashboard_dna_match_image:hover {
    opacity: 1;
  }

.dashboard_page_insights_image {
  background-image: url("../images/dashboard-page-insights.png");
  background-repeat: no-repeat;
  height: 419px;
  width: 277px;
  opacity: 1;
}

.dashboard_globe_insights_image {
  background-image: url("../images/dashboard-globe-insights.png");
  background-repeat: no-repeat;
  height: 467px;
  width: 769px;
  opacity: 1;
}

.vertical-row {
  align-items: center;
  display: flex;
}

.photoItem {
  height: 500px;
  background-color: lightgrey;
  text-align: center;
  white-space: nowrap;
}

.photoSpanHelper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.photoItem img {
  /*height: !important;
    width: !important;*/
  vertical-align: middle;
  max-height: 500px;
  max-width: 500px;
}
/******** Nav Top Styling *********/

.interviewCard {
  background-color: #EDEDED;
  border: none
}

.homebackground2 {
  /* Full height */
  height: 100%;
  min-height: 300px;
  background-color: white;
}

.homebackground3 {
  /* Full height */
  height: 100%;
  /* min-height: 529px;*/
  background-color: #EDEDED;
}

.splashBackground1 {
  background-image: url("../images/curved_gallery_min.png");
  height: 100%;
  min-height: 957px;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.splashBackground2 {
  background-image: url("../images/splashbackground2_min.png");
  height: 100%;
  min-height: 609px;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white
}

.splashBackgroundTribute {
  background-image: url("../images/tribute_background.png");
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white
}

.tellyt_tribute_demo_image {
  background-image: url("../images/tribute_page_demo.png");
  background-repeat: no-repeat;
  height: 590px;
  margin-top:20px;
  background-position-x: center;
}

.splashBackground5 {
  background-color: #80DA84;
  height: 100%;
  color: white
}

.splashBackgroundChild {
  background-image: url("../images/child_story_background.png");
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: black
}

.tellyt_child_story_image {
  background-image: url("../images/child_story_image.png");
  background-repeat: no-repeat;
  height: 550px;
  margin-top: 20px;
  background-position-x: center;
}

.splashBackgroundMobile {
  background-image: url("../images/tellyt_mobile_background.png");
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white
}

.tellyt_mobile_image {
  background-image: url("../images/tellyt_mobile_image.png");
  background-repeat: no-repeat;
  height: 555px;
  margin-top: 20px;
  background-position-x: center;
}

.splashBackground6 {
  background-color: lightgrey;
  height: 100%;
  color: black;
}

.splashBackground7 {
  background-color: #AE4E00;
  height: 100%;
  color: white;
}


.splashBackgroundInterview {
  background-image: url("../images/TellytInterviewBackground_min.png");
  height: 100%;
  min-height: 490px;
  background-position: left;
  background-repeat: no-repeat;
  color: black;
  background-color: white
}

.splashBackground3 {
  background-color: slategrey;
  height: 100%;
  min-height: 609px;
  /* Center and scale the image nicely */
  color: white
}

.splashBackground4 {
  background-color: white;
  height: 100%;
  min-height: 490px;
  color: black
}

.splashTextBold {
  font-size: 27px;
  font-weight: 700;
  line-height: 30px;
}

.splashText {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
}

.homebackground1 {
  /* The image used */
  background-image: url("../images/HomeBackground1.png");
  /* Full height */
  height: 100%;
  min-height: 606px;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.signup-holder {
  position: relative;
}

.signupCardTopImage {
  width:100%
}

.signupPlanTextDescription {
  text-align: center;
  border: none;
  font-weight: 400;
  font-size: 24px;
  color: #4b4b4b;
  font-size:1em
}

.signupPlanText {
  text-align: center;
  border: none;
  font-weight:700;
  font-size:24px
}

.signupPlanBasicText {
  color: #0054FF;
}

.signupPlanPremiumText {
  color: #FF0000
}

.singup-hr {
  width:100%
}

.signup-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  background-color: white;
  margin-left:5%;
  width: 90%;
  padding-top: 30%;
  border-radius:.5rem
}

.signup-top {
  position: absolute;
  top: 0;
  left: 0;
  width:100%
}

/*.card-img-caption {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}*/

  /*.card-img-caption .card-img-top {
    
  }*/

  .signup-top-text {
    text-align: center;
    position: absolute;
    color: white;
    z-index: 1;
    margin: 10px;
    width: 100%;
    padding-right:20px
  }

.homebackground4 {
  /* The image used */
  background-image: url("../images/HomeBackground4.png");
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cardText {
  font-weight: 400;
  border: none;
  text-align: center;
}

.joinnow {
  height: 100px;
  color: #666666;
  font-size: 42px;
  margin-top: 30px;
}

.tellytDeviceText {
  font-size: 20px;
}


.navbar1 {
  padding: 10px;
  background-color: black;
  color: white;
  height: 55px;
  font-size: 12px;
  padding-top: 15px
}

.navbar1-footer {
    padding: 10px;
    background-color: #eeecec;
    height: 55px;
    padding-top: 15px;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
}

.interviewerheader {
  height: 200px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: white
}

.accordionbutton {
  width: 100%;
}

.card.active > .card-header {
  background-color: #ffa800;
  color: white;
}

.activeaccordionbutton {
  color: white;
}

  .activeaccordionbutton:hover {
    color: white;
    text-decoration: none
  }

.accordionbutton div {
  float: left;
}

  .accordionbutton div:last-child {
    float: right;
  }

.card-item {
  padding-top: 5px
}

.footer2 {
  background-color: #333333;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.card-item div {
  float: left;
  /*margin-bottom: 10px;*/
  font-size: .9em;
}

  /*.card-item img {
  margin-bottom:3px
}*/

  .card-item div:last-child {
    float: right;
  }

/*.card-body div:last-child {
  margin-top: 2px;
  margin-bottom: 5px;
}*/

.simpledivider {
  width: 92px;
  border-top-width: 5px;
  border-top-color: #ffa800;
}

.interviewerrow {
}

.interviewerbody {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #eeecec;
  font-weight: 700;
  line-height: 24px;
  color: black;
  margin-left: 40px;
}

.overlaytext {
  left: 10px;
  top: 60px;
  width: 50px;
  text-align: center;
  color: white;
  position: relative;
  z-index: 3;
  background-color: rgb(255, 168, 0);
}

.topicCard {
  border: currentColor;
  border-image: none;
  background-color: rgb(238, 236, 236);
}

.topicCardHeader {
}

.loginbutton {
  background-image: url("../images/LoginButton.png");
  background-repeat: no-repeat;
  height: 40px;
  width: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: .7;
}

.loginbutton:hover {
    opacity: 1;
  }

.signupbutton {
  background-image: url("../images/SplashSignupButton.png");
  background-repeat: no-repeat;
  height: 40px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: .7;
}

.signupbutton:hover {
    opacity: 1;
  }

.startinterviewbutton {
  background-image: url("../images/StartLifeInterviewButton.png");
  background-repeat: no-repeat;
  height: 42px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: .7;
}

.startinterviewbutton:hover {
    opacity: 1;
  }

.splashTellytLogo {
  background-image: url("../images/tellytlogo.png");
  background-repeat: no-repeat;
  height: 113px;
  width: 323px;
  top: 200px;
  position: absolute;
  left:70px
}

.timeOnEarth {
  top: 325px;
  position: absolute;
  left: 130px;
  width:234px;
  height:30px;
  font-family: Orbitron;
  font-size:19px;
  font-weight:400;
  letter-spacing:1.93px;
  line-height: 28px;
  color:#2b2b2b
}

.searchpeoplebutton {
  background-image: url("../images/searchpeoplebutton.png");
  background-repeat: no-repeat;
  height: 40px;
  width: 163px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: .7;
}

.searchpeoplebutton:hover {
    opacity: 1;
  }

.signupButton {
  background-image: url("../images/SignupButton.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 55px;
  width: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: .9;
}

.blackboxButton {
  background-image: url("../images/blackboxbutton.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 46px;
  width: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: .8;
}

.blackboxButton:hover {
    opacity: 1;
  }

.blackboxText {
  opacity: .8;
}

.blackboxText:hover {
    opacity: 1;
  }

.whiteboxButton {
  background-image: url("../images/whiteboxbutton.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 46px;
  width: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: .9;
}

  .whiteboxButton:hover {
    opacity: 1;
  }


.whiteboxText {
  opacity: .9;
}

.whiteboxText:hover {
  opacity: 1;
}

  .signupButton:hover {
    opacity: 1;
  }

.homebackground1buttons {
  padding-top: 300px;
  padding-left: 50px;
}

.splashbackground1buttons {
  padding-top: 685px;
  padding-left: 70px;
}

.home1buttontext {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.65px;
  line-height: 27px;
  font-weight: 700;
  opacity: .9;
}

.home1buttontext:hover {
  opacity:1;
}

.searchpeopletext {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.65px;
  line-height: 27px;
  font-weight: 700;
}

.enabledRecordButton {
  background-color: #aac148;
  cursor: pointer;
}

.highlightRecordButton {
  background-color: #9eb345;
  cursor: pointer;
}

.disabledRecordButton {
  /*background-color: #b7cc5e;*/
  background-color: #D4DFA1;
  cursor: default;
}

.enabledStopButton {
  background-color: #f61c0d;
  cursor: pointer;
}

.highlightStopButton {
  background-color: #cc1205;
  cursor: pointer;
}

.disabledStopButton {
  /*  background-color: #fb483c;*/
  background-color: #FA8A83;
  cursor: default;
}

.enabledReviewButton {
  background-color: #76a9ea;
  cursor: pointer;
}

.highlightReviewButton {
  background-color: #4f82c3;
  cursor: pointer;
}

.disabledReviewButton {
  /*background-color: #8cb9f2;*/
  background-color: #B9D3F4;
  cursor: default;
}

.enabledRedoButton {
  background-color: #ff5730;
  cursor: pointer;
}

.highlightRedoButton {
  background-color: #e14622;
  cursor: pointer;
}

.disabledRedoButton {
  /* background-color: #fd7a5b;*/
  background-color: #FFA995;
  cursor: default;
}

.enabledPostButton {
  background-color: #4ebb3e;
  cursor: pointer;
}

.highlightPostButton {
  background-color: #379f27;
  cursor: pointer;
}

.disabledPostButton {
  /* background-color: #6acf5b;*/
  background-color: #A4DD9D;
  cursor: default;
}

#questionShown {
  letter-spacing: 0.8px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block
}

#questionAccordion {
  margin-top: 15px;
}

.recordedTime {
  font-weight: 500
}

.question {
  font-weight: 500;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.selectedQuestion {
  font-weight: 700
}

.selectedCardItem {
  background-color: #fff0d2
}

.interviewContainer {
  float: right;
  padding-right: 25px
}

.interviewerTopic {
  margin-top: 10px;
  margin-bottom: 5px
}

.unselectedCardItem {
  background-color: white
}

.overlaytrash {
  width: 25px;
  z-index: 3;
  position: relative;
  top: 145px;
  left: 150px;
  height: 30px;
  background-color: white;
}

.overlaylatest {
  background-color: #75c15b;
  border-radius: calc(.5rem - 1px);
  color: white;
  width: 70px;
  text-align: center;
  margin-top: 5px;
  z-index: 3;
  position: relative;
  top: 30px;
  left: 90px;
}

.videothumbnailimage {
  position: absolute;
  z-index: 2;
}

.videoThumbnailHolder {
  cursor: pointer;
  position: relative;
  z-index: 1;
  height: 116px;
}

.topictext {
  color: #121212;
  font-size: 12px;
  line-height: 24px;
  padding-top: 5px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.topictiming {
  color: #121212;
  font-size: 14px;
  line-height: 24px;
  padding-top: 5px;
  font-weight: 500
}

.videodescriptionholder {
  height: 60px;
  background-color: white;
  padding-left: 5px;
}

.topicContainer {
  width: 175px;
  padding-bottom: 10px;
  cursor: pointer
}

#interviewRecordingsContainer {
  overflow-x: hidden;
  overflow-y: auto;
  width: 193px;
  height: 628px
}

#relatedPhotosHeaderContainer,
#relatedVideosHeaderContainer {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .8px;
  line-height: 29px;
  color: #010000;
  height: 40px;
}

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.scrollcard {
  flex: 0 0 auto;
}

#relatedPhotosContainer,
#relatedVideosContainer {
  /*height: 55px;*/
  /*overflow-x:auto;*/
  cursor: pointer
}

#reloadedPhotosHeaderLabel,
#reloadedVideosHeaderLabel {
  float: left;
  cursor: pointer
}

#relatedPhotosHeaderContainer,
#relatedVideosHeaderContainer {
  overflow: hidden;
  height: 40px;
}

#recorderButtonContainer {
  margin-top: 20px;
  height: 45px;
  overflow: hidden;
}

#photoButtonContainer {
  margin-top: 10px;
  height: 45px;
  overflow: hidden;
  width: 100%
}

#recorderButtonContainer div {
  float: left;
  height: 42px;
  width: 19%;
  max-width: 92px;
  border-radius: calc(.5rem - 1px);
  margin-left: 1%
}

#photoButtonContainer div {
  float: left;
  height: 42px;
  width: 19%;
  max-width: 92px;
  border-radius: calc(.5rem - 1px);
  margin-left: 1%
}

.centeredcontent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.vertcontent {
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
}

.collapsing {
  background-color: #fff;
}

.logo {
  padding: 10px;
  max-height: 95px;
  position: absolute;
  top: -12px;
  left: -180px;
}

.logoflame {
  height: 45px;
  width: 40px;
  position: relative;
  left: 40px;
  top: 0px;
}

.menutext {
  font-weight: 700;
  letter-spacing: .3px;
  line-height: 30px;
  color: #fefefe;
  text-transform: uppercase
}

.headerrow {
  height: 262px
}

.search {
  position: absolute;
  left: 40%;
  top: 12px;
}

.searchicon {
  position: relative;
  left: 40px;
}

.searchbar {
  width: 260px;
  height: 46px;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(204,204,204,0.75);
  -moz-box-shadow: inset 0px 0px 3px 0px rgba(204,204,204,0.75);
  box-shadow: inset 0px 0px 3px 0px rgba(204,204,204,0.75);
  border: 1px solid #ccc;
  border-radius: 23px;
  font-size: 16px;
  background-color: white;
  background-image: url('searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding-left: 43px;
  padding-right: 43px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, border 0.2s ease-in-out;
}

  .searchbar:focus {
    border: 1px solid #0099e6;
    box-shadow: 0px 0px 3px #0099e6;
    width: 360px;
    outline: 0;
  }

.showside {
  padding-left: 10px;
  z-index: 1200;
  /*border: 2px solid #333;*/
  cursor: pointer;
}

  .showside:hover {
    background-color: #333;
  }

    .showside:hover > span {
      background-color: white;
    }

.iconbar {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background-color: white;
  border-radius: 10px;
}

.navbar-fixed-top {
  border: 0;
}
/******** Nav Top Styling **********/
/******** Main Area Styling  **********/
.main {
  padding: 20px;
  padding-top: 40px;
  background-color: #e9ebee;
}

  .main .page-header {
    margin-top: 0;
    border-bottom: 1px solid #d9d9d9;
  }
/******** Main Area Styling  **********/

/********* Footer Styling ************/
.footer1 {
  border-top: 2px solid #c8cad0;
  text-align: center;
  height: 100px;
  background-color: white;
  width: 100%;
}

.footerwords > a {
  color: grey;
}

.footerwords {
  color: grey;
  position: relative;
  top: 30px;
}
/********* Footer Styling ************/
.list-group {
  text-align: left;
}

  .list-group li {
    padding: 2px;
    display: block;
    border-bottom: 1px solid #bfbfbf;
  }

    .list-group li:hover {
      font-weight: 700;
      cursor: pointer;
      box-shadow: inset 100px 100px #eee;
    }

.collapse.in {
  background-color: white;
}

.nodisplay {
  display: none;
}

.yesdisplay {
  display: block;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background-color: #eaeaea;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #ccc;
}

  ::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
  }
/*@media (min-width:1200px) and (max-width:1691px) {
	#review {
		position: relative;
		top: 13px;
	}
}*/
.earth {
  background: url('../images/Earthsunrise.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 1200px;
}

.earthtext {
  position: absolute;
  top: 30%;
  left: 40%;
  display: none;
}

  .earthtext h2 {
    color: white;
    position: relative;
    top: -240px;
    left: -140px;
  }

.logo2 {
  width: 500px;
  height: 500px;
  position: absolute;
  top: -300px;
  left: -130px;
}
/* Large Viewports - Above 1200px */
@media (min-width: 1200px) {
  .container-fluid {
    width: 1200px;
  }

  .gap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .sub-header {
    text-align: center;
    margin-top: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
  }

  .sidebar {
    position: absolute;
    font-size: .8em;
    top: 0px;
    bottom: 60px;
    left: 9px;
    z-index: 1000;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    height: 650px;
    width: 225px;
    box-shadow: 0px 5px 30px black;
  }

  .nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
  }

    .nav-sidebar > li > a {
      padding-right: 20px;
      padding-left: 20px;
      color: #666666;
      font-size: 1.3em;
    }

      .nav-sidebar > li > a > img {
        margin-right: 3px;
        width: 30%;
        max-width: 60px;
      }

    .nav-sidebar > .active > a,
    .nav-sidebar > .active > a:hover,
    .nav-sidebar > .active > a:focus {
      color: #fff;
      background-color: #ffa033;
    }

  #accordionoverflow {
    padding: 5px;
    padding-top: 0px;
    max-height: 650px;
    overflow-y: auto;
  }

  .topics {
    padding: 5px;
    padding-top: 0px;
    border-radius: 3px;
    max-height: 400px;
    overflow-y: auto;
    text-align: center;
  }

  .panel-default > .panel-heading {
    background-color: white;
  }

  .interviewer {
    margin-top: 20px;
    border: 1px solid #787574;
    border-radius: 5px;
    background-color: black;
    overflow-x: hidden;
    text-align: center;
    max-height: 177px;
  }
  /*.question {
  		margin-top: 20px;
  		text-align: center;
  		padding: 5px;
  		padding-top: 0px;
  		border:1px solid;
  		border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  		border-radius: 3px;
  		background-color: #fff;
  		height: 200px;
			overflow-y:auto;
  	}*/
  .question h2 {
    font-size: 1.6em;
  }

  .questionshown {
    opacity: 0;
    transition: opacity .3s;
  }

  .questiondefault {
    display: show;
    font-style: italic;
    color: grey;
  }

  .player {
    margin-top: 20px;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    background-color: black;
    height: 315px;
    width: 560px;
  }

  .videoplayer {
    width: 448px;
    height: 336px;
    position: absolute;
    background-color: black;
  }

  .alert1 {
    font-size: 1.2em;
    padding-top: 2px;
    padding-bottom: 2px;
    position: absolute;
    top: 360px;
    left: 15px;
    opacity: 0;
    transition: opacity 1.5s;
    max-width: 448px;
  }

  .alert2 {
    font-size: 1.2em;
    padding-top: 2px;
    padding-bottom: 2px;
    position: absolute;
    top: 400px;
    left: 15px;
    opacity: 0;
    transition: opacity 1.5s;
    max-width: 448px;
  }

  .controls {
    text-align: center;
    position: absolute;
    top: 500px;
    left: -30px;
  }

  .movecontrol {
    position: relative;
    left: 25px;
    bottom: 30px;
  }

  .playbackdown {
    text-align: center;
    margin-top: 140px;
    background-color: #e9ebee;
  }

  .controls button {
    border: none;
    background-color: #ffa033;
    font-size: 1.2em;
    color: white;
    border-radius: 10px;
    padding: 15px 20px 0px 20px;
    margin: 10px;
    position: relative;
    width: 105px;
    height: 70px;
    box-shadow: 5px 5px #b35f00;
  }

    .controls button:hover {
      box-shadow: none;
      top: 5px;
      left: 5px;
    }

    .controls button i {
      position: absolute;
      top: 7px;
      left: 7px;
    }

  .numbers {
    color: #ffa033;
    font-weight: 700;
    background-color: white;
    border: white solid 1px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    position: absolute;
    top: 0px;
    right: 15px;
    padding: 1px 3px 1px 3px;
  }

  .playback {
    overflow-x: scroll;
    white-space: nowrap;
  }

  .clip {
    display: inline-block;
    width: 200px;
    height: 150px;
    margin: 10px;
    border: 2px solid black;
    cursor: pointer;
    box-shadow: -4px 4px 10px rgba(0,0,0,.4);
  }

    .clip:hover {
      opacity: .8;
    }

  .adjustment {
    position: relative;
    top: 20px;
  }

  .disabledbutton {
    background-color: #cccccc !important;
    box-shadow: none !important;
  }

    .disabledbutton > .numbers {
      color: #a6a6a6 !important;
    }

    .disabledbutton:hover {
      top: 0px !important;
      left: 0px !important;
    }

  .activebutton {
    background-color: #ffa033 !important;
    box-shadow: 5px 5px #b35f00;
  }

    .activebutton > .numbers {
      color: #ffa033;
    }

    .activebutton:hover {
      box-shadow: none !important;
    }

  /*#redo {
			position: relative;
			top:13px;
		}
		#submit1 {
			position: relative;
			top:13px;
		}
		#review {
			position: relative;
			top:13px;
		}*/
}
/* Medium Viewports - Between 992px and 1199px */
@media (min-width: 992px) and (max-width:1199px) {
  .gap {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sub-header {
    padding-bottom: 0px;
    border-bottom: 1px solid #d9d9d9;
  }

  .sidebar {
    position: absolute;
    top: 0px;
    bottom: 60px;
    left: 9px;
    z-index: 1000;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    box-shadow: 0px 5px 30px black;
    height: 650px;
    width: 250px;
  }

  .nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
  }

    .nav-sidebar > li > a {
      padding-right: 20px;
      padding-left: 20px;
      color: #666666;
      font-size: 1em;
    }

      .nav-sidebar > li > a > img {
        margin-right: 3px;
        width: 30%;
      }

    .nav-sidebar > .active > a,
    .nav-sidebar > .active > a:hover,
    .nav-sidebar > .active > a:focus {
      color: #fff;
      background-color: #ffa033;
    }

  .topics {
    padding: 5px;
    padding-top: 0px;
    border-radius: 3px;
    max-height: 240px;
    overflow-y: auto;
    text-align: center;
  }

  .panel-default > .panel-heading {
    background-color: white;
  }

  .interviewer {
    display: inline-block;
    position: absolute;
    top: 320px;
    left: -500px;
    border: 1px solid #787574;
    border-radius: 5px;
    background-color: black;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: center;
    height: 177px;
    width: 240px;
  }

  .question {
    position: absolute;
    top: 320px;
    left: -255px;
    display: inline-block;
    text-align: center;
    padding: 5px;
    padding-top: 0px;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    background-color: #fff;
    height: 177px;
    width: 250px;
    margin-bottom: 20px;
  }

  .questionshown {
    opacity: 0;
    transition: opacity .3s;
    font-size: 1.5em;
  }

  .questiondefault {
    display: show;
    font-style: italic;
    color: grey;
    font-size: 1.1em;
  }

  .player {
    margin-top: 19px;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    background-color: black;
    height: 336px;
    width: 448px;
    overflow-y: auto;
  }

  .videoplayer {
    width: 448px;
    height: 336px;
    position: absolute;
    left: 15px;
    background-color: black;
  }

  .alert1 {
    font-size: 1.1em;
    padding-top: 2px;
    padding-bottom: 2px;
    position: absolute;
    top: 355px;
    max-width: 336px;
    opacity: 0;
    transition: opacity 1.5s;
  }

  .alert2 {
    font-size: 1.2em;
    padding-top: 2px;
    padding-bottom: 2px;
    position: absolute;
    top: 400px;
    left: 15px;
    opacity: 0;
    transition: opacity 1.5s;
    max-width: 448px;
  }

  .controls {
    text-align: left;
  }

    .controls button {
      background-color: #ffa033;
      font-size: 1.1em;
      color: white;
      border: none;
      border-radius: 10px;
      padding: 10px 20px 0px 20px;
      margin-left: 6px;
      margin-right: 6px;
      margin-top: 5px;
      position: relative;
      width: 88px;
      height: 70px;
      box-shadow: 5px 5px #b35f00;
    }

      .controls button:hover {
        box-shadow: none;
        top: 5px;
        left: 5px;
      }

      .controls button i {
        position: absolute;
        top: 7px;
        left: 7px;
      }

  .numbers {
    color: #ffa033;
    font-weight: 900;
    background-color: white;
    border: white solid 1px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    position: absolute;
    top: 0px;
    right: 15px;
    padding: 1px 3px 1px 3px;
  }

  .disabledbutton {
    background-color: #cccccc !important;
    box-shadow: none !important;
  }

    .disabledbutton > .numbers {
      color: #a6a6a6 !important;
    }

    .disabledbutton:hover {
      top: 0px !important;
      left: 0px !important;
    }

  #redo {
    position: relative;
    top: 10px;
  }

  #review {
    position: relative;
    top: 9px;
  }

  #submit1 {
    position: relative;
    top: 10px;
  }

  .playback {
    overflow-x: scroll;
    white-space: nowrap;
  }

  .clip {
    display: inline-block;
    width: 200px;
    height: 150px;
    margin: 10px;
    border: 2px solid black;
    cursor: pointer;
    box-shadow: -4px 4px 10px rgba(0,0,0,.4);
  }

    .clip:hover {
      opacity: .8;
    }

  .adjustment {
    position: relative;
    top: 10px;
  }
}
/* Small Viewports - Between 768px and 991px */
@media (min-width: 768px) and (max-width:991px) {
  .gap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gap2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sub-header {
    padding-bottom: 0px;
    border-bottom: 1px solid #d9d9d9;
  }

  .sidebar {
    position: absolute;
    top: 60px;
    bottom: 60px;
    left: 9px;
    z-index: 1000;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    box-shadow: 0px 5px 30px black;
    height: 650px;
    width: 250px;
  }

  .nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
  }

    .nav-sidebar > li > a {
      padding-right: 20px;
      padding-left: 20px;
      color: #666666;
      font-size: 1em;
    }

      .nav-sidebar > li > a > img {
        margin-right: 3px;
        width: 30%;
      }

    .nav-sidebar > .active > a,
    .nav-sidebar > .active > a:hover,
    .nav-sidebar > .active > a:focus {
      color: #fff;
      background-color: #ffa033;
    }

  .main {
    padding: 20px;
    padding-top: 40px;
    background-color: #e9ebee;
    padding-right: 20px;
    padding-left: 40px;
  }

  .movetopics {
    position: absolute;
    left: 20px;
    top: 15px;
  }

  .topics {
    padding: 5px;
    padding-top: 0px;
    border-radius: 3px;
    max-height: 300px;
    overflow-y: auto;
    text-align: center;
  }

  .panel-default > .panel-heading {
    background-color: white;
  }

  .panel-heading {
    padding: 5px 10px;
    font-size: 1em;
  }

  .interviewer {
    display: inline-block;
    border: 1px solid #787574;
    border-radius: 5px;
    background-color: black;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: center;
    height: 147px;
    width: 210px;
  }

  .question {
    position: absolute;
    top: 0px;
    left: 250px;
    display: inline-block;
    text-align: center;
    padding: 5px;
    padding-top: 0px;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    background-color: #fff;
    height: 147px;
    width: 235px;
    margin-bottom: 20px;
  }

    .question h2 {
      font-size: 1.4em;
    }

  .questionshown {
    opacity: 0;
    transition: opacity .3s;
    font-size: 1.2em;
  }

  .questiondefault {
    display: show;
    font-style: italic;
    color: grey;
    font-size: 1.1em;
  }

  .player {
    margin-top: 19px;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    background-color: #fff;
    height: 336px;
    width: 448px;
    overflow-y: auto;
  }

  .videoplayer {
    width: 448px;
    height: 336px;
    position: absolute;
    left: 15px;
  }

  .alert1 {
    font-size: 1.1em;
    padding-top: 2px;
    padding-bottom: 2px;
    position: absolute;
    top: 356px;
    opacity: 0;
    max-width: 447px;
    transition: opacity 1.5s;
  }

  .alert2 {
    font-size: 1.2em;
    padding-top: 2px;
    padding-bottom: 2px;
    position: absolute;
    top: 400px;
    left: 15px;
    opacity: 0;
    transition: opacity 1.5s;
    max-width: 448px;
  }

  .movecontrol {
    position: absolute;
    top: 370px;
  }

  .controls {
    text-align: left;
    max-width: 200px;
  }

    .controls button {
      background-color: #ffa033;
      font-size: .9em;
      color: white;
      border: none;
      border-radius: 10px;
      padding: 10px 20px 0px 20px;
      margin: 5px;
      position: relative;
      width: 80px;
      height: 60px;
      box-shadow: 5px 5px #b35f00;
    }

  .disabledbutton {
    background-color: #cccccc !important;
    box-shadow: none !important;
  }

    .disabledbutton > .numbers {
      color: #a6a6a6 !important;
    }

    .disabledbutton:hover {
      top: 0px !important;
      left: 0px !important;
    }

  #review {
    position: relative;
    top: 9px;
  }

  #submit1 {
    position: relative;
    top: 10px;
  }

  .controls button:hover {
    box-shadow: none;
    top: 5px;
    left: 5px;
  }

  .controls button i {
    position: absolute;
    top: 7px;
    left: 7px;
  }

  .numbers {
    color: #ffa033;
    font-weight: 900;
    background-color: white;
    border: white solid 1px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    position: absolute;
    top: 0px;
    right: 15px;
    padding: 1px 3px 1px 3px;
  }

  #redo {
    position: relative;
    top: 10px;
  }

  .playback {
    overflow-x: scroll;
    white-space: nowrap;
  }

  .clip {
    display: inline-block;
    width: 200px;
    height: 150px;
    margin: 10px;
    border: 2px solid black;
    cursor: pointer;
    box-shadow: -4px 4px 10px rgba(0,0,0,.4);
  }

    .clip:hover {
      opacity: .8;
    }
}

.disabledicon {
  color: white;
}

.activeicon {
  color: red;
}

.runningicon {
  color: lawngreen
}

.signin-other {
  width: 100%;
  text-align: center;
  height: 48px;
  line-height: 48px;
}

  .signin-other a {
    color: #32A8DB;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    opacity: 0.8;
    display: inline-block;
    width: 100%;
  }

    .signin-other a:hover,
    .signin-other a:focus,
    .signin-other a:active {
      opacity: 1;
    }

  .signin-other span {
    font-family: ProximaNovaSemibold;
    font-size: 16px;
    color: #5C748E;
    letter-spacing: 4.3px;
  }

.button:active, .button:hover, .button:focus {
  opacity: 0.8;
}

.button-gray {
  background-color: #99A1A9;
}

.button-reset-password-blue {
  background-color: #16A9E1;
}

.button-blue {
  background-color: #16A9E1;
  background: #16A9E1;
  background: rgba(22, 169, 225, 1);
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-family: ProximaNovaSemibold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #FFFFFF;
}

  .button-blue:active, .button-blue:hover, .button-blue:focus {
    background-color: #16A9E1;
    outline: none;
  }

.button-facebook {
  color: #fff;
  background-color: #0060A3;
  margin-bottom: 16px;
  background: rgba(0, 113, 188, 1);
}

.button-email {
  color: #fff;
  background-color: #16A9E1;
  margin-bottom: 16px;
  background: rgba(0, 113, 188, 1);
}

.button-email {
  color: #fff;
}

.button-google {
  color: #fff;
  background-color: #D0021B;
  margin-bottom: 16px;
  background: #D0021B;
}


.button-facebook-text-facebook {
  margin-right: 52px;
}

.button-facebook-text-google {
  margin-right: 52px;
}

.button-text-email {
  margin-right: 52px;
  font-size: 14px;
}


  .button-text-email i {
    color: #fff;
  }

.button-facebook i,
.button-google i {
  font-size: 24px;
  vertical-align: middle;
  float: left;
  margin-top: -4px;
  padding-left: 32px;
  padding-right: 16px;
}

.social-provider {
  line-height: 20px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-family: ProximaNovaSemibold;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 3.63px;
  text-align: center;
}

  .social-provider:hover {
    color: #FFFFFF;
  }

.button-google:hover, .button-google:focus {
  color: #FFFFFF;
}

.button-facebook:hover, .button-facebook:focus {
  color: #FFFFFF;
}

#zocial-facebook:hover,
#zocial-google:hover {
  color: white;
}

/* Extra Small Viewports - Below 767px */
@media only screen and (max-width: 767px) {
  .navbar1 {
    display: none
  }

  .homebackground2 {
    display: none
  }

  .splashBackground2 {
    display: none
  }

  .splashBackgroundInterview {
    display: none
  }

  .splashBackgroundTribute {
    display: none
  }

  .splashBackgroundChild {
    display:none;
  }

  .splashBackgroundMobile {
    display:none;
  }

  .SignUpSpacer {
    display: none
  }
}

@media (min-width: 768px) {
  .splashBackground3 {
    display: none
  }
  .splashBackground4 {
    display: none
  }
  .splashBackground5 {
    display:none
  }
  .splashBackground6 {
    display:none;
  }
  .splashBackground7 {
    display:none;
  }
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}



.parsley-errors-list {
  display: none;
  margin: 0px;
  padding: 0px
}

.parsley-errors-list.filled {
  display: block;
  padding: 0px
}

.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #ed5466
}

.parsley-error {
  border-color: #ed5466 !important
}

.parsley-error.custom-checkbox > label:before, .parsley-error.custom-radio > label:before, .parsley-error.custom-checkbox:hover > label:before, .parsley-error.custom-radio:hover > label:before {
  border: 1px solid #ed5466
}

.parsley-error.custom-checkbox > input[type="checkbox"]:checked + label:before, .parsley-error.custom-radio > input[type="radio"]:checked + label:before {
  border-color: #ed5466;
  background-color: #ed5466
}

.parsley-error.custom-checkbox > label, .parsley-error.custom-radio > label {
  color: #ed5466
}

.verticalalignhelper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}