/* 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 7, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
/* line 8, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
.g-onepage-menu .uk-sticky-placeholder {
  margin: 0 !important;
}
/* line 11, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul {
  margin: 0;
  list-style: none;
  border-radius: 3px;
  display: flex;
  justify-content: center;
}
/* line 19, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
/* line 20, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li a {
  padding: 0.625rem 1.25rem;
  color: #000 !important;
  display: block;
  transition: all, 0.2s;
}
/* line 26, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li a:hover {
  color: #999 !important;
}
/* line 30, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li a i {
  margin-right: 5px;
}
/* line 34, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
/* line 35, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li:last-child a {
  border-bottom: none;
}
/* line 39, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li .submenu {
  border: none;
  display: none;
}
/* line 42, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li .submenu.uk-active {
  display: block;
}
/* line 44, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li .submenu.uk-active a {
  padding-left: 35px;
}
/* line 48, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
/* line 49, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li .submenu li:last-child {
  border-bottom: 1px solid #f00;
}
/* line 54, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
/* line 55, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li.uk-active > a {
  color: #999 !important;
}
/* line 59, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li.uk-active .submenu {
  display: block;
}
/* line 61, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li.uk-active .submenu a {
  padding-left: 35px;
}
/******************************************************
 *                                                     *
 *   Popup System Messages - Atom for Gantry           *
 *                                                     *
 *   Purpose: This project is a modified version of    *
 *            the Popup System Messages Atom written   *
 *            by Mark Taylor. It contains various      *
 *            fixes and alters the behaviour of the    *
 *            System Messages Particle so that         *
 *            messages are displayed in a popup        *
 *            instead of showing them in the default   *
 *            container.                               *
 *                                                     *
 *   Author: Andreas Kar (thex) <andreas.kar@gmx.at>   *
 *   Repository: https://git.io/fjrNR                  *
 *   Homepage: https://gantryprojects.com              *
 *                                                     *
 *   -------------                                     *
 *   Original Atom:                                    *
 *   -------------                                     *
 *   Author: Mark Taylor a.k.a MrT @ RocketTheme       *
 *   Homepage: https://rockettheme.com/                *
 *                                                     *
 ******************************************************/
/* line 26, templates/g5_hydrogen/custom/scss/_popup-system-messages.scss */
body.popup-loaded {
  overflow: hidden;
}
/* line 28, templates/g5_hydrogen/custom/scss/_popup-system-messages.scss */
.g-system-messages.popup-opened {
  display: inherit;
}
/* line 32, templates/g5_hydrogen/custom/scss/_popup-system-messages.scss */
.g-system-messages.popup-loaded {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}
/* line 43, templates/g5_hydrogen/custom/scss/_popup-system-messages.scss */
.g-system-messages.popup-loaded #system-message-container {
  position: absolute;
  left: 20vw;
  right: 20vw;
  top: 20vh;
  bottom: 0;
}
/* line 50, templates/g5_hydrogen/custom/scss/_popup-system-messages.scss */
.g-system-messages.popup-loaded #system-message-container .alert .close {
  font-size: 2.5rem;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  margin-top: -2.5rem;
  margin-right: -2.5rem;
}
/* line 59, templates/g5_hydrogen/custom/scss/_popup-system-messages.scss */
.g-system-messages.popup-loaded #system-message-container .alert .close:hover {
  opacity: 0.8;
}
/* line 7, templates/g5_hydrogen/custom/scss/boim_custom.scss */
body.layout-edit-iframe #g-header, body.layout-edit-iframe #g-feature, body.layout-edit-iframe #g-showcase, body.layout-edit-iframe #g-footer {
  display: none !important;
}
/* line 15, templates/g5_hydrogen/custom/scss/boim_custom.scss */
.item-page a[href*="/component/sppagebuilder/?view=form&tmpl=component&layout=edit&"] {
  position: absolute;
  font-size: 13px;
  line-height: 1;
  top: 15px;
  right: 15px;
  color: #fff;
  display: block;
  margin: 0;
  padding: 8px 10px;
  text-decoration: none;
  font-style: normal;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  z-index: 9995;
}
/* line 37, templates/g5_hydrogen/custom/scss/boim_custom.scss */
p {
  font-size: 18px;
  font-family: "roboto";
}
/* line 42, templates/g5_hydrogen/custom/scss/boim_custom.scss */
/* line 43, templates/g5_hydrogen/custom/scss/boim_custom.scss */
h1.sppb-addon-title, h2.sppb-addon-title, h3.sppb-addon-title, h4.sppb-addon-title {
  font-family: "oswald" !important;
  font-weight: 700;
}
/* line 49, templates/g5_hydrogen/custom/scss/boim_custom.scss */
a {
  color: #c82901;
}
/* line 51, templates/g5_hydrogen/custom/scss/boim_custom.scss */
a:hover {
  color: #d06100;
}
/* line 56, templates/g5_hydrogen/custom/scss/boim_custom.scss */
/* line 62, templates/g5_hydrogen/custom/scss/boim_custom.scss */
/* line 68, templates/g5_hydrogen/custom/scss/boim_custom.scss */
/* line 74, templates/g5_hydrogen/custom/scss/boim_custom.scss */
blockquote {
  margin: 30px 0px 30px 0px !important;
  border-left: 5px solid #c82901;
}
/* line 78, templates/g5_hydrogen/custom/scss/boim_custom.scss */
blockquote p {
  font-size: 32px;
  line-height: 38px;
  padding-left: 10px;
  font-weight: 200;
}
/* line 86, templates/g5_hydrogen/custom/scss/boim_custom.scss */
/* line 87, templates/g5_hydrogen/custom/scss/boim_custom.scss */
/* line 88, templates/g5_hydrogen/custom/scss/boim_custom.scss */
.sp-page-builder ul li {
  font-size: 18px;
  padding-bottom: 8px;
}
/* line 97, templates/g5_hydrogen/custom/scss/boim_custom.scss */
.g-offcanvas-toggle {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 30px;
  background-color: #fff;
  color: #c82901;
  border-radius: 4px;
  padding: 2px;
}
/* line 106, templates/g5_hydrogen/custom/scss/boim_custom.scss */
.g-offcanvas-toggle .g-offcanvas-right {
  right: 20px;
}
@media (max-width: 991px) {
  /* line 109, templates/g5_hydrogen/custom/scss/boim_custom.scss */
  .g-offcanvas-toggle {
    display: block;
  }
}
/* line 116, templates/g5_hydrogen/custom/scss/boim_custom.scss */
.pagination {
  width: 100%;
}
/* line 119, templates/g5_hydrogen/custom/scss/boim_custom.scss */
.pagination ul.pagination-list {
  margin-left: 0;
  list-style: none !important;
  width: 100% !important;
  text-align: center;
}
/* line 125, templates/g5_hydrogen/custom/scss/boim_custom.scss */
.pagination ul.pagination-list li {
  text-align: center;
  padding: 5px;
  margin: 5px;
  display: inline;
}
/* line 133, templates/g5_hydrogen/custom/scss/boim_custom.scss */
.pagination p.counter.pull-right {
  float: none !important;
}
/* line 138, templates/g5_hydrogen/custom/scss/boim_custom.scss */
/* line 139, templates/g5_hydrogen/custom/scss/boim_custom.scss */
/* line 140, templates/g5_hydrogen/custom/scss/boim_custom.scss */
p.readmore a.btn.btn-default, p.readmore a.readmore-link, p.readmore a.comments-link {
  text-transform: uppercase;
  background: none;
  border-radius: 0px;
  border-color: #c82901;
  color: #c82901;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 16px !important;
  border: 1px solid #c82901;
  margin-right: 10px;
}
/* line 151, templates/g5_hydrogen/custom/scss/boim_custom.scss */
p.readmore a.btn.btn-default:hover, p.readmore a.readmore-link:hover, p.readmore a.comments-link:hover {
  color: #fff;
  background-color: #c82901;
}
/* line 155, templates/g5_hydrogen/custom/scss/boim_custom.scss */
p.readmore a.btn.btn-default i.fa.fa-chevron-right, p.readmore a.readmore-link i.fa.fa-chevron-right, p.readmore a.comments-link i.fa.fa-chevron-right {
  display: none;
}
/* line 162, templates/g5_hydrogen/custom/scss/boim_custom.scss */
dd {
  margin-left: 0px !important;
  font-size: 14px !important;
}
/* line 165, templates/g5_hydrogen/custom/scss/boim_custom.scss */
dd time {
  font-size: 14px !important;
}
/* line 170, templates/g5_hydrogen/custom/scss/boim_custom.scss */
#sidebar {
  border-left: 1px solid #ccc !important;
  margin-top: 30px;
}
/* line 173, templates/g5_hydrogen/custom/scss/boim_custom.scss */
#sidebar h1, #sidebar .h1, #sidebar h2, #sidebar .h2, #sidebar h3, #sidebar .h3 {
  margin-top: 0px !important;
  margin-bottom: 15px;
}
/* line 185, templates/g5_hydrogen/custom/scss/boim_custom.scss */
ul.tags {
  list-style: none !important;
  margin-left: 0px !important;
  padding-bottom: 15px;
}
/* line 193, templates/g5_hydrogen/custom/scss/boim_custom.scss */
ul.lca {
  list-style: none !important;
}
/* line 195, templates/g5_hydrogen/custom/scss/boim_custom.scss */
/* line 198, templates/g5_hydrogen/custom/scss/boim_custom.scss */
ul.lca li a {
  margin-bottom: 15px;
  display: block;
  color: #c82901;
}
/* line 209, templates/g5_hydrogen/custom/scss/boim_custom.scss */
ul.latestnews.mod-list {
  list-style: none;
  margin: 0px;
}
/* line 213, templates/g5_hydrogen/custom/scss/boim_custom.scss */
ul.latestnews.mod-list li {
  margin: 0px;
  padding-bottom: 15px;
}
/* line 217, templates/g5_hydrogen/custom/scss/boim_custom.scss */
ul.latestnews.mod-list li a {
  color: #c82901;
  line-height: normal;
}
/* line 222, templates/g5_hydrogen/custom/scss/boim_custom.scss */
ul.latestnews.mod-list li a:hover {
  color: #000;
}
/* line 234, templates/g5_hydrogen/custom/scss/boim_custom.scss */
/* line 235, templates/g5_hydrogen/custom/scss/boim_custom.scss */
.page-header h2 {
  font-size: 48px;
  color: #c82901;
}
/* line 240, templates/g5_hydrogen/custom/scss/boim_custom.scss */
.page-header h2 a {
  color: #c82901;
}
/* line 243, templates/g5_hydrogen/custom/scss/boim_custom.scss */
.page-header h2 a:hover {
  color: #000;
}
@media (min-width: 992px) {
  /* line 256, templates/g5_hydrogen/custom/scss/boim_custom.scss */
  #g-header {
    transition: all 0.3s ease;
    width: 100%;
    background: rgba(255, 255, 255, 0);
  }
  /* line 260, templates/g5_hydrogen/custom/scss/boim_custom.scss */
  #g-header.headroom-bg-section {
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0);
  }
  /* line 264, templates/g5_hydrogen/custom/scss/boim_custom.scss */
  #g-header.headroom-bg-section .st0 {
    transition: all 0.3s ease;
    fill: #fff;
  }
  /* line 269, templates/g5_hydrogen/custom/scss/boim_custom.scss */
  #g-header.headroom--not-top {
    background: rgba(255, 255, 255, 1);
  }
  /* line 272, templates/g5_hydrogen/custom/scss/boim_custom.scss */
  #g-header.headroom--not-top .st0 {
    transition: all 0.3s ease;
    fill: #000;
  }
}
@media (hover: none) {
  /* line 283, templates/g5_hydrogen/custom/scss/boim_custom.scss */
  * {
    background-attachment: scroll !important;
  }
}
@media (max-width: 991px) {
  /* line 314, templates/g5_hydrogen/custom/scss/boim_custom.scss */
  #g-footer {
    text-align: center !important;
    font-size: 12px;
  }
  /* line 317, templates/g5_hydrogen/custom/scss/boim_custom.scss */
  #g-footer .branding, #g-footer .sppb-text-left, #g-footer .sppb-addon-content {
    text-align: center !important;
    font-size: 12px;
  }
  /* line 323, templates/g5_hydrogen/custom/scss/boim_custom.scss */
  #g-footer .sppb-text-left {
    text-align: center !important;
    font-size: 12px;
  }
  /* line 327, templates/g5_hydrogen/custom/scss/boim_custom.scss */
  #g-footer .sppb-icons-group-list {
    margin: 0 auto !important;
  }
}
@media (hover: none) {
  /* line 335, templates/g5_hydrogen/custom/scss/boim_custom.scss */
  .sp-page-builder .page-content .sppb-section {
    background-attachment: scroll !important;
    background-position: center !important;
  }
}
@media (min-width: 1280px) and (max-width: 1439px) {
}
@media (min-width: 1440px) and (max-width: 1599px) {
}
/*# sourceMappingURL=boim_custom_30.css.map */