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

/*
* Navigation Bar
*/
#g-navigation {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 9999 !important;
  height: auto !important;
}
#g-navigation > .g-container > .g-grid {
  flex-flow: row !important;
}
/*
* Header Logo
*/
#asticom-logo {
  position: initial !important;
}
#asticom-logo img {
  max-width: initial !important;
  width: 216px;
  margin: 0;
}
#asticom-logo .g-logo.hide-logo {
  display: block;
}
/*
* Toggle Menu
*/
#asticom-toggle {
  position: initial !important;
}
#asticom-toggle > div {
  margin-left: auto;
}
/*
* Footer
*/
#g-footer {
  background-position: bottom !important;
  background-size: 1905px !important;
}
/*
* Media Breakpoints
*/
@media only all and (max-width: 48rem) {
  /** Navigation Bar **/
  /** Header Logo **/
  /** Toggle Menu**/
  /** First Fold **/
  #asticom-logo a {
    padding: 0;
  }
  #asticom-logo img {
    width: 165px;
  }
  #ast-toggle-nav {
    padding: 0;
  }
}
/*# sourceMappingURL=custom_thank_you.css.map */