/* Stop BS Modal shifting page left */
.modal-open[style] {
  padding-right: 0 !important;
}

/* Stop BS Modal returning focus to top of page */
body.modal-open {
  overflow: visible;
}

/* Devise pages */
#devise {
  margin-bottom: 25px;
}

.devise-links {
  margin-top: 15px;
}

/* Welcome Page */
#welcome .opening {
  margin-bottom: 25px;
}

#welcome .left {
  color: white;
  background-color: var(--gray);
}

#welcome .right {
  position: relative;
  color: white;
  background-color: var(--orange);
}

#welcome .search {
  margin: 30px 0;
}

#welcome h3 {
  text-transform: uppercase;
}

/*
  Make columns same height
  https://scotch.io/bar-talk/different-tricks-on-how-to-make-bootstrap-columns-all-the-same-height
*/
.is-table-row {
  display: table;
}

.is-table-row [class*='col-'] {
  float: none;
  display: table-cell;
  vertical-align: top;
}

.cta {
  padding-bottom: 25px;
}

.right .push-down {
  position: absolute;
  bottom: 0;
  left: 0;
}

.left p,
.right p {
  font-size: 14px;
  line-height: 1.4286;
  color: #fff;
}

.container .cta a {
  font-size: 24px;
  color: white;
  text-transform: uppercase;
  background-color: var(--gray);
}

.left .cta a:hover {
  color: white;
  background-color: var(--orange);
}

.right .cta a:hover {
  color: white;
  background-color: var(--gray);
}

.right .cta a {
  background-color: var(--orange);
}

/* Search page */
.quick-search-form {
  margin: 25px 0;
  padding-bottom: 25px;
}

.quick-search-refinement {
  max-width: 250px;
}

.warning {
  display: inline-block;
  margin: 12px 0 15px;
  padding: 8px 10px;
  border: 2px solid var(--orange);
}

.warning a {
  cursor: pointer;
  color: var(--gray);
  text-decoration: underline;
}

.warning a:hover {
  color: var(--gray);
}

.no-results {
  margin: 25px 0 0 5px;
}

.sign-up a {
  color: white;
  text-decoration: underline;
}

.sign-up a:hover {
  color: white;
}

/* About us */
#about {
  padding-bottom: 20px;
}

/* Terms and Conditions */
ol li {
  font-size: 20px;
  color: var(--gray);
}

/* tWITTER pRIVACY pOLICY */

.outside.twitter p,
.outside.twitter ul li {
  font-size: 17px;
  color: #838e98;
}
