

body.admin-bar {
  padding-top: 46px;
}

@media (min-width: 783px){
  body.admin-bar {
    padding-top: 32px;
  }
}

#homelessSimApp {
  /*background-color: #F7F5EE;*/
}

#homelessSimApp [v-cloak] {
  display: none;
}

#desktop {
  display: block;
}
#mobile {
  display: none;
}
@media(max-width: 991px){
  #desktop {
    display: none;
  }
  #mobile {
    display: block;
  }
}

.logo-link img {
  max-height: 50px;
}

#homelessSimApp .btn-primary,
#homelessSimApp a.btn-primary,
.modal-content .btn-primary,
.modal-content a.btn-primary {
  background-color: transparent !important;
  border-color: transparent;
  border: 0px solid transparent;
  background-image: url('../images/Green-Button-BG.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  box-shadow: 0 0 0 0 rgb(111 155 155 / 0%);
  outline: none;
}

#homelessSimApp .btn-primary:active,
#homelessSimApp a.btn-primary:active,
.modal-content .btn-primary:active,
.modal-content a.btn-primary:active,
#homelessSimApp .btn-primary:focus,
#homelessSimApp a.btn-primary:focus,
.modal-content .btn-primary:focus,
.modal-content a.btn-primary:focus {
  background-color: transparent !important;
  border-color: transparent;
  border: 0px solid transparent;
  background-image: url('../images/Green-Button-BG.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  box-shadow: 0 0 0 0 rgb(111 155 155 / 0%);
  outline: none;
}

#homelessSimApp .btn-primary:focus,
#homelessSimApp a.btn-primary:focus,
#homelessSimApp .btn-primary:active,
#homelessSimApp a.btn-primary:active,
#homelessSimApp .btn-primary:not(:disabled):not(.disabled):focus,
#homelessSimApp a.btn-primary:not(:disabled):not(.disabled):focus,
#homelessSimApp .btn-primary:not(:disabled):not(.disabled):active,
#homelessSimApp a.btn-primary:not(:disabled):not(.disabled):active,
.modal-content .btn-primary:focus,
.modal-content a.btn-primary:focus,
.modal-content .btn-primary:active,
.modal-content a.btn-primary:active,
.modal-content .btn-primary:not(:disabled):not(.disabled):focus,
.modal-content a.btn-primary:not(:disabled):not(.disabled):focus,
.modal-content .btn-primary:not(:disabled):not(.disabled):active,
.modal-content a.btn-primary:not(:disabled):not(.disabled):active {
  background-color: transparent !important;
  border-color: transparent;
  border: 0px solid transparent;
  background-image: url('../images/Green-Button-BG.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  box-shadow: 0 0 0 0 rgb(111 155 155 / 0%);
  outline: none;
}

modal-body

@media (max-width: 575px){
  #homelessSimApp .btn-primary,
  #homelessSimApp a.btn-primary,
  .modal-content .btn-primary,
  .modal-content a.btn-primary {
    width: auto !important;
    box-shadow: 0 0 0 0 rgb(111 155 155 / 0%);
  }
}

.resource-container {
  display: inline-block;
  position: relative;
  margin-right: 1.5rem;
  /*padding-top: 0.75rem;*/
}

.resource-container img {
  height: 30px;
}

@media(min-width: 767px){
  .resource-container {
    margin-right: 2.5rem;
  }
  .resource-container img {
    height: 50px;
  }
}

.resource-indicator {
  font-size: 1rem;
  height: 20px;
  width: 20px;
  right: -10px;
  top: -10px;
  position: absolute;
  background-color: #FFFFFF;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transition-delay: 1.55s;
}

@media(min-width: 767px){
  .resource-indicator {
    font-size: 1.75rem;
    height: 30px;
    width: 30px;
    right: -20px;
    top: -15px;
    border-radius: 30px;
  }
}

.resource-indicator.empty {
  background-color: #E38473;
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transition-delay: 1.55s;
}

.resource-indicator.empty {

}

@media (max-width: 991px) {
  /*.resource-container {
    padding-top: 1.75rem;
  }
  .resource-indicator {
    top: -10px;
    right: -5px;
  }*/
}

.modal-backdrop {
  opacity: 0.75 !important;
}

@media (min-width: 1200px){
  .modal-dialog.modal-xl {
    max-width: 1140px;
  }
}

@media (min-width: 992px) {
  .modal-dialog.modal-lg, .modal-dialog.modal-xl {
    max-width: 800px;
  }
}

#homelessSimApp h3 {
  font-size: 2rem;
}

.btn.btn-modal-close {
  background-color: transparent;
  border-color: transparent;
  font-size: 4rem;
  line-height: 2.5rem;
  vertical-align: baseline;
  padding: .25rem .25rem;
  color: #544E4C;
}

.btn.btn-modal-close i {
  font-size: 4rem;
  line-height: 2.5rem;
  vertical-align: baseline;
  padding-top: 7px;
}

.single-story .modal-dialog .modal-header {
  border-bottom: 0px solid transparent;
}

.single-story .modal-dialog .modal-footer {
  border-top: 0px solid transparent;
}


.single-story .alert-icon,
.modal-content .alert-icon {
  display: inline-block;
  background-color: transparent;
  background-image: url('../images/gray-square-bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  color: #FFFFFF;
  padding: 5px 15px;
  margin-left: 10px;
  margin-right: 10px;
}

.single-story .alert-icon:first-child {
  margin-right: 1rem;
}

.single-story .alert-icon:last-child {
  margin-left: 1rem;
}

@media (max-width: 991px){
  html, body, main {
    height: 100%;
  }
  #homelessSimApp {
    height: 100%;
  }
}

#homelessSimApp .carousel-caption {
  position: static;
}


.round-scroll-box {
  height: auto;
  width: 100%;
}

.autoplay-button__mobile{
  margin-top: 0 !important;
  top: 52px;
  z-index: 999999;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #6F9B9B;
}

input:focus + .slider {
  box-shadow: 0 0 1px #6F9B9B;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.autoplay-button__container{
  display:flex;
  align-items: center;
  justify-content: center;
}

.autoplay-button__container._desktop{
  justify-content: start;
}

.autoplay-button__container .legend{
  margin-bottom: 8px;
  margin-left: 9px;
  font-weight: bold;
  color:#6F9B9B;
}

.autoplay-button__mobile{
  /* position: absolute !important; */
  position:initial !important;
  width: 100%;
}

.btn-play{
  color:black;
}

@media(max-width: 991px){
  #intro {
    height: 100%;
    max-height: 100%;
  }
  #round {
    height: 100%;
    max-height: 100%;
  }
  #mobile {
    position: relative;
  }
  .logo-link img {
    max-height: 50px;
  }
  #indicators {
    width: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 1rem;
  }
  #roundContentContainer {
    height: 100%;
    max-height: 100%;
    width: 100%;
  }
  .story-indicator {
    height: 4px;
    border-radius: 4px;
    background-color: rgba(190, 180, 170, 0.25);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .story-indicator.active {
    background-color: #BEB4AA;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .story-item {
    height: 100%;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 5rem;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .story-item.choices {
    padding-bottom: 10rem;
  }
  .story-item.active {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .button-container {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .round-content {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
  }
  .location-option-button {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .location-option-button img {
    margin-top: -0.5rem !important;
  }
}

@media(max-width: 767px){
  .round-scroll-box {
    height: 100%;
    width: 100%;
  }
}

.mobile-location-image {
  max-width: 280px !important;
}

@media(min-width: 767px){
  .mobile-location-image {
    max-width: 450px !important;
  }
}


.summary-item {
  font-family: 'Pangolin', sans-serif;
  text-decoration: none;
  font-weight: 700;
  background-color: transparent;
  border-color: #4B4543;
  border-width: 2px;
  border-radius: 3px;
  color: #544E4C;
  font-size: 1.285rem;
  line-height: 1em;
  text-transform: capitalize;
  letter-spacing: 0.1em;
  padding-left: 0.7rem;
    padding-right: 0.7rem;
    margin: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  /*margin-top: 0.5rem;*/
  margin-bottom: 1rem;
  /*margin-right: 1rem;*/
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid #4B4543;
}

.summary-item img {
  margin-top: -0.65rem;
  margin-bottom: -1rem;
}

.summary-item .summary-location-img img {
  margin-top: -0.65rem;
  margin-bottom: -0.65rem;
  max-height: 50px;
}

@media(min-width: 1200px) and (max-width: 1500px){
  .summary-item .summary-location-img {
    padding-right: 0px;
  }
}

#helpAccordion {
  border-radius: 3px;
}

#helpAccordion .card {
  border-color: #4B4543;
  border-width: 2px;
  background-color: transparent;
}

#helpAccordion .card-header {
  background-color: transparent;
}

#helpAccordion .card-header button {
  color: #544E4C;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
}











