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

@charset "UTF-8";
ul {
  list-style-type: none;
}
ul.yes li:before {
  font-family: "FontAwesome";
  content: "";
  margin: 0 5px 0 -15px;
  color: #3E5A36;
}
ul.no li:before {
  font-family: "FontAwesome";
  content: "";
  margin: 0 5px 0 -15px;
  color: #5A363E;
}
body {
  font-size: 1.2rem;
}
#g-features {
  background-image: url('../../../../images/locks%20background.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-label {
  font-family: "fjalla one";
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-title {
  font-family: "raleway";
  font-size: 1.15rem;
}
.g-social a {
  color: #f3f5f7;
}
.g-social a:hover {
  color: #49547A;
}
.g-copyright a {
  color: #7c8ec1;
}
.g-copyright a:hover {
  color: #49547A;
}
/*---Hamburger Menu---*/
.g-offcanvas-right .g-offcanvas-toggle {
  color: #FFF;
  right: 1.8rem;
}
#contactHeader {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.itemid-101 #g-header .g-content img {
  width: 100%;
}
#g-expanded {
  padding: 3rem 1rem;
}
/*---Hero Logo, Social Stuff, Contact Page---*/
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  #g-navigation .g-container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #g-navigation .g-container {
    width: 100%;
  }
  #g-navigation .g-social-header .g-content {
    margin-bottom: 0;
  }
  .g-social-header .g-social.socialStuff, .g-social-header .g-social.socialStuff a:nth-of-type(3) {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .g-social-header .g-social.socialStuff a:nth-of-type(3) {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  #rsform_3_page_0 .rsform-block.rsform-block-header div:nth-of-type(1) {
    float: none !important;
    width: 100% !important;
    padding-left: 0 !important;
    margin-bottom: 2rem;
  }
  #contactHeader {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
/*# sourceMappingURL=custom_13.css.map */