@keyframes nav-slide-left {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fill__light {
  fill: #ffffff; }

.fill__dark-secondary {
  fill: #4a4747; }

.fill__dark-primary {
  fill: #0f3562; }

.view__desktop,
.hidden {
  display: none; }

.view__mobile {
  display: initial; }

.all-caps {
  text-transform: uppercase; }

.content-wrapper {
  max-width: 1146px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative; }

.flex-row {
  display: flex;
  flex-wrap: wrap; }

.visibly-hide {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

.color__accent {
  color: #ed712e; }

.bg-dark-primary {
  background-color: #0f3562; }
  .bg-dark-primary > * {
    color: #ffffff; }
  .bg-dark-primary h2 {
    color: #ffffff; }
  .bg-dark-primary a {
    color: #ffffff; }
    .bg-dark-primary a:hover {
      color: #ed712e; }

button.bg-dark-primary:hover {
  background-color: #1982ff; }

@media screen and (min-width: 600px) {
  .view__desktop {
    display: inherit; }

  .view__mobile {
    display: none; } }
@media print {
  .non-print {
    display: none; } }
.modal {
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 900; }
  .modal h2 {
    font-size: 1.5em;
    margin-bottom: 0.5em; }
  .modal p {
    font-size: 0.9em; }
  .modal button {
    cursor: pointer; }
  .modal__background {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 0 10px;
    width: 100%; }
  .modal__container {
    background-color: #ffffff;
    position: relative; }
  .modal__content {
    padding: 1.5em; }
  .modal__actions {
    display: flex;
    flex-wrap: wrap;
    padding-top: 1em; }
  .modal__action {
    border-radius: 25px;
    padding: 0.5em 3em; }
  .modal__action-prime {
    border: 0;
    background-color: #0f3562;
    color: #ffffff; }
  .modal__action-secondary {
    background-color: #ffffff;
    border: 1px solid #aec1d8;
    box-shadow: 0px 8px 25px 0px rgba(81, 144, 182, 0.3);
    color: #0f3562;
    margin-right: 1em; }
  .modal__close {
    position: absolute;
    right: 5px;
    top: 5px; }
    .modal__close svg {
      height: 13px;
      width: 13px; }

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