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

/* line 1, templates/g5_helium/custom/scss/_layout.scss */
body {
  line-height: initial;
}
/* line 4, templates/g5_helium/custom/scss/_layout.scss */
.black-button {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  background: #000;
  color: #d2c9b7;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  cursor: pointer;
}
/* line 12, templates/g5_helium/custom/scss/_layout.scss */
.black-button:before {
  font-family: FontAwesome;
  content: "\f1b0";
  font-size: 20px;
  padding-right: 15px;
}
/* line 18, templates/g5_helium/custom/scss/_layout.scss */
.black-button:hover {
  background: #95989a;
  color: #d2c9b7;
}
/* line 23, templates/g5_helium/custom/scss/_layout.scss */
.green-button {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  background: #144320;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  cursor: pointer;
}
/* line 31, templates/g5_helium/custom/scss/_layout.scss */
.green-button:before {
  font-family: FontAwesome;
  content: "\f06b";
  font-size: 20px;
  padding-right: 15px;
}
/* line 37, templates/g5_helium/custom/scss/_layout.scss */
.green-button:hover {
  background: #95989a;
  color: #fff;
}
/* line 42, templates/g5_helium/custom/scss/_layout.scss */
.gray-button {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  background: #fff;
  color: #95989a;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  cursor: pointer;
}
/* line 50, templates/g5_helium/custom/scss/_layout.scss */
.gray-button:before {
  font-family: FontAwesome;
  content: "\f041";
  font-size: 20px;
  padding-right: 15px;
}
/* line 56, templates/g5_helium/custom/scss/_layout.scss */
.gray-button:hover {
  background: #95989a;
  color: #fff;
}
/* line 61, templates/g5_helium/custom/scss/_layout.scss */
.grayling-button {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  background: #e4e4e4;
  color: #144320;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  cursor: pointer;
  border: 1px solid #95989a;
}
/* line 69, templates/g5_helium/custom/scss/_layout.scss */
.grayling-button:hover {
  background: #95989a;
  color: #144320;
}
/* line 74, templates/g5_helium/custom/scss/_layout.scss */
.gold-button {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  background: #b49955;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  cursor: pointer;
}
/* line 81, templates/g5_helium/custom/scss/_layout.scss */
.gold-button:hover {
  background: #95989a;
  color: #fff;
}
/* line 86, templates/g5_helium/custom/scss/_layout.scss */
.green-cursive-title {
  font-family: "Times New Roman", Georgia, Serif;
  color: #144320;
  font-size: 36px;
  text-align: center;
  font-style: italic;
  font-weight: bold;
}
/* line 94, templates/g5_helium/custom/scss/_layout.scss */
h2[itemprop="headline"] {
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 36px;
  font-weight: bold;
  color: #5a1017;
}
/* line 100, templates/g5_helium/custom/scss/_layout.scss */
.g-offcanvas-open .g-offcanvas-toggle {
  color: #a8a7a7;
}
/* line 1, templates/g5_helium/custom/scss/_navigation.scss */
#g-navigation {
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff 80px, #d2c9b7 80px);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fff 80px, #d2c9b7 80px);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fff 80px, #d2c9b7 80px);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2c9b7',GradientType=0);
  /* IE6-9 */
}
/* line 8, templates/g5_helium/custom/scss/_navigation.scss */
#g-navigation .g-container {
  padding-top: 20px !important;
}
/* line 11, templates/g5_helium/custom/scss/_navigation.scss */
#g-navigation p {
  margin: 0.5rem 0;
}
/* line 14, templates/g5_helium/custom/scss/_navigation.scss */
#g-navigation .logo-img div {
  overflow: hidden;
  height: 60px;
}
/* line 19, templates/g5_helium/custom/scss/_navigation.scss */
/* line 20, templates/g5_helium/custom/scss/_navigation.scss */
#g-navigation .g-main-nav > ul.g-toplevel {
  display: table;
  width: 100%;
}
/* line 24, templates/g5_helium/custom/scss/_navigation.scss */
#g-navigation .g-main-nav > ul.g-toplevel > li {
  display: table-cell;
  text-align: center;
  padding: 10px 0 6px 0;
  text-transform: uppercase;
}
/* line 30, templates/g5_helium/custom/scss/_navigation.scss */
/* line 31, templates/g5_helium/custom/scss/_navigation.scss */
#g-navigation .g-main-nav > ul.g-toplevel > li.g-selected > a > .g-menu-item-content {
  color: #fff;
}
/* line 34, templates/g5_helium/custom/scss/_navigation.scss */
#g-navigation .g-main-nav > ul.g-toplevel > li.g-selected > div > .g-menu-item-content {
  color: #fff;
}
/* line 39, templates/g5_helium/custom/scss/_navigation.scss */
/* line 40, templates/g5_helium/custom/scss/_navigation.scss */
#g-navigation .g-main-nav > ul.g-toplevel > li.active > a > .g-menu-item-content {
  color: #5a1017;
}
/* line 45, templates/g5_helium/custom/scss/_navigation.scss */
#g-navigation .g-main-nav > ul.g-toplevel > li > .g-menu-item-container {
  font-size: 12px;
}
/* line 1, templates/g5_helium/custom/scss/_header.scss */
#g-header {
  position: relative;
  height: 600px;
}
/* line 5, templates/g5_helium/custom/scss/_header.scss */
#g-header .g-container > .g-grid:first-child {
  z-index: 1000;
  position: absolute;
  width: 100%;
  max-width: 1200px;
  padding-top: 40px;
}
/* line 12, templates/g5_helium/custom/scss/_header.scss */
#g-header .g-container > .g-grid:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
}
/* line 19, templates/g5_helium/custom/scss/_header.scss */
#g-header ul.sprocket-features-list {
  text-align: center;
}
/* line 22, templates/g5_helium/custom/scss/_header.scss */
#g-header .sprocket-features-title {
  font-size: 60px;
  color: #000;
  font-weight: bold;
  line-height: 60px;
  text-shadow: 4px 4px 2px rgba(255, 255, 255, 0.7);
}
/* line 29, templates/g5_helium/custom/scss/_header.scss */
#g-header .sprocket-features-desc {
  font-size: 24px;
  color: #000;
  line-height: 30px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}
/* line 35, templates/g5_helium/custom/scss/_header.scss */
#g-header .video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
}
/* line 44, templates/g5_helium/custom/scss/_header.scss */
#g-header .video-container .filter {
  z-index: 100;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 600px;
  top: 0;
  left: 0;
}
/* line 53, templates/g5_helium/custom/scss/_header.scss */
#g-header .video-container video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  min-height: 600px;
}
/* line 60, templates/g5_helium/custom/scss/_header.scss */
#g-header .video-container video.fillWidth {
  width: 100%;
}
/* line 1, templates/g5_helium/custom/scss/_intro.scss */
#g-intro {
  background: #5a1017;
}
/* line 4, templates/g5_helium/custom/scss/_intro.scss */
#g-intro .news-flash {
  color: #fff;
  font-size: 12px;
}
/* line 8, templates/g5_helium/custom/scss/_intro.scss */
#g-intro .news-flash .sprocket-headlines {
  background: none;
  border: none;
}
/* line 12, templates/g5_helium/custom/scss/_intro.scss */
#g-intro .news-flash .sprocket-headlines a {
  color: #fff;
}
/* line 15, templates/g5_helium/custom/scss/_intro.scss */
#g-intro .news-flash .sprocket-headlines a:hover {
  color: #95989a;
}
/* line 1, templates/g5_helium/custom/scss/_main.scss */
/* line 2, templates/g5_helium/custom/scss/_main.scss */
#g-container-main .home-top {
  padding-top: 20px !important;
}
/* line 5, templates/g5_helium/custom/scss/_main.scss */
#g-container-main .main-home-area {
  position: relative;
}
/* line 8, templates/g5_helium/custom/scss/_main.scss */
#g-container-main .main-home-area #border {
  border-left: 1px solid #95989a;
  position: absolute;
  top: 10%;
  bottom: 10%;
  right: 0px;
}
/* line 16, templates/g5_helium/custom/scss/_main.scss */
#g-container-main .main-home-area .g-grid {
  margin: 20px 0;
}
/* line 19, templates/g5_helium/custom/scss/_main.scss */
#g-container-main .main-home-area .g-grid:nth-child(5) {
  align-items: flex-end;
}
/* line 23, templates/g5_helium/custom/scss/_main.scss */
#g-container-main .cover-save-link {
  position: relative;
}
/* line 26, templates/g5_helium/custom/scss/_main.scss */
#g-container-main .cover-save-link a {
  position: absolute;
  width: 100%;
  height: 213px;
  top: 0;
  left: 0;
}
/* line 34, templates/g5_helium/custom/scss/_main.scss */
#g-container-main .cover-second-link {
  position: relative;
}
/* line 37, templates/g5_helium/custom/scss/_main.scss */
#g-container-main .cover-second-link a {
  position: absolute;
  width: 100%;
  height: 184px;
  bottom: 0;
  left: 0;
}
/* line 45, templates/g5_helium/custom/scss/_main.scss */
/* line 46, templates/g5_helium/custom/scss/_main.scss */
#g-container-main .cover-save-link p:first-child, #g-container-main .cover-second-link p:first-child {
  position: relative;
}
/* line 49, templates/g5_helium/custom/scss/_main.scss */
#g-container-main .cover-save-link p:first-child:after, #g-container-main .cover-second-link p:first-child:after {
  transition: all 0.5s ease;
  opacity: 0;
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}
/* line 63, templates/g5_helium/custom/scss/_main.scss */
/* line 64, templates/g5_helium/custom/scss/_main.scss */
#g-container-main .cover-save-link:hover span, #g-container-main .cover-second-link:hover span {
  transition: all 0.5s ease;
  color: #95989a !important;
}
/* line 69, templates/g5_helium/custom/scss/_main.scss */
#g-container-main .cover-save-link:hover p:first-child:after, #g-container-main .cover-second-link:hover p:first-child:after {
  opacity: 1;
}
/* line 75, templates/g5_helium/custom/scss/_main.scss */
#g-container-main #g-sidebar {
  padding: 36px 20px !important;
}
/* line 79, templates/g5_helium/custom/scss/_main.scss */
#g-container-main #form_3 #group12 .span1, #g-container-main #form_2 #group19 .span1 {
  width: 12% !important;
  font-size: 14px;
}
/* line 83, templates/g5_helium/custom/scss/_main.scss */
#g-container-main table#list_4_com_fabrik_4 thead tr > th:nth-child(1) {
  width: 20%;
}
/* line 86, templates/g5_helium/custom/scss/_main.scss */
#g-container-main table#list_4_com_fabrik_4 thead tr > th:nth-child(2), #g-container-main table#list_4_com_fabrik_4 thead tr > th:nth-child(3) {
  width: 40%;
}
/* line 1, templates/g5_helium/custom/scss/_footer.scss */
/* line 3, templates/g5_helium/custom/scss/_footer.scss */
#g-footer .footer-address {
  line-height: 20px;
}
/* line 7, templates/g5_helium/custom/scss/_footer.scss */
#g-footer .mission-statement {
  color: #95989a;
}
/* line 10, templates/g5_helium/custom/scss/_footer.scss */
#g-footer .mission-statement .platform-content:nth-child(2) {
  text-align: center;
  padding: 0;
  margin: 0;
}
/* line 15, templates/g5_helium/custom/scss/_footer.scss */
#g-footer .mission-statement .platform-content:nth-child(2) ul.nav.menu {
  border: none;
  padding: 0;
}
/* line 19, templates/g5_helium/custom/scss/_footer.scss */
#g-footer .mission-statement .platform-content:nth-child(2) ul.nav.menu li {
  padding: 0 5px;
}
/* line 22, templates/g5_helium/custom/scss/_footer.scss */
#g-footer .mission-statement .platform-content:nth-child(2) ul.nav.menu li a {
  color: #fff;
  text-decoration: underline;
}
/* line 30, templates/g5_helium/custom/scss/_footer.scss */
#g-footer .footer-501c3 {
  color: #fff;
}
/* line 1, templates/g5_helium/custom/scss/_fabrik.scss */
.fabrikGroupRepeater {
  right: 29%;
}
/* line 4, templates/g5_helium/custom/scss/_fabrik.scss */
#amount_container label input[type="radio"], #amount_container label input[type="checkbox"] {
  margin: 0 2px 0 0;
  width: 20px;
  float: left;
}
/* line 9, templates/g5_helium/custom/scss/_fabrik.scss */
/* line 10, templates/g5_helium/custom/scss/_fabrik.scss */
.interested #g-container-main {
  background: url('https://poodlerescueofhouston.org/templates/g5_helium/custom/images/smREAPEATABLEformBCKGRD.png');
}
/* line 12, templates/g5_helium/custom/scss/_fabrik.scss */
.interested #g-container-main #g-mainbar {
  background: url('https://poodlerescueofhouston.org/templates/g5_helium/custom/images/smREAPEATABLEformBCKGRD.png');
}
@media screen and (max-width: 1199px) {
  /* line 2, templates/g5_helium/custom/scss/_queries.scss */
  .black-button, .black-button:before, .green-button, .green-button:before, .gray-button, .gray-button:before, .grayling-button, .grayling-button:before, .gold-button {
    font-size: 14px;
  }
  /* line 5, templates/g5_helium/custom/scss/_queries.scss */
  .black-button, .green-button, .gray-button, .grayling-button, .gold-button {
    padding: 5px 10px 5px 10px;
  }
}
@media screen and (max-width: 959px) {
  /* line 11, templates/g5_helium/custom/scss/_queries.scss */
  .black-button, .black-button:before, .green-button, .green-button:before, .gray-button, .gray-button:before, .grayling-button, .grayling-button:before, .gold-button0 {
    font-size: 10px;
  }
  /* line 14, templates/g5_helium/custom/scss/_queries.scss */
  .black-button, .green-button, .gray-button, .grayling-button {
    padding: 5px 10px 5px 10px;
  }
  /* line 17, templates/g5_helium/custom/scss/_queries.scss */
  .g-offcanvas-toggle {
    top: 150px;
    left: 40%;
  }
  /* line 21, templates/g5_helium/custom/scss/_queries.scss */
  .g-offcanvas-toggle .fa-fw {
    width: 170px;
    font-size: 24px;
    color: #fff;
  }
  /* line 26, templates/g5_helium/custom/scss/_queries.scss */
  .g-offcanvas-toggle .fa-navicon:before, .g-offcanvas-toggle .fa-reorder:before, .g-offcanvas-toggle .fa-bars:before {
    content: "\f0c9 \ Mobile Menu";
  }
  /* line 30, templates/g5_helium/custom/scss/_queries.scss */
  /* line 31, templates/g5_helium/custom/scss/_queries.scss */
  .main-home-area > .g-grid:nth-child(1) {
    margin-top: 40px !important;
  }
  /* line 34, templates/g5_helium/custom/scss/_queries.scss */
  .main-home-area > .g-grid:nth-child(1) .black-button, .main-home-area > .g-grid:nth-child(1) .black-button:before, .main-home-area > .g-grid:nth-child(1) .green-button, .main-home-area > .g-grid:nth-child(1) .green-button:before, .main-home-area > .g-grid:nth-child(1) .gray-button, .main-home-area > .g-grid:nth-child(1) .gray-button:before, .main-home-area > .g-grid:nth-child(1) .grayling-button, .main-home-area > .g-grid:nth-child(1) .grayling-button:before, .main-home-area > .g-grid:nth-child(1) .gold-button0 {
    font-size: 22px;
  }
  /* line 37, templates/g5_helium/custom/scss/_queries.scss */
  .main-home-area > .g-grid:nth-child(1) .black-button, .main-home-area > .g-grid:nth-child(1) .green-button, .main-home-area > .g-grid:nth-child(1) .gray-button, .main-home-area > .g-grid:nth-child(1) .grayling-button {
    padding: 10px 20px 10px 20px;
  }
  /* line 40, templates/g5_helium/custom/scss/_queries.scss */
  .main-home-area > .g-grid:nth-child(1) p {
    margin: 0;
  }
  /* line 44, templates/g5_helium/custom/scss/_queries.scss */
  .main-home-area > .g-grid:nth-child(4), .main-home-area > .g-grid:nth-child(5) {
    margin: 0 !important;
  }
  /* line 48, templates/g5_helium/custom/scss/_queries.scss */
  .main-home-area .size-33-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 33.33333%;
    -moz-flex: 0 33.33333%;
    -ms-flex: 0 33.33333%;
    flex: 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
    padding: 0 5px;
  }
  /* line 60, templates/g5_helium/custom/scss/_queries.scss */
  .main-home-area .size-33-3 span {
    font-size: 12pt !important;
  }
  /* line 64, templates/g5_helium/custom/scss/_queries.scss */
  .main-home-area .size-20 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 25%;
    -moz-flex: 0 25%;
    -ms-flex: 0 25%;
    flex: 0 25%;
    width: 25%;
    max-width: 25%;
    padding: 0 5px;
  }
  /* line 76, templates/g5_helium/custom/scss/_queries.scss */
  .main-home-area .size-20 span {
    font-size: 10pt !important;
  }
  /* line 81, templates/g5_helium/custom/scss/_queries.scss */
  .main-home-area .size-65 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 65%;
    -moz-flex: 0 65%;
    -ms-flex: 0 65;
    flex: 0 65%;
    width: 65;
    max-width: 65%;
    padding: 0 5px;
  }
  /* line 93, templates/g5_helium/custom/scss/_queries.scss */
  .main-home-area .size-35 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 35%;
    -moz-flex: 0 35%;
    -ms-flex: 0 35;
    flex: 0 35%;
    width: 35;
    max-width: 35%;
    padding: 0 5px;
  }
  /* line 105, templates/g5_helium/custom/scss/_queries.scss */
  .main-home-area .green-button, .main-home-area .grayling-button {
    font-size: 18px;
  }
  /* line 108, templates/g5_helium/custom/scss/_queries.scss */
  .main-home-area .green-button:before, .main-home-area .grayling-button:before {
    content: none;
  }
  /* line 112, templates/g5_helium/custom/scss/_queries.scss */
  /* line 114, templates/g5_helium/custom/scss/_queries.scss */
  .main-home-area .mobile-contact-button p {
    -webkit-border-radius: 400px;
    -moz-border-radius: 400px;
    -ms-border-radius: 400px;
    border-radius: 400px;
    background: #5a1017;
    color: #fff;
    font-weight: bold;
    padding-top: 30px;
    font-size: 18px;
    width: 100px;
    height: 100px;
    cursor: pointer;
    margin: 0;
  }
  /* line 130, templates/g5_helium/custom/scss/_queries.scss */
  .main-home-area .mobile-contact-button a {
    color: #fff;
    font-weight: bold;
  }
  /* line 138, templates/g5_helium/custom/scss/_queries.scss */
  #g-navigation {
    padding-bottom: 50px !important;
    background: -moz-linear-gradient(top, #fff 150px, #d2c9b7 150px);
    background: -webkit-linear-gradient(top, #fff 150px, #d2c9b7 150px);
    background: linear-gradient(to bottom, #fff 150px, #d2c9b7 150px);
  }
  /* line 144, templates/g5_helium/custom/scss/_queries.scss */
  #g-navigation .logo-img {
    text-align: center;
  }
  /* line 147, templates/g5_helium/custom/scss/_queries.scss */
  #g-navigation .logo-img div {
    overflow: visible;
    height: auto;
  }
  /* line 152, templates/g5_helium/custom/scss/_queries.scss */
  #g-navigation .logo-img img {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('../images/MOBILElogo.png') no-repeat;
    width: 350px;
    height: 120px;
    padding-left: 350px;
  }
}
@media screen and (max-width: 767px) {
  /* line 166, templates/g5_helium/custom/scss/_queries.scss */
  .g-offcanvas-toggle {
    left: 35%;
  }
}
@media screen and (max-width: 480px) {
  /* line 172, templates/g5_helium/custom/scss/_queries.scss */
  .g-offcanvas-toggle {
    left: 30%;
  }
}
/*# sourceMappingURL=custom_9.css.map */