/**
 * The breakpoint keys.
 * @var breakpoints
 * @since 1.0.0
 */
/**
 * The grid breakpoints.
 * @var grid
 * @since 1.0.0
 */
/**
 * Transition speed and curves.
 * @var transitions
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-up
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-down
 * @since 1.0.0
 */
/**
 * @function breakpoint-get
 * @since 1.0.0
 * @hidden
 */
/**
 * Converts a value to a relative vw.
 * @function rvw
 * @since 1.0.0
 */
/**
 * Converts a value to a relative vh.
 * @function rvh
 * @since 1.0.0
 */
/**
 * Convenience function to add 2 values.
 * @function calc-add
 * @since 1.0.0
 */
/**
 * Convenience function to substract 2 values.
 * @function calc-sub
 * @since 1.0.0
 */
/**
 * Convenience function to mul 2 values.
 * @function calc-mul
 * @since 1.0.0
 */
/**
 * Returns the negative value of a css variable.
 * @function neg
 * @since 1.0.0
 */
/**
 * @function make-rvw
 * @since 1.0.0
 * @hidden
 */
/**
 * @function make-rvh
 * @since 1.0.0
 * @hidden
 */
/**
 * @function strip-unit
 * @since 1.0.0
 * @hidden
 */
/**
 * @mixin placeholder
 * @since 1.0.0
 */
/**
 * @mixin selection
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin to improve loop readability.
 * @function nth-child
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin with content parameter.
 * @function nth-child
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin to improve loop readability.
 * @function nth-of-type
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin to improve loop readability.
 * @function nth-last-child
 * @since 1.0.0
 */
/**
 * Convenience nth-last-of-type mixin to improve loop readability.
 * @function nth-last-of-type
 * @since 1.0.0
 */
/**
 * Convenience data-nth-item mixin to improve loop readability.
 * @mixin nth-word
 * @since 1.0.0
 */
/**
 * Convenience nth-item mixin with content parameter.
 * @mixin nth-item
 * @since 1.0.0
 */
/**
 * Convenience data-nth-line mixin to improve loop readability.
 * @mixin nth-word
 * @since 1.0.0
 */
/**
 * Convenience nth-line mixin with content parameter.
 * @mixin nth-line
 * @since 1.0.0
 */
/**
 * Convenience data-nth-word mixin to improve loop readability.
 * @mixin nth-word
 * @since 1.0.0
 */
/**
 * Convenience nth-word mixin with content parameter.
 * @mixin nth-word
 * @since 1.0.0
 */
/**
 * Targets the last row of a sepcified amount of columns.
 * @mixin last-row
 * @since 1.0.0
 */
/**
 * Position an element with absolute type.
 * @mixin absolute
 * @since 1.0.0
 */
/**
 * Position an element with relative type.
 * @mixin relative
 * @since 1.0.0
 */
/**
 * Position an element with sticky type.
 * @mixin sticky
 * @since 1.0.0
 */
/**
 * Position an element with fixed type.
 * @mixin fixed
 * @since 1.0.0
 */
/**
 * Convenience mixin to position a element absolutely.
 * @mixin fill
 * @since 1.0.0
 */
/**
 * Disables br.
 * @function no-br
 * @since 1.0.0
 */
/**
 * Convenience z-index mixin used for easier debugging.
 * @function elevated
 * @since 1.0.0
 */
/**
 * Convenience mixin.
 * @function pushable
 * @since 1.0.0
 */
/**
 * @mixin position
 * @since 1.0.0
 * @hidden
 */
/**
 * @function is-valid-length
 * @since 1.0.0
 * @hidden
 */
/**
 * Applies preset typeface attributes.
 * @mixin typeface
 * @since 1.0.0
 */
/**
 * Sets the text antialias;
 * @mixin text-antialias
 * @since 1.0.0
 */
/**
 * Convenience mixin to support special writing direction.
 * @function text-dir
 * @since 1.0.0
 */
/**
 * Convenience mixin.
 * @function text-dir-ttb
 * @since 1.0.0
 */
/**
 * Convenience mixin.
 * @function text-dir-btt
 * @since 1.0.0
 */
/**
 * Convenience mixin.
 * @function text-mask
 * @since 1.0.0
 */
/**
 * Converts tracking to letter-spacing.
 * @function tracking
 * @since 1.0.0
 */
/**
 * @function has-typeface-family
 * @since 1.0.0
 * @hidden
 */
/**
 * @function has-typeface-weight
 * @since 1.0.0
 * @hidden
 */
/**
 * @function has-typeface-style
 * @since 1.0.0
 * @hidden
 */
/**
 * @function has-typeface-size
 * @since 1.0.0
 * @hidden
 */
/**
 * @function has-typeface-option
 * @since 1.0.0
 * @hidden
 */
/**
 * Returns a transition duration by name.
 * @function transition-duration
 * @since 1.0.0
 */
/**
 * Returns a transition equation by name.
 * @function transition-equation
 * @since 1.0.0
 */
.hubspot-form .hs-form fieldset {
  margin: 0;
}
.hubspot-form .hs-form .hs-form-field {
  flex: 1 1 auto;
}
.hubspot-form .hs-form .hs-form-field select::placeholder {
  color: transparent;
}
.hubspot-form .hubspot-modal {
  background-color: rgba(7, 75, 135, 0.9);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
}
.hubspot-form .hubspot-modal.modal__visible {
  opacity: 1;
  visibility: visible;
}
.hubspot-form .hubspot-modal .modal-content {
  height: 100%;
}
.hubspot-form .hubspot-modal .modal-content .modal-content-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: calc(33px + 27 * ((100vw - 376px) / 1544));
  padding-right: calc(33px + 27 * ((100vw - 376px) / 1544));
}
.hubspot-form .hubspot-modal .modal-content .modal-content-top .logo-wrapper {
  margin-top: 30px;
  width: 100%;
  display: flex;
}
.hubspot-form .hubspot-modal .modal-content .modal-content-top .logo-wrapper svg {
  max-width: 388px;
  margin: 0 auto;
}
.hubspot-form .hubspot-modal .modal-content .modal-content-top .tagline-wrapper {
  color: #074B87;
  font-weight: 300;
  /* ---------------------------------------------------------------------- */
  /* Mulish                                                                 */
  /* ---------------------------------------------------------------------- */
  font-family: Mulish, sans-serif;
  font-size: calc(47px + 0 * ((100vw - 1441px) / 479));
  /* ---------------------------------------------------------------------- */
  /* PT Mono                                                                */
  /* ---------------------------------------------------------------------- */
  line-height: 1.1;
  text-align: center;
  margin: 0;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .hubspot-form .hubspot-modal .modal-content .modal-content-top .tagline-wrapper {
    font-size: calc(30.55px + 16.45 * ((100vw - 376px) / 648));
  }
}
.hubspot-form .hubspot-modal .modal-content .modal-content-form {
  padding: calc(33px + 27 * ((100vw - 376px) / 1544));
}
.hubspot-form .hubspot-modal .modal-content .modal-content-form .hs-submit {
  justify-content: center;
}
.hubspot-form .hubspot-modal .modal-content .modal-content-form .hs-submit .hs-button {
  min-width: 200px;
}
.hubspot-form .hubspot-modal .modal-loading {
  background-color: white;
  border-radius: calc(8.25px + 6.75 * ((100vw - 376px) / 1544));
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.hubspot-form .hubspot-modal.modal__loading .modal-loading {
  opacity: 1;
  visibility: visible;
}
.hubspot-form .hubspot-modal .modal-content-wrapper {
  background-color: white;
  border-radius: calc(8.25px + 6.75 * ((100vw - 376px) / 1544));
  max-width: calc(385px + 315 * ((100vw - 376px) / 1544));
  margin-top: calc(71.5px + 58.5 * ((100vw - 376px) / 1544));
  margin-bottom: calc(71.5px + 58.5 * ((100vw - 376px) / 1544));
  margin-right: calc(13.75px + 11.25 * ((100vw - 376px) / 1544));
  margin-left: calc(13.75px + 11.25 * ((100vw - 376px) / 1544));
  position: relative;
  overflow-y: auto;
  width: 100%;
  max-width: 800px;
  height: auto;
}
.hubspot-form .hubspot-modal .modal-close-button {
  background-color: white;
  border-radius: 100px;
  background-image: url(./images/close-icon-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  transition: all 0.2s ease-in;
  height: 27px;
  width: 27px;
  top: 15px;
  right: 15px;
}
.hubspot-form .hubspot-modal .modal-close-button:hover {
  background-color: #074B87;
  background-image: url(./images/close-icon-white.svg);
}

.hubspot-form__version-sheet .hubspot-modal {
  background-image: url("./images/background-sheet.jpg?version=1.0.5");
}

:lang(en-CA) .hubspot-form__version-sheet .hubspot-modal {
  background-image: url("./images/background-sheet-en.jpg?version=1.0.5");
}

.hubspot-form__version-report .hubspot-modal {
  background-image: url("./images/background-report.jpg?version=1.0.5");
}

:lang(en-CA) .hubspot-form__version-report .hubspot-modal {
  background-image: url("./images/background-report-en.jpg?version=1.0.5");
}