/* 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";
html {
  scroll-behavior: smooth;
}
body {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.8);
  overflow-x: hidden;
}
body .banner p {
  margin: 0;
}
a {
  font-weight: 600;
}
:focus {
  outline: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.3;
  color: var(--primary-color);
  margin: 1rem 0 0 0;
  hyphens: manual;
}
h1 {
  font-size: 2.6rem;
}
h2 {
  font-size: 18pt;
  font-weight: 600;
}
h3 {
  font-size: 16pt;
}
h4, h5, h6 {
  font-size: 16px;
  font-weight: 500;
}
textarea {
  height: auto !important;
}
.button {
  font-family: var(--font-family-2);
  letter-spacing: 0;
  padding: 1rem 2rem;
  text-transform: none;
}
table, td {
  border: 0;
}
/* Navigation */
#g-navigation .g-grid {
  align-items: flex-end;
}
.g-logo.g-logo-helium img, .g-logo.g-logo-helium svg {
  max-height: 180px;
}
div#menu-1333-particle {
  margin-bottom: 3rem;
}
#g-navigation .g-main-nav {
  text-align: right;
}
li.g-menu-item .home-menu .g-menu-item-title {
  display: none;
}
li.g-menu-item .home-menu:after {
  content: "";
  font-family: FontAwesome;
}
/* Header */
#g-header {
  text-align: center;
}
body .banner p {
  margin: 0;
}
/* Footer */
#g-footer {
  font-size: 0.9rem;
  background: var(--primary-color);
  background: -webkit-linear-gradient(#0e5f86, #548ea9);
  background: linear-gradient(#0e5f86, #548ea9);
  transform: skewY(-3deg);
  position: relative;
}
#g-container-main {
  border-bottom: 105px solid var(--link-color);
  top: 5rem;
  position: relative;
  margin-top: -5rem;
}
#g-footer .g-container {
  width: 90%;
  transform: skewY(3deg);
}
#g-footer::after {
  content: "";
  background-color: #548ea9;
  display: block;
  width: 120%;
  max-width: 100%;
  height: 66px;
  left: 0;
  position: absolute;
  right: 0;
  bottom: -40px;
}
#g-footer .moduletable .mod-menu.nav li {
  padding-bottom: 8px;
  border-bottom: none;
  line-height: 1.2;
}
#g-footer .moduletable .mod-menu.nav li:last-child {
  border-bottom: none;
}
#g-footer .moduletable .mod-menu.nav {
  display: block;
  border: none;
  padding: 0;
  margin-left: 0;
}
#g-footer a {
  color: var(--white);
  text-decoration: underline;
}
#g-footer .linkbutton {
  background: transparent;
  border: 2px solid var(--white);
  font-weight: 700;
}
#g-footer .linkbutton:hover {
  background: rgba(255, 255, 255, 0.2);
  color: var(--white);
}
#g-footer a:hover {
  color: #E3E3E3;
}
#g-footer h1, #g-footer h2, #g-footer h3 {
  color: var(--white);
  font-weight: bold;
  font-size: 1.2rem;
  margin: 1.75rem 0;
}
#g-footer .fa-twitter, #g-footer .fa-linkedin {
  float: left;
  font-size: 36px;
  padding: 20px 3.4rem 0 0;
}
#g-features a.fa.fa-fw {
  font-size: 36px;
  padding-right: 3.4rem;
  text-decoration: none !important;
  background-image: none;
}
#g-footer .button {
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
  padding: 10px 22px;
  display: block;
  background: var(--secundary-color);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: right;
  margin: 10px 0 20px auto;
}
#g-footer .button:hover {
  background: var(--link-color);
}
@media only all and (max-width: 768px) {
  #g-footer {
    background: var(--navigation-footer);
  }
}
/* Variables */
:root {
  --primary-color: #0E5F86;
  --secundary-color: #EE7601;
  --white: #FFF;
  --black: #000;
  --background-of-border-bottom: #f2f2f2;
  --link-color: #f9b02a;
  --navigation-footer: #015F86;
  --text-color: #424753;
  --background-link-hover: #f26202 !important;
  --font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  --accordtion-bg-color: #CECECE !important;
}
/*# sourceMappingURL=custom_13.css.map */