/* 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 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/g5_hydrogen/scss/mixins/_nav.scss */
/* Variables override */
/* line 10, templates/g5_hydrogen/custom/scss/template.scss */
body {
  font-size: 0.85rem;
}
/* line 14, templates/g5_hydrogen/custom/scss/template.scss */
a {
  outline: none;
}
/* line 18, templates/g5_hydrogen/custom/scss/template.scss */
strong {
  color: inherit;
}
/* line 22, templates/g5_hydrogen/custom/scss/template.scss */
#g-main {
  padding: 0;
}
/* line 26, templates/g5_hydrogen/custom/scss/template.scss */
hr, p {
  margin: 1.2rem 0;
}
/* line 31, templates/g5_hydrogen/custom/scss/template.scss */
h2.g-title, .platform-content h1, .platform-content h2 {
  border-bottom: 1px dotted #c8c8c8;
  font-size: 2rem;
  text-transform: uppercase;
  position: relative;
}
/* line 38, templates/g5_hydrogen/custom/scss/template.scss */
h2.g-title:after, .platform-content h1:after, .platform-content h2:after {
  content: '';
  display: block;
  width: 220px;
  height: 2px;
  background: #dc2b19;
  position: absolute;
  left: 0;
  bottom: -2px;
}
/* line 53, templates/g5_hydrogen/custom/scss/template.scss */
textarea, select[multiple=multiple] {
  background-color: white;
  border: 1px solid #c8c8c8;
  box-shadow: none;
  border-radius: 0;
}
/* line 59, templates/g5_hydrogen/custom/scss/template.scss */
textarea:hover, select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}
/* line 63, templates/g5_hydrogen/custom/scss/template.scss */
textarea:focus, select[multiple=multiple]:focus {
  border-color: #dc2b19;
}
/* line 68, templates/g5_hydrogen/custom/scss/template.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 #c8c8c8;
  box-shadow: none;
  border-radius: 0;
}
/* line 75, templates/g5_hydrogen/custom/scss/template.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 79, templates/g5_hydrogen/custom/scss/template.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: #dc2b19;
}
/* line 83, templates/g5_hydrogen/custom/scss/template.scss */
.button, .readon, .readmore, button.validate {
  display: inline-block;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0;
  box-shadow: none;
  background: #dc2b19;
  outline: none;
  -webkit-transition: background 0.12s;
  -moz-transition: background 0.12s;
  transition: background 0.12s;
}
/* line 96, templates/g5_hydrogen/custom/scss/template.scss */
.button:hover, .readon:hover, .readmore:hover, button.validate:hover {
  background: #e73a28;
  color: #fff;
}
/* line 104, templates/g5_hydrogen/custom/scss/template.scss */
/* line 105, templates/g5_hydrogen/custom/scss/template.scss */
.contact dd {
  margin-left: 0;
}
/* line 107, templates/g5_hydrogen/custom/scss/template.scss */
.contact #contact-form {
  margin: 0;
}
/* line 109, templates/g5_hydrogen/custom/scss/template.scss */
.contact legend {
  font-size: 0.7rem;
}
/* line 113, templates/g5_hydrogen/custom/scss/template.scss */
.contact textarea {
  height: 170px;
}
/* line 117, templates/g5_hydrogen/custom/scss/template.scss */
.contact input, .contact textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
/* line 122, templates/g5_hydrogen/custom/scss/template.scss */
.contact .contact-fields {
  width: 45%;
  float: left;
}
/* line 127, templates/g5_hydrogen/custom/scss/template.scss */
.contact .contact-area {
  width: 50%;
  margin-left: 5%;
  float: left;
}
/* line 133, templates/g5_hydrogen/custom/scss/template.scss */
.contact dl {
  margin: 0;
}
/* line 136, templates/g5_hydrogen/custom/scss/template.scss */
/* line 137, templates/g5_hydrogen/custom/scss/template.scss */
div[itemprop*="articleBody"] ul {
  list-style: url('../../images/bullet.png');
  margin-left: 2.5rem;
}
/* line 141, templates/g5_hydrogen/custom/scss/template.scss */
div[itemprop*="articleBody"] ul li {
  padding-left: 0.8rem;
  margin-bottom: 0.3rem;
}
/* line 149, templates/g5_hydrogen/custom/scss/template.scss */
.cookieWarning {
  font-size: 0.75rem;
  background: rgba(0, 0, 0, 0.9) !important;
  color: #fafafa !important;
  border-radius: 0 !important;
  text-align: center;
  font-weight: normal;
  box-shadow: none !important;
}
/* line 159, templates/g5_hydrogen/custom/scss/template.scss */
.cookieWarning strong {
  color: #fafafa;
  font-weight: normal;
}
/* line 164, templates/g5_hydrogen/custom/scss/template.scss */
.cookieWarning .cookieConfirm {
  display: block;
  margin: 10px auto;
}
/* line 168, templates/g5_hydrogen/custom/scss/template.scss */
.cookieWarning .cookieConfirm button {
  background: none;
  border-radius: 0;
  text-shadow: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 40px;
  outline: none;
}
/* line 182, templates/g5_hydrogen/custom/scss/template.scss */
.menu-block .g-content {
  margin: 0 1.6rem;
  padding: 0;
}
/* line 187, templates/g5_hydrogen/custom/scss/template.scss */
/* line 189, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel {
  float: right;
}
/* line 193, templates/g5_hydrogen/custom/scss/template.scss */
/* line 194, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel li .g-menu-item-container {
  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 3px 3px 2px #393939;
}
/* line 204, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel li .g-menu-item-container:hover {
  color: #dc2b19;
}
/* line 210, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel li.active .g-menu-item-container {
  color: #dc2b19;
}
/* line 214, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel > li.g-parent .g-menu-parent-indicator:after {
  opacity: 1;
}
/* line 218, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel .g-sublevel {
  background: #586a76;
  box-shadow: 0 0 3px #494949;
}
/* line 225, templates/g5_hydrogen/custom/scss/template.scss */
#g-top {
  background: url('../../images/bg-top.jpg') no-repeat top center;
}
/* line 228, templates/g5_hydrogen/custom/scss/template.scss */
#g-top .g-content {
  padding: 7px 0.8rem;
}
/* line 233, templates/g5_hydrogen/custom/scss/template.scss */
#g-header {
  font-weight: 600;
}
/* line 236, templates/g5_hydrogen/custom/scss/template.scss */
#g-header h2, #g-header h3 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 700;
  margin: 5px 0;
  font-family: "Open Sans";
  border: none;
}
/* line 247, templates/g5_hydrogen/custom/scss/template.scss */
#g-header h2:after, #g-header h3:after {
  display: none;
}
/* line 250, templates/g5_hydrogen/custom/scss/template.scss */
#g-header h3 {
  margin-top: 200px;
}
/* line 253, templates/g5_hydrogen/custom/scss/template.scss */
#g-header h3:after {
  content: '';
  display: block;
  width: 150px;
  height: 1px;
  background: #ccc;
  margin: 6px 0;
}
/* line 263, templates/g5_hydrogen/custom/scss/template.scss */
#g-header a {
  color: #fff;
}
/* line 267, templates/g5_hydrogen/custom/scss/template.scss */
#g-header .g-content {
  padding: 10px 0;
  margin: 0;
}
/* line 273, templates/g5_hydrogen/custom/scss/template.scss */
/* line 274, templates/g5_hydrogen/custom/scss/template.scss */
#g-header .slideshowck .camera_caption {
  top: 20px;
}
/* line 277, templates/g5_hydrogen/custom/scss/template.scss */
#g-header .slideshowck .camera_caption > div {
  font-family: "Open Sans";
  background: none;
  padding: 0 20px;
}
/* line 284, templates/g5_hydrogen/custom/scss/template.scss */
#g-header .slideshowck .camera_pag_ul {
  background: url('../../images/slides.png') no-repeat top right;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 163px;
  height: 40px !important;
  z-index: 2;
}
/* line 293, templates/g5_hydrogen/custom/scss/template.scss */
#g-header .slideshowck .camera_pag_ul li {
  background: transparent;
  border: 1px solid #fff;
  width: 8px;
  height: 8px;
  margin: 0px 3px;
  margin-top: 15px;
}
/* line 301, templates/g5_hydrogen/custom/scss/template.scss */
#g-header .slideshowck .camera_pag_ul li > span {
  width: 0;
  height: 0;
  display: none;
}
/* line 307, templates/g5_hydrogen/custom/scss/template.scss */
#g-header .slideshowck .camera_pag_ul li.cameracurrent {
  background: #fff;
}
/* line 317, templates/g5_hydrogen/custom/scss/template.scss */
#g-main {
  background: #fff;
  margin-bottom: 50px;
}
/* line 322, templates/g5_hydrogen/custom/scss/template.scss */
#g-page-surround {
  background: url('../../images/bg.jpg') repeat-y top center;
  padding-bottom: 60px;
}
/* line 327, templates/g5_hydrogen/custom/scss/template.scss */
#g-footer {
  font-size: 0.8rem;
  padding-top: 15px;
  background: url('../../images/footer.jpg') no-repeat top center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* line 337, templates/g5_hydrogen/custom/scss/template.scss */
#g-footer a {
  color: #fff;
}
/* line 339, templates/g5_hydrogen/custom/scss/template.scss */
#g-footer .g-content {
  padding: 0 0.8rem;
}
/* line 343, templates/g5_hydrogen/custom/scss/template.scss */
#g-footer p {
  margin: 0;
}
@media (max-width: 767px) {
  /* line 348, templates/g5_hydrogen/custom/scss/template.scss */
  #g-top {
    text-align: center !important;
  }
}
/*# sourceMappingURL=custom_11.css.map */