/* 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";
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand&display=swap");
.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: 16px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}
h1.sppb-addon-title, h2.sppb-addon-title, h3.sppb-addon-title {
  font-family: "Teko", sans-serif;
  font-weight: 700;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}
h1.sppb-addon-title span, h2.sppb-addon-title span, h3.sppb-addon-title span {
  color: #dd413b !important;
}
a {
  color: #1a3698;
}
a:hover {
  color: #dd413b;
}
blockquote {
  margin: 30px 0px 30px 0px !important;
  border-left: 5px solid #1a3698;
}
blockquote p {
  font-size: 22px;
  line-height: 26px;
  padding-left: 10px;
}
.sp-page-builder ul li {
  font-size: 16px;
  padding-bottom: 8px;
}
.sppb-addon-text-block ul li {
  font-weight: 500;
}
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: #1a3698;
  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: #1a3698 !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: #1a3698;
  color: #1a3698;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 16px !important;
  border: 1px solid #1a3698;
  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: #1a3698;
}
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: #1a3698;
}
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: #1a3698;
  line-height: normal;
}
ul.latestnews.mod-list li a:hover {
  color: #000;
}
.page-header h2 {
  font-size: 48px;
  color: #1a3698;
}
.page-header h2 a {
  color: #1a3698;
}
.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: #1a3698;
  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: #1a3698;
}
.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;
}
a.sppb-btn-primary, .uk-button-primary, .usermenu .btn-account {
  color: #fff;
  background-color: #dd413b;
  border-color: #dd413b;
  font-size: 14px;
  padding: 12px 22px;
  font-weight: 600;
}
a.sppb-btn-primary:hover, .uk-button-primary:hover, .usermenu .btn-account:hover {
  background-color: #1a3698;
  border-color: #1a3698;
  color: #fff !important;
}
a.sppb-btn-secondary, .wk-button-primary {
  color: #fff;
  background-color: #487094 !important;
  border-color: #487094 !important;
  font-size: 14px !important;
  padding: 12px 22px;
  font-weight: 600 !important;
}
a.sppb-btn-secondary:hover, .wk-button-primary:hover {
  background-color: #1a3698 !important;
  border-color: #1a3698 !important;
  color: #fff !important;
}
.rsform-submit-button, .rsform-reset-button {
  float: right;
  margin-top: 4px;
  padding: 14px 40px;
}
.rsform-reset-button {
  margin-right: 4px;
}
.blog-grid p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  margin-bottom: 0px !important;
}
.blog-grid h3 {
  font-size: 34px !important;
  line-height: 30px !important;
  font-family: "Teko" !important;
  margin-bottom: 0px !important;
}
.industry-links-grid .wk-scope .wk-transition-fade {
  opacity: 1 !important;
}
.industry-links-grid .wk-scope .wk-overlay-primary {
  background: rgba(0, 0, 0, 0.28) !important;
  opacity: 1 !important;
}
.industry-links-grid .wk-scope .wk-h3, .industry-links-grid .wk-scope h3 {
  font-size: 30px;
  line-height: 24px;
  position: relative;
  top: -76px;
  font-family: "Teko";
  color: #fff;
  font-weight: 500;
  text-shadow: -1px 0px 1px #000000;
  padding: 0 10px;
}
.custom-list ul {
  list-style: none !important;
  margin-left: 40px;
}
.custom-list ul li {
  padding-bottom: 15px;
  font-size: inherit;
}
.custom-list ul li:before {
  font-weight: 700;
  content: "";
  font-family: "Font Awesome 5 Free";
  margin-left: -30px;
  margin-right: 10px;
  color: #1b284c;
}
.custom-list-link ul li:before {
  content: "";
}
.member-reports-sidebar h3.sppb-addon-title {
  background: #1e3692;
  margin: 0px 0px 6px;
  -webkit-text-stroke: 0;
  color: white;
  padding: 12px 20px 10px;
  font-weight: 600;
}
.footer-menu-links div#maximenuck151 ul.maximenuck {
  text-align: center;
}
.footer-menu-links div#maximenuck151 ul.maximenuck li.maximenuck.level1 {
  margin: 0 30px;
}
.footer-menu-links div#maximenuck151 span.titreck {
  font-family: "Teko";
  text-transform: uppercase;
  font-size: 28px;
}
#g-header .usermenu {
  text-align: center;
}
#g-header .usermenu ul.dropdown-menu {
  left: calc(50% - 95px);
}
@media (min-width: 992px) {
  #g-header {
    transition: all 0.3s ease;
    width: 100%;
    background: rgba(31, 55, 147, 0.76);
  }
  #g-header .company-logo img {
    max-width: 100px !important;
    transition: all 0.3s ease;
  }
  #g-header.headroom-bg-section {
    transition: all 0.3s ease;
    top: 0px;
    background: rgba(31, 55, 147, 0.95);
  }
  #g-header.headroom--not-top {
    transition: all 0.3s ease;
    top: -40px;
    background: #1f3793;
  }
  #g-header.headroom--not-top .company-logo img {
    max-width: 100px !important;
    transition: all 0.3s ease;
  }
  #g-header div#maximenuck104.maximenuckh ul.maximenuck {
    max-width: 740px;
  }
  #g-header .item981 > .floatck {
    margin-left: -150px !important;
    margin-right: -150px !important;
  }
  #g-header div#maximenuck104 .link-head .titreck-title {
    color: #9db8d4;
    text-transform: uppercase;
  }
  #g-header div#maximenuck104 .link-head .titreck-title:hover {
    color: #ffffff;
  }
  #g-header div#maximenuck104.maximenuckh ul.maximenuck li.maximenuck div.floatck div.floatck > div.maxidrop-main .level3 {
    padding-bottom: 0px !important;
    text-indent: 0px !important;
  }
  #g-header div#maximenuck104 li.fullwidth > div.floatck > div.maxidrop-main {
    padding: 30px 40px 20px 40px;
  }
  #g-header div#maximenuck104.maximenuckh ul.maximenuck li.maximenuck div.floatck div.floatck > div.maxidrop-main {
    padding: 6px 0 0 !important;
  }
  #g-header div#maximenuck143.maximenuckh ul.maximenuck li.maximenuck.item1548 {
    margin-left: 30px !important;
  }
  .homepage #g-header.headroom-bg-section.headroom--top {
    background: rgba(31, 55, 147, 0.76);
  }
}
#rok-mods .sppb-column-addons {
  display: flex;
  justify-content: left;
}
#rokstock .title, #rokstock .values, #rokstock .title a, #rokstock .values a {
  display: inline-block;
  font-size: 13px;
  color: #fff;
}
#rokstock .title a, #rokstock .values a {
  font-weight: bold;
  margin-left: 10px;
}
#rokstock {
  display: inline-block;
  background: transparent;
  text-align: right;
  float: right;
  margin-left: 25px;
}
#rokstock .title, #rokstock .values {
  color: #fff;
}
#rokstock .title a, #rokstock .values a {
  color: #fff !important;
}
#rokstock .title a:hover, #rokstock .values a:hover {
  color: #999 !important;
}
.values.pos {
  color: #1eed1e !important;
}
.values.neg {
  color: red !important;
}
.chart-gallery .wk-inline-clip img {
  border: 1px solid #dddddd;
}
.chart-gallery h3.wk-h3 {
  font-size: 14px !important;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  margin-top: 10px !important;
  text-align: center;
}
#header-top-utility .top-social-link {
  padding: 0 1px !important;
}
#header-top-utility .top-social-link .maximenuiconck {
  font-size: 15px;
}
#header-top-utility .top-social-link .titreck-title {
  display: none;
}
#header-top-utility .item1548, #header-top-utility .item1549, #header-top-utility .item1550 {
  margin: 5px 2px 0 !important;
}
@media (hover: none) {
  * {
    background-attachment: scroll !important;
  }
}
@media (max-width: 375px) {
  .form-content {
    padding: 25px 10px !important;
  }
  .form-content input {
    font-size: 13px !important;
  }
}
@media (max-width: 767px) {
  #adminForm {
    padding: 30px !important;
  }
  #g-header #module-logo-128-particle, #g-header .btn-right {
    text-align: center;
  }
  #g-header .company-logo img {
    max-width: 140px;
  }
  #g-header #header-top-utility div#maximenuck143 ul.maximenuck li.maximenuck.level1 > a {
    display: inline-block;
  }
  #g-footer .footer-menu-links div#maximenuck151 ul.maximenuck li.maximenuck.level1 {
    margin: 0px 5px !important;
  }
  #rok-mods .sppb-column-addons {
    display: block;
  }
  #rokstock {
    float: none;
    text-align: center;
    display: block;
  }
}
@media (max-width: 1330px) {
  #adminForm {
    padding: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .platform-content.row > .col-md-12 {
    padding-left: 0 !important;
  }
  #g-header .company-logo img {
    max-width: 120px;
  }
  #g-header div#maximenuck143.maximenuckh ul.maximenuck {
    text-align: center !important;
  }
  #g-header #rokstock {
    float: none;
    text-align: center;
    margin-left: 0;
    display: block;
  }
  #g-header .usermenu {
    text-align: right !important;
  }
  #g-header .usermenu ul.dropdown-menu {
    left: auto;
    right: 0;
  }
}
@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: 14px;
  }
  #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;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  div#maximenuck104.maximenuckh ul.maximenuck li.maximenuck.level1, div#maximenuck104.maximenuckh ul.maximenuck li.maximenuck.level1.parent {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  div#maximenuck104.maximenuckh ul.maximenuck li.maximenuck.level1 > a span.titreck, div#maximenuck104.maximenuckh ul.maximenuck li.maximenuck.level1 > span.separator span.titreck {
    font-size: 18px !important;
  }
  #g-header .btn-right {
    margin-left: -30px;
  }
  #g-header .btn-right .fa, #g-header .btn-right .fas {
    display: none;
  }
  #g-header div#maximenuck104.maximenuckh ul.maximenuck {
    margin-left: -50px;
  }
  #g-header #header-top-utility {
    padding-right: 14px !important;
    padding-left: 0px !important;
  }
  #g-header .sp-page-builder .page-content #header-top {
    padding-right: 30px !important;
    padding-left: 20px !important;
  }
  #g-header .btn-right a.sppb-btn-primary, #g-header .btn-right .uk-button-primary {
    font-size: 12px;
    padding: 10px 12px !important;
  }
  #g-header #rokstock {
    float: none;
    text-align: center;
    margin-left: 0;
    display: block;
  }
  .annual-reports-grid .wk-card-body {
    padding: 20px 20px !important;
  }
  .annual-reports-grid .wk-card-body h4 {
    font-size: 26px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1439px) {
  div#maximenuck104.maximenuckh ul.maximenuck li.maximenuck.level1, div#maximenuck104.maximenuckh ul.maximenuck li.maximenuck.level1.parent {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  #g-header .btn-right {
    margin-left: -30px;
  }
  #g-header .btn-right .fa, #g-header .btn-right .fas {
    display: none;
  }
  #g-header div#maximenuck104.maximenuckh ul.maximenuck {
    margin-left: -90px;
  }
  #g-header #header-top-utility {
    padding-right: 14px !important;
    padding-left: 0px !important;
  }
  #g-header .sp-page-builder .page-content #header-top {
    padding-right: 30px !important;
    padding-left: 20px !important;
  }
  .annual-reports-grid .wk-card-body {
    padding: 20px 20px !important;
  }
  .annual-reports-grid .wk-card-body h4 {
    font-size: 26px !important;
  }
}
@media (min-width: 1440px) and (max-width: 1599px) {
  #g-header .btn-right {
    margin-left: -20px;
  }
  #g-header div#maximenuck104.maximenuckh ul.maximenuck {
    margin-left: -120px;
  }
}
/* IE10+ CSS styles go here */
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .n2-section-smartslider {
    display: none;
  }
  .ie-header {
    display: block !important;
  }
}
strong {
  color: inherit !important;
}
.wk-scope .wk-h4, .wk-scope h4 {
  font-family: teko !important;
  font-size: 28px !important;
  line-height: 1 !important;
}
@media (max-width: 767px) {
  .wk-scope .wk-h4, .wk-scope h4 {
    font-size: 24px !important;
  }
}
.wk-scope .wk-button {
  border-radius: 4px !important;
  text-transform: none !important;
}
.form-container.force_small {
  padding: 20px;
  width: 100% !important;
  max-width: 480px;
}
/*# sourceMappingURL=boim_custom_29.css.map */