/* 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
 */

/** top main menu ***/
/* line 2, templates/rt_requiem/custom/scss/custom.scss */
.ig-top-nav {
  background: #363636 !important;
}
/* line 6, templates/rt_requiem/custom/scss/custom.scss */
.menu-membership .g-menu-item-content {
  vertical-align: top !important;
  text-align: left !important;
}
/* line 11, templates/rt_requiem/custom/scss/custom.scss */
.menu-membership .g-menu-item-subtitle {
  font-size: 0.7rem !important;
  padding-top: 8px !important;
  font-weight: normal !important;
  text-transform: none !important;
}
/** home lenders ***/
/* line 19, templates/rt_requiem/custom/scss/custom.scss */
.lenders img {
  max-width: 120px;
  max-height: 60px;
  margin: 4px;
}
/** LOGIN ***/
/* line 27, templates/rt_requiem/custom/scss/custom.scss */
.login form {
  background: url('../../../../images/membership/bg-login.jpg') no-repeat center center fixed;
  color: #fff;
}
/*** container for full width sections **/
/* line 37, templates/rt_requiem/custom/scss/custom.scss */
.ig-boxed-container {
  width: 75%;
  margin: 0 auto;
  padding: 0;
}
/** misc **/
/* line 47, templates/rt_requiem/custom/scss/custom.scss */
.text-white {
  color: #fff;
}
/** reduce padding **/
/* line 54, templates/rt_requiem/custom/scss/custom.scss */
.g-home #g-extension, .g-homepositions #g-extension {
  padding: 1rem 0 1rem 0;
}
/** VID WRAPPER FOR FLUID VIDEOS **/
/* line 60, templates/rt_requiem/custom/scss/custom.scss */
.vid-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
/* line 67, templates/rt_requiem/custom/scss/custom.scss */
.vid-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 75, templates/rt_requiem/custom/scss/custom.scss */
.vid-box {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 80, templates/rt_requiem/custom/scss/custom.scss */
  .vid-box {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
}
/** SHOW-PROPERTY **/
/* line 90, templates/rt_requiem/custom/scss/custom.scss */
.prop-preview {
  padding: 10px 10px;
}
/* line 94, templates/rt_requiem/custom/scss/custom.scss */
.prop-info {
  padding: 10px 10px;
}
/* line 98, templates/rt_requiem/custom/scss/custom.scss */
.prop-info h3 {
  margin-top: 0px;
  text-decoration: underline;
}
/*** FORMS ***/
/* line 104, templates/rt_requiem/custom/scss/custom.scss */
.form-control {
  color: #333;
}
