/* Used for hive template */
/* Used for hive template */
@media (min-width: 1400px) {
  .container {
    width: 1340px;
    margin: auto; } }

.section--small {
  padding: 30px 0; }

.section-heading {
  font-size: clamp(3rem, 5vw, 6.5rem) !important;
  font-weight: bold !important;
  margin-bottom: 40px !important;
  color: #005291 !important; }

.font-weight-bold {
  font-weight: bold; }

.cta {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #005291;
  display: inline-block;
  outline-offset: 5px; }
  @media screen and (max-width: 480px) {
    .cta {
      font-size: 15px; } }
  .cta::after {
    content: '\f061';
    display: inline-block;
    padding-left: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }
  .cta--inline {
    display: inline;
    white-space: nowrap; }
    .cta--inline::after {
      color: #38807B; }
  .cta--inline-secondary::after {
    background-color: #38807B;
    color: #fff;
    display: inline-block;
    height: 24px;
    width: 24px;
    padding: 0;
    margin-left: 12px;
    vertical-align: bottom;
    line-height: 24px;
    font-size: 14px;
    border-radius: 15px;
    text-align: center; }
  .cta--primary {
    position: relative;
    background: #005291;
    color: #fff;
    box-shadow: 0 18px 13px -13px rgba(0, 0, 0, 0.4);
    padding: 10px 24px;
    text-align: center;
    outline-offset: 0; }
    .cta--primary:hover, .cta--primary:focus {
      color: #fff;
      outline-width: 8px;
      box-shadow: 0 18px 13px -13px rgba(0, 0, 0, 0.6); }
  .cta--secondary {
    position: relative;
    background: #38807B;
    color: #fff;
    box-shadow: 0 18px 13px -13px rgba(0, 0, 0, 0.4);
    padding: 10px 24px;
    text-align: center;
    outline-offset: 0; }
    .cta--secondary:hover, .cta--secondary:focus {
      color: #fff;
      font-weight: bold;
      outline-width: 8px;
      outline-color: #fff;
      box-shadow: 0 18px 13px -13px rgba(0, 0, 0, 0.8); }
  .cta--text-block {
    display: block;
    white-space: nowrap; }
  .cta--social {
    padding: 0;
    font-family: "Font Awesome 5 Brands"; }
    .cta--social::after {
      display: none; }
  .cta--search {
    background: #005291;
    margin-left: 15px;
    padding: 5px 20px;
    color: #fff;
    border: none; }
    .cta--search::before {
      content: '\f002';
      padding-right: 8px;
      font-family: "Font Awesome 5 Free";
      font-weight: 900; }
    .cta--search::after {
      display: none; }

.cta-alt {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #005291;
  display: inline-block;
  outline-offset: 5px; }
  @media screen and (max-width: 480px) {
    .cta-alt {
      font-size: 15px; } }

.btn-v2 {
  background: #005291;
  padding: 3px 30px;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: 26px;
  transition: 250ms;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.5;
  text-align: center; }
  .btn-v2:hover {
    background: #006fc4;
    color: #fff;
    text-decoration: none; }
  .btn-v2--white {
    background: #fff !important;
    color: #005291 !important;
    border: 2px solid #005291; }
    .btn-v2--white:hover {
      background: #005291 !important;
      color: #fff !important; }

.select-mask {
  position: relative; }
  .select-mask::after {
    content: '\f078';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    color: #005291;
    right: 10px;
    top: 0;
    line-height: 30px;
    vertical-align: middle;
    pointer-events: none;
    font-weight: 900; }
  .select-mask::-ms-expand {
    display: none; }

.text-center {
  text-align: center; }

.icon-boxes, #poststuff .icon-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; }
  @media (max-width: 1024px) {
    .icon-boxes, #poststuff .icon-boxes {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 600px) {
    .icon-boxes, #poststuff .icon-boxes {
      grid-template-columns: 1fr; } }
  .icon-boxes .box, #poststuff .icon-boxes .box {
    padding: 40px 30px;
    border-radius: 8px;
    border: 1px solid #AFACAC;
    background-color: #fff;
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .icon-boxes .box:hover, #poststuff .icon-boxes .box:hover {
      box-shadow: 4px 6px 4px 0 rgba(0, 0, 0, 0.1); }
    .icon-boxes .box img, #poststuff .icon-boxes .box img {
      height: 50px;
      object-fit: contain; }
    .icon-boxes .box h3, #poststuff .icon-boxes .box h3 {
      text-transform: uppercase;
      font-weight: bold;
      margin: 20px 0;
      font-size: 1.8rem; }
    .icon-boxes .box a, #poststuff .icon-boxes .box a {
      margin-top: auto;
      text-decoration: none; }
