/* 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
 */

body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-size: 1em;
  font-weight: 300;
  color: #4d4f5a;
}
body:has(.g-fixed-element) #g-container-main {
  z-index: 1;
}
body p {
  margin: 0 0 30px;
  line-height: 1.68em;
  font-weight: 300;
  font-size: 13px;
}
.col {
  padding-inline: 0;
}
.btn {
  height: 36px;
}
h1, h2, h3, h4, h5 {
  font-weight: 300;
}
h1 {
  margin: 10px 0;
  font-size: 39px;
  line-height: 1.4em;
  word-break: break-word;
  clear: both;
}
.homePage #g-mainbar {
  padding-top: 0;
}
.homePage #g-mainbar .g-grid:nth-of-type(1) {
  width: calc(100% + 60px);
  margin-left: -30px;
}
.homePage #g-mainbar .jl-switcher {
  padding-inline: 20px;
  margin-bottom: 40px;
}
.homePage #g-mainbar .jl-tab {
  margin-left: 0px;
}
#g-header {
  height: 511px;
}
#g-header .heroImage {
  margin-top: -15px;
}
#g-header .g-fixed-container {
  width: 100%;
}
#g-header .g-fixed-container .g-toplevel {
  display: flex;
  justify-content: space-around;
}
#g-header #topMenu {
  position: absolute;
  top: 0;
  right: -500px;
  width: fit-content;
  animation: slideLeft 0.6s forwards;
  animation-delay: 0.5s;
}
#g-header #topMenu .g-content {
  margin-block: 0;
  margin-right: 80px;
}
#g-header #topMenu li {
  padding-inline: 10px;
}
#g-header #topMenu .g-menu-item-container {
  padding: 0;
}
#g-header #topMenu .g-menu-item-title {
  font-weight: 300;
  font-size: 12px;
  opacity: 1;
  color: #fff;
  transition: color 0.2s ease-in;
}
#g-header #topMenu .g-menu-item-title:hover, #g-header #topMenu .g-menu-item-title:active {
  color: #c4c2ab;
}
@keyframes slideLeft {
  0% {
    right: -500px;
  }
  100% {
    right: 2rem;
  }
}
#g-header::before {
  opacity: inherit;
  background: none;
  background-color: rgba(142, 148, 134, 0.8);
  animation: fadeBg 1.2s forwards;
}
@keyframes fadeBg {
  0% {
    background-color: #8e9486;
  }
  100% {
    background-color: rgba(142, 148, 134, 0.8);
  }
}
#g-menu {
  margin-top: -150px;
  position: relative;
  z-index: 11;
}
#g-menu .g-fixed-container {
  width: 100%;
}
#navigation .g-toplevel {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-flow: row wrap;
}
#navigation .g-toplevel > li {
  padding: 0 10px;
}
#navigation .g-toplevel > li .g-menu-parent-indicator {
  display: none;
}
#navigation .g-toplevel > li.g-parent {
  padding: 0 10px 0 20px;
}
#navigation .g-toplevel > li.g-parent::before {
  width: 0;
  height: 0;
  float: left;
  content: "";
  margin-top: 16px;
  margin-right: 8px;
  margin-top: 21px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
}
#navigation .g-toplevel > li:hover, #navigation .g-toplevel > li:active, #navigation .g-toplevel > li.active {
  background: rgba(0, 0, 0, 0.4) !important;
}
#navigation .g-toplevel > li:hover .g-menu-item-title, #navigation .g-toplevel > li:active .g-menu-item-title, #navigation .g-toplevel > li.active .g-menu-item-title {
  color: #fff;
}
#navigation .g-toplevel .g-menu-item-title {
  color: #fff;
}
#navigation .g-toplevel .g-dropdown {
  background: #fff;
  border-radius: 0px;
  box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.15);
  margin-left: -10px;
  margin-top: 0px;
}
#navigation .g-toplevel .g-dropdown .g-menu-item-title {
  color: #4d4f5a !important;
  text-transform: none;
}
#navigation .g-toplevel .g-dropdown .g-sublevel {
  padding: 10px;
}
#navigation .g-toplevel .g-dropdown .g-sublevel li {
  padding: 0 10px;
  margin: 0;
}
#navigation .g-toplevel .g-dropdown .g-sublevel li:hover {
  background: #8e9486;
}
#navigation .g-toplevel .g-dropdown .g-sublevel li:hover .g-menu-item-title {
  color: #fff !important;
}
#navigation .g-toplevel .g-dropdown .g-sublevel li .g-menu-item-container {
  padding: 8px 20px;
}
#navigation.g-fixed-element {
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.2s ease-in;
  z-index: 999;
}
#navigation.g-fixed-element .g-toplevel {
  justify-content: center;
}
#navigation.g-fixed-element .g-toplevel > li.g-parent::before {
  border-color: #4d4f5a transparent transparent transparent;
}
#navigation.g-fixed-element .g-toplevel > li:hover, #navigation.g-fixed-element .g-toplevel > li:active {
  background: rgba(0, 0, 0, 0.4) !important;
}
#navigation.g-fixed-element .g-toplevel > li.active {
  background: #8e9486 !important;
}
#navigation.g-fixed-element .g-toplevel > li.active .g-menu-item-title {
  color: #fff;
}
#navigation.g-fixed-element .g-toplevel > li.active::before {
  border-color: #fff transparent transparent transparent;
}
#navigation.g-fixed-element .g-menu-item-title {
  color: #4d4f5a;
}
#navigation.g-fixed-element .g-content {
  margin: 0;
  padding: 18.5px 0;
}
#navigation.g-fixed-element .g-dropdown {
  margin-left: 0px;
}
#navigation .g-menu-item-container {
  padding: 11px 20px;
}
#navigation .g-menu-item-title {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px;
}
#navigation .icon-home::before {
  display: none;
  font-size: 13px;
}
#g-container-main {
  background: #f2f2f2;
  margin-top: 25px;
}
#g-container-main .g-container {
  position: relative;
}
#g-container-main .g-container .g-grid:nth-of-type(1) {
  position: relative;
  z-index: 10;
}
#g-container-main a {
  color: #6650ff;
  font-weight: 500;
}
#g-container-main a:hover, #g-container-main a:active {
  opacity: 0.8;
}
#g-container-main .tabs .jl-tab {
  background: #4d4f5a;
  margin-top: 0;
}
#g-container-main .tabs .jl-tab a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 0;
}
#g-container-main .tabs .jl-tab li {
  line-height: 1.82em;
  padding: 20px;
  border-right: 4px solid rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in;
}
#g-container-main .tabs .jl-tab li.jl-active {
  background: #fff;
  border-right: 4px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
#g-container-main .tabs .jl-tab li.jl-active a {
  color: #4d4f5a;
}
#g-container-main .tabs .jl-tab li:not(#g-container-main .tabs .jl-tab li.jl-active):hover {
  background: #a4a17e;
  border-right: 4px solid rgba(0, 0, 0, 0.1);
}
#g-container-main .tabs .jl-tab::before {
  border-bottom: none;
}
#g-container-main .tabs .tm-title {
  display: none;
}
#g-container-main .tabs .jl-tab > * > a {
  display: flex;
  align-items: center;
  column-gap: 0;
  justify-content: center;
  padding: 0px;
  border-bottom: 1px solid transparent;
  border-bottom-color: transparent;
  transition: color 0.1s ease-in-out;
}
#g-container-main .tabs .badge {
  display: none;
}
#g-container-main .tabs .mod_docman a {
  color: #4d4f5a;
}
#g-sidebar {
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  padding-block: 0;
}
#g-sidebar .g-title {
  box-shadow: 0px 4px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  font-size: 100%;
  padding: 8px 20px 8px 0;
  margin-top: 0px;
  margin-right: 0px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
}
#g-sidebar li {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #fff;
  padding: 8px 0;
}
#g-sidebar .mod_docman .badge {
  display: none;
}
#g-sidebar .mod_docman a {
  color: #4d4f5a;
  font-weight: 300;
}
#g-sidebar .mod_docman li:last-child {
  border-bottom: none;
}
#g-mainbar {
  padding: 60px 30px;
  margin-right: 50px;
  height: 100%;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.05);
}
#g-mainbar .g-content {
  padding: 0;
  margin: 0;
}
#g-footer .g-block {
  width: 100% !important;
}
#g-footer #upUp {
  position: absolute;
  right: 0;
  bottom: 0;
  width: fit-content !important;
}
#g-footer #upUp .g-totop {
  cursor: pointer;
  width: 40px;
  text-align: center;
  height: 40px;
  font-size: 1.4em;
  line-height: 40px;
  background: #c4c2ab;
  display: flex;
  justify-content: center;
  align-items: center;
}
#g-footer #upUp .g-totop:hover {
  background: #333;
}
#g-footer #upUp .g-totop a {
  color: #fff;
}
#g-footer #upUp .g-content {
  padding: 0;
  margin: 0;
}
#g-footer a {
  color: #6650ff;
}
.docman_table_layout .k-toolbar, .docman_table_layout .koowa_table__dates, .docman_table_layout .footable-visible label, .docman_table_layout .badge {
  display: none !important;
}
.list-striped li:nth-child(2n + 1), .table-striped li:nth-child(2n + 1), .list-striped tr:nth-child(2n + 1), .table-striped tr:nth-child(2n + 1) {
  background: #fafafa;
}
.table-striped tbody tr:nth-child(2n + 1) td, .table-striped tbody tr:nth-child(2n + 1) th {
  background: #fafafa;
}
.table, .table-bordered {
  border-color: transparent;
}
.edit.item-page .btn-toolbar .btn, .pager.pagenav a, p.readmore .btn, .contact .form-actions .btn, #contact-form .controls .btn-primary.validate, .profile .btn, .login .btn, .logout .btn, .registration .btn, .profile-edit .btn, .remind .btn, .reset .btn, .search #searchForm .btn, .search #search-form .btn, .finder #searchForm .btn, .finder #search-form .btn {
  color: #fff;
  background: #8e9486;
  border: 0 !important;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: none;
  text-shadow: none;
  box-shadow: 0px 5px 0px 0px #757b6c;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.edit.item-page .btn-toolbar .btn:hover, .edit.item-page .btn-toolbar .btn:active, .edit.item-page .btn-toolbar .btn:focus, .pager.pagenav a:hover, .pager.pagenav a:active, .pager.pagenav a:focus, p.readmore .btn:hover, p.readmore .btn:active, p.readmore .btn:focus, .contact .form-actions .btn:hover, .contact .form-actions .btn:active, .contact .form-actions .btn:focus, #contact-form .controls .btn-primary.validate:hover, #contact-form .controls .btn-primary.validate:active, #contact-form .controls .btn-primary.validate:focus, .profile .btn:hover, .profile .btn:active, .profile .btn:focus, .login .btn:hover, .login .btn:active, .login .btn:focus, .logout .btn:hover, .logout .btn:active, .logout .btn:focus, .registration .btn:hover, .registration .btn:active, .registration .btn:focus, .profile-edit .btn:hover, .profile-edit .btn:active, .profile-edit .btn:focus, .remind .btn:hover, .remind .btn:active, .remind .btn:focus, .reset .btn:hover, .reset .btn:active, .reset .btn:focus, .search #searchForm .btn:hover, .search #searchForm .btn:active, .search #searchForm .btn:focus, .search #search-form .btn:hover, .search #search-form .btn:active, .search #search-form .btn:focus, .finder #searchForm .btn:hover, .finder #searchForm .btn:active, .finder #searchForm .btn:focus, .finder #search-form .btn:hover, .finder #search-form .btn:active, .finder #search-form .btn:focus {
  border-color: #ededed !important;
  color: #fff;
  background: #afac8d;
  box-shadow: 0px 5px 0px 0px #9a966f;
  text-decoration: none;
}
#search-form .com-finder__search .input-group {
  display: grid;
  grid-template-columns: 1fr 112px 180px;
  gap: 1rem;
}
#search-form .com-finder__search .awesomplete {
  width: 100%;
}
#search-form .com-finder__search .btn {
  height: 36px;
}
mark {
  background: #ffc;
  color: #000;
  font-weight: bold;
}
.com-contact dt {
  float: left;
}
.com-contact h2 {
  display: none;
}
#mobileMenu .jl-navbar-toggle {
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.jl-offcanvas-bar .jl-nav, .jl-modal-dialog .jl-nav {
  margin-top: 2rem;
}
.jl-modal-dialog .jl-nav {
  width: fit-content;
  margin-inline: auto;
}
.jl-modal-dialog .jl-modal-close-full {
  padding: 20px;
}
.jl-modal-dialog .jl-modal-close-full svg {
  height: 20px;
  width: 20px;
}
.docman_list_layout .docman_block {
  display: none;
}
@media screen and (width > 900px) and (width < 1200px) {
  #g-header {
    height: 560px;
  }
  #g-menu {
    margin-top: -210px;
  }
}
@media screen and (width < 1080px) {
  #g-container-main #g-mainbar {
    margin-right: 0;
  }
  #g-container-main #g-sidebar {
    margin-top: 80px;
  }
  #g-container-main .g-block {
    flex: 0 100%;
    width: 100%;
  }
}
@media screen and (width < 768px) {
  #g-container-main .g-container {
    width: calc(100% - 2rem);
  }
  #g-container-main .platform-content.container {
    padding-inline: 0;
  }
  #g-mainbar {
    margin-right: 0;
  }
  #search-form .com-finder__search .input-group {
    display: flex;
    gap: 1rem;
  }
  #search-form .com-finder__search .awesomplete {
    width: 100%;
  }
  #search-form .com-finder__search .btn {
    height: 36px;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-block.visible-phone {
    display: inherit;
  }
  .g-block.hidden-phone {
    display: inherit;
  }
}
@media only all and (max-width: 900px) {
  .g-block.hidden-phone {
    display: none !important;
  }
  .g-block.visible-phone {
    display: block !important;
  }
  #g-container-main {
    margin-top: 50px;
  }
  #g-header #topMenu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    animation: none;
    margin-inline: auto;
  }
  #g-header #topMenu .g-content {
    margin-block: 0;
    margin-right: auto;
  }
}
@media screen and (width < 601px) {
  .tabs .jl-tab {
    display: block;
  }
  .tabs .jl-tab li {
    border-right: none !important;
  }
  .tabs .jl-tab li a {
    justify-content: flex-start !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-menu .g-container {
    width: calc(100% -4rem);
  }
}
/*# sourceMappingURL=custom_12.css.map */