/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@import url("../css/bootstrap.min.css");
a, a:link, a:visited, a:hover {
  color: #eb1f22;
}
.footer-form {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.btn.btn-red {
  background-color: #EB1F22;
  color: #fff;
  padding: 10px 30px;
}
.btn.btn-red:hover {
  color: #fff;
}
.form-captcha-label {
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-right: 10px;
}
.g-flippingcards-desc img {
  max-width: 100%;
}
.flip-image {
  min-height: 400px;
  margin-bottom: 20px;
}
#g-bottom {
  background: #282828;
  color: #fbfbfb;
  padding-bottom: 10px !important;
}
.float-left-fourhundred {
  float: left;
  max-width: 400px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.float-left-three-sixty {
  float: left;
  max-width: 360px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.float-right-three-sixty {
  float: right;
  max-width: 360px;
  padding-right: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .flip-image {
    min-height: 800px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .float-left-three-sixty {
    float: left;
    max-width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .float-right-three-sixty {
    float: right;
    max-width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .float-left-three-sixty {
    float: left;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .float-right-three-sixty {
    float: right;
    max-width: 100%;
    padding: 20px;
  }
}
.card {
  width: 100px;
  height: 100px;
  margin: 20px;
  display: inline-block;
}
.front, .back {
  border: 2px gray solid;
  padding: 10px;
}
.front {
  background-color: #ccc;
}
.back {
  background-color: red;
}
/*# sourceMappingURL=custom_guide_to_hiring.css.map */