a {
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

[ng-click], [ui-sref] {
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.trevModal-overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.5); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}


.trevModal-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
}

@media (max-height: 800px) {
  .trevModal-overlay .trevModal-content {
    top: 5%;
    padding: 2em 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.trevModal-box {
  position: relative;
  display: inline-block;
  background-color: #fafafa;
  color: #666 !important;
  
  border-radius: 5px;
  max-width:90%;
  /* width:514px; */
  width:525px;
  margin-left:auto;
  margin-right:auto;
  cursor: default;
}

.firetruckModal.trevModal-box{
  background-color: #00599D;
}
.donateModal.trevModal-box{
  background-color: #00599D;
}

.trevModal-box .inner-wrap {
  padding: 40px;
  line-height: 1.5em;
  cursor: default;
}

.trevModal-box .inner-wrap h2{
  line-height: 1em;
  margin: .5em 0 0;
  font-size:2rem;
}

@media (max-width: 450px) {

  .trevModal-box .inner-wrap {
    padding: 30px 20px;
    line-height: 1.5em;
    cursor: default;
    font-size: .8em;
  }

  .trevModal-box .inner-wrap h2{
    font-size: 1.4em;
  }

  .trevModal-box .btn {
    font-size: .8em;
  }
  
  
}

.celebrate-form-input-wrap {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.trevModal-close {
  background-image: url('../images/trevmodal-close.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -50px;
  right: 0;
}

.trevModal-box .btn {
  cursor: pointer;
}

.footer-wrap {
  padding: 2em;
  border-top: 1px solid #E5E5E5;
}



.celebrate-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.celebrate-form .celebrate-form-text{
  text-align: right;
  font-size: 12px;
  letter-spacing: 0;
  color: #00599D;
  text-transform: uppercase;
  padding-right: 15px;
}

@media (max-width: 450px) {
  .footer-wrap {
    padding: 1.5em;
    border-top: 1px solid #E5E5E5;
  }

  .celebrate-form .celebrate-form-text {
    text-align: center;
    flex: 1 100%;
    font-size: 13px;
    margin-bottom: 10px;
    color: #00599D;

  }

  .celebrate-form .celebrate-form-text br{

    display: none;

  }
}

.celebrate-form .celebrate-thanks-text{
  text-align: center;
  font-size: 15px;
  letter-spacing: 0;
  color: #00599D !important;
  text-transform: uppercase;
  padding: 15px;
}

.celebrate-form input{
  font-size: 15px;
  background: #E5E5E5 0% 0% no-repeat padding-box;
  border-radius: 8px 0 0 8px;
  padding: 10px 10px 10px 13px;
  border: 0;
  flex-grow: 1;
}

.celebrate-form button{
  cursor: pointer;
  background-color: #5bc4bf;
  border-radius: 0 8px 8px 0;
  border-style: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-feature-settings: "liga";
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.25em;
  padding:12px 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all .2s ease-in-out;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.celebrate-form button:hover {
  background-color: #19457c;
  opacity: .8;
}

.celebrate-form button:focus {
  background-color: #e76f6d !important;
  color: #19457C !important;
  transition: all ease-in-out .2s;
}

.celebrateModal .logo {
  /* width: 135px; */
  /* width:250px; */
}

@media (max-width: 450px) {

  .celebrateModal .logo {
    /* width: 68px;  */
  }
  
}