/*!
Theme Name: hackettgroup
Theme URI: http://thehackettgroup.com/
Author: Think Company
Author URI: http://thinkcompany.com
Description: A WordPress theme for Hackett Group
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hackettgroup
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

hackettgroup is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Settings
--------------------------------------------------------------*/
/*----------------------------------------------*    #BASE
\*----------------------------------------------*/
/**
 	This file contains variables that are dependencies
 	for the modules that follow. Need to ensure that
 	these are included first.
 */
/*------------------------------------*    #UTILITY-FUNCTIONS
\*------------------------------------*/
/*------------------------------------*    #UTILITY-MIXINS
\*------------------------------------*/
/*----------------------------------------------*    Spacing
\*----------------------------------------------*/
/*----------------------------------------------*    Borders
\*----------------------------------------------*/
/*----------------------------------------------*    Transitions
\*----------------------------------------------*/
/*----------------------------------------------*    Transparent backgrounds
\*----------------------------------------------*/
/*----------------------------------------------*    Aspect Ratios
    For use with HTML/CSS pattern like:

    <div class="sixteen-nine">
        <div class="content">
            insert content here
            this will maintain 16:9 aspect ratio
        </div>
    </div>

    .sixteen-nine {
        @include aspect-ratio(16, 9);
    }
\*----------------------------------------------*/
/*----------------------------------------------*    Pointers
\*----------------------------------------------*/
/*----------------------------------------------*    Pointer with Border
\*----------------------------------------------*/
/*----------------------------------------------*    Angled Edge Mixin
\*----------------------------------------------*/
/*----------------------------------------------*    #COLORS-PALETTE
\*----------------------------------------------*/
/**
 * Descriptive color variables
 * e.g. the color name listed in the Zeplin palette (use if available), or
 * a tool like http://www.color-blindness.com/color-name-hue/, or
 * http://chir.ag/projects/name-that-color/
 *
 * If the generated color name doesn't contain a clear indicator of the
 * base color (e.g. red), append it: $color-cinnabar-red
 *
 * Always prefix with color- for easy searching
 *
 * Don't create color names for basic black & white, use
 * the hex code in that case (#000, $color-white)
 */
/* original percentage 0.5 *

/*----------------------------------------------*    #COLORS-ELEMENTS
\*----------------------------------------------*/
/**
 * Functional color variables, based on descriptive variables
 *
 * append -default for the property's default color
 */
/*----------------------------------------------*    #FONTS
\*----------------------------------------------*/
/*----------------------------------------------*    #FONT-SIZES
\*----------------------------------------------*/
/*----------------------------------------------*    #FONT-WEIGHTS
\*----------------------------------------------*/
/*----------------------------------------------*    #BREAKPOINTS
\*----------------------------------------------*/
/*----------------------------------------------*    #MEDIA QUERIRES
\*----------------------------------------------*/
/*----------------------------------------------*    form-control-validation() Mixin - Form helpers
\*----------------------------------------------*/
/*----------------------------------------------*    form-control-label() Mixin - Form labels
\*----------------------------------------------*/
/*--------------------------------------------------------------
# Base Styles
--------------------------------------------------------------*/
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: normal; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* Removing this rule because it hides the focus outline in Firefox.
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
*/
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*----------------------------------------------*    Box-sizing
\*----------------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/*----------------------------------------------*    Reset
\*----------------------------------------------*/
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/*----------------------------------------------*    Body
\*----------------------------------------------*/
body {
  font-size: 16px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333;
  overflow-x: hidden; }

.hkt-text-light {
  color: #fff; }
  .hkt-text-light a {
    color: #fff; }

/*----------------------------------------------*    #LINKS
\*----------------------------------------------*/
a {
  color: #11729e;
  text-decoration: underline; }
  a:hover, a:focus {
    text-decoration: none; }

.hkt-entry-date {
  text-transform: uppercase;
  text-decoration: none;
  color: #333; }

/*----------------------------------------------*    Media
\*----------------------------------------------*/
img,
embed,
object,
iframe,
audio,
video {
  max-width: 100%;
  display: block; }

img {
  display: inline-block; }

.hkt-img--full-width {
  width: 99vw;
  max-width: none;
  height: auto;
  margin-left: -5.5%;
  margin-top: 3.125em; }
  @media (min-width: 668px) {
    .hkt-img--full-width {
      margin-left: calc((99vw - 600px) / -2); } }
  @media (min-width: 668px) {
    .hkt-container--med .hkt-img--full-width {
      margin-left: -5.5%; } }
  @media (min-width: 888px) {
    .hkt-container--med .hkt-img--full-width {
      margin-left: calc((99vw - 800px) / -2); } }

/*----------------------------------------------*    Viewport
\*----------------------------------------------*/
/* device-width fix for IE Mobile & IE Snap mode
 * ref: https://timkadlec.com/2013/01/windows-phone-8-and-device-width/
 *
 * NOTE: Excluding this module by default. Include in main.scss
 * if your project requires
 */
@viewport {
  width: device-width; }

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: device-width; } }

input,
select,
textarea,
fieldset {
  margin-top: 0;
  margin-bottom: 0; }

label {
  vertical-align: middle; }

input[type=text],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=week] {
  background-color: #fff;
  vertical-align: middle;
  -webkit-appearance: none;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #d9d9d6; }

input[type=checkbox]:disabled,
input[type=radio]:disabled {
  cursor: not-allowed; }

select {
  font-size: 14px; }
  select.form-control {
    padding: 0.375em; }
  select:not([multiple]) {
    height: 2.25rem;
    vertical-align: middle; }

textarea {
  line-height: 1.75;
  padding: 0.5rem;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #d9d9d6; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.required {
  color: #e35852; }

/**
 * Used to style input placeholders. Used
 * specifically in addPlaceholder js function
 * to style placeholders in browsers that don't support e.g. lte IE9
 */
.input-placeholder {
  color: #949da2; }

/*----------------------------------------------*    Form Legend
\*----------------------------------------------*/
.hkt-form-fieldset-legend {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 1em;
  width: 100%; }

/*----------------------------------------------*    Form Group
\*----------------------------------------------*/
.hkt-form-group {
  margin-bottom: 1.5em; }

.hkt-form-group--inline-labels {
  margin-bottom: 1em; }
  .hkt-form-group--inline-labels label,
  .hkt-form-group--inline-labels input {
    display: inline-block;
    max-width: 50%; }
  .hkt-form-group--inline-labels .hkt-form-control-label {
    margin-bottom: 0; }
  .hkt-form-group--inline-labels .hkt-form-control {
    margin-top: 0; }

/*----------------------------------------------*    Form controls
\*----------------------------------------------*/
.hkt-form-control {
  width: 100%;
  margin-top: 0.25em;
  padding: 0.375em 0.625em;
  background-image: none;
  border: 1px solid #d9d9d6;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2); }
  .hkt-form-control:hover {
    cursor: pointer; }
  .hkt-form-control:focus {
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    outline: none;
    cursor: auto; }
  .hkt-form-control:disabled {
    cursor: not-allowed; }
    .hkt-form-control:disabled:hover, .hkt-form-control:disabled:focus {
      border: 1px solid #4a5961; }

.is-warning .hkt-form-control-legend,
.is-warning .hkt-form-control-label {
  color: #dc403d; }

.is-warning .hkt-form-help {
  display: block;
  margin-top: 0.1875em;
  font-size: 0.875em;
  color: #dc403d; }

.is-warning .hkt-form-control {
  border: 1px solid #dc403d; }

.is-help .hkt-form-help {
  display: inline-block;
  font-size: 0.75em; }

/*----------------------------------------------*    Form controls for labels and legends
\*----------------------------------------------*/
.hkt-form-control-label {
  font-weight: bold;
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.25em;
  font-size: 16px; }
  .hkt-form-control-label .is-required ::after {
    margin-left: 0.125em;
    content: "*";
    color: #e35852; }

.hkt-form-control-legend {
  font-weight: bold;
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.25em;
  font-size: 16px;
  margin-left: -1px;
  padding: 0;
  border: 0;
  white-space: normal; }
  .hkt-form-control-legend .is-required ::after {
    margin-left: 0.125em;
    content: "*";
    color: #e35852; }

.is-disabled {
  opacity: 0.4; }

/*----------------------------------------------*   Custom Radio and checkboxes
\*----------------------------------------------*/
.hkt-radio,
.hkt-checkbox {
  position: relative;
  display: block;
  margin-bottom: 1.5em; }
  .hkt-radio input [type=radio],
  .hkt-checkbox input [type=radio] {
    display: inline; }
  .hkt-radio .hkt-form-control-label,
  .hkt-checkbox .hkt-form-control-label {
    display: inline;
    font-weight: 400; }
  .hkt-radio .hkt-form-control-legend,
  .hkt-checkbox .hkt-form-control-legend {
    display: block; }
  .hkt-radio .hkt-form-group,
  .hkt-checkbox .hkt-form-group {
    margin-bottom: 0.375em; }
  .hkt-radio .hkt-form-group,
  .hkt-checkbox .hkt-form-group {
    position: relative;
    display: inline-block;
    margin: 0 20px 1.5em 0;
    vertical-align: top;
    line-height: 20px; }

.hkt-radio--styled .hkt-form-group input:checked + label::before {
  border: 1px solid #11729e;
  width: 20px;
  height: 20px; }

.hkt-radio--styled .hkt-form-group input:checked + label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  background-color: #11729e;
  width: 10px;
  height: 10px; }

.hkt-radio--styled .hkt-form-group input:focus + label {
  outline: auto; }

.hkt-radio--styled .hkt-form-group label {
  position: relative;
  padding-left: 30px;
  font-size: 1rem; }
  .hkt-radio--styled .hkt-form-group label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #d9d9d6;
    border-radius: 50%;
    background-color: #fff; }

/*----------------------------------------------*   Custom Checkboxes
\*----------------------------------------------*/
.hkt-checkbox--styled .hkt-form-group input:checked + label::before,
.hkt-checkbox--styled .hkt-form-group input:checked + input + label::before {
  border-color: #11729e;
  background: #fff url("assets/images/icons/icon-checkmark.svg") no-repeat no-repeat center center; }

.hkt-checkbox--styled .hkt-form-group input:focus + label {
  outline: auto; }

.hkt-checkbox--styled .hkt-form-group label {
  position: relative;
  padding-left: 30px;
  font-size: 1rem; }
  .hkt-checkbox--styled .hkt-form-group label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #d9d9d6;
    border-radius: 2px;
    background-color: #fff; }

/*----------------------------------------------*   Custom Select
\*----------------------------------------------*/
.hkt-styled-select {
  position: relative;
  display: inline-block;
  width: 100%; }
  .hkt-styled-select::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    width: 2.8125em;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url("assets/images/icons/icon-down.svg");
    background-position: 50% 50%;
    background-size: 18px;
    border-radius: 0 3px 3px 0;
    pointer-events: none; }
  .hkt-styled-select .hkt-form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 44px;
    margin-top: 0;
    padding: 0.25em 0.9375em;
    background-color: #fff;
    border: 1px solid #11729e;
    border-radius: 3px;
    color: #11729e;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    cursor: pointer; }
    .hkt-styled-select .hkt-form-select option:hover {
      background: #798d98; }
    .hkt-styled-select .hkt-form-select::-ms-expand {
      display: none; }

.hkt-styled-select-label {
  display: block;
  margin: 10px 0;
  font-weight: bold; }

.is-disabled {
  opacity: 0.4; }

/*----------------------------------------------*    Gravity Form Styles
\*----------------------------------------------*/
.gfield_label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold; }

.gform_button {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 20px auto 0;
  padding: 15px;
  border: 0;
  background-color: #135789;
  color: #fff;
  border-radius: 4px; }

.large {
  width: 100%;
  padding: 10px;
  border: 1px solid #d9d9d6; }

.gform_fields {
  margin: 0;
  list-style: none; }

.gform_wrapper form::after {
  content: "All fields are required";
  width: 100%;
  text-align: center;
  display: block;
  font-size: 0.75em;
  margin-top: 0.75em; }

.gform_wrapper textarea {
  height: 7.5em; }

.gfield_description {
  padding-top: 0.25em;
  font-size: 0.875rem;
  color: #4a5961; }

.validation_error,
.validation_message {
  color: #dc403d;
  font-size: 0.875em;
  margin-bottom: 1em; }

.validation_message {
  margin-top: 0.125em;
  font-style: italic; }

.gform_validation_container {
  display: none; }

.gform_description {
  display: block;
  margin-bottom: 1em; }

.gfield_visibility_hidden {
  display: none; }

.ginput_container_select {
  position: relative;
  display: inline-block;
  width: 100%; }
  .ginput_container_select::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    width: 2.8125em;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url("assets/images/icons/icon-down.svg");
    background-position: 50% 50%;
    background-size: 18px;
    border-radius: 0 3px 3px 0;
    pointer-events: none; }
  .ginput_container_select .gfield_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 44px;
    margin-top: 0;
    padding: 0.25em 0.9375em;
    background-color: #fff;
    border-radius: 3px;
    color: #11729e;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    cursor: pointer; }
    .ginput_container_select .gfield_select option:hover {
      background: #798d98; }
    .ginput_container_select .gfield_select::-ms-expand {
      display: none; }

/*----------------------------------------------*    Button object
\*----------------------------------------------*/
.hkt-btn {
  display: inline-block;
  height: auto;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-right: 0.9375em;
  padding-left: 0.9375em;
  border: 0;
  border-radius: 4px;
  margin: 0;
  font-family: inherit;
  font-size: 0.9375em;
  font-weight: 700;
  background-color: #4a5961;
  text-align: center;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  vertical-align: middle;
  min-width: 7.5rem; }
  .hkt-btn .is-disabled,
  .hkt-btn [disabled] {
    border: 0;
    background-color: #949da2;
    cursor: default;
    pointer-events: none; }
    .hkt-btn .is-disabled:hover, .hkt-btn .is-disabled:focus,
    .hkt-btn [disabled]:hover,
    .hkt-btn [disabled]:focus {
      background-color: #949da2; }

/*----------------------------------------------*    Button Mixins
\*----------------------------------------------*/
/*----------------------------------------------*    Button Style Modifiers
\*----------------------------------------------*/
.hkt-btn--primary {
  background: #f8af09;
  color: #22354f; }
  .hkt-btn--primary:hover, .hkt-btn--primary:focus {
    background: #f9b927; }
  .hkt-text-light .hkt-btn--primary {
    color: #22354f; }

.hkt-btn--secondary {
  background: #11729e;
  color: #fff; }
  .hkt-btn--secondary:hover, .hkt-btn--secondary:focus {
    background: #1486ba; }

.hkt-btn--outline {
  transition: 0.5s;
  border: 1px solid #fff;
  background: transparent;
  color: #fff; }
  .hkt-btn--outline:hover, .hkt-btn--outline:focus {
    border: 1px solid transparent;
    background: #fff;
    color: #11729e; }

.hkt-btn--inverse {
  transition: 0.5s;
  border: 1px solid #11729e;
  background: #fff;
  color: #11729e; }
  .hkt-btn--inverse:hover, .hkt-btn--inverse:focus {
    border: 1px solid #fff;
    background: #11729e;
    color: #fff; }

.hkt-btn--pill {
  border-radius: 20px; }

.hkt-btn--input-addon {
  display: block;
  float: left;
  background-color: #e9edf1;
  padding: 0.5em;
  border: 1px solid #949da2;
  border-left: 0;
  border-radius: 0;
  font-size: 16px;
  vertical-align: baseline; }
  .hkt-btn--input-addon:hover {
    background: #4a5961; }
  .hkt-btn--input-addon .hkt-icon-bg ::before {
    vertical-align: text-bottom;
    display: block;
    min-height: 1.09375em; }

.hkt-btn--social-media {
  text-align: left; }
  .hkt-btn--social-media .hkt-icon {
    margin-right: 5px; }
  .hkt-btn--social-media .hkt-icon,
  .hkt-btn--social-media .hkt-btn-text {
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

/*----------------------------------------------*    Button Size Modifiers
\*----------------------------------------------*/
.hkt-btn--large {
  padding: 1em 1.25em;
  width: 100%;
  font-size: 1em; }
  @media (min-width: 600px) {
    .hkt-btn--large {
      width: auto;
      padding: 1em 5em; } }

.hkt-btn--med-large {
  padding: 0.75em 3.4375em;
  font-size: 1em; }

.hkt-btn--med-small {
  padding: 0.625em 1.25em;
  font-size: 0.875em; }

.hkt-btn--small {
  padding: 0.5em 1.25em;
  font-size: 0.875em; }

.hkt-btn--full-width {
  display: block;
  width: 100%; }

/*----------------------------------------------*   Button links
\*----------------------------------------------*/
.hkt-btn--link-primary {
  transition: 0.5s;
  color: #135789;
  font-weight: 700;
  line-height: 1.13;
  background-color: transparent; }
  .hkt-btn--link-primary:hover, .hkt-btn--link-primary:focus {
    color: #0d3b5c; }

.hkt-btn--link-secondary {
  transition: 0.5s;
  color: #fff;
  font-weight: 400;
  background-color: transparent; }
  .hkt-btn--link-secondary:hover, .hkt-btn--link-secondary:focus {
    color: #848e94; }

/*----------------------------------------------*   Button Groups
\*----------------------------------------------*/
.hkt-btn-group {
  /*inline block is fallback for IE9*/
  display: inline-block;
  display: inline-flex;
  display: -webkit-inline-flex;
  border: 1px solid #11729e;
  border-radius: 4px;
  overflow: hidden; }
  .hkt-btn-group .hkt-btn {
    border-radius: 0;
    background-color: transparent;
    color: #11729e; }
    .hkt-btn-group .hkt-btn:not(:last-child) {
      border-right: 1px solid #11729e; }
    .hkt-btn-group .hkt-btn:hover, .hkt-btn-group .hkt-btn:focus {
      color: #fff;
      background-color: #11729e; }

.hkt-btn-group--light {
  border: 1px solid #fff; }
  .hkt-btn-group--light .hkt-btn {
    color: #fff; }
    .hkt-btn-group--light .hkt-btn:not(:last-child) {
      border-right: 1px solid #fff; }
    .hkt-btn-group--light .hkt-btn:hover, .hkt-btn-group--light .hkt-btn:focus {
      color: #11729e;
      background-color: #fff; }

.hkt-btn-group--vertical {
  flex-direction: column;
  -webkit-flex-direction: column; }
  .hkt-btn-group--vertical .hkt-btn:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #11729e; }

/*----------------------------------------------*    Headings
\*----------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.25em; }

h1,
.h1 {
  font-size: 2.8125em;
  line-height: 1.175;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

h2,
.h2 {
  font-size: 2em;
  line-height: 1.3; }

h3 {
  font-size: 1.25em;
  line-height: 1.25; }

h4 {
  font-size: 1em;
  line-height: 1.4; }

h5 {
  font-size: 0.875em;
  line-height: 1.5; }

h6 {
  font-size: 0.875em; }

.hkt-entry-title > a {
  color: inherit;
  text-decoration: none; }

/*----------------------------------------------*    Subheadings
\*----------------------------------------------*/
.hkt-subheading {
  display: block;
  font-weight: 400;
  font-size: 1em;
  text-decoration: none; }

.hkt-subheading--inline {
  display: inline;
  margin: 0 0.5em; }

a.hkt-subheading:hover {
  text-decoration: underline; }

.hkt-badge {
  display: inline-block;
  width: 1.25rem;
  margin-left: 0.3125em;
  font-size: 12px;
  color: #fff;
  line-height: 1.25rem;
  text-align: center;
  background: #333;
  border-radius: 50%; }

.hkt-badge--primary {
  background: #135789; }

.hkt-badge--inverse {
  color: #135789;
  background-color: #fff; }

/*----------------------------------------------*    Hidden Classes
\*----------------------------------------------*/
.visually-hide,
.accessibly-hidden,
.hkt-radio--styled .hkt-form-group input,
.hkt-checkbox--styled .hkt-form-group input {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.hide {
  display: none; }

/*----------------------------------------------*    #Show classes - assume that elements are hidden at screen sizes smaller than the breakpoint
\*----------------------------------------------*/
.hkt-show-at-small {
  display: none; }
  @media (min-width: 600px) {
    .hkt-show-at-small {
      display: block; } }

.hkt-show-at-medium {
  display: none; }
  @media (min-width: 960px) {
    .hkt-show-at-medium {
      display: block; } }

.hkt-show-at-large {
  display: none; }
  @media (min-width: 1000px) {
    .hkt-show-at-large {
      display: block; } }

.hkt-show-at-largest {
  display: none; }
  @media (min-width: 1200px) {
    .hkt-show-at-largest {
      display: block; } }

/*----------------------------------------------*    #Hide classes - assume that elements are shown at screen sizes smaller than the breakpoint
\*----------------------------------------------*/
@media (min-width: 600px) {
  .hkt-hide-at-small {
    display: none; } }

@media (min-width: 960px) {
  .hkt-hide-at-medium {
    display: none; } }

@media (min-width: 1000px) {
  .hkt-hide-at-large {
    display: none; } }

@media (min-width: 1200px) {
  .hkt-hide-at-largest {
    display: none; } }

/*----------------------------------------------*    #Hide-only classes - hide the element just within a certain range
\*----------------------------------------------*/
@media (min-width: 600px) and (max-width: 960px) {
  .hkt-hide-at-small-only {
    display: none; } }

@media (min-width: 960px) and (max-width: 1000px) {
  .hkt-hide-at-medium-only {
    display: none; } }

@media (min-width: 1000px) and (max-width: 1200px) {
  .hkt-hide-at-large-only {
    display: none; } }

/*----------------------------------------------*    #Show-only classes - show the element just within a certain range
\*----------------------------------------------*/
.hkt-show-at-small-only {
  display: none; }
  @media (min-width: 600px) and (max-width: 960px) {
    .hkt-show-at-small-only {
      display: block; } }

.hkt-show-at-medium-only {
  display: none; }
  @media (min-width: 960px) and (max-width: 1000px) {
    .hkt-show-at-medium-only {
      display: block; } }

.hkt-show-at-large-only {
  display: none; }
  @media (min-width: 1000px) and (max-width: 1200px) {
    .hkt-show-at-large-only {
      display: block; } }

/*----------------------------------------------* Icon Background
\*----------------------------------------------*/
/**
 * Generate unique icons that can be used globally
 * e.g. <i class="icon icon--lightbulb"></i>
 *
 * @param {String} $namespace - class modifier and filename
 * @param {String} $dimensions- desired dimensions
 */
.hkt-icon--add--light::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-add--light.svg");
  vertical-align: text-top; }

.hkt-icon--add::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-add.svg");
  vertical-align: text-top; }

.hkt-icon--bell::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-bell.svg");
  vertical-align: text-top; }

.hkt-icon--bell--light::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-bell--light.svg");
  vertical-align: text-top; }

.hkt-icon--close--light::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-close--light.svg");
  vertical-align: text-top; }

.hkt-icon--close::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-close.svg");
  vertical-align: text-top; }

.hkt-icon--down::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-down.svg");
  vertical-align: text-top; }

.hkt-icon--down--light::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-down--light.svg");
  vertical-align: text-top; }

.hkt-icon--facebook--light::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-facebook--light.svg");
  vertical-align: text-top; }

.hkt-icon--facebook::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-facebook.svg");
  vertical-align: text-top; }

.hkt-icon--instagram::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-instagram.svg");
  vertical-align: text-top; }

.hkt-icon--instagram--light::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-instagram--light.svg");
  vertical-align: text-top; }

.hkt-icon--left--light::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-left--light.svg");
  vertical-align: text-top; }

.hkt-icon--left::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-left.svg");
  vertical-align: text-top; }

.hkt-icon--linkedin::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-linkedin.svg");
  vertical-align: text-top; }

.hkt-icon--linkedin--light::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-linkedin--light.svg");
  vertical-align: text-top; }

.hkt-icon--mail::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-mail.svg");
  vertical-align: text-top; }

.hkt-icon--phone::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-phone.svg");
  vertical-align: text-top; }

.hkt-icon--pinterest::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-pinterest.svg");
  vertical-align: text-top; }

.hkt-icon--pinterest--light::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-pinterest--light.svg");
  vertical-align: text-top; }

.hkt-icon--play::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-play.svg");
  vertical-align: text-top; }

.hkt-icon--play--light::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-play--light.svg");
  vertical-align: text-top; }

.hkt-icon--right::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-right.svg");
  vertical-align: text-top; }

.hkt-icon--right--light::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-right--light.svg");
  vertical-align: text-top; }

.hkt-icon--search::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-search.svg");
  vertical-align: text-top; }

.hkt-icon--search--light::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-search--light.svg");
  vertical-align: text-top; }

.hkt-icon--subtract::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-subtract.svg");
  vertical-align: text-top; }

.hkt-icon--subtract--light::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-subtract--light.svg");
  vertical-align: text-top; }

.hkt-icon--twitter::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-twitter.svg");
  vertical-align: text-top; }

.hkt-icon--twitter--light::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-twitter--light.svg");
  vertical-align: text-top; }

.hkt-icon--up::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-up.svg");
  vertical-align: text-top; }

.hkt-icon--up--light::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-up--light.svg");
  vertical-align: text-top; }

.hkt-icon--youtube::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-youtube.svg");
  vertical-align: text-top; }

.hkt-icon--youtube--light::before {
  height: 1.25em;
  width: 1.25em;
  background-image: url("assets/images/icons/icon-youtube--light.svg");
  vertical-align: text-top; }

.hkt-icon::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  font-style: normal;
  background-size: 100% auto; }

.hkt-icon--small::before {
  width: 0.8125em;
  height: 0.8125em; }

.hkt-icon--large::before {
  width: 1.875em;
  height: 1.875em; }

/*----------------------------------------------*    Lists
\*----------------------------------------------*/
ul,
ol {
  margin: 1.2em 0 1.5em 1.5em; }
  ul li,
  ol li {
    margin-bottom: 1em; }
    ul li:last-child,
    ol li:last-child {
      margin-bottom: 0; }
  ul > ul,
  ul ol,
  ol > ul,
  ol ol {
    margin-bottom: 0; }

dl {
  margin: 1.2em 0 1.5em 0; }
  dl dd + dt {
    margin-top: 1em; }
  dl dt + dd {
    margin-top: 0.25em; }
  dl dt::after {
    content: ": "; }

/*----------------------------------------------*    Styled Lists
\*----------------------------------------------*/
.hkt-list-plain,
.hkt-list-horizontal,
.hkt-pagination,
.hkt-list-icon,
.hkt-nav-list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }

.hkt-list-horizontal,
.hkt-pagination {
  margin: 0; }
  .hkt-list-horizontal li, .hkt-pagination li {
    display: inline-block;
    margin-right: 1em; }

.hkt-list-icon li {
  list-style: none; }
  .hkt-list-icon li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../images/icons/chevron-right-blue.svg") no-repeat center center;
    background-size: 100%;
    margin-right: 0.25em; }

/*----------------------------------------------*    Horizontal Definition Lists
\*----------------------------------------------*/
.hkt-list-description-horizontal {
  overflow: auto; }
  @media (min-width: 600px) {
    .hkt-list-description-horizontal dt,
    .hkt-list-description-horizontal dd {
      float: left;
      margin: 0;
      padding: 0; }
    .hkt-list-description-horizontal dt {
      width: 20%; }
    .hkt-list-description-horizontal dd {
      width: 80%;
      margin-bottom: 1em; } }

/*----------------------------------------------*    Paragraphs
\*----------------------------------------------*/
p {
  margin-bottom: 1rem;
  font-size: 1em;
  line-height: 1.6; }

.hkt-body--lg {
  font-size: 2.8125em; }

.hkt-body--md-lg {
  font-size: 2em; }

.hkt-body--md {
  font-size: 1.25em; }

.hkt-body--sm {
  font-size: 0.875em; }

.hkt-body--xs {
  font-size: 0.75em; }

/*----------------------------------------------*    Lede
\*----------------------------------------------*/
/**
 * Used to make the introductory text (usually a paragraph)
 * of a document slightly larger.
 */
.hkt-lede {
  font-size: 1.125em; }

/*----------------------------------------------*    Basic Content
\*----------------------------------------------*/
.hkt-module--basic p {
  margin-bottom: 0; }
  .hkt-module--basic p + a {
    margin-top: 1.25em; }

/*----------------------------------------------*    Updates
\*----------------------------------------------*/
.seclude {
  color: inherit;
  text-decoration: none; }

/*----------------------------------------------*    Tables
\*----------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse; }

table caption {
  margin-bottom: 1.5em;
  font-size: 0.875em;
  text-align: left; }

thead th {
  padding: 0.75em;
  color: #000;
  font-size: 1em;
  text-align: left;
  background-color: #e9edf1;
  border: 1px solid #d9d9d6; }

tbody th,
tbody td,
tfoot td {
  padding: 0.75em;
  border: 1px solid #d9d9d6;
  font-size: 0.75em; }

.hkt-text-right {
  text-align: right; }

.hkt-text-left {
  text-align: left; }

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

img.aligncenter {
  display: block;
  margin: 5px auto; }

img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.hkt-text-uppercase {
  text-transform: uppercase; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*----------------------------------------------*    Footer object
\*----------------------------------------------*/
.hkt-site-footer-wrapper {
  position: relative;
  margin-top: 100px;
  background: #f4f7fb; }
  .hkt-site-footer-wrapper::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    background: inherit;
    transform-origin: bottom right;
    z-index: -1;
    height: 100px;
    transform: skewY(-10deg); }
  @media (min-width: 600px) {
    .hkt-site-footer-wrapper {
      margin-top: 175px; }
      .hkt-site-footer-wrapper::before {
        height: 175px; } }
  @media (min-width: 960px) {
    .hkt-site-footer-wrapper {
      margin-top: 200px; }
      .hkt-site-footer-wrapper::before {
        height: 200px; } }
  @media (min-width: 1000px) {
    .hkt-site-footer-wrapper {
      margin-top: 225px; }
      .hkt-site-footer-wrapper::before {
        height: 225px; } }
  @media (min-width: 1200px) {
    .hkt-site-footer-wrapper {
      margin-top: 275px; }
      .hkt-site-footer-wrapper::before {
        height: 275px; } }
  @media (min-width: 1500px) {
    .hkt-site-footer-wrapper {
      margin-top: 325px; }
      .hkt-site-footer-wrapper::before {
        height: 325px; } }
  @media (min-width: 1800px) {
    .hkt-site-footer-wrapper {
      margin-top: 350px; }
      .hkt-site-footer-wrapper::before {
        height: 350px; } }
  .hkt-site-footer-wrapper .hkt-container--overlap {
    padding-bottom: 25px; }
  .hkt-site-footer-wrapper .hkt-panel .hkt-card--cta {
    padding: 1.875em; }
    @media (min-width: 600px) {
      .hkt-site-footer-wrapper .hkt-panel .hkt-card--cta {
        padding: 2.875em 2.5em; } }

.hkt-site-footer {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 3.125em 0; }
  @media (min-width: 1200px) {
    .hkt-site-footer {
      max-width: 1000px; } }

.hkt-site-footer-logo {
  height: 80px; }

.hkt-site-footer-copyright {
  margin: 0;
  font-size: 0.75em;
  color: #333; }
  .hkt-site-footer-copyright p {
    margin-top: 2em; }
  .hkt-site-footer-copyright a {
    color: #333;
    text-decoration: none; }
    .hkt-site-footer-copyright a:focus, .hkt-site-footer-copyright a:hover {
      color: #11729e;
      text-decoration: underline; }

.hkt-site-footer-nav ul {
  list-style: none;
  margin: 0;
  font-size: 0.75rem; }

@media (min-width: 600px) {
  .hkt-site-footer-nav .menu {
    display: flex;
    justify-content: space-between; } }

.hkt-site-footer-nav-links {
  flex: 1 0;
  margin-bottom: 1em;
  padding: 0 0.5em; }
  .hkt-site-footer-nav-links > a {
    display: block;
    font-weight: 700;
    color: #333;
    text-decoration: none; }
  .hkt-site-footer-nav-links li {
    margin-top: 1em;
    margin-bottom: 0; }

/*----------------------------------------------*    Container
\*----------------------------------------------*/
.hkt-container,
.hkt-site-header {
  width: 90%;
  max-width: 62.5em;
  margin: 0 auto;
  padding: 2.5em 0; }
  .hkt-container::after,
  .hkt-site-header::after {
    content: "";
    display: table;
    clear: both; }

.hkt-section .hkt-container:not(.hkt-container--overlap):first-child {
  padding-top: 0; }

.hkt-container--overlap {
  padding: 3.125em 0 6.25em; }
  .hkt-container--overlap .hkt-panel {
    margin-top: -9.375em; }
    @media (min-width: 600px) {
      .hkt-container--overlap .hkt-panel {
        margin-top: -14.0625em; } }
    @media (min-width: 960px) {
      .hkt-container--overlap .hkt-panel {
        margin-top: -12.5em; } }
    @media (min-width: 1200px) {
      .hkt-container--overlap .hkt-panel {
        margin-top: -18.75em; } }

.hkt-container--small {
  max-width: 37.5em; }

.hkt-container--med {
  max-width: 50em; }

.hkt-container + .hkt-container {
  padding-top: 0; }

.hkt-section .hkt-container:last-child {
  padding-bottom: 0; }

/*----------------------------------------------*    Section
\*----------------------------------------------*/
.hkt-section {
  padding: 4.375em 0; }
  @media (min-width: 961px) {
    .hkt-hero-wrapper--angled + .hkt-section,
    .hkt-section--angled + .hkt-section {
      padding-top: 0; } }
  .home .hkt-hero-wrapper--angled + .hkt-section {
    padding-bottom: 0; }

.hkt-section--dark {
  background-color: #135789; }

.hkt-section--light {
  background-color: #f4f7fb; }

.hkt-section--angled {
  position: relative;
  margin-top: 100px;
  position: relative;
  margin-bottom: 100px;
  padding: 0; }
  .hkt-section--angled::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    background: inherit;
    transform-origin: bottom right;
    z-index: -1;
    height: 100px;
    transform: skewY(-10deg); }
  @media (min-width: 600px) {
    .hkt-section--angled {
      margin-top: 175px; }
      .hkt-section--angled::before {
        height: 175px; } }
  @media (min-width: 960px) {
    .hkt-section--angled {
      margin-top: 200px; }
      .hkt-section--angled::before {
        height: 200px; } }
  @media (min-width: 1000px) {
    .hkt-section--angled {
      margin-top: 225px; }
      .hkt-section--angled::before {
        height: 225px; } }
  @media (min-width: 1200px) {
    .hkt-section--angled {
      margin-top: 275px; }
      .hkt-section--angled::before {
        height: 275px; } }
  @media (min-width: 1500px) {
    .hkt-section--angled {
      margin-top: 325px; }
      .hkt-section--angled::before {
        height: 325px; } }
  @media (min-width: 1800px) {
    .hkt-section--angled {
      margin-top: 350px; }
      .hkt-section--angled::before {
        height: 350px; } }
  .hkt-section--angled::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: inherit;
    transform-origin: top left;
    z-index: -1;
    height: 100px;
    transform: skewY(-10deg); }
  @media (min-width: 600px) {
    .hkt-section--angled {
      margin-bottom: 175px; }
      .hkt-section--angled::after {
        height: 175px; } }
  @media (min-width: 960px) {
    .hkt-section--angled {
      margin-bottom: 200px; }
      .hkt-section--angled::after {
        height: 200px; } }
  @media (min-width: 1000px) {
    .hkt-section--angled {
      margin-bottom: 225px; }
      .hkt-section--angled::after {
        height: 225px; } }
  @media (min-width: 1200px) {
    .hkt-section--angled {
      margin-bottom: 275px; }
      .hkt-section--angled::after {
        height: 275px; } }
  @media (min-width: 1500px) {
    .hkt-section--angled {
      margin-bottom: 325px; }
      .hkt-section--angled::after {
        height: 325px; } }
  @media (min-width: 1800px) {
    .hkt-section--angled {
      margin-bottom: 350px; }
      .hkt-section--angled::after {
        height: 350px; } }

/*----------------------------------------------*    Grid
\*----------------------------------------------*/
/**
 * e.g.
 * <div class="grid">
 *     <div class="cell cell-6-12">
 *         <p>.cell-6-12</p>
 *     </div>
 *     <div class="cell cell-6-12">
 *         <p>.cell-6-12</p>
 *     </div>
 * </div>
 */
.hkt-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

/*----------------------------------------------*    Grid Cells
\*----------------------------------------------*/
.hkt-cell, .hkt-sidebar {
  flex: 0 1 100%; }
  .hkt-cell .hkt-panel, .hkt-sidebar .hkt-panel,
  .hkt-cell .hkt-panel .hkt-card, .hkt-sidebar .hkt-panel .hkt-card {
    width: 100%; }

.hkt-grid--featured .hkt-cell, .hkt-grid--featured .hkt-sidebar,
.hkt-grid--featured .hkt-panel {
  display: flex; }

@media (max-width: 600px) {
  .hkt-grid:not(.hkt-grid--featured) .hkt-card {
    border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .hkt-section--dark .hkt-grid:not(.hkt-grid--featured) .hkt-card {
    border-top-color: rgba(255, 255, 255, 0.2); } }

/*----------------------------------------------*   Alternate Layouts
\*----------------------------------------------*/
@media (min-width: 960px) {
  .hkt-grid-sidebar--right > .hkt-cell:first-child, .hkt-grid-sidebar--right > .hkt-sidebar:first-child {
    padding-right: 50px; } }

/**
 * Make cells, with optional breakpoint argument
 * @param {Integer} $w - cell width, should be <= 12
 * @param {String} $breakpoint - Viewport modifier. Optional. 
 * Usage: @include make-cell(2);
 * Usage: @include make-cell(3, $bp-medium);
 */
/**
 * Make offset class
 * @param {Integer} $w - offset (margin) width, should be <= 12
 */
/**
 * Setup grid for layout
 * @param {String} $namespace - Namespace for classes
 * @param {String} $breakpoint - Viewport modifier. Optional.
 * specific grids
 */
.hkt-cell-offset-1-12 {
  margin-left: 8.33333%; }

.hkt-cell-1-12 {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 8.33333%; }

.hkt-cell-offset-2-12 {
  margin-left: 16.66667%; }

.hkt-cell-2-12 {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 16.66667%; }

.hkt-cell-offset-3-12 {
  margin-left: 25%; }

.hkt-cell-3-12 {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 25%; }

.hkt-cell-offset-4-12 {
  margin-left: 33.33333%; }

.hkt-cell-4-12 {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 33.33333%; }

.hkt-cell-offset-5-12 {
  margin-left: 41.66667%; }

.hkt-cell-5-12 {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 41.66667%; }

.hkt-cell-offset-6-12 {
  margin-left: 50%; }

.hkt-cell-6-12 {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 50%; }

.hkt-cell-offset-7-12 {
  margin-left: 58.33333%; }

.hkt-cell-7-12 {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 58.33333%; }

.hkt-cell-offset-8-12 {
  margin-left: 66.66667%; }

.hkt-cell-8-12 {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 66.66667%; }

.hkt-cell-offset-9-12 {
  margin-left: 75%; }

.hkt-cell-9-12 {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 75%; }

.hkt-cell-offset-10-12 {
  margin-left: 83.33333%; }

.hkt-cell-10-12 {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 83.33333%; }

.hkt-cell-offset-11-12 {
  margin-left: 91.66667%; }

.hkt-cell-11-12 {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 91.66667%; }

.hkt-cell-offset-12-12 {
  margin-left: 100%; }

.hkt-cell-12-12, .hkt-sidebar {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 100%; }

@media (min-width: 600px) {
  .hkt-cell-1-12--small {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 8.33333%; }
  .hkt-cell-offset-1-12--small {
    margin-left: 8.33333%; }
  .hkt-cell-2-12--small {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 16.66667%; }
  .hkt-cell-offset-2-12--small {
    margin-left: 16.66667%; }
  .hkt-cell-3-12--small {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 25%; }
  .hkt-cell-offset-3-12--small {
    margin-left: 25%; }
  .hkt-cell-4-12--small {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 33.33333%; }
  .hkt-cell-offset-4-12--small {
    margin-left: 33.33333%; }
  .hkt-cell-5-12--small {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 41.66667%; }
  .hkt-cell-offset-5-12--small {
    margin-left: 41.66667%; }
  .hkt-cell-6-12--small {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 50%; }
  .hkt-cell-offset-6-12--small {
    margin-left: 50%; }
  .hkt-cell-7-12--small {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 58.33333%; }
  .hkt-cell-offset-7-12--small {
    margin-left: 58.33333%; }
  .hkt-cell-8-12--small {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 66.66667%; }
  .hkt-cell-offset-8-12--small {
    margin-left: 66.66667%; }
  .hkt-cell-9-12--small {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 75%; }
  .hkt-cell-offset-9-12--small {
    margin-left: 75%; }
  .hkt-cell-10-12--small {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 83.33333%; }
  .hkt-cell-offset-10-12--small {
    margin-left: 83.33333%; }
  .hkt-cell-11-12--small {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 91.66667%; }
  .hkt-cell-offset-11-12--small {
    margin-left: 91.66667%; }
  .hkt-cell-12-12--small {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 100%; }
  .hkt-cell-offset-12-12--small {
    margin-left: 100%; } }

@media (min-width: 960px) {
  .hkt-cell-1-12--medium {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 8.33333%; }
  .hkt-cell-offset-1-12--medium {
    margin-left: 8.33333%; }
  .hkt-cell-2-12--medium {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 16.66667%; }
  .hkt-cell-offset-2-12--medium {
    margin-left: 16.66667%; }
  .hkt-cell-3-12--medium {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 25%; }
  .hkt-cell-offset-3-12--medium {
    margin-left: 25%; }
  .hkt-cell-4-12--medium {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 33.33333%; }
  .hkt-cell-offset-4-12--medium {
    margin-left: 33.33333%; }
  .hkt-cell-5-12--medium {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 41.66667%; }
  .hkt-cell-offset-5-12--medium {
    margin-left: 41.66667%; }
  .hkt-cell-6-12--medium {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 50%; }
  .hkt-cell-offset-6-12--medium {
    margin-left: 50%; }
  .hkt-cell-7-12--medium {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 58.33333%; }
  .hkt-cell-offset-7-12--medium {
    margin-left: 58.33333%; }
  .hkt-cell-8-12--medium {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 66.66667%; }
  .hkt-cell-offset-8-12--medium {
    margin-left: 66.66667%; }
  .hkt-cell-9-12--medium {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 75%; }
  .hkt-cell-offset-9-12--medium {
    margin-left: 75%; }
  .hkt-cell-10-12--medium {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 83.33333%; }
  .hkt-cell-offset-10-12--medium {
    margin-left: 83.33333%; }
  .hkt-cell-11-12--medium {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 91.66667%; }
  .hkt-cell-offset-11-12--medium {
    margin-left: 91.66667%; }
  .hkt-cell-12-12--medium {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 100%; }
  .hkt-cell-offset-12-12--medium {
    margin-left: 100%; } }

@media (min-width: 1000px) {
  .hkt-cell-1-12--large {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 8.33333%; }
  .hkt-cell-offset-1-12--large {
    margin-left: 8.33333%; }
  .hkt-cell-2-12--large {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 16.66667%; }
  .hkt-cell-offset-2-12--large {
    margin-left: 16.66667%; }
  .hkt-cell-3-12--large {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 25%; }
  .hkt-cell-offset-3-12--large {
    margin-left: 25%; }
  .hkt-cell-4-12--large, .hkt-sidebar {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 33.33333%; }
  .hkt-cell-offset-4-12--large {
    margin-left: 33.33333%; }
  .hkt-cell-5-12--large {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 41.66667%; }
  .hkt-cell-offset-5-12--large {
    margin-left: 41.66667%; }
  .hkt-cell-6-12--large {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 50%; }
  .hkt-cell-offset-6-12--large {
    margin-left: 50%; }
  .hkt-cell-7-12--large {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 58.33333%; }
  .hkt-cell-offset-7-12--large {
    margin-left: 58.33333%; }
  .hkt-cell-8-12--large {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 66.66667%; }
  .hkt-cell-offset-8-12--large {
    margin-left: 66.66667%; }
  .hkt-cell-9-12--large {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 75%; }
  .hkt-cell-offset-9-12--large {
    margin-left: 75%; }
  .hkt-cell-10-12--large {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 83.33333%; }
  .hkt-cell-offset-10-12--large {
    margin-left: 83.33333%; }
  .hkt-cell-11-12--large {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 91.66667%; }
  .hkt-cell-offset-11-12--large {
    margin-left: 91.66667%; }
  .hkt-cell-12-12--large {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 100%; }
  .hkt-cell-offset-12-12--large {
    margin-left: 100%; } }

/*----------------------------------------------*    Site Header Object
\*----------------------------------------------*/
.hkt-site-header-wrapper {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); }

.hkt-site-header {
  display: flex;
  align-items: center;
  position: relative; }

.hkt-site-header--contact {
  padding: 1.25em 0; }
  @media (max-width: 960px) {
    .hkt-site-header--contact {
      display: none; } }
  @media (min-width: 960px) {
    .hkt-site-header--contact {
      border-bottom: 1px solid #ccc; } }
  .hkt-site-header--contact .hkt-site-header-logo {
    order: 0; }

.hkt-site-header--nav {
  padding: 0.875em 0; }
  @media (min-width: 960px) {
    .hkt-site-header--nav .hkt-site-header-logo {
      display: none; } }

.hkt-site-header-logo {
  display: block;
  width: 167px;
  height: 28px;
  background-image: url("assets/images/hackett-logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  margin: 0 auto;
  flex-shrink: 0;
  order: 1; }
  @media (min-width: 960px) {
    .hkt-site-header-logo {
      width: 226px;
      height: 38px; } }
  @media (min-width: 960px) {
    .hkt-site-header-logo {
      margin-left: 0; } }

.hkt-search {
  order: 1; }
  .hkt-search.active {
    margin-left: auto; }

.hkt-search-toggle {
  background: none;
  border: 0;
  width: 1.875em;
  height: 2.25em;
  padding: 0; }
  .hkt-search-toggle.active i::before {
    background-image: url("assets/images/icons/icon-close.svg"); }

.hkt-search-form {
  position: absolute;
  right: 2.5em;
  width: calc(100% - 40px);
  display: none; }
  .hkt-search-form.active {
    display: block; }

.hkt-search-input {
  box-sizing: border-box;
  width: 100%;
  margin-top: 0; }

.hkt-search-submit {
  background: none;
  border: 0;
  width: 1.875em;
  height: 2.25em;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0; }

.hkt-btn--header {
  min-width: 0;
  padding: 0.3125em;
  margin-left: 1.25em; }
  .hkt-btn--header:hover .hkt-icon--facebook::before, .hkt-btn--header:focus .hkt-icon--facebook::before {
    background-image: url("assets/images/icons/icon-facebook--light.svg"); }
  .hkt-btn--header:hover .hkt-icon--linkedin::before, .hkt-btn--header:focus .hkt-icon--linkedin::before {
    background-image: url("assets/images/icons/icon-linkedin--light.svg"); }
  .hkt-btn--header:hover .hkt-icon--twitter::before, .hkt-btn--header:focus .hkt-icon--twitter::before {
    background-image: url("assets/images/icons/icon-twitter--light.svg"); }

.hkt-site-header-phone {
  margin-left: 2.5em;
  font-size: 0.875em; }
  .hkt-site-header-phone p {
    margin-bottom: 0; }

.hkt-site-header-info {
  position: fixed;
  width: 100%;
  z-index: 100;
  left: 0;
  bottom: 0;
  display: none;
  padding: 1em;
  background: #fff; }
  .show-menu .hkt-site-header-info {
    display: block; }
  @media (min-width: 960px) {
    .hkt-site-header-info {
      display: none; } }

.hkt-site-header-info-phones {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1em 0;
  margin-bottom: 1em;
  display: flex;
  justify-content: space-between; }
  .hkt-site-header-info-phones .hkt-site-header-phone {
    margin-left: 0; }
  @media (max-width: 960px) {
    .hkt-site-header-info-phones {
      justify-content: space-around;
      text-align: center; } }

.hkt-site-header-info-social {
  display: flex;
  justify-content: center; }
  .hkt-site-header-info-social .hkt-btn--header:first-of-type {
    margin-left: 0; }

@media screen and (max-height: 400px) {
  .hkt-site-header-info {
    align-items: center;
    border-top: 1px solid #ccc; }
    .show-menu .hkt-site-header-info {
      display: flex; }
  .hkt-site-header-info-social {
    flex: 1 0 0; }
  .hkt-site-header-info-phones {
    flex: 1 0 0;
    padding: 0;
    border: 0;
    margin: 0; } }

/*----------------------------------------------*    Site Header Modifiers
\*----------------------------------------------*/
/**
 * Modifier classes are used to extend the
 * Header Object for different layouts that
 * call for an alternative header.
 */
.hkt-site-header--alt {
  background-color: rgba(255, 255, 255, 0.2); }

/*----------------------------------------------*    Horizontal Rules
\*----------------------------------------------*/
.hkt-hr {
  width: 100%;
  margin: 1em auto;
  border: 1px solid #ccc; }

.hkt-hr--half {
  width: 50%; }

.hkt-hr--quarter {
  width: 25%; }

.hkt-hr--dash {
  width: 0.5em; }

.hkt-sidebar-image {
  width: 100%;
  margin-bottom: 1.25em;
  text-align: center; }
  .hkt-sidebar-image img {
    max-width: 100%; }

.hkt-wrapper {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  border: 1px solid #000; }
  @media (min-width: 420px) {
    .hkt-wrapper {
      max-width: 400px; } }
  @media (min-width: 600px) {
    .hkt-wrapper {
      max-width: 640px; } }
  @media (min-width: 960px) {
    .hkt-wrapper {
      max-width: 900px; } }
  @media (min-width: 1000px) {
    .hkt-wrapper {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .hkt-wrapper {
      max-width: 100%; } }

.hkt-wrapper--fullwidth {
  max-width: 100%;
  border: 1px solid #000; }

/*----------------------------------------------*    Form layout and styling for Form Template 
\*----------------------------------------------*/
.hkt-form-hero {
  background-color: #135789;
  width: 100%;
  padding: 3.125em;
  display: flex;
  justify-content: space-between;
  position: relative; }
  @media (max-width: 600px) {
    .hkt-form-hero {
      min-height: 12.5em;
      padding: 1em; } }

.hkt-form-hero-header {
  font-size: 32px; }

.hkt-form-content-cta {
  color: #fff; }

.hkt-form-hero-content {
  margin: 0 auto;
  width: 100%;
  max-width: 40.625em;
  color: #fff;
  text-align: center; }

@media (min-width: 961px) {
  .page-template-page_form .hkt-form-hero.hkt-form-hero--two-col {
    height: 400px;
    max-height: 400px;
    overflow: hidden; } }

@media (min-width: 1000px) {
  .page-template-page_form .hkt-form-hero.hkt-form-hero--two-col {
    height: 350px;
    max-height: 350px;
    overflow: hidden; } }

.page-template-page_form .hkt-form-wrapper {
  padding: 1.25em 1.875em;
  background: #fff;
  border: solid 1px #d9d9d6;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2); }

.hkt-two-column-form-container .hkt-form-wrapper {
  width: 100%; }
  @media (min-width: 960px) {
    .hkt-two-column-form-container .hkt-form-wrapper {
      position: relative;
      margin-top: -290px;
      float: right;
      z-index: 10;
      max-width: 390px; } }

@media (max-width: 960px) {
  .hkt-two-column-form-container .hkt-form-content-cta {
    order: 2; }
  .hkt-two-column-form-container .hkt-form-content-form {
    order: 1;
    margin-top: 1.875em; } }

.hkt-single-column-form-container {
  padding: 0; }
  .hkt-single-column-form-container::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #135789; }
  .hkt-single-column-form-container .hkt-form-wrapper {
    width: 100%;
    max-width: 560px;
    margin: 0 auto; }

.hkt-form-title {
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d6;
  text-align: center; }

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/*----------------------------------------------*    Breadcrumbs
\*----------------------------------------------*/
.hkt-breadcrumbs-wrapper {
  background-color: #135789; }

.hkt-breadcrumbs {
  list-style: none;
  margin: 0 auto;
  max-width: 62.5em;
  width: 90%;
  padding: 0.5em 0; }

.hkt-breadcrumbs-item {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 0.875em; }
  .hkt-breadcrumbs-item::after {
    content: "";
    background: url("assets/images/icons/icon-right--light.svg") no-repeat center center;
    background-size: 100%;
    display: inline-block;
    margin-left: 10px;
    width: 0.875em;
    height: 0.875em; }
  .hkt-breadcrumbs-item:last-child {
    color: #fff;
    font-weight: bold; }
    .hkt-breadcrumbs-item:last-child::after {
      display: none; }

.hkt-breadcrumbs-item-link {
  color: #fff; }
  .hkt-breadcrumbs-item-link:visited, .hkt-breadcrumbs-item-link:active {
    color: #fff; }
  .hkt-breadcrumbs-item-link:focus, .hkt-breadcrumbs-item-link:hover {
    color: #e9edf1;
    text-decoration: underline; }

/*----------------------------------------------*    Light Breadcrumb
\*----------------------------------------------*/
.hkt-breadcrumbs--light {
  background-color: #f4f7fb; }
  .hkt-breadcrumbs--light .hkt-breadcrumbs-item {
    color: #333; }
    .hkt-breadcrumbs--light .hkt-breadcrumbs-item::after {
      background-image: url("assets/images/icons/icon-right.svg"); }
  .hkt-breadcrumbs--light .hkt-breadcrumbs-item-link {
    color: #11729e; }

/*----------------------------------------------*    Panel
\*----------------------------------------------*/
.hkt-panel {
  border: 1px solid #d9d9d6;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
  margin: 0.5em 0;
  color: #333;
  text-decoration: none; }
  .hkt-panel .hkt-card {
    margin: 0;
    padding: 1.875em; }
    .hkt-panel .hkt-card .hkt-card-media {
      box-shadow: none; }
    @media (min-width: 600px) {
      .hkt-panel .hkt-card {
        padding: 1.875em 2.5em; } }
  .hkt-panel .hkt-card--medium,
  .hkt-panel .hkt-card--small {
    padding: 1.875em; }
    @media (min-width: 600px) {
      .hkt-panel .hkt-card--medium,
      .hkt-panel .hkt-card--small {
        padding: 1.25em 2.5em; } }
  @media (min-width: 600px) {
    .hkt-panel {
      margin: 0.5em; } }

.hkt-panel--raised {
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2); }

.hkt-panel--hero {
  border: 0;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2);
  background-color: #135789;
  color: #fff;
  max-width: 46.875em;
  margin-left: auto;
  margin-right: auto; }

/*----------------------------------------------*    Navigation Container
\*----------------------------------------------*/
.hkt-navigation-container {
  order: 0; }
  @media (min-width: 960px) {
    .hkt-navigation-container {
      order: 1; } }

/*----------------------------------------------*    Desktop Navigation
\*----------------------------------------------*/
.hkt-nav-list {
  font-size: 1em;
  margin: 0;
  background-color: #fff; }
  .hkt-nav-list > li > a {
    color: #4a5961;
    text-decoration: none;
    cursor: pointer; }
  @media (min-width: 960px) {
    .hkt-nav-list > li {
      display: inline-block;
      vertical-align: text-top;
      margin: 0 1.25em; }
      .hkt-nav-list > li:first-of-type {
        margin-left: 0; } }
  @media (max-width: 960px) {
    .hkt-nav-list {
      position: absolute;
      left: -6%;
      top: 99%;
      background-color: #fff;
      width: 112%;
      padding: 1em;
      margin-top: 0.0625em;
      display: none; }
      .hkt-nav-list > li {
        margin-bottom: 2em; }
      .hkt-nav-list.active {
        display: block;
        z-index: 10;
        overflow: scroll; } }

.hkt-nav-list-pointer {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: -10px;
  left: 15px;
  border-top-width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #d9d9d6; }
  .hkt-nav-list-pointer::after {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: 1px;
    left: -9px;
    border-top-width: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff; }

.hkt-nav-list-menu > .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  padding: 1.875em; }
  .hkt-nav-list-menu > .sub-menu.active {
    display: block;
    z-index: 100; }
  @media (max-width: 960px) {
    .hkt-nav-list-menu > .sub-menu {
      top: 0;
      border: 0;
      margin-top: 3.125em;
      width: 100%;
      height: calc(100% - 155px);
      overflow: auto; }
      .hkt-nav-list-menu > .sub-menu::before, .hkt-nav-list-menu > .sub-menu::after {
        display: none; } }
  @media screen and (max-height: 400px) {
    .hkt-nav-list-menu > .sub-menu {
      height: calc(100% - 50px); } }
  @media (min-width: 960px) {
    .hkt-nav-list-menu > .sub-menu {
      top: 90%;
      border: 1px solid #d9d9d6;
      box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
      border-radius: 4px; } }

@media (min-width: 960px) {
  .hkt-nav-list-menu--large > .sub-menu {
    width: 100%;
    justify-content: space-between; }
    .hkt-nav-list-menu--large > .sub-menu.active {
      display: flex; } }

@media (max-width: 960px) {
  .hkt-nav-list-menu::after {
    content: "";
    width: 1.375em;
    height: 1.375em;
    background: url("assets/images/icons/icon-right.svg") no-repeat center center;
    background-size: 1.125em;
    display: block;
    float: right; } }

.hkt-nav-list-menu-subnav {
  margin: 0 1em 1.5em 0;
  flex: 1 0; }
  .hkt-nav-list-menu-subnav > a {
    font-weight: 700;
    color: #333;
    text-decoration: none; }
  .hkt-nav-list-menu-subnav .sub-menu {
    list-style: none;
    margin: 0; }
    .hkt-nav-list-menu-subnav .sub-menu li {
      margin: 0.5em 0 0;
      font-size: 0.875em; }
  @media (max-width: 960px) {
    .hkt-nav-list-menu-subnav {
      margin-bottom: 1em; } }

/*----------------------------------------------*    Mobile Navigation
\*----------------------------------------------*/
.hkt-mobile-nav-toggle {
  border: 0;
  background: none;
  color: #333;
  padding: 0;
  font-size: 1em; }

.hkt-mobile-nav-menu-toggle {
  position: absolute;
  top: 100%;
  font-size: 0.75em;
  z-index: 1;
  left: -6%;
  padding: 16px;
  border: 0;
  background: #f4f7fb;
  width: 112%;
  text-align: left;
  display: none; }
  .hkt-mobile-nav-menu-toggle.visible {
    display: block;
    z-index: 10; }

.hkt-mobile-nav-open {
  overflow: hidden; }

.hkt-nav-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

/*----------------------------------------------*    Hero
\*----------------------------------------------*/
.hkt-hero {
  max-width: 62.5em;
  width: 90%;
  margin: 0 auto;
  padding: 3.125em 0;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 600px) {
    .hkt-hero {
      min-height: 12.5em;
      padding: 2em 0; } }

.hkt-hero-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden; }

.htk-hero-wrapper--blue {
  background-color: #135789; }

/*----------------------------------------------*    Hero Angled
\*----------------------------------------------*/
.hkt-hero-bg {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #135789; }

@media (max-width: 960px) {
  .hkt-hero-wrapper--angled {
    background-color: #135789; }
  .hkt-hero-wrapper--bg {
    background-color: transparent;
    padding-bottom: 20rem; } }

@media (max-width: 600px) {
  .hkt-hero-wrapper--bg {
    padding-bottom: 15.625rem; } }

.hkt-hero--angled {
  background: none;
  overflow: hidden;
  padding-bottom: 2rem; }
  .hkt-hero--angled .hkt-hero-bg {
    transform-origin: top left;
    background-size: cover;
    overflow: hidden; }
  .hkt-hero--angled:not(.hkt-hero--has-img) {
    padding: 2em 0 0; }
  @media (min-width: 960px) {
    .hkt-hero--angled {
      height: 37.5rem;
      padding-bottom: 0; }
      .hkt-hero--angled .hkt-hero-bg {
        height: 37.5em;
        transform: skewY(-10deg); }
      .hkt-hero--angled .hkt-hero-content {
        width: 40%;
        text-align: left;
        margin: 0;
        margin-top: 3.125em; }
      .hkt-hero--angled:not(.hkt-hero--has-img) {
        padding: 3.125em 0 0; } }

.hkt-hero-image {
  flex: 0 50%;
  text-align: center;
  order: 0;
  max-height: 19.375em;
  padding: 0 1.25em;
  width: 21.625em;
  align-self: center; }
  .hkt-hero-image img {
    max-height: 19.375em;
    border-radius: 8px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2); }
  @media (min-width: 960px) {
    .hkt-hero-image {
      order: 1;
      max-height: 31.25em;
      max-width: 35.9375em;
      align-self: auto; }
      .hkt-hero-image img {
        max-height: 31.25em; } }

.hkt-hero--has-img {
  flex-direction: column;
  justify-content: flex-start; }
  .hkt-hero--has-img .hkt-hero-content {
    flex: 0 50%;
    flex-shrink: 1;
    order: 1;
    margin-top: 1.875em;
    text-align: center; }
    @media (min-width: 960px) {
      .hkt-hero--has-img .hkt-hero-content {
        order: 0;
        margin-right: 3.125em;
        text-align: left;
        margin-top: 3.125em; } }
  @media (min-width: 960px) {
    .hkt-hero--has-img {
      flex-direction: row;
      height: 34.375em;
      justify-content: space-between; }
      .hkt-hero--has-img .hkt-hero-bg {
        height: 31.25em; } }
  @media (min-width: 1200px) {
    .hkt-hero--has-img {
      height: 40.625em; }
      .hkt-hero--has-img .hkt-hero-bg {
        height: 37.5em; } }

.hkt-hero-bg-img {
  width: 100%;
  max-width: 31.25em;
  transform: skewY(10deg);
  position: absolute;
  bottom: -5%;
  left: 0;
  right: 0;
  margin: 0 auto; }
  @media (min-width: 960px) {
    .hkt-hero-bg-img {
      max-width: 37.5em;
      right: 5%;
      left: auto;
      margin: 0;
      bottom: -8%; } }
  @media (min-width: 1400px) {
    .hkt-hero-bg-img {
      right: 15%; } }
  @media (min-width: 1900px) {
    .hkt-hero-bg-img {
      right: 22%; } }
  @media (max-width: 960px) {
    .hkt-hero-bg-img {
      transform: skewY(0); } }

/*----------------------------------------------*    Hero Content
\*----------------------------------------------*/
.hkt-hero-content {
  color: #fff;
  width: 90%;
  max-width: 56.25em;
  margin: 0 auto;
  text-align: center; }
  .hkt-hero-content .hkt-hero-body {
    margin-bottom: 0; }
  .hkt-hero-content .hkt-btn {
    margin-top: 1.875em; }
  .hkt-hero-content.hkt-panel--hero {
    width: 100%;
    margin: 0 auto 50px;
    padding: 1.875em;
    align-self: flex-end;
    text-align: center; }
    @media (max-width: 960px) {
      .hkt-hero-content.hkt-panel--hero {
        margin-bottom: 0; } }

.hkt-hero-header {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1rem; }

.hkt-hero-body {
  display: block;
  font-weight: 400;
  font-size: 1em;
  text-decoration: none; }

.hkt-hero-title {
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.625em; }

.hkt-hero-video {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 87.3%;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin: auto; }
  @media (min-width: 960px) {
    .hkt-hero-video {
      max-width: 31.25em; } }
  .hkt-hero-video img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .hkt-hero-video::before {
    content: "";
    background: rgba(31, 46, 70, 0.1) url("assets/images/icons/icon-play--light.svg") no-repeat center center;
    background-size: 20%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 9; }

.hkt-hero-wrapper--bg-fullbleed {
  margin-bottom: 2em; }
  @media (max-width: 960px) {
    .hkt-hero-wrapper--bg-fullbleed {
      background-color: transparent;
      padding-bottom: 0;
      margin-bottom: 0; }
      .hkt-hero-wrapper--bg-fullbleed .hkt-hero--angled {
        padding-top: 10em; }
      .hkt-hero-wrapper--bg-fullbleed .hkt-hero-bg {
        height: 60%; } }

.hkt-alert {
  background-color: #84b440;
  padding: 0.5em 0.875em;
  color: #fff;
  width: 100%;
  z-index: 100;
  display: none;
  position: relative; }
  .hkt-alert.open {
    display: block; }
  .hkt-alert a {
    color: #fff; }
  .hkt-alert span {
    display: inline-block;
    max-width: 75%; }

.hkt-alert--success {
  background-color: #84b440; }

.hkt-alert--warning {
  background-color: #f90; }

.hkt-alert--error {
  background-color: #e35852; }

.hkt-alert-dismiss {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.5em 1em; }
  .hkt-alert-dismiss .hkt-icon::before {
    vertical-align: baseline; }

.hkt-alert-dismiss-btn {
  border: 0;
  background: none;
  min-width: 0;
  padding: 0 1em; }

.hkt-card {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 0.5em 0;
  text-align: center;
  padding: 2em 0 1em;
  align-items: flex-start; }
  @media (min-width: 600px) {
    .hkt-card {
      max-width: 100%;
      margin: 0.5em;
      padding: 1.25em 0; } }

a.hkt-card {
  text-decoration: none;
  color: #333; }

@media (min-width: 600px) {
  .hkt-card--horizontal {
    text-align: left;
    flex-direction: row;
    overflow: hidden; }
    .hkt-card--horizontal .hkt-card-media + .hkt-card-content {
      margin-top: 0;
      margin-left: 2.5em; }
    .hkt-card--horizontal .hkt-card-media {
      width: 40%;
      max-width: 28.75em; }
    .hkt-card--horizontal .hkt-card-media.hkt-card-media--icon {
      align-self: flex-start; }
    .hkt-card--horizontal .hkt-card-media--icon + .hkt-card-content {
      width: calc(100% - 50px); }
    .hkt-card--horizontal.hkt-card--medium .hkt-card-media {
      max-width: 12.5em; }
    .hkt-card--horizontal.hkt-card--small .hkt-card-media {
      max-width: 6.25em; }
    .hkt-card--horizontal.hkt-card--medium .hkt-card-media + .hkt-card-content {
      margin-top: 0;
      margin-left: 1.875em; }
    .hkt-card--horizontal.hkt-card--small .hkt-card-media + .hkt-card-content {
      margin-top: 0;
      margin-left: 1em; } }

.hkt-card-content {
  width: 100%; }

.hkt-card-media + .hkt-card-content {
  margin-top: 1.875em; }

.hkt-card-tag {
  font-size: 12px; }

.hkt-card-media {
  width: 100%;
  overflow: hidden;
  border-radius: 13px;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.2); }
  .hkt-card-media.hkt-card-media--icon {
    max-width: 3.125em;
    box-shadow: none;
    align-self: center;
    border-radius: 0; }
    .hkt-card--medium .hkt-card-media.hkt-card-media--icon,
    .hkt-card--small .hkt-card-media.hkt-card-media--icon {
      max-width: 3.125em; }

.hkt-card-img {
  display: block;
  width: 100%;
  max-width: 100%; }

.hkt-card-header a {
  text-decoration: none; }

.hkt-card-text {
  margin: 0; }
  .hkt-card-text + a {
    display: inline-block;
    margin-top: 0.625em; }
  .hkt-card-text + .hkt-btn {
    margin-top: 1.25em; }

/*----------------------------------------------*    Icon Card
\*----------------------------------------------*/
.hkt-card-media--icon + .hkt-card-content {
  margin-top: 0.9375em; }
  .hkt-card-media--icon + .hkt-card-content .hkt-card-header {
    color: #11729e; }

.hkt-text-light .hkt-card-media--icon + .hkt-card-content .hkt-card-header {
  color: #fff; }

/*----------------------------------------------*    Card Sizes
\*----------------------------------------------*/
@media (min-width: 960px) {
  .hkt-card--medium .hkt-card-media + .hkt-card-content {
    margin-top: 1em; } }

.hkt-card--medium .hkt-card-header {
  font-size: 1.25em; }

.hkt-card--medium .hkt-card-text {
  font-size: 0.875em; }

.hkt-card--small .hkt-card-header {
  font-size: 1em; }

.hkt-card--small .hkt-card-text {
  font-size: 0.875em; }

@media (min-width: 960px) {
  .hkt-card--small .hkt-card-media + .hkt-card-content {
    margin-top: 1em; } }

.hkt-card--cta {
  align-items: center; }
  .hkt-card--cta .hkt-card-content {
    width: auto;
    max-width: 100%; }

.hkt-card-cta {
  margin-top: 2em;
  flex-shrink: 0; }
  @media (min-width: 600px) {
    .hkt-card-cta {
      margin: 0;
      margin-left: auto; } }

.hkt-card-cta-text {
  font-size: 0.875em;
  margin: 10px 0 0;
  color: #2889c3;
  text-decoration: underline; }
  .hkt-card-cta-text:hover, .hkt-card-cta-text:focus {
    text-decoration: none; }

/*----------------------------------------------*    Card Module
\*----------------------------------------------*/
.hkt-module--card .hkt-card {
  align-items: center; }

.hkt-module--card .hkt-card-media {
  text-align: center; }

.hkt-module--card .hkt-card-img {
  width: auto;
  max-width: none;
  margin: auto; }

.hkt-insights-list .hkt-grid {
  justify-content: flex-start; }

@media (max-width: 600px) {
  .hkt-insights-list .hkt-card {
    padding: 0.75em 0 0.5em; }
  .hkt-insights-list .hkt-card-media {
    display: none; }
  .hkt-insights-list .hkt-card-content {
    margin-top: 0; } }

.hkt-card-list {
  border-bottom: 1px solid #ccc;
  margin-top: 2em; }
  .hkt-card-list .hkt-card {
    border-top: 1px solid #ccc;
    overflow: visible; }

.hkt-card--video .hkt-card-media {
  position: relative; }
  .hkt-card--video .hkt-card-media::before {
    content: "";
    background: rgba(31, 46, 70, 0.1) url("assets/images/icons/icon-play--light.svg") no-repeat center center;
    background-size: 20%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0; }

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

.hkt-pagination-item {
  font-size: 0.875em;
  line-height: 1.875em;
  padding: 0;
  width: 1.875em; }

.hkt-pagination-item--previous,
.hkt-pagination-item--next {
  border: 1px solid #11729e;
  border-radius: 4px; }
  .hkt-pagination-item--previous .hkt-pagination-item-link::before,
  .hkt-pagination-item--next .hkt-pagination-item-link::before {
    content: "";
    display: inline-block;
    vertical-align: text-bottom;
    width: 18px;
    height: 18px;
    background: url("assets/images/icons/icon-right.svg") no-repeat center center;
    background-size: 100%; }

.hkt-pagination-item--previous .hkt-pagination-item-link::before {
  background-image: url("assets/images/icons/icon-left.svg"); }

.hkt-pagination-item--disabled {
  opacity: 0.4; }

.hkt-pagination-item--active {
  background: #11729e;
  border-radius: 50%; }
  .hkt-pagination-item--active .hkt-pagination-item-link {
    color: #fff;
    text-decoration: none; }

@media (max-width: 600px) {
  .hkt-featured-insights {
    padding-bottom: 0; }
    .hkt-featured-insights .hkt-grid .hkt-card {
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .hkt-featured-insights .hkt-grid .hkt-card .hkt-card-media {
        display: none; }
      .hkt-featured-insights .hkt-grid .hkt-card .hkt-card-content {
        margin-top: 0; }
    .hkt-featured-insights .hkt-card--horizontal {
      text-align: left; }
      .hkt-featured-insights .hkt-card--horizontal .hkt-card-header {
        font-size: 1em; }
      .hkt-featured-insights .hkt-card--horizontal .hkt-card-text {
        font-size: 0.875em; } }

@media (min-width: 600px) {
  .hkt-featured-insights .hkt-card--horizontal .hkt-card-media,
  .hkt-featured-insights .hkt-card--horizontal .hkt-card-content {
    width: 50%; } }

.hkt-grid + .hkt-featured-insights {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 1.875em;
  padding-top: 4.375em; }

.hkt-posts-feed > .post {
  margin-top: 1.25em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #ccc; }
  @media (min-width: 960px) {
    .hkt-posts-feed > .post {
      margin-right: 3.125em; } }
  .hkt-posts-feed > .post:last-of-type {
    border-bottom: 0; }
  .hkt-posts-feed > .post:first-of-type {
    margin-top: 0; }

.hkt-posts-feed .hkt-entry-date {
  display: block;
  margin-bottom: 0.3125em;
  font-size: 0.75rem;
  text-transform: uppercase; }

.hkt-posts-feed .hkt-entry-title {
  font-size: 1.25rem; }

.hkt-posts-feed .hkt-entry-content {
  font-size: 0.875rem; }

.hkt-posts-feed .hkt-posts-read-more {
  display: block;
  font-size: 0.875rem; }

.hktforwardlooking {
  color: #ccc;
  font-size: 0.75rem; }
  .hktforwardlooking a {
    color: #ccc;
    text-decoration: none; }
  .hktforwardlooking a:hover {
    color: #e9edf1;
    text-decoration: underline; }

.hkt-sidebar-widget {
  width: 100%;
  margin-bottom: 1.25em;
  padding: 1.25em;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #d9d9d6;
  border-radius: 5px;
  background-color: #fff; }

.hkt-sidebar-widget-title {
  font-size: 1em;
  padding-bottom: 0.625em;
  border-bottom: 1px solid #d9d9d6; }

.hkt-sidebar-widget-follow-us .hkt-btn--social-media {
  margin-top: 14px; }

.hkt-btn--social-media-toggle:hover .hkt-icon--facebook::before, .hkt-btn--social-media-toggle:focus .hkt-icon--facebook::before {
  background-image: url("assets/images/icons/icon-facebook--light.svg"); }

.hkt-btn--social-media-toggle:hover .hkt-icon--linkedin::before, .hkt-btn--social-media-toggle:focus .hkt-icon--linkedin::before {
  background-image: url("assets/images/icons/icon-linkedin--light.svg"); }

.hkt-btn--social-media-toggle:hover .hkt-icon--twitter::before, .hkt-btn--social-media-toggle:focus .hkt-icon--twitter::before {
  background-image: url("assets/images/icons/icon-twitter--light.svg"); }

.hkt-sidebar-widget-media-relations .hkt-media-bio {
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d6; }

.hkt-sidebar-widget-media-relations .hkt-media-bio-details-title {
  font-size: 0.75em; }

.hkt-sidebar-widget-media-relations .hkt-media-bio-picture {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  border-radius: 100%; }

.hkt-sidebar-widget-media-relations .hkt-media-bio-details,
.hkt-sidebar-widget-media-relations .hkt-media-contact {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  list-style: none;
  margin-bottom: 5px; }
  .hkt-sidebar-widget-media-relations .hkt-media-bio-details > li,
  .hkt-sidebar-widget-media-relations .hkt-media-contact > li {
    margin: 0; }

.hkt-sidebar-widget-media-relations .hkt-media-contact .hkt-icon {
  margin-right: 12px; }

.hkt-sidebar-widget-media-relations .hkt-media-contact > li {
  margin-bottom: 15px;
  font-size: 14px; }

.hkt-sidebar-widget-media-relations .hkt-media-contact-phone {
  text-decoration: none;
  color: #333; }

.hkt-sidebar-widget-video .hkt-card-list {
  border-bottom: 0;
  margin-top: 1.25em; }
  .hkt-sidebar-widget-video .hkt-card-list .hkt-card {
    margin: 0;
    cursor: pointer; }
    .hkt-sidebar-widget-video .hkt-card-list .hkt-card:first-of-type {
      border-top: 0;
      padding-top: 0; }
    .hkt-sidebar-widget-video .hkt-card-list .hkt-card:last-of-type {
      padding-bottom: 0; }

.hkt-btn--sidebar {
  margin: 0 0 -1.3125em -1.3125em;
  width: calc(100% + 2.625em);
  background: #f4f7fb;
  color: #11729e;
  text-decoration: underline;
  margin-top: 0.625em;
  font-weight: normal;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.hkt-btn--sidesocial {
  min-width: 0;
  padding: 0.5em;
  margin-right: 1.25em;
  margin-top: 0.625em; }
  .hkt-btn--sidesocial::before {
    width: 1.875em;
    height: 1.875em; }
  .hkt-btn--sidesocial:hover .hkt-icon--facebook::before, .hkt-btn--sidesocial:focus .hkt-icon--facebook::before {
    background-image: url("assets/images/icons/icon-facebook--light.svg"); }
  .hkt-btn--sidesocial:hover .hkt-icon--linkedin::before, .hkt-btn--sidesocial:focus .hkt-icon--linkedin::before {
    background-image: url("assets/images/icons/icon-linkedin--light.svg"); }
  .hkt-btn--sidesocial:hover .hkt-icon--twitter::before, .hkt-btn--sidesocial:focus .hkt-icon--twitter::before {
    background-image: url("assets/images/icons/icon-twitter--light.svg"); }

/*----------------------------------------------*    Modal Object
\*----------------------------------------------*/
.hkt-modal {
  z-index: 100;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px; }
  .hkt-modal .hkt-modal-viewport p:last-child {
    margin-bottom: 0; }

.hkt-modal-header::after {
  content: "";
  display: table;
  clear: both; }

.hkt-modal-title {
  text-align: center;
  margin: 0 auto 0.25em; }

.hkt-modal-lead {
  font-size: 16px; }

/*----------------------------------------------*    Modal State
\*----------------------------------------------*/
@keyframes animateShortFormModal {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0; }
  50% {
    transform: scale3d(1.03, 1.03, 1.03); }
  to {
    opacity: 1; } }

/*----------------------------------------------*    Modal Close Button
\*----------------------------------------------*/
.hkt-btn--modal-close {
  position: absolute;
  background-color: transparent;
  border: 0;
  height: 1.5625em;
  right: 1em;
  top: 0; }
  .hkt-btn--modal-close:hover, .hkt-btn--modal-close:focus, .hkt-btn--modal-close:active {
    opacity: 0.5; }

/*----------------------------------------------*    Modal Shortform
\*----------------------------------------------*/
/**
* The modal shortform modifier extends the default
* modal object and provides unique styles for modals
* that handle shortform content.
*
* <div class="modal modal--shortform">
*     // Modal markup
* </div>
*/
.hkt-modal--shortform {
  position: fixed;
  display: none;
  top: 5%;
  width: 90%;
  padding-top: 1.5em; }
  .hkt-modal--shortform .hkt-modal-inner {
    position: relative;
    overflow: auto;
    overflow-x: auto;
    height: 90%;
    padding-bottom: 2em; }
  .hkt-modal--shortform .hkt-modal-header {
    padding: 0.1875em 0.75em 0.75em; }
    @media (min-width: 960px) {
      .hkt-modal--shortform .hkt-modal-header {
        padding: 0.1875em 1.5em 0.75em; } }
  .hkt-modal--shortform .hkt-modal-viewport {
    padding: 0 0.75em; }
    @media (min-width: 960px) {
      .hkt-modal--shortform .hkt-modal-viewport {
        padding: 0 1.5em; } }
  .hkt-modal--shortform .hkt-modal-title {
    width: 85%;
    line-height: 1.3;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #fff; }
    @media (min-width: 600px) {
      .hkt-modal--shortform .hkt-modal-title {
        width: 90%; } }
  .hkt-modal--shortform .hkt-modal-footer {
    background-color: #fff;
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 0.75em 0 1.5em;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2); }
    @media (min-width: 600px) {
      .hkt-modal--shortform .hkt-modal-footer {
        position: relative; } }
    @media (min-width: 960px) {
      .hkt-modal--shortform .hkt-modal-footer {
        padding: 1.5em 0; } }
  .hkt-modal--shortform.hkt-modal-animated {
    animation-name: animateShortFormModal;
    animation-duration: 0.4s;
    animation-fill-mode: both; }
  .hkt-modal--shortform.hkt-modal-is-active {
    display: block; }
  @media (min-width: 600px) {
    .hkt-modal--shortform {
      max-width: 60%;
      top: 20%; } }
  @media (min-width: 960px) {
    .hkt-modal--shortform {
      max-width: 50%; } }

.hkt-mask {
  z-index: 99;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); }

.hkt-mask--transparent {
  background-color: transparent; }

.hkt-modal-video {
  margin: auto; }

/* ----- FacetWP ------ */
.facetwp-template {
  width: 90%; }

/*----------------------------------------------*   FacetWP Custom Select Blog
\*----------------------------------------------*/
.facetwp-type-dropdown {
  position: relative;
  display: inline-block;
  width: 100%; }
  .facetwp-type-dropdown::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    width: 2.8125em;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url("assets/images/icons/icon-down.svg");
    background-position: 50% 50%;
    background-size: 18px;
    border-radius: 0 3px 3px 0;
    pointer-events: none; }
  .facetwp-type-dropdown .facetwp-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 44px;
    margin-top: 0;
    margin-bottom: -10px;
    padding: 0.25em 0.9375em;
    background-color: #fff;
    border: 1px solid #11729e;
    border-radius: 3px;
    color: #11729e;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    cursor: pointer; }
    .facetwp-type-dropdown .facetwp-dropdown option:hover {
      background: #798d98; }
    .facetwp-type-dropdown .facetwp-dropdown::-ms-expand {
      display: none; }

.facetwp-type-dropdown-label {
  display: block;
  margin: 10px 0;
  font-weight: bold; }

.hkt-global-search {
  position: relative; }

.gsc-control-cse,
.gsc-result-info-container,
.gsc-table-cell-snippet-close,
.gs-image,
.gsc-thumbnail {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #333;
  border: 0 !important;
  padding: 0 !important; }

.gsc-thumbnail {
  padding-right: 15px !important; }

.gsc-resultsHeader {
  display: none !important; }

.gsc-cursor-box {
  text-align: center !important; }

.gsc-result-info {
  margin-bottom: 0.5em !important;
  padding-left: 0 !important;
  color: #333 !important; }

.gsc-above-wrapper-area {
  margin-bottom: 2em;
  border-color: #d9d9d6 !important; }

.gsc-webResult,
.gsc-result {
  margin-bottom: 2em !important; }
  .gsc-webResult .gs-title,
  .gsc-result .gs-title {
    color: #11729e !important; }
    .gsc-webResult .gs-title:hover, .gsc-webResult .gs-title:focus,
    .gsc-result .gs-title:hover,
    .gsc-result .gs-title:focus {
      color: #11729e !important;
      text-decoration: none; }
    .gsc-webResult .gs-title b,
    .gsc-result .gs-title b {
      color: #11729e !important; }
  .gsc-webResult .gs-snippet,
  .gsc-result .gs-snippet {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    color: #333 !important; }
  .gsc-webResult .gs-visibleUrl,
  .gsc-webResult .gs-visibleUrl-short,
  .gsc-webResult .gs-visibleUrl-long,
  .gsc-result .gs-visibleUrl,
  .gsc-result .gs-visibleUrl-short,
  .gsc-result .gs-visibleUrl-long {
    font-size: 0.875rem;
    color: #333 !important;
    text-decoration: none; }
    .gsc-webResult .gs-visibleUrl:hover, .gsc-webResult .gs-visibleUrl:focus,
    .gsc-webResult .gs-visibleUrl-short:hover,
    .gsc-webResult .gs-visibleUrl-short:focus,
    .gsc-webResult .gs-visibleUrl-long:hover,
    .gsc-webResult .gs-visibleUrl-long:focus,
    .gsc-result .gs-visibleUrl:hover,
    .gsc-result .gs-visibleUrl:focus,
    .gsc-result .gs-visibleUrl-short:hover,
    .gsc-result .gs-visibleUrl-short:focus,
    .gsc-result .gs-visibleUrl-long:hover,
    .gsc-result .gs-visibleUrl-long:focus {
      color: #333 !important;
      text-decoration: underline; }

.gsc-cursor {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #333; }

.gsc-cursor-page {
  display: inline-block !important;
  vertical-align: middle;
  padding: 4px 6px;
  width: 30px;
  height: 30px;
  color: #11729e !important;
  text-decoration: none !important; }
  .gsc-cursor-page:hover, .gsc-cursor-page:focus {
    text-decoration: underline !important; }
  .gsc-cursor-page.gsc-cursor-current-page {
    color: #fff !important;
    background: #11729e !important;
    border-radius: 100%; }
    .gsc-cursor-page.gsc-cursor-current-page:hover, .gsc-cursor-page.gsc-cursor-current-page:focus {
      text-decoration: none !important; }
