/* 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";
.g-onepage-menu .uk-sticky-placeholder {
  margin: 0 !important;
}
.g-onepage-menu ul {
  margin: 0;
  list-style: none;
  border-radius: 3px;
  display: flex;
  justify-content: center;
}
.g-onepage-menu ul li a {
  padding: 0.625rem 1.25rem;
  color: #000000 !important;
  display: block;
  transition: all, 0.2s;
}
.g-onepage-menu ul li a:hover {
  color: #999999 !important;
}
.g-onepage-menu ul li a i {
  margin-right: 5px;
}
.g-onepage-menu ul li:last-child a {
  border-bottom: none;
}
.g-onepage-menu ul li .submenu {
  border: none;
  display: none;
}
.g-onepage-menu ul li .submenu.uk-active {
  display: block;
}
.g-onepage-menu ul li .submenu.uk-active a {
  padding-left: 35px;
}
.g-onepage-menu ul li .submenu li:last-child {
  border-bottom: 1px solid #ff0000;
}
.g-onepage-menu ul li.uk-active > a {
  color: #999999 !important;
}
.g-onepage-menu ul li.uk-active .submenu {
  display: block;
}
.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/                *
*                                                     *
******************************************************/
body.popup-loaded {
  overflow: hidden;
}
.g-system-messages.popup-opened {
  display: inherit;
}
.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;
}
.g-system-messages.popup-loaded #system-message-container {
  position: absolute;
  left: 20vw;
  right: 20vw;
  top: 20vh;
  bottom: 0;
}
.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;
}
.g-system-messages.popup-loaded #system-message-container .alert .close:hover {
  opacity: 0.8;
}
body.layout-edit-iframe #g-header, body.layout-edit-iframe #g-feature, body.layout-edit-iframe #g-showcase, body.layout-edit-iframe #g-footer, body.layout-edit #g-header, body.layout-edit #g-feature, body.layout-edit #g-showcase, body.layout-edit #g-footer {
  display: none !important;
}
[class*="item-page"] a[href*="/component/sppagebuilder/?view=form&tmpl=component&layout=edit&"], [class*="item-page"] a[href*="/component/sppagebuilder/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;
}
[class^="item-page"] > div.icons > div.btn-group.pull-right {
  z-index: 99;
}
p {
  font-size: 18px;
  font-family: "roboto";
}
h1.sppb-addon-title, h2.sppb-addon-title, h3.sppb-addon-title, h4.sppb-addon-title {
  font-family: "oswald" !important;
  font-weight: 700;
}
a {
  color: #c82901;
}
a:hover {
  color: #d06100;
}
blockquote {
  margin: 30px 0px 30px 0px !important;
  border-left: 5px solid #c82901;
}
blockquote p {
  font-size: 32px;
  line-height: 38px;
  padding-left: 10px;
  font-weight: 200;
}
.sp-page-builder ul li {
  font-size: 18px;
  padding-bottom: 8px;
}
body.outline-_offline {
  background-image: -webkit-linear-gradient(bottom, white 14.4%, #006dcb 100%);
  background-image: -moz-linear-gradient(bottom, white 14.4%, #006dcb 100%);
  background-image: -ms-linear-gradient(bottom, white 14.4%, #006dcb 100%);
  background-image: linear-gradient(to top, white 14.4%, #006dcb 100%);
}
body.outline-_offline #g-main {
  min-height: calc(100vh - 75px);
}
body.outline-_offline #g-main #frame {
  background-color: white;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  padding: 50px;
  opacity: 1;
  display: block;
  transform: translateY(0px);
  -webkit-box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.1), 0px 9px 46px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.1), 0px 9px 46px 8px rgba(0, 0, 0, 0.1);
}
.g-offcanvas-toggle {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 30px;
  background-color: #fff;
  color: #c82901;
  border-radius: 4px;
  padding: 2px;
}
.g-offcanvas-toggle .g-offcanvas-right {
  right: 20px;
}
@media (max-width: 991px) {
  .g-offcanvas-toggle {
    display: block;
  }
}
.g-go-back a:before {
  font-family: "Font Awesome 5 Free";
  content: "" !important;
  font-weight: 900 !important;
}
.g-toplevel > li.g-parent .g-menu-parent-indicator:after {
  font-family: "Font Awesome 5 Free", serif !important;
  content: "" !important;
  font-weight: 900 !important;
}
body.layout-blog #g-main .g-container {
  max-width: 1140px !important;
}
body.layout-blog #g-main .item-page {
  padding: 50px 30px;
}
body.layout-blog .item-page h3 {
  color: #c82901 !important;
}
body.com_search .search {
  max-width: 1140px;
  margin: 50px auto;
}
.pagination {
  width: 100%;
}
.pagination ul.pagination-list {
  margin-left: 0;
  list-style: none !important;
  width: 100% !important;
  text-align: center;
}
.pagination ul.pagination-list li {
  text-align: center;
  padding: 5px;
  margin: 5px;
  display: inline;
}
.pagination p.counter.pull-right {
  float: none !important;
}
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;
}
p.readmore a.btn.btn-default:hover, p.readmore a.readmore-link:hover, p.readmore a.comments-link:hover {
  color: #fff;
  background-color: #c82901;
}
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;
}
dd {
  margin-left: 0px !important;
  font-size: 14px !important;
}
dd time {
  font-size: 14px !important;
}
#sidebar {
  border-left: 1px solid #ccc !important;
  margin-top: 30px;
}
#sidebar h1, #sidebar .h1, #sidebar h2, #sidebar .h2, #sidebar h3, #sidebar .h3 {
  margin-top: 0px !important;
  margin-bottom: 15px;
}
ul.tags {
  list-style: none !important;
  margin-left: 0px !important;
  padding-bottom: 15px;
}
ul.lca {
  list-style: none !important;
}
ul.lca li a {
  margin-bottom: 15px;
  display: block;
  color: #c82901;
}
ul.latestnews.mod-list {
  list-style: none;
  margin: 0px;
}
ul.latestnews.mod-list li {
  margin: 0px;
  padding-bottom: 15px;
}
ul.latestnews.mod-list li a {
  color: #c82901;
  line-height: normal;
}
ul.latestnews.mod-list li a:hover {
  color: #000;
}
.page-header h2 {
  font-size: 48px;
  color: #c82901;
}
.page-header h2 a {
  color: #c82901;
}
.page-header h2 a:hover {
  color: #000;
}
.search {
  padding-top: 30px;
}
.search #search-searchword {
  border: 1px solid #414141;
  border-radius: 0;
  padding: 10px;
}
.search .btn {
  background: #ffffff;
  border-radius: 0;
  padding: 11px 12px;
  font-size: 16px;
  border: 1px solid #414141;
}
.search-count-wrapper {
  background: #f5f5f5;
  padding: 15px;
  margin-top: 25px;
}
.search-count-wrapper p {
  margin: 0;
}
.search-count-wrapper .form-limit {
  text-align: right;
}
.search-count-wrapper .badge {
  background-color: #c82901;
  font-weight: 600;
  font-size: 16px;
}
.search-count-wrapper #limit {
  padding: 4px 1px;
}
.search .counter {
  text-align: center;
}
.search-results .result-item {
  border-top: 1px solid #ececec;
  clear: both;
  padding-top: 30px;
  margin-top: 30px;
}
.search-results .result-item:first-child {
  border-top: 0;
}
.search-results .result-item .pull-left.item-image {
  margin: 0 30px 30px 0;
}
.search-results .result-item .pull-left.item-image img {
  max-width: 350px;
}
.search-results .result-title {
  font-size: 22px;
  font-weight: 500 !important;
}
.search-results .result-title a {
  color: #c82901;
}
.search-results .result-title .highlight {
  font-weight: normal;
  padding: 0 !important;
}
.search-results .result-category {
  margin-top: 20px;
}
.search-results .result-text .highlight {
  padding: 0 !important;
}
.result-created {
  display: inline;
  color: #999;
  font-size: 14px;
}
.result-category {
  float: right;
  margin-top: 5px !important;
  color: #999;
  font-size: 14px;
}
.result-image img {
  object-fit: cover;
  width: 310px !important;
  height: 170px !important;
  max-width: 310px;
}
@media (min-width: 992px) {
  #g-header {
    transition: all 0.3s ease;
    width: 100%;
    background: rgba(255, 255, 255, 0);
  }
  #g-header.headroom-bg-section {
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0);
  }
  #g-header.headroom-bg-section .st0 {
    transition: all 0.3s ease;
    fill: #fff;
  }
  #g-header.headroom--not-top {
    background: white;
  }
  #g-header.headroom--not-top .st0 {
    transition: all 0.3s ease;
    fill: #000;
  }
}
@media (hover: none) {
  * {
    background-attachment: scroll !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .platform-content.row > .col-md-12 {
    padding-left: 0 !important;
  }
}
@media (max-width: 991px) {
  #g-footer {
    text-align: center !important;
    font-size: 12px;
  }
  #g-footer .branding, #g-footer .sppb-text-left, #g-footer .sppb-addon-content {
    text-align: center !important;
    font-size: 12px;
  }
  #g-footer .sppb-text-left {
    text-align: center !important;
    font-size: 12px;
  }
  #g-footer .sppb-icons-group-list {
    margin: 0 auto !important;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .sppb-row {
    justify-content: center;
  }
}
@media (hover: none) {
  .sp-page-builder .page-content .sppb-section {
    background-attachment: scroll !important;
    background-position: center !important;
  }
}
/* IE10+ CSS styles go here */
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .n2-section-smartslider {
    display: none;
  }
  .ie-header {
    display: block !important;
  }
}
/*# sourceMappingURL=boim_custom_29.css.map */