/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/
/*$header-sizes: (
  small: (
    'h1': 24,
    'h2': 20,
    'h3': 19,
    'h4': 18,
    'h5': 17,
    'h6': 16,
  ),
  medium: (
    'h1': 48,
    'h2': 40,
    'h3': 31,
    'h4': 25,
    'h5': 20,
    'h6': 16,
  ),
);*/

.testimonial-section {
  background-image: url("https://www.hallkistler.com/wp-content/uploads/2022/11/Blue-grid-background.png");
  padding: 3em 20%;
}

.testimonial-container {
  display: flex;
}

.testimonial-quotes-hor {
  display: none;
}

@media screen and (max-width: 47.9375em) {
  .testimonial-quotes-hor {
    display: block;
  }
  .testimonial-quotes {
    display: none;
  }
  .testimonial-section {
    padding: 3em 12.5%;
  }
}

.testimonial-quotes {
  margin-right: 2em;
}

.testimonial-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.testimonial-slide {
  margin-top: 1em;
  width: 100%;
}
.testimonial {
  margin-bottom: 1em;
}
.testimonial-name,
.testimonial-industry {
  margin: 0;
}

.testimonial {
  color: #bce7ee;
}

.testimonial-name,
.testimonial-industry {
  color: #031319;
}

.mt-btn {
  margin-top: 1em;
  background-color: transparent !important;
  font-size: 12px !important;
}

.foundation-mq {
  font-family: "small=0em&medium=48em&large=75em";
}

html {
  font-size: 18px;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  background: #ffffff;
}

button {
  border-radius: 0;
}

h1,
.heading-1,
.smg-text.heading-1 *,
.fl-builder-content h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 200;
  line-height: 60px;
}

h2,
.heading-2,
.smg-text.heading-2 *,
.fl-builder-content h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 33px;
  color: #00608b;
  margin-bottom: 30px;
  font-weight: 400;
}

h3,
.heading-3,
.smg-text.heading-3 *,
.fl-builder-content h3 {
  font-size: 21px;
  font-weight: 300;
  line-height: 33px;
  color: #00608b;
  margin-bottom: 30px;
}

h4,
.heading-4,
.smg-text.heading-4 *,
.fl-builder-content h4 {
  font-size: 21px;
  font-weight: 300;
  line-height: 33px;
  color: #00608b;
  margin-bottom: 30px;
}

h5,
.heading-5,
.smg-text.heading-5 *,
.fl-builder-content h5 {
  font-size: 21px;
  font-weight: 300;
  line-height: 33px;
  color: #00608b;
  margin-bottom: 30px;
}

h6,
.heading-6,
.smg-text.heading-6 *,
.fl-builder-content h6 {
  font-size: 21px;
  font-weight: 300;
  line-height: 33px;
  color: #00608b;
  margin-bottom: 30px;
}

.entry-content h1,
.entry-content .heading-1,
.entry-content .smg-text.heading-1 *,
.entry-content .fl-builder-content h1 {
  font-size: 48px;
  font-weight: 200;
  color: #000;
}

a {
  color: #699f06;
}
a:hover {
  color: #7ba7bf;
}

a.white {
  color: #fff;
}
a.white:hover {
  color: #000000;
}

ul li,
ol li {
  color: #000000;
  font-size: 18px;
}

ol li {
  color: #000000;
  font-size: 18px;
}

.list {
  margin: 0;
}
.list li {
  position: relative;
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.list li:before {
  content: "";
  display: block;
  position: absolute;
  height: 5px;
  width: 5px;
  top: 12px;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
}

.icon-card-icon:before {
  content: "\e900";
  color: #a1bccb;
}

.icon-global-icon:before {
  content: "\e901";
  color: #a1bccb;
}

.icon-hands-icon:before {
  content: "\e902";
  color: #a1bccb;
}

.icon-user-icon:before {
  content: "\e903";
  color: #a1bccb;
}

/* Basic Elements */
p {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 33px;
}

.entry-content,
#team-ind-info,
#ffacts {
  font-weight: 300;
}
.entry-content ul,
#team-ind-info ul,
#ffacts ul {
  margin-bottom: 58px;
}
.entry-content ul li,
#team-ind-info ul li,
#ffacts ul li {
  position: relative;
  padding-left: 20px;
  line-height: 33px;
}
.entry-content ul li:before,
#team-ind-info ul li:before,
#ffacts ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  display: block;
  background-color: #699f06;
  border-radius: 100%;
  width: 4px;
  height: 4px;
}
.entry-content ul.checklist li:before,
#team-ind-info ul.checklist li:before,
#ffacts ul.checklist li:before {
  content: "";
  display: block;
  height: 10px;
  width: 13px;
  top: 12px;
  background-color: transparent;
  background-image: url(../images/svg/checkmark.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.entry-content ol,
#team-ind-info ol,
#ffacts ol {
  margin-bottom: 58px;
}
.entry-content ol li,
#team-ind-info ol li,
#ffacts ol li {
  line-height: 33px;
}

.white-100 {
  color: #fff !important;
}

.bg-white-100 {
  background-color: #fff !important;
}

.gray-100 {
  color: #f5f4f0 !important;
}

.bg-gray-100 {
  background-color: #f5f4f0 !important;
}

.gray-200 {
  color: #b7b7b7 !important;
}

.bg-gray-200 {
  background-color: #b7b7b7 !important;
}

.gray-300 {
  color: #000000 !important;
}

.bg-gray-300 {
  background-color: #000000 !important;
}

.gray-400 {
  color: #000000 !important;
}

.bg-gray-400 {
  background-color: #000000 !important;
}

.gray-500 {
  color: #000000 !important;
}

.bg-gray-500 {
  background-color: #000000 !important;
}

.gray-600 {
  color: #000000 !important;
}

.bg-gray-600 {
  background-color: #000000 !important;
}

.gray-700 {
  color: #000000 !important;
}

.bg-gray-700 {
  background-color: #000000 !important;
}

.gray-800 {
  color: #000000 !important;
}

.bg-gray-800 {
  background-color: #000000 !important;
}

.gray-900 {
  color: #000000 !important;
}

.bg-gray-900 {
  background-color: #000000 !important;
}

.blue-100 {
  color: #7ba7bf !important;
}

.bg-blue-100 {
  background-color: #7ba7bf !important;
}

.blue-200 {
  color: #00608b !important;
}

.bg-blue-200 {
  background-color: #00608b !important;
}

.green-100 {
  color: #699f06 !important;
}

.bg-green-100 {
  background-color: #699f06 !important;
}

.green-200 {
  color: #426600 !important;
}

.bg-green-200 {
  background-color: #426600 !important;
}

.green-300 {
  color: #a5d40c !important;
}

.bg-green-300 {
  background-color: #a5d40c !important;
}

.smg-interchange {
  margin-bottom: 2rem;
}

.smg-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.smg-col-2 .col {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-right: 30px;
}

.smg-col-2 .col:last-of-type {
  margin-right: 0;
}

.icon-card-icon:before {
  content: "\e900";
  color: #a1bccb;
}

.icon-global-icon:before {
  content: "\e901";
  color: #a1bccb;
}

.icon-hands-icon:before {
  content: "\e902";
  color: #a1bccb;
}

.icon-user-icon:before {
  content: "\e903";
  color: #a1bccb;
}

/*
 * Mixin's
 */
/* 
 * Classes
 */
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 9px 1rem 10px;
  background-color: #699f06;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
}
.btn:after {
  content: "";
  display: block;
  height: 7px;
  width: 4px;
  margin-left: 12px;
  background-image: url(../images/svg/button-arrow-default.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.btn:hover {
  background-color: #00608b;
  color: #fff;
}
.btn.outline {
  border-color: #fff;
  border-width: 1px;
  color: #fff;
}
.btn.outline:hover {
  border-color: #00608b;
  color: #00608b;
}
.btn.alt-1 {
  background-color: #000000;
}
.btn.alt-1:hover {
  background-color: #000000;
  color: #fff;
}
.btn.wide {
  padding-left: 55px;
  padding-right: 55px;
}
.btn.white {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #699f06;
}
.btn.white:after {
  background-image: url(../images/svg/button-arrow-green.svg);
}
.btn.white:hover {
  background-color: #699f06;
  border-color: #699f06 !important;
  color: #fff;
}
.btn.white:hover:after {
  background-image: url(../images/svg/button-arrow-default.svg);
}

/*
 * BeaverBuilder Support
 */
.page-content .fl-builder-content .fl-module-button.white .btn {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #699f06;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
}
.page-content .fl-builder-content .fl-module-button.white .btn:after {
  background-image: url(../images/svg/button-arrow-green.svg);
}
.page-content .fl-builder-content .fl-module-button.white .btn:hover {
  background-color: #699f06;
  border-color: #699f06 !important;
  color: #fff;
}
.page-content .fl-builder-content .fl-module-button.white .btn:hover:after {
  background-image: url(../images/svg/button-arrow-default.svg);
}
.page-content .fl-builder-content .fl-module-button.white .btn * {
  color: #699f06;
}
.page-content .fl-builder-content .fl-module-button.white .btn:hover * {
  color: #fff;
}

.page-content
  .fl-builder-content
  .fl-button-wrap.fl-button-width-full
  a.fl-button {
  width: 100%;
}

.page-content .fl-builder-content .fl-button-wrap a.fl-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 9px 1rem 10px;
  background-color: #699f06;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0 !important;
}
.page-content .fl-builder-content .fl-button-wrap a.fl-button:after {
  content: "";
  display: block;
  height: 7px;
  width: 4px;
  margin-left: 12px;
  background-image: url(../images/svg/button-arrow-default.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-content .fl-builder-content .fl-button-wrap a.fl-button:hover {
  background-color: #00608b;
  color: #fff;
}
.page-content .fl-builder-content .fl-button-wrap a.fl-button * {
  color: #fff;
}
.page-content .fl-builder-content .fl-button-wrap a.fl-button:hover {
  border-color: #fff;
}
.page-content .fl-builder-content .fl-button-wrap a.fl-button:hover * {
  color: #fff;
}
.page-content .fl-builder-content .fl-button-wrap a.fl-button.outline {
  border-color: #fff;
  border-width: 1px;
  color: #fff;
}
.page-content .fl-builder-content .fl-button-wrap a.fl-button.outline:hover {
  border-color: #00608b;
  color: #00608b;
}
.page-content .fl-builder-content .fl-button-wrap a.fl-button.alt-1 {
  background-color: #000000;
}
.page-content .fl-builder-content .fl-button-wrap a.fl-button.alt-1:hover {
  background-color: #000000;
  color: #fff;
}
.page-content .fl-builder-content .fl-button-wrap a.fl-button.wide {
  padding-left: 55px;
  padding-right: 55px;
}

/*
  Sanctuary Forms
  Form Styles provided within our theme.
  Only activate one of these at a time.
  ---------------------------------------------------------------------
  @company: Sanctuary
  @authors: Michael Schut, Kevin Stalder
*/
.gform_wrapper .gform_body .gform_fields .gfield {
  margin-bottom: 27px;
  padding-right: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield.gf_captcha {
  margin-bottom: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield label {
  color: #000 !important;
}
.gform_wrapper .gform_body .gform_fields .gfield iframe {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.gform_wrapper .gform_body .gform_fields .gfield.gform_hidden {
  margin: 0;
}

.gform_wrapper .gform_body .gform_fields input,
.gform_wrapper .gform_body .gform_fields select,
.gform_wrapper .gform_body .gform_fields textarea {
  padding: 5px 10px !important;
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #eae8e5;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.gform_wrapper .gform_body .gform_fields textarea {
  padding-top: 8px !important;
}
.gform_wrapper .gform_body .gform_fields textarea.small {
  height: 100px;
}

.gform_wrapper .gform_body .gform_fields input {
  height: 43px;
}

.gform_wrapper .gform_body .ginput_container_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gform_wrapper .gform_body .ginput_container_consent input[type="checkbox"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  margin-right: 1rem;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.gform_wrapper .gform_body .ginput_container_consent .gfield_consent_label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 0 !important;
  color: #333 !important;
}

.gform_wrapper .gform_body .gfield_radio,
.gform_wrapper .gform_body .gfield_checkbox {
  margin-bottom: 0 !important;
}
.gform_wrapper .gform_body .gfield_radio li,
.gform_wrapper .gform_body .gfield_checkbox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.75rem;
  padding-left: 0;
}
.gform_wrapper .gform_body .gfield_radio li:last-of-type,
.gform_wrapper .gform_body .gfield_checkbox li:last-of-type {
  margin-bottom: 0 !important;
}
.gform_wrapper .gform_body .gfield_radio li:before,
.gform_wrapper .gform_body .gfield_checkbox li:before {
  content: none;
}
.gform_wrapper .gform_body .gfield_radio li input,
.gform_wrapper .gform_body .gfield_checkbox li input {
  height: 18px;
  width: 18px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 0.5rem !important;
}
.gform_wrapper .gform_body .gfield_radio li label,
.gform_wrapper .gform_body .gfield_checkbox li label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 0 !important;
  line-height: 18px !important;
  text-transform: none !important;
}

.gform_wrapper .gform_footer .gform_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 9px 1rem 10px;
  background-color: #699f06;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
}
.gform_wrapper .gform_footer .gform_button:after {
  content: "";
  display: block;
  height: 7px;
  width: 4px;
  margin-left: 12px;
  background-image: url(../images/svg/button-arrow-default.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background-color: #00608b;
  color: #fff;
}

.gform_wrapper .validation_message.instruction {
  color: #000000;
}

#gform_wrapper_4 .gfield_label {
  display: none !important;
}

#gform_wrapper_4 textarea {
  height: 92px;
}

#gform_wrapper_4 .gform_footer .gform_button {
  display: block;
  width: 100%;
}

.primary-navigation #menu-close {
  background-color: #699f06;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}
.primary-navigation #menu-close span:before,
.primary-navigation #menu-close span:after {
  border-radius: 5px;
  background-color: #fff;
}

.primary-navigation > ul {
  background-color: #00608b;
}
.primary-navigation > ul > li {
  background-color: #00608b;
}

@media screen and (min-width: 75em) {
  .primary-navigation ul.desktop-title-special {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .primary-navigation ul.desktop-title-special > li:not(.desktop-menu-title) {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 33.333% !important;
    flex: 0 1 33.333% !important;
  }
  .primary-navigation li.desktop-menu-title {
    position: absolute;
    width: 100%;
    top: 15px;
    left: 43px;
    margin-bottom: 7px;
    padding-left: 0 !important;
  }
  .primary-navigation li.desktop-menu-title a {
    text-transform: uppercase !important;
    color: #97b5c6 !important;
    font-size: 21px !important;
    font-weight: 600 !important;
    margin-left: 0 !important;
  }
  .primary-navigation li.desktop-menu-title a:before {
    content: none !important;
  }
}

.primary-navigation li.menu-item {
  font-size: 21px;
  font-weight: 600;
  line-height: 29px;
}
@media screen and (max-width: 74.9375em) {
  .primary-navigation li.menu-item {
    font-size: 20px;
    line-height: 26px;
  }
}
.primary-navigation li.menu-item.mobile-only {
  display: none !important;
}
@media screen and (max-width: 74.9375em) {
  .primary-navigation li.menu-item.mobile-only {
    display: block !important;
  }
}
.primary-navigation li.menu-item a {
  color: #97b5c6;
}
.primary-navigation li.menu-item.menu-over a {
  font-size: 21px;
  font-weight: bold;
  color: #97b5c6;
}
.primary-navigation li.menu-item.btn-item {
  text-align: center;
}
.primary-navigation li.menu-item.btn-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 9px 1rem 10px;
  background-color: #699f06;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  max-width: 85%;
  margin-top: 18px;
  color: #fff !important;
}
.primary-navigation li.menu-item.btn-item a:after {
  content: "";
  display: block;
  height: 7px;
  width: 4px;
  margin-left: 12px;
  background-image: url(../images/svg/button-arrow-default.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.primary-navigation li.menu-item.btn-item a:hover {
  background-color: #00608b;
  color: #fff;
}
.primary-navigation li.menu-item.btn-item:hover a {
  background-color: #7ba7bf;
}
.primary-navigation li.menu-item > ul li:hover a {
  color: #7ba7bf;
}
@media screen and (min-width: 75em) {
  .primary-navigation
    li.menu-item.toggle-menu-item.slide-menu-active
    > .dropdown
    a {
    font-size: 17px;
    font-weight: 600;
  }
}
@media screen and (min-width: 75em) {
  .primary-navigation li.menu-item:hover > a {
    color: #00608b;
  }
}
.primary-navigation li.menu-item.menu-rule {
  width: calc(100% - 55px);
  margin: 25px auto;
  border-top: 4px solid rgba(123, 167, 191, 0.44);
}
.primary-navigation li.menu-item.label > a {
  font-size: 24px !important;
  font-weight: 900 !important;
  margin-bottom: 10px !important;
  color: #000 !important;
}
.primary-navigation li.menu-item.menu-item-has-children > a:after {
  top: 50%;
  right: 32px;
  width: 9px;
  height: 8px;
  background-image: url("../images/svg/menu-arrow.svg");
}
@media screen and (max-width: 74.9375em) {
  .primary-navigation li.menu-item.menu-item-has-children > a:after {
    width: 20px;
    height: 13px;
  }
}
.primary-navigation li.menu-item ul.dropdown {
  background-color: #00608b;
}

.primary-navigation .back-to-main {
  font-size: 21px;
  color: #a5d40c;
}

#smg-gdpr-container #smg-gdpr .btn {
  padding: 0.65rem 1rem;
  color: #fff !important;
}
#smg-gdpr-container #smg-gdpr .btn:after {
  content: none !important;
}
#smg-gdpr-container #smg-gdpr .btn:last-of-type {
  background-color: transparent;
  border: #699f06 2px solid;
}
#smg-gdpr-container #smg-gdpr .btn:last-of-type:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.gdpr-show-again {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
  background-color: #f5f4f0;
  color: #b7b7b7;
}
.gdpr-show-again a {
  color: #b7b7b7;
  text-decoration: underline;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.animate-me {
  opacity: 0;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animated {
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.delay-0-25s {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.animated.delay-0-5s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animated.delay-0-75s {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-1-25s {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.animated.delay-1-5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animated.delay-1-75s {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-2-25s {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
}

.animated.delay-2-5s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.animated.delay-2-75s {
  -webkit-animation-delay: 2.75s;
  animation-delay: 2.75s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

@-webkit-keyframes slideRightFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes slideRightFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.slideRightFadeIn {
  -webkit-animation-name: slideRightFadeIn;
  animation-name: slideRightFadeIn;
}

[data-receiver] {
  display: none;
}
[data-receiver].toggle-open {
  display: block;
}

.hk-block-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 275px;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hk-block-link:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(70, 70, 70, 0.25);
  z-index: 0;
}
.hk-block-link:hover:before {
  background-color: rgba(0, 89, 122, 0.8);
}
.hk-block-link * {
  position: relative;
  z-index: 1;
}
.hk-block-link h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}

table {
  width: 100%;
  border-top: 1px solid #ccc;
}
table td {
  padding: 12px 6px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
table p {
  margin: 0;
}

.fl-module-faqs .smg-faqs .item.faq-toggle {
  margin-bottom: 20px;
}
.fl-module-faqs .smg-faqs .item.faq-toggle .item-title {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  min-height: 42px;
  cursor: pointer;
}
.fl-module-faqs .smg-faqs .item.faq-toggle .item-title h3 {
  padding: 10px 17px;
  font-size: 18px;
  font-weight: 400;
  color: #699f06;
  line-height: 23px;
}
.fl-module-faqs .smg-faqs .item.faq-toggle .item-title .item-toggle {
  background-color: #699f06;
  border-radius: 100%;
  width: 31px;
  height: 31px;
}
.fl-module-faqs .smg-faqs .item.faq-toggle .item-title .item-toggle:before {
  content: "";
  background-image: url(../images/svg/faq-arrow.svg);
  background-repeat: no-repeat;
  width: 9px;
  height: 6px;
  display: block;
  border-radius: 0;
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  top: 53%;
  left: 49%;
}
.fl-module-faqs .smg-faqs .item.faq-toggle .item-title .item-toggle:after {
  content: none;
}
.fl-module-faqs .smg-faqs .item.faq-toggle .item-content {
  border: none;
  padding: 10px 17px;
}
.fl-module-faqs
  .smg-faqs
  .item.faq-toggle.open
  .item-title
  .item-toggle:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  top: 48%;
  left: 52%;
}

/**
 * Row Styles
*/
.row-gradient-bottom {
  position: relative;
}
.row-gradient-bottom:after {
  content: "";
  display: block;
  position: absolute;
  height: 480px;
  width: 100vw;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(0),
    color-stop(11%, #e5eef1),
    color-stop(32%, #ffffff)
  );
  background-image: linear-gradient(0, #e5eef1 11%, #ffffff 32%);
  z-index: -1;
}

/*
Toggles
*/
.fl-accordion .fl-accordion-item {
  border-color: #00608b;
  color: #00608b;
}
.fl-accordion .fl-accordion-item p {
  color: #000;
}

.fl-accordion .fl-accordion-button-icon {
  color: #00608b;
}

/**
 * Callout
 */
.fl-callout .fl-callout-content .fl-icon {
  color: #00608b;
}

/*
 * h tags
 */
#header {
  background-color: rgba(245, 244, 240, 0.9);
  position: relative;
}
@media screen and (max-width: 74.9375em) {
  #header {
    background-color: rgba(245, 244, 240, 0.9);
  }
}
@media screen and (max-width: 47.9375em) {
  #header {
    padding-bottom: 8px;
  }
}
#header:before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(50% - 50px);
  height: 7px;
  background-color: rgba(123, 167, 191, 0.25);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
@media screen and (max-width: 74.9375em) {
  #header:before {
    width: calc(50% + 270px);
  }
}
#header:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(50% + 392px);
  height: 7px;
  background-color: #7ba7bf;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
@media screen and (max-width: 74.9375em) {
  #header:after {
    content: none;
  }
}
@media screen and (max-width: 74.9375em) {
  #header .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #header .smg-header-actions {
    padding-top: 0px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 47.9375em) {
  #header .inner {
    position: relative;
  }
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  #header .logo {
    width: 500px;
    margin-right: 0 !important;
  }
}
#header .logo #header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  #header .logo #header-logo span {
    width: 295px;
  }
}
@media screen and (max-width: 74.9375em) {
  #header .logo #header-logo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #header .logo #header-logo span {
    padding-top: 20px;
  }
}
@media screen and (max-width: 47.9375em) {
  #header .logo #header-logo {
    width: 120px;
    margin-left: auto;
    margin-right: 20px;
  }
  #header .logo #header-logo span {
    display: none;
  }
}
#header .logo img {
  height: 116px;
  max-width: none;
}
@media screen and (max-width: 74.9375em) {
  #header .logo img {
    height: 93px;
  }
}
@media screen and (max-width: 47.9375em) {
  #header .logo img {
    height: 77px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  #header .logo {
    margin-right: 1.25rem;
    width: auto;
  }
  #header .logo svg {
    width: 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  #header .logo {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: auto;
    margin-right: auto;
  }
  #header .logo span {
    width: 100%;
  }
}
#header #hk-header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 47.9375em) {
  #header #hk-header-links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#header #hk-header-links > div {
  margin-right: 35px;
}
@media screen and (max-width: 47.9375em) {
  #header #hk-header-links > div {
    margin-right: 20px;
  }
  #header #hk-header-links > div:last-of-type {
    margin-top: 0 !important;
  }
}
#header #hk-header-links > div a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
}
#header #hk-header-links > div a:hover {
  color: #00608b;
}
#header #hk-header-links > div:last-of-type {
  margin-right: 0;
  margin-top: 4px;
}
#header #cr-widget1939119884 {
  margin-left: 50px;
  background-color: transparent !important;
  top: -10px;
  position: relative;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  #header #cr-widget1939119884 {
    top: -5px;
  }
}
@media screen and (max-width: 47.9375em) {
  #header #cr-widget1939119884 {
    margin-left: 0;
    top: 3px;
  }
}
#header #cr-widget1939119884 .gdpr-show-again {
  display: none;
}
@media screen and (min-width: 48em) {
  #header .menu-item:hover > a {
    color: #7ba7bf;
  }
  #header .menu-item a {
    font-family: "Source Sans Pro", sans-serif;
  }
}
@media screen and (min-width: 75em) {
  #header .secondary-navigation {
    padding-top: 23px;
  }
}
@media screen and (max-width: 74.9375em) {
  #header .secondary-navigation {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media screen and (max-width: 47.9375em) {
  #header .secondary-navigation {
    display: none;
    padding-top: 0;
    text-align: left;
    margin-bottom: 25px;
  }
  #header .secondary-navigation .smg-header-actions {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#header .secondary-navigation .smg-header-icon-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 21px;
  font-weight: bold;
  color: #699f06;
}
#header .secondary-navigation .smg-header-icon-link:first-of-type a {
  color: #000000;
}
#header .secondary-navigation .smg-header-icon-link:first-of-type a:hover {
  color: #7ba7bf;
}
#header .secondary-navigation .smg-header-icon-link .header-svg .cart-count,
#header .secondary-navigation .smg-header-icon-link .hover-label .cart-count {
  background-color: transparent;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
}
#header .secondary-navigation .smg-header-icon-link:hover .hover-label {
  font-size: 18px;
  font-weight: 500;
}
#header .menu-item a {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
#header .menu-item a:hover {
  color: #7ba7bf;
}
@media screen and (max-width: 74.9375em) {
  #header .menu-item a {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}

#mobile-menu {
  background-color: transparent;
  border-bottom: 8px solid transparent;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  text-align: right;
  padding: 8px;
  margin-right: 20px;
}
@media screen and (max-width: 74.9375em) {
  #mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 47.9375em) {
  #mobile-menu {
    position: absolute;
    left: 20px;
    top: 25px;
  }
}
#mobile-menu span {
  text-transform: uppercase;
  font-size: 14px;
  color: #699f06;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  padding-left: 0px;
  display: block;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 3px;
}
#mobile-menu .bars > div {
  border-radius: 6px;
  background-color: #699f06 !important;
}

.arrow-link {
  top: -5px;
  position: relative;
}

#search-icon {
  cursor: pointer;
}
#search-icon:hover svg line,
#search-icon:hover svg path {
  stroke: #7ba7bf;
}
@media screen and (max-width: 47.9375em) {
  #search-icon {
    display: none;
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 10px 20px;
  }
}

#sticky-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
#sticky-header.scroll .menu-header-menu {
  display: none;
}
@media screen and (max-width: 47.9375em) {
  #sticky-header.scroll #header-logo span {
    display: none;
  }
}

.primary-navigation #menu-header-menu {
  overflow-y: scroll;
}

@media screen and (min-width: 75em) {
  body.scroll .primary-navigation {
    display: none;
  }
  .primary-navigation {
    overflow: visible;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
    width: 100%;
    height: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 116px;
  }
}
@media screen and (min-width: 75em) and (min-width: 48em) and (max-width: 74.9375em) {
  .primary-navigation {
    max-width: 768px;
  }
}
@media screen and (min-width: 75em) and (max-width: 47.9375em) {
  .primary-navigation {
    max-width: 380px;
  }
}

@media screen and (min-width: 75em) {
  .primary-navigation:before {
    content: "";
    display: block;
    clear: both;
  }
  .primary-navigation:after {
    content: "";
    display: block;
    clear: both;
  }
  .primary-navigation #menu-close {
    display: none;
  }
  .primary-navigation #menu-header-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: transparent;
  }
  .primary-navigation #menu-header-menu > li {
    margin-right: 13px;
    background-color: #699f06;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
  }
  .primary-navigation #menu-header-menu > li:hover > a {
    background-color: #00608b;
    margin-top: -7px;
    padding-top: 15px;
  }
  .primary-navigation #menu-header-menu > li:hover > a:before {
    border-bottom: 52px solid #00608b;
  }
  .primary-navigation #menu-header-menu > li:hover > a:after {
    border-top: 52px solid #00608b;
  }
  .primary-navigation #menu-header-menu > li:hover > ul.dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .primary-navigation #menu-header-menu > li > ul.dropdown {
    top: 100%;
    width: 100%;
    width: 975px;
    right: 28px;
    left: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .primary-navigation #menu-header-menu > li > ul.dropdown > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .primary-navigation #menu-header-menu > li > ul.dropdown > li > a {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    padding: 0;
    margin-bottom: 4px;
    margin-left: 30px;
    margin-right: 55px;
    position: relative;
    padding-left: 10px;
  }
  .primary-navigation #menu-header-menu > li > ul.dropdown > li > a:hover {
    color: #a5d40c;
  }
  .primary-navigation #menu-header-menu > li > ul.dropdown > li > a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #97b5c6;
    position: absolute;
    border-radius: 2px;
    top: 11px;
    left: 0;
  }
}
@media screen and (min-width: 75em) and (min-width: 75em) {
  .primary-navigation #menu-header-menu > li > ul.dropdown > li > a:after {
    content: none;
  }
}

@media screen and (min-width: 75em) {
  .primary-navigation #menu-header-menu > li > ul.dropdown > li > ul {
    position: relative;
    display: block;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .primary-navigation #menu-header-menu > li > ul.dropdown > li > ul > li a {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    padding: 0;
    margin-bottom: 4px;
    margin-left: 30px;
    margin-right: 55px;
    position: relative;
    padding-left: 10px;
  }
  .primary-navigation
    #menu-header-menu
    > li
    > ul.dropdown
    > li
    > ul
    > li
    a:hover {
    color: #a5d40c;
  }
  .primary-navigation
    #menu-header-menu
    > li
    > ul.dropdown
    > li
    > ul
    > li
    a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #97b5c6;
    position: absolute;
    border-radius: 2px;
    top: 11px;
    left: 0;
  }
  .primary-navigation #menu-header-menu > li > a {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px 42.6px;
    color: #fff;
    position: relative;
  }
  .primary-navigation #menu-header-menu > li > a:before,
  .primary-navigation #menu-header-menu > li > a:after {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    border-bottom: 45px solid #699f06;
    border-left: 10px solid transparent;
  }
  .primary-navigation #menu-header-menu > li > a:after {
    right: auto;
    left: 100%;
    border-left: none;
    border-bottom: none;
    border-top: 45px solid #699f06;
    border-right: 10px solid transparent;
    -webkit-transform: none;
    transform: none;
  }
  .primary-navigation li.menu-item {
    width: auto;
  }
}

body.scroll .covid-19 {
  display: none;
}

body.scroll.home #sticky-header {
  top: 0px;
}

body.scroll.home .primary-navigation {
  top: 116px;
}

.covid-19 {
  position: fixed;
  top: 0;
  z-index: 999999999999;
  width: 100%;
  background-color: #df2d21;
  padding: 15px;
  margin-bottom: 0;
  color: #fff;
}
.covid-19 p {
  margin-bottom: 0;
}
.covid-19 a {
  color: #fff;
  text-decoration: underline;
}
.covid-19 .mobile-text {
  display: none;
}
@media screen and (max-width: 47.9375em) {
  .covid-19 .mobile-text {
    display: block;
  }
}
@media screen and (max-width: 47.9375em) {
  .covid-19 .desktop-text {
    display: none;
  }
}

.smg-banner {
  padding-top: 90px;
}
.smg-banner #sticky-header {
  top: 90px;
}
.smg-banner .primary-navigation {
  top: 206px;
}
.smg-banner .primary-navigation.active {
  top: 0px;
  z-index: 9999999999999999999;
}

.smg-banner.scroll #sticky-header {
  top: 0 !important;
}

#footer {
  margin-bottom: 25px;
  position: relative;
  font-weight: 300;
}
#footer .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
}
#footer .row:before,
#footer .row:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: rgba(0, 96, 139, 0.1);
}
#footer .row:after {
  bottom: 0;
  top: auto;
}
@media screen and (max-width: 74.9375em) {
  #footer .row:after {
    top: 140px;
    bottom: auto;
  }
}
#footer .row {
  padding: 0 50px;
}
@media screen and (max-width: 47.9375em) {
  #footer .row {
    padding: 0 15px;
  }
}
#footer .site-description {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 74.9375em) {
  #footer .site-description {
    margin-right: 50px;
    width: 475px;
  }
}
@media screen and (max-width: 47.9375em) {
  #footer .site-description {
    width: 100%;
    margin-right: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
#footer .site-description .logo {
  margin-bottom: 0;
}
@media screen and (max-width: 47.9375em) {
  #footer .site-description .logo {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}
#footer .site-description .logo img {
  height: 147px;
  max-width: inherit;
}
#footer .site-description p {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
#footer .site-description .address {
  margin-bottom: 0;
}
@media screen and (max-width: 74.9375em) {
  #footer .site-description .address br:nth-of-type(1) {
    display: none;
  }
}
@media screen and (max-width: 47.9375em) {
  #footer .site-description .address {
    text-align: center;
    padding: 0 15px;
    width: 260px;
    margin: 0 auto;
  }
}
#footer .site-description .address a {
  color: #000;
}
#footer .site-description .address a:hover {
  color: #000000;
}
#footer .site-navigation {
  padding-top: 6px;
}
@media screen and (max-width: 74.9375em) {
  #footer .site-navigation {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  #footer .site-navigation > .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 47.9375em) {
  #footer .site-navigation > .menu {
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .site-navigation > .menu li {
    width: auto;
  }
}
#footer .site-navigation li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
#footer .site-navigation li a {
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 0px;
  font-weight: 300;
}
#footer .site-navigation li:after {
  content: "|";
  color: #b7b7b7;
}
#footer .site-navigation li:last-of-type:after {
  content: none;
}
#footer .site-navigation a {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
@media screen and (max-width: 47.9375em) {
  #footer .site-navigation a {
    font-size: 14px;
  }
}
#footer .site-navigation .menu-item-has-children > a {
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
}
#footer .site-credentials {
  margin-left: 118px;
  padding-top: 14px;
}
@media screen and (max-width: 74.9375em) {
  #footer .site-credentials {
    margin-left: 0;
  }
}
#footer .site-credentials .credit-cards {
  margin-bottom: 44px;
}
@media screen and (max-width: 74.9375em) {
  #footer .site-credentials .credit-cards svg {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  #footer .site-credentials .credit-cards svg:last-of-type {
    margin-right: 0;
  }
}
#footer #get-directions {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media screen and (max-width: 47.9375em) {
  #footer #get-directions {
    text-align: center;
  }
}
#footer #get-directions a,
#footer #get-directions div {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
#footer #cr-widget1939119884 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
#footer #cr-widget1939119884 .gdpr-show-again {
  display: none;
}
@media screen and (max-width: 74.9375em) {
  #footer #cr-widget1939119884 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
  }
}
@media screen and (max-width: 74.9375em) {
  #footer #social-nav {
    margin-top: 45px;
    width: 100%;
    max-width: 355px;
    margin-left: auto;
    margin-right: auto;
  }
}
#footer #social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
  padding-top: 8px;
  line-height: 0;
}
#footer #social-icons a:hover svg path {
  fill: #7ba7bf;
}

.copyright {
  padding: 0 50px;
}
@media screen and (max-width: 74.9375em) {
  .copyright {
    padding: 0 15px;
    text-align: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.copyright p {
  color: #b7b7b7;
  font-weight: 300;
  text-align: right;
  font-size: 16px;
}
@media screen and (max-width: 74.9375em) {
  .copyright p {
    font-size: 14px;
    text-align: center;
  }
}

.page-image {
  height: 500px;
  background-color: #000000;
}

.entry-nav #breadcrumbs {
  margin: 0;
}
.entry-nav #breadcrumbs span span {
  font-size: 14px;
  color: #fff;
}
.entry-nav #breadcrumbs span span .breadcrumb_last {
  color: #fff;
}
.entry-nav #breadcrumbs span span a {
  color: #b8e986;
}

.site-blockmenu {
  padding: 145px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 47.9375em) {
  .site-blockmenu {
    padding: 90px 0 110px;
    background-color: #00597a;
    background-image: none !important;
  }
}
.site-blockmenu .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 74.9375em) {
  .site-blockmenu .row {
    padding-left: 45px;
  }
}
@media screen and (max-width: 47.9375em) {
  .site-blockmenu .row {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.site-blockmenu .section-title {
  display: none;
}
@media screen and (max-width: 47.9375em) {
  .site-blockmenu .section-title {
    display: block;
  }
}
@media screen and (max-width: 47.9375em) {
  .site-blockmenu .section-title h2 {
    display: block;
  }
}
.site-blockmenu .section-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.site-blockmenu .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-width: 250px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
  padding: 11px 12px 11px 24px;
  background-color: #699f06;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 23px;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .site-blockmenu .list-item {
    padding: 11px 12px 11px 11px;
    min-width: 280px;
    font-size: 16px;
  }
}
@media screen and (max-width: 47.9375em) {
  .site-blockmenu .list-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 9px 24px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
  }
  .site-blockmenu .list-item:before,
  .site-blockmenu .list-item:after {
    content: none !important;
  }
}
.site-blockmenu .list-item:hover {
  background-color: #00608b;
}
.site-blockmenu .list-item:hover:before {
  border-bottom: 45px solid #00608b;
}
.site-blockmenu .list-item:hover:after {
  border-top: 45px solid #00608b;
}
.site-blockmenu .list-item:before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  border-bottom: 45px solid #699f06;
  border-left: 10px solid transparent;
}
.site-blockmenu .list-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  border-top: 45px solid #699f06;
  border-right: 10px solid transparent;
}
.site-blockmenu .list-item:nth-of-type(1) {
  margin-left: 55px;
  margin-right: 0;
}
.site-blockmenu .list-item:nth-of-type(2) {
  margin-left: 44px;
  margin-right: 11px;
}
.site-blockmenu .list-item:nth-of-type(3) {
  margin-left: 33px;
  margin-right: 22px;
}
.site-blockmenu .list-item:nth-of-type(4) {
  margin-left: 22px;
  margin-right: 33px;
}
.site-blockmenu .list-item:nth-of-type(5) {
  margin-left: 11px;
  margin-right: 44px;
}
.site-blockmenu .list-item:nth-of-type(6) {
  margin-left: 0px;
  margin-right: 55px;
}
.site-blockmenu .list-item:last-of-type {
  margin-bottom: 0;
}
.site-blockmenu .list-item svg {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  top: 1px;
  margin-left: 8px;
}
.site-blockmenu .section-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 18px;
  background-color: rgba(0, 89, 122, 0.8);
}
@media screen and (max-width: 47.9375em) {
  .site-blockmenu .section-main {
    margin-left: 0;
    padding-top: 48px;
  }
}
.site-blockmenu .section-main.no-services-m {
  margin-left: 322px;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .site-blockmenu .section-main.no-services-m {
    margin-left: 60px;
  }
}
@media screen and (max-width: 47.9375em) {
  .site-blockmenu .section-main.no-services-m {
    margin-left: 0;
    padding-top: 0;
  }
}
.site-blockmenu .section-main:before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  border-bottom: 310px solid rgba(0, 89, 122, 0.8);
  border-left: 65px solid transparent;
}
@media screen and (max-width: 47.9375em) {
  .site-blockmenu .section-main:before {
    content: none;
  }
}
.site-blockmenu .section-main:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: calc((100vw - 1200px) / 2 + 15px);
  left: 100%;
  top: 0;
  background-color: rgba(0, 89, 122, 0.8);
}
@media screen and (max-width: 74.9375em) {
  .site-blockmenu .section-main:after {
    width: calc((100vw - 768px) / 2 + 15px);
  }
}
@media screen and (max-width: 47.9375em) {
  .site-blockmenu .section-main:after {
    content: none;
  }
}
.site-blockmenu h2 {
  margin-bottom: 38px;
  padding-left: 122px;
  color: #fff;
  font-size: 54px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 68px;
}
@media screen and (max-width: 74.9375em) {
  .site-blockmenu h2 {
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 47.9375em) {
  .site-blockmenu h2 {
    display: none;
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 47.9375em) {
  .site-blockmenu .inner {
    width: 100%;
  }
}
.site-blockmenu .hk-icon-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 83px;
}
@media screen and (max-width: 74.9375em) {
  .site-blockmenu .hk-icon-group {
    padding-left: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .site-blockmenu .hk-icon-group {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.site-blockmenu .hk-icon-group i {
  color: #fff;
}
.site-blockmenu .hk-icon-group img {
  margin-right: 12px;
}
.site-blockmenu .hk-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 66px;
}
.site-blockmenu .hk-icon:hover span {
  color: #a5d40c;
}
.site-blockmenu .hk-icon:hover i svg g,
.site-blockmenu .hk-icon:hover i svg path,
.site-blockmenu .hk-icon:hover i svg line {
  stroke: #a5d40c;
}
.site-blockmenu .hk-icon:hover i svg path[fill="#FFF"] {
  fill: #a5d40c;
}
.site-blockmenu .hk-icon:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 74.9375em) {
  .site-blockmenu .hk-icon {
    margin-right: 25px;
  }
}
@media screen and (max-width: 47.9375em) {
  .site-blockmenu .hk-icon {
    display: block;
    margin-right: 0;
  }
}
.site-blockmenu .hk-icon i {
  display: block;
  margin-right: 12px;
  line-height: 0;
}
@media screen and (max-width: 74.9375em) {
  .site-blockmenu .hk-icon i {
    display: none;
  }
}
@media screen and (max-width: 74.9375em) {
  .site-blockmenu .hk-icon img {
    display: none;
  }
}
.site-blockmenu .hk-icon span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 23px;
  text-transform: uppercase;
}
@media screen and (max-width: 47.9375em) {
  .site-blockmenu .hk-icon span {
    font-weight: 300;
  }
}

/**
 * Hero Background
 * Effect: Ken Burns & Slideshow
 * Transition: Opacity fadein/fadeout
 */
@-webkit-keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  0.71429% {
    opacity: 1;
  }
  19.28571% {
    opacity: 1;
  }
  20.71429% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  99.28571% {
    opacity: 0;
    -webkit-transform: scale(1.2069);
    transform: scale(1.2069);
  }
  100% {
    opacity: 1;
  }
}
@keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  0.71429% {
    opacity: 1;
  }
  19.28571% {
    opacity: 1;
  }
  20.71429% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  99.28571% {
    opacity: 0;
    -webkit-transform: scale(1.2069);
    transform: scale(1.2069);
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes kenburns-2 {
  19.28571% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  20.71429% {
    opacity: 1;
  }
  39.28571% {
    opacity: 1;
  }
  40.71429% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes kenburns-2 {
  19.28571% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  20.71429% {
    opacity: 1;
  }
  39.28571% {
    opacity: 1;
  }
  40.71429% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@-webkit-keyframes kenburns-3 {
  39.28571% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  40.71429% {
    opacity: 1;
  }
  59.28571% {
    opacity: 1;
  }
  60.71429% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes kenburns-3 {
  39.28571% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  40.71429% {
    opacity: 1;
  }
  59.28571% {
    opacity: 1;
  }
  60.71429% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@-webkit-keyframes kenburns-4 {
  59.28571% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  60.71429% {
    opacity: 1;
  }
  79.28571% {
    opacity: 1;
  }
  80.71429% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes kenburns-4 {
  59.28571% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  60.71429% {
    opacity: 1;
  }
  79.28571% {
    opacity: 1;
  }
  80.71429% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@-webkit-keyframes kenburns-5 {
  79.28571% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  80.71429% {
    opacity: 1;
  }
  99.28571% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes kenburns-5 {
  79.28571% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  80.71429% {
    opacity: 1;
  }
  99.28571% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.section-background {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 100%;
  background-size: cover;
  -webkit-animation-name: kenburns;
  animation-name: kenburns;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 35s;
  animation-duration: 35s;
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  max-height: 800px;
  bottom: 0;
}
.slideshow-image:nth-child(1) {
  -webkit-animation-name: kenburns-1;
  animation-name: kenburns-1;
  z-index: 4;
}
.slideshow-image:nth-child(2) {
  -webkit-animation-name: kenburns-2;
  animation-name: kenburns-2;
  z-index: 3;
}
.slideshow-image:nth-child(3) {
  -webkit-animation-name: kenburns-3;
  animation-name: kenburns-3;
  z-index: 2;
}
.slideshow-image:nth-child(4) {
  -webkit-animation-name: kenburns-4;
  animation-name: kenburns-4;
  z-index: 1;
}
.slideshow-image:nth-child(5) {
  -webkit-animation-name: kenburns-5;
  animation-name: kenburns-5;
  z-index: 0;
}

/** ------------------------------------- **/
.site-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.site-hero .section-background {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
}
.site-hero .section-content {
  padding-bottom: 26px;
}
.site-hero .inner-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  height: 284px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 50px;
  background-color: rgba(0, 96, 139, 0.7);
}
@media screen and (max-width: 74.9375em) {
  .site-hero .inner-content {
    height: 165px;
  }
}
@media screen and (max-width: 47.9375em) {
  .site-hero .inner-content {
    padding-right: 0;
    width: calc(100% - 25px);
  }
}
.site-hero .inner-content:before {
  content: "";
  display: block;
  position: absolute;
  height: 284px;
  width: calc((100vw - 1200px) / 2 + 30px);
  right: 100%;
  top: 0;
  background-color: rgba(0, 96, 139, 0.7);
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .site-hero .inner-content:before {
    height: 165px;
    width: calc((100vw - 768px) / 2 + 30px);
  }
}
@media screen and (max-width: 47.9375em) {
  .site-hero .inner-content:before {
    height: 165px;
    width: calc((100vw - 380px) / 2 + 30px);
  }
}
.site-hero .inner-content:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  border-top: 284px solid rgba(0, 96, 139, 0.7);
  border-right: 56px solid transparent;
}
@media screen and (max-width: 74.9375em) {
  .site-hero .inner-content:after {
    border-top: 165px solid rgba(0, 96, 139, 0.7);
  }
}
@media screen and (max-width: 47.9375em) {
  .site-hero .inner-content:after {
    border-right: 42px solid transparent;
  }
}
.site-hero .row {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .site-hero .row {
    max-width: 768px;
  }
}
@media screen and (max-width: 47.9375em) {
  .site-hero .row {
    max-width: 380px;
  }
}
.site-hero .row:before {
  content: "";
  display: block;
  clear: both;
}
.site-hero .row:after {
  content: "";
  display: block;
  clear: both;
}
.site-hero h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 60px;
}
@media screen and (max-width: 47.9375em) {
  .site-hero h1 {
    font-size: 26px;
    line-height: 33px;
  }
}
@media screen and (max-width: 47.9375em) {
  .site-hero h1 {
    margin-bottom: 10px;
  }
}
.site-hero p {
  margin: 0;
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 27px;
}
@media screen and (max-width: 47.9375em) {
  .site-hero p {
    padding-right: 65px;
    font-size: 16px;
    line-height: 20px;
  }
}
.site-hero h6 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 0;
}
@media screen and (max-width: 74.9375em) {
  .site-hero h6 {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 47.9375em) {
  .site-hero h6 {
    font-size: 21px;
    line-height: 27px;
  }
}
.site-hero .btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media screen and (max-width: 47.9375em) {
  .site-hero .btn {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.hk-lightbox {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 96, 139, 0.9);
  z-index: 9999999999;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hk-lightbox.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hk-lightbox .hk-lb-close {
  position: absolute;
  top: 25px;
  right: 25px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
}
.hk-lightbox .hk-lb-close:hover {
  color: #699f06;
}
.hk-lightbox .hk-lb-inner {
  width: 100%;
  max-width: 650px;
  margin-left: 30px;
  margin-right: 30px;
}
.hk-lightbox .hk-lb-inner h3 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 48px;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 60px;
  text-align: center;
}
.hk-lightbox #lightbox-inner {
  max-width: 90%;
  max-height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
}
.hk-lightbox #lightbox-inner img {
  max-width: 100%;
  max-height: 100%;
}

#hnews-title h3 {
  font-size: 48px;
  font-weight: 200;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.4;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  #hnews-title h3 {
    max-width: 768px;
  }
}
@media screen and (max-width: 47.9375em) {
  #hnews-title h3 {
    max-width: 380px;
  }
}
#hnews-title h3:before {
  content: "";
  display: block;
  clear: both;
}
#hnews-title h3:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 47.9375em) {
  #hnews-title h3 {
    font-size: 32px;
  }
}

#hnews-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 47.9375em) {
  #hnews-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#hnews-inner .entry {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  margin-right: 56px;
}
#hnews-inner .entry:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  #hnews-inner .entry {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 47.9375em) {
  #hnews-inner .entry {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    margin-right: 0;
    margin-bottom: 45px;
  }
  #hnews-inner .entry:last-of-type {
    margin-bottom: 0;
  }
}
#hnews-inner .entry img {
  width: 100%;
  height: 241px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 26px;
}
#hnews-inner h3 {
  margin-bottom: 26px !important;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 33px;
}
#hnews-inner h3 a {
  color: #426600;
}
#hnews-inner p {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 33px;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  #hnews-inner p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (max-width: 47.9375em) {
  .hk-team.list-style {
    margin-bottom: 30px;
  }
}

.hk-team.list-style h2 {
  font-weight: 200;
}

.hk-team.list-style .hk-team-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.hk-team.list-style .hk-team-member:last-of-type {
  margin-bottom: 0;
}

.hk-team.list-style .image {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 25px;
}

.hk-team.list-style .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 5px 20px;
  background-color: #fcfcfc;
  border: 1px solid #bdbdbd;
  color: #699f06;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
}
.hk-team.list-style .btn:hover {
  background-color: #699f06;
  color: #fcfcfc;
}
.hk-team.list-style .btn:after {
  content: none !important;
}

.hk-team.block-style {
  background-position: top center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #7ba7bf;
}
.hk-team.block-style h2 {
  font-size: 48px;
  font-weight: 200;
  line-height: 60px;
  text-align: center;
  color: #fff;
}

.hk-team .hk-team-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .hk-team .hk-team-cont {
    max-width: 768px;
  }
}
@media screen and (max-width: 47.9375em) {
  .hk-team .hk-team-cont {
    max-width: 380px;
  }
}
.hk-team .hk-team-cont:before {
  content: "";
  display: block;
  clear: both;
}
.hk-team .hk-team-cont:after {
  content: "";
  display: block;
  clear: both;
}

.hk-team .hk-team-ind {
  width: 33.3333%;
  padding-right: 55px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 74.9375em) {
  .hk-team .hk-team-ind {
    width: 50%;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 47.9375em) {
  .hk-team .hk-team-ind {
    width: 100%;
    padding-right: 0;
  }
}
.hk-team .hk-team-ind .hk-ind-photo {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-right: 30px;
}
.hk-team .hk-team-ind .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hk-team .hk-team-ind .inner h3 {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  font-weight: 900;
  margin-bottom: 0;
}
.hk-team .hk-team-ind .inner .hk-ind-title {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.hk-team .hk-team-ind .inner a.btn {
  display: block;
  width: 100%;
  padding: 5px;
  font-size: 14px;
}
.hk-team .hk-team-ind .inner a.btn:after {
  content: none;
}

.site-blockmenu.hk-rs-bb-module {
  background-attachment: scroll;
}
.site-blockmenu.hk-rs-bb-module .section-main {
  height: 310px;
}
@media screen and (max-width: 47.9375em) {
  .site-blockmenu.hk-rs-bb-module .section-main {
    height: auto;
  }
}
.site-blockmenu.hk-rs-bb-module .section-menu {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pagination .pagination {
  margin-top: 30px;
  margin-bottom: 30px;
}
.pagination .pagination li {
  background-color: transparent;
  margin-right: 0.5rem;
}
.pagination .pagination li a,
.pagination .pagination li span {
  background-color: #7ba7bf;
  padding: 1rem 1.25rem;
  color: #fff;
}
.pagination .pagination li a:hover,
.pagination .pagination li span:hover {
  background-color: #699f06;
}
.pagination .pagination .current {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1rem 1.25rem;
  background-color: #00608b;
}

.pagination .pagination .next,
.pagination .pagination .prev {
  padding: 1rem 1.25rem;
}

.fl-module-content .dataTables_wrapper .dataTables_length,
.fl-module-content .dataTables_wrapper .dataTables_filter {
  margin-bottom: 10px;
}

.fl-module-content .dataTables_wrapper .tablepress thead th {
  background-color: #7ba7bf;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}
.fl-module-content .dataTables_wrapper .tablepress thead th:hover {
  background-color: #699f06;
}

.fl-module-content .dataTables_wrapper .tablepress .odd td {
  background-color: #f5f4f0;
}

.fl-module-content .dataTables_wrapper .tablepress .dtr-title {
  font-weight: 400 !important;
}

.fl-module-content .dataTables_wrapper .dataTables_paginate a {
  color: #426600 !important;
}
.fl-module-content .dataTables_wrapper .dataTables_paginate a.previous:before {
  background-image: url("../images/svg/button-arrow-green.svg");
  background-repeat: no-repeat;
  width: 5px;
  height: 9px;
  content: "";
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fl-module-content .dataTables_wrapper .dataTables_paginate a.next:after {
  background-image: url("../images/svg/button-arrow-green.svg");
  background-repeat: no-repeat;
  width: 5px;
  height: 9px;
  content: "";
  margin-left: 10px;
}
.fl-module-content
  .dataTables_wrapper
  .dataTables_paginate
  a.paginate_button.disabled {
  color: #999 !important;
}
.fl-module-content
  .dataTables_wrapper
  .dataTables_paginate
  a.paginate_button.disabled:before,
.fl-module-content
  .dataTables_wrapper
  .dataTables_paginate
  a.paginate_button.disabled:after {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.hk-news-cpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hk-news-cpt .entry {
  width: calc(50% - 30px);
  margin-right: 30px;
}
.hk-news-cpt .entry:nth-of-type(2n) {
  margin-right: 0;
}

#author-bio {
  padding-top: 50px;
  background-color: #00597a;
}
#author-bio .author-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  #author-bio .author-inner {
    max-width: 768px;
  }
}
@media screen and (max-width: 47.9375em) {
  #author-bio .author-inner {
    max-width: 380px;
  }
}
#author-bio .author-inner:before {
  content: "";
  display: block;
  clear: both;
}
#author-bio .author-inner:after {
  content: "";
  display: block;
  clear: both;
}
#author-bio #author-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 47.9375em) {
  #author-bio #author-copy {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#author-bio #author-copy #author-img {
  margin-right: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media screen and (max-width: 47.9375em) {
  #author-bio #author-copy #author-img {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
}
#author-bio #author-copy #author-img img {
  border-radius: 100%;
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 47.9375em) {
  #author-bio #author-copy #author-img img {
    display: inline-block;
  }
}
#author-bio #author-copy #author-text {
  color: #fff;
}
@media screen and (max-width: 47.9375em) {
  #author-bio #author-copy #author-text {
    width: 100%;
  }
}
#author-bio #author-copy #author-text h3 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #fff;
}
#author-bio #author-posts {
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #fff;
}

#smg-lb {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 10000000000;
  background-color: rgba(0, 0, 0, 0.75);
}
#smg-lb.active {
  display: block;
}
#smg-lb #smg-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 50px;
  color: #fff;
  cursor: pointer;
}
#smg-lb #smg-close .bar1 {
  width: 20px;
  height: 3px;
  background-color: #fff;
  margin: 2px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotate(-45deg) translate(-4px, 3px);
  transform: rotate(-45deg) translate(-4px, 3px);
}
#smg-lb #smg-close .bar3 {
  -webkit-transform: rotate(45deg) translate(0px, 0px);
  transform: rotate(45deg) translate(0px, 0px);
  width: 20px;
  height: 3px;
  background-color: #fff;
  margin: 2px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#smg-lb #smg-lb-cont {
  position: absolute;
  width: 100%;
  max-width: 750px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-label.free-consultation-promo {
  background-color: rgba(151, 181, 198, 0.9);
}
@media screen and (max-width: 47.9375em) {
  .section-label.free-consultation-promo {
    background-color: #a1bccb;
  }
}
.section-label.free-consultation-promo .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 74.9375em) {
  .section-label.free-consultation-promo .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 47.9375em) {
  .section-label.free-consultation-promo .row {
    padding: 23px 30px 30px;
  }
}
.section-label.free-consultation-promo h6 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 0;
}
@media screen and (max-width: 74.9375em) {
  .section-label.free-consultation-promo h6 {
    margin-bottom: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 47.9375em) {
  .section-label.free-consultation-promo .btn {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.hk-i-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.hk-i-content .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  width: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 35px;
  border: 1px solid #a1bccb;
  border-radius: 100%;
  font-size: 20px;
}
.hk-i-content .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 20px;
}
.hk-i-content .content h3 {
  margin-bottom: 10px;
  color: #699f06;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 23px;
}
.hk-i-content .content a {
  font-size: 18px;
  font-weight: 400;
}

.hk-icon-vert-middle .hk-i-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hk-icon-vert-middle .hk-i-content p {
  margin-bottom: 0;
}

.hk-callout {
  position: relative;
  background-color: #f5f4f0;
  padding: 45px 50px;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 47.9375em) {
  .hk-callout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.hk-callout:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 60px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 24px 0 24px;
  border-color: #f5f4f0 transparent transparent transparent;
}
@media screen and (min-width: 48em) {
  .hk-callout:after {
    content: "";
    position: absolute;
    right: -39px;
    top: 0;
    display: inline-block;
    width: 40px;
    height: 100%;
    background-color: transparent;
    background-image: url("../images/svg/callout-bg.svg");
    background-size: auto 100%;
    background-position: top right;
  }
}
.hk-callout .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  width: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 35px;
  border: 1px solid #7ba7bf;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fff;
}
@media screen and (max-width: 47.9375em) {
  .hk-callout .icon {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.hk-callout .icon span {
  line-height: 0 !important;
}
.hk-callout .icon svg {
  height: auto;
  width: 100%;
}
.hk-callout .title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.hk-callout .title h3 {
  margin-bottom: 0px !important;
  color: #7ba7bf;
  font-size: 26px !important;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 33px;
}

.front-cpa {
  padding: 90px 1rem 104px;
  background-color: #f0f2ed;
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
  background-size: 681px 681px;
}
@media screen and (max-width: 74.9375em) {
  .front-cpa {
    padding: 110px 1rem;
    background-image: none !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .front-cpa {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.front-cpa .row {
  opacity: 0;
  -webkit-transition: 800ms;
  transition: 800ms;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  text-align: center;
}
@media screen and (min-width: 48em) {
  .front-cpa .row {
    max-width: 650px;
  }
}
@media screen and (max-width: 47.9375em) {
  .front-cpa .row {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.front-cpa .row.fadeup {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.front-cpa .title {
  margin-left: auto;
  margin-right: auto;
}
.front-cpa .title .logo {
  display: inline-block;
  margin-bottom: 18px;
  line-height: 0;
}
.front-cpa .title h2 {
  margin: 0;
  color: #00608b;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 47.9375em) {
  .front-cpa .title h2 {
    font-size: 26px;
    line-height: 27px;
  }
}
.front-cpa .title h2 span {
  display: block;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 600;
}
.front-cpa hr {
  display: block;
  height: 7px;
  width: 152px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
  margin-bottom: 36px;
  background-color: #97b5c6;
  border: none;
}
.front-cpa p {
  color: #000;
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 38px;
  text-align: center;
}
@media screen and (max-width: 47.9375em) {
  .front-cpa p {
    margin-bottom: 53px;
    font-size: 18px;
    line-height: 33px;
  }
}
.front-cpa .btn {
  min-width: 370px;
}
@media screen and (max-width: 47.9375em) {
  .front-cpa .btn {
    min-width: 0px;
    width: 100%;
  }
}

.front-perks {
  position: relative;
  padding-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 74.9375em) {
  .front-perks {
    padding-bottom: 50px;
  }
}
.front-perks .row {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .front-perks .row {
    max-width: 768px;
  }
}
@media screen and (max-width: 47.9375em) {
  .front-perks .row {
    max-width: 380px;
  }
}
.front-perks .row:before {
  content: "";
  display: block;
  clear: both;
}
.front-perks .row:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 47.9375em) {
  .front-perks .row {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.front-perks .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 81px;
  padding-bottom: 81px;
  background-color: #00608b;
  z-index: 1;
}
@media screen and (max-width: 74.9375em) {
  .front-perks .title {
    position: static;
    left: auto;
    top: auto;
    margin-bottom: 15px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
.front-perks .title h2 {
  max-width: 150px;
  color: #fff;
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 40px;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 74.9375em) {
  .front-perks .title h2 {
    max-width: none;
    text-align: center;
  }
}
@media screen and (max-width: 47.9375em) {
  .front-perks .title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.front-perks .perks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: 186px;
  margin-bottom: 50px;
  z-index: 2;
}
@media screen and (max-width: 74.9375em) {
  .front-perks .perks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.front-perks .perk {
  display: block;
  width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media screen and (max-width: 74.9375em) {
  .front-perks .perk {
    width: calc(50% - 3px);
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 47.9375em) {
  .front-perks .perk {
    width: 100%;
  }
}
.front-perks .perk:hover .hk-icon-group {
  background-color: #699f06;
}
.front-perks .perk:hover p {
  color: #426600;
}
.front-perks .perk:first-of-type .hk-icon-group {
  border-left: 2px solid #fff;
}
.front-perks .perk .hk-icon-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 242px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
  background-color: #7ba7bf;
  border-right: 2px solid #fff;
  -webkit-transform: skew(-12deg);
  transform: skew(-12deg);
}
@media screen and (max-width: 74.9375em) {
  .front-perks .perk .hk-icon-group {
    border: none !important;
    -webkit-transform: none;
    transform: none;
  }
}
.front-perks .perk .hk-icon-group:after {
  content: "";
  position: absolute;
  background-image: url("../images/svg/icon-group-arrow.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  display: block;
  left: 25px;
  bottom: 14px;
}
.front-perks .perk .inner {
  -webkit-transform: skew(12deg);
  transform: skew(12deg);
}
@media screen and (max-width: 74.9375em) {
  .front-perks .perk .inner {
    -webkit-transform: none;
    transform: none;
  }
}
.front-perks .perk .icon {
  display: inline-block;
  margin-bottom: 12px;
  line-height: 0;
}
.front-perks .perk h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 33px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 74.9375em) {
  .front-perks .perk h3 {
    max-width: 240px;
  }
}
.front-perks .perk p {
  margin: 0;
  padding-right: 28px;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
  text-align: left;
}
@media screen and (max-width: 74.9375em) {
  .front-perks .perk p {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 47.9375em) {
  .front-perks .perk p {
    font-size: 18px;
    line-height: 27px;
  }
}
.front-perks .button-bar {
  position: relative;
}
@media screen and (max-width: 74.9375em) {
  .front-perks .button-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 47.9375em) {
  .front-perks .button-bar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.front-perks .button-bar .img {
  display: block;
  position: absolute;
  right: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 74.9375em) {
  .front-perks .button-bar .img {
    position: static;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    right: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .front-perks .button-bar .img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 47.9375em) {
  .front-perks .button-bar .img {
    margin-bottom: 34px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.front-perks .button-bar .btn {
  min-width: 370px;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .front-perks .button-bar .btn {
    max-width: 482px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 47.9375em) {
  .front-perks .button-bar .btn {
    min-width: 0px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.front-hk-family {
  padding: 46px 1rem 80px;
  background-color: #f7f6f3;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .front-hk-family .row {
    padding: 0 110px;
  }
}
.front-hk-family .title {
  margin-bottom: 24px;
  padding: 0;
  color: #00608b;
  font-size: 54px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 68px;
  text-align: center;
}
.front-hk-family .family {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 261px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 54px;
  padding: 9px 6px;
  border: 6px solid #7ba7bf;
}
@media screen and (max-width: 74.9375em) {
  .front-hk-family .family {
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.front-hk-family .family:before {
  content: "";
  display: block;
  position: absolute;
  height: calc(100% + 12px);
  width: calc(100% - 32px);
  left: 16px;
  top: -6px;
  background-color: #f5f4f0;
  z-index: 1;
}
.front-hk-family .family:after {
  content: "";
  display: block;
  position: absolute;
  height: calc(100% - 32px);
  width: calc(100% + 12px);
  left: -6px;
  top: 16px;
  background-color: #f5f4f0;
  z-index: 1;
}
.front-hk-family .img {
  display: block;
  position: relative;
  width: 20%;
  padding: 3px;
  z-index: 2;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .front-hk-family .img {
    width: 50%;
  }
  .front-hk-family .img:last-of-type {
    display: none !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .front-hk-family .img {
    width: 100%;
  }
}
.front-hk-family .img:hover {
  position: relative;
  z-index: 3;
}
.front-hk-family .img:hover img {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.front-hk-family .img:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 0.21;
}
.front-hk-family .img img {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #fff;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.front-hk-family .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 74.9375em) {
  .front-hk-family .btn-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.front-hk-family .btn {
  margin-right: 28px;
  padding-left: 40px;
  padding-right: 40px;
}
.front-hk-family .btn:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 74.9375em) {
  .front-hk-family .btn {
    max-width: 482px;
    width: 100%;
    margin-left: auto;
    margin-right: auto !important;
    margin-bottom: 20px;
  }
}

.front-client-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 280px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 74.9375em) {
  .front-client-bar {
    height: auto;
  }
}
.front-client-bar .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.front-client-bar .row:before,
.front-client-bar .row:after {
  content: none !important;
}
@media screen and (max-width: 74.9375em) {
  .front-client-bar .row {
    max-width: 600px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 47.9375em) {
  .front-client-bar .row {
    display: block;
  }
}
.front-client-bar img {
  display: block;
}
@media screen and (max-width: 74.9375em) {
  .front-client-bar img {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 47.9375em) {
  .front-client-bar img {
    margin-left: auto;
    margin-right: auto;
  }
}

.full-width-template .main-content main {
  padding-right: 0;
}

.archive-hk_news .archive .page-main {
  padding-top: 52px;
  background-color: #fafafa;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 47.9375em) {
  .archive-hk_news .archive .page-main {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.archive-hk_news .archive .page-header {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.archive-hk_news .archive .page-body {
  width: 100%;
  padding-right: 0 !important;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .archive-hk_news .archive .page-body {
    max-width: 768px;
  }
}
@media screen and (max-width: 47.9375em) {
  .archive-hk_news .archive .page-body {
    max-width: 380px;
  }
}
.archive-hk_news .archive .page-body:before {
  content: "";
  display: block;
  clear: both;
}
.archive-hk_news .archive .page-body:after {
  content: "";
  display: block;
  clear: both;
}

.archive-hk_news .archive #news-blog-categories-content {
  margin-bottom: 5px;
  color: rgba(68, 68, 68, 0.7);
  font-size: 16px;
  text-align: center;
}

.archive-hk_news .archive .page-categories {
  display: block;
  max-width: none;
  width: 100%;
  margin-bottom: 40px;
  padding: 0;
  border-bottom: none;
}
.archive-hk_news .archive .page-categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.archive-hk_news .archive .page-categories ul li {
  margin: 0 12px;
  padding: 0;
  text-align: center;
}
.archive-hk_news .archive .page-categories ul a {
  display: block;
  height: 38px;
  margin: 0;
  padding: 0;
  color: #00608b;
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
}
.archive-hk_news .archive .page-categories ul a:hover {
  color: #699f06;
}
.archive-hk_news .archive .page-categories ul a.active {
  border-bottom: 2px solid #00608b;
}
.archive-hk_news .archive .page-categories ul a.active:hover {
  border-bottom-color: #699f06;
}
.archive-hk_news .archive .page-categories ul span {
  display: block;
  height: 38px;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #699f06;
  color: #699f06;
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
}

.archive-hk_news #change-hk-new-category {
  max-width: 450px;
  margin: 30px auto 0;
  display: block;
}

.archive-hk_news #news-blog-archive.page-entries {
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}
.archive-hk_news #news-blog-archive.page-entries article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: calc(33.3333% - 20px);
  margin-bottom: 40px;
  margin-right: 30px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
}
@media screen and (min-width: 75em) {
  .archive-hk_news #news-blog-archive.page-entries article:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .archive-hk_news #news-blog-archive.page-entries article {
    width: calc(50% - 15px);
  }
  .archive-hk_news #news-blog-archive.page-entries article:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .archive-hk_news #news-blog-archive.page-entries article {
    width: 100%;
    margin-right: 0;
  }
}
.archive-hk_news #news-blog-archive.page-entries article h2 {
  margin-bottom: 20px;
  font-weight: 400;
}
.archive-hk_news #news-blog-archive.page-entries article p {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.archive-hk_news .page-sidebar {
  display: none;
}

.archive-hk_news .front-client-bar {
  width: 100%;
}

.template .archive .page-header {
  background-color: #fff;
}
.template .archive .page-header h1 {
  font-weight: 200;
}
.template .archive .page-header .intro-subtitle {
  padding-bottom: 60px;
}

.news-blog-container .hk-post-terms {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  max-width: 768px;
  padding: 13px 26px;
  background-color: rgba(151, 181, 198, 0.15);
  font-size: 18px;
  line-height: 33px;
  font-weight: 300;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .news-blog-container .hk-post-terms {
    max-width: 768px;
  }
}
@media screen and (max-width: 47.9375em) {
  .news-blog-container .hk-post-terms {
    max-width: 380px;
  }
}
.news-blog-container .hk-post-terms:before {
  content: "";
  display: block;
  clear: both;
}
.news-blog-container .hk-post-terms:after {
  content: "";
  display: block;
  clear: both;
}

.entry-header {
  margin-bottom: 50px;
}

.hero-image {
  height: 616px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  padding-left: calc((100vw - 1200px) / 2);
  padding-right: calc((100vw - 1200px) / 2);
}

.intro-subtitle {
  max-width: 1200px;
  margin: 0 auto;
  max-width: 800px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 60px;
  text-align: center;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .intro-subtitle {
    max-width: 768px;
  }
}
@media screen and (max-width: 47.9375em) {
  .intro-subtitle {
    max-width: 380px;
  }
}
.intro-subtitle:before {
  content: "";
  display: block;
  clear: both;
}
.intro-subtitle:after {
  content: "";
  display: block;
  clear: both;
}
.intro-subtitle.full-width-subtitle {
  max-width: 1200px;
}
.intro-subtitle .subtitle {
  font-size: 34px !important;
  font-weight: 300 !important;
  color: #00608b !important;
}

.hero-bar {
  position: relative;
  background-color: rgba(0, 96, 139, 0.7);
  padding: 50px 15px;
  min-height: 284px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 710px;
  margin-top: 100px;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .hero-bar {
    width: 670px;
  }
}
@media screen and (max-width: 47.9375em) {
  .hero-bar {
    width: 100%;
    margin-top: 230px;
  }
}
.hero-bar:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: calc((100vw - 1200px) / 2);
  right: 100%;
  top: 0;
  background-color: rgba(0, 96, 139, 0.7);
}
.hero-bar:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  border-top: 284px solid rgba(0, 96, 139, 0.7);
  border-right: 79px solid transparent;
}
@media screen and (max-width: 47.9375em) {
  .hero-bar:after {
    content: none;
  }
}
.hero-bar .hero-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero-bar .hero-inner h1 {
  font-weight: 200;
  margin-bottom: 20px;
  color: #f9f9f9;
}
.hero-bar .hero-inner h1 span.title-cred {
  font-size: 30px;
}
.hero-bar .subtitle {
  display: inline-block;
  margin-bottom: 22px;
  color: #f9f9f9;
  font-size: 21px;
  font-weight: 300;
  line-height: 27px;
}
.hero-bar .entry-nav #breadcrumbs span span {
  font-weight: 300 !important;
}

#page .entry-footer .btn:hover {
  background-color: #6a9cb7 !important;
}

.free-consulation-cta > .fl-row-content-wrap {
  padding-top: 25px;
  padding-bottom: 25px;
}

.free-consulation-cta p {
  font-size: 28px;
  color: #fff;
  font-weight: 200;
  margin-bottom: 0;
}
@media screen and (max-width: 47.9375em) {
  .free-consulation-cta p {
    margin-bottom: 20px;
    text-align: center;
  }
}

#page:not(.beaver-template) .entry-content {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 93px;
  padding-bottom: 45px;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  #page:not(.beaver-template) .entry-content {
    max-width: 768px;
  }
}
@media screen and (max-width: 47.9375em) {
  #page:not(.beaver-template) .entry-content {
    max-width: 380px;
  }
}
#page:not(.beaver-template) .entry-content:before {
  content: "";
  display: block;
  clear: both;
}
#page:not(.beaver-template) .entry-content:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 75em) {
  #page:not(.beaver-template) .entry-content {
    max-width: 800px;
  }
}

#page-pdf-download-cont {
  max-width: 1200px;
  margin: 0 auto;
  max-width: 800px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 45px;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  #page-pdf-download-cont {
    max-width: 768px;
  }
}
@media screen and (max-width: 47.9375em) {
  #page-pdf-download-cont {
    max-width: 380px;
  }
}
#page-pdf-download-cont:before {
  content: "";
  display: block;
  clear: both;
}
#page-pdf-download-cont:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 47.9375em) {
  figure.wp-caption {
    max-width: 100%;
  }
  .page-content .fl-row-content-wrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/** Mosaic gallery full width image **/
.fl-mosaicflow-item .fl-photo-content,
.fl-mosaicflow-item .fl-photo-content img {
  width: 100%;
}

body.search-results .page-sidebar {
  display: none;
}

body.search-results #search .page-main,
body.search-results #search .page-header {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  body.search-results #search .page-main,
  body.search-results #search .page-header {
    max-width: 768px;
  }
}
@media screen and (max-width: 47.9375em) {
  body.search-results #search .page-main,
  body.search-results #search .page-header {
    max-width: 380px;
  }
}
body.search-results #search .page-main:before,
body.search-results #search .page-header:before {
  content: "";
  display: block;
  clear: both;
}
body.search-results #search .page-main:after,
body.search-results #search .page-header:after {
  content: "";
  display: block;
  clear: both;
}

body.search-results #search .page-header {
  padding-top: 210px;
  position: relative;
  background-color: #00608b;
}
@media screen and (max-width: 47.9375em) {
  body.search-results #search .page-header {
    padding-top: 290px;
    padding-bottom: 40px;
  }
}
body.search-results #search .page-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(((100vw - 1200px) / 2) * -1);
  width: 100vw;
  height: 100%;
  z-index: 0;
  background-color: #7ba7bf;
}
@media screen and (max-width: 74.9375em) {
  body.search-results #search .page-header:before {
    left: calc(((100vw - 768px) / 2) * -1);
  }
}
@media screen and (max-width: 47.9375em) {
  body.search-results #search .page-header:before {
    left: calc(((100vw - 380px) / 2) * -1);
  }
}
body.search-results #search .page-header .entry-title {
  position: relative;
  z-index: 1;
}
body.search-results #search .page-header h1 {
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: 300 !important;
}
@media screen and (max-width: 47.9375em) {
  body.search-results #search .page-header h1 {
    font-size: 1.35rem;
  }
}

body.search-results #search .entry {
  width: calc(50% - 2rem) !important;
}
@media screen and (max-width: 47.9375em) {
  body.search-results #search .entry {
    width: 100% !important;
  }
  body.search-results #search .entry .entry-image {
    height: auto;
  }
}
body.search-results #search .entry:first-of-type .entry-title {
  font-size: 1.35rem;
}
body.search-results #search .entry .entry-image {
  display: none !important;
}
body.search-results #search .entry .entry-categories a {
  color: #699f06;
}
body.search-results #search .entry .entry-categories a:hover {
  color: #7ba7bf;
}
body.search-results #search .entry .entry-header {
  margin-bottom: 20px;
}
body.search-results #search .entry .entry-header .entry-title {
  color: #699f06;
  font-weight: 300 !important;
}
body.search-results #search .entry .entry-header .entry-title:hover {
  color: #7ba7bf;
}
body.search-results #search .entry .entry-header .entry-title:hover {
  text-decoration: none;
}
@media screen and (max-width: 47.9375em) {
  body.search-results #search .entry .entry-header .entry-title {
    font-size: 1.35rem;
  }
}

body.search-results #search .pagination .pagination {
  margin-bottom: 100px;
}
body.search-results #search .pagination .pagination li a {
  background-color: #699f06;
}
body.search-results #search .pagination .pagination li a:hover {
  opacity: 0.75;
}
body.search-results #search .pagination .pagination .current {
  background-color: #00608b;
}

.main-content ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  left: 0;
  top: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #699f06;
}
@media screen and (max-width: 74.9375em) {
  .main-content ul li:before {
    top: 14px;
  }
}

.main-content header {
  padding: 234px 0 60px;
  background-color: #ffffff;
  background-image: url(../images/subpage-titlebar-1.jpg);
}
@media screen and (max-width: 47.9375em) {
  .main-content header {
    padding: 280px 0 60px;
  }
}
.main-content header .entry-title {
  color: #fff;
  font-size: 44.5px;
  line-height: 44px;
  text-transform: uppercase;
}
@media screen and (max-width: 47.9375em) {
  .main-content header .entry-title {
    font-size: 36px;
    line-height: 42px;
  }
}

.main-content .entry-body {
  padding: 40px 0px;
}

@media screen and (max-width: 74.9375em) {
  .main-content main {
    padding: 0;
  }
}

.news-blog-container .hero-image {
  background-color: gray;
}

.news-blog-container .main-content {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(11%, #e5eef1),
    color-stop(32%, #ffffff)
  );
  background-image: linear-gradient(0deg, #e5eef1 11%, #ffffff 32%);
}

.news-blog-container .entry-body {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-blog-container #hk-add-this {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  max-width: 768px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .news-blog-container #hk-add-this {
    max-width: 768px;
  }
}
@media screen and (max-width: 47.9375em) {
  .news-blog-container #hk-add-this {
    max-width: 380px;
  }
}
.news-blog-container #hk-add-this:before {
  content: "";
  display: block;
  clear: both;
}
.news-blog-container #hk-add-this:after {
  content: "";
  display: block;
  clear: both;
}

.news-blog-container .hk-news-blog-more {
  padding: 70px 15px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#e5eef1),
    color-stop(80%, #ffffff)
  );
  background-image: linear-gradient(0deg, #e5eef1 0%, #ffffff 80%);
}
.news-blog-container .hk-news-blog-more h2 {
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 60px;
  text-align: center;
}
.news-blog-container .hk-news-blog-more #hnews-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .news-blog-container .hk-news-blog-more #hnews-inner {
    max-width: 768px;
  }
}
@media screen and (max-width: 47.9375em) {
  .news-blog-container .hk-news-blog-more #hnews-inner {
    max-width: 380px;
  }
}
.news-blog-container .hk-news-blog-more #hnews-inner:before {
  content: "";
  display: block;
  clear: both;
}
.news-blog-container .hk-news-blog-more #hnews-inner:after {
  content: "";
  display: block;
  clear: both;
}

#hk-contact-map iframe {
  width: 100%;
}

#hk-client-login form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  background-color: #7ba7bf;
  padding: 20px;
}
@media screen and (max-width: 47.9375em) {
  #hk-client-login form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#hk-client-login form div {
  width: calc(25% - 30px);
}
@media screen and (max-width: 47.9375em) {
  #hk-client-login form div {
    width: 100%;
    margin-bottom: 15px;
  }
  #hk-client-login form div:last-of-type {
    margin-bottom: 0;
  }
}
#hk-client-login form input {
  padding: 9px 1rem 10px;
  width: 100%;
}
#hk-client-login form h3 {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 47.9375em) {
  #hk-client-login form h3 {
    font-size: 24px;
  }
}
#hk-client-login form button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 9px 1rem 10px;
  background-color: #699f06;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#hk-client-login form button:after {
  content: "";
  display: block;
  height: 7px;
  width: 4px;
  margin-left: 12px;
  background-image: url(../images/svg/button-arrow-default.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#hk-client-login form button:hover {
  background-color: #00608b;
  color: #fff;
}

.single-hk_news .hk-inner-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 74.9375em) {
  .single-hk_news .hk-inner-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single-hk_news .hk-inner-cont .hk-news-sidebar {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 74.9375em) and (min-width: 48em) and (max-width: 74.9375em) {
  .single-hk_news .hk-inner-cont .hk-news-sidebar {
    max-width: 768px;
  }
}
@media screen and (max-width: 74.9375em) and (max-width: 47.9375em) {
  .single-hk_news .hk-inner-cont .hk-news-sidebar {
    max-width: 380px;
  }
}
@media screen and (max-width: 74.9375em) {
  .single-hk_news .hk-inner-cont .hk-news-sidebar:before {
    content: "";
    display: block;
    clear: both;
  }
  .single-hk_news .hk-inner-cont .hk-news-sidebar:after {
    content: "";
    display: block;
    clear: both;
  }
}
.single-hk_news .hk-inner-cont .page-content {
  padding-right: 30px;
}

#news-pdf-download {
  margin-bottom: 30px;
}
#news-pdf-download a {
  display: inline-block;
  margin-bottom: 5px;
}

#hk-new-form-promo {
  background-color: #f5f4f0;
  padding: 30px;
  max-width: 430px;
  margin: 0px auto 30px;
}
#hk-new-form-promo h2 {
  font-weight: 200;
}
#hk-new-form-promo .gform_wrapper label {
  color: #000;
}

.blog-byline {
  max-width: 1200px;
  margin: 0 auto;
  max-width: 768px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .blog-byline {
    max-width: 768px;
  }
}
@media screen and (max-width: 47.9375em) {
  .blog-byline {
    max-width: 380px;
  }
}
.blog-byline:before {
  content: "";
  display: block;
  clear: both;
}
.blog-byline:after {
  content: "";
  display: block;
  clear: both;
}
.blog-byline p {
  font-weight: 300;
  margin-bottom: 0;
}

.fl-builder .news-blog-container .blog-byline,
.fl-builder .news-blog-container #hk-add-this {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 74.9375em) {
  .fl-builder .news-blog-container .blog-byline,
  .fl-builder .news-blog-container #hk-add-this {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.post-type-archive-team .page-sidebar {
  display: none;
}

.post-type-archive-team .template .archive .page-header {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.post-type-archive-team .template .archive .page-header .hero-image {
  height: 600px;
  position: relative;
}
.post-type-archive-team .template .archive .page-header .hero-image:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.21);
  z-index: 1;
}
.post-type-archive-team .template .archive .page-header .hero-bar {
  position: relative;
  z-index: 2;
}
.post-type-archive-team .template .archive .page-header .hero-bar h1 {
  margin-bottom: 6px;
  font-size: 48px;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 60px;
}
.post-type-archive-team .template .archive .page-header .hero-bar .subtitle {
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 27px;
}

.post-type-archive-team .template .archive .page-main {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  width: 100%;
  max-width: 100%;
}
.post-type-archive-team .template .archive .page-main .page-body {
  padding-right: 0;
  width: 100%;
}
.post-type-archive-team .template .archive .page-main #team-archive {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-type-archive-team
  .template
  .archive
  .page-main
  #team-archive
  .team-ind-info {
  position: relative;
  min-height: 136px;
  width: 100%;
  padding: 25px 25px 18px 25px;
}
.post-type-archive-team
  .template
  .archive
  .page-main
  #team-archive
  .team-ind-info:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 120%;
  width: 100%;
  display: block;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 89, 122, 0)),
    color-stop(99%, #00597a)
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 89, 122, 0) 0%,
    #00597a 99%
  );
}
.post-type-archive-team
  .template
  .archive
  .page-main
  #team-archive
  .team-ind-info
  h3 {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 40px;
}
.post-type-archive-team
  .template
  .archive
  .page-main
  #team-archive
  .team-ind-info
  span {
  display: block;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 33px;
}
.post-type-archive-team
  .template
  .archive
  .page-main
  #team-archive
  .team-ind-info
  .credentials {
  margin-top: -2px;
}
.post-type-archive-team
  .template
  .archive
  .page-main
  #team-archive
  .team-ind-info
  .title {
  margin-top: -8px;
}
.post-type-archive-team
  .template
  .archive
  .page-main
  #team-archive
  .team-ind-block {
  width: calc(33.33333% - 5.33333px);
  height: calc(33.33333vw - 5.33333px);
  margin-right: 8px;
  margin-bottom: 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
}
@media screen and (max-width: 74.9375em) {
  .post-type-archive-team
    .template
    .archive
    .page-main
    #team-archive
    .team-ind-block {
    width: calc(50% - 4px);
    height: calc(50vw - 4px);
  }
}
@media screen and (max-width: 47.9375em) {
  .post-type-archive-team
    .template
    .archive
    .page-main
    #team-archive
    .team-ind-block {
    width: 100%;
    height: 390px;
    padding-top: 56.25%;
    height: auto;
    margin-right: 0;
  }
}
.post-type-archive-team
  .template
  .archive
  .page-main
  #team-archive
  .team-ind-block
  img {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.post-type-archive-team
  .template
  .archive
  .page-main
  #team-archive
  .team-ind-block:hover
  img {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (min-width: 75em) {
  .post-type-archive-team
    .template
    .archive
    .page-main
    #team-archive
    .team-ind-block:nth-of-type(3n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 74.9375em) {
  .post-type-archive-team
    .template
    .archive
    .page-main
    #team-archive
    .team-ind-block:nth-of-type(2n) {
    margin-right: 0px;
  }
}

#team-ind-info {
  background-color: #f5f4f0;
  padding: 100px 0 40px;
}
#team-ind-info #team-ind-info-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  #team-ind-info #team-ind-info-inner {
    max-width: 768px;
  }
}
@media screen and (max-width: 47.9375em) {
  #team-ind-info #team-ind-info-inner {
    max-width: 380px;
  }
}
#team-ind-info #team-ind-info-inner:before {
  content: "";
  display: block;
  clear: both;
}
#team-ind-info #team-ind-info-inner:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 47.9375em) {
  #team-ind-info #team-ind-info-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#team-ind-info #team-ind-info-inner h3 {
  font-size: 28px;
}
#team-ind-info #team-ind-info-inner .team-ind-module {
  margin-bottom: 58px;
  width: 33.3333%;
  padding-right: 50px;
}
@media screen and (max-width: 47.9375em) {
  #team-ind-info #team-ind-info-inner .team-ind-module {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  #team-ind-info #team-ind-info-inner .team-ind-module {
    width: calc(50% - 25px);
    padding-right: 0;
  }
  #team-ind-info #team-ind-info-inner .team-ind-module#team-ind-education {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #team-ind-info #team-ind-info-inner .team-ind-module#team-ind-certifications {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 47.9375em) {
  #team-ind-info #team-ind-info-inner .team-ind-module {
    width: 100%;
    padding-right: 0;
  }
}
#team-ind-info #team-ind-info-inner .team-ind-module ul {
  margin-bottom: 0;
}
#team-ind-info #team-ind-info-inner .team-ind-img-grid {
  margin-top: 30px;
}
#team-ind-info #team-ind-info-inner .team-ind-img-grid img {
  margin-bottom: 20px;
  margin-right: 20px;
  max-width: 25%;
}
#team-ind-info #team-ind-info-inner #team-ind-education,
#team-ind-info #team-ind-info-inner #team-ind-certifications {
  padding-right: 0;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  #team-ind-info #team-ind-info-inner #team-ind-affiliations,
  #team-ind-info #team-ind-info-inner #team-ind-education,
  #team-ind-info #team-ind-info-inner #team-ind-expertise {
    margin-right: 50px !important;
    padding-right: 0 !important;
  }
  #team-ind-info #team-ind-info-inner #team-ind-specialties,
  #team-ind-info #team-ind-info-inner #team-ind-involvement {
    padding-right: 0 !important;
  }
}

#hk-team-fun-fact {
  padding: 100px 0;
  background-size: cover;
}
#hk-team-fun-fact #hk-team-ff-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  #hk-team-fun-fact #hk-team-ff-inner {
    max-width: 768px;
  }
}
@media screen and (max-width: 47.9375em) {
  #hk-team-fun-fact #hk-team-ff-inner {
    max-width: 380px;
  }
}
#hk-team-fun-fact #hk-team-ff-inner:before {
  content: "";
  display: block;
  clear: both;
}
#hk-team-fun-fact #hk-team-ff-inner:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 47.9375em) {
  #hk-team-fun-fact #hk-team-ff-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#hk-team-fun-fact #hk-team-ff-inner h3 {
  font-weight: 200;
  font-size: 48px;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}
#hk-team-fun-fact #ffacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 74.9375em) {
  #hk-team-fun-fact #ffacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 75em) {
  #hk-team-fun-fact #ffacts .fun-fact {
    width: calc(33.3333% - 40px);
  }
  #hk-team-fun-fact #ffacts .fun-fact.ff-amount-2 {
    width: calc(50% - 40px);
  }
}
#hk-team-fun-fact #ffacts .fun-fact ul {
  margin-bottom: 0;
}
@media screen and (max-width: 74.9375em) {
  #hk-team-fun-fact #ffacts .fun-fact ul {
    margin-bottom: 30px;
  }
}
#hk-team-fun-fact #ffacts .fun-fact ul li {
  font-weight: 200;
  color: #fff;
}
#hk-team-fun-fact #ffacts .fun-fact:last-of-type ul {
  margin-bottom: 0;
}

.single-team .entry-header .hero-image {
  position: relative;
  background-position: right;
}
@media screen and (min-width: 75em) {
  .single-team .entry-header .hero-image {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .single-team .entry-header .hero-image:before,
  .single-team .entry-header .hero-image:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 200px;
    left: calc(((100vw - 1200px) / 2) - 88px);
    top: 0;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(white),
      to(rgba(255, 255, 255, 0))
    );
    background: linear-gradient(
      to right,
      white 0%,
      rgba(255, 255, 255, 0) 100%
    );
    z-index: 1;
  }
  .single-team .entry-header .hero-image:after {
    left: auto;
    right: calc(((100vw - 1200px) / 2) - 88px);
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0)),
      to(white)
    );
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      white 100%
    );
  }
}
@media screen and (max-width: 74.9375em) {
  .single-team .entry-header .hero-image {
    margin-top: 140px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 466px;
  }
}
@media screen and (max-width: 47.9375em) {
  .single-team .entry-header .hero-image {
    margin-top: 85px;
  }
}

@media screen and (max-width: 47.9375em) {
  .single-team .entry-header .hero-inner h1 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 47.9375em) {
  .single-team .entry-header .hero-inner h1 .title-cred {
    display: block;
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}

.single-team .hero-bar {
  padding-right: 50px;
  z-index: 2;
}
@media screen and (max-width: 74.9375em) {
  .single-team .hero-bar {
    width: 100%;
    min-height: 164px;
    padding: 20px 15px;
    margin-top: 0;
  }
  .single-team .hero-bar:after {
    content: none;
  }
}
.single-team .hero-bar .subtitle {
  margin-top: 15px;
  margin-bottom: 0;
}
.single-team .hero-bar .cred-title {
  font-size: 21px;
  color: #fff;
  font-weight: 200;
}

.single-team .hk-sidebar-widget {
  margin-bottom: 20px;
}
.single-team .hk-sidebar-widget.get-in-touch-form .get-in-touch-form-inner {
  margin-top: 20px;
}
.single-team .hk-sidebar-widget.get-in-touch-form p {
  margin-bottom: 20px;
}
.single-team
  .hk-sidebar-widget.get-in-touch-form
  .gform_wrapper
  .gform_footer
  .gform_button {
  width: 100%;
  display: block;
}
.single-team .hk-sidebar-widget h3 {
  font-size: 36px;
  margin-bottom: 20px;
}
.single-team .hk-sidebar-widget p {
  font-weight: 200;
  margin-bottom: 0;
}
.single-team .hk-sidebar-widget a {
  display: block;
}
.single-team .hk-sidebar-widget a:after {
  content: none;
}

.single-team .page-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  padding-top: 30px;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .single-team .page-main {
    max-width: 768px;
  }
}
@media screen and (max-width: 47.9375em) {
  .single-team .page-main {
    max-width: 380px;
  }
}
.single-team .page-main:before {
  content: "";
  display: block;
  clear: both;
}
.single-team .page-main:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 74.9375em) {
  .single-team .page-main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 47.9375em) {
  .single-team .page-main {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-team .page-main:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(((100vw - 1200px) / 2) * -1);
  width: 100vw;
  height: 100%;
  display: block;
  z-index: -1;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(11%, #e5eef1),
    color-stop(32%, #ffffff)
  );
  background-image: linear-gradient(0deg, #e5eef1 11%, #ffffff 32%);
}
@media screen and (max-width: 74.9375em) {
  .single-team .page-main:after {
    left: calc(((100vw - 768px) / 2) * -1);
  }
}
@media screen and (max-width: 47.9375em) {
  .single-team .page-main:after {
    left: calc(((100vw - 380px) / 2) * -1);
  }
}

.single-team .page-body {
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  width: calc(100% - 300px);
}
@media screen and (max-width: 74.9375em) {
  .single-team .page-body {
    width: 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  .single-team .page-body {
    padding-left: 0;
    padding-right: 0;
  }
}

.single-team .page-sidebar {
  padding-left: 0;
  margin-left: 65px;
  width: 350px;
  padding-right: 50px;
}
@media screen and (max-width: 74.9375em) {
  .single-team .page-sidebar {
    margin: 0 auto;
    padding-right: 0;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 74.9375em) and (min-width: 48em) and (max-width: 74.9375em) {
  .single-team .page-sidebar {
    max-width: 768px;
  }
}
@media screen and (max-width: 74.9375em) and (max-width: 47.9375em) {
  .single-team .page-sidebar {
    max-width: 380px;
  }
}
@media screen and (max-width: 74.9375em) {
  .single-team .page-sidebar:before {
    content: "";
    display: block;
    clear: both;
  }
  .single-team .page-sidebar:after {
    content: "";
    display: block;
    clear: both;
  }
}

.single-team .hk-news {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(11%, #e5eef1),
    color-stop(32%, #ffffff)
  );
  background-image: linear-gradient(0deg, #e5eef1 11%, #ffffff 32%);
}
.single-team .hk-news #hnews-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .single-team .hk-news #hnews-inner {
    max-width: 768px;
  }
}
@media screen and (max-width: 47.9375em) {
  .single-team .hk-news #hnews-inner {
    max-width: 380px;
  }
}
.single-team .hk-news #hnews-inner:before {
  content: "";
  display: block;
  clear: both;
}
.single-team .hk-news #hnews-inner:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 47.9375em) {
  .single-team .hk-news #hnews-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#not-found-page .page-header {
  display: none;
}

#not-found-page .page-content {
  margin-top: 80px;
}
#not-found-page .page-content p {
  margin-bottom: 20px;
}

.hk-404-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hk-404-links li {
  display: block;
  width: 33.3333%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 47.9375em) {
  .hk-404-links li {
    width: 100%;
  }
}
.hk-404-links li a {
  display: inline-block;
}

.page-template-faq-page .hero-image {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 93.75em) {
  .page-template-faq-page .hero-image {
    background-size: auto;
  }
}
@media screen and (min-width: 48em) {
  .page-template-faq-page .hero-image {
    height: 800px;
  }
}
@media screen and (max-width: 47.9375em) {
  .page-template-faq-page .hero-image .hero-bar {
    margin-top: 70px !important;
  }
}
.page-template-faq-page .hero-image .hero-bar:after {
  border-top-width: 300px;
}
@media screen and (max-width: 74.9375em) {
  .page-template-faq-page .hero-image .hero-bar:after {
    border-top-width: 360px;
  }
}
.page-template-faq-page .hero-image .hero-bar .hero-inner {
  max-width: 100%;
}

.page-template-faq-page #safe-send-shield {
  position: relative;
  left: 19%;
  top: 8%;
}
@media screen and (max-width: 74.9375em) {
  .page-template-faq-page #safe-send-shield {
    display: none;
  }
}

.industries-page .page-inner-body {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 50px 15px 75px;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .industries-page .page-inner-body {
    max-width: 768px;
  }
}
@media screen and (max-width: 47.9375em) {
  .industries-page .page-inner-body {
    max-width: 380px;
  }
}
.industries-page .page-inner-body:before {
  content: "";
  display: block;
  clear: both;
}
.industries-page .page-inner-body:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 74.9375em) {
  .industries-page .page-inner-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.industries-page .page-inner-content {
  width: 68%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media screen and (max-width: 74.9375em) {
  .industries-page .page-inner-content {
    width: 100%;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 47.9375em) {
  .industries-page .page-inner-content .smg-col-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.industries-page .page-sidebar {
  width: 32%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 70px;
}
@media screen and (max-width: 74.9375em) {
  .industries-page .page-sidebar {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .industries-page .page-sidebar {
    max-width: 380px;
  }
}

@media screen and (max-width: 74.9375em) {
  .industries-page .page-actions {
    margin: 0 -15px;
    padding: 50px 0 40px;
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(10%, #e5eef1),
      color-stop(60%, #ffffff)
    );
    background-image: linear-gradient(0deg, #e5eef1 10%, #ffffff 60%);
    text-align: center;
  }
}

@media screen and (max-width: 47.9375em) {
  .industries-page .page-actions {
    padding-top: 30px;
    background-image: none;
  }
}

.industries-page .pdf-btn {
  margin-bottom: 30px;
}

.industries-page .checklist-container h3 {
  margin-bottom: 0;
}

.woocommerce-page .single_add_to_cart_button {
  background-color: #00608b !important;
}
.woocommerce-page .single_add_to_cart_button:hover {
  background-color: #7ba7bf !important;
}

.woocommerce-page .checkout-button {
  background-color: #00608b !important;
}
.woocommerce-page .checkout-button:hover {
  background-color: #7ba7bf !important;
}

.woocommerce-page #place_order {
  background-color: #00608b !important;
}
.woocommerce-page #place_order:hover {
  background-color: #7ba7bf !important;
}

.woocommerce-page .woocommerce-message {
  border-top-color: #00608b;
}
.woocommerce-page .woocommerce-message:before {
  color: #00608b;
}
.woocommerce-page .woocommerce-message .button {
  background-color: #00608b;
}

.woocommerce-page .woocommerce-info {
  border-top-color: #00608b;
}
.woocommerce-page .woocommerce-info:before {
  color: #00608b;
}
.woocommerce-page .woocommerce-info .button {
  background-color: #00608b;
}

.woocommerce-products-header .woocommerce-products-header__title {
  margin-bottom: 4rem;
  font-size: 4rem;
}

@media screen and (max-width: 74.9375em) {
  #woocommerce .page-entries .product,
  #woocommerce .related .product,
  #woocommerce .up-sells.products .product {
    margin-bottom: 6rem;
  }
}

#woocommerce .page-entries .woocommerce-LoopProduct-link .onsale,
#woocommerce .related .woocommerce-LoopProduct-link .onsale,
#woocommerce .up-sells.products .woocommerce-LoopProduct-link .onsale {
  background-color: #000000;
}

@media screen and (max-width: 47.9375em) {
  #woocommerce .page-entries .woocommerce-LoopProduct-link .img,
  #woocommerce .related .woocommerce-LoopProduct-link .img,
  #woocommerce .up-sells.products .woocommerce-LoopProduct-link .img {
    padding: 10px;
  }
}

#woocommerce .page-entries .woocommerce-LoopProduct-link .img span:hover,
#woocommerce .related .woocommerce-LoopProduct-link .img span:hover,
#woocommerce .up-sells.products .woocommerce-LoopProduct-link .img span:hover {
  background-color: #000000;
}

#woocommerce .page-entries .woocommerce-LoopProduct-link .product-title:hover,
#woocommerce .related .woocommerce-LoopProduct-link .product-title:hover,
#woocommerce
  .up-sells.products
  .woocommerce-LoopProduct-link
  .product-title:hover {
  color: #000000;
}

#woocommerce .page-entries .woocommerce-LoopProduct-link p,
#woocommerce .related .woocommerce-LoopProduct-link p,
#woocommerce .up-sells.products .woocommerce-LoopProduct-link p {
  font-size: 1rem;
}

#woocommerce .page-entries .woocommerce-LoopProduct-link .btn,
#woocommerce .related .woocommerce-LoopProduct-link .btn,
#woocommerce .up-sells.products .woocommerce-LoopProduct-link .btn {
  font-size: 14px;
}

.woocommerce-cart .entry-content .woocommerce .return-to-shop .button {
  background-color: #00608b !important;
}
.woocommerce-cart .entry-content .woocommerce .return-to-shop .button:hover {
  background-color: #7ba7bf !important;
}

.woocommerce-cart .entry-content .woocommerce .quantity button {
  background-color: #000000;
  color: #000;
}

.woocommerce-cart .entry-content .woocommerce button[name="apply_coupon"],
.woocommerce-cart .entry-content .woocommerce button[name="update_cart"] {
  background-color: #00608b !important;
}
.woocommerce-cart .entry-content .woocommerce button[name="apply_coupon"]:hover,
.woocommerce-cart .entry-content .woocommerce button[name="update_cart"]:hover {
  background-color: #7ba7bf !important;
}

.woocommerce-cart .entry-content .woocommerce .product-remove a.remove:before,
.woocommerce-cart .entry-content .woocommerce .product-remove a.remove:after {
  background-color: #00608b;
}

.woocommerce-cart .entry-content .woocommerce .product-remove a.remove:hover {
  background-color: #00608b;
}

.woocommerce-account
  .entry-content
  .woocommerce
  .button[name="save_account_details"] {
  background-color: #00608b !important;
}
.woocommerce-account
  .entry-content
  .woocommerce
  .button[name="save_account_details"]:hover {
  background-color: #7ba7bf !important;
}

.woocommerce-account
  .entry-content
  .woocommerce
  .woocommerce-form-login__submit {
  background-color: #00608b !important;
}
.woocommerce-account
  .entry-content
  .woocommerce
  .woocommerce-form-login__submit:hover {
  background-color: #7ba7bf !important;
}

.woocommerce-account .entry-content .woocommerce .button[name="register"],
.woocommerce-account .entry-content .woocommerce .button[name="save_address"] {
  background-color: #00608b !important;
}
.woocommerce-account .entry-content .woocommerce .button[name="register"]:hover,
.woocommerce-account
  .entry-content
  .woocommerce
  .button[name="save_address"]:hover {
  background-color: #7ba7bf !important;
}

.woocommerce-account
  .entry-content
  .woocommerce
  .woocommerce-ResetPassword
  button[type="submit"] {
  background-color: #00608b !important;
}
.woocommerce-account
  .entry-content
  .woocommerce
  .woocommerce-ResetPassword
  button[type="submit"]:hover {
  background-color: #7ba7bf !important;
}

.woocommerce-account .entry-content .woocommerce button.button {
  background-color: #00608b !important;
}
.woocommerce-account .entry-content .woocommerce button.button:hover {
  background-color: #7ba7bf !important;
}

.woocommerce-account .entry-content .subscription_details .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 9px 1rem 10px;
  background-color: #699f06;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
}
.woocommerce-account .entry-content .subscription_details .button:after {
  content: "";
  display: block;
  height: 7px;
  width: 4px;
  margin-left: 12px;
  background-image: url(../images/svg/button-arrow-default.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.woocommerce-account .entry-content .subscription_details .button:hover {
  background-color: #00608b;
  color: #fff;
}

.woocommerce-account .entry-content .my_account_orders .order-actions .button {
  background-color: #00608b !important;
}
.woocommerce-account
  .entry-content
  .my_account_orders
  .order-actions
  .button:hover {
  background-color: #7ba7bf !important;
}

.woocommerce-account .cc-notification {
  border-top-color: #00608b !important;
}

.woocommerce-account .cc-expire-form input[type="submit"] {
  background-color: #00608b;
  color: #fff;
}
.woocommerce-account .cc-expire-form input[type="submit"]:hover {
  background-color: #7ba7bf;
}

/************************
 * Default
 ***********************/
.single-product #woocommerce .product .entry-specs .onsale {
  background-color: #000000;
}

.single-product #woocommerce .product .entry-summary .star-rating span:before {
  color: #ffbf00;
}

.single-product #woocommerce .product .entry-summary .smg-prices > span {
  font-size: 25px;
  line-height: 21px;
}

.single-product #woocommerce .product .entry-summary .smg-prices .price {
  color: #7ba7bf;
}

.single-product #woocommerce .product .entry-summary .out-of-stock {
  color: #7ba7bf;
}

.single-product #woocommerce .product .entry-summary .subscription-details {
  color: #7ba7bf;
}

.single-product #woocommerce .product .cart .smg-quantity-price-wrap button {
  font-size: 21px;
}

.single-product #woocommerce .product .cart .quantity:before {
  text-align: left;
}

.single-product
  #woocommerce
  .product
  .cart
  .smg-price-wrap
  .woocommerce-variation {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.single-product
  #woocommerce
  .product
  .cart
  .woocommerce-variation-price
  .amount,
.single-product #woocommerce .product .cart .woo-single-price .amount {
  color: #7ba7bf;
}

.single-product
  #woocommerce
  .product
  .woocommerce-tab-section--reviews
  #reviews
  #review_form_wrapper
  .form-submit
  #submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 9px 1rem 10px;
  background-color: #699f06;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  background-image: url(../images/svg/arrow.svg);
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
  background-size: 9px 9px;
}
.single-product
  #woocommerce
  .product
  .woocommerce-tab-section--reviews
  #reviews
  #review_form_wrapper
  .form-submit
  #submit:after {
  content: "";
  display: block;
  height: 7px;
  width: 4px;
  margin-left: 12px;
  background-image: url(../images/svg/button-arrow-default.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-product
  #woocommerce
  .product
  .woocommerce-tab-section--reviews
  #reviews
  #review_form_wrapper
  .form-submit
  #submit:hover {
  background-color: #00608b;
  color: #fff;
}

/************************
 * Site Specific
 ***********************/
.single-product #woocommerce .product .entry-title {
  margin-bottom: 26px;
  font-size: 45px;
  font-weight: 300;
  line-height: 52px;
}

.single-product #woocommerce .product .sku_wrapper {
  font-size: 18px;
  font-weight: 200;
}

.single-product #woocommerce .product .woocommerce-tabs-content h2 {
  margin: 0;
  margin-bottom: 26px;
  color: #000;
  font-size: 32px;
  font-weight: 300;
  line-height: 63px;
}

.single-product
  #woocommerce
  .product
  .woocommerce-tabs-content
  .shop_attributes {
  border: none;
}

.single-product #woocommerce .product .woocommerce-tabs-content th,
.single-product #woocommerce .product .woocommerce-tabs-content td {
  padding: 21px 36px;
  border: none;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 25px;
  text-align: left;
  vertical-align: top;
}

.single-product #woocommerce .product .woocommerce-tabs-content td p {
  padding-top: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0;
  font-style: initial;
}

.single-product #woocommerce .product .woocommerce-tabs-content th {
  width: 30%;
}

.single-product #woocommerce .product .woocommerce-tabs-content tbody tr th,
.single-product #woocommerce .product .woocommerce-tabs-content tbody tr td {
  background-color: #e2e1e1;
}

.single-product
  #woocommerce
  .product
  .woocommerce-tabs-content
  tbody
  tr:nth-of-type(even)
  th,
.single-product
  #woocommerce
  .product
  .woocommerce-tabs-content
  tbody
  tr:nth-of-type(even)
  td {
  background-color: #fff;
}

@media screen and (max-width: 47.9375em) {
  .single-product
    #woocommerce
    .product
    .woocommerce-tabs-content
    .woocommerce-product-attributes-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .single-product
    #woocommerce
    .product
    .woocommerce-tabs-content
    .woocommerce-product-attributes-item
    th,
  .single-product
    #woocommerce
    .product
    .woocommerce-tabs-content
    .woocommerce-product-attributes-item
    td {
    width: 100%;
  }
  .single-product
    #woocommerce
    .product
    .woocommerce-tabs-content
    .woocommerce-product-attributes-item
    td {
    padding-top: 0;
  }
}

.single-product
  #woocommerce
  .product
  .woocommerce-tabs-content
  .woocommerce-tab-section {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .single-product
    #woocommerce
    .product
    .woocommerce-tabs-content
    .woocommerce-tab-section {
    max-width: 768px;
  }
}
@media screen and (max-width: 47.9375em) {
  .single-product
    #woocommerce
    .product
    .woocommerce-tabs-content
    .woocommerce-tab-section {
    max-width: 380px;
  }
}
.single-product
  #woocommerce
  .product
  .woocommerce-tabs-content
  .woocommerce-tab-section:before {
  content: "";
  display: block;
  clear: both;
}
.single-product
  #woocommerce
  .product
  .woocommerce-tabs-content
  .woocommerce-tab-section:after {
  content: "";
  display: block;
  clear: both;
}

.single-product
  #woocommerce
  .product
  .woocommerce-tabs-content
  .woocommerce-tab-section--description {
  margin-bottom: 56px;
}
.single-product
  #woocommerce
  .product
  .woocommerce-tabs-content
  .woocommerce-tab-section--description
  .smgwoo-inner-h-tag {
  font-size: 18px;
  font-weight: bold;
  line-height: 31px;
}
.single-product
  #woocommerce
  .product
  .woocommerce-tabs-content
  .woocommerce-tab-section--description
  p,
.single-product
  #woocommerce
  .product
  .woocommerce-tabs-content
  .woocommerce-tab-section--description
  ul
  li {
  font-size: 16px;
  font-weight: 300;
  line-height: 31px;
  color: #000;
}

.single-product
  #woocommerce
  .product
  .woocommerce-tabs-content
  .woocommerce-tab-section--additional_information {
  margin-bottom: 22px;
}
.single-product
  #woocommerce
  .product
  .woocommerce-tabs-content
  .woocommerce-tab-section--additional_information
  h2 {
  text-transform: capitalize;
}
.single-product
  #woocommerce
  .product
  .woocommerce-tabs-content
  .woocommerce-tab-section--additional_information
  .woocommerce-product-attributes-item__label {
  font-weight: 700;
}

.single-product
  #woocommerce
  .product
  .woocommerce-tabs-content
  .woocommerce-tab-section--social_bar {
  max-width: none;
  margin-bottom: 75px;
  padding-left: 0px;
  padding-right: 0px;
}
.single-product
  #woocommerce
  .product
  .woocommerce-tabs-content
  .woocommerce-tab-section--social_bar
  h2 {
  margin-bottom: 85px;
  color: #fff;
  font-size: 45px;
}
@media screen and (max-width: 47.9375em) {
  .single-product
    #woocommerce
    .product
    .woocommerce-tabs-content
    .woocommerce-tab-section--social_bar
    h2 {
    margin-bottom: 40px;
  }
}

.single-product
  #woocommerce
  .product
  .woocommerce-tabs-content
  .woocommerce-tab-section--reviews {
  margin-bottom: 102px;
}
.single-product
  #woocommerce
  .product
  .woocommerce-tabs-content
  .woocommerce-tab-section--reviews
  h2 {
  font-size: 45px;
}

.single-product #woocommerce .product .cart .variations .label {
  margin-bottom: 6px;
  line-height: 0;
}
.single-product #woocommerce .product .cart .variations .label label {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 25px;
}

.single-product #woocommerce .product .cart .variations .value select {
  display: block;
  height: 48px;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 24px;
}

.single-product #woocommerce .product .cart .woocommerce-variation-price ins {
  text-decoration: none;
}

/*# sourceMappingURL=app.css.map */

.ni-wrapper .slick-list {
  display: flex;
}

.ni-wrapper .slick-list .slick-track {
  display: flex;
}

.ni-wrapper .slick-next {
  position: absolute;
  top: -10%;
  left: 140px;
}

.ni-wrapper .slick-prev {
  position: absolute;
  top: -10%;
  left: 0px;
  display: block !important;
}

.ni-wrapper .slick-dots {
  position: absolute;
  top: -8.5%;
  left: 30px;
  font-size: 20px !important;
  width: auto !important;
  z-index: -1;
}

.ni-wrapper .slick-dots li {
  margin: 0 !important;
}

.ni-wrapper .slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #699f06 !important;
}

.ni-wrapper .slick-dots li button:before {
  font-size: 30px !important;
}

.arrow {
  border: solid #699f06;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-bottom: 1px;
}

/* loop custom code */

.ni-section {
  margin: 50px 0;
}

.ni-wrapper {
  margin-left: 10%;
}

.ni-header-title {
  margin: 0;
}

.ni-header-content {
  margin-bottom: 60px !important;
}

.ni-slider-card {
  width: 350px;
  margin-right: 20px;
  background-color: #f7f7f7;
  display: flex !important;
  flex-direction: column;
}

.ni-card-img {
  background-position: right;
  height: 175px;
  background-size: cover;
}

.ni-card-img-title {
  text-transform: uppercase;
  font-size: 16px;
  opacity: 75%;
  padding: 0 10px;
  background-image: linear-gradient(180deg, #003e59, transparent);
  color: white;
}

.ni-card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 16px;
}

.card-date {
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

.card-title {
  margin: 0;
  font-size: 24px;
  color: #00608b;
  font-weight: 600;
}

.card-content {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

.ni-buttons {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
