/* 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/addinch-a-custom-style-sheet
 */

@import url('//fonts.googleapis.com/css?family=Raleway');
@import url('//fonts.googleapis.com/css?family=Nunito+Sans:600,900');
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 1, templates/ch_hydrogen/scss/mixins/_nav.scss */
.ch-main-nav .ch-standard .ch-dropdown {
  width: 180px;
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.ch-content {
  margin: 0.625rem;
  padding: 0.938rem;
}

.ch-flushed {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
    url('/assets/images/field-bg.webp');
}
/* line 6, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.ch-flushed .ch-content {
  margin: 0;
  padding: 0;
}
.hero-section {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 80px 0;
  background: url('/assets/images/field-bg.jpg') center / cover no-repeat;
}

.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.hero-section .ch-container {
  position: relative;
  z-index: 2;
}

/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
body {
  font-size: 1rem;
  line-height: 1.5;
}
/* line 8, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h1 {
  font-size: 2.25rem;
}
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h2 {
  font-size: 1.9rem;
}
/* line 16, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h3 {
  font-size: 1.5rem;
}
/* line 20, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h4 {
  font-size: 1.15rem;
}
/* line 24, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h5 {
  font-size: 1rem;
}
/* line 28, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h6 {
  font-size: 0.85rem;
}
/* line 33, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
small {
  font-size: 0.875rem;
}
/* line 37, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
cite {
  font-size: 0.875rem;
}
/* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
sub,
sup {
  font-size: 0.75rem;
}
/* line 46, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
code,
kbd,
pre,
samp {
  font-size: 1rem;
  font-family: 'Menlo', 'Monaco', monospace;
}
/* line 1, media/gantry5/engines/nucleus/scss/nucleus/theme/_forms.scss */
textarea,
select[multiple='multiple'],
input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'],
input:not([type]) {
  border-radius: 0.1875rem;
}
/* line 1, templates/ch_hydrogen/scss/hydrogen/_core.scss */
body {
  color: #333;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 8, templates/ch_hydrogen/scss/hydrogen/_core.scss */
#ch-page-surround {
  background: #fff;
}
@media print {
  /* line 13, templates/ch_hydrogen/scss/hydrogen/_core.scss */
  #ch-page-surround {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 19, templates/ch_hydrogen/scss/hydrogen/_core.scss */
a {
  color: #5b3821;
}
/* line 21, templates/ch_hydrogen/scss/hydrogen/_core.scss */
a:hover {
  color: #1a1a1a;
}
/* line 26, templates/ch_hydrogen/scss/hydrogen/_core.scss */
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  color: #1a1a1a;
}
/* line 30, templates/ch_hydrogen/scss/hydrogen/_core.scss */
.button {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0.1875rem;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  background: #5b3821;
  color: #fff;
  border: 0;
  line-height: 1.5;
  font-size: 1rem;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  transition: background 0.1s;
}
/* line 44, templates/ch_hydrogen/scss/hydrogen/_core.scss */
.button:hover {
  background: #6e4428;
  color: #fff;
}
/* line 49, templates/ch_hydrogen/scss/hydrogen/_core.scss */
.button:active,
.button:focus {
  background: #482c1a;
  box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  outline: 0;
}
/* line 56, templates/ch_hydrogen/scss/hydrogen/_core.scss */
.button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
/* line 60, templates/ch_hydrogen/scss/hydrogen/_core.scss */
.button:disabled:hover {
  background: #5b3821;
}
/* line 66, templates/ch_hydrogen/scss/hydrogen/_core.scss */
.gantry-logo {
  display: inline-block;
}
@media only all and (max-width: 47.938rem) {
  .gantry-logo {
    display: block;
    text-align: center;
  }
}
/* line 72, templates/ch_hydrogen/scss/hydrogen/_core.scss */
.gantry-logo img {
  width: 150px;
}
/* line 77, templates/ch_hydrogen/scss/hydrogen/_core.scss */
.logo-large {
  display: inline-block;
}
/* line 5, templates/ch_hydrogen/scss/hydrogen/_typography.scss */
body {
  font-family: 'Raleway';
  font-weight: 400;
}
/* line 10, templates/ch_hydrogen/scss/hydrogen/_typography.scss */
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Nunito Sans';
  font-weight: 500;
}
/* line 15, templates/ch_hydrogen/scss/hydrogen/_typography.scss */
bold,
strong {
  font-weight: 700;
}
/* line 19, templates/ch_hydrogen/scss/hydrogen/_typography.scss */
.button {
  font-weight: 500;
}
/* line 24, templates/ch_hydrogen/scss/hydrogen/_typography.scss */
blockquote {
  border-left: 10px solid #f0f2f4;
}
/* line 26, templates/ch_hydrogen/scss/hydrogen/_typography.scss */
blockquote p {
  font-size: 1.1rem;
  color: #666;
}
/* line 30, templates/ch_hydrogen/scss/hydrogen/_typography.scss */
blockquote cite {
  display: block;
  text-align: right;
  color: #333;
  font-size: 1.2rem;
}
/* line 39, templates/ch_hydrogen/scss/hydrogen/_typography.scss */
code {
  background: #f9f2f4;
  color: #9c1d3d;
}
/* line 44, templates/ch_hydrogen/scss/hydrogen/_typography.scss */
pre {
  padding: 1rem;
  margin: 2rem 0;
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 0.1875rem;
  line-height: 1.15;
  font-size: 0.9rem;
}
/* line 53, templates/ch_hydrogen/scss/hydrogen/_typography.scss */
pre code {
  color: #237794;
  background: inherit;
  font-size: 0.9rem;
}
/* line 61, templates/ch_hydrogen/scss/hydrogen/_typography.scss */
hr {
  border-bottom: 4px solid #f0f2f4;
}
/* line 1, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
#ch-navigation {
  background: rgba(33, 152, 151, 0);
  color: #292929;
  text-align: center;
  position: relative;
  z-index: 2;
}
/* line 8, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
#ch-navigation .ch-container {
  position: relative;
}
/* line 12, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
#ch-navigation a {
  color: rgba(156, 233, 233, 0);
}
/* line 14, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
#ch-navigation a:hover {
  color: #c3c1c1;
}
/* line 19, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
/* line 20, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
#ch-navigation .ch-social a {
  background: rgba(28, 127, 126, 0);
  border: none;
  text-decoration: none;
  color: #292929;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
/* line 26, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
#ch-navigation .ch-social a:hover {
  background: rgba(38, 177, 176, 0);
}
/* line 32, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
#ch-navigation .ch-main-nav {
  margin: -1.563rem;
}
/* line 8, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-navigation .ch-main-nav h1,
#ch-navigation .ch-main-nav h2,
#ch-navigation .ch-main-nav h3,
#ch-navigation .ch-main-nav h4,
#ch-navigation .ch-main-nav h5,
#ch-navigation .ch-main-nav h6,
#ch-navigation .ch-main-nav strong {
  color: #292929;
}
/* line 12, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 13, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 14, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-navigation .ch-main-nav .ch-toplevel > li > .ch-menu-item-container {
  color: #292929;
}
/* line 17, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 18, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-navigation
  .ch-main-nav
  .ch-toplevel
  > li:not(.ch-menu-item-type-particle):not(.ch-menu-item-type-module):hover {
  background: rgba(28, 127, 126, 0);
}
/* line 22, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-navigation
  .ch-main-nav
  .ch-toplevel
  > li:not(.ch-menu-item-type-particle):not(.ch-menu-item-type-module).active {
  background: #fff;
}
/* line 25, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-navigation
  .ch-main-nav
  .ch-toplevel
  > li:not(.ch-menu-item-type-particle):not(.ch-menu-item-type-module).active
  > .ch-menu-item-container {
  color: #666;
}
/* line 29, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-navigation
  .ch-main-nav
  .ch-toplevel
  > li:not(.ch-menu-item-type-particle):not(
    .ch-menu-item-type-module
  ).active.ch-selected {
  background: rgba(28, 127, 126, 0);
}
/* line 32, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-navigation
  .ch-main-nav
  .ch-toplevel
  > li:not(.ch-menu-item-type-particle):not(
    .ch-menu-item-type-module
  ).active.ch-selected
  > .ch-menu-item-container {
  color: #292929;
}
/* line 41, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-navigation .ch-main-nav .ch-dropdown {
  background: rgba(28, 127, 126, 0);
}
/* line 45, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 46, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 47, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-navigation .ch-main-nav .ch-sublevel > li > .ch-menu-item-container {
  color: #292929;
}
/* line 51, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 52, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-navigation
  .ch-main-nav
  .ch-sublevel
  > li:not(.ch-menu-item-type-particle):not(.ch-menu-item-type-module):hover,
#ch-navigation
  .ch-main-nav
  .ch-sublevel
  > li:not(.ch-menu-item-type-particle):not(.ch-menu-item-type-module).active {
  background: rgba(24, 110, 109, 0);
}
/* line 35, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
#ch-navigation .ch-main-nav .ch-toplevel {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
/* line 62, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 63, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 64, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 65, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 66, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 67, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-navigation
  .ch-menu-hastouch
  .ch-toplevel
  > li.ch-menu-item-link-parent
  > .ch-menu-item-container
  > .ch-menu-parent-indicator {
  border: 1px solid rgba(38, 177, 176, 0);
  background: rgba(29, 135, 134, 0);
  border-radius: 0.1875rem;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
/* line 70, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-navigation
  .ch-menu-hastouch
  .ch-toplevel
  > li.ch-menu-item-link-parent
  > .ch-menu-item-container
  > .ch-menu-parent-indicator:hover {
  background: rgba(26, 118, 118, 0);
}
/* line 76, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-navigation
  .ch-menu-hastouch
  .ch-toplevel
  > li.ch-menu-item-link-parent
  > .ch-menu-item-container
  > .ch-menu-parent-indicator:after {
  text-align: center;
}
/* line 82, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 83, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 84, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 85, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-navigation
  .ch-menu-hastouch
  .ch-toplevel
  > li.active.ch-menu-item-link-parent
  > .ch-menu-item-container
  > .ch-menu-parent-indicator {
  color: #292929;
}
/* line 94, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 95, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 96, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 97, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 98, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 99, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-navigation
  .ch-menu-hastouch
  .ch-standard
  .ch-sublevel
  > li.ch-menu-item-link-parent
  > .ch-menu-item-container
  > .ch-menu-parent-indicator,
#ch-navigation
  .ch-fullwidth
  .ch-sublevel
  > li.ch-menu-item-link-parent
  > .ch-menu-item-container
  > .ch-menu-parent-indicator {
  border: 1px solid rgba(38, 177, 176, 0);
  background: rgba(29, 135, 134, 0);
  border-radius: 0.1875rem;
  padding: 0.1rem;
  margin-top: -0.1rem;
  margin-right: -0.1rem;
}
/* line 102, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-navigation
  .ch-menu-hastouch
  .ch-standard
  .ch-sublevel
  > li.ch-menu-item-link-parent
  > .ch-menu-item-container
  > .ch-menu-parent-indicator:hover,
#ch-navigation
  .ch-fullwidth
  .ch-sublevel
  > li.ch-menu-item-link-parent
  > .ch-menu-item-container
  > .ch-menu-parent-indicator:hover {
  background: rgba(26, 118, 118, 0);
}
/* line 109, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-navigation
  .ch-menu-hastouch
  .ch-standard
  .ch-sublevel
  > li.ch-menu-item-link-parent
  > .ch-menu-item-container
  > .ch-menu-parent-indicator:after,
#ch-navigation
  .ch-fullwidth
  .ch-sublevel
  > li.ch-menu-item-link-parent
  > .ch-menu-item-container
  > .ch-menu-parent-indicator:after {
  text-align: center;
}
/* line 45, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
/* line 46, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
#ch-navigation .search input {
  color: #666;
}
/* line 52, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
/* line 53, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
/* line 54, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
/* line 58, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
.ch-main-nav .ch-toplevel {
  font-weight: 500;
}
/* line 60, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
/* line 62, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
.ch-main-nav .ch-toplevel > li > .ch-menu-item-container {
  text-decoration: none;
  padding: 1.2rem 0.938rem;
}
/* line 67, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
/* line 68, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
.ch-main-nav
  .ch-toplevel
  > li
  > .ch-menu-item-container
  > .ch-menu-item-content {
  line-height: normal;
}
/* line 74, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
.ch-main-nav .ch-toplevel i {
  opacity: 0.6;
}
/* line 79, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
.ch-main-nav .ch-dropdown {
  text-align: left;
}
/* line 82, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
.dir-rtl .ch-main-nav .ch-dropdown {
  text-align: right;
}
/* line 87, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
/* line 88, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
/* line 89, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
.ch-main-nav .ch-sublevel > li > .ch-menu-item-container {
  padding: 0.7815rem 1rem;
}
/* line 96, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
/* line 97, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
/* line 98, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
#ch-navigation .align-left .ch-toplevel,
#ch-header .align-left .ch-toplevel {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
/* line 104, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
/* line 105, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
#ch-navigation .align-right .ch-toplevel,
#ch-header .align-right .ch-toplevel {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
/* line 113, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
.ch-menu-item-subtitle {
  opacity: 0.7;
}
/* line 118, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
.ch-nav-overlay,
.ch-menu-overlay {
  background: rgba(0, 0, 0, 0.4);
}
@media print {
  /* line 123, templates/ch_hydrogen/scss/hydrogen/_nav.scss */
  #ch-navigation {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/ch_hydrogen/scss/hydrogen/_offcanvas.scss */
#ch-offcanvas {
  background: #ecdfd7;
  color: #292929;
}
/* line 5, templates/ch_hydrogen/scss/hydrogen/_offcanvas.scss */
#ch-offcanvas a {
  color: #fff;
}
/* line 7, templates/ch_hydrogen/scss/hydrogen/_offcanvas.scss */
#ch-offcanvas a:hover {
  color: #bababa;
}
/* line 12, templates/ch_hydrogen/scss/hydrogen/_offcanvas.scss */
#ch-offcanvas h1,
#ch-offcanvas h2,
#ch-offcanvas h3,
#ch-offcanvas h4,
#ch-offcanvas h5,
#ch-offcanvas h6,
#ch-offcanvas strong {
  color: #292929;
}
/* line 16, templates/ch_hydrogen/scss/hydrogen/_offcanvas.scss */
#ch-offcanvas .button {
  background: #a6ce37;
  color: #292929;
  font-size: 18px;
}
/* line 19, templates/ch_hydrogen/scss/hydrogen/_offcanvas.scss */
#ch-offcanvas .button:hover {
  background: #afd34b;
  color: #2c2525;
}
/* line 22, templates/ch_hydrogen/scss/hydrogen/_offcanvas.scss */
#ch-offcanvas .button:active {
  background: #97bd2e;
}
/* line 28, templates/ch_hydrogen/scss/hydrogen/_offcanvas.scss */
.ch-offcanvas-toggle {
  font-size: 1.5rem;
  color: #fff;
  display: none;
}
@media only all and (max-width: 60rem) {
  .ch-offcanvas-toggle {
    display: block;
  }
}
/* line 42, templates/ch_hydrogen/scss/hydrogen/_offcanvas.scss */
/* line 43, templates/ch_hydrogen/scss/hydrogen/_offcanvas.scss */
/* line 44, templates/ch_hydrogen/scss/hydrogen/_offcanvas.scss */
#ch-offcanvas #ch-mobilemenu-container ul {
  background: #ecdfd7;
}
/* line 46, templates/ch_hydrogen/scss/hydrogen/_offcanvas.scss */
/* line 47, templates/ch_hydrogen/scss/hydrogen/_offcanvas.scss */
#ch-offcanvas #ch-mobilemenu-container ul > li > .ch-menu-item-container {
  color: #292929;
}
/* line 50, templates/ch_hydrogen/scss/hydrogen/_offcanvas.scss */
/* line 51, templates/ch_hydrogen/scss/hydrogen/_offcanvas.scss */
#ch-offcanvas
  #ch-mobilemenu-container
  ul
  > li:not(.ch-menu-item-type-particle):not(.ch-menu-item-type-module):hover,
#ch-offcanvas
  #ch-mobilemenu-container
  ul
  > li:not(.ch-menu-item-type-particle):not(.ch-menu-item-type-module).active {
  background: #4c2f1c;
}
/* line 54, templates/ch_hydrogen/scss/hydrogen/_offcanvas.scss */
#ch-offcanvas
  #ch-mobilemenu-container
  ul
  > li:not(.ch-menu-item-type-particle):not(.ch-menu-item-type-module):hover
  > .ch-menu-item-container,
#ch-offcanvas
  #ch-mobilemenu-container
  ul
  > li:not(.ch-menu-item-type-particle):not(.ch-menu-item-type-module).active
  > .ch-menu-item-container {
  color: #292929;
}
/* line 59, templates/ch_hydrogen/scss/hydrogen/_offcanvas.scss */
/* line 60, templates/ch_hydrogen/scss/hydrogen/_offcanvas.scss */
/* line 61, templates/ch_hydrogen/scss/hydrogen/_offcanvas.scss */
#ch-offcanvas
  #ch-mobilemenu-container
  ul
  > li.ch-menu-item-link-parent
  > .ch-menu-item-container
  > .ch-menu-parent-indicator {
  border: 1px solid #714629;
  background: #4c2f1c;
  border-radius: 0.1875rem;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
/* line 64, templates/ch_hydrogen/scss/hydrogen/_offcanvas.scss */
#ch-offcanvas
  #ch-mobilemenu-container
  ul
  > li.ch-menu-item-link-parent
  > .ch-menu-item-container
  > .ch-menu-parent-indicator:hover {
  background: #3d2616;
}
/* line 74, templates/ch_hydrogen/scss/hydrogen/_offcanvas.scss */
#ch-offcanvas #ch-mobilemenu-container ul .ch-dropdown-column {
}
/* line 81, templates/ch_hydrogen/scss/hydrogen/_offcanvas.scss */
#ch-mobilemenu-container {
  margin: -1.563rem;
}
@media print {
  /* line 86, templates/ch_hydrogen/scss/hydrogen/_offcanvas.scss */
  #ch-offcanvas {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 92, templates/ch_hydrogen/scss/hydrogen/_offcanvas.scss */
/* line 93, templates/ch_hydrogen/scss/hydrogen/_offcanvas.scss */
/* line 94, templates/ch_hydrogen/scss/hydrogen/_offcanvas.scss */
.ch-offcanvas-open .ch-offcanvas-left #ch-page-surround {
  left: 40%;
}
/* line 99, templates/ch_hydrogen/scss/hydrogen/_offcanvas.scss */
/* line 100, templates/ch_hydrogen/scss/hydrogen/_offcanvas.scss */
.ch-offcanvas-open .ch-offcanvas-right #ch-page-surround {
  right: 40%;
}
/* line 1, templates/ch_hydrogen/scss/hydrogen/_header.scss */
#ch-header {
  background: rgba(35, 163, 147, 0);
  color: #fff;
  position: relative;
  z-index: 3;
}
/* line 7, templates/ch_hydrogen/scss/hydrogen/_header.scss */
#ch-header a {
  color: rgba(166, 236, 227, 0);
}
/* line 9, templates/ch_hydrogen/scss/hydrogen/_header.scss */
#ch-header a:hover {
  color: #fff;
}
/* line 14, templates/ch_hydrogen/scss/hydrogen/_header.scss */
/* line 8, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-header .ch-main-nav h1,
#ch-header .ch-main-nav h2,
#ch-header .ch-main-nav h3,
#ch-header .ch-main-nav h4,
#ch-header .ch-main-nav h5,
#ch-header .ch-main-nav h6,
#ch-header .ch-main-nav strong {
  color: #fff;
}
/* line 12, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 13, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 14, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-header .ch-main-nav .ch-toplevel > li > .ch-menu-item-container {
  color: #fff;
}
/* line 17, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 18, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-header
  .ch-main-nav
  .ch-toplevel
  > li:not(.ch-menu-item-type-particle):not(.ch-menu-item-type-module):hover {
  background: rgba(30, 138, 124, 0);
}
/* line 22, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-header
  .ch-main-nav
  .ch-toplevel
  > li:not(.ch-menu-item-type-particle):not(.ch-menu-item-type-module).active {
  background: #fff;
}
/* line 25, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-header
  .ch-main-nav
  .ch-toplevel
  > li:not(.ch-menu-item-type-particle):not(.ch-menu-item-type-module).active
  > .ch-menu-item-container {
  color: #666;
}
/* line 29, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-header
  .ch-main-nav
  .ch-toplevel
  > li:not(.ch-menu-item-type-particle):not(
    .ch-menu-item-type-module
  ).active.ch-selected {
  background: rgba(30, 138, 124, 0);
}
/* line 32, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-header
  .ch-main-nav
  .ch-toplevel
  > li:not(.ch-menu-item-type-particle):not(
    .ch-menu-item-type-module
  ).active.ch-selected
  > .ch-menu-item-container {
  color: #fff;
}
.hero-section h1,
.hero-section h2,
.hero-section p {
  color: #fff;
}
.hero-strong {
  color: #fff;
}
/* line 41, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-header .ch-main-nav .ch-dropdown {
  background: rgba(30, 138, 124, 0);
}
#ch-offcanvas .custom.hero h1,
#ch-offcanvas .custom.hero h2,
#ch-offcanvas .custom.hero p {
  color: #f4d9c8;
}
/* line 45, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 46, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 47, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-header .ch-main-nav .ch-sublevel > li > .ch-menu-item-container {
  color: #fff;
}
/* line 51, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 52, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-header
  .ch-main-nav
  .ch-sublevel
  > li:not(.ch-menu-item-type-particle):not(.ch-menu-item-type-module):hover,
#ch-header
  .ch-main-nav
  .ch-sublevel
  > li:not(.ch-menu-item-type-particle):not(.ch-menu-item-type-module).active {
  background: rgba(26, 121, 109, 0);
}
/* line 18, templates/ch_hydrogen/scss/hydrogen/_header.scss */
#ch-header .ch-main-nav .ch-toplevel {
  display: none;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* line 62, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 63, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 64, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 65, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 66, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 67, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-header
  .ch-menu-hastouch
  .ch-toplevel
  > li.ch-menu-item-link-parent
  > .ch-menu-item-container
  > .ch-menu-parent-indicator {
  border: 1px solid rgba(40, 188, 170, 0);
  background: rgba(31, 146, 132, 0);
  border-radius: 0.1875rem;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
/* line 70, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-header
  .ch-menu-hastouch
  .ch-toplevel
  > li.ch-menu-item-link-parent
  > .ch-menu-item-container
  > .ch-menu-parent-indicator:hover {
  background: rgba(28, 129, 117, 0);
}
/* line 76, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-header
  .ch-menu-hastouch
  .ch-toplevel
  > li.ch-menu-item-link-parent
  > .ch-menu-item-container
  > .ch-menu-parent-indicator:after {
  text-align: center;
}
/* line 82, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 83, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 84, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 85, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-header
  .ch-menu-hastouch
  .ch-toplevel
  > li.active.ch-menu-item-link-parent
  > .ch-menu-item-container
  > .ch-menu-parent-indicator {
  color: #fff;
}
/* line 94, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 95, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 96, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 97, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 98, templates/ch_hydrogen/scss/mixins/_nav.scss */
/* line 99, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-header
  .ch-menu-hastouch
  .ch-standard
  .ch-sublevel
  > li.ch-menu-item-link-parent
  > .ch-menu-item-container
  > .ch-menu-parent-indicator,
#ch-header
  .ch-fullwidth
  .ch-sublevel
  > li.ch-menu-item-link-parent
  > .ch-menu-item-container
  > .ch-menu-parent-indicator {
  border: 1px solid rgba(40, 188, 170, 0);
  background: rgba(31, 146, 132, 0);
  border-radius: 0.1875rem;
  padding: 0.1rem;
  margin-top: -0.1rem;
  margin-right: -0.1rem;
}
/* line 102, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-header
  .ch-menu-hastouch
  .ch-standard
  .ch-sublevel
  > li.ch-menu-item-link-parent
  > .ch-menu-item-container
  > .ch-menu-parent-indicator:hover,
#ch-header
  .ch-fullwidth
  .ch-sublevel
  > li.ch-menu-item-link-parent
  > .ch-menu-item-container
  > .ch-menu-parent-indicator:hover {
  background: rgba(28, 129, 117, 0);
}
/* line 109, templates/ch_hydrogen/scss/mixins/_nav.scss */
#ch-header
  .ch-menu-hastouch
  .ch-standard
  .ch-sublevel
  > li.ch-menu-item-link-parent
  > .ch-menu-item-container
  > .ch-menu-parent-indicator:after,
#ch-header
  .ch-fullwidth
  .ch-sublevel
  > li.ch-menu-item-link-parent
  > .ch-menu-item-container
  > .ch-menu-parent-indicator:after {
  text-align: center;
}
/* line 26, templates/ch_hydrogen/scss/hydrogen/_header.scss */
/* line 27, templates/ch_hydrogen/scss/hydrogen/_header.scss */
#ch-header .search input {
  color: #666;
}
@media print {
  /* line 34, templates/ch_hydrogen/scss/hydrogen/_header.scss */
  #ch-header {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/ch_hydrogen/scss/hydrogen/_showcase.scss */
#ch-showcase {
  padding: 1.5rem 0;
  background-color: #fff;
  color: #967f76;
}
/* line 9, templates/ch_hydrogen/scss/hydrogen/_showcase.scss */
#ch-showcase a {
  color: #fff;
}
/* line 11, templates/ch_hydrogen/scss/hydrogen/_showcase.scss */
#ch-showcase a:hover {
  color: #967f76;
}
/* line 16, templates/ch_hydrogen/scss/hydrogen/_showcase.scss */
#ch-showcase h1,
#ch-showcase h2,
#ch-showcase h3,
#ch-showcase h4,
#ch-showcase h5,
#ch-showcase h6,
#ch-showcase strong {
  color: #967f76;
}
/* line 20, templates/ch_hydrogen/scss/hydrogen/_showcase.scss */
#ch-showcase .button {
  background: #a6ce37;
  color: #967f76;
}
/* line 23, templates/ch_hydrogen/scss/hydrogen/_showcase.scss */
#ch-showcase .button:hover {
  background: #afd34b;
}
/* line 26, templates/ch_hydrogen/scss/hydrogen/_showcase.scss */
#ch-showcase .button:active {
  background: #97bd2e;
}
/* line 31, templates/ch_hydrogen/scss/hydrogen/_showcase.scss */
/* line 32, templates/ch_hydrogen/scss/hydrogen/_showcase.scss */
#ch-showcase .ch-social a {
  background: #f0f0f0;
  border: none;
  color: #967f76;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
/* line 37, templates/ch_hydrogen/scss/hydrogen/_showcase.scss */
#ch-showcase .ch-social a:hover {
  background: #fff;
}
@media print {
  /* line 45, templates/ch_hydrogen/scss/hydrogen/_showcase.scss */
  #ch-showcase {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/ch_hydrogen/scss/hydrogen/_feature.scss */
#ch-feature {
  padding: 1.5rem 0;
  background: #fff;
  color: #666;
}
@media print {
  /* line 8, templates/ch_hydrogen/scss/hydrogen/_feature.scss */
  #ch-feature {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/ch_hydrogen/scss/hydrogen/_subfeature.scss */
#ch-subfeature {
  padding: 1.5rem 0;
  background: #fff;
  color: #666;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media print {
  /* line 10, templates/ch_hydrogen/scss/hydrogen/_subfeature.scss */
  #ch-subfeature {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/ch_hydrogen/scss/hydrogen/_main.scss */
#ch-page-surround {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
/* line 5, templates/ch_hydrogen/scss/hydrogen/_main.scss */
#ch-main {
  background: #fff;
  color: #666;
}
@media print {
  /* line 12, templates/ch_hydrogen/scss/hydrogen/_main.scss */
  #ch-main {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/ch_hydrogen/scss/hydrogen/_sidebar.scss */
#ch-sidebar,
#ch-aside {
  padding: 1.5rem 0;
  color: #666;
}
@media print {
  /* line 7, templates/ch_hydrogen/scss/hydrogen/_sidebar.scss */
  #ch-sidebar {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/ch_hydrogen/scss/hydrogen/_footer.scss */
#ch-footer {
  background: #fff;
  color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
@media only all and (max-width: 47.938rem) {
  #ch-footer {
    text-align: center;
  }
}
@media print {
  /* line 11, templates/ch_hydrogen/scss/hydrogen/_footer.scss */
  #ch-footer {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
/* line 2, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
/* line 3, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
/* line 4, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
/* line 5, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
.flush .ch-container > .ch-grid > .ch-block > .ch-content {
  margin: 0;
  padding: 0;
}
/* line 14, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
/* line 15, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
.moduletable[class*='box'],
.widget[class*='box'],
.moduletable[class*='shadow'],
.widget[class*='shadow'] {
  padding: 0.938rem;
  margin: 0.625rem;
}
/* line 21, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
/* line 22, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
.box1.moduletable,
.box1.widget,
.box1.ch-outer-box,
.box1 > .ch-content {
  background: #fff;
}
/* line 25, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
/* line 26, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
.box1.moduletable,
.box1.widget,
.box1 > .ch-content,
.box1.moduletable h1,
.box1.widget h1,
.box1 > .ch-content h1,
.box1.moduletable h2,
.box1.widget h2,
.box1 > .ch-content h2,
.box1.moduletable h3,
.box1.widget h3,
.box1 > .ch-content h3,
.box1.moduletable h4,
.box1.widget h4,
.box1 > .ch-content h4,
.box1.moduletable h5,
.box1.widget h5,
.box1 > .ch-content h5,
.box1.moduletable h6,
.box1.widget h6,
.box1 > .ch-content h6,
.box1.moduletable strong,
.box1.widget strong,
.box1 > .ch-content strong,
.box1.moduletable i,
.box1.widget i,
.box1 > .ch-content i {
  color: #595959;
}
/* line 32, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
/* line 33, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
.box2.moduletable,
.box2.widget,
.box2.ch-outer-box,
.box2 > .ch-content {
  background: #e0e0e0;
}
/* line 36, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
/* line 37, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
.box2.moduletable,
.box2.widget,
.box2 > .ch-content,
.box2.moduletable h1,
.box2.widget h1,
.box2 > .ch-content h1,
.box2.moduletable h2,
.box2.widget h2,
.box2 > .ch-content h2,
.box2.moduletable h3,
.box2.widget h3,
.box2 > .ch-content h3,
.box2.moduletable h4,
.box2.widget h4,
.box2 > .ch-content h4,
.box2.moduletable h5,
.box2.widget h5,
.box2 > .ch-content h5,
.box2.moduletable h6,
.box2.widget h6,
.box2 > .ch-content h6,
.box2.moduletable strong,
.box2.widget strong,
.box2 > .ch-content strong,
.box2.moduletable i,
.box2.widget i,
.box2 > .ch-content i {
  color: #6d6d6d;
}
/* line 43, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
/* line 44, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
.box3.moduletable,
.box3.widget,
.box3.ch-outer-box,
.box3 > .ch-content {
  background: #5b3821;
}
/* line 48, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
/* line 49, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
.box3.moduletable,
.box3.widget,
.box3 > .ch-content,
.box3.moduletable h1,
.box3.widget h1,
.box3 > .ch-content h1,
.box3.moduletable h2,
.box3.widget h2,
.box3 > .ch-content h2,
.box3.moduletable h3,
.box3.widget h3,
.box3 > .ch-content h3,
.box3.moduletable h4,
.box3.widget h4,
.box3 > .ch-content h4,
.box3.moduletable h5,
.box3.widget h5,
.box3 > .ch-content h5,
.box3.moduletable h6,
.box3.widget h6,
.box3 > .ch-content h6,
.box3.moduletable strong,
.box3.widget strong,
.box3 > .ch-content strong,
.box3.moduletable i,
.box3.widget i,
.box3 > .ch-content i {
  color: #fff;
}
/* line 52, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
.box3.moduletable a,
.box3.widget a,
.box3 > .ch-content a {
  color: #c88d67;
}
/* line 54, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
.box3.moduletable a:hover,
.box3.widget a:hover,
.box3 > .ch-content a:hover {
  color: #fff;
}
/* line 58, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
.box3.moduletable .button,
.box3.widget .button,
.box3 > .ch-content .button {
  color: #f0e1d7;
  background: #804f2f;
}
/* line 61, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
.box3.moduletable .button:hover,
.box3.widget .button:hover,
.box3 > .ch-content .button:hover {
  background: #935b35;
}
/* line 68, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
/* line 69, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
.box4.moduletable,
.box4.widget,
.box4.ch-outer-box,
.box4 > .ch-content {
  background: #a6ce37;
}
/* line 72, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
/* line 73, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
.box4.moduletable,
.box4.widget,
.box4 > .ch-content,
.box4.moduletable h1,
.box4.widget h1,
.box4 > .ch-content h1,
.box4.moduletable h2,
.box4.widget h2,
.box4 > .ch-content h2,
.box4.moduletable h3,
.box4.widget h3,
.box4 > .ch-content h3,
.box4.moduletable h4,
.box4.widget h4,
.box4 > .ch-content h4,
.box4.moduletable h5,
.box4.widget h5,
.box4 > .ch-content h5,
.box4.moduletable h6,
.box4.widget h6,
.box4 > .ch-content h6,
.box4.moduletable strong,
.box4.widget strong,
.box4 > .ch-content strong,
.box4.moduletable i,
.box4.widget i,
.box4 > .ch-content i {
  color: #fff;
}
/* line 76, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
.box4.moduletable a,
.box4.widget a,
.box4 > .ch-content a {
  color: #e6f1c6;
}
/* line 78, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
.box4.moduletable a:hover,
.box4.widget a:hover,
.box4 > .ch-content a:hover {
  color: #fff;
}
/* line 82, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
.box4.moduletable .button,
.box4.widget .button,
.box4 > .ch-content .button {
  color: #141906;
  background: #779424;
}
/* line 85, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
.box4.moduletable .button:hover,
.box4.widget .button:hover,
.box4 > .ch-content .button:hover {
  background: #87a929;
}
/* line 92, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
/* line 93, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
.shadow.moduletable,
.shadow.widget,
.shadow.ch-outer-box,
.shadow > .ch-content {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 98, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
/* line 99, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
.shadow2.moduletable,
.shadow2.widget,
.shadow2.ch-outer-box,
.shadow2 > .ch-content {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
/* line 104, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
/* line 105, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
.disabled.moduletable,
.disabled.widget,
.disabled.ch-outer-box,
.disabled > .ch-content {
  opacity: 0.4;
}
/* line 110, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
/* line 111, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
.square.moduletable,
.square.widget,
.square.ch-outer-box,
.square > .ch-content {
  border-radius: none;
}
/* line 116, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
/* line 117, templates/ch_hydrogen/scss/hydrogen/_variations.scss */
.rounded.moduletable,
.rounded.widget,
.rounded.ch-outer-box,
.rounded > .ch-content {
  border-radius: 0.1875rem;
}
/* line 1, templates/ch_hydrogen/scss/hydrogen/_tables.scss */
table {
  border: 1px solid #eaeaea;
}
/* line 5, templates/ch_hydrogen/scss/hydrogen/_tables.scss */
th {
  background: #f7f7f7;
  padding: 0.5rem;
}
/* line 10, templates/ch_hydrogen/scss/hydrogen/_tables.scss */
td {
  padding: 0.5rem;
  border: 1px solid #eaeaea;
}
/* line 1, templates/ch_hydrogen/scss/hydrogen/_forms.scss */
textarea,
select[multiple='multiple'] {
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}
/* line 6, templates/ch_hydrogen/scss/hydrogen/_forms.scss */
textarea:hover,
select[multiple='multiple']:hover {
  border-color: #c4c4c4;
}
/* line 10, templates/ch_hydrogen/scss/hydrogen/_forms.scss */
textarea:focus,
select[multiple='multiple']:focus {
  border-color: #5b3821;
}
/* line 15, templates/ch_hydrogen/scss/hydrogen/_forms.scss */
input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'],
input:not([type]),
textarea {
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}
/* line 21, templates/ch_hydrogen/scss/hydrogen/_forms.scss */
input[type='color']:hover,
input[type='date']:hover,
input[type='datetime']:hover,
input[type='datetime-local']:hover,
input[type='email']:hover,
input[type='month']:hover,
input[type='number']:hover,
input[type='password']:hover,
input[type='search']:hover,
input[type='tel']:hover,
input[type='text']:hover,
input[type='time']:hover,
input[type='url']:hover,
input[type='week']:hover,
input:not([type]):hover,
textarea:hover {
  border-color: #c4c4c4;
}
/* line 25, templates/ch_hydrogen/scss/hydrogen/_forms.scss */
input[type='color']:focus,
input[type='date']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='email']:focus,
input[type='month']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='time']:focus,
input[type='url']:focus,
input[type='week']:focus,
input:not([type]):focus,
textarea:focus {
  border-color: #5b3821;
}
/* line 1, templates/ch_hydrogen/scss/hydrogen/_social.scss */
/* line 2, templates/ch_hydrogen/scss/hydrogen/_social.scss */
.ch-social a {
  display: inline-block;
  padding: 0.1rem 0.4rem;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 0.1875rem;
  margin-bottom: 4px;
  text-decoration: none;
}
/* line 1, templates/ch_hydrogen/scss/hydrogen/_sample.scss */
.sample-content {
  text-align: center;
}
/* line 3, templates/ch_hydrogen/scss/hydrogen/_sample.scss */
.sample-content .subtitle {
  text-transform: uppercase;
  font-size: 0.8rem;
  display: block;
  margin-top: -1.3rem;
}
/* line 9, templates/ch_hydrogen/scss/hydrogen/_sample.scss */
.sample-content .sample-icons {
  font-size: 5rem;
  color: #5b3821;
  opacity: 0.6;
}
/* line 14, templates/ch_hydrogen/scss/hydrogen/_sample.scss */
.sample-content .sample-description {
  font-size: 1.2rem;
}
@media only all and (min-width: 48rem) {
  /* line 18, templates/ch_hydrogen/scss/hydrogen/_sample.scss */
  .sample-content .device-promo {
    width: 356px;
    height: 203px;
    position: relative;
    float: right;
    margin-left: 3rem;
    margin-bottom: 1rem;
  }
  /* line 25, templates/ch_hydrogen/scss/hydrogen/_sample.scss */
  .sample-content .device-promo .macbook {
    width: 356px;
    height: 203px;
    position: absolute;
    z-index: 1;
    background: url('../../images/macbook.png?5ce27479');
  }
  /* line 31, templates/ch_hydrogen/scss/hydrogen/_sample.scss */
  .sample-content .device-promo .macbook .macbook-color {
    position: absolute;
    width: 206px;
    height: 118px;
    left: 37px;
    top: 56px;
    background: #ccc;
  }
  /* line 40, templates/ch_hydrogen/scss/hydrogen/_sample.scss */
  .sample-content .device-promo .ipad {
    width: 356px;
    height: 203px;
    position: absolute;
    z-index: 2;
    background: url('../../images/ipad.png?5ce27479');
  }
  /* line 46, templates/ch_hydrogen/scss/hydrogen/_sample.scss */
  .sample-content .device-promo .ipad .ipad-color {
    position: absolute;
    width: 111px;
    height: 163px;
    right: 27px;
    top: 20px;
    background: #5b3821;
  }
  /* line 55, templates/ch_hydrogen/scss/hydrogen/_sample.scss */
  .sample-content .device-promo .iphone {
    width: 356px;
    height: 203px;
    position: absolute;
    z-index: 3;
    background: url('../../images/iphone.png?5ce27479');
  }
  /* line 61, templates/ch_hydrogen/scss/hydrogen/_sample.scss */
  .sample-content .device-promo .iphone .iphone-color {
    position: absolute;
    width: 46px;
    height: 75px;
    right: 4px;
    top: 112px;
    background: #a6ce37;
  }
}
/* line 72, templates/ch_hydrogen/scss/hydrogen/_sample.scss */
.sample-content .middle {
  text-align: center;
}
/* line 75, templates/ch_hydrogen/scss/hydrogen/_sample.scss */
.sample-content .fa-github-square {
  color: #ddd;
  margin-top: 1.5rem;
  font-size: 10rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .sample-content .fa-github-square {
    font-size: 8rem;
  }
}
@media only all and (max-width: 47.938rem) {
  .sample-content .fa-github-square {
    float: none !important;
    margin-right: 0;
  }
}
/* line 87, templates/ch_hydrogen/scss/hydrogen/_sample.scss */
.sample-content .info-box {
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  padding: 0.938rem;
  border-radius: 0.1875rem;
  margin-bottom: 4rem;
}
/* line 94, templates/ch_hydrogen/scss/hydrogen/_sample.scss */
.sample-content .fa-graduation-cap {
  color: #d9d9d9;
  margin: 1rem 2rem 1rem 1rem;
  font-size: 6rem;
}
@media only all and (min-width: 60rem) {
  /* line 102, templates/ch_hydrogen/scss/hydrogen/_sample.scss */
  /* line 103, templates/ch_hydrogen/scss/hydrogen/_sample.scss */
  #ch-showcase .sample-description {
    padding: 0 6rem;
  }
}
@media only all and (min-width: 60rem) {
  /* line 110, templates/ch_hydrogen/scss/hydrogen/_sample.scss */
  /* line 111, templates/ch_hydrogen/scss/hydrogen/_sample.scss */
  /* line 112, templates/ch_hydrogen/scss/hydrogen/_sample.scss */
  #ch-subfeature .sample-content .ch-content {
    paddinch-left: 2rem;
    paddinch-right: 2rem;
  }
}
@media only all and (min-width: 48rem) {
  /* line 121, templates/ch_hydrogen/scss/hydrogen/_sample.scss */
  /* line 122, templates/ch_hydrogen/scss/hydrogen/_sample.scss */
  #ch-main .sample-content {
    text-align: inherit;
  }
}
/* line 1, templates/ch_hydrogen/scss/hydrogen/_contentarray.scss */
.ch-content-array {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
/* line 5, templates/ch_hydrogen/scss/hydrogen/_contentarray.scss */
.ch-content-array .ch-grid {
  margin-bottom: 2.3445rem;
}
/* line 8, templates/ch_hydrogen/scss/hydrogen/_contentarray.scss */
.ch-content-array .ch-grid:last-child {
  margin-bottom: 0;
}
/* line 11, templates/ch_hydrogen/scss/hydrogen/_contentarray.scss */
/* line 12, templates/ch_hydrogen/scss/hydrogen/_contentarray.scss */
/* line 13, templates/ch_hydrogen/scss/hydrogen/_contentarray.scss */
@media only all and (max-width: 47.938rem) {
  .ch-content-array .ch-grid:last-child .ch-block:last-child .ch-array-item {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.938rem) {
  .ch-content-array .ch-grid {
    margin-bottom: 0;
  }
}
/* line 27, templates/ch_hydrogen/scss/hydrogen/_contentarray.scss */
.ch-content-array .ch-content {
  margin: 0;
  paddinch-top: 0;
  paddinch-bottom: 0;
}
/* line 33, templates/ch_hydrogen/scss/hydrogen/_contentarray.scss */
@media only all and (max-width: 47.938rem) {
  .ch-content-array .ch-array-item {
    margin-bottom: 2.3445rem;
  }
}
/* line 39, templates/ch_hydrogen/scss/hydrogen/_contentarray.scss */
.ch-content-array .ch-array-item-image {
  margin: 0 0 15px 0;
}
/* line 43, templates/ch_hydrogen/scss/hydrogen/_contentarray.scss */
.ch-content-array .ch-item-title {
  margin: 0;
}
/* line 47, templates/ch_hydrogen/scss/hydrogen/_contentarray.scss */
/* line 48, templates/ch_hydrogen/scss/hydrogen/_contentarray.scss */
.ch-content-array .ch-array-item-details,
.ch-content-array .ch-array-item-text,
.ch-content-array .ch-array-item-read-more {
  margin: 15px 0 0;
}
/* line 53, templates/ch_hydrogen/scss/hydrogen/_contentarray.scss */
.ch-content-array .ch-array-item-details {
  font-size: 90%;
}
/* line 56, templates/ch_hydrogen/scss/hydrogen/_contentarray.scss */
.ch-content-array .ch-array-item-details > span {
  margin-right: 10px;
}
/* line 60, templates/ch_hydrogen/scss/hydrogen/_contentarray.scss */
.ch-content-array .ch-array-item-details i {
  margin-right: 5px;
}
/* line 1, templates/ch_hydrogen/scss/hydrogen/_dropdownanimations.scss */
/* line 2, templates/ch_hydrogen/scss/hydrogen/_dropdownanimations.scss */
/* line 3, templates/ch_hydrogen/scss/hydrogen/_dropdownanimations.scss */
.ch-main-nav .ch-standard .ch-dropdown {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* line 7, templates/ch_hydrogen/scss/hydrogen/_dropdownanimations.scss */
.ch-main-nav .ch-standard .ch-fade.ch-dropdown {
  -webkit-transition:
    opacity 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  -moz-transition:
    opacity 0.3s ease-out,
    -moz-transform 0.3s ease-out;
  transition:
    opacity 0.3s ease-out,
    transform 0.3s ease-out;
}
/* line 11, templates/ch_hydrogen/scss/hydrogen/_dropdownanimations.scss */
.ch-main-nav .ch-standard .ch-zoom.ch-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: ch-dropdown-zoom;
  -moz-animation-name: ch-dropdown-zoom;
  animation-name: ch-dropdown-zoom;
}
/* line 16, templates/ch_hydrogen/scss/hydrogen/_dropdownanimations.scss */
.ch-main-nav .ch-standard .ch-fade-in-up.ch-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: ch-dropdown-fade-in-up;
  -moz-animation-name: ch-dropdown-fade-in-up;
  animation-name: ch-dropdown-fade-in-up;
}
/* line 22, templates/ch_hydrogen/scss/hydrogen/_dropdownanimations.scss */
/* line 23, templates/ch_hydrogen/scss/hydrogen/_dropdownanimations.scss */
.ch-main-nav .ch-fullwidth > .ch-dropdown {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* line 27, templates/ch_hydrogen/scss/hydrogen/_dropdownanimations.scss */
.ch-main-nav .ch-fullwidth > .ch-fade.ch-dropdown {
  -webkit-transition:
    opacity 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  -moz-transition:
    opacity 0.3s ease-out,
    -moz-transform 0.3s ease-out;
  transition:
    opacity 0.3s ease-out,
    transform 0.3s ease-out;
}
/* line 31, templates/ch_hydrogen/scss/hydrogen/_dropdownanimations.scss */
.ch-main-nav .ch-fullwidth > .ch-zoom.ch-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: ch-dropdown-zoom;
  -moz-animation-name: ch-dropdown-zoom;
  animation-name: ch-dropdown-zoom;
}
/* line 36, templates/ch_hydrogen/scss/hydrogen/_dropdownanimations.scss */
.ch-main-nav .ch-fullwidth > .ch-fade-in-up.ch-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: ch-dropdown-fade-in-up;
  -moz-animation-name: ch-dropdown-fade-in-up;
  animation-name: ch-dropdown-fade-in-up;
}
@-webkit-keyframes ch-dropdown-zoom {
  /* line 44, templates/ch_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
  }
  /* line 48, templates/ch_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@-moz-keyframes ch-dropdown-zoom {
  /* line 44, templates/ch_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.8, 0.8, 0.8);
  }
  /* line 48, templates/ch_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@keyframes ch-dropdown-zoom {
  /* line 44, templates/ch_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -moz-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    -o-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  /* line 48, templates/ch_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ch-dropdown-fade-in-up {
  /* line 54, templates/ch_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
  }
  /* line 58, templates/ch_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@-moz-keyframes ch-dropdown-fade-in-up {
  /* line 54, templates/ch_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 30px, 0);
  }
  /* line 58, templates/ch_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@keyframes ch-dropdown-fade-in-up {
  /* line 54, templates/ch_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  /* line 58, templates/ch_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
/* line 1, templates/ch_hydrogen/scss/hydrogen/_offline.scss */
/* line 2, templates/ch_hydrogen/scss/hydrogen/_offline.scss */
.ch-offline #grav-login {
  max-width: 36rem;
}
/* line 4, templates/ch_hydrogen/scss/hydrogen/_offline.scss */
.ch-offline #grav-login .form-actions {
  margin-top: 0.625rem;
}
@media only all and (max-width: 47.938rem) {
  .ch-offline #grav-login .form-actions {
    text-align: center;
  }
}
/* line 10, templates/ch_hydrogen/scss/hydrogen/_offline.scss */
.ch-offline #grav-login .button {
  text-transform: capitalize;
}
/* line 13, templates/ch_hydrogen/scss/hydrogen/_offline.scss */
@media only all and (max-width: 47.938rem) {
  .ch-offline #grav-login .rememberme {
    float: none;
    display: block;
  }
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
.ch-container {
  width: 100%;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .ch-container {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .ch-container {
    width: 48rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .ch-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .ch-container {
    width: 100%;
  }
}
/* line 17, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
.ch-container.ch-flushed {
  width: 100%;
}
/* line 23, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
@media only all and (max-width: 47.938rem) {
  .ch-block {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
}
/* line 30, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
@media only all and (max-width: 47.938rem) {
  body [class*='size-'] {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
  }
}
@media only all and (max-width: 47.938rem) {
  @supports not (flex-wrap: wrap) {
    /* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
    .ch-grid {
      display: flex;
      -webkit-box-lines: inherit;
      -moz-box-lines: inherit;
      box-lines: inherit;
      -webkit-flex-wrap: inherit;
      -moz-flex-wrap: inherit;
      -ms-flex-wrap: inherit;
      flex-wrap: inherit;
    }
    /* line 45, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
    .ch-block {
      display: block;
      -webkit-box-flex: inherit;
      -moz-box-flex: inherit;
      box-flex: inherit;
      -webkit-flex: inherit;
      -moz-flex: inherit;
      -ms-flex: inherit;
      flex: inherit;
    }
  }
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
.visible-large,
.visible-desktop,
.visible-tablet,
.visible-phone,
.ch-block.visible-large,
.ch-block.visible-desktop,
.ch-block.visible-tablet,
.ch-block.visible-phone {
  display: none !important;
}
@media only all and (max-width: 47.938rem) {
  /* line 14, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-phone {
    display: block !important;
  }
  /* line 17, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .ch-block.visible-phone {
    display: block !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  /* line 23, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-tablet {
    display: block !important;
  }
  /* line 26, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .ch-block.visible-tablet {
    display: block !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  /* line 32, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-desktop {
    display: block !important;
  }
  /* line 35, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .ch-block.visible-desktop {
    display: block !important;
  }
}
@media only all and (min-width: 75rem) {
  /* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-large {
    display: block !important;
  }
  /* line 44, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .ch-block.visible-large {
    display: block !important;
  }
  /* line 47, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-desktop {
    display: block !important;
  }
  /* line 50, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .ch-block.visible-desktop {
    display: block !important;
  }
}
@media only all and (max-width: 47.938rem) {
  /* line 57, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-phone {
    display: none !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  /* line 63, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-tablet {
    display: none !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  /* line 69, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-desktop {
    display: none !important;
  }
}
@media only all and (min-width: 75rem) {
  /* line 75, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-large {
    display: none !important;
  }
  /* line 78, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-desktop {
    display: none !important;
  }
}
@media only all and (max-width: 47.938rem) {
  /* line 85, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .align-right {
    text-align: inherit !important;
  }
  /* line 88, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .align-left {
    text-align: inherit !important;
  }
}
#ch-header .ch-main-nav .ch-toplevel.desktop-menu-clone {
  display: none;
}
.ch-flexbox {
  display: flex;
  -webkit-box-lines: inherit;
  -moz-box-lines: inherit;
  box-lines: inherit;
  -webkit-flex-wrap: inherit;
  -moz-flex-wrap: inherit;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
}
form {
  max-width: 800px;
}
/*# sourceMappingURL=hydrogen_10.css.map */
