/*!
Theme Name: TNAA
Theme URI: https://www.tnaa.com/
Author: TNAA
Author URI: https://www.tnaa.com/
Description: Sass library for jobs.tnaa.com
Version: 1.0.0
Text Domain: TNAA
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,700,700i,800,900");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 3em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Vendors
---------- ----------------------------------------------------*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

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

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

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

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

select {
  width: 100%;
  border-radius: 0;
  text-transform: none;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

[data-whatinput=mouse] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row.expanded {
  max-width: none;
}

.row .reverse {
  flex-direction: row-reverse;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.column,
.columns {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-width: initial;
}

.column.row.row,
.row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row,
.row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.columns {
  padding: 0.625rem;
  flex: 0 0 100%;
}

.small-1 {
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.small-up-1 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-1 > .column,
.small-up-1 > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-2 > .column,
.small-up-2 > .columns {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-3 > .column,
.small-up-3 > .columns {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-up-4 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-4 > .column,
.small-up-4 > .columns {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-5 > .column,
.small-up-5 > .columns {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-6 > .column,
.small-up-6 > .columns {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-up-7 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-7 > .column,
.small-up-7 > .columns {
  -webkit-flex: 0 0 14.28571%;
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.small-up-8 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-8 > .column,
.small-up-8 > .columns {
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column,
.small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 60em) {
  .medium-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    -webkit-flex: 0 0 24%;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    -webkit-flex: 0 0 74%;
    -ms-flex: 0 0 74%;
    flex: 0 0 74%;
    max-width: 74%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .medium-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    -webkit-flex: 0 0 24%;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
  }
  .medium-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .medium-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 60em) {
  .medium-expand {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
  }
}
.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (min-width: 60em) {
  .row.medium-unstack > .column,
  .row.medium-unstack > .columns {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
  }
}
@media screen and (min-width: 60em) {
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 75em) {
  .large-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .large-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-1 > .column,
  .large-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .large-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 55em) and (min-width: 55em) {
  .large-expand {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
  }
}
.row.large-unstack > .column,
.row.large-unstack > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (min-width: 55em) {
  .row.large-unstack > .column,
  .row.large-unstack > .columns {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
  }
}
@media screen and (min-width: 55em) {
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.shrink {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.column.align-top,
.align-top.columns {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.column.align-bottom,
.align-bottom.columns {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.column.align-middle,
.align-middle.columns {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.column.align-stretch,
.align-stretch.columns {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.align-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.align-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

@media screen and (min-width: 62em) {
  .medium-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 55em) {
  .large-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-slider .column {
  width: 90%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
}

.lb-dataContainer:after,
.lb-outerContainer:after {
  content: "";
  clear: both;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}
.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}
.lb-outerContainer:after {
  display: table;
}

.lb-loader,
.lb-nav {
  position: absolute;
  left: 0;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(./images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(./images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-container > .nav {
  left: 0;
}

.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
}
.lb-dataContainer:after {
  display: table;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  font-size: 12px;
  color: #999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  background-image: url("./images/close.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

body {
  width: 100%;
  height: 100%;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: #FFF; /* A background-color is required */
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# MIXINS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# VARIABLES
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# TYPOGRAPHY
--------------------------------------------------------------*/
@font-face {
  font-family: "sidecar";
  src: url("fonts/SidecarBold.eot");
  src: url("fonts/SidecarBold.eot#iefix") format("embedded-opentype"), url("fonts/SidecarBold.woff2") format("woff2"), url("fonts/SidecarBold.woff") format("woff"), url("fonts/SidecarBold.ttf") format("truetype"), url("fonts/SidecarBold.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: "monospace";
}
@font-face {
  font-family: "tnaa-shapes";
  src: url("fonts/shapes/tnaa-shapes.eot");
  src: url("fonts/shapes/tnaa-shapes.eot#iefix") format("embedded-opentype"), url("fonts/shapes/tnaa-shapes.woff2") format("woff2"), url("fonts/shapes/tnaa-shapes.woff") format("woff"), url("fonts/shapes/tnaa-shapes.ttf") format("truetype"), url("fonts/shapes/tnaa-shapes.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: "monospace";
}
@font-face {
  font-family: "tnaa-icons";
  src: url("fonts/icons/tnaa-icons.eot");
  src: url("fonts/icons/tnaa-icons.eot#iefix") format("embedded-opentype"), url("fonts/icons/tnaa-icons.woff2") format("woff2"), url("fonts/icons/tnaa-icons.woff") format("woff"), url("fonts/icons/tnaa-icons.ttf") format("truetype"), url("fonts/icons/tnaa-icons.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: "monospace";
}
html {
  font-size: 16px;
}

body {
  font: normal 1rem/1.5 "Montserrat", sans-serif;
}
@media (min-width: 992px) {
  body {
    font-size: 1rem;
  }
}

.hero__headline, h1 {
  font: 700 3rem "Montserrat", sans-serif;
}
@media (min-width: 992px) {
  .hero__headline, h1 {
    font-size: 3.75rem;
  }
}

.module--text .text-block__headline, .module--split .feature__headline, .section__intro .text-block__headline, .card__headline, .feature__headline, .error404 .module--text .text-block__headline, h2, .module--split .features__headline {
  font: 700 2rem "Montserrat", sans-serif;
}
@media (min-width: 992px) {
  .module--text .text-block__headline, .module--split .feature__headline, .section__intro .text-block__headline, .card__headline, .feature__headline, .error404 .module--text .text-block__headline, h2, .module--split .features__headline {
    font-size: 2.5rem;
  }
}

.module--text .text-block__copy, .module--accordion .accordion-title-bar .accordion-section-title, .testimonial__quote, .banner__headline, h3 {
  font: 700 1.5rem "Montserrat", sans-serif;
}

h4 {
  font: 600 1.25rem "Montserrat", sans-serif;
}

h5 {
  font: 700 0.875rem "Montserrat", sans-serif;
}
@media (min-width: 992px) {
  h5 {
    font-size: 1.125rem;
  }
}

h6 {
  font: 700 0.75rem "Montserrat", sans-serif;
}
@media (min-width: 992px) {
  h6 {
    font-size: 0.875rem;
  }
}

label {
  font: 700 1rem "Montserrat", sans-serif;
}

em {
  font-family: "sidecar", sans-serif;
  font-weight: normal;
}

label.small {
  font: 600 0.875rem "Montserrat", sans-serif;
}

h1, h2, .module--split .features__headline, h3 {
  margin-top: 0;
}

h2.header-text, .module--split .header-text.features__headline {
  margin-top: 1rem;
}

form label {
  font-weight: normal;
}

@keyframes radial-pulse {
  0% {
    content: "\e800";
  }
  100% {
    content: "\e801";
  }
}
@keyframes frame-pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes frame-pulse-2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes underline-steps {
  0% {
    background-position: 50% calc(100% + 3px);
  }
  50% {
    background-position: 50% calc(100% + 134px);
  }
}
@keyframes underline-steps {
  0% {
    background-position: 50% calc(100% + 3px);
  }
  50% {
    background-position: 50% calc(100% + 134px);
  }
}
@keyframes underline-pulse {
  0% {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cpath d='M1.07,1.15C14,.26,29.93,3.72,42.92,2.84c5.26-.36,7.69-1.19,13-1.53C68.46.51,80.1,3,94.12,3,104.52,3,111.85,1.61,122,1.3c18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%2321B296' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
  }
  100% {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cline x1='1.07' y1='2.08' x2='258.11' y2='2.08' fill='none' stroke='%2321B296' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
  }
}
@keyframes underline-pulse--purple {
  0% {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cpath d='M1.07,1.15C14,.26,29.93,3.72,42.92,2.84c5.26-.36,7.69-1.19,13-1.53C68.46.51,80.1,3,94.12,3,104.52,3,111.85,1.61,122,1.3c18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%2321B296' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
  }
  100% {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cline x1='1.07' y1='2.08' x2='258.11' y2='2.08' fill='none' stroke='%2321B296' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
  }
}
@keyframes underline-pulse--blue {
  0% {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cpath d='M1.07,1.15C14,.26,29.93,3.72,42.92,2.84c5.26-.36,7.69-1.19,13-1.53C68.46.51,80.1,3,94.12,3,104.52,3,111.85,1.61,122,1.3c18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%2321B296' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
  }
  100% {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cline x1='1.07' y1='2.08' x2='258.11' y2='2.08' fill='none' stroke='%2321B296' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
  }
}
@keyframes underline-pulse--green {
  0% {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cpath d='M1.07,1.15C14,.26,29.93,3.72,42.92,2.84c5.26-.36,7.69-1.19,13-1.53C68.46.51,80.1,3,94.12,3,104.52,3,111.85,1.61,122,1.3c18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%23471445' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
  }
  100% {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cline x1='1.07' y1='2.08' x2='258.11' y2='2.08' fill='none' stroke='%23471445' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
  }
}
@keyframes underline-pulse--red {
  0% {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cpath d='M1.07,1.15C14,.26,29.93,3.72,42.92,2.84c5.26-.36,7.69-1.19,13-1.53C68.46.51,80.1,3,94.12,3,104.52,3,111.85,1.61,122,1.3c18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%23471445' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
  }
  100% {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cline x1='1.07' y1='2.08' x2='258.11' y2='2.08' fill='none' stroke='%23471445' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
  }
}
@keyframes underline-pulse--yellow {
  0% {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cpath d='M1.07,1.15C14,.26,29.93,3.72,42.92,2.84c5.26-.36,7.69-1.19,13-1.53C68.46.51,80.1,3,94.12,3,104.52,3,111.85,1.61,122,1.3c18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%23471445' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
  }
  100% {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cline x1='1.07' y1='2.08' x2='258.11' y2='2.08' fill='none' stroke='%23471445' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
  }
}
@keyframes underline-pulse--gray {
  0% {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cpath d='M1.07,1.15C14,.26,29.93,3.72,42.92,2.84c5.26-.36,7.69-1.19,13-1.53C68.46.51,80.1,3,94.12,3,104.52,3,111.85,1.61,122,1.3c18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%2321B296' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
  }
  100% {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cline x1='1.07' y1='2.08' x2='258.11' y2='2.08' fill='none' stroke='%2321B296' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
  }
}
@keyframes underline-pulse--almond {
  0% {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cpath d='M1.07,1.15C14,.26,29.93,3.72,42.92,2.84c5.26-.36,7.69-1.19,13-1.53C68.46.51,80.1,3,94.12,3,104.52,3,111.85,1.61,122,1.3c18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%23471445' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
  }
  100% {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cline x1='1.07' y1='2.08' x2='258.11' y2='2.08' fill='none' stroke='%23471445' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
  }
}
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}

@media (max-width: 768px) {
  .hide-mobile,
  .hide-mobile--inline,
  .hide-mobile--block,
  .hide-mobile-flex {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hide-tablet {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hide-desktop {
    display: none !important;
  }
}

.sr-only, .hero__ctas .cta span,
.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.no-scroll {
  overflow: hidden;
}

/*--------------------------------------------------------------
# GLOBAL
--------------------------------------------------------------*/
html,
body {
  width: 100%;
}

body {
  overflow-x: hidden;
}
body.menu-open {
  height: 100%;
  overflow: hidden;
}
@media (min-width: 1200px) {
  body.menu-open {
    overflow: auto;
  }
}

a.logo {
  transition: all 0.15s ease-in-out;
}
a.logo:hover {
  opacity: 0.7;
}

.icon-facebook:before,
.icon-instagram:before,
.icon-linkedin:before,
.icon-twitter:before,
.icon-pinterest:before {
  font-family: "tnaa-icons", sans-serif;
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-pinterest:before {
  content: "\f231";
}

table td {
  padding: 14px 0;
  border-bottom: 1px solid #EDEDEE;
}
table tr:last-child td {
  border: 0;
}

.nav-bar--secondary .menu-item .badge,
.badge {
  background: #EDEDEE;
  line-height: 20px;
  padding: 0 0.7em;
  color: #000;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.list--base, .list--inline {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.list--inline li {
  display: inline-block;
}
.list--condensed {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.list--channels li {
  margin-bottom: 0;
}
.list--channels a {
  font-size: 1.25rem !important;
  text-decoration: none;
}
body.loaded .list--channels a {
  transition: all 0.15s ease-in-out;
}

.list--channels a:hover {
  text-decoration: none;
  color: #21B296;
}
.list--channels .cta--icon {
  background: none;
}
.list--channels .icon--label {
  display: none;
}

.cta--icon.fa-brands {
  margin: 0.25rem;
}

.cta--icon.fa-brands.fa-instagram {
  margin-left: 0.55rem;
}

.logo {
  display: inline-block;
  width: 114px;
  height: auto;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.logo svg {
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .logo {
    height: 55px;
  }
}

.shape--lines .back {
  opacity: 0;
}

.error404 .module--text .text-block__headline {
  font-size: 3.75rem;
  line-height: 1.1;
  padding: 4rem 0 2rem 0;
}

.error-page-styling-404 {
  display: flex;
  padding: 4rem 1rem;
  font-style: normal;
  line-height: normal;
  justify-content: center;
}
.error-page-styling-404 .not-found-icon-header {
  display: flex;
  flex-direction: column;
  align-self: center;
  padding-right: 5rem;
  padding-left: 2rem;
}
.error-page-styling-404 .not-found-icon-header .page-not-found-text {
  font-weight: 700;
  font-size: 3.75rem;
}
.error-page-styling-404 .not-found-description h4 {
  font-size: 1.563rem;
  font-weight: 700;
}
.error-page-styling-404 .not-found-description li {
  padding: 0.75rem;
}
.error-page-styling-404 .not-found-description .not-found-description-intro {
  font-size: 1.25rem;
  font-weight: 600;
  max-width: 37.75rem;
}
.error-page-styling-404 .not-found-description .not-found-description-solution-list {
  max-width: 32.75rem;
  padding-left: 1.125rem;
  font-size: 1.125rem;
  font-weight: 400;
}
.error-page-styling-404 .not-found-description .not-found-description-solution-list .not-found-home-link {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration-line: underline;
}

@media (max-width: 768px) {
  .error-page-styling-404 {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }
  .error-page-styling-404 .not-found-icon-header {
    display: flex;
    flex-direction: column-reverse;
    align-self: baseline;
    padding: 0;
  }
  .error-page-styling-404 .not-found-icon-header .page-not-found-text {
    font-size: 1.563rem;
    font-weight: 700;
    margin: 0;
    padding: 2.65rem 0 1rem 0;
  }
  .error-page-styling-404 .not-found-icon-header img {
    width: 23.75rem;
  }
  .error-page-styling-404 .not-found-description {
    width: 100%;
  }
  .error-page-styling-404 .not-found-description h4 {
    font-size: 1.25rem;
    font-weight: 700;
  }
  .error-page-styling-404 .not-found-description .not-found-description-solution-list {
    font-size: 1.125rem;
    font-weight: 400;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .error-page-styling-404 {
    padding-top: 0;
  }
}
.error-page-styling-500 {
  display: flex;
  font-style: normal;
  line-height: normal;
  justify-content: center;
  padding: 0 1rem;
}
.error-page-styling-500 .error-page-text-500 p {
  font-size: 1.25rem;
}
.error-page-styling-500 .error-page-text-500 .header-text-500-error {
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 1.25rem;
}
.error-page-styling-500 .error-page-text-500 .reassurance-msg-500-error {
  font-size: 1.563rem;
  font-weight: 700;
}
.error-page-styling-500 .error-page-text-500 .request-id {
  font-size: 1rem;
  font-weight: 400;
  padding-top: 6rem;
}
.error-page-styling-500 .error-page-image-500 {
  align-self: center;
  min-width: 320px;
}

@media (max-width: 768px) {
  .error-page-styling-500 {
    flex-direction: column-reverse;
    padding-top: 2.5rem;
  }
  .error-page-styling-500 .error-page-text-500 .header-text-500-error {
    font-size: 1.5rem;
    font-weight: 700;
    padding-top: 0.375rem;
    padding-bottom: 0;
  }
  .error-page-styling-500 .error-page-text-500 .reassurance-msg-500-error {
    font-size: 1.15rem;
    font-weight: 700;
  }
  .error-page-styling-500 .error-page-text-500 .request-id {
    padding-top: 1rem;
  }
  .error-page-styling-500 .error-page-text-500 .request-id code {
    display: block;
  }
  .error-page-styling-500 .error-page-image-500 {
    align-self: baseline;
  }
  .error-page-styling-500 .error-page-image-500 img {
    width: 17.563rem;
  }
}
@media (min-width: 400px) and (max-width: 790px) {
  .error-page-image-500 {
    width: 23.438rem;
  }
}
.error500 h1 {
  padding: 4rem 0 0;
}

iframe {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
@media (min-width: 1200px) {
  iframe {
    min-height: 765px;
  }
}

.modal__content {
  display: contents;
}
.modal iframe {
  min-height: auto;
}
@media (min-width: 1200px) {
  .modal iframe {
    min-height: auto;
  }
}

.break-word {
  overflow-wrap: break-word;
}

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 94vw;
  width: 100%;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 992px) {
  .container {
    max-width: 1240px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .row {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .row.Start.bgwhite {
    flex-wrap: wrap;
  }
}

.column {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 992px) {
  .column {
    max-width: auto;
  }
}
@media (min-width: 992px) {
  .column.Start.bgwhite {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Partials
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  color: #000;
  z-index: 99;
  max-width: 100vw;
}
@media (min-width: 1200px) {
  .site-header {
    background: transparent;
    box-shadow: none;
  }
}
.site-header .collapse--content .sub-menu {
  padding-top: 1rem;
  padding-left: 1rem;
}
.site-header .collapse--content .sub-menu a:before {
  display: none;
}
@media (min-width: 1200px) {
  .site-header .collapse--content .sub-menu {
    padding-top: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .site-header .collapse {
    border-bottom: none;
    padding: 0;
  }
}
.site-header .logo * {
  fill: #F51238;
}
.site-header a {
  position: relative;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .site-header a:before, .site-header a.cta--text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: calc(0.75rem - 2px);
    border-bottom: 2px solid #000;
    padding: 0;
    width: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .site-header a:hover:before, .site-header a:focus:before, .site-header a.cta--text:hover:before, .site-header a.cta--text:focus:before {
    width: 100%;
    opacity: 1;
  }
  .site-header a.logo:before, .site-header a.cta--outlined:before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .site-header .container .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.site-header > .container .column--1 {
  flex: 1 1 auto;
}
.site-header > .container .column--2 {
  padding-top: 0.25rem;
}
@media (min-width: 1200px) {
  .site-header > .container .column--2 {
    padding-top: 0;
    flex: 1 1 100%;
    display: block;
  }
}
.site-header > .container .column--2 #menu-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header > .container .column--2 .call-tnaa * {
  display: block;
  font-size: 1.2rem;
  border-radius: 100%;
  height: 3rem;
  width: 3rem;
  margin: 0.5rem;
  background: #F4F5F7;
}
.site-header > .container .column--2 .call-tnaa *::before {
  font-size: 1.2rem;
  padding: 0.8rem 0.7rem;
  font-weight: 500;
}
.site-header > .container .column--2 #call-tnaa {
  z-index: 12;
}
.site-header > .container .column--2 #get-started {
  z-index: 12;
  padding: 0.75rem 1rem;
  background: #F4F5F7;
  border-radius: 100px;
}
.site-header .menu-toggle {
  z-index: 12;
  background: #F4F5F7;
  color: inherit;
  border-radius: 100px;
  height: 3rem;
  width: 3rem;
  border: 0;
  font-size: 2.125rem;
  font-size: 1.5rem;
  padding: 0;
}
.site-header .menu-toggle:before {
  content: "\f0c9";
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-size: 1.5rem;
  top: 0.5px;
  left: 0.5px;
  position: relative;
}
.site-header .menu-toggle.open {
  color: #525257;
  background: #F4F5F7;
  border-radius: 50%;
}
.site-header .menu-toggle.open:before {
  content: "\f00d";
  font-family: "Font Awesome 6 Pro", sans-serif;
}
@media (min-width: 1200px) {
  .site-header .menu-toggle {
    display: none;
  }
}
.site-header .separator {
  margin-top: -5px;
  margin-bottom: 15px;
  text-align: center;
}
.site-header .separator svg {
  margin-left: 0;
}
.site-header .separator path {
  stroke: rgba(60, 60, 61, 0.1);
}
.site-header .logo {
  display: inline-flex;
  align-items: center;
  width: 3.125rem;
}
@media (min-width: 1200px) {
  .site-header .logo {
    width: 6.875rem;
  }
}
.site-header .logo--primary {
  display: none;
}
@media (min-width: 1200px) {
  .site-header .logo--primary {
    display: inline-block;
  }
}
.site-header .nav-container {
  position: fixed;
  z-index: 11;
  top: 4.56rem;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #FFF;
  color: inherit;
  margin-right: -100%;
}
body.loaded .site-header .nav-container {
  transition: margin 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.site-header .nav-container.open {
  height: calc(100vh - 4.56rem);
  margin-right: 0;
}
@media (min-width: 1200px) {
  .site-header .nav-container.open {
    height: auto;
  }
}
.site-header .nav-container .menu > li {
  padding: 1rem 0;
}
.site-header .nav-container .menu > li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (min-width: 1200px) {
  .site-header .nav-container .menu > li {
    padding: 0;
  }
  .site-header .nav-container .menu > li:not(:last-child) {
    border-bottom: 0;
  }
}
.site-header .nav-container .logo--primary {
  display: contents;
}
.site-header .nav-container .logo--container {
  display: none;
}
@media (min-width: 1200px) {
  .site-header .nav-container .logo--container {
    display: block;
    width: 110px;
    height: 110px;
    margin-right: 2rem;
  }
}
.site-header .menu-item a.cta--button:after, .site-header .menu-item button.cta--button:after {
  display: none;
}
.site-header .menu-item a.cta--search, .site-header .menu-item button.cta--search {
  font-size: 1rem;
  width: 100%;
  padding: 1rem;
  max-width: 20rem;
  margin-left: -1rem;
}
@media (min-width: 1200px) {
  .site-header .menu-item a.cta--search, .site-header .menu-item button.cta--search {
    margin-top: 1rem;
  }
}
.site-header .menu-item a.cta--search:before, .site-header .menu-item button.cta--search:before {
  left: auto;
  right: 0.75rem;
  font-size: 1rem;
  width: auto;
}
@media (min-width: 1200px) {
  .site-header {
    position: absolute;
    background: transparent;
    padding-top: 2rem;
  }
  .site-header .cta--text:hover {
    color: #000;
  }
  .site-header .menu-toggle {
    color: #000;
  }
  .site-header.dark a {
    color: #FFF;
  }
  .site-header.dark a:before {
    border-color: #FFF;
  }
  .site-header.dark a.cta--text {
    color: #FFF;
  }
  .site-header.dark a.cta--text:before {
    border-color: #FFF;
  }
  .site-header.dark .menu-conversion-container .cta--outlined {
    color: #FFF;
    box-shadow: inset 0 0 0 2px #FFF;
  }
  .site-header.dark .menu-conversion-container .cta--outlined:hover {
    background-color: #FFF;
    color: #000;
  }
  .site-header.dark .menu-authenticated-container .collapse--content a {
    color: #000;
  }
  .site-header.dark .menu-authenticated-container .collapse--content a:hover {
    color: #21B296;
  }
  .site-header.dark .logo * {
    fill: #FFF;
  }
  .site-header.dark .menu-toggle {
    color: #FFF;
  }
  .site-header .phone {
    display: inline-block;
    padding: 0.75rem;
  }
  .site-header .nav-container {
    display: flex;
    overflow: visible;
    max-width: none;
    position: relative;
    background: none;
    height: auto;
    padding-top: 0;
    margin-right: auto;
    top: 0;
    right: auto;
  }
  .site-header .menu-item {
    display: inline-block;
  }
  .site-header .menu-item a.cta--button:after, .site-header .menu-item button.cta--button:after {
    display: none;
  }
  .site-header .menu-item a.cta--search, .site-header .menu-item button.cta--search {
    font-size: 1rem;
    width: 100%;
    padding: 1rem;
    max-width: 20rem;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .site-header .menu-item a.cta--search, .site-header .menu-item button.cta--search {
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .site-header .sub-menu {
    text-align: left;
  }
  .site-header .sub-menu .menu-item {
    display: block;
  }
  .site-header .sub-menu .menu-item > a {
    color: inherit;
  }
  .site-header .sub-menu .menu-item > a:hover {
    color: #21B296;
  }
  .site-header .sub-menu .menu-item > .badge {
    font-size: 0.75rem;
    padding: 0 0.7em;
  }
}

.nav-bars {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  max-width: 100vw;
}
@media (min-width: 1200px) {
  .nav-bars {
    max-width: none;
    flex-direction: row;
    position: relative;
  }
}

.nav-bar {
  flex: 0 0 auto;
  min-width: 100%;
}
@media (min-width: 1200px) {
  .nav-bar {
    flex: 0 1 100%;
  }
}
@media (min-width: 1200px) {
  .nav-bar .menu-primary-container {
    float: left;
  }
}
@media (min-width: 1200px) {
  .nav-bar--primary .menu > li {
    margin-right: 2rem;
  }
}
.nav-bar--primary .column--2 .logo-wrap {
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (min-width: 1200px) {
  .nav-bar--primary .column--2 .logo-wrap {
    height: auto;
    border-bottom: none;
  }
}
.nav-bar--primary .column--2 .logo {
  margin-left: 1rem;
}
.nav-bar--primary .menu-conversion-container {
  display: none;
}
.nav-bar--primary .menu-conversion-container .cta:hover {
  background-color: #FFF;
  color: #000;
}
@media (min-width: 1200px) {
  .nav-bar--primary {
    display: flex;
    order: 2;
    text-align: right;
  }
  .nav-bar--primary .column--1 {
    flex: 1;
  }
  .nav-bar--primary .menu-conversion-container {
    display: inline-block;
  }
}
.nav-bar--secondary {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 5rem;
}
@media (min-width: 1200px) {
  .nav-bar--secondary {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .nav-bar--secondary .menu-item a {
    font-size: 0.875rem;
  }
}
.nav-bar--secondary .menu-item a.link--external {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F4F5F7;
  border-radius: 0.5rem;
  transition: background-color 300ms ease;
  padding: 1rem 1rem;
}
.nav-bar--secondary .menu-item a.link--external:before {
  display: none;
}
@media (min-width: 1200px) {
  .nav-bar--secondary .menu-item a.link--external:before {
    display: block;
  }
}
.nav-bar--secondary .menu-item a.link--external .icon {
  float: right;
}
.nav-bar--secondary .menu-item a.link--external:after {
  content: "\f08e";
  font-family: "Font Awesome 6 Pro", sans-serif;
  display: inline-block;
  position: absolute;
  width: 0.75rem;
  font-size: 0.75rem;
  font-weight: 500;
  top: auto;
  right: 1rem;
  left: auto;
  color: inherit;
  padding: 0;
  margin-right: 0.2em;
  margin-top: -0.075rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px) {
  .nav-bar--secondary .menu-item a.link--external:after {
    right: 0;
  }
}
@media (min-width: 1200px) {
  .nav-bar--secondary .menu-item a.link--external {
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0;
    padding-right: 1.25rem;
  }
}
.nav-bar--secondary .menu-item .badge {
  font-size: 0.75rem;
}
.nav-bar--secondary .column--1 {
  flex: 0 1 100%;
}
.nav-bar--secondary .column--2 {
  display: none;
}
@media (min-width: 1200px) {
  .nav-bar--secondary .column--2 {
    display: initial;
  }
}
@media (min-width: 1200px) {
  .nav-bar--secondary {
    flex-wrap: nowrap;
    order: 1;
  }
  .nav-bar--secondary .menu-item .badge {
    background: #EDEDEE;
    line-height: 20px;
    padding: 0 0.7em;
    font-weight: bold;
  }
  .nav-bar--secondary .menu-item .badge:before, .nav-bar--secondary .menu-item .badge:after {
    display: none;
  }
  .nav-bar--secondary .column--2 {
    text-align: right;
  }
  .nav-bar--secondary .column--1 .menu-secondary-container {
    text-align: left;
  }
  .nav-bar--secondary .menu-secondary-container {
    display: inline-block;
    vertical-align: middle;
  }
}

.menu-primary-container, .menu-secondary-container, .menu-conversion-container, .menu-authenticated-container {
  display: block;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (min-width: 1200px) {
  .menu-primary-container, .menu-secondary-container, .menu-conversion-container, .menu-authenticated-container {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
  }
}
.menu-secondary-container {
  position: relative;
  top: 3px;
}
.menu-secondary-container a {
  font: 500 0.875rem/1.4285714286 "Montserrat", sans-serif;
}
@media (min-width: 1200px) {
  .menu-secondary-container {
    display: inline-block;
  }
}
.menu-conversion-container .menu .cta--button, .menu-conversion-container .menu .cta--outlined {
  display: block;
  margin-left: 0;
  margin-right: 0;
  background: #21B296;
  color: #000;
  box-shadow: inset 0 0 0 2px #000;
}
.menu-conversion-container .menu .cta--button:hover, .menu-conversion-container .menu .cta--outlined:hover {
  background-color: rgb(25.0236966825, 134.9763033175, 113.7440758294);
  color: #000;
}
@media (min-width: 1200px) {
  .menu-conversion-container .menu .cta--button, .menu-conversion-container .menu .cta--outlined {
    background: none;
    border-radius: 50px;
  }
  .menu-conversion-container .menu .cta--button:hover, .menu-conversion-container .menu .cta--outlined:hover {
    background: #000;
    color: #FFF;
  }
}
@media (min-width: 1200px) {
  .menu-conversion-container {
    margin-left: 1rem;
  }
}
.menu-authenticated-container {
  text-align: left;
}
.menu-authenticated-container .collapse .sub-menu {
  padding-top: 0;
}
@media (min-width: 1200px) {
  .menu-authenticated-container {
    white-space: nowrap;
  }
  .menu-authenticated-container .menu-item a {
    margin-right: 1rem;
  }
  .menu-authenticated-container a:after {
    left: 5px;
  }
  .menu-authenticated-container .icon {
    margin-top: -13px;
    right: -14px;
  }
}

.site-header--landing .menu,
.site-header--landing .phone {
  display: none;
}
.site-header--landing .logo {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .site-header--landing .column--1 {
    width: 100%;
  }
  .site-header--landing .logo {
    margin: 0 auto;
    display: block;
    position: relative;
  }
  .site-header--landing .menu-toggle {
    display: none;
  }
}

.archive .site-header .logo svg, .archive .site-header .logo path, .archive .site-header .logo polygon, .archive .site-header .logo rect,
.single-post .site-header .logo svg,
.single-post .site-header .logo path,
.single-post .site-header .logo polygon,
.single-post .site-header .logo rect,
.search-results .site-header .logo svg,
.search-results .site-header .logo path,
.search-results .site-header .logo polygon,
.search-results .site-header .logo rect,
.page-template-post-index .site-header .logo svg,
.page-template-post-index .site-header .logo path,
.page-template-post-index .site-header .logo polygon,
.page-template-post-index .site-header .logo rect {
  fill: #F51238;
}
@media (min-width: 1200px) {
  .archive .site-header .logo svg, .archive .site-header .logo path, .archive .site-header .logo polygon, .archive .site-header .logo rect,
  .single-post .site-header .logo svg,
  .single-post .site-header .logo path,
  .single-post .site-header .logo polygon,
  .single-post .site-header .logo rect,
  .search-results .site-header .logo svg,
  .search-results .site-header .logo path,
  .search-results .site-header .logo polygon,
  .search-results .site-header .logo rect,
  .page-template-post-index .site-header .logo svg,
  .page-template-post-index .site-header .logo path,
  .page-template-post-index .site-header .logo polygon,
  .page-template-post-index .site-header .logo rect {
    fill: #FFF;
  }
}
.archive .site-header .logo:hover,
.single-post .site-header .logo:hover,
.search-results .site-header .logo:hover,
.page-template-post-index .site-header .logo:hover {
  opacity: 0.7;
}
.archive .site-header .menu-toggle,
.single-post .site-header .menu-toggle,
.search-results .site-header .menu-toggle,
.page-template-post-index .site-header .menu-toggle {
  color: #000;
}

.jobs-navigation-update .site-header {
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px) {
  .jobs-navigation-update .site-header.dark #menu-authenticated > li > .collapse--header > a,
  .jobs-navigation-update .site-header.dark #menu-authenticated > li > a,
  .jobs-navigation-update .site-header.dark #menu-primary > li > .collapse--header > a,
  .jobs-navigation-update .site-header.dark #menu-primary > li > .collapse--header > span,
  .jobs-navigation-update .site-header.dark #menu-primary > li > a,
  .jobs-navigation-update .site-header.dark a.phone {
    color: #fff;
  }
}
.jobs-navigation-update .site-header:after {
  content: "";
  position: fixed;
  top: 0;
  width: 100%;
  height: 4.625rem;
  background-color: transparent;
  pointer-events: none;
  border-bottom: 1px solid #E8E8E8;
  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
  z-index: 999;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .jobs-navigation-update .site-header:after {
    display: none;
  }
}
.jobs-navigation-update .site-header a {
  color: #000;
  font-weight: 600;
  font-size: 1rem;
}
.jobs-navigation-update .site-header .menu-primary-container,
.jobs-navigation-update .site-header .menu-secondary-container,
.jobs-navigation-update .site-header .menu-conversion-container,
.jobs-navigation-update .site-header .menu-authenticated-container {
  margin: 0;
}
.jobs-navigation-update .site-header .menu-conversion-container {
  margin-top: -5px;
}
.jobs-navigation-update .site-header .nav-container .logo--container {
  width: auto;
  height: auto;
  margin-right: 0;
  z-index: 1;
}
@media (min-width: 1200px) {
  .jobs-navigation-update .site-header .nav-container .logo--container {
    position: absolute;
  }
}
.jobs-navigation-update .site-header .nav-container .logo--container svg {
  width: 6.15125rem;
  height: 5.70538rem;
}
.jobs-navigation-update .site-header .nav-container .nav-bar--secondary {
  margin-bottom: 0.75rem;
}
.jobs-navigation-update .site-header .nav-container .menu > li {
  padding: 0;
  border-bottom: none;
}
@media (min-width: 1200px) {
  .jobs-navigation-update .site-header .nav-bars {
    padding-left: 7.651rem;
  }
}
.jobs-navigation-update .site-header > .container {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.jobs-navigation-update .site-header > .container > .row {
  padding: 0rem 0.625rem;
}
@media (min-width: 1200px) {
  .jobs-navigation-update .site-header > .container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1240px;
    width: 100%;
  }
  .jobs-navigation-update .site-header > .container > .row {
    padding: 0;
  }
}
.jobs-navigation-update .site-header > .container .column--2 {
  padding-top: 0;
  height: 100%;
}
.jobs-navigation-update .site-header > .container .column--2 #menu-container {
  height: 4.625rem;
}
@media (min-width: 1200px) {
  .jobs-navigation-update .site-header .menu-item-has-children:hover .collapse--header > a:after,
  .jobs-navigation-update .site-header .menu-item-has-children:hover .collapse--header > span:after, .jobs-navigation-update .site-header .menu-item-has-children:focus-within .collapse--header > a:after,
  .jobs-navigation-update .site-header .menu-item-has-children:focus-within .collapse--header > span:after {
    transform: rotate(180deg);
  }
}
.jobs-navigation-update .site-header #menu-primary > li.menu-item-has-children > .collapse--header {
  border-bottom: 1px solid #D0D5DD;
}
.jobs-navigation-update .site-header #menu-primary > li.menu-item-has-children > .collapse--header > a {
  padding: 0;
}
@media (min-width: 1200px) {
  .jobs-navigation-update .site-header #menu-primary > li.menu-item-has-children > .collapse--header {
    border: none;
  }
  .jobs-navigation-update .site-header #menu-primary > li.menu-item-has-children > .collapse--header > a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-right: 1.25rem;
  }
}
.jobs-navigation-update .site-header #menu-primary > li.menu-item-has-children > .collapse--content {
  border-bottom: 1px solid #D0D5DD;
}
@media (min-width: 1200px) {
  .jobs-navigation-update .site-header #menu-primary > li.menu-item-has-children > .collapse--content {
    border: none;
  }
}
.jobs-navigation-update .site-header #menu-primary > li.menu-item-has-children > .collapse--content > .sub-menu > li:not(:last-child).menu-item-has-children {
  border-bottom: 1px solid #D0D5DD;
}
@media (min-width: 1200px) {
  .jobs-navigation-update .site-header #menu-primary > li.menu-item-has-children > .collapse--content > .sub-menu > li:not(:last-child).menu-item-has-children {
    border: none;
  }
}
.jobs-navigation-update .site-header #menu-primary > li.menu-item-has-children .collapse--header > span {
  flex: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-right: 1.25rem;
  user-select: none;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .jobs-navigation-update .site-header #menu-primary > li.menu-item-has-children .collapse--header > span {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .jobs-navigation-update .site-header #menu-primary > li.menu-item-has-children .collapse--header > span:after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", sans-serif;
    display: inline-block;
    position: absolute;
    width: 0.75rem;
    font-size: 0.7rem;
    font-weight: 500;
    top: auto;
    right: 0;
    left: auto;
    color: inherit;
    padding: 0;
    margin-right: 0;
    margin-top: -0.16em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.jobs-navigation-update .site-header #menu-primary > li:not(.menu-item-has-children) {
  padding: 0.75rem;
}
.jobs-navigation-update .site-header #menu-primary > li:not(.menu-item-has-children) > a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  .jobs-navigation-update .site-header #menu-primary > li:not(.menu-item-has-children) > a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .jobs-navigation-update .site-header #menu-primary > li:not(.menu-item-has-children) {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .jobs-navigation-update .site-header #menu-primary > li:nth-child(1) > .collapse--content, .jobs-navigation-update .site-header #menu-primary > li:nth-child(2) > .collapse--content {
    display: flex;
    max-width: 100%;
    min-width: calc(1240px + 1rem);
    left: -0.5rem;
    padding: 0;
    margin: 0;
  }
  .jobs-navigation-update .site-header #menu-primary > li:nth-child(1) > .collapse--content .collapse--content, .jobs-navigation-update .site-header #menu-primary > li:nth-child(2) > .collapse--content .collapse--content {
    position: relative;
    opacity: 1;
    max-width: 100%;
    max-height: 100%;
    background: none;
    box-shadow: none;
    transform: none;
    transition: none;
    overflow: auto;
    border-radius: 0;
    margin: 0;
  }
  .jobs-navigation-update .site-header #menu-primary > li:nth-child(1) > .collapse--content .collapse--content > .sub-menu > li, .jobs-navigation-update .site-header #menu-primary > li:nth-child(2) > .collapse--content .collapse--content > .sub-menu > li {
    display: flex;
  }
  .jobs-navigation-update .site-header #menu-primary > li:nth-child(1) > .collapse--content .collapse--content > .sub-menu > li a, .jobs-navigation-update .site-header #menu-primary > li:nth-child(2) > .collapse--content .collapse--content > .sub-menu > li a {
    flex: 1;
  }
}
.jobs-navigation-update .site-header #menu-primary > li:nth-child(1) > .sub-menu > li:not(.menu-item-has-children), .jobs-navigation-update .site-header #menu-primary > li:nth-child(2) > .sub-menu > li:not(.menu-item-has-children) {
  padding: 0 0.625rem;
}
.jobs-navigation-update .site-header #menu-primary > li:nth-child(1) > .sub-menu > li:not(.menu-item-has-children) > a, .jobs-navigation-update .site-header #menu-primary > li:nth-child(2) > .sub-menu > li:not(.menu-item-has-children) > a {
  padding: 0.75rem;
}
@media (min-width: 1200px) {
  .jobs-navigation-update .site-header #menu-primary > li:nth-child(1) > .collapse--content > .sub-menu {
    column-count: 2;
    column-gap: 1.5rem;
    list-style: none;
    width: 50%;
    padding: 2rem;
  }
}
@media (min-width: 1200px) {
  .jobs-navigation-update .site-header #menu-primary > li:nth-child(2) > .collapse--content > .sub-menu {
    column-count: 3;
    column-gap: 0;
    list-style: none;
    width: 100%;
  }
  .jobs-navigation-update .site-header #menu-primary > li:nth-child(2) > .collapse--content > .sub-menu > li {
    margin-bottom: 0.625rem;
  }
}
.jobs-navigation-update .site-header #menu-authenticated .menu-item {
  padding: 0.75rem;
}
@media (min-width: 1200px) {
  .jobs-navigation-update .site-header #menu-authenticated .menu-item {
    padding: 0;
  }
}
.jobs-navigation-update .site-header #menu-authenticated .menu-item > a:not(.link--external) {
  padding: 0.5rem 0;
}
@media (min-width: 1200px) {
  .jobs-navigation-update .site-header #menu-authenticated .menu-item > a:not(.link--external) {
    padding: 0.75rem 0;
  }
}
.jobs-navigation-update .site-header .collapse {
  padding: 0;
  border-bottom: none;
}
.jobs-navigation-update .site-header .collapse--header {
  padding: 0.75rem 0.625rem;
}
@media (min-width: 1200px) {
  .jobs-navigation-update .site-header .collapse--header {
    padding: 0;
  }
}
.jobs-navigation-update .site-header .collapse--content .collapse--header .collapse--toggle {
  display: none;
}
.jobs-navigation-update .site-header .collapse--content .collapse--header a {
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  color: #1D2939;
  padding: 0;
}
@media (min-width: 1200px) {
  .jobs-navigation-update .site-header .collapse--content .collapse--header a {
    font-size: 1rem;
    font-weight: 600;
  }
  .jobs-navigation-update .site-header .collapse--content .collapse--header a:after {
    display: none;
  }
}
.jobs-navigation-update .site-header .collapse--content .sub-menu {
  padding: 0;
}
.jobs-navigation-update .site-header .collapse--content .collapse--content {
  position: relative;
  opacity: 1;
  max-height: 100%;
  padding: 0rem 1.25rem 0.75rem 1.25rem;
}
@media (min-width: 1200px) {
  .jobs-navigation-update .site-header .collapse--content .collapse--content {
    padding: 0;
  }
}
.jobs-navigation-update .site-header #menu-primary > li > .collapse--content {
  background: #F9FAFB;
}
@media (min-width: 1200px) {
  .jobs-navigation-update .site-header #menu-primary > li > .collapse--content {
    padding: 0;
    background: #fff;
  }
  .jobs-navigation-update .site-header #menu-primary > li > .collapse--content > .sub-menu {
    padding: 2rem;
  }
}
@media (min-width: 1200px) {
  .jobs-navigation-update .site-header #menu-primary > li > .collapse--content > .sub-menu > li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    flex: 1 0 0;
    border-top: none;
  }
}
.jobs-navigation-update .site-header #menu-primary > li > .collapse--content > .sub-menu > li > .collapse--header a {
  padding: 0;
}
.jobs-navigation-update .site-header #menu-primary > li > .collapse--content > .sub-menu > li > .collapse--header a:hover {
  background: none;
}
.jobs-navigation-update .site-header #menu-primary > li > .collapse--content > .sub-menu > li:not(.menu-item-has-children) {
  flex-direction: row;
  padding: 0rem 1.25rem;
}
@media (min-width: 1200px) {
  .jobs-navigation-update .site-header #menu-primary > li > .collapse--content > .sub-menu > li:not(.menu-item-has-children) {
    padding: 0;
  }
}
.jobs-navigation-update .site-header #menu-primary > li > .collapse--content > .sub-menu > li a {
  flex: 1;
  display: flex;
  padding: 0.75rem 0.31rem;
  align-items: center;
  gap: 1rem;
  border-radius: 0.5rem;
  color: #101828;
}
@media (min-width: 1200px) {
  .jobs-navigation-update .site-header #menu-primary > li > .collapse--content > .sub-menu > li a {
    padding: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .jobs-navigation-update .site-header #menu-primary > li > .collapse--content > .sub-menu > li a.jobs-link {
    display: none;
  }
}
.jobs-navigation-update .site-header #menu-primary > li > .collapse--content > .sub-menu > li a:hover {
  background: #F9FAFB;
  color: inherit;
}
.jobs-navigation-update .site-header .jobs-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.375rem !important;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
  color: #0075FF !important;
}
.jobs-navigation-update .site-header .jobs-link:hover {
  color: #005FD0 !important;
}
.jobs-navigation-update .site-header .jobs-count {
  display: flex;
  gap: 0.25rem;
  padding: 0.125rem 0.625rem;
  align-items: center;
  border-radius: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.125rem;
  color: #FFF;
  text-align: center;
}
.jobs-navigation-update .site-header .jobs-count.rn {
  border: 1px solid #EAECF0;
  background: #21B296;
}
.jobs-navigation-update .site-header .jobs-count.allied {
  border: 1px solid #EAECF0;
  background: #1247BA;
}
.jobs-navigation-update .site-header .jobs-section {
  display: none;
}
@media (min-width: 1200px) {
  .jobs-navigation-update .site-header .jobs-section {
    flex: 1;
    display: flex;
    padding: 2rem 2rem 2rem 1.25rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    align-self: stretch;
    background-color: #F9FAFB;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
  }
}
.jobs-navigation-update .site-header .jobs-section .jobs-link {
  font-size: 0.875rem;
}
.jobs-navigation-update .site-header .jobs-section .jobs-link:hover {
  color: #005FD0 !important;
}
.jobs-navigation-update .site-header .jobs-section .jobs-link:before {
  display: none !important;
}
.jobs-navigation-update .site-header .jobs-section > a {
  padding: 0 0.75rem;
}
.jobs-navigation-update .site-header .jobs-section--menu {
  display: flex;
  width: 31.75rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}
.jobs-navigation-update .site-header .jobs-section--menu-item {
  display: flex;
  padding: 0.75rem;
  align-items: flex-start;
  gap: 1.5rem;
  align-self: stretch;
}
.jobs-navigation-update .site-header .jobs-section--menu-item .jobs-count-card {
  width: 11rem;
  max-height: 5rem;
  flex-shrink: 0;
  border-radius: 0.375rem;
  background: linear-gradient(135deg, #90D9CB 0%, #21B296 100%);
  padding: 1.063rem 0.75rem 0.938rem 0.75rem;
  color: var(--Base-White, #FFF);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
}
.jobs-navigation-update .site-header .jobs-section--menu-item .jobs-count-card:before {
  display: none;
}
.jobs-navigation-update .site-header .jobs-section--menu-item .jobs-count-card--label {
  color: #101828;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
}
.jobs-navigation-update .site-header .jobs-section--menu-item .jobs-count-card.allied {
  background: linear-gradient(135deg, #6184D1 0%, #1247BA 100%);
}
.jobs-navigation-update .site-header .jobs-section--menu-item .jobs-count-card:hover {
  color: #FFF;
}
.jobs-navigation-update .site-header .jobs-section--text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  flex: 1 0 0;
}

@media (max-width: 1270px) {
  .site-footer-refresh {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
}
@media (max-width: 991px) {
  .site-footer-refresh {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

.site-footer {
  padding-top: 1.875rem;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .site-footer {
    padding-top: 5.125rem;
  }
}
.site-footer a {
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .site-footer #footer-tnaaLogo {
    display: none;
  }
}
.site-footer .awards-refresh .mobile-social-icons {
  display: none;
}
@media (max-width: 991px) {
  .site-footer .awards-refresh {
    display: flex;
    flex-direction: column;
    gap: 64px;
  }
  .site-footer .awards-refresh .mobile-social-icons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 32px;
  }
  .site-footer .awards-refresh .mobile-social-icons .fa-kit {
    margin: 0.25rem !important;
  }
}
@media (max-width: 768px) {
  .site-footer .awards-refresh {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
}
@media (max-width: 480px) {
  .site-footer .awards-refresh .mobile-social-icons {
    width: 100% !important;
    justify-content: space-between !important;
    display: flex !important;
  }
}
@media screen {
  .site-footer {
    background: #fff;
    color: #000;
  }
  .site-footer a {
    color: #000;
  }
}
.site-footer .collapse--content {
  margin: 0;
}
.site-footer .collapse--content .sub-menu {
  padding-top: 1rem;
  padding-left: 1rem;
}
@media (min-width: 992px) {
  .site-footer .collapse--content .sub-menu {
    padding-top: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .site-footer .collapse--content {
    position: relative;
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
    padding: 0;
    border-radius: 0;
  }
}
.site-footer .collapse--toggle:before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .site-footer .collapse {
    border-bottom: none;
    padding: 0;
  }
}
.site-footer .logo {
  width: 7.5rem;
  display: block;
  height: 100%;
  margin-left: 0;
  margin-top: 2rem;
}
.site-footer .logo svg {
  width: 100%;
  height: auto;
}
.site-footer .logo svg, .site-footer .logo path, .site-footer .logo polygon, .site-footer .logo rect {
  fill: #000;
}
@media (min-width: 992px) {
  .site-footer .logo {
    width: 11.875rem;
    margin-top: 0;
  }
}
.site-footer .container {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .site-footer .container {
    margin-left: 28px;
    margin-right: 28px;
  }
}
.site-footer .container .row {
  flex-wrap: wrap;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
@media (min-width: 992px) {
  .site-footer .container .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.site-footer .container.sub-footer .row {
  display: flex;
  padding-top: 36px;
  padding-bottom: 36px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  .site-footer .container.sub-footer .row {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .site-footer .container.sub-footer .sub-footer-row-desktop {
    display: none !important;
  }
}
.site-footer .container.sub-footer .sub-footer-row-mobile {
  display: none !important;
  align-items: center !important;
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .site-footer .container.sub-footer .sub-footer-row-mobile {
    display: flex !important;
  }
  .site-footer .container.sub-footer .sub-footer-row-mobile .cls-footer-1 {
    fill: #ed1d3a;
  }
}
@media (max-width: 480px) {
  .site-footer .container.sub-footer .sub-footer-row-mobile .cls-footer-1 {
    fill: #000;
  }
}
.site-footer .container.sub-footer .sub-footer-row-mobile ul li:last-of-type {
  margin-bottom: 0px !important;
}
.site-footer .container .column {
  flex: 0 1 100%;
}
.site-footer .container .column--refreshed .cta--search,
.site-footer .container .column--refreshed .cta--text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .site-footer .container .column--refreshed .cta--search,
  .site-footer .container .column--refreshed .cta--text {
    background-color: transparent;
    color: inherit;
    padding: 0;
  }
  .site-footer .container .column--refreshed .cta--search:hover,
  .site-footer .container .column--refreshed .cta--text:hover {
    color: #21B296;
    text-decoration: underline;
  }
}
.site-footer .container .column--n1 .cta--search,
.site-footer .container .column--n1 .cta--text, .site-footer .container .column--n2 .cta--search,
.site-footer .container .column--n2 .cta--text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .site-footer .container .column--n1 .cta--search,
  .site-footer .container .column--n1 .cta--text, .site-footer .container .column--n2 .cta--search,
  .site-footer .container .column--n2 .cta--text {
    background-color: transparent;
    color: inherit;
    padding: 0;
  }
  .site-footer .container .column--n1 .cta--search:hover,
  .site-footer .container .column--n1 .cta--text:hover, .site-footer .container .column--n2 .cta--search:hover,
  .site-footer .container .column--n2 .cta--text:hover {
    color: #21B296;
    text-decoration: underline;
  }
}
.site-footer .container .column--n2-refresh {
  margin-left: 4rem !important;
}
@media (max-width: 991px) {
  .site-footer .container .column--n2-refresh {
    margin-left: 0rem !important;
  }
}
.site-footer .container .column--awards {
  padding-top: 2.0625rem;
  border-top: 1px solid rgba(60, 60, 61, 0.1);
}
@media (min-width: 992px) {
  .site-footer .container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer .container .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1.25rem;
    grid-template-rows: auto;
    width: 100%;
  }
  .site-footer .container .row-refreshed {
    column-gap: 5rem;
  }
}
.site-footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .menu .sub-menu li {
  margin-bottom: 2rem;
}
.site-footer .menu .sub-menu li.menu-item-has-children {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .site-footer .menu .sub-menu li.menu-item-has-children .collapse--toggle {
    display: none;
  }
}
.site-footer .menu .sub-menu li.menu-item-has-children .collapse--header a {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .site-footer .menu .sub-menu li.menu-item-has-children .collapse--header a {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
  }
  .site-footer .menu .sub-menu li.menu-item-has-children .collapse--header a:after {
    display: none;
  }
}
.site-footer .menu .sub-menu li.menu-item-has-children .collapse--content {
  transform: none;
}
@media (min-width: 992px) {
  .site-footer .menu .sub-menu li.menu-item-has-children .collapse--content {
    display: block;
    opacity: 1;
    max-height: none;
  }
}
.site-footer .menu li {
  margin-bottom: 2rem;
}
.site-footer .menu li.menu-item-has-children {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .site-footer .menu li.menu-item-has-children .collapse--toggle {
    display: none;
  }
}
.site-footer .menu li.menu-item-has-children .collapse--header a {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .site-footer .menu li.menu-item-has-children .collapse--header a {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
  }
  .site-footer .menu li.menu-item-has-children .collapse--header a:after {
    display: none;
  }
}
.site-footer .menu li.menu-item-has-children .collapse--content {
  transform: none;
}
@media (min-width: 992px) {
  .site-footer .menu li.menu-item-has-children .collapse--content {
    display: block;
    opacity: 1;
    max-height: none;
  }
}
.site-footer .menu a {
  font-size: 1rem;
  font-weight: 600;
  padding: 0;
}
.site-footer .sub-footer {
  font-weight: 600;
}
.site-footer .sub-footer .column {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .site-footer .sub-footer .column--n1 {
    text-align: right;
  }
}
.site-footer .sub-footer .menu {
  margin-top: 1rem;
  margin-bottom: 0;
}
.site-footer .sub-footer .menu li {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .site-footer .sub-footer .menu {
    margin-top: 0;
  }
  .site-footer .sub-footer .menu > li {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 2%;
  }
}
.site-footer .sub-footer,
.site-footer .sub-footer a {
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .site-footer .sub-footer,
  .site-footer .sub-footer a {
    font-size: 0.875rem;
  }
}
.site-footer .cta--search {
  font-size: 1rem;
  padding: 1rem;
  width: 100%;
  margin-right: -1rem;
  max-width: 20rem;
  margin-bottom: 0.75rem;
  margin-left: -1rem;
}
.site-footer .cta--search:before {
  content: "\e024";
  font-family: "Font Awesome Kit", sans-serif;
  position: absolute;
  left: auto;
  right: 0.75rem;
  width: auto;
  font-size: 1.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  .site-footer .cta--search {
    font-weight: 600;
    margin-left: 0;
  }
  .site-footer .cta--search:before {
    display: none;
  }
}
.site-footer .list--channels-refresh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .site-footer .list--channels-refresh a {
    margin: 0 !important;
  }
  .site-footer .list--channels-refresh .fa-instagram {
    margin-left: 0.55rem !important;
  }
}
@media (max-width: 991px) {
  .site-footer .list--channels-refresh {
    display: none !important;
  }
}
.site-footer .list--channels li {
  margin-bottom: 1rem;
}
.site-footer .list--channels a {
  font-size: 1.25rem;
  text-decoration: none;
}
.site-footer .list--channels .cta--icon {
  background: none;
}
.site-footer .list--channels .icon--label {
  display: none;
}
.site-footer .list--awards {
  display: inline-block;
  padding-top: 0;
  text-align: left;
  margin-top: 24px;
  margin-bottom: 2rem;
}
.site-footer .list--awards img {
  margin: 0;
}
.site-footer .list--awards li:last-child {
  margin-bottom: 0;
}
.site-footer .list--awards-refresh {
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.site-footer .list--awards-refresh .round-image {
  max-width: 100%;
  min-width: 100px;
  min-height: 100px;
}
@media (max-width: 991px) {
  .site-footer .list--awards-refresh .round-image {
    min-width: 80px !important;
    min-height: 80px !important;
    max-width: 80px !important;
    max-height: 80px !important;
  }
}
.site-footer .list--awards-refresh .rectangle-image {
  max-width: 100%;
  min-width: 145px;
}
@media (max-width: 991px) {
  .site-footer .list--awards-refresh .rectangle-image {
    min-width: 125px !important;
    max-width: 125px !important;
    max-height: 125px !important;
  }
}
.site-footer .list--awards-refresh li {
  width: 145px;
  text-align: center;
}
@media (max-width: 991px) {
  .site-footer .list--awards-refresh {
    margin-top: 50px;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
    width: 100%;
  }
  .site-footer .list--awards-refresh li {
    width: auto;
    text-align: left;
    margin-bottom: 0;
  }
  .site-footer .list--awards-refresh li:last-of-type {
    margin-right: 0px !important;
  }
}

@media (min-width: 992px) {
  .page-template-page-landing .site-footer {
    margin-top: 80px;
  }
}

.menu-travel-container {
  display: none !important;
}

.flex-menu {
  display: flex;
  flex-direction: row;
}

@media (max-width: 991px) {
  .flex-menu-header {
    flex: 1;
    font-weight: 600;
    margin-bottom: 0;
  }
  .collapse--content.flex-menu:not(.show) {
    margin-top: 1rem !important;
  }
  .menu-travel-container {
    display: block !important;
  }
  .hidden-mobile {
    display: none !important;
  }
  .sub-menu-bordered {
    border-top: 1px solid #D0D5DD;
    margin-top: 12px !important;
    background-color: #F9FAFB !important;
    padding: 0 10px;
    flex: 1;
  }
  .sub-menu-secondary {
    border-top: 1px solid #D0D5DD;
    margin-top: 12px !important;
    background-color: #F9FAFB !important;
    padding: 0 10px;
    flex: 1;
  }
  .sub-menu-secondary li {
    margin: 0 !important;
    padding: 12px 15px !important;
  }
  .sub-menu-secondary li:first-of-type {
    padding: 12px 0 !important;
  }
  .sub-menu-bordered li {
    margin: 0 !important;
    padding: 12px 15px !important;
  }
  .sub-menu-bordered li:first-of-type {
    padding: 12px 0 !important;
  }
  .sub-menu-bordered li:last-of-type {
    padding-bottom: 27px !important;
  }
  .sub-menu-secondary li:last-of-type {
    padding-bottom: 27px !important;
  }
  .list-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .flex-menu {
    flex-direction: column;
  }
  .sub-menu-secondary {
    padding-top: 0px !important;
    border-top: 0px !important;
    margin-top: 0px !important;
  }
  .sub-menu-bordered li:last-of-type {
    padding-bottom: 12px !important;
  }
}
.site-footer.site-footer-refresh a:hover, .cta--search:hover {
  color: #0075FF !important;
}

.filter-bar {
  position: absolute;
  top: 4rem;
  width: 100%;
  padding: 0;
  z-index: 5;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  background: #EDEDEE;
}
@media (min-width: 992px) {
  .filter-bar {
    position: relative;
    top: auto;
    margin: 0 auto;
    padding: 1.875rem 0;
    background: none;
  }
}
.filter-bar > .container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: auto;
}
@media (min-width: 992px) {
  .filter-bar > .container {
    flex-wrap: wrap;
  }
}
.filter-bar.empty {
  background: none;
  padding: 0;
}
@media (min-width: 992px) {
  .filter-bar.empty {
    display: none;
  }
}
.filter-bar .filter-controls,
.filter-bar .search-controls {
  flex: 0 1 100%;
}
.filter-bar .filter-controls {
  position: relative;
  flex: 0 1 100%;
  order: 1;
}
@media (min-width: 992px) {
  .filter-bar .filter-controls {
    order: 2;
  }
}
.filter-bar .filter-controls a {
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}
.filter-bar .filter-controls a:hover {
  background-color: rgba(82, 82, 87, 0.1);
  box-shadow: -15px 0 0 0 rgba(82, 82, 87, 0.1);
}
.filter-bar .filter-controls a.active:hover {
  background: none;
  box-shadow: none;
}
.filter-bar .filter-controls ul {
  display: none;
  position: absolute;
  border: 1px solid hex-rgba(#000, 0.12);
  border-top: 0;
  margin-top: -2px;
  background: #FFF;
  width: 100%;
  z-index: 5;
  padding: 1em 0;
}
@media (min-width: 992px) {
  .filter-bar .filter-controls ul {
    display: block;
    position: relative;
    border: none;
    background: none;
    width: auto;
    padding: 0;
  }
}
.filter-bar .filter-controls li {
  font-size: 1rem;
  margin-right: em(18, 16);
  display: block;
}
@media (min-width: 992px) {
  .filter-bar .filter-controls li {
    font-size: em(16);
  }
}
.filter-bar .filter-controls a {
  padding: 0.5em 1.25rem;
  color: #000;
  font-size: 0.875rem;
  display: block;
  position: relative;
}
.filter-bar .filter-controls a.active {
  font-weight: bold;
}
.filter-bar .filter-controls a.active:after {
  content: "\e81f";
  font-family: "tnaa-icons", sans-serif;
  color: #21B296;
  position: absolute;
  right: 10px;
  top: 4px;
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .filter-bar .filter-controls a {
    font-size: 1rem;
    padding: 0.5em 1em;
    padding-left: 0;
  }
}
.filter-bar .filter-controls.open ul {
  display: block;
}
.filter-bar .search-controls {
  flex: 1 0 62px;
  padding-right: 20px;
  justify-content: flex-end;
  order: 2;
}
@media (min-width: 992px) {
  .filter-bar .search-controls {
    order: 1;
    display: block;
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.filter-bar .selected-filter-option {
  text-align: left;
  position: relative;
  width: 100%;
  font-weight: normal;
  font-size: 0.875rem;
  color: #000;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1.25rem;
  padding-right: 50px;
  border: 0;
  background: #EDEDEE no-repeat right 18px center;
  background-image: url("data:image/svg+xml,%3Csvg width='9px' height='5px' viewBox='0 0 9 5' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-235.000000, -33.000000)' fill='%233C3C3D'%3E%3Cg transform='translate(0.000000, 10.000000)'%3E%3Cpolygon points='235.0825 23.32 243.4425 23.32 239.2625 27.5'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.filter-bar .selected-filter-option:focus, .filter-bar .selected-filter-option:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .filter-bar .selected-filter-option {
    display: none;
  }
}
@media (min-width: 992px) {
  .filter-bar .post-type-label {
    display: none;
  }
}

.search-controls {
  position: relative;
  z-index: 5;
  text-align: right;
  line-height: 0;
}
.search-controls .button-label {
  white-space: nowrap;
}

.search-form {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media (min-width: 992px) {
  .search-form {
    right: auto;
    left: 0;
  }
}
.search-form .input-group {
  position: relative;
}
.search-form .search-field {
  line-height: 30px;
  padding-left: 32px;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  border-radius: 20px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 100%;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.search-form .search-field:focus {
  box-shadow: inset 0 0 0 2px #1247BA;
}
@media (min-width: 992px) {
  .search-form .search-field {
    line-height: 36px;
  }
}
.search-form .search-icon {
  position: absolute;
  text-align: center;
}
.search-form .search-icon:before {
  content: "\e81e";
  font-family: "tnaa-icons", sans-serif;
  color: #000;
  left: 0;
  line-height: 32px;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .search-form .search-icon:before {
    line-height: 36px;
  }
}
.search-form .search-input-container {
  max-width: 320px;
  width: 0;
  min-width: 50px;
  transition: all 0.3s ease-in-out;
}
.search-form input[type=text] {
  padding: 0;
  font-size: em(16);
  line-height: 3em;
  border: none;
  border-radius: 1.5em;
  transition: box-shadow 0.3s ease-in-out, width 0.3s ease-in-out;
  padding-left: 50px;
  width: 100%;
}
.search-form input[type=text]::placeholder {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.search-form input[type=text]:focus {
  box-shadow: none;
  outline: none;
}
.search-form .search-submit-button {
  position: absolute;
  top: 0;
  left: 0;
}
.search-form .search-close-button {
  position: absolute;
  top: 0;
  right: 20px;
  visibility: hidden;
  opacity: 0;
  transition: right 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .search-form .search-close-button {
    right: auto;
    left: 0;
  }
}
.search-form .search-close-button .close-icon {
  height: 32px;
  width: 32px;
  top: 5px;
  left: 0;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .search-form .search-close-button .close-icon {
    height: 36px;
    width: 36px;
  }
}
.search-form .search-close-button .close-icon:after {
  content: "\e81b";
  font-family: "tnaa-icons", sans-serif;
  line-height: 32px;
}
@media (min-width: 992px) {
  .search-form .search-close-button .close-icon:after {
    line-height: 36px;
  }
}
.search-form .search-close-button:hover .close-icon {
  background: rgba(255, 255, 255, 0.5);
}
.search-form .search-close-button:focus {
  box-shadow: none;
}
.search-form .search-close-button:focus .close-icon {
  background: rgba(255, 255, 255, 0.5);
}
.search-form .search-close-button:before {
  display: none;
}
.search-form.on {
  opacity: 1;
  z-index: 3;
}
.search-form.on input[type=text]::placeholder {
  opacity: 1;
  transition: all 0.3s 0.3s ease-in-out;
}
.search-form.on .search-toggle {
  text-indent: -5px;
}
@media (min-width: 992px) {
  .search-form.on .search-toggle {
    text-indent: 5px;
  }
}
.search-form.on .search-input-container {
  width: calc(100vw - 55px);
  margin-right: 42px;
}
@media (min-width: 992px) {
  .search-form.on .search-input-container {
    width: calc(100% - 55px);
    margin-left: 50px;
  }
}
.search-form.on .search-close-button {
  visibility: visible;
  opacity: 1;
  right: 10px;
}
@media (min-width: 992px) {
  .search-form.on .search-close-button {
    right: auto;
  }
}
.search-form.on .search-close-button .close-icon {
  left: 10px;
}

.search-toggle .button-icon,
.search-close-button,
.search-icon {
  line-height: 32px;
  width: 32px;
  height: 32px;
}
@media (min-width: 992px) {
  .search-toggle .button-icon,
  .search-close-button,
  .search-icon {
    line-height: 36px;
    width: 36px;
    height: 36px;
  }
}

.search-toggle,
.search-close-button {
  border: 0;
  border-radius: 50%;
  background: rgba(60, 60, 61, 0.1);
  padding: 0;
}

.search-toggle {
  background: 0 0;
  position: relative;
  border-radius: 0;
  z-index: 2;
}
.search-toggle .button-label,
.search-toggle .button-icon {
  display: inline-block;
  vertical-align: middle;
}
.search-toggle .button-label {
  display: none;
  padding-left: 10px;
}
.search-toggle .button-icon {
  overflow: hidden;
  height: 32px;
  width: 32px;
  display: inline-block;
  background: rgba(60, 60, 61, 0.1);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;
  opacity: 1;
  border: 0;
  visibility: visible;
  text-align: center;
}
@media (min-width: 992px) {
  .search-toggle .button-icon {
    float: none;
  }
}
.search-toggle .button-icon .button-label {
  display: none;
}
@media (min-width: 992px) {
  .search-toggle .button-icon .button-label {
    position: absolute;
    top: 0;
    left: 45px;
    display: inline-block;
  }
}
.search-toggle .button-icon:before {
  content: "\e81e";
  color: #000;
  font-family: "tnaa-icons", sans-serif;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
  line-height: 32px;
}
@media (min-width: 992px) {
  .search-toggle .button-icon:before {
    line-height: 33px;
  }
}
.search-toggle .button-icon:hover, .search-toggle .button-icon:focus {
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.search-toggle .button-icon:hover:before, .search-toggle .button-icon:focus:before {
  color: #1247BA;
}
.search-toggle:focus {
  box-shadow: none;
}

@media (min-width: 992px) {
  .search-toggle {
    white-space: nowrap;
    width: 100%;
    text-align: left;
  }
  .search-toggle .button-label {
    display: inline-block;
  }
}
.search-open .search-toggle {
  text-indent: -5px;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 992px) {
  .search-open .search-toggle {
    text-indent: 5px;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.cta, input[type=file] + label {
  padding: 15px 40px;
  background: #21B296;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  border: 0;
  border-radius: 100px;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 992px) {
  .cta, input[type=file] + label {
    padding: 1.125rem 2.5rem 1.125rem;
  }
}
.cta:hover, input[type=file] + label:hover {
  cursor: pointer;
}

input[type=file] + label {
  display: inline-block;
  border-width: 2px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
input[type=file] + label:hover {
  background-color: #fff;
  color: #3c3c3d;
}

.cta--search {
  line-height: 1;
}
.cta--button2 {
  padding: 15px 40px;
}
.cta--outlined {
  display: inline-block;
  border-width: 2px;
  background-color: transparent;
}
body.loaded .cta--outlined {
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.cta--outlined:hover {
  background-color: #FFF;
  color: #000;
}
.cta--text, .cta--icon {
  position: relative;
  display: inline-block;
  padding: 0 0 7px;
  background: none;
  color: inherit;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 147.17'%3E%3Cpath d='M1.07,6.15C14,5.26,29.93,8.72,42.92,7.84c5.26-.36,7.69-1.19,13-1.53C68.46,5.51,80.1,8,94.12,8c10.4,0,17.73-1.39,27.88-1.7,18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%2390d9cb' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3Cpath d='M1.07,138.83c10-.69,20.1.44,30.14.68,10.39.25,20.79.31,31.18.29,8.92,0,17.83-.11,26.75-.12h5c19.43,0,38.85.37,58.26.77,10.33.22,20.66-.32,31-.71,20.35-.77,40.72,1.8,61,.13,4.57-.37,9.14-.81,13.73-1' fill='none' stroke='%2390d9cb' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3C/svg%3E");
  background-position: 50% calc(100% + 3px);
  background-repeat: repeat-x;
  background-size: 260px 147px;
  text-align: left;
}
body.loaded .cta--text, body.loaded .cta--icon {
  transition: color 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .cta--text:hover, .cta--icon:hover {
    color: #21b296;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 147.17'%3E%3Cpath d='M1.07,6.15C14,5.26,29.93,8.72,42.92,7.84c5.26-.36,7.69-1.19,13-1.53C68.46,5.51,80.1,8,94.12,8c10.4,0,17.73-1.39,27.88-1.7,18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%2321B296' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3Cpath d='M1.07,138.83c10-.69,20.1.44,30.14.68,10.39.25,20.79.31,31.18.29,8.92,0,17.83-.11,26.75-.12h5c19.43,0,38.85.37,58.26.77,10.33.22,20.66-.32,31-.71,20.35-.77,40.72,1.8,61,.13,4.57-.37,9.14-.81,13.73-1' fill='none' stroke='%2321B296' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3C/svg%3E");
    animation: underline-steps 0.4s steps(1, start) infinite;
  }
}
.cta--text {
  position: relative;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.07em;
  font-weight: 700;
  padding-bottom: 7px;
}
.cta--text:after {
  content: "\e823";
  position: relative;
  top: 1px;
  padding-left: 10px;
  font-family: "tnaa-icons", sans-serif;
  font-size: 1.2em;
  line-height: 0;
}

section.bg-purple .cta--text, section.bg-purple .cta--icon {
  visibility: visible;
}
section.bg-purple .cta--text:hover, section.bg-purple .cta--icon:hover {
  color: #21B296;
}
section.bg-blue .cta--text, section.bg-blue .cta--icon {
  visibility: visible;
}
section.bg-blue .cta--text:hover, section.bg-blue .cta--icon:hover {
  color: #21B296;
}
section.bg-green .cta--text, section.bg-green .cta--icon {
  visibility: visible;
}
section.bg-green .cta--text:hover, section.bg-green .cta--icon:hover {
  color: #21B296;
}
section.bg-red .cta--text, section.bg-red .cta--icon {
  visibility: visible;
}
section.bg-red .cta--text:hover, section.bg-red .cta--icon:hover {
  color: #21B296;
}
section.bg-yellow .cta--text, section.bg-yellow .cta--icon {
  visibility: visible;
}
section.bg-yellow .cta--text:hover, section.bg-yellow .cta--icon:hover {
  color: #21B296;
}
section.bg-gray .cta--text, section.bg-gray .cta--icon {
  visibility: visible;
}
section.bg-gray .cta--text:hover, section.bg-gray .cta--icon:hover {
  color: #21B296;
}
section.bg-almond .cta--text, section.bg-almond .cta--icon {
  visibility: visible;
}
section.bg-almond .cta--text:hover, section.bg-almond .cta--icon:hover {
  color: #21B296;
}

body:before {
  content: "";
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: -1;
  height: 0;
  width: 0;
  visibility: hidden;
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cline x1='1.07' y1='2.08' x2='258.11' y2='2.08' fill='none' stroke='%23gb(52, 99, 109.5)' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cline x1='1.07' y1='2.08' x2='258.11' y2='2.08' fill='none' stroke='%2321B296' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cpath d='M1.07,1.15C14,.26,29.93,3.72,42.92,2.84c5.26-.36,7.69-1.19,13-1.53C68.46.51,80.1,3,94.12,3,104.52,3,111.85,1.61,122,1.3c18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%2321B296' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cline x1='1.07' y1='2.08' x2='258.11' y2='2.08' fill='none' stroke='%23gb(25.5, 124.5, 168)' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cline x1='1.07' y1='2.08' x2='258.11' y2='2.08' fill='none' stroke='%2321B296' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cpath d='M1.07,1.15C14,.26,29.93,3.72,42.92,2.84c5.26-.36,7.69-1.19,13-1.53C68.46.51,80.1,3,94.12,3,104.52,3,111.85,1.61,122,1.3c18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%2321B296' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cline x1='1.07' y1='2.08' x2='258.11' y2='2.08' fill='none' stroke='%23gb(52, 99, 109.5)' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cline x1='1.07' y1='2.08' x2='258.11' y2='2.08' fill='none' stroke='%23471445' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cpath d='M1.07,1.15C14,.26,29.93,3.72,42.92,2.84c5.26-.36,7.69-1.19,13-1.53C68.46.51,80.1,3,94.12,3,104.52,3,111.85,1.61,122,1.3c18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%23471445' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cline x1='1.07' y1='2.08' x2='258.11' y2='2.08' fill='none' stroke='%23gb(158, 19, 62.5)' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cline x1='1.07' y1='2.08' x2='258.11' y2='2.08' fill='none' stroke='%23471445' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cpath d='M1.07,1.15C14,.26,29.93,3.72,42.92,2.84c5.26-.36,7.69-1.19,13-1.53C68.46.51,80.1,3,94.12,3,104.52,3,111.85,1.61,122,1.3c18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%23471445' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cline x1='1.07' y1='2.08' x2='258.11' y2='2.08' fill='none' stroke='%23471445' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cline x1='1.07' y1='2.08' x2='258.11' y2='2.08' fill='none' stroke='%23471445' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cpath d='M1.07,1.15C14,.26,29.93,3.72,42.92,2.84c5.26-.36,7.69-1.19,13-1.53C68.46.51,80.1,3,94.12,3,104.52,3,111.85,1.61,122,1.3c18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%23471445' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cline x1='1.07' y1='2.08' x2='258.11' y2='2.08' fill='none' stroke='%23gb(138.5, 211.5, 198.5)' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cline x1='1.07' y1='2.08' x2='258.11' y2='2.08' fill='none' stroke='%2321B296' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cpath d='M1.07,1.15C14,.26,29.93,3.72,42.92,2.84c5.26-.36,7.69-1.19,13-1.53C68.46.51,80.1,3,94.12,3,104.52,3,111.85,1.61,122,1.3c18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%2321B296' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cline x1='1.07' y1='2.08' x2='258.11' y2='2.08' fill='none' stroke='%23gb(154, 122, 140.5)' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cline x1='1.07' y1='2.08' x2='258.11' y2='2.08' fill='none' stroke='%23471445' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 4.15' preserveAspectRatio='none'%3E%3Cpath d='M1.07,1.15C14,.26,29.93,3.72,42.92,2.84c5.26-.36,7.69-1.19,13-1.53C68.46.51,80.1,3,94.12,3,104.52,3,111.85,1.61,122,1.3c18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%23471445' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
}

button {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
button.cta--search {
  position: relative;
  width: 100%;
  padding-left: 3.125rem;
  max-width: 15rem;
  text-align: left;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: none;
  transition: box-shadow 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
}
button.cta--search > span {
  margin-right: 0.25rem;
}
@media (min-width: 1200px) {
  button.cta--search > span {
    white-space: inherit;
    margin-right: 0.25rem;
  }
}
button.cta--search.cta--nursing-search {
  background-color: #21B296;
  color: #FFF;
}
button.cta--search.cta--allied-search {
  background-color: #1247BA;
  color: #FFF;
}
button.cta--search:before {
  content: "\f002";
  position: absolute;
  left: 0;
  width: 3.375rem;
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-size: 1rem;
  text-align: center;
  transform: translate(-0.188rem, 0.063rem);
}
button.cta--search:hover {
  box-shadow: inset 0 0 0 3px #471445;
}
button.size--primary {
  height: 3rem;
  font-size: 1rem;
  font-weight: 500;
  min-width: 15rem;
  justify-content: center;
}
button.size--large {
  height: 3.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  min-width: 15rem;
  justify-content: center;
}

.button {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.button--close {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  cursor: pointer;
  height: 32px;
  width: 32px;
  padding: 0;
  background: rgba(82, 82, 87, 0.2);
  color: inherit;
  border: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}
.button--close .button__label {
  display: none;
}
.button--close:before {
  content: "\e81b";
  font-family: "tnaa-icons", sans-serif;
  color: inherit;
}
.button-group {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  width: 100%;
}
.button--purple, .button-purple {
  background-color: #471445;
  transition: background-color 0.3s ease-in-out;
}
.button--purple:hover, .button-purple:hover {
  background-color: rgb(31.2087912088, 8.7912087912, 30.3296703297);
}
.button--blue, .button-blue {
  background-color: #1247BA;
  transition: background-color 0.3s ease-in-out;
}
.button--blue:hover, .button-blue:hover {
  background-color: rgb(13.5, 53.25, 139.5);
}
.button--green, .button-green {
  background-color: #21B296;
  transition: background-color 0.3s ease-in-out;
}
.button--green:hover, .button-green:hover {
  background-color: rgb(25.0236966825, 134.9763033175, 113.7440758294);
}
.button--yellow, .button-yellow {
  background-color: #FFA62E;
  transition: background-color 0.3s ease-in-out;
}
.button--yellow:hover, .button-yellow:hover {
  background-color: rgb(250, 143.5406698565, 0);
}
.button--red, .button-red {
  background-color: #F51238;
  transition: background-color 0.3s ease-in-out;
}
.button--red:hover, .button-red:hover {
  background-color: rgb(203.4170040486, 8.5829959514, 41.1983805668);
}
.button--almond, .button-almond {
  background-color: #EDE0D4;
  transition: background-color 0.3s ease-in-out;
}
.button--almond:hover, .button-almond:hover {
  background-color: rgb(221.9508196721, 198.0819672131, 176.0491803279);
}
.button--gray, .button-gray {
  background-color: #525257;
  transition: background-color 0.3s ease-in-out;
}
.button--gray:hover, .button-gray:hover {
  background-color: rgb(57.2544378698, 57.2544378698, 60.7455621302);
}
.button--light-gray, .button-light-gray {
  background-color: #F4F5F7;
  transition: background-color 0.3s ease-in-out;
}
.button--light-gray:hover, .button-light-gray:hover {
  background-color: rgb(214.4736842105, 218.1578947368, 225.5263157895);
}
.button--white, .button-white {
  background-color: #FFF;
  transition: background-color 0.3s ease-in-out;
}
.button--white:hover, .button-white:hover {
  background-color: rgb(229.5, 229.5, 229.5);
}
.button--black, .button-black {
  background-color: #000;
  transition: background-color 0.3s ease-in-out;
}
.button--black:hover, .button-black:hover {
  background-color: black;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: not-allowed;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.cta--text.text--purple {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 147.17'%3E%3Cpath d='M1.07,6.15C14,5.26,29.93,8.72,42.92,7.84c5.26-.36,7.69-1.19,13-1.53C68.46,5.51,80.1,8,94.12,8c10.4,0,17.73-1.39,27.88-1.7,18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%23471445' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3Cpath d='M1.07,138.83c10-.69,20.1.44,30.14.68,10.39.25,20.79.31,31.18.29,8.92,0,17.83-.11,26.75-.12h5c19.43,0,38.85.37,58.26.77,10.33.22,20.66-.32,31-.71,20.35-.77,40.72,1.8,61,.13,4.57-.37,9.14-.81,13.73-1' fill='none' stroke='%23471445' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3C/svg%3E");
}
.cta--text.text--purple:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 147.17'%3E%3Cpath d='M1.07,6.15C14,5.26,29.93,8.72,42.92,7.84c5.26-.36,7.69-1.19,13-1.53C68.46,5.51,80.1,8,94.12,8c10.4,0,17.73-1.39,27.88-1.7,18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%23471445' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3Cpath d='M1.07,138.83c10-.69,20.1.44,30.14.68,10.39.25,20.79.31,31.18.29,8.92,0,17.83-.11,26.75-.12h5c19.43,0,38.85.37,58.26.77,10.33.22,20.66-.32,31-.71,20.35-.77,40.72,1.8,61,.13,4.57-.37,9.14-.81,13.73-1' fill='none' stroke='%23471445' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3C/svg%3E");
  color: #471445;
}

.cta--text.text--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 147.17'%3E%3Cpath d='M1.07,6.15C14,5.26,29.93,8.72,42.92,7.84c5.26-.36,7.69-1.19,13-1.53C68.46,5.51,80.1,8,94.12,8c10.4,0,17.73-1.39,27.88-1.7,18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%231247BA' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3Cpath d='M1.07,138.83c10-.69,20.1.44,30.14.68,10.39.25,20.79.31,31.18.29,8.92,0,17.83-.11,26.75-.12h5c19.43,0,38.85.37,58.26.77,10.33.22,20.66-.32,31-.71,20.35-.77,40.72,1.8,61,.13,4.57-.37,9.14-.81,13.73-1' fill='none' stroke='%231247BA' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3C/svg%3E");
}
.cta--text.text--blue:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 147.17'%3E%3Cpath d='M1.07,6.15C14,5.26,29.93,8.72,42.92,7.84c5.26-.36,7.69-1.19,13-1.53C68.46,5.51,80.1,8,94.12,8c10.4,0,17.73-1.39,27.88-1.7,18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%231247BA' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3Cpath d='M1.07,138.83c10-.69,20.1.44,30.14.68,10.39.25,20.79.31,31.18.29,8.92,0,17.83-.11,26.75-.12h5c19.43,0,38.85.37,58.26.77,10.33.22,20.66-.32,31-.71,20.35-.77,40.72,1.8,61,.13,4.57-.37,9.14-.81,13.73-1' fill='none' stroke='%231247BA' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3C/svg%3E");
  color: #1247BA;
}

.cta--text.text--green {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 147.17'%3E%3Cpath d='M1.07,6.15C14,5.26,29.93,8.72,42.92,7.84c5.26-.36,7.69-1.19,13-1.53C68.46,5.51,80.1,8,94.12,8c10.4,0,17.73-1.39,27.88-1.7,18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%2321B296' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3Cpath d='M1.07,138.83c10-.69,20.1.44,30.14.68,10.39.25,20.79.31,31.18.29,8.92,0,17.83-.11,26.75-.12h5c19.43,0,38.85.37,58.26.77,10.33.22,20.66-.32,31-.71,20.35-.77,40.72,1.8,61,.13,4.57-.37,9.14-.81,13.73-1' fill='none' stroke='%2321B296' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3C/svg%3E");
}
.cta--text.text--green:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 147.17'%3E%3Cpath d='M1.07,6.15C14,5.26,29.93,8.72,42.92,7.84c5.26-.36,7.69-1.19,13-1.53C68.46,5.51,80.1,8,94.12,8c10.4,0,17.73-1.39,27.88-1.7,18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%2321B296' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3Cpath d='M1.07,138.83c10-.69,20.1.44,30.14.68,10.39.25,20.79.31,31.18.29,8.92,0,17.83-.11,26.75-.12h5c19.43,0,38.85.37,58.26.77,10.33.22,20.66-.32,31-.71,20.35-.77,40.72,1.8,61,.13,4.57-.37,9.14-.81,13.73-1' fill='none' stroke='%2321B296' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3C/svg%3E");
  color: #21B296;
}

.cta--text.text--yellow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 147.17'%3E%3Cpath d='M1.07,6.15C14,5.26,29.93,8.72,42.92,7.84c5.26-.36,7.69-1.19,13-1.53C68.46,5.51,80.1,8,94.12,8c10.4,0,17.73-1.39,27.88-1.7,18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%23FFA62E' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3Cpath d='M1.07,138.83c10-.69,20.1.44,30.14.68,10.39.25,20.79.31,31.18.29,8.92,0,17.83-.11,26.75-.12h5c19.43,0,38.85.37,58.26.77,10.33.22,20.66-.32,31-.71,20.35-.77,40.72,1.8,61,.13,4.57-.37,9.14-.81,13.73-1' fill='none' stroke='%23FFA62E' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3C/svg%3E");
}
.cta--text.text--yellow:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 147.17'%3E%3Cpath d='M1.07,6.15C14,5.26,29.93,8.72,42.92,7.84c5.26-.36,7.69-1.19,13-1.53C68.46,5.51,80.1,8,94.12,8c10.4,0,17.73-1.39,27.88-1.7,18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%23FFA62E' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3Cpath d='M1.07,138.83c10-.69,20.1.44,30.14.68,10.39.25,20.79.31,31.18.29,8.92,0,17.83-.11,26.75-.12h5c19.43,0,38.85.37,58.26.77,10.33.22,20.66-.32,31-.71,20.35-.77,40.72,1.8,61,.13,4.57-.37,9.14-.81,13.73-1' fill='none' stroke='%23FFA62E' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3C/svg%3E");
  color: #FFA62E;
}

.cta--text.text--red {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 147.17'%3E%3Cpath d='M1.07,6.15C14,5.26,29.93,8.72,42.92,7.84c5.26-.36,7.69-1.19,13-1.53C68.46,5.51,80.1,8,94.12,8c10.4,0,17.73-1.39,27.88-1.7,18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%23F51238' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3Cpath d='M1.07,138.83c10-.69,20.1.44,30.14.68,10.39.25,20.79.31,31.18.29,8.92,0,17.83-.11,26.75-.12h5c19.43,0,38.85.37,58.26.77,10.33.22,20.66-.32,31-.71,20.35-.77,40.72,1.8,61,.13,4.57-.37,9.14-.81,13.73-1' fill='none' stroke='%23F51238' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3C/svg%3E");
}
.cta--text.text--red:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 147.17'%3E%3Cpath d='M1.07,6.15C14,5.26,29.93,8.72,42.92,7.84c5.26-.36,7.69-1.19,13-1.53C68.46,5.51,80.1,8,94.12,8c10.4,0,17.73-1.39,27.88-1.7,18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%23F51238' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3Cpath d='M1.07,138.83c10-.69,20.1.44,30.14.68,10.39.25,20.79.31,31.18.29,8.92,0,17.83-.11,26.75-.12h5c19.43,0,38.85.37,58.26.77,10.33.22,20.66-.32,31-.71,20.35-.77,40.72,1.8,61,.13,4.57-.37,9.14-.81,13.73-1' fill='none' stroke='%23F51238' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3C/svg%3E");
  color: #F51238;
}

.cta--text.text--almond {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 147.17'%3E%3Cpath d='M1.07,6.15C14,5.26,29.93,8.72,42.92,7.84c5.26-.36,7.69-1.19,13-1.53C68.46,5.51,80.1,8,94.12,8c10.4,0,17.73-1.39,27.88-1.7,18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%23EDE0D4' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3Cpath d='M1.07,138.83c10-.69,20.1.44,30.14.68,10.39.25,20.79.31,31.18.29,8.92,0,17.83-.11,26.75-.12h5c19.43,0,38.85.37,58.26.77,10.33.22,20.66-.32,31-.71,20.35-.77,40.72,1.8,61,.13,4.57-.37,9.14-.81,13.73-1' fill='none' stroke='%23EDE0D4' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3C/svg%3E");
}
.cta--text.text--almond:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 147.17'%3E%3Cpath d='M1.07,6.15C14,5.26,29.93,8.72,42.92,7.84c5.26-.36,7.69-1.19,13-1.53C68.46,5.51,80.1,8,94.12,8c10.4,0,17.73-1.39,27.88-1.7,18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%23EDE0D4' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3Cpath d='M1.07,138.83c10-.69,20.1.44,30.14.68,10.39.25,20.79.31,31.18.29,8.92,0,17.83-.11,26.75-.12h5c19.43,0,38.85.37,58.26.77,10.33.22,20.66-.32,31-.71,20.35-.77,40.72,1.8,61,.13,4.57-.37,9.14-.81,13.73-1' fill='none' stroke='%23EDE0D4' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3C/svg%3E");
  color: #EDE0D4;
}

.cta--text.text--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 147.17'%3E%3Cpath d='M1.07,6.15C14,5.26,29.93,8.72,42.92,7.84c5.26-.36,7.69-1.19,13-1.53C68.46,5.51,80.1,8,94.12,8c10.4,0,17.73-1.39,27.88-1.7,18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%23525257' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3Cpath d='M1.07,138.83c10-.69,20.1.44,30.14.68,10.39.25,20.79.31,31.18.29,8.92,0,17.83-.11,26.75-.12h5c19.43,0,38.85.37,58.26.77,10.33.22,20.66-.32,31-.71,20.35-.77,40.72,1.8,61,.13,4.57-.37,9.14-.81,13.73-1' fill='none' stroke='%23525257' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3C/svg%3E");
}
.cta--text.text--gray:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 147.17'%3E%3Cpath d='M1.07,6.15C14,5.26,29.93,8.72,42.92,7.84c5.26-.36,7.69-1.19,13-1.53C68.46,5.51,80.1,8,94.12,8c10.4,0,17.73-1.39,27.88-1.7,18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%23525257' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3Cpath d='M1.07,138.83c10-.69,20.1.44,30.14.68,10.39.25,20.79.31,31.18.29,8.92,0,17.83-.11,26.75-.12h5c19.43,0,38.85.37,58.26.77,10.33.22,20.66-.32,31-.71,20.35-.77,40.72,1.8,61,.13,4.57-.37,9.14-.81,13.73-1' fill='none' stroke='%23525257' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3C/svg%3E");
  color: #525257;
}

.cta--text.text--light-gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 147.17'%3E%3Cpath d='M1.07,6.15C14,5.26,29.93,8.72,42.92,7.84c5.26-.36,7.69-1.19,13-1.53C68.46,5.51,80.1,8,94.12,8c10.4,0,17.73-1.39,27.88-1.7,18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%23F4F5F7' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3Cpath d='M1.07,138.83c10-.69,20.1.44,30.14.68,10.39.25,20.79.31,31.18.29,8.92,0,17.83-.11,26.75-.12h5c19.43,0,38.85.37,58.26.77,10.33.22,20.66-.32,31-.71,20.35-.77,40.72,1.8,61,.13,4.57-.37,9.14-.81,13.73-1' fill='none' stroke='%23F4F5F7' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3C/svg%3E");
}
.cta--text.text--light-gray:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 147.17'%3E%3Cpath d='M1.07,6.15C14,5.26,29.93,8.72,42.92,7.84c5.26-.36,7.69-1.19,13-1.53C68.46,5.51,80.1,8,94.12,8c10.4,0,17.73-1.39,27.88-1.7,18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%23F4F5F7' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3Cpath d='M1.07,138.83c10-.69,20.1.44,30.14.68,10.39.25,20.79.31,31.18.29,8.92,0,17.83-.11,26.75-.12h5c19.43,0,38.85.37,58.26.77,10.33.22,20.66-.32,31-.71,20.35-.77,40.72,1.8,61,.13,4.57-.37,9.14-.81,13.73-1' fill='none' stroke='%23F4F5F7' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3C/svg%3E");
  color: #F4F5F7;
}

.cta--text.text--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 147.17'%3E%3Cpath d='M1.07,6.15C14,5.26,29.93,8.72,42.92,7.84c5.26-.36,7.69-1.19,13-1.53C68.46,5.51,80.1,8,94.12,8c10.4,0,17.73-1.39,27.88-1.7,18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%23FFF' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3Cpath d='M1.07,138.83c10-.69,20.1.44,30.14.68,10.39.25,20.79.31,31.18.29,8.92,0,17.83-.11,26.75-.12h5c19.43,0,38.85.37,58.26.77,10.33.22,20.66-.32,31-.71,20.35-.77,40.72,1.8,61,.13,4.57-.37,9.14-.81,13.73-1' fill='none' stroke='%23FFF' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3C/svg%3E");
}
.cta--text.text--white:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 147.17'%3E%3Cpath d='M1.07,6.15C14,5.26,29.93,8.72,42.92,7.84c5.26-.36,7.69-1.19,13-1.53C68.46,5.51,80.1,8,94.12,8c10.4,0,17.73-1.39,27.88-1.7,18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%23FFF' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3Cpath d='M1.07,138.83c10-.69,20.1.44,30.14.68,10.39.25,20.79.31,31.18.29,8.92,0,17.83-.11,26.75-.12h5c19.43,0,38.85.37,58.26.77,10.33.22,20.66-.32,31-.71,20.35-.77,40.72,1.8,61,.13,4.57-.37,9.14-.81,13.73-1' fill='none' stroke='%23FFF' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3C/svg%3E");
  color: #FFF;
}

.cta--text.text--black {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 147.17'%3E%3Cpath d='M1.07,6.15C14,5.26,29.93,8.72,42.92,7.84c5.26-.36,7.69-1.19,13-1.53C68.46,5.51,80.1,8,94.12,8c10.4,0,17.73-1.39,27.88-1.7,18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%23000' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3Cpath d='M1.07,138.83c10-.69,20.1.44,30.14.68,10.39.25,20.79.31,31.18.29,8.92,0,17.83-.11,26.75-.12h5c19.43,0,38.85.37,58.26.77,10.33.22,20.66-.32,31-.71,20.35-.77,40.72,1.8,61,.13,4.57-.37,9.14-.81,13.73-1' fill='none' stroke='%23000' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3C/svg%3E");
}
.cta--text.text--black:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 147.17'%3E%3Cpath d='M1.07,6.15C14,5.26,29.93,8.72,42.92,7.84c5.26-.36,7.69-1.19,13-1.53C68.46,5.51,80.1,8,94.12,8c10.4,0,17.73-1.39,27.88-1.7,18.42-.55,36.35,2.5,53.72,1.55,5.51-.31,9.45-1,15.09-1.24,15.95-.74,31.88,2.09,48.06,1.44,7.39-.3,12-1.54,19.24-1.9' fill='none' stroke='%23000' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3Cpath d='M1.07,138.83c10-.69,20.1.44,30.14.68,10.39.25,20.79.31,31.18.29,8.92,0,17.83-.11,26.75-.12h5c19.43,0,38.85.37,58.26.77,10.33.22,20.66-.32,31-.71,20.35-.77,40.72,1.8,61,.13,4.57-.37,9.14-.81,13.73-1' fill='none' stroke='%23000' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4'/%3E%3C/svg%3E");
  color: #000;
}

.help {
  background-repeat: no-repeat;
  display: flex;
  width: 100%;
  border-radius: 1rem;
  height: 590px;
  background-position: top;
  background-size: auto;
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.1), 0 1.25rem 2.5rem rgba(0, 0, 0, 0.1);
}

.help .overlay {
  border-radius: 0 0 1rem 1rem;
  width: 100%;
  padding: 2rem;
  text-align: center;
  background-color: #fff;
}

.help .overlay .cta {
  text-transform: uppercase;
  display: block;
  max-width: 20rem;
  margin: auto;
}

.help .overlay .empty-jobs {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.help-where-to-start {
  background-image: url("/images/index/where-to-start-background.png");
  background-position: top right -220px;
}

.find-similar-jobs {
  background-image: url("/images/index/find-similar-jobs.png");
  background-position: top right -220px;
}

.help-curious {
  background-image: url("/images/index/smiling-rn-w-paper.png");
  background-position: top right -60px;
}

.help-concierge {
  background-image: url("/images/index/thumbs-up-rn.png");
  background-position: top left -60px;
}

.help-allied {
  background-image: url("/images/index/man-looking-at-vile.png");
  background-position: top right -60px;
}

.graphic-element {
  background: url("/images/index/corner-circles.svg") no-repeat;
  background-position: -90px -65px;
  background-size: 130px 130px;
  height: 60px;
  margin: -32px;
}

@media (min-width: 992px) {
  .help-allied,
  .help-concierge,
  .help-curious,
  .help-where-to-start {
    background-position: center;
  }
  .help {
    height: 440px;
    background-position: center;
    box-shadow: none;
    background-size: cover;
  }
  .graphic-element {
    background: url("/images/index/corner-circles.svg") no-repeat;
    background-position: -90px -65px;
    background-size: 130px 130px;
    height: 60px;
    margin: -32px;
  }
  .help-where-to-start .overlay {
    margin: 3rem 2rem;
  }
  .help .overlay {
    text-align: left;
    height: fit-content;
    position: relative;
    border-radius: 1rem;
    padding: 2rem;
    max-width: 47%;
    margin: 2rem;
  }
  .help .overlay .cta {
    margin: 0;
  }
}
.site-header .banner__content .icon-mail:before {
  transform: translate(0, 0.188rem);
}
.site-header ~ .error404 button.cta--search:before {
  content: "\f002";
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-size: 1rem;
}
.site-header ~ .error404 .banner__content .icon-mail:before {
  transform: translate(0, 0.188rem);
}
.site-header ~ .error500 button.cta--search:before {
  content: "\f002";
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-size: 1rem;
}
.site-header ~ .error500 .banner__content .icon-mail:before {
  transform: translate(0, 0.188rem);
}
.site-header ~ .single__main .cta:after {
  content: "\e00f";
  font-family: "Font Awesome Kit", sans-serif;
}

img,
video {
  max-width: 100%;
  height: auto;
}

.image {
  position: relative;
  display: block;
}
.image .caption-gradient {
  background-color: black;
}
.image--ratio.image--framed {
  padding-bottom: 72.5%;
}
.image--ratio.image--framed .image-wrapper {
  display: block;
  position: absolute;
  top: 6%;
  left: 4.5%;
  width: 91%;
  padding: 0;
  padding-bottom: 64.09%;
  overflow: hidden;
}
.image--ratio.image--framed .image-wrapper img,
.image--ratio.image--framed .image-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.column--blog-list .image--ratio.image--framed .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image--ratio.image--framed svg {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.image--normalized.image--framed {
  padding-bottom: 0;
}
.image--normalized.image--framed .image-wrapper {
  padding: 0;
}
.image--normalized.image--framed img {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}
.image--normalized.image--framed.frame--purple svg, .image--normalized.image--framed.frame--purple path {
  fill: #471445;
  stroke: transparent;
}
.image--normalized.image--framed.frame--blue svg, .image--normalized.image--framed.frame--blue path {
  fill: #1247BA;
  stroke: transparent;
}
.image--normalized.image--framed.frame--green svg, .image--normalized.image--framed.frame--green path {
  fill: #21B296;
  stroke: transparent;
}
.image--normalized.image--framed.frame--yellow svg, .image--normalized.image--framed.frame--yellow path {
  fill: #FFA62E;
  stroke: transparent;
}
.image--normalized.image--framed.frame--red svg, .image--normalized.image--framed.frame--red path {
  fill: #F51238;
  stroke: transparent;
}
.image--normalized.image--framed.frame--almond svg, .image--normalized.image--framed.frame--almond path {
  fill: #EDE0D4;
  stroke: transparent;
}
.image--normalized.image--framed.frame--gray svg, .image--normalized.image--framed.frame--gray path {
  fill: #525257;
  stroke: transparent;
}
.image--normalized.image--framed.frame--light-gray svg, .image--normalized.image--framed.frame--light-gray path {
  fill: #F4F5F7;
  stroke: transparent;
}
.image--normalized.image--framed.frame--white svg, .image--normalized.image--framed.frame--white path {
  fill: #FFF;
  stroke: transparent;
}
.image--normalized.image--framed.frame--black svg, .image--normalized.image--framed.frame--black path {
  fill: #000;
  stroke: transparent;
}
@media (min-width: 1200px) {
  .image--normalized.image--framed {
    width: 71.6vw;
    max-width: 1200px;
    min-width: 900px;
    padding-bottom: 63.0674846626%;
  }
  .image--normalized.image--framed img,
  .image--normalized.image--framed video {
    position: absolute;
    width: 72%;
    top: 17%;
    left: 14%;
  }
  .image--normalized.image--framed svg {
    display: block;
    width: 100%;
    left: 0;
    top: 0;
  }
}
.image img,
.image video {
  display: block;
  background-size: cover;
  background-position: center;
}
.image video {
  cursor: pointer;
}
@media (min-width: 992px) {
  .image video.mobile {
    display: none;
  }
}
.image video.desktop {
  display: none;
}
@media (min-width: 992px) {
  .image video.desktop {
    display: block;
  }
}
.image video.has-media-controls-hidden::-webkit-media-controls {
  display: none;
}
.image--framed {
  padding: 0;
  padding-bottom: 63.0674846626%;
}
.image--framed .image-wrapper {
  padding: 5%;
  display: block;
}
.image--framed .image-wrapper img {
  position: relative;
  width: auto;
}
.image--framed svg,
.image--framed img,
.image--framed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
.image--framed svg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.image--framed img,
.image--framed video {
  z-index: 1;
  height: auto;
}
.image--framed.frame--purple svg, .image--framed.frame--purple path {
  fill: none;
  stroke: #471445;
}
.image--framed.frame--blue svg, .image--framed.frame--blue path {
  fill: none;
  stroke: #1247BA;
}
.image--framed.frame--green svg, .image--framed.frame--green path {
  fill: none;
  stroke: #21B296;
}
.image--framed.frame--yellow svg, .image--framed.frame--yellow path {
  fill: none;
  stroke: #FFA62E;
}
.image--framed.frame--red svg, .image--framed.frame--red path {
  fill: none;
  stroke: #F51238;
}
.image--framed.frame--almond svg, .image--framed.frame--almond path {
  fill: none;
  stroke: #EDE0D4;
}
.image--framed.frame--gray svg, .image--framed.frame--gray path {
  fill: none;
  stroke: #525257;
}
.image--framed.frame--light-gray svg, .image--framed.frame--light-gray path {
  fill: none;
  stroke: #F4F5F7;
}
.image--framed.frame--white svg, .image--framed.frame--white path {
  fill: none;
  stroke: #FFF;
}
.image--framed.frame--black svg, .image--framed.frame--black path {
  fill: none;
  stroke: #000;
}

.frame--simple img,
.frame--simple video {
  width: 80.5%;
  top: 9%;
  left: 8.5%;
}
.frame--purple svg, .frame--purple path {
  fill: #471445;
}
.frame--blue svg, .frame--blue path {
  fill: #1247BA;
}
.frame--green svg, .frame--green path {
  fill: #21B296;
}
.frame--yellow svg, .frame--yellow path {
  fill: #FFA62E;
}
.frame--red svg, .frame--red path {
  fill: #F51238;
}
.frame--almond svg, .frame--almond path {
  fill: #EDE0D4;
}
.frame--gray svg, .frame--gray path {
  fill: #525257;
}
.frame--light-gray svg, .frame--light-gray path {
  fill: #F4F5F7;
}
.frame--white svg, .frame--white path {
  fill: #FFF;
}
.frame--black svg, .frame--black path {
  fill: #000;
}
.frame--simple--inline .path-2 {
  opacity: 0;
}

.separator svg {
  vector-effect: non-scaling-stroke;
  margin-left: 1.25rem;
  width: calc(100% - 2.5rem);
  height: auto;
}
.separator--purple path {
  vector-effect: non-scaling-stroke;
  stroke-width: 2;
  stroke: #471445;
}
.separator--blue path {
  vector-effect: non-scaling-stroke;
  stroke-width: 2;
  stroke: #1247BA;
}
.separator--green path {
  vector-effect: non-scaling-stroke;
  stroke-width: 2;
  stroke: #21B296;
}
.separator--red path {
  vector-effect: non-scaling-stroke;
  stroke-width: 2;
  stroke: #F51238;
}
.separator--yellow path {
  vector-effect: non-scaling-stroke;
  stroke-width: 2;
  stroke: #471445;
}
.separator--gray path {
  vector-effect: non-scaling-stroke;
  stroke-width: 2;
  stroke: #F4F5F7;
}
.separator--almond path {
  vector-effect: non-scaling-stroke;
  stroke-width: 2;
  stroke: #EDE0D4;
}
@media (min-width: 992px) {
  .separator {
    display: none;
  }
}

.video-container {
  position: relative;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56%;
}
.video-wrapper video,
.video-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper video {
  width: 72%;
  left: 14%;
  top: 4%;
}
.video-wrapper--framed {
  padding-bottom: 63.0674846626%;
}
.video-wrapper--framed svg,
.video-wrapper--framed img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
.video-wrapper--framed img {
  z-index: 1;
  height: auto;
}
.video-wrapper button svg, .video-wrapper button path {
  fill: none;
}
.video-wrapper button:hover path {
  stroke: #FFF;
}

.video-wrapper button {
  position: absolute;
  height: 66px;
  width: 66px;
  top: 50%;
  left: 50%;
  margin-left: -33px;
  margin-top: -33px;
  display: block;
  padding: 0;
  z-index: 5;
  background: none;
  border: 0;
}

.video-wrapper.playing button {
  opacity: 0;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu .cta--button {
  background: #525257;
  color: #FFF;
}
.menu .cta--outlined {
  background: none;
  color: #000;
  box-shadow: inset 0 0 0 2px #000;
}
.menu .cta--outlined:hover {
  background-color: #FFF;
  color: #000;
}
.menu .cta--button, .menu .cta--outlined {
  display: inline-block;
  margin-right: 1em;
  border-radius: 50px;
}
.menu .cta--search {
  margin-bottom: 0.75rem;
  padding: 1rem;
}
@media (min-width: 1200px) {
  .menu .cta--search {
    background: #21B296;
    color: #FFF;
    padding-left: 50px;
    padding-right: 1em;
    font-size: 1rem;
  }
  .menu .cta--search:before {
    font-size: 1.625em;
  }
}
.menu .cta--search:hover {
  box-shadow: none;
}

.sub-menu {
  list-style: none;
  padding: 0;
}
.sub-menu .menu-section > li {
  display: block;
}
.sub-menu a {
  color: #000;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .sub-menu a {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .sub-menu a:hover {
    color: #21B296;
  }
  .sub-menu a:hover:after {
    display: none;
  }
  .sub-menu .menu-section {
    padding: 10px 0;
    border-bottom: 1px solid #EDEDEE;
  }
  .sub-menu .menu-section:first-child {
    padding-top: 0;
  }
  .sub-menu .menu-section:last-child {
    border: 0;
    padding-bottom: 0;
  }
}

.menu-section {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

#menu-conversion li {
  margin-right: 0;
}

.menu-item a:after, .menu-item button:after {
  display: none;
}
@media (min-width: 1200px) {
  .menu-item.has-children:hover .collapse--content, .menu-item.has-children:focus-within .collapse--content, .menu-item-has-children:hover .collapse--content, .menu-item-has-children:focus-within .collapse--content {
    display: block;
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
  }
  .menu-item.has-children .collapse--header > a, .menu-item-has-children .collapse--header > a {
    display: inline-flex;
    align-items: center;
    padding-right: 1.25rem;
  }
  .menu-item.has-children .collapse--header > a:after, .menu-item-has-children .collapse--header > a:after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", sans-serif;
    display: inline-block;
    position: absolute;
    width: 0.75rem;
    font-size: 0.7rem;
    font-weight: 500;
    top: auto;
    right: 0;
    left: auto;
    color: inherit;
    padding: 0;
    margin-right: 0;
    margin-top: -0.16em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.menu-item a {
  display: inline-block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.menu-item a.cta--button, .menu-item a.cta--outlined {
  padding: 0.7894736842em 1.875em 0.7368421053em;
}
.menu-item a.cta--button:after, .menu-item a.cta--outlined:after {
  display: none;
}
.menu-item a.cta--text {
  text-transform: none;
  letter-spacing: normal;
}
.menu-item a.cta--text:before {
  display: none;
}

.collapse {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1rem 0;
}
.collapse--header {
  display: flex;
  align-items: center;
}
.collapse--header a {
  display: block;
  transition: none;
  flex: 1;
}
.collapse--content {
  overflow: hidden;
  max-height: 0;
  width: 100%;
  will-change: max-height;
  text-align: left;
  opacity: 0;
}
body.loaded .collapse--content {
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.collapse--content .list--channels {
  margin-left: -0.5rem;
  padding-left: 1rem;
}
@media (min-width: 992px) {
  .collapse--content .list--channels {
    padding-left: 0;
  }
}
.collapse--content.show {
  opacity: 1;
  max-height: 100%;
  visibility: visible;
}
@media (min-width: 1200px) {
  .collapse--content.show {
    max-height: 30rem;
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .collapse--content {
    position: absolute;
    pointer-events: none;
    max-height: none;
    width: 100%;
    max-width: 18rem;
    margin-left: -2rem;
    padding: 1rem 2rem;
    border-radius: 1rem;
    background: #FFF;
    color: #000;
    transform: translateY(0.375rem);
    box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1), 0 1.875rem 3.75rem rgba(0, 0, 0, 0.1);
    z-index: 20;
  }
}
.collapse--toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #F4F5F7;
  color: inherit;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 0.375rem;
  padding: 0;
  border: 0;
}
.collapse--toggle.expanded:before {
  transform: rotate(180deg);
}
.collapse--toggle:before {
  content: "\f078";
  display: inline-block;
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-size: 1rem;
  transition: transform 200ms ease;
  will-change: transform;
}
@media (min-width: 1200px) {
  .collapse--toggle {
    display: none;
  }
}

.pagination {
  margin: 0 auto 50px;
  text-align: center;
  display: block;
}
.pagination__links {
  font-size: 0.875rem;
}
.pagination__links > a, .pagination__links > span {
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
}
.pagination__links > a {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: rgba(60, 60, 61, 0.1);
  opacity: 0.5;
  color: #000;
}
.pagination__links > a[href] {
  opacity: 1;
  transition: background-color 0.3s ease-in-out;
}
.pagination__links > a[href]:hover {
  background: rgba(60, 60, 61, 0.2);
}
.pagination__links > span {
  min-width: 115px;
}
.pagination__links .icon {
  font-size: 20px;
}
@media (min-width: 992px) {
  .pagination {
    margin-bottom: 150px;
  }
}

form .button--secondary {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  color: #000;
  box-shadow: inset 0 0 0 2px transparent;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
form .button--secondary:hover {
  color: #21B296;
}

/*
  *
  *  Fieldsets group fields into columns
  *
*/
.fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  margin-top: 26px;
}
.fieldset.radios .fieldset__header {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .fieldset {
    display: flex;
  }
}
.fieldset .field {
  margin: 26px 0 0;
}
.fieldset .field:first-child {
  margin-top: 0;
}
.fieldset .field:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .fieldset .field {
    flex: 0 1 100%;
    margin: 0 7px;
  }
  .fieldset .field:first-child {
    margin-left: 0;
  }
  .fieldset .field:last-child {
    margin-right: 0;
  }
}

.fieldset__header {
  margin-bottom: 12px;
}
.fieldset__title {
  font: bold 0.875rem/1.5714285714 "Montserrat", sans-serif;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
select {
  display: inline-block;
  padding: 16px 24px;
  width: -webkit-fill-available;
  vertical-align: middle;
  border: 1px solid #DCDCDD;
  border-radius: 4px;
  box-shadow: none;
  font-size: 1rem;
}

.search select {
  border-radius: 0.5rem;
  background-color: #F4F5F7;
  border: none;
  margin-bottom: 1rem;
}
.search .occupation-container {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 1rem;
}
.search .occupation-container::before {
  position: absolute;
  font-size: 1.5rem;
  content: "\e042";
  font-family: "Font Awesome Kit", sans-serif;
  left: 0.625rem;
}
.search .occupation-container #Occupation {
  padding-left: 2.625rem;
  border: none;
  margin: auto;
  cursor: pointer;
}
.search .specialty-container {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 1rem;
}
.search .specialty-container::before {
  position: absolute;
  font-size: 1.5rem;
  content: "\e043";
  font-family: "Font Awesome Kit", sans-serif;
  left: 0.625rem;
}
.search .specialty-container #specialty-select {
  padding-left: 2.625rem;
  border: none;
  margin: auto;
  cursor: pointer;
}
.search .location-container {
  position: relative;
  margin-bottom: 1rem;
  z-index: 1;
  cursor: pointer;
}
.search .location-container::before {
  position: absolute;
  font-size: 1.5rem;
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro", sans-serif;
  left: 0.75rem;
  top: 0.625rem;
}
.search .location-container .location {
  padding: 1rem 0 1rem 2.625rem;
  border: none;
  margin: auto;
}
.search .location-container .location__content select {
  background-color: #ffffff;
}
.search #job-search-form {
  margin-top: 1rem;
}
@media (min-width: 1200px) {
  .search #job-search-form {
    margin-top: 0;
  }
}
.search #job-search-form input[type=text],
.search #job-search-form input[type=tel],
.search #job-search-form input[type=email],
.search #job-search-form input[type=password],
.search #job-search-form select {
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #C3D1EE;
}
.search #job-search-form .location__content.show {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1200px) {
  .search #job-search-form .location__content.show {
    box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1), 0 1.875rem 3.75rem rgba(0, 0, 0, 0.1);
  }
}
.search #job-search-form .location__content .tab {
  margin: auto;
}
.search #job-search-form .location__content .autocomplete-items > div {
  padding: 1rem;
}
.search #job-search-form .location__content .autocomplete-items > div:hover {
  cursor: pointer;
}
.search #job-search-form .fieldset .field {
  margin: 0;
}

#job-search-form .row > .column > #occupation-search-font-awesome-container {
  position: relative;
}
#job-search-form .row > .column > #occupation-search-font-awesome-container > button {
  padding-left: 2.85rem;
}
#job-search-form .row > .column > #occupation-search-font-awesome-container > button::before {
  position: absolute;
  font-size: 1.5rem;
  content: "\e042";
  font-family: "Font Awesome Kit", sans-serif;
  left: 0.9rem;
}
#job-search-form .row > .column > .occupation-container {
  position: relative;
}
#job-search-form .row > .column > .occupation-container::before {
  position: absolute;
  font-size: 1.5rem;
  content: "\e042";
  font-family: "Font Awesome Kit", sans-serif;
  top: 0.75rem;
  left: 0.9rem;
}
#job-search-form .row > .column > .occupation-container .occupation {
  padding-left: 2.85rem;
}
#job-search-form .row > .column > #specialty-search-font-awesome-container {
  position: relative;
}
#job-search-form .row > .column > #specialty-search-font-awesome-container > button {
  padding-left: 2.85rem;
}
#job-search-form .row > .column > #specialty-search-font-awesome-container > button::before {
  position: absolute;
  font-size: 1.5rem;
  content: "\e043";
  font-family: "Font Awesome Kit", sans-serif;
  left: 0.9rem;
}
#job-search-form .row > .column > #location-search-font-awesome-container {
  position: relative;
}
#job-search-form .row > .column > #location-search-font-awesome-container > button {
  padding-left: 2.85rem;
}
#job-search-form .row > .column > #location-search-font-awesome-container > button::before {
  position: absolute;
  font-size: 1.5rem;
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro", sans-serif;
  left: 0.9rem;
}

form .actions {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 992px) {
  form .actions {
    margin-top: 70px;
  }
}
form .actions .cta {
  width: 100%;
  margin-bottom: 5px;
}
form .required {
  display: none;
}

.Start.row.bgwhite .actions {
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .Start.row.bgwhite .actions {
    margin-top: 15px;
  }
}
.Start.row.bgwhite .actions .cta {
  width: 100%;
  margin-bottom: 5px;
}
.Start.row.bgwhite .required {
  display: none;
}

.field {
  transition: all 0.3s ease-in-out;
}
.field--input {
  position: relative;
  border: 1px solid #DCDCDD;
  border-radius: 4px;
}
.field--input input {
  position: relative;
  background: none;
  z-index: 2;
}
.field--input input:focus {
  outline: none;
  box-shadow: 0 0 0 2px #1247BA;
}
.field--input label {
  white-space: nowrap;
  position: absolute;
  top: 0;
  padding: 18px 17px;
  line-height: 1.15;
  transition: top 0.3s ease-in-out, font-size 0.3s ease-in-out;
}
.field--input label span {
  background: #FFF;
  padding: 0 8px;
}
.field--input.active {
  border-color: #1247BA;
}
.field--input.active input {
  box-shadow: 0 0 0 2px #1247BA;
}
.field--input.active label {
  top: -24px;
  font-size: 0.75rem;
  z-index: 10;
}
@media (min-width: 992px) {
  .field--input.active label {
    top: -28px;
    font-size: 1rem;
  }
}
.field--error {
  border-color: #F51238;
}

select {
  display: inline-block;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff no-repeat right 18px center;
  background-image: url("data:image/svg+xml,%3Csvg width='9px' height='5px' viewBox='0 0 9 5' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-235.000000, -33.000000)' fill='%233C3C3D'%3E%3Cg transform='translate(0.000000, 10.000000)'%3E%3Cpolygon points='235.0825 23.32 243.4425 23.32 239.2625 27.5'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 12px auto;
}
select:focus {
  border-color: #1247BA;
  outline: 0;
}
select:focus::-ms-value {
  color: #000;
  background-color: #FFF;
}
select:disabled {
  color: rgba(82, 82, 87, 0.5);
}
select::-ms-expand {
  opacity: 0;
}

.checkbox--list .field--checkbox {
  box-sizing: content-box;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #DCDCDD;
}
.checkbox--list .field--checkbox:last-child {
  border-bottom: 0;
}
.checkbox--list .fieldset__header {
  margin-bottom: 0;
}

.field--checkbox,
.field--radio {
  display: block;
  padding-left: 40px;
}
.field--checkbox label,
.field--radio label {
  position: relative;
  margin-bottom: 0;
  margin-left: 10px;
}
.field--checkbox label::before,
.field--radio label::before {
  position: absolute;
  top: 1px;
  left: -40px;
  display: block;
  width: 20px;
  height: 20px;
  pointer-events: none;
  content: "";
  background-color: #FFF;
  border: 0;
  border-radius: 2px;
  box-shadow: inset 0 0 0 2px #DCDCDD;
}
.field--checkbox label::after,
.field--radio label::after {
  position: absolute;
  top: 1px;
  left: -40px;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  content: "";
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center center;
}
.field--checkbox input,
.field--radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  box-sizing: border-box;
  padding: 0;
}

.field--radio {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dcdcdd;
}
.field--radio:last-child {
  border-bottom: 0;
}
.field--radio label::before,
.field--radio label::after {
  border-radius: 50%;
}
.field--radio input:checked ~ label::after {
  background-color: #21B296;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
  background-size: 50%;
}
.field--radio input:disabled:checked ~ label::before {
  background-color: rgba(82, 82, 87, 0.5);
}

.field--checkbox input:checked ~ label::after {
  content: "\e81f";
  font-size: 21px;
  font-family: "tnaa-icons", sans-serif;
  color: #FFF;
  background-color: #21B296;
}
.field--checkbox input:indeterminate ~ .label::before {
  border-color: #525257;
}
.field--checkbox input:indeterminate ~ .label::after {
  background-image: url("#");
}
.field--checkbox .input:disabled:checked ~ label::before {
  background-color: transparent;
}
.field--checkbox .input:disabled:indeterminate ~ label::before {
  background-color: transparent;
}

input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

input[type=file] + label {
  font-weight: 700;
  color: white;
  background-color: #21B296;
  display: inline-block;
  padding: 15px 40px;
  transition: all 0.3s ease-in-out;
  cursor: pointer; /* "hand" cursor */
}

input[type=file] + label:hover {
  color: #fff;
  background-color: rgb(25.0236966825, 134.9763033175, 113.7440758294);
  box-shadow: inset 0 0 0 2px rgb(25.0236966825, 134.9763033175, 113.7440758294);
}

input[type=file]:focus + label {
  outline: 1px dotted #000;
}

input[type=file] + label * {
  pointer-events: none;
}

.job-search-form {
  display: flex;
  width: 100%;
}

.job-search-form div {
  width: 25%;
  padding-right: 20px;
}

.job-search-form select {
  font: normal normal 600 16px/19px "Montserrat", sans-serif;
  color: black;
  background: #F4F5F7 no-repeat;
  background-position: 2% 50%;
  background-size: 18px 18px;
  -webkit-appearance: none;
}

.job-search-form select.grayed-out {
  opacity: 50%;
}

.job-search-form button {
  width: 100%;
}

#job_search_form #search-submit,
#job_search_form button,
#job_search_form input[type=text],
#job_search_form select,
#job-search-form #search-submit,
#job-search-form button,
#job-search-form input[type=text],
#job-search-form select {
  -webkit-appearance: none;
  width: -moz-available;
}
#job_search_form input[type=radio],
#job_search_form input[type=checkbox],
#job-search-form input[type=radio],
#job-search-form input[type=checkbox] {
  height: 1rem;
}

#job-search-form > .container > .row > .column {
  padding-right: 0;
}

#job-search-form #search-submit {
  width: -webkit-fill-available;
  padding: 1.25rem;
}

@media (min-width: 992px) {
  #job-search-form > .container > .row > .column {
    padding-right: 1rem;
  }
}
#job-search-form .row > .column > select,
.location {
  border-radius: 0.5rem;
  background-color: #F4F5F7;
  border: none;
  margin-bottom: 1rem;
}

.location {
  display: inline-block;
  width: -webkit-fill-available;
  padding: 18px 25px;
  background-color: transparent;
  border-bottom: 0;
  margin-bottom: 0;
}
.location:focus, .location:focus-within {
  border: 1px solid #1247BA;
}
@media (min-width: 992px) {
  .location {
    background-color: #F4F5F7;
    border-bottom: 1rem;
  }
}

@media (max-width: 991px) {
  #location__column {
    margin-bottom: 1rem;
  }
}
.location__content {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  position: inherit;
  min-height: auto;
  transition: all 0.2s ease-in-out;
  border-radius: 1rem;
  background: white;
}
@media (min-width: 992px) {
  .location__content {
    opacity: 0;
    margin-left: -1rem;
    padding: 1.25rem;
    z-index: 999;
    min-height: fit-content;
    transition: all 0.2s ease-in-out;
    border-radius: 1rem;
    position: absolute;
    background: white;
    visibility: hidden;
  }
}

@media (min-width: 1200px) {
  .home .location__content {
    min-width: 18rem;
  }
}
@media (max-width: 992px) {
  .home .location__content {
    padding: 1rem;
    padding-top: 0;
  }
}

.page-template-page-conversion form .fieldset {
  margin: 1rem 0;
}

.tablinks {
  border-radius: 0.5rem;
  border: none;
  padding: 1rem;
  background-color: transparent;
  color: inherit;
}

.tablinks.active {
  background-color: #F0F4FB;
  color: #1247BA;
  font-weight: 600;
}

.multiselect {
  position: relative;
}
.multiselect > .fieldset {
  margin-top: 0.625rem;
}
.multiselect #states {
  display: block;
  padding: 1rem;
  padding-right: 2rem;
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid #C3D1EE;
  appearance: none;
  background: #fff no-repeat right 18px center;
  color: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='9px' height='5px' viewBox='0 0 9 5' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-235.000000, -33.000000)' fill='%233C3C3D'%3E%3Cg transform='translate(0.000000, 10.000000)'%3E%3Cpolygon points='235.0825 23.32 243.4425 23.32 239.2625 27.5'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 12px auto;
  text-align: left;
  line-height: 1.5;
}
.multiselect #states__content {
  position: absolute;
  z-index: 10;
  border-radius: 1rem;
  background: white;
  visibility: hidden;
  width: calc(100% + 1rem);
  min-width: 18rem;
  min-height: auto;
  max-height: 18rem;
  overflow: auto;
  padding: 1rem 2rem;
  margin-top: 1rem;
  margin-left: -2.5rem;
  opacity: 0;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1), 0 1.875rem 3.75rem rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}
.multiselect #states__content.show {
  opacity: 1;
  margin-top: 0.25rem;
  visibility: visible;
  transition: all 0.2s ease-in-out;
}
.multiselect #states__content hr {
  opacity: 0.25;
}
.multiselect #states__content .fieldset {
  margin: 1rem 0;
}
.multiselect #states__content .fieldset label {
  padding-left: 1rem;
}

.feature {
  margin-bottom: 30px;
}
.feature__content {
  position: relative;
}
.feature__content:before, .feature__content:after {
  content: " ";
  display: table;
}
.feature__content:after {
  clear: both;
}
.feature__icon {
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  color: #21B296;
  background: #EDE0D4;
  border-radius: 50%;
  line-height: 50px;
  font-size: 2.0625rem;
  text-align: center;
  position: relative;
  flex: 0 0 50px;
  margin-right: 1rem;
}
.feature__text {
  padding-left: 66px;
}
.feature__headline {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .feature__headline {
    font-size: 1.5rem;
  }
}
.feature__copy {
  color: #525257;
}
.feature__copy p {
  margin-top: 0;
}
.feature__header {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.feature__icon, .feature__headline {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
.feature__headline {
  margin: 0;
  align-self: center;
  line-height: 50px;
  min-height: 53.65px;
  padding-left: 15px;
}
.feature__headline > span {
  display: inline-block;
  margin-top: -5px;
  line-height: 1.2083333333;
  vertical-align: middle;
}

.module--split .feature {
  margin-bottom: 38px;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  border-radius: 1rem;
}
.banner__content {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  text-align: center;
  z-index: 2;
}
.banner__content .banner__content_wrap {
  padding: 2rem;
}
.banner__headline {
  margin: 0 auto 1rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .banner__headline {
    margin-left: 0;
    margin-right: 0;
  }
}
.banner__copy {
  margin-bottom: 1rem;
}
.banner__actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.banner__actions .cta--search {
  min-width: auto;
  padding-left: 2.75rem;
  padding-right: 1.25rem;
}
.banner.bg--purple {
  background-color: #471445;
  color: #FFF;
}
.banner.bg--purple .background:before, .banner.bg--purple .background:after {
  color: #21B296;
}
.banner.bg--purple .cta--search {
  background: #FFF;
  color: #000;
}
.banner.border--purple {
  box-shadow: inset 0 0 0 3px #471445;
}
.banner.border--purple .background:before, .banner.border--purple .background:after {
  color: #471445;
}
.banner.bg--blue {
  background-color: #1247BA;
  color: #FFF;
}
.banner.bg--blue .background:before, .banner.bg--blue .background:after {
  color: #21B296;
}
.banner.bg--blue .cta--search {
  background: #FFF;
  color: #000;
}
.banner.border--blue {
  box-shadow: inset 0 0 0 3px #1247BA;
}
.banner.border--blue .background:before, .banner.border--blue .background:after {
  color: #1247BA;
}
.banner.bg--green {
  background-color: #21B296;
  color: #FFF;
}
.banner.bg--green .background:before, .banner.bg--green .background:after {
  color: #471445;
}
.banner.bg--green .cta--search {
  background: #FFF;
  color: #000;
}
.banner.border--green {
  box-shadow: inset 0 0 0 3px #21B296;
}
.banner.border--green .background:before, .banner.border--green .background:after {
  color: #21B296;
}
.banner.bg--red {
  background-color: #F51238;
  color: #FFF;
}
.banner.bg--red .background:before, .banner.bg--red .background:after {
  color: #471445;
}
.banner.bg--red .cta--search {
  background: #FFF;
  color: #000;
}
.banner.border--red {
  box-shadow: inset 0 0 0 3px #F51238;
}
.banner.border--red .background:before, .banner.border--red .background:after {
  color: #F51238;
}
.banner.bg--yellow {
  background-color: #471445;
  color: inherit;
}
.banner.bg--yellow .background:before, .banner.bg--yellow .background:after {
  color: #471445;
}
.banner.bg--yellow .cta--search {
  background: #FFF;
  color: #000;
}
.banner.border--yellow {
  box-shadow: inset 0 0 0 3px #471445;
}
.banner.border--yellow .background:before, .banner.border--yellow .background:after {
  color: #471445;
}
.banner.bg--gray {
  background-color: #F4F5F7;
  color: inherit;
}
.banner.bg--gray .background:before, .banner.bg--gray .background:after {
  color: #21B296;
}
.banner.border--gray {
  box-shadow: inset 0 0 0 3px #F4F5F7;
}
.banner.border--gray .background:before, .banner.border--gray .background:after {
  color: #F4F5F7;
}
.banner.bg--almond {
  background-color: #EDE0D4;
  color: inherit;
}
.banner.bg--almond .background:before, .banner.bg--almond .background:after {
  color: #471445;
}
.banner.bg--almond .cta--search {
  background: #FFF;
  color: #000;
}
.banner.border--almond {
  box-shadow: inset 0 0 0 3px #EDE0D4;
}
.banner.border--almond .background:before, .banner.border--almond .background:after {
  color: #EDE0D4;
}
.banner--alert, .banner--background {
  overflow: hidden;
  box-shadow: 0 0.313rem 0.625rem rgba(0, 0, 0, 0.1), 0 0.625rem 1.25rem rgba(0, 0, 0, 0.1);
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 1rem 0;
}
.banner--alert .banner__content, .banner--background .banner__content {
  order: 2;
}
.banner--alert .banner__image, .banner--background .banner__image {
  order: 1;
  background-size: cover;
  background-position: center;
  width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .banner--alert .banner__image, .banner--background .banner__image {
    order: 2;
  }
}
@media (min-width: 992px) {
  .banner--alert, .banner--background {
    align-items: center;
  }
  .banner--alert .banner__content, .banner--background .banner__content {
    order: 1;
  }
}
.banner--alert {
  background-color: #FFF;
  color: inherit;
  position: relative;
  z-index: 1;
}
.module--cta_banner .column > .shape {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.module--cta_banner .column > .shape--1 {
  width: 8rem;
  top: -3rem;
  left: -3rem;
}
@media (min-width: 992px) {
  .module--cta_banner .column > .shape--1 {
    width: 18rem;
    top: -8rem;
    left: -8rem;
  }
}
.module--cta_banner .column > .shape--2 {
  width: 16rem;
  bottom: -8rem;
  right: -8rem;
}
@media (min-width: 992px) {
  .module--cta_banner .column > .shape--2 {
    width: 30rem;
    bottom: -20rem;
    right: -15rem;
  }
}

.banner--alert .banner__headline {
  font-size: 2rem;
}
.banner--alert .banner__content {
  text-align: left;
  margin: 0;
}
.banner--alert .banner__content .banner__content_wrap {
  padding: 2rem;
}
@media (min-width: 992px) {
  .banner--alert .banner__content, .banner--alert .banner__image {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.banner--alert .banner__image {
  height: 11.375rem;
}
@media (min-width: 992px) {
  .banner--alert .banner__image {
    height: 100%;
  }
}
.banner--background {
  background-color: #FFF;
  color: inherit;
}
@media (min-width: 992px) {
  .banner--background {
    box-shadow: none;
  }
}
.banner--background .banner__content {
  text-align: center;
  order: 2;
  padding: 0;
}
@media (min-width: 992px) {
  .banner--background .banner__content {
    flex: 0 0 50%;
    max-width: 37.5rem;
    text-align: left;
    padding: 3rem 2rem;
  }
}
.banner--background .banner__content .banner__content_wrap {
  position: relative;
  overflow: hidden;
  padding: 2rem 1rem;
  background-color: #FFF;
  color: inherit;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .banner--background .banner__content .banner__content_wrap {
    padding: 2rem;
  }
}
.banner--background .banner__content .banner__content_wrap .shape {
  position: absolute;
  pointer-events: none;
}
.banner--background .banner__content .banner__content_wrap .shape--1 {
  top: 0;
  left: 0;
  display: none;
}
@media (min-width: 992px) {
  .banner--background .banner__content .banner__content_wrap .shape--1 {
    display: block;
  }
}
.banner--background .banner__content .banner__content_wrap .shape--2 {
  bottom: -10rem;
  right: -5rem;
  width: 10rem;
}
@media (min-width: 992px) {
  .banner--background .banner__content .banner__content_wrap .shape--2 {
    display: none;
  }
}
.banner--background .banner__content .banner__content_wrap .banner__headline, .banner--background .banner__content .banner__content_wrap .banner__copy, .banner--background .banner__content .banner__content_wrap .banner__actions {
  position: relative;
  z-index: 1;
}
.banner--background .banner__headline {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .banner--background .banner__headline {
    font-size: 2.5rem;
  }
}
.banner--background .banner__image {
  height: 17.5rem;
  width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .banner--background .banner__image {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .banner--background .banner__image {
    position: absolute;
    z-index: 1;
  }
}
.banner--standard .banner__actions {
  justify-content: center;
}
.banner--standard .banner__actions .cta--search,
.banner--standard .banner__actions .cta--button {
  min-width: 16rem;
}
.banner .cta--icon {
  padding-bottom: 0.5625rem;
}
.banner .cta--icon .icon--image {
  line-height: 0;
}
.banner .cta--icon .icon--label {
  font-size: 1rem;
}
.banner > .container {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .banner > .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.banner > .container > .row {
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 992px) {
  .banner > .container > .row {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.banner .column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (min-width: 992px) {
  .banner .column {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.banner.pattern--lines .background .shape {
  position: relative;
  height: calc(100% + 40px);
  margin-top: -20px;
  left: 2px;
}
@media (min-width: 992px) {
  .banner.pattern--lines .background .shape {
    left: 50%;
    margin-left: -500px;
  }
}
.banner.pattern--lines .background svg {
  height: 100%;
}
.banner.pattern--circles .background:before, .banner.pattern--circles .background:after {
  content: "\e800";
  font-family: "tnaa-shapes", sans-serif;
  font-size: 400px;
  position: absolute;
  top: -71px;
  left: -251px;
  line-height: 1em;
  display: none;
}
@media (min-width: 992px) {
  .banner.pattern--circles .background:before, .banner.pattern--circles .background:after {
    display: block;
  }
}
.banner.pattern--circles .background:after {
  top: auto;
  right: -299px;
  bottom: -296px;
  left: auto;
  display: block;
}
@media (min-width: 992px) {
  .banner.pattern--circles .background:after {
    right: -229px;
  }
}
.banner.pattern--circles .background .shape {
  position: absolute;
  display: none;
}
.banner:hover .background:before, .banner:hover .background:after {
  -webkit-animation: radial-pulse 0.15s linear infinite alternate;
  animation: radial-pulse 0.15s linear infinite alternate;
}

@media (min-width: 992px) {
  .card__content {
    margin-left: 17px;
    margin-right: 17px;
  }
}
.card__content .row {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.card__header {
  position: relative;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .card__body {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.card__icon {
  flex: 0 0 50px;
  position: relative;
  left: 1px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: #EDE0D4;
  color: #21B296;
  font-size: 2.0625rem;
  text-align: center;
}
.card__icon_benefits {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 50px;
  position: relative;
  left: 1px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: #EDE0D4;
  color: #21B296;
  font-size: 2.0625rem;
  text-align: center;
}
.card__icon, .card__headline {
  display: inline-block;
  vertical-align: middle;
}
.card__headline {
  align-self: center;
  font-size: 1.5rem;
  line-height: 50px;
  min-height: 53.65px;
  padding-left: 15px;
  margin: 0;
}
.card__headline > span {
  display: inline-block;
  margin-top: -5px;
  line-height: 1.2083333333;
  vertical-align: middle;
  font-weight: 500;
}
.card__copy {
  color: #525257;
  margin-bottom: 6px;
}
.card__copy > *:last-child {
  margin-bottom: 0;
}

.post-preview {
  padding: 0.625rem;
}
.post-preview .image-wrapper {
  display: block;
  overflow: hidden;
  height: 13rem;
}
.post-preview .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 13rem;
  object-fit: cover;
  border-radius: 0.5rem;
}
.post-preview .frame--purple path {
  fill: none;
  stroke: #471445;
}
.post-preview .frame--blue path {
  fill: none;
  stroke: #1247BA;
}
.post-preview .frame--green path {
  fill: none;
  stroke: #21B296;
}
.post-preview .frame--yellow path {
  fill: none;
  stroke: #FFA62E;
}
.post-preview .frame--red path {
  fill: none;
  stroke: #F51238;
}
.post-preview .frame--almond path {
  fill: none;
  stroke: #EDE0D4;
}
.post-preview .frame--gray path {
  fill: none;
  stroke: #525257;
}
.post-preview .frame--light-gray path {
  fill: none;
  stroke: #F4F5F7;
}
.post-preview .frame--white path {
  fill: none;
  stroke: #FFF;
}
.post-preview .frame--black path {
  fill: none;
  stroke: #000;
}
.post-preview .image--framed {
  padding-bottom: 72.09%;
}
.post-preview .image--framed svg {
  top: 0;
  left: 0;
  width: 100%;
}
.post-preview .image--framed.frame--simple--inline:hover path {
  opacity: 1;
}
.post-preview .image--framed.frame--simple--inline:hover path.path-2 {
  opacity: 0;
}
.post-preview .image--framed .image-wrapper {
  position: absolute;
  top: 6%;
  left: 4.5%;
  width: 91%;
  padding-bottom: 64.09%;
}
.post-preview .image--framed img {
  top: 0;
  left: 0;
  width: 100%;
}
.post-preview .post-image {
  margin-bottom: 17px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 992px) {
  .post-preview .post-image .image-wrapper,
  .post-preview .post-image svg {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
  .post-preview .post-image:hover .image-wrapper {
    transform: scale(1.0175);
    transition: all 0.3s ease-in-out;
  }
  .post-preview .post-image:hover svg {
    transform: scale(1.0325);
    transition: all 0.3s ease-in-out;
  }
}
.post-preview__category {
  font-size: 0.75rem;
  color: #525257;
  margin-bottom: 4px;
  padding-left: 10px;
}
.post-preview__title {
  font-weight: 500;
  line-height: 1.25;
  padding-left: 10px;
  font-size: 1.25rem;
}
.post-preview__title a {
  color: #000;
  text-decoration: none;
}
.post-preview__title a:hover {
  text-decoration: underline;
}
.post-preview--job .post-preview__location {
  position: relative;
  padding-left: 10px;
  font-size: 0.75rem;
  color: #FFF;
  padding-right: 25px;
}
@media (min-width: 992px) {
  .post-preview--job .post-preview__location {
    font-size: 0.875rem;
  }
}
.post-preview--job .post-preview__shift {
  position: absolute;
  top: -8px;
  right: 10px;
  font-size: 1.0625rem;
  height: 26px;
  width: 26px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background: white;
}
.post-preview--job .post-preview__shift .fa-kit {
  font-weight: 600;
}
.post-preview--job .post-preview__shift .fa-days {
  color: #ffa62e;
}
.post-preview--job .post-preview__shift .fa-shiftdays {
  color: #ffa62e;
  padding-left: 0.25rem;
  margin-left: 0.35rem;
}
.post-preview--job .post-preview__shift .fa-eves {
  color: #1247ba;
}
.post-preview--job .post-preview__shift .fa-shifteves {
  color: #1247ba;
  padding-left: 0.25rem;
  margin-left: 0.35rem;
}
.post-preview--job .post-preview__shift .fa-nights {
  color: #471445;
}
.post-preview--job .post-preview__shift .fa-shiftnights {
  color: #471445;
  padding-left: 0.25rem;
  margin-left: 0.35rem;
}
.post-preview--job .post-preview__shift .fa-rotate {
  color: #00AC8A;
}
.post-preview--job .post-preview__shift .fa-shiftrotate {
  color: #21b296;
  padding-left: 0.25rem;
  margin-left: 0.35rem;
}
.post-preview--job .post-preview__shift .fa-any {
  font-weight: normal;
  padding-left: 0.125rem;
  font-size: 1.275rem;
  background: radial-gradient(circle at top, #1247ba 50%, transparent 50%), radial-gradient(circle at left bottom, #471445 50%, transparent 50%), radial-gradient(circle at right bottom, #ffa62e 50%, transparent 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.post-preview--job .post-preview__shift .fa-shiftany {
  font-size: 24px;
  font-weight: 500;
  padding-left: 0.25rem;
  margin-left: 0.35rem;
  background: radial-gradient(circle at top, #1247ba 50%, transparent 50%), radial-gradient(circle at left bottom, #471445 50%, transparent 50%), radial-gradient(circle at right bottom, #ffa62e 50%, transparent 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.post-preview--job .icon {
  color: #FFA62E;
}

.modal {
  flex: 1;
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #FFF;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.12);
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
@media (min-width: 1200px) {
  .modal {
    max-width: 78rem;
    max-height: 48rem;
    transform: translateY(10%);
  }
}
.modal__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 9999;
  transition: all 0.3s ease-in-out 0.3s;
}
@media (min-width: 992px) {
  .modal__wrapper {
    align-items: center;
    justify-content: center;
  }
}
.modal__wrapper.modal--open {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  overflow-x: auto;
}
.modal__wrapper.modal--open .modal {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease-in-out 0.3s;
}
.modal__wrapper__content {
  position: relative;
}
.modal__wrapper__content iframe {
  min-height: auto;
}
@media (min-width: 1200px) {
  .modal__wrapper__content iframe {
    min-height: auto;
  }
}
.modal__wrapper .cover {
  background: #000;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal__wrapper.video--modal {
  display: none;
}
@media (min-width: 992px) {
  .modal__wrapper.video--modal {
    display: flex;
  }
}
.modal__wrapper.video--modal .modal {
  width: 82%;
  min-height: 0px;
}
.modal__wrapper.video--modal .modal__content {
  position: relative;
}
.modal__wrapper.video--modal .modal .button--close {
  top: 16px;
  right: 16px;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
section.bg-purple {
  background-color: #471445;
  color: #FFF;
}
section.bg-purple .hero__headline em {
  color: #21B296;
}
section.bg-purple .cta--text:before {
  background: #21B296;
}
section.bg-blue {
  background-color: #1247BA;
  color: #FFF;
}
section.bg-blue .hero__headline em {
  color: #21B296;
}
section.bg-blue .cta--text:before {
  background: #21B296;
}
section.bg-green {
  background-color: #21B296;
  color: #FFF;
}
section.bg-green .hero__headline em {
  color: #471445;
}
section.bg-green .cta--text:before {
  background: #471445;
}
section.bg-red {
  background-color: #F51238;
  color: #FFF;
}
section.bg-red .hero__headline em {
  color: #471445;
}
section.bg-red .cta--text:before {
  background: #471445;
}
section.bg-yellow {
  background-color: #471445;
  color: inherit;
}
section.bg-yellow .hero__headline em {
  color: #471445;
}
section.bg-yellow .cta--text:before {
  background: #471445;
}
section.bg-gray {
  background-color: #F4F5F7;
  color: inherit;
}
section.bg-gray .hero__headline em {
  color: #21B296;
}
section.bg-gray .cta--text:before {
  background: #21B296;
}
section.bg-almond {
  background-color: #EDE0D4;
  color: inherit;
}
section.bg-almond .hero__headline em {
  color: #471445;
}
section.bg-almond .cta--text:before {
  background: #471445;
}
section.vpre-normal {
  padding-top: 30px;
}
section.vpre-normal.organic-edge {
  padding-top: 30px;
}
section.vpost-normal {
  padding-bottom: 40px;
}
section.vpre-extra {
  padding-top: 50px;
}
section.vpre-extra.organic-edge {
  padding-top: 50px;
}
section.vpost-extra {
  padding-bottom: 60px;
}
section.vpre-condensed {
  padding-top: 10px;
}
section.vpre-condensed.organic-edge {
  padding-top: 10px;
}
section.vpost-condensed {
  padding-bottom: 20px;
}
section.vpre-collapsed {
  padding-top: -10px;
}
section.vpre-collapsed.organic-edge {
  padding-top: -10px;
}
section.vpost-collapsed {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  section.vpre-normal {
    padding-top: 100px;
  }
  section.vpre-normal.organic-edge {
    padding-top: 90px;
  }
  section.vpost-normal {
    padding-bottom: 100px;
  }
  section.vpre-extra {
    padding-top: 160px;
  }
  section.vpre-extra.organic-edge {
    padding-top: 150px;
  }
  section.vpost-extra {
    padding-bottom: 160px;
  }
  section.vpre-condensed {
    padding-top: 40px;
  }
  section.vpre-condensed.organic-edge {
    padding-top: 30px;
  }
  section.vpost-condensed {
    padding-bottom: 40px;
  }
  section.vpre-collapsed {
    padding-top: 0;
  }
  section.vpre-collapsed.organic-edge {
    padding-top: -10px;
  }
  section.vpost-collapsed {
    padding-bottom: 0;
  }
}

.section__intro {
  margin-bottom: 34px;
  text-align: center;
}
@media (min-width: 992px) {
  .section__intro {
    margin-bottom: 60px;
  }
}
.section__intro .text-block__headline {
  font-size: 1.625rem;
  margin-bottom: 9px;
}
@media (min-width: 992px) {
  .section__intro .text-block__headline {
    margin-bottom: 32px;
    font-size: 2.5rem;
  }
}

.module--hero {
  padding-top: 4rem;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .module--hero {
    padding-top: 11rem;
  }
}
.module--hero:not(.bg-white) .cta--search {
  background-color: #FFF;
  color: #000;
}
.module--hero:not(.bg-white) .column--text {
  order: 1;
}
.module--hero:not(.bg-white) .column--image {
  order: 2;
}
.module--hero h1 {
  font-size: 2.625rem;
  line-height: 1;
  margin: 2rem 0;
}
.module--hero h1 em {
  white-space: nowrap;
  line-height: 0;
  position: relative;
  font-family: "sidecar", sans-serif;
  font-weight: normal;
  font-size: 10rem;
  top: -0.5rem;
  display: block;
  margin-bottom: 5rem;
}
@media (min-width: 1200px) {
  .module--hero h1 em {
    font-size: 14.0625rem;
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 1200px) {
  .module--hero h1 {
    font-size: 3.75rem;
    margin-top: 0;
  }
}
.module--hero > .container {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .module--hero > .container {
    overflow: visible;
  }
}
.module--hero > .container > .row {
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .module--hero > .container > .row {
    min-height: 34.875rem;
    text-align: left;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
.module--hero > .container > .row.playing .column--text {
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  opacity: 0;
}
.module--hero > .container > .row.playing .column--image .hero__image {
  -webkit-transform: translate(-40%, 0);
  -ms-transform: translate(-40%, 0);
  transform: translate(-40%, 0);
}
.module--hero.no-image > .container > .row {
  justify-content: center;
  text-align: center;
}
.module--hero .column {
  flex: 0 1 100%;
}
.module--hero .column--text {
  align-self: center;
  -webkit-transition: opacity 240ms linear 400ms;
  transition: opacity 240ms linear 400ms;
  order: 2;
  width: 100%;
}
@media (min-width: 1200px) {
  .module--hero .column--text .column__content {
    margin-left: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .module--hero .column--text {
    flex: 0 0 41.6666666667%;
  }
}
.module--hero .column--image {
  position: relative;
  align-self: flex-end;
  order: 1;
}
.module--hero .column__content {
  max-width: 29rem;
  margin: 0 auto;
}
.module--hero .column__content .hero__copy {
  max-width: 25rem;
}
@media (min-width: 1200px) {
  .module--hero .column__content {
    margin-right: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .module--hero .column--text {
    order: 1;
  }
  .module--hero .column--image {
    order: 2;
    margin-bottom: 0;
  }
}
.module--hero .image--framed {
  width: 100%;
  max-width: 1200px;
  min-width: 32rem;
  padding-bottom: 63.0674846626%;
}
@media (min-width: 1200px) {
  .module--hero .image--framed {
    width: 71.6vw;
    max-width: 1200px;
    min-width: 900px;
  }
}
.module--hero .image--framed img,
.module--hero .image--framed video {
  position: absolute;
  width: 93.5%;
  width: 72%;
  top: 17%;
  left: 14%;
}
@media (min-width: 1200px) {
  .module--hero .image--framed img,
  .module--hero .image--framed video {
    height: 90%;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .module--hero .image--framed img,
  .module--hero .image--framed video {
    top: 19%;
  }
}
.module--hero .image--framed video {
  height: 72%;
}
@media (min-width: 1200px) {
  .module--hero .image--framed video {
    height: 65.25%;
  }
}
.module--hero .image--framed svg {
  display: block;
  width: 100%;
  left: 0;
  top: 0;
}

.hero__cta_label {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .hero__cta_label {
    font-size: 1.5rem;
  }
}
.hero__ctas {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  max-width: 25rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.hero__ctas .cta--search {
  margin-bottom: 1rem;
  margin-right: 0;
  max-width: 100%;
  justify-content: center;
}
@media (min-width: 1200px) {
  .hero__ctas .cta--search {
    width: auto;
    max-width: auto;
    margin-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .hero__ctas {
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 100%;
  }
}
.hero__category, .hero__date {
  margin-bottom: 24px;
}
.hero__category {
  margin-bottom: 14px;
}
@media (min-width: 1200px) {
  .hero__category {
    margin-bottom: 24px;
  }
}
.hero__headline a {
  text-decoration: none;
  color: inherit;
}
.hero__copy {
  margin-bottom: 2rem;
}
.hero__copy.for-mobile {
  background: #FFF;
  color: #000;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
@media (min-width: 1200px) {
  .hero__copy.for-mobile {
    padding: 0;
  }
}
.hero__copy a {
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
}
.hero__copy a:hover {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .hero__copy {
    display: block;
  }
}
.hero__caption {
  display: none;
}
@media (min-width: 1200px) {
  .hero__caption {
    display: block;
    position: absolute;
    left: 126px;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    padding: 16px 30px 8px;
    font-size: 11px;
    letter-spacing: 0.15px;
    color: #ddd;
  }
}
@media screen and (min-width: 1168px) {
  .hero__caption {
    left: 14%;
  }
}
.hero__image {
  align-self: flex-end;
  margin-top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 1200px) {
  .hero__image {
    width: auto;
    min-width: 900px;
    margin-bottom: -11%;
  }
}
.hero__image img,
.hero__image video {
  display: block;
}
.hero--normal svg {
  width: 130%;
  top: -13.25%;
  left: -10%;
}
.hero--condensed {
  position: relative;
}
@media (min-width: 1200px) {
  .hero--condensed .container {
    width: 83.3333333333%;
  }
}
.hero--condensed .column--text {
  padding-bottom: 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media (min-width: 1200px) {
  .hero--condensed .column--text {
    padding-bottom: 0;
    flex-basis: 36.83%;
  }
}
.hero--condensed .column--frame {
  display: none;
}
@media (min-width: 1200px) {
  .hero--condensed .column--frame {
    display: block;
  }
}
.hero--condensed .column__content {
  margin-right: 2.5rem;
}
@media (min-width: 1200px) {
  .hero--condensed .column__content {
    margin-right: 1.25rem;
  }
}
.hero--condensed:after {
  content: "\e800";
  font-family: "tnaa-shapes", sans-serif;
  font-size: 400px;
  color: #FFF;
  position: absolute;
  line-height: 1em;
  animation: radial-pulse 0.15s linear infinite alternate;
  top: auto;
  right: -270px;
  bottom: -298px;
  left: auto;
  transform: rotate(-48deg);
}
@media (min-width: 1200px) {
  .hero--condensed:after {
    display: none;
  }
}
.hero--condensed .hero__headline {
  font-size: 1.75rem;
  line-height: 1.2142857143;
}
@media (min-width: 1200px) {
  .hero--condensed .hero__headline {
    font-size: 3rem;
    padding-left: 40px;
    margin-right: 80px;
  }
}
.hero--condensed .hero__frame {
  position: relative;
  height: 166px;
}
.hero--condensed .hero__frame svg {
  fill: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -67%;
  margin-top: -20%;
  width: 134%;
  height: auto;
}

@media (min-width: 1200px) {
  .page-template-page-landing .module--hero .column--text {
    flex: 0 1 100%;
    min-width: 470px;
  }
}

.archive .module--hero,
.search-results .module--hero,
.single-post .module--hero,
.page-template-post-index .module--hero {
  padding-top: 4rem;
  background: #FFF;
  color: #000;
}
@media (min-width: 1200px) {
  .archive .module--hero,
  .search-results .module--hero,
  .single-post .module--hero,
  .page-template-post-index .module--hero {
    padding-top: 11rem;
    margin-bottom: 77px;
  }
  .archive .module--hero.bg-purple,
  .search-results .module--hero.bg-purple,
  .single-post .module--hero.bg-purple,
  .page-template-post-index .module--hero.bg-purple {
    background-color: #471445;
    color: #FFF;
  }
  .archive .module--hero.bg-blue,
  .search-results .module--hero.bg-blue,
  .single-post .module--hero.bg-blue,
  .page-template-post-index .module--hero.bg-blue {
    background-color: #1247BA;
    color: #FFF;
  }
  .archive .module--hero.bg-green,
  .search-results .module--hero.bg-green,
  .single-post .module--hero.bg-green,
  .page-template-post-index .module--hero.bg-green {
    background-color: #21B296;
    color: #FFF;
  }
  .archive .module--hero.bg-red,
  .search-results .module--hero.bg-red,
  .single-post .module--hero.bg-red,
  .page-template-post-index .module--hero.bg-red {
    background-color: #F51238;
    color: #FFF;
  }
  .archive .module--hero.bg-yellow,
  .search-results .module--hero.bg-yellow,
  .single-post .module--hero.bg-yellow,
  .page-template-post-index .module--hero.bg-yellow {
    background-color: #471445;
    color: inherit;
  }
  .archive .module--hero.bg-gray,
  .search-results .module--hero.bg-gray,
  .single-post .module--hero.bg-gray,
  .page-template-post-index .module--hero.bg-gray {
    background-color: #F4F5F7;
    color: inherit;
  }
  .archive .module--hero.bg-almond,
  .search-results .module--hero.bg-almond,
  .single-post .module--hero.bg-almond,
  .page-template-post-index .module--hero.bg-almond {
    background-color: #EDE0D4;
    color: inherit;
  }
}
.archive .module--hero > .container > .row,
.search-results .module--hero > .container > .row,
.single-post .module--hero > .container > .row,
.page-template-post-index .module--hero > .container > .row {
  min-height: 0;
}
@media (min-width: 1200px) {
  .archive .module--hero > .container > .row,
  .search-results .module--hero > .container > .row,
  .single-post .module--hero > .container > .row,
  .page-template-post-index .module--hero > .container > .row {
    min-height: 589px;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.archive .module--hero.no-image > .container > .row,
.search-results .module--hero.no-image > .container > .row,
.single-post .module--hero.no-image > .container > .row,
.page-template-post-index .module--hero.no-image > .container > .row {
  min-height: 0;
}
@media (min-width: 1200px) {
  .archive .module--hero.no-image > .container > .row,
  .search-results .module--hero.no-image > .container > .row,
  .single-post .module--hero.no-image > .container > .row,
  .page-template-post-index .module--hero.no-image > .container > .row {
    padding-top: 125px;
    padding-bottom: 140px;
  }
}
.archive .module--hero .row,
.search-results .module--hero .row,
.single-post .module--hero .row,
.page-template-post-index .module--hero .row {
  margin: 0;
}
@media (min-width: 1200px) {
  .archive .module--hero .row,
  .search-results .module--hero .row,
  .single-post .module--hero .row,
  .page-template-post-index .module--hero .row {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.archive .module--hero .column--text,
.search-results .module--hero .column--text,
.single-post .module--hero .column--text,
.page-template-post-index .module--hero .column--text {
  order: 2;
  flex-basis: 100%;
}
@media (min-width: 1200px) {
  .archive .module--hero .column--text,
  .search-results .module--hero .column--text,
  .single-post .module--hero .column--text,
  .page-template-post-index .module--hero .column--text {
    order: 1;
    flex: 0 1 100%;
    min-width: 470px;
  }
}
.archive .module--hero .column--text .column__content,
.search-results .module--hero .column--text .column__content,
.single-post .module--hero .column--text .column__content,
.page-template-post-index .module--hero .column--text .column__content {
  max-width: 875px;
  margin: 0 1.25rem;
}
@media (min-width: 1200px) {
  .archive .module--hero .column--text .column__content,
  .search-results .module--hero .column--text .column__content,
  .single-post .module--hero .column--text .column__content,
  .page-template-post-index .module--hero .column--text .column__content {
    margin-left: 0;
    margin-right: 0.625rem;
  }
}
.archive .module--hero .column--image,
.search-results .module--hero .column--image,
.single-post .module--hero .column--image,
.page-template-post-index .module--hero .column--image {
  order: 1;
  align-self: flex-end;
}
@media (min-width: 1200px) {
  .archive .module--hero .column--image,
  .search-results .module--hero .column--image,
  .single-post .module--hero .column--image,
  .page-template-post-index .module--hero .column--image {
    order: 2;
  }
}
.archive .hero__category,
.search-results .hero__category,
.single-post .hero__category,
.page-template-post-index .hero__category {
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .archive .hero__category,
  .search-results .hero__category,
  .single-post .hero__category,
  .page-template-post-index .hero__category {
    margin-bottom: 24px;
  }
}
.archive .hero__headline,
.search-results .hero__headline,
.single-post .hero__headline,
.page-template-post-index .hero__headline {
  font-size: 1.25rem;
  line-height: 1.1;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .archive .hero__headline,
  .search-results .hero__headline,
  .single-post .hero__headline,
  .page-template-post-index .hero__headline {
    font-size: 3rem;
    line-height: 1.2083333333;
  }
}
.archive .hero__copy a,
.search-results .hero__copy a,
.single-post .hero__copy a,
.page-template-post-index .hero__copy a {
  color: #3c3c3d;
}
@media (min-width: 1200px) {
  .archive .hero__copy a,
  .search-results .hero__copy a,
  .single-post .hero__copy a,
  .page-template-post-index .hero__copy a {
    color: #fff;
  }
}
.archive .hero__image,
.search-results .hero__image,
.single-post .hero__image,
.page-template-post-index .hero__image {
  width: 100%;
  margin-top: 0 !important;
  margin-bottom: 22px;
}
@media (min-width: 1200px) {
  .archive .hero__image,
  .search-results .hero__image,
  .single-post .hero__image,
  .page-template-post-index .hero__image {
    width: auto;
    margin-bottom: -11%;
    max-width: 1200px;
    min-width: 900px;
  }
}
@media (min-width: 1200px) {
  .archive .hero__image img,
  .search-results .hero__image img,
  .single-post .hero__image img,
  .page-template-post-index .hero__image img {
    min-width: 648px;
  }
}
.archive .hero__image .image--framed,
.search-results .hero__image .image--framed,
.single-post .hero__image .image--framed,
.page-template-post-index .hero__image .image--framed {
  padding-bottom: 0;
}
.archive .hero__image .image--framed img,
.search-results .hero__image .image--framed img,
.single-post .hero__image .image--framed img,
.page-template-post-index .hero__image .image--framed img {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}
.archive .hero__image .image svg,
.search-results .hero__image .image svg,
.single-post .hero__image .image svg,
.page-template-post-index .hero__image .image svg {
  display: none;
}
@media (min-width: 1200px) {
  .archive .hero__image .image--framed,
  .search-results .hero__image .image--framed,
  .single-post .hero__image .image--framed,
  .page-template-post-index .hero__image .image--framed {
    width: 71.6vw;
    max-width: 1200px;
    min-width: 900px;
    padding-bottom: 63.0674846626%;
  }
  .archive .hero__image .image--framed img,
  .search-results .hero__image .image--framed img,
  .single-post .hero__image .image--framed img,
  .page-template-post-index .hero__image .image--framed img {
    position: absolute;
    width: 93.5%;
    width: 72%;
    top: 17%;
    left: 14%;
  }
  .archive .hero__image .image--framed svg,
  .search-results .hero__image .image--framed svg,
  .single-post .hero__image .image--framed svg,
  .page-template-post-index .hero__image .image--framed svg {
    display: block;
    width: 100%;
    left: 0;
    top: 0;
  }
}

.archive .module--hero,
.page-template-post-index .module--hero {
  padding-top: 4rem;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .archive .module--hero,
  .page-template-post-index .module--hero {
    margin-bottom: 92px;
  }
}

.module--cards .card__body {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .module--cards.cards--c3 .cards__wrapper > .column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33.3%;
    -ms-flex: 0 1 33.3%;
    flex: 0 1 33.3%;
  }
}
.module--cards.cards--c2 .cards__wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .module--cards.cards--c2 .cards__wrapper > .column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 46%;
    -ms-flex: 0 1 46%;
    flex: 0 1 46%;
  }
}

.cards__wrapper {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cards__wrapper {
    flex-wrap: nowrap;
  }
}
.cards__wrapper > .column {
  flex-basis: 100%;
  margin-bottom: 80px;
}
.cards__wrapper > .column:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cards__wrapper > .column {
    margin-bottom: 0;
  }
}

.module--accolades .section__intro .text-block > *:last-child {
  margin-bottom: 0;
}
.module--accolades .accolade {
  text-align: center;
  margin-bottom: 45px;
  font-size: 1.25rem;
}
.module--accolades .accolade__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 84px;
  margin-bottom: 15px;
}
.module--accolades .accolade__logo img {
  max-height: 100%;
  width: auto;
}
.module--accolades .accolade__title {
  font-weight: bold;
  line-height: 1.25;
}
.module--accolades .accolade__body {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .module--accolades .accolade {
    margin-left: 38px;
    margin-right: 38px;
  }
}
@media (min-width: 992px) {
  .module--accolades .accolade {
    margin-bottom: 30px;
  }
}

.accolades__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -30px;
}
@media (min-width: 992px) {
  .accolades__wrapper {
    margin-bottom: -60px;
  }
}
.accolades__wrapper > .column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 30px;
}
.accolades__wrapper > .column:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .accolades__wrapper > .column {
    margin-bottom: 0;
  }
}
.accolades__wrapper .accolades__group {
  display: block;
}
.accolades__wrapper .accolades__group > .column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-bottom: 30px;
}
.accolades__wrapper .accolades__group > .column:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .accolades__wrapper .accolades__group {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: 30px;
  }
  .accolades__wrapper .accolades__group > .column {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

.module--cta_banner {
  position: relative;
  overflow: hidden;
}
.module--cta_banner .row {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .module--cta_banner .row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.module--cta_banner .column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.module--cta_banner .column__content {
  margin-left: 2rem;
  margin-right: 2rem;
}
.module--cta_banner .text-container .text-block__headline {
  font: bold 1.625rem/1.1153846154 "Montserrat", sans-serif;
}
.module--cta_banner .background {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.module--cta_banner.bg-lines:after {
  display: none;
}
.module--cta_banner.bg-lines:hover .background .front {
  animation: frame-pulse 0.15s linear infinite alternate;
}
.module--cta_banner.bg-lines:hover .background .back {
  animation: frame-pulse-2 0.15s linear infinite alternate;
}
.module--cta_banner.bg-lines .background .shape {
  position: relative;
  height: calc(100% + 40px);
  margin-top: -20px;
  left: 2px;
}
@media (min-width: 1200px) {
  .module--cta_banner.bg-lines .background .shape {
    left: 50%;
    margin-left: -500px;
  }
}
.module--cta_banner.bg-lines .background svg {
  height: 100%;
}
.module--cta_banner.bg-circles .background:before, .module--cta_banner.bg-circles .background:after {
  content: "\e800";
  font-family: "tnaa-shapes", sans-serif;
  font-size: 400px;
  color: #FFF;
  position: absolute;
  top: -71px;
  left: -251px;
  line-height: 1em;
  display: none;
}
@media (min-width: 992px) {
  .module--cta_banner.bg-circles .background:before, .module--cta_banner.bg-circles .background:after {
    display: block;
  }
}
.module--cta_banner.bg-circles .background:after {
  top: auto;
  right: -299px;
  bottom: -296px;
  left: auto;
  display: block;
}
@media (min-width: 992px) {
  .module--cta_banner.bg-circles .background:after {
    right: -229px;
  }
}
.module--cta_banner.bg-circles .background .shape {
  position: absolute;
  display: none;
}
.module--cta_banner .cta--button {
  text-transform: uppercase;
}
.module--cta_banner .cta--icon {
  font-size: 0.875rem;
  position: relative;
}
.module--cta_banner .cta--icon .icon--image {
  position: relative;
  font-size: 1.5rem;
  top: 2px;
  margin-right: 0;
}
.module--cta_banner .cta--icon .icon--image:before {
  margin: 0;
}
.module--cta_banner .cta--icon:before {
  content: "";
  position: absolute;
  height: 4px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #21B296;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  display: none;
}
.module--cta_banner .cta--icon:hover:before {
  height: 6px;
  margin-bottom: -1px;
}
.module--cta_banner .edge {
  position: absolute;
  top: 0;
  margin-top: -20px;
  z-index: 10;
  width: 100%;
  overflow-x: hidden;
  display: none;
}
.module--cta_banner .edge svg {
  width: 300%;
  height: 20px;
}
.module--cta_banner.bg-purple:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 656px;
  height: 10px;
  z-index: 10;
  margin-top: -8px;
  background-repeat: no-repeat;
  background-size: 300% 10px;
  background-position: -150px bottom;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4319 20' preserveAspectRatio='none'%3E%3Cpath d='M3971,3.91c-128.22,1.64-228,4.37-288,4.61-82.49.34-162.58-3.63-214-3.61-94.65,0-190-4.29-263-4.21-370.47.46-197.83,4.21-286,4.21-9.48,0-23.09-2.85-32-4.21-5.19-.79-8.77-1.07-9,0V.76h0V.7a.15.15,0,0,1,0,.06q-73.59,3.76-117.3,4.15c-89.19.76-186-1.56-229.69-1-128.22,1.64-228,4.37-288,4.61-82.49.34-162.58-3.63-214-3.61-94.65,0-190-4.29-263-4.21-370.47.46-197.83,4.21-286,4.21-9.48,0-23.09-2.85-32-4.21-5.19-.79-8.77-1.07-9,0q-74.31,3.82-118.31,4.21c-89.19.76-186-1.56-229.69-1C963.78,5.55,864,8.28,804,8.52c-82.49.34-162.58-3.63-214-3.61C495.35,4.94,400,.62,327,.7-43.47,1.16,129.17,4.91,41,4.91,31.52,4.91,17.91,2.06,9,.7,3.82-.09.24-.37,0,.7V20H4319V.7q-74.31,3.82-118.31,4.21C4111.5,5.67,4014.74,3.35,3971,3.91Z' fill='%23471445'/%3E%3C/svg%3E");
}
@media (min-width: 992px) {
  .module--cta_banner.bg-purple:after {
    display: none;
  }
}
.module--cta_banner.bg-blue:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 656px;
  height: 10px;
  z-index: 10;
  margin-top: -8px;
  background-repeat: no-repeat;
  background-size: 300% 10px;
  background-position: -150px bottom;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4319 20' preserveAspectRatio='none'%3E%3Cpath d='M3971,3.91c-128.22,1.64-228,4.37-288,4.61-82.49.34-162.58-3.63-214-3.61-94.65,0-190-4.29-263-4.21-370.47.46-197.83,4.21-286,4.21-9.48,0-23.09-2.85-32-4.21-5.19-.79-8.77-1.07-9,0V.76h0V.7a.15.15,0,0,1,0,.06q-73.59,3.76-117.3,4.15c-89.19.76-186-1.56-229.69-1-128.22,1.64-228,4.37-288,4.61-82.49.34-162.58-3.63-214-3.61-94.65,0-190-4.29-263-4.21-370.47.46-197.83,4.21-286,4.21-9.48,0-23.09-2.85-32-4.21-5.19-.79-8.77-1.07-9,0q-74.31,3.82-118.31,4.21c-89.19.76-186-1.56-229.69-1C963.78,5.55,864,8.28,804,8.52c-82.49.34-162.58-3.63-214-3.61C495.35,4.94,400,.62,327,.7-43.47,1.16,129.17,4.91,41,4.91,31.52,4.91,17.91,2.06,9,.7,3.82-.09.24-.37,0,.7V20H4319V.7q-74.31,3.82-118.31,4.21C4111.5,5.67,4014.74,3.35,3971,3.91Z' fill='%231247BA'/%3E%3C/svg%3E");
}
@media (min-width: 992px) {
  .module--cta_banner.bg-blue:after {
    display: none;
  }
}
.module--cta_banner.bg-green:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 656px;
  height: 10px;
  z-index: 10;
  margin-top: -8px;
  background-repeat: no-repeat;
  background-size: 300% 10px;
  background-position: -150px bottom;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4319 20' preserveAspectRatio='none'%3E%3Cpath d='M3971,3.91c-128.22,1.64-228,4.37-288,4.61-82.49.34-162.58-3.63-214-3.61-94.65,0-190-4.29-263-4.21-370.47.46-197.83,4.21-286,4.21-9.48,0-23.09-2.85-32-4.21-5.19-.79-8.77-1.07-9,0V.76h0V.7a.15.15,0,0,1,0,.06q-73.59,3.76-117.3,4.15c-89.19.76-186-1.56-229.69-1-128.22,1.64-228,4.37-288,4.61-82.49.34-162.58-3.63-214-3.61-94.65,0-190-4.29-263-4.21-370.47.46-197.83,4.21-286,4.21-9.48,0-23.09-2.85-32-4.21-5.19-.79-8.77-1.07-9,0q-74.31,3.82-118.31,4.21c-89.19.76-186-1.56-229.69-1C963.78,5.55,864,8.28,804,8.52c-82.49.34-162.58-3.63-214-3.61C495.35,4.94,400,.62,327,.7-43.47,1.16,129.17,4.91,41,4.91,31.52,4.91,17.91,2.06,9,.7,3.82-.09.24-.37,0,.7V20H4319V.7q-74.31,3.82-118.31,4.21C4111.5,5.67,4014.74,3.35,3971,3.91Z' fill='%2321B296'/%3E%3C/svg%3E");
}
@media (min-width: 992px) {
  .module--cta_banner.bg-green:after {
    display: none;
  }
}
.module--cta_banner.bg-red:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 656px;
  height: 10px;
  z-index: 10;
  margin-top: -8px;
  background-repeat: no-repeat;
  background-size: 300% 10px;
  background-position: -150px bottom;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4319 20' preserveAspectRatio='none'%3E%3Cpath d='M3971,3.91c-128.22,1.64-228,4.37-288,4.61-82.49.34-162.58-3.63-214-3.61-94.65,0-190-4.29-263-4.21-370.47.46-197.83,4.21-286,4.21-9.48,0-23.09-2.85-32-4.21-5.19-.79-8.77-1.07-9,0V.76h0V.7a.15.15,0,0,1,0,.06q-73.59,3.76-117.3,4.15c-89.19.76-186-1.56-229.69-1-128.22,1.64-228,4.37-288,4.61-82.49.34-162.58-3.63-214-3.61-94.65,0-190-4.29-263-4.21-370.47.46-197.83,4.21-286,4.21-9.48,0-23.09-2.85-32-4.21-5.19-.79-8.77-1.07-9,0q-74.31,3.82-118.31,4.21c-89.19.76-186-1.56-229.69-1C963.78,5.55,864,8.28,804,8.52c-82.49.34-162.58-3.63-214-3.61C495.35,4.94,400,.62,327,.7-43.47,1.16,129.17,4.91,41,4.91,31.52,4.91,17.91,2.06,9,.7,3.82-.09.24-.37,0,.7V20H4319V.7q-74.31,3.82-118.31,4.21C4111.5,5.67,4014.74,3.35,3971,3.91Z' fill='%23F51238'/%3E%3C/svg%3E");
}
@media (min-width: 992px) {
  .module--cta_banner.bg-red:after {
    display: none;
  }
}
.module--cta_banner.bg-yellow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 656px;
  height: 10px;
  z-index: 10;
  margin-top: -8px;
  background-repeat: no-repeat;
  background-size: 300% 10px;
  background-position: -150px bottom;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4319 20' preserveAspectRatio='none'%3E%3Cpath d='M3971,3.91c-128.22,1.64-228,4.37-288,4.61-82.49.34-162.58-3.63-214-3.61-94.65,0-190-4.29-263-4.21-370.47.46-197.83,4.21-286,4.21-9.48,0-23.09-2.85-32-4.21-5.19-.79-8.77-1.07-9,0V.76h0V.7a.15.15,0,0,1,0,.06q-73.59,3.76-117.3,4.15c-89.19.76-186-1.56-229.69-1-128.22,1.64-228,4.37-288,4.61-82.49.34-162.58-3.63-214-3.61-94.65,0-190-4.29-263-4.21-370.47.46-197.83,4.21-286,4.21-9.48,0-23.09-2.85-32-4.21-5.19-.79-8.77-1.07-9,0q-74.31,3.82-118.31,4.21c-89.19.76-186-1.56-229.69-1C963.78,5.55,864,8.28,804,8.52c-82.49.34-162.58-3.63-214-3.61C495.35,4.94,400,.62,327,.7-43.47,1.16,129.17,4.91,41,4.91,31.52,4.91,17.91,2.06,9,.7,3.82-.09.24-.37,0,.7V20H4319V.7q-74.31,3.82-118.31,4.21C4111.5,5.67,4014.74,3.35,3971,3.91Z' fill='%23471445'/%3E%3C/svg%3E");
}
@media (min-width: 992px) {
  .module--cta_banner.bg-yellow:after {
    display: none;
  }
}
.module--cta_banner.bg-gray:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 656px;
  height: 10px;
  z-index: 10;
  margin-top: -8px;
  background-repeat: no-repeat;
  background-size: 300% 10px;
  background-position: -150px bottom;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4319 20' preserveAspectRatio='none'%3E%3Cpath d='M3971,3.91c-128.22,1.64-228,4.37-288,4.61-82.49.34-162.58-3.63-214-3.61-94.65,0-190-4.29-263-4.21-370.47.46-197.83,4.21-286,4.21-9.48,0-23.09-2.85-32-4.21-5.19-.79-8.77-1.07-9,0V.76h0V.7a.15.15,0,0,1,0,.06q-73.59,3.76-117.3,4.15c-89.19.76-186-1.56-229.69-1-128.22,1.64-228,4.37-288,4.61-82.49.34-162.58-3.63-214-3.61-94.65,0-190-4.29-263-4.21-370.47.46-197.83,4.21-286,4.21-9.48,0-23.09-2.85-32-4.21-5.19-.79-8.77-1.07-9,0q-74.31,3.82-118.31,4.21c-89.19.76-186-1.56-229.69-1C963.78,5.55,864,8.28,804,8.52c-82.49.34-162.58-3.63-214-3.61C495.35,4.94,400,.62,327,.7-43.47,1.16,129.17,4.91,41,4.91,31.52,4.91,17.91,2.06,9,.7,3.82-.09.24-.37,0,.7V20H4319V.7q-74.31,3.82-118.31,4.21C4111.5,5.67,4014.74,3.35,3971,3.91Z' fill='%23F4F5F7'/%3E%3C/svg%3E");
}
@media (min-width: 992px) {
  .module--cta_banner.bg-gray:after {
    display: none;
  }
}
.module--cta_banner.bg-almond:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 656px;
  height: 10px;
  z-index: 10;
  margin-top: -8px;
  background-repeat: no-repeat;
  background-size: 300% 10px;
  background-position: -150px bottom;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4319 20' preserveAspectRatio='none'%3E%3Cpath d='M3971,3.91c-128.22,1.64-228,4.37-288,4.61-82.49.34-162.58-3.63-214-3.61-94.65,0-190-4.29-263-4.21-370.47.46-197.83,4.21-286,4.21-9.48,0-23.09-2.85-32-4.21-5.19-.79-8.77-1.07-9,0V.76h0V.7a.15.15,0,0,1,0,.06q-73.59,3.76-117.3,4.15c-89.19.76-186-1.56-229.69-1-128.22,1.64-228,4.37-288,4.61-82.49.34-162.58-3.63-214-3.61-94.65,0-190-4.29-263-4.21-370.47.46-197.83,4.21-286,4.21-9.48,0-23.09-2.85-32-4.21-5.19-.79-8.77-1.07-9,0q-74.31,3.82-118.31,4.21c-89.19.76-186-1.56-229.69-1C963.78,5.55,864,8.28,804,8.52c-82.49.34-162.58-3.63-214-3.61C495.35,4.94,400,.62,327,.7-43.47,1.16,129.17,4.91,41,4.91,31.52,4.91,17.91,2.06,9,.7,3.82-.09.24-.37,0,.7V20H4319V.7q-74.31,3.82-118.31,4.21C4111.5,5.67,4014.74,3.35,3971,3.91Z' fill='%23EDE0D4'/%3E%3C/svg%3E");
}
@media (min-width: 992px) {
  .module--cta_banner.bg-almond:after {
    display: none;
  }
}
@media (max-width: 992px) {
  .module--cta_banner.multiple .column:nth-child(odd) .banner {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 1200px) {
  .module--cta_banner.multiple .column:nth-child(odd) .banner {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.module--cta_banner.multiple .column:nth-child(even) .banner {
  border-top-left-radius: 0;
}
@media (min-width: 1200px) {
  .module--cta_banner.multiple .column:nth-child(even) .banner {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.module--cta_banner.multiple .column--1 .pattern--circles .background:before {
  font-size: 409px;
  top: -320px;
  left: -290px;
  display: block;
}
.module--cta_banner.multiple .column--1 .pattern--circles .background:after {
  display: none;
}
.module--cta_banner.multiple .column--2 .pattern--circles .background:before {
  display: none;
}
.module--cta_banner.multiple .column--2 .pattern--circles .background:after {
  font-size: 409px;
  right: -286px;
  bottom: -278px;
}
@media screen and (max-width: 992px) {
  .module--cta_banner.vpost-normal, .module--cta_banner.vpost-extra .module--cta_banner.vpost-condensed {
    padding-bottom: 8px;
  }
}

.module--testimonial,
section.module--testimonial {
  text-align: center;
}
@media (min-width: 992px) {
  .module--testimonial,
  section.module--testimonial {
    background: none;
  }
}
.module--testimonial .container,
section.module--testimonial .container {
  position: relative;
}
.module--testimonial .container > *,
section.module--testimonial .container > * {
  position: relative;
  z-index: 2;
}
.module--testimonial .container > .background,
section.module--testimonial .container > .background {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.module--testimonial .container > .background svg,
section.module--testimonial .container > .background svg {
  height: 100%;
  width: 100%;
}
.module--testimonial > .container,
section.module--testimonial > .container {
  padding: 45px 30px 74px;
  width: auto;
}
@media (min-width: 992px) {
  .module--testimonial > .container,
  section.module--testimonial > .container {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .module--testimonial > .container,
  section.module--testimonial > .container {
    width: 71.5277777778%;
  }
}
.module--testimonial.bg-purple > .container,
section.module--testimonial.bg-purple > .container {
  color: #FFF;
}
.module--testimonial.bg-purple svg, .module--testimonial.bg-purple path,
section.module--testimonial.bg-purple svg,
section.module--testimonial.bg-purple path {
  fill: #471445;
}
.module--testimonial.bg-blue > .container,
section.module--testimonial.bg-blue > .container {
  color: #FFF;
}
.module--testimonial.bg-blue svg, .module--testimonial.bg-blue path,
section.module--testimonial.bg-blue svg,
section.module--testimonial.bg-blue path {
  fill: #1247BA;
}
.module--testimonial.bg-green > .container,
section.module--testimonial.bg-green > .container {
  color: #FFF;
}
.module--testimonial.bg-green svg, .module--testimonial.bg-green path,
section.module--testimonial.bg-green svg,
section.module--testimonial.bg-green path {
  fill: #21B296;
}
.module--testimonial.bg-red > .container,
section.module--testimonial.bg-red > .container {
  color: #FFF;
}
.module--testimonial.bg-red svg, .module--testimonial.bg-red path,
section.module--testimonial.bg-red svg,
section.module--testimonial.bg-red path {
  fill: #F51238;
}
.module--testimonial.bg-yellow > .container,
section.module--testimonial.bg-yellow > .container {
  color: inherit;
}
.module--testimonial.bg-yellow svg, .module--testimonial.bg-yellow path,
section.module--testimonial.bg-yellow svg,
section.module--testimonial.bg-yellow path {
  fill: #471445;
}
.module--testimonial.bg-gray > .container,
section.module--testimonial.bg-gray > .container {
  color: inherit;
}
.module--testimonial.bg-gray svg, .module--testimonial.bg-gray path,
section.module--testimonial.bg-gray svg,
section.module--testimonial.bg-gray path {
  fill: #F4F5F7;
}
.module--testimonial.bg-almond > .container,
section.module--testimonial.bg-almond > .container {
  color: inherit;
}
.module--testimonial.bg-almond svg, .module--testimonial.bg-almond path,
section.module--testimonial.bg-almond svg,
section.module--testimonial.bg-almond path {
  fill: #EDE0D4;
}

.testimonial__quote, .testimonial__attribution {
  margin: 0 auto !important;
  display: block;
}
@media (min-width: 992px) {
  .testimonial__quote, .testimonial__attribution {
    max-width: 74%;
  }
}
.testimonial__attribution {
  align-items: center;
  display: inline-block;
  text-align: center;
}
@media (min-width: 992px) {
  .testimonial__attribution {
    text-align: left;
  }
}
.testimonial__attribution > .column {
  display: block;
}
@media (min-width: 992px) {
  .testimonial__attribution > .column {
    display: inline-block;
    vertical-align: middle;
  }
}
.testimonial__name {
  font-family: "sidecar", sans-serif;
  font-size: 5.25rem;
  line-height: 0;
  position: relative;
  margin-top: 40px;
  min-height: 40px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .testimonial__name {
    font-size: 4rem;
  }
}
.testimonial__name svg {
  position: absolute;
  left: 0;
  margin-top: 45px;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .testimonial__name svg {
    margin-top: 35px;
  }
}
.testimonial__avatar {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: relative;
  margin: 25px;
}
.testimonial__avatar:after {
  content: "\e801";
  font-family: "tnaa-shapes", sans-serif;
  color: #21B296;
  font-size: 80px;
  line-height: 80px;
  position: absolute;
  left: -9px;
  top: -12px;
  animation: radial-pulse 0.15s linear infinite alternate;
}
.testimonial__avatar img {
  border-radius: 50%;
  width: 100%;
  height: auto;
}

.bg-green .testimonial__avatar:after {
  color: #471445;
}

.module--split > .container > .row {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .module--split > .container > .row {
    flex-wrap: nowrap;
  }
}
.module--split .module--text {
  padding: 0 !important;
}
.module--split .module--text .text-block__copy {
  font: normal 1rem "Montserrat", sans-serif;
  line-height: 1.5rem;
}
.module--split .module--text .container {
  width: 100%;
}
.module--split .module--text .text-block {
  text-align: left;
}
.module--split .column {
  flex: 0 1 100%;
}
.module--split .column--text {
  align-self: center;
}
@media (min-width: 992px) {
  .module--split .column--text .column__content {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.module--split .column--features .column__content {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .module--split .column--features .column__content {
    margin-bottom: 0;
    margin-left: 70px;
    margin-right: 70px;
  }
}
.module--split .column--2 .column__content {
  width: auto;
  margin-right: 0;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .module--split .column--2 .column__content {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.module--split.vpre-normal {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .module--split.vpre-normal {
    padding-top: 100px;
  }
}
.module--split.vpost-normal {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .module--split.vpost-normal {
    padding-bottom: 100px;
  }
}
.module--split.vpre-extra {
  padding-top: 48px;
}
@media (min-width: 992px) {
  .module--split.vpre-extra {
    padding-top: 160px;
  }
}
.module--split.vpost-extra {
  padding-bottom: 48px;
}
@media (min-width: 992px) {
  .module--split.vpost-extra {
    padding-bottom: 160px;
  }
}
.module--split.vpre-condensed {
  padding-top: 12px;
}
@media (min-width: 992px) {
  .module--split.vpre-condensed {
    padding-top: 40px;
  }
}
.module--split.vpost-condensed {
  padding-bottom: 12px;
}
@media (min-width: 992px) {
  .module--split.vpost-condensed {
    padding-bottom: 40px;
  }
}
.module--split.vpre-collapsed {
  padding-top: 0;
}
@media (min-width: 992px) {
  .module--split.vpre-collapsed {
    padding-top: 0;
  }
}
.module--split.vpost-collapsed {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .module--split.vpost-collapsed {
    padding-bottom: 0;
  }
}
.module--split .features {
  margin-top: 10px;
}
.module--split .features__intro {
  margin-bottom: 34px;
}
.module--split .features__headline {
  margin-bottom: 12px;
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .module--split .features__headline {
    font-size: 1.75rem;
    font-weight: bold;
  }
}
.module--split .features__copy {
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.module--split .frame--purple path {
  fill: none;
  stroke: #471445;
}
.module--split .frame--blue path {
  fill: none;
  stroke: #1247BA;
}
.module--split .frame--green path {
  fill: none;
  stroke: #21B296;
}
.module--split .frame--yellow path {
  fill: none;
  stroke: #FFA62E;
}
.module--split .frame--red path {
  fill: none;
  stroke: #F51238;
}
.module--split .frame--almond path {
  fill: none;
  stroke: #EDE0D4;
}
.module--split .frame--gray path {
  fill: none;
  stroke: #525257;
}
.module--split .frame--light-gray path {
  fill: none;
  stroke: #F4F5F7;
}
.module--split .frame--white path {
  fill: none;
  stroke: #FFF;
}
.module--split .frame--black path {
  fill: none;
  stroke: #000;
}
.module--split .text-block {
  text-align: center;
}
@media (min-width: 992px) {
  .module--split .text-block {
    text-align: left;
  }
}
.module--split .text-block__headline {
  font-size: 1.5rem;
}
.module--split .feature {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .module--split .feature {
    margin-bottom: 38px;
  }
}
.module--split .feature__headline {
  line-height: 50px;
  font-size: 1.25rem;
  margin-top: 0;
}
@media (min-width: 992px) {
  .module--split .feature__headline {
    font-size: 1.5rem;
  }
}
.module--split .feature__copy > *:last-child {
  margin-bottom: 0;
}
.module--split.bg-none .module--text > .container {
  width: auto;
}
.module--split.order-reverse .column--1 {
  order: 2;
}
.module--split.order-reverse .column--2 {
  order: 1;
}
.module--split.bg-purple > .container {
  background-color: #471445;
  color: #FFF;
}
.module--split.bg-blue > .container {
  background-color: #1247BA;
  color: #FFF;
}
.module--split.bg-green > .container {
  background-color: #21B296;
  color: #FFF;
}
.module--split.bg-red > .container {
  background-color: #F51238;
  color: #FFF;
}
.module--split.bg-yellow > .container {
  background-color: #471445;
  color: inherit;
}
.module--split.bg-gray > .container {
  background-color: #F4F5F7;
  color: inherit;
}
.module--split.bg-almond > .container {
  background-color: #EDE0D4;
  color: inherit;
}
.module--split.contained {
  background: none;
}
.module--split.contained > .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.module--split.contained .video-wrapper {
  padding: 4% 0 2%;
}
.module--split.contained .video-wrapper video {
  position: relative;
  width: 91%;
  left: 4%;
  top: auto;
}

.module--preview_list.vpre-normal {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .module--preview_list.vpre-normal {
    padding-top: 100px;
  }
}
.module--preview_list.vpost-normal {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .module--preview_list.vpost-normal {
    padding-bottom: 100px;
  }
}
.module--preview_list.vpre-extra {
  padding-top: 80px;
}
@media (min-width: 992px) {
  .module--preview_list.vpre-extra {
    padding-top: 160px;
  }
}
.module--preview_list.vpost-extra {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .module--preview_list.vpost-extra {
    padding-bottom: 160px;
  }
}
.module--preview_list.vpre-condensed {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .module--preview_list.vpre-condensed {
    padding-top: 40px;
  }
}
.module--preview_list.vpost-condensed {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .module--preview_list.vpost-condensed {
    padding-bottom: 40px;
  }
}
.module--preview_list.vpre-collapsed {
  padding-top: 0;
}
@media (min-width: 992px) {
  .module--preview_list.vpre-collapsed {
    padding-top: 0;
  }
}
.module--preview_list.vpost-collapsed {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .module--preview_list.vpost-collapsed {
    padding-bottom: 0;
  }
}
.module--preview_list .posts-wrapper {
  margin: 0;
  width: 100%;
  display: block;
}
@media (min-width: 992px) {
  .module--preview_list .posts-wrapper {
    margin-left: 0rem;
    margin-right: -1rem;
  }
}
@media (min-width: 992px) {
  .module--preview_list .posts-wrapper .column {
    flex: 0 1 25%;
    width: 25%;
    float: left;
  }
}
.module--preview_list .slick-list {
  padding: 0 12% 0 0;
  overflow: visible;
}
@media (min-width: 992px) {
  .module--preview_list .slick-list {
    padding: 0;
  }
}
.module--preview_list.bg-none {
  position: relative;
}
.module--preview_list.bg-none:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 656px;
  height: 10px;
  z-index: 10;
  margin-top: -10px;
  background-repeat: no-repeat;
  background-size: 300% 10px;
  background-position: -400px bottom;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4319 20' preserveAspectRatio='none'%3E%3Cpath d='M3971,3.91c-128.22,1.64-228,4.37-288,4.61-82.49.34-162.58-3.63-214-3.61-94.65,0-190-4.29-263-4.21-370.47.46-197.83,4.21-286,4.21-9.48,0-23.09-2.85-32-4.21-5.19-.79-8.77-1.07-9,0V.76h0V.7a.15.15,0,0,1,0,.06q-73.59,3.76-117.3,4.15c-89.19.76-186-1.56-229.69-1-128.22,1.64-228,4.37-288,4.61-82.49.34-162.58-3.63-214-3.61-94.65,0-190-4.29-263-4.21-370.47.46-197.83,4.21-286,4.21-9.48,0-23.09-2.85-32-4.21-5.19-.79-8.77-1.07-9,0q-74.31,3.82-118.31,4.21c-89.19.76-186-1.56-229.69-1C963.78,5.55,864,8.28,804,8.52c-82.49.34-162.58-3.63-214-3.61C495.35,4.94,400,.62,327,.7-43.47,1.16,129.17,4.91,41,4.91,31.52,4.91,17.91,2.06,9,.7,3.82-.09.24-.37,0,.7V20H4319V.7q-74.31,3.82-118.31,4.21C4111.5,5.67,4014.74,3.35,3971,3.91Z' fill='%23fff'/%3E%3C/svg%3E");
}
.module--preview_list.bg-purple {
  position: relative;
}
.module--preview_list.bg-blue {
  position: relative;
}
.module--preview_list.bg-green {
  position: relative;
}
.module--preview_list.bg-red {
  position: relative;
}
.module--preview_list.bg-yellow {
  position: relative;
}
.module--preview_list.bg-gray {
  position: relative;
}
.module--preview_list.bg-almond {
  position: relative;
}

.page-template-post-index .post-preview {
  margin-bottom: 60px;
}

.single-post .module--preview_list .section__intro .text-block {
  margin-bottom: -30px;
}
@media (min-width: 992px) {
  .single-post .module--preview_list .section__intro .text-block__headline {
    margin-bottom: 18px;
  }
}

.module--accordion dt > a {
  display: block;
  padding: 0.9047619048em 0;
}
.module--accordion dt > a:hover:after {
  display: none;
}
.module--accordion dd {
  padding-left: 0;
  margin-left: 0;
}
.module--accordion .accordion-sections {
  width: 100%;
  max-width: 51.25rem;
  margin: 0 auto;
}
.module--accordion .accordion-content-wrap {
  padding-bottom: 1rem;
}
.module--accordion .accordion-content {
  border-bottom: 1px solid #707070;
  overflow: hidden;
  max-height: 0;
  transition: max-height 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-bottom: 2rem;
}
.module--accordion .accordion-content .accordion-content-wrap {
  opacity: 0;
  transform: translateY(-2rem);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.module--accordion .accordion-content .accordion-content-wrap > *:first-child {
  margin-top: 0;
}
.module--accordion .accordion-content.open .accordion-content-wrap {
  opacity: 1;
  transform: translateY(0);
}
.module--accordion .accordion-title-bar {
  position: relative;
  padding: 0.75rem 0;
  display: flex;
  align-items: center;
}
.module--accordion .accordion-title-bar .accordion-section-title {
  flex: 1;
  padding-right: 50px;
}
.module--accordion .accordion-title-bar .expand-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  margin: 0;
  cursor: pointer;
  width: 3rem;
  height: 2rem;
  font-size: 1.5rem;
}
.module--accordion .accordion-title-bar .expand-toggle:before {
  content: "\e81c";
  font-family: "tnaa-icons", sans-serif;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  transform: rotate(0deg);
  will-change: transform;
  transition: transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.module--accordion .accordion-title-bar .expand-toggle[aria-expanded=true]:before {
  transform: rotate(45deg);
}
.module--accordion .accordion-title-bar .expand-toggle:hover {
  box-shadow: none;
}
.module--accordion .section__intro {
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 992px) {
  .module--accordion .section__intro {
    margin-bottom: 1rem;
  }
}
.module--accordion .section__intro .text-block__headline {
  font-size: 1.625rem;
  margin-bottom: 9px;
}
@media (min-width: 992px) {
  .module--accordion .section__intro .text-block__headline {
    margin-bottom: 32px;
    font-size: 2rem;
  }
}
.module--accordion .section__intro > *:last-child {
  margin-bottom: 0;
}

.module--form_section > .container > .row {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .module--form_section > .container > .row {
    flex-wrap: nowrap;
  }
}
.module--form_section .modules__wrapper .container {
  width: auto;
}
.module--form_section .modules__wrapper .row {
  margin-left: 0;
  margin-right: 0;
}
.module--form_section .modules__wrapper .module--text .text-block {
  text-align: left;
}
.module--form_section .column {
  flex: 0 1 100%;
}
.module--form_section .column--1 {
  order: 2;
}
@media (min-width: 992px) {
  .module--form_section .column--1 {
    order: 1;
    flex: 0 0 40%;
  }
}
@media (min-width: 992px) {
  .module--form_section .column--1 {
    flex: 0 0 36.83%;
  }
}
.module--form_section .column--2 {
  order: 1;
}
@media (min-width: 992px) {
  .module--form_section .column--2 {
    order: 2;
    flex: 1 0 60%;
  }
}
@media (min-width: 992px) {
  .module--form_section .column--2 {
    flex: 0 0 70%;
  }
}
.module--form_section .form__headline {
  margin-top: 0;
  margin-bottom: 2em;
}
.module--form_section .box--form {
  margin-bottom: 80px;
  background: #FFF;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .module--form_section .box--form {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    padding: 50px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.12);
  }
}

.module--html p a,
.module--html ul a,
.module--html blockquote a {
  text-decoration: none;
  padding-bottom: 8px;
  position: relative;
  color: #471445;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 147.17'%3E%3Cpath d='M1.07,138.83c10-.69,20.1.44,30.14.68,10.39.25,20.79.31,31.18.29,8.92,0,17.83-.11,26.75-.12h5c19.43,0,38.85.37,58.26.77,10.33.22,20.66-.32,31-.71,20.35-.77,40.72,1.8,61,.13,4.57-.37,9.14-.81,13.73-1' fill='none' stroke='%23471445' stroke-linecap='square' stroke-miterlimit='10' stroke-width='1'/%3E%3C/svg%3E");
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 260px 149px;
  -webkit-transition: none;
  transition: none;
  font-weight: 500;
}
.module--html p a:hover,
.module--html ul a:hover,
.module--html blockquote a:hover {
  color: #21b296;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.12 147.17'%3E%3Cpath d='M1.07,138.83c10-.69,20.1.44,30.14.68,10.39.25,20.79.31,31.18.29,8.92,0,17.83-.11,26.75-.12h5c19.43,0,38.85.37,58.26.77,10.33.22,20.66-.32,31-.71,20.35-.77,40.72,1.8,61,.13,4.57-.37,9.14-.81,13.73-1' fill='none' stroke='%2321B296' stroke-linecap='square' stroke-miterlimit='10' stroke-width='1'/%3E%3C/svg%3E");
}
.module--html h3 {
  font-weight: bold;
}
.module--html .fieldset p {
  display: none;
}
.module--html > .container .container {
  width: auto;
}
.module--html > .container .container .column {
  flex: 0 1 100%;
}
.module--html > .container .container .column--n0 {
  flex: 0 1 100%;
  order: 2;
}
@media (min-width: 992px) {
  .module--html > .container .container .column--n0 {
    order: 1;
    flex: 0 0 36.83%;
  }
}
.module--html > .container .container .column--n1 {
  position: relative;
  z-index: 1;
  order: 1;
}
@media (min-width: 992px) {
  .module--html > .container .container .column--n1 {
    order: 2;
  }
}
.module--html > .container .container .column--n1 .column__content {
  margin-bottom: 80px;
  background: #FFF;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .module--html > .container .container .column--n1 .column__content {
    margin-left: 1.25rem;
    margin-right: 0;
    padding: 50px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.12);
  }
}
.module--html > .container .container .row {
  margin: 0;
}
.module--html > .container > .row > .column > *:last-child {
  margin-bottom: 0;
}

.module--text .text-block {
  text-align: center;
}
.module--team_grid {
  margin: 0 auto;
  padding-bottom: 0;
}
.module--team_grid .team_member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.module--team_grid .team_member__item {
  width: 50%;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .module--team_grid .team_member__item {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .module--team_grid .team_member__item {
    width: 25%;
    margin-bottom: 100px;
  }
}
.module--team_grid .team_member__item .testimonial__avatar {
  width: 76px;
  height: 76px;
  margin: 16px;
  background-size: cover;
  background-position: top center;
}
@media (min-width: 992px) {
  .module--team_grid .team_member__item .testimonial__avatar {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 992px) {
  .module--team_grid .team_member__item .testimonial__avatar {
    width: 142px;
    height: 142px;
    margin: 20px;
  }
}
.module--team_grid .team_member__item .testimonial__avatar:after {
  font-size: 100px;
  line-height: 100px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: none;
  animation: none;
  color: #ede0d4;
}
@media (min-width: 992px) {
  .module--team_grid .team_member__item .testimonial__avatar:after {
    font-size: 142px;
    line-height: 142px;
  }
}
@media (min-width: 992px) {
  .module--team_grid .team_member__item .testimonial__avatar:after {
    font-size: 172px;
    line-height: 172px;
  }
}
.module--team_grid .team_member__item .name {
  color: #471445;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 992px) {
  .module--team_grid .team_member__item .name {
    font-size: 20px;
  }
}
.module--team_grid .team_member__item .title {
  font-size: 14px;
  line-height: 1.3;
  color: #3c3c3d;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 992px) {
  .module--team_grid .team_member__item .title {
    font-size: 16px;
    margin-top: 4px;
  }
}
.module--team_grid .team_member__item .cta--text {
  display: inline-block;
  padding: 19px 0 9px;
}

/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/
.result .module--hero > .container {
  overflow: visible;
}
.result #search-section .mobile--close .icon::before {
  font-weight: 500;
  font-size: 1.25rem;
  width: 2rem;
  line-height: 2rem;
}
.result #search-section .mobile--close .mobile--close__title {
  position: relative;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .result #search-section #occupation__column {
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .result #search-section #specialty__column {
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .result #search-section #location__column {
    max-width: 100% !important;
    min-width: 100% !important;
  }
}
.result .section--results__header #display-mobile .fa-bars-filter {
  font-size: 1.1rem;
}
.result .section--results__header #display-mobile .search-button .icon-search::before {
  font-size: 1rem;
  font-weight: 500;
}
.result .section.section--results .mobile--close .icon::before {
  font-weight: 500;
  font-size: 1.25rem;
  width: 2rem;
  line-height: 2rem;
}
.result .section.section--results #PaginateComponent .pagination-arrow::before {
  font-size: 0.75rem;
  line-height: 1.563rem;
  vertical-align: top;
}
.result .search-results .job-action::after {
  content: "\e02e";
  font-family: "Font Awesome Kit", sans-serif;
  padding: 0.35rem;
}
.result .search-results .job-description {
  white-space: nowrap;
}
.result .search-results .job-description .fa-kit {
  font-weight: 600;
}
.result .search-results .job-description .fa-days {
  color: #ffa62e;
}
.result .search-results .job-description .fa-shiftdays {
  color: #ffa62e;
  padding-left: 0.25rem;
  margin-left: 0.35rem;
}
.result .search-results .job-description .fa-eves {
  color: #1247ba;
}
.result .search-results .job-description .fa-shifteves {
  color: #1247ba;
  padding-left: 0.25rem;
  margin-left: 0.35rem;
}
.result .search-results .job-description .fa-nights {
  color: #471445;
}
.result .search-results .job-description .fa-shiftnights {
  color: #471445;
  padding-left: 0.25rem;
  margin-left: 0.35rem;
}
.result .search-results .job-description .fa-rotate {
  color: #21b296;
}
.result .search-results .job-description .fa-shiftrotate {
  color: #21b296;
  padding-left: 0.25rem;
  margin-left: 0.35rem;
}
.result .search-results .job-description .fa-any {
  font-weight: normal;
  padding-left: 0.125rem;
  margin-left: 0.35rem;
  background: radial-gradient(circle at top, #1247ba 50%, transparent 50%), radial-gradient(circle at left bottom, #471445 50%, transparent 50%), radial-gradient(circle at right bottom, #ffa62e 50%, transparent 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.result .search-results .job-description .fa-shiftany {
  font-size: 24px;
  font-weight: 500;
  padding-left: 0.25rem;
  margin-left: 0.35rem;
  background: radial-gradient(circle at top, #1247ba 50%, transparent 50%), radial-gradient(circle at left bottom, #471445 50%, transparent 50%), radial-gradient(circle at right bottom, #ffa62e 50%, transparent 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .result .search-results .favorite-btn {
    position: absolute;
    top: 0;
    right: 0.75rem;
  }
}
@media (max-width: 991px) {
  .result .search-results .campaign-alert {
    position: absolute;
    top: 0;
    right: 4.5rem;
  }
}
.result .search-results .row.job--card {
  position: relative;
}
.result .search-results .row.job--card .columns {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media (max-width: 991px) {
  .result .search-results .job-info {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .result .search-results .weeklyGross {
    display: none;
  }
}
@media (max-width: 991px) {
  .result .search-results .columns > #weeklyGross,
  .result .search-results .columns.hide-mobile {
    display: none;
  }
}
.result #weeklyGross {
  color: #1247ba;
}
.result .cta--button {
  background: #1247ba;
}
.result.rn .cta--button {
  background: #00AC8A;
}
.result.rn .tablinks.active {
  color: #00AC8A;
  background-color: #E5F3F1;
}
.result.rn .fieldset select {
  border: 1px solid #E5F3F1;
}
.result .job--card.RN #weeklyGross {
  color: #00AC8A;
}
.result .module--hero {
  background-color: #F4F5F7;
  padding-top: 5rem;
}
@media (min-width: 991px) {
  body.result .module--hero {
    padding-bottom: 4.375rem;
  }
}
@media (min-width: 1200px) {
  .result .module--hero {
    padding-top: 14rem;
    padding-bottom: 2rem;
  }
  body.result .module--hero {
    padding-bottom: 2.125rem;
  }
}
.result .module--hero > .container > .row {
  min-height: inherit;
}
.result .module--hero h1 {
  font-size: 2rem;
  font-weight: 800;
  margin: 1rem 0;
}
@media (min-width: 992px) {
  .result .module--hero h1 {
    font-size: 5.125rem;
    font-weight: 900;
    margin: 1rem 0;
  }
}
.result #job-search-form .row.small-up-1.medium-up-4 {
  padding-top: 1rem;
}
.result #job-search-form .container .row .location-label-mobile.bold-text {
  font-weight: bold;
}
.result #job-search-form > .container > .row > .column > select,
.result .location,
.result .specialty,
.result .occupation {
  border-radius: 0.5rem;
  background-color: #FFF;
  border: none;
  margin-bottom: 1rem;
}
.result .specialty,
.result .occupation,
.result .location {
  display: flex;
  align-items: center;
  width: -webkit-fill-available;
  min-height: 60px;
  padding: 18px 25px;
  background-color: #F4F5F7;
  color: inherit;
  border-bottom: 0;
  user-select: none;
  -webkit-user-select: none;
  outline: 2px solid transparent;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.result .specialty:disabled,
.result .occupation:disabled,
.result .location:disabled {
  opacity: 1;
  color: inherit;
}
.result .specialty:disabled:hover,
.result .occupation:disabled:hover,
.result .location:disabled:hover {
  cursor: not-allowed;
}
.result .specialty:hover,
.result .occupation:hover,
.result .location:hover {
  cursor: pointer;
  outline: 1px solid #005CC8;
  color: #005CC8;
}
.result .specialty.toggle-active,
.result .occupation.toggle-active,
.result .location.toggle-active {
  outline: 1px solid #005CC8;
  box-shadow: 0 0 0 4px rgba(0, 92, 200, 0.25), 0 1px 2px 0 rgba(0, 92, 200, 0.05);
  background-color: #CFE0F5;
}
@media (min-width: 992px) {
  .result .specialty,
  .result .occupation,
  .result .location {
    background-color: #FFF;
    border-bottom: 1rem;
  }
}
.result #specialty__content,
.result #occupation__content,
.result #location__content {
  box-sizing: border-box;
  width: 100%;
  opacity: 0;
  z-index: 999;
  min-height: fit-content;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1), 0 1.875rem 3.75rem rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  position: absolute;
  background: white;
  visibility: hidden;
  min-width: 22rem;
  max-height: 22rem;
  overflow: auto;
  padding: 1rem 2rem;
  transform: translateY(2rem);
}
@media screen and (min-width: 991px) {
  .result #specialty__content,
  .result #occupation__content,
  .result #location__content {
    margin-left: -1rem;
  }
}
.result #location__content {
  overflow: inherit;
}
.result #location__content input, .result #location__content select, .result #location__content button#states {
  outline: 2px solid transparent;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.result #location__content input:hover, .result #location__content select:hover, .result #location__content button#states:hover {
  cursor: pointer;
  outline: 1px solid #005CC8;
}
.result #location__content input:focus-within, .result #location__content select:focus-within, .result #location__content button#states:focus-within {
  outline: 1px solid #005CC8;
  box-shadow: 0 0 0 4px rgba(0, 92, 200, 0.25), 0 1px 2px 0 rgba(0, 92, 200, 0.05);
}
.result #specialty__column,
.result #occupation__column,
.result #location__column {
  position: relative;
}
.result #specialty__column > div:before,
.result #occupation__column > div:before,
.result #location__column > div:before {
  pointer-events: none;
}
.result #specialty__column > div:hover:before,
.result #occupation__column > div:hover:before,
.result #location__column > div:hover:before {
  color: #005CC8;
}
.result #specialty__column label.bold-text,
.result #occupation__column label.bold-text,
.result #location__column label.bold-text {
  font-weight: bold;
}
@media (max-width: 768px) {
  .result #location__content {
    margin-top: 0;
  }
}
.result #specialty__content.show,
.result #occupation__content.show,
.result #location__content.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (min-width: 1200px) {
  .result #specialty__content.show,
  .result #occupation__content.show,
  .result #location__content.show {
    height: auto;
    width: auto;
  }
}
.result #location__content:not(.show) {
  pointer-events: none;
}
.result .location__content .tab {
  margin: auto;
}
.result .location__content .autocomplete-items > div {
  padding: 1rem;
}
.result .location__content .autocomplete-items > div:hover {
  cursor: pointer;
}
.result .tablinks {
  padding: 1rem 0;
  border-radius: 0.5rem;
  border: none;
  background-color: transparent;
}
.result .tablinks.active {
  background-color: #f0f4fb;
  color: #1247ba;
  font-weight: 600;
}
.result .fieldset .field {
  margin: 0;
  flex: none;
}
.result .col-jobs-favorite {
  text-align: center;
  width: 10%;
  display: inline-block;
}
.result .col-jobs-result {
  text-align: left;
  width: 100%;
  display: inline-block;
}
.result .col-jobs-details {
  text-align: right;
  float: right;
  width: 100%;
}
.result .col-jobs-icon {
  display: none;
}
.result .job-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 1.25rem;
}
.result .back {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.result .search {
  width: 100%;
  line-height: 1.4;
  margin: 25px 0 0 0;
}
.result .modal-results {
  display: none;
  position: fixed;
  z-index: 12;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.result .modal-content {
  background-color: #fefefe;
  padding: 20px;
  height: 100%;
}
.result .modal-content h1 {
  font-size: 1.9rem;
  opacity: 0.7;
  margin-top: 15%;
  margin-bottom: 30px;
}
.result .modal-results .fieldset {
  font-size: 1.2rem;
}
.result .cta--block,
.result .form__actions .cta--block {
  display: block;
  position: relative;
  width: 100%;
}
.result .form__input-wrapper {
  position: relative;
}
.result .form__input-wrapper::before {
  content: "\e827";
  font-family: "tnaa-icons", monospace;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 28px;
  padding-right: 0.5em;
  position: absolute;
  top: 4px;
  right: 0;
  z-index: 2;
}
.result .cta--outlined--filters {
  width: 70%;
  text-align: left;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.1803921569);
  border-style: solid;
  border-width: 1px;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: normal;
}
.result .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.result .close:hover,
.result .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.result .button--close {
  position: absolute;
  top: 13px;
  right: 15px;
  height: 32px;
  width: 32px;
  padding: 0;
  background: rgba(82, 82, 87, 0.2);
  border: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-size: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.result #myBtn {
  display: none;
  cursor: pointer;
}
.result .slick-slide {
  width: 25%;
}
.result #Region {
  width: 100%;
}
@media screen and (max-width: 715px) {
  .result .col-jobs-icon {
    display: inline-block;
    text-align: right;
    float: right;
    width: 100%;
    margin-top: -60px;
  }
  .result .helper {
    display: none;
    height: 100%;
    vertical-align: middle;
  }
  .result .input[type=text] {
    border: 2px solid black !important;
  }
  .result .slick-track {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .result .slick-slide {
    flex: 0 0 auto;
    width: 80%;
  }
  .result #restore {
    text-align: center;
    width: 90%;
    font-weight: bold;
    font-size: 1.1rem;
    background: url(/icons/refresh.svg) no-repeat scroll 12px;
    border: none;
    margin-left: 12px;
  }
  .result #myBtn {
    display: block;
    float: right;
    color: #FFF;
    font-weight: bold;
    margin-top: -2px;
    margin-right: -25px;
    text-align: right;
  }
  .result .hero__headline {
    margin-bottom: 20px;
    margin-left: 25px;
    float: left;
    width: 80%;
    opacity: 0.85;
    font-size: medium;
  }
  .result .result-page > .row {
    margin: 0;
  }
  .result .col-jobs-result {
    width: 70%;
    z-index: 2;
  }
  .result .col-jobs-details {
    display: none;
  }
  .result .job-title {
    font-size: 1.1rem;
  }
  .result .job-description {
    font-size: 1.1rem;
  }
  .result .sidebar {
    display: none;
  }
  .result .result-column {
    max-width: 100%;
    width: 100%;
    padding: 0px;
  }
  .result .result-column .row {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .result .ficon-heart-empty {
    font-size: 1.2rem;
  }
  .result .ficon-heart {
    font-size: 1.2rem;
  }
}
@media (min-width: 716px) {
  .result .sidebar {
    margin-top: 45px;
    width: 40%;
    max-width: 40% !important;
  }
  .result .result-column {
    margin-top: 45px;
    width: 60%;
    max-width: 60%;
    padding-left: 20px;
  }
  .result .col-jobs-result {
    width: 80%;
    z-index: 2;
  }
  .result .col-jobs-details {
    display: inline-block;
    margin-top: -55px;
  }
  .result select {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .result .sidebar {
    margin-top: 45px;
    width: 25%;
    max-width: 25% !important;
  }
  .result .result-column {
    width: 67%;
    max-width: 67%;
    margin-top: 45px;
    padding-left: 100px;
  }
  .result .col-jobs-details {
    margin-top: 0px;
  }
  .result select {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.result .filters {
  width: 33%;
  display: inline-block;
}
.result .results-list {
  width: 67%;
  display: inline-block;
}
.result .ficon-heart {
  color: red;
}
.result .ficon-heart-empty {
  color: gray;
}
.result .hero__headline {
  margin-top: 26px;
}
.result .sidebar .row {
  margin-left: 0px;
}
.result .fieldset {
  margin: 1rem 0;
}
.result .fieldset label {
  padding-left: 1rem;
}
.result input:checked {
  background-color: #21B296;
}
.result input[type=checkbox]:checked ~ label::before {
  color: #7bbe72;
}
.result #State {
  width: 100%;
}
.result hr {
  opacity: 0.25;
}
.result .module--hero > .container .row {
  min-height: 0;
}
.result .pagination-arrow {
  cursor: pointer;
  background: #eee;
  border-radius: 50%;
  margin: 0 10px;
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 25px;
}
.result .pagination-arrow::before {
  margin: 0;
  font-size: 20px;
  line-height: 25px;
}
.result .mb-0 {
  margin-bottom: 0;
}
.result .mt-0 {
  margin-top: 0;
}
.result .filter--section__header {
  padding: 2.5rem 0;
}
.result .filter--section {
  padding: 1.25rem 0;
}
.result .filter--section__header, .result .filter--section {
  padding-right: 0;
  border-bottom: 1px solid #D9D9D9;
}
@media (min-width: 1200px) {
  .result .filter--section__header, .result .filter--section {
    padding-right: 1rem;
  }
}
.result .filter--section__header .fieldset label, .result .filter--section .fieldset label {
  color: #333333;
  font-weight: 500;
  padding: 0 1rem;
}
.result .filter--section__header label.clear, .result .filter--section label.clear {
  text-decoration: underline;
  color: #333333;
  font-weight: 500;
}
.result #sidebar--filter {
  border-right: 1px solid #D9D9D9;
}
.result .form-actions {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 600px) {
  .result .form-actions {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .result .form-actions {
    flex-direction: row;
  }
  .result .form-actions > input, .result .form-actions > div {
    flex: 1;
  }
}
.result .form-actions .form-clear {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: -webkit-fill-available;
  min-height: 58px;
  padding: 0.25rem 0.75rem;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: rgba(18, 71, 186, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.result .form-actions .form-clear.show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .result .form-actions .form-clear {
    position: absolute;
    flex-direction: column;
    gap: 0.625rem;
    bottom: -4.875rem;
    right: 0;
    min-height: auto;
  }
  .result .form-actions .form-clear-btn {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .result .form-actions .form-clear {
    flex-direction: row;
    gap: 0;
    bottom: -2.875rem;
  }
  .result .form-actions .form-clear-btn {
    width: auto;
  }
}
.result .form-actions .form-clear-message {
  color: #344054;
  font-family: Montserrat, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
}
.result .form-actions .form-clear-btn {
  display: flex;
  padding: 0.125rem 0.375rem 0.125rem 0.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 0.375rem;
  border: 1px solid #D0D5DD;
  background: #FFF;
}
.result .form-actions .form-clear-btn--icon {
  font-size: 0.75rem;
  pointer-events: none;
}
.result .form-actions .form-clear-btn--label {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  pointer-events: none;
}

.jobs-landing .cta {
  background: #1247ba;
}
.jobs-landing.rn .cta--button {
  background: #00AC8A;
}
.jobs-landing.rn .tablinks.active {
  color: #00AC8A;
  background-color: #E5F3F1;
}
.jobs-landing.rn .fieldset select {
  border: 1px solid #E5F3F1;
}
.jobs-landing .module--hero {
  padding-top: 5rem;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .jobs-landing .module--hero {
    padding-top: 14rem;
    padding-bottom: 5rem;
  }
}
.jobs-landing .module--hero > .container > .row {
  min-height: inherit;
}
.jobs-landing .module--hero h1 {
  font-size: 2rem;
  font-weight: 800;
  margin: 1rem 0;
}
@media (min-width: 992px) {
  .jobs-landing .module--hero h1 {
    font-size: 5.125rem;
    font-weight: 900;
    margin: 1rem 0;
  }
}
.jobs-landing .featured {
  font: normal normal bold 40px/24px "Montserrat", sans-serif;
}
.jobs-landing .find-by .mobile__list-select {
  position: relative;
}
.jobs-landing .find-by .mobile__list-select .fa-kit {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
.jobs-landing .find-by .icon {
  width: 40px;
  height: 40px;
  margin: 0.5rem;
  float: left;
  border-radius: 50px;
  position: absolute;
}
@media (min-width: 992px) {
  .jobs-landing .find-by .icon {
    position: relative;
  }
}
.jobs-landing .find-by ul {
  list-style: none;
  font: normal normal 500 16px/40px "Montserrat", sans-serif;
  color: #1c1c1c;
  padding-left: 0;
}
.jobs-landing .find-by ul a:link, .jobs-landing .find-by ul a:visited {
  color: #1c1c1c;
}
.jobs-landing .find-by-state .fa-marker,
.jobs-landing .find-by-specialty-rn .fa-nursing-outline,
.jobs-landing .find-by-specialty-allied .fa-allied {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  line-height: 2.5rem;
  text-align: center;
  top: 0;
  margin-right: 0.688rem;
  font-size: 1.5rem;
}
.jobs-landing .find-by-state .fa-marker {
  background: #e9e6e1;
}
.jobs-landing .find-by-specialty-rn .fa-nursing-outline {
  background: #a5fcc8;
}
.jobs-landing .find-by-specialty-allied .fa-allied {
  background: #80cbf0;
}
.jobs-landing .find-by-specialty-rn ul {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}
@media (min-width: 992px) {
  .jobs-landing .find-by-specialty-rn ul {
    columns: 6;
    -webkit-columns: 6;
    -moz-columns: 6;
  }
}
.jobs-landing .post-preview--job .post-preview__location {
  color: #000;
}
.jobs-landing section {
  padding: 3rem 1rem;
}
@media (min-width: 1200px) {
  .jobs-landing section {
    padding: 5rem 1rem;
  }
}
.jobs-landing .preview-list-wrapper {
  margin-left: -1rem;
  margin-right: -1rem;
  flex: 0 0 calc(100% + 2rem);
  max-width: calc(100% + 2rem);
}
.jobs-landing section.search {
  padding: 0 1rem;
  margin-bottom: 2rem;
}
.jobs-landing .mobile__list-select {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .jobs-landing .mobile__list-select {
    display: none;
  }
}
.jobs-landing .mobile__list-select select {
  padding: 1rem 3.5rem;
  border-radius: 0.5rem;
  background-color: #F4F5F7;
  border: none;
}
.jobs-landing .row-list {
  display: none;
}
@media (min-width: 992px) {
  .jobs-landing .row-list {
    display: flex;
  }
}
.jobs-landing .find-by > .container > .row .icon {
  display: none;
}
@media (min-width: 992px) {
  .jobs-landing .find-by > .container > .row .icon {
    display: block;
    margin-top: 4px;
    margin-left: 0;
    margin-right: 16px;
  }
}
.jobs-landing .find-by > .container > .row .fa-kit {
  display: none;
}
@media (min-width: 992px) {
  .jobs-landing .find-by > .container > .row .fa-kit {
    display: block;
    margin-top: 0.25rem;
    margin-left: 0;
    margin-right: 1rem;
  }
}

/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/
.section--conversion .module--accordion .accordion-section-title {
  font-weight: 500;
  font-size: 1em;
}

.page-template-page-conversion form h2, .page-template-page-conversion form .module--split .features__headline, .module--split .page-template-page-conversion form .features__headline {
  font-size: 1.625rem;
  font-weight: 500;
}

.page-template-page-conversion h3 {
  font-size: 1.625rem;
  font-weight: 500;
}

.page-template-page-conversion h2.blue-title, .page-template-page-conversion .module--split .blue-title.features__headline, .module--split .page-template-page-conversion .blue-title.features__headline {
  font-size: 1.625rem;
  font-weight: bold;
}

.page-template-page-conversion .module--hero {
  padding-top: 90px;
}

@media (min-width: 1200px) {
  .page-template-page-conversion .module--hero {
    padding-top: 205px;
  }
}
.page-template-page-conversion .module--hero > .container > .row {
  min-height: 0;
}

.page-template-page-conversion .post__intro_text {
  font-size: 0.875rem;
  margin-top: 40px;
}

.page-template-page-conversion .post__intro_text > *:first-child {
  margin-top: 0;
}

.page-template-page-conversion .post__intro_text > *:last-child {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .page-template-page-conversion .post__intro_text {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
.page-template-page-conversion .column--content .module {
  position: relative;
}

.page-template-page-conversion .column--content .module .container {
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 2;
}

.page-template-page-conversion-backup .section--conversion {
  position: relative;
  z-index: 5;
}

.page-template-page-conversion-backup .section--conversion form input[type=submit] {
  background: #21B296;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.page-template-page-conversion-backup .section--conversion form input[type=submit]:hover {
  background-color: #198772;
}

@media (min-width: 1200px) {
  .page-template-page-conversion-backup .section--conversion .container {
    width: 83.3333333333%;
  }
}
.page-template-page-conversion-backup .section--conversion .column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

@media (min-width: 1200px) {
  .page-template-page-conversion-backup .section--conversion .column--n0 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36.83%;
    -ms-flex: 0 0 36.83%;
    flex: 0 0 36.83%;
  }
  .page-template-page-conversion-backup .section--conversion .column--n0 .column__content {
    margin-left: 55px;
    margin-right: 80px;
  }
}
.page-template-page-conversion-backup .section--conversion .column--n1 {
  position: relative;
  z-index: 1;
}

.page-template-page-conversion-backup .section--conversion .column--n1 .column__content {
  margin-bottom: 80px;
  background: #FFF;
  border-radius: 4px;
}

@media screen and (max-width: 1000px) {
  .page-template-page-conversion-backup .section--conversion .column--n1 .column__content {
    margin-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .page-template-page-conversion-backup .section--conversion .column--n1 .column__content {
    margin-top: -120px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 50px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.12);
  }
}
.page-template-page-conversion-backup .section--conversion .column--modules .module {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 1200px) {
  .page-template-page-conversion-backup .section--conversion .column--modules .module {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    background: none;
  }
}
.page-template-page-conversion-backup .section--conversion .column--modules .module .row {
  margin-left: 0;
  margin-right: 0;
}

.page-template-page-conversion-backup .section--conversion .column--modules .module .section__intro, .page-template-page-conversion-backup .section--conversion .column--modules .module .section__footer {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.page-template-page-conversion-backup .section--conversion .column--modules .module--accordion .section__intro .text-block__headline {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.page-template-page-conversion-backup .section--conversion .column--additional-info {
  padding-top: 30px;
  padding-bottom: 30px;
}

.page-template-page-conversion-backup .section--conversion .column--additional-info a {
  color: #3C3C3D;
  text-decoration: none;
}

.page-template-page-conversion-backup .section--conversion .column--additional-info a:hover {
  text-decoration: underline;
}

@media (min-width: 1200px) {
  .page-template-page-conversion-backup .section--conversion > .container > .row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 36.83% auto;
    grid-template-columns: 36.83% auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    width: auto;
    margin-bottom: 80px;
  }
  .page-template-page-conversion-backup .section--conversion > .container > .row .column--n0 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 1;
  }
  .page-template-page-conversion-backup .section--conversion > .container > .row .column--n1 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    grid-row-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    grid-column-end: 2;
  }
  .page-template-page-conversion-backup .section--conversion > .container > .row .column--n2 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    grid-column-end: 2;
  }
  .page-template-page-conversion-backup .section--conversion > .container > .row .column--n3 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 1;
  }
  .page-template-page-conversion-backup .section--conversion > .container > .row .column--additional-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-self: flex-end;
    align-self: flex-end;
  }
  .page-template-page-conversion-backup .section--conversion > .container > .row .column--additional-info .column__content {
    margin-left: 55px;
    margin-right: 80px;
    margin-bottom: 80px;
  }
}
.page-template-page-conversion .section--conversion {
  padding-top: 60px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .page-template-page-conversion .section--conversion {
    padding-top: 0;
  }
}
.page-template-page-conversion .section--conversion .text-block *:last-child {
  margin-bottom: 0;
}

.page-template-page-conversion .section--conversion .column--form {
  position: relative;
  z-index: 1;
}

.page-template-page-conversion .section--conversion .column--form .column__content {
  background: #FFF;
  border-radius: 4px;
}

@media screen and (max-width: 1000px) {
  .page-template-page-conversion .section--conversion .column--form .column__content {
    margin-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .page-template-page-conversion .section--conversion .column--form .column__content {
    margin-top: -120px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 50px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.12);
  }
}
.page-template-page-conversion .section--conversion .column--modules .module {
  padding: 2rem 1rem;
}

@media (min-width: 1200px) {
  .page-template-page-conversion .section--conversion .column--modules .module {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    background: none;
  }
}
.page-template-page-conversion .section--conversion .column--modules .module .section__intro, .page-template-page-conversion .section--conversion .column--modules .module .section__footer {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.page-template-page-conversion .section--conversion .column--modules .module--testimonial > .container {
  padding-left: 0;
  padding-right: 0;
}

.page-template-page-conversion .section--conversion .column--modules .module--accordion .row {
  margin-left: 0;
  margin-right: 0;
}

.page-template-page-conversion .section--conversion .column--modules .module--accordion .section__intro .text-block__headline {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.page-template-page-conversion .section--conversion .frame--purple path {
  fill: none;
  stroke: #471445;
}

.page-template-page-conversion .section--conversion .frame--blue path {
  fill: none;
  stroke: #1247BA;
}

.page-template-page-conversion .section--conversion .frame--green path {
  fill: none;
  stroke: #21B296;
}

.page-template-page-conversion .section--conversion .frame--yellow path {
  fill: none;
  stroke: #FFA62E;
}

.page-template-page-conversion .section--conversion .frame--red path {
  fill: none;
  stroke: #F51238;
}

.page-template-page-conversion .section--conversion .frame--almond path {
  fill: none;
  stroke: #EDE0D4;
}

.page-template-page-conversion .section--conversion .frame--gray path {
  fill: none;
  stroke: #525257;
}

.page-template-page-conversion .section--conversion .frame--light-gray path {
  fill: none;
  stroke: #F8F8F9;
}

.page-template-page-conversion .section--conversion .column--additional-info {
  padding-top: 0;
  padding-bottom: 30px;
}

.page-template-page-conversion .section--conversion .column--additional-info a {
  color: #3C3C3D;
  text-decoration: none;
}

.page-template-page-conversion .section--conversion .column--additional-info a:hover {
  text-decoration: underline;
}

.page-template-page-conversion .section--conversion > .container > .row {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.page-template-page-conversion .section--conversion > .container .column--hero .hero--conversion {
  position: relative;
}

.page-template-page-conversion .section--conversion > .container .column--hero .hero--conversion:after {
  content: "";
  background: #21B296;
  position: absolute;
  top: -172px;
  left: 50%;
  margin-left: -5000vw;
  width: 10000vw;
  height: calc(100% + 172px);
  z-index: -1;
}

.page-template-page-conversion .section--conversion > .container .column--hero.bg-purple {
  color: #FFF;
}

.page-template-page-conversion .section--conversion > .container .column--hero.bg-purple .hero--conversion:after {
  background-color: #471445;
}

.page-template-page-conversion .section--conversion > .container .column--hero.bg-blue {
  color: #FFF;
}

.page-template-page-conversion .section--conversion > .container .column--hero.bg-blue .hero--conversion:after {
  background-color: #1247BA;
}

.page-template-page-conversion .section--conversion > .container .column--hero.bg-green {
  color: #FFF;
}

.page-template-page-conversion .section--conversion > .container .column--hero.bg-green .hero--conversion:after {
  background-color: #21B296;
}

.page-template-page-conversion .section--conversion > .container .column--hero.bg-red {
  color: #FFF;
}

.page-template-page-conversion .section--conversion > .container .column--hero.bg-red .hero--conversion:after {
  background-color: #F51238;
}

.page-template-page-conversion .section--conversion > .container .column--hero.bg-yellow {
  color: inherit;
}

.page-template-page-conversion .section--conversion > .container .column--hero.bg-yellow .hero--conversion:after {
  background-color: #FFA62E;
}

.page-template-page-conversion .section--conversion > .container .column--hero.bg-gray {
  color: inherit;
}

.page-template-page-conversion .section--conversion > .container .column--hero.bg-gray .hero--conversion:after {
  background-color: #F8F8F9;
}

.page-template-page-conversion .section--conversion > .container .column--hero.bg-almond {
  color: inherit;
}

.page-template-page-conversion .section--conversion > .container .column--hero.bg-almond .hero--conversion:after {
  background-color: #EDE0D4;
}

.page-template-page-conversion .section--conversion > .container .hero__headline {
  font-size: 1.75rem;
  line-height: 1.2142857143;
  padding-top: 27px;
  padding-bottom: 35px;
  margin: 0;
}

@media (min-width: 1200px) {
  .page-template-page-conversion .section--conversion > .container .hero__headline {
    font-size: 2rem;
    padding-top: 65px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-page-conversion .section--conversion > .container .hero__headline {
    font-size: 2.375rem;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-page-conversion .section--conversion > .container .hero__headline {
    font-size: 3rem;
  }
}
.page-template-page-conversion .section--conversion > .container .column--content .post__intro_text {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .page-template-page-conversion .section--conversion > .container .column--content .post__intro_text {
    font-size: 1.5rem;
  }
}
.page-template-page-conversion .section--conversion > .container .column--content .post__intro_text > *:first-child {
  margin-top: 0;
}

.page-template-page-conversion .section--conversion > .container .column--frame {
  display: none;
}

@media (min-width: 1200px) {
  .page-template-page-conversion .section--conversion > .container > .row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 1fr;
    grid-template-columns: 40% 1fr;
    -ms-grid-rows: 172px auto 1fr;
    grid-template-rows: 172px auto 1fr;
    width: auto;
    margin-bottom: 80px;
  }
  .page-template-page-conversion .section--conversion > .container > .row .column--n0 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row-start: 2;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 1;
  }
  .page-template-page-conversion .section--conversion > .container > .row .column--n1 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row-start: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 1;
  }
  .page-template-page-conversion .section--conversion > .container > .row .column--n2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    grid-row-start: 2;
    grid-row-end: 4;
    -ms-grid-column: 2;
    grid-column-start: 2;
    grid-column-end: 2;
  }
  .page-template-page-conversion .section--conversion > .container > .row .column--n3 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row-start: 4;
    -ms-grid-column: 2;
    grid-column-start: 2;
    grid-column-end: 2;
  }
  .page-template-page-conversion .section--conversion > .container > .row .column--n4 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row-start: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 1;
  }
  .page-template-page-conversion .section--conversion > .container .column--content .column__content {
    margin-top: 40px;
  }
  .page-template-page-conversion .section--conversion > .container .column--form .column__content {
    width: 78%;
    margin: 0 0 0 auto;
    padding: 0;
  }
  .page-template-page-conversion .section--conversion > .container .column--form.framedby--simple--inline .column__content {
    width: 93.5%;
    margin-top: 5%;
  }
  .page-template-page-conversion .section--conversion > .container .column--form.framedby--scalloped--inline .column__content {
    width: 93.5%;
    margin-top: 5%;
  }
  .page-template-page-conversion .section--conversion > .container .column--form.framedby--rounded--inline .column__content {
    width: 88.5%;
    margin-top: 10%;
  }
  .page-template-page-conversion .section--conversion > .container .column--form.framedby--wooden--inline .column__content {
    width: 86%;
    margin-top: 15%;
  }
  .page-template-page-conversion .section--conversion > .container .column--form form {
    padding: 3.125rem;
  }
  .page-template-page-conversion .section--conversion > .container .column--frame {
    position: relative;
    -ms-grid-row: 2;
    grid-row-start: 2;
    grid-row-end: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    grid-column-end: 2;
    display: block;
  }
  .page-template-page-conversion .section--conversion > .container .column--frame svg {
    vector-effect: non-scaling-stroke;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .page-template-page-conversion .section--conversion > .container .column--frame svg path {
    vector-effect: non-scaling-stroke;
    stroke-width: 4;
  }
  .page-template-page-conversion .section--conversion > .container .column--frame .frame {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
    margin-top: -2%;
    padding-bottom: 2%;
  }
  .page-template-page-conversion .section--conversion > .container .column--frame .frame--wooden--inline {
    margin-top: -5%;
    padding-bottom: 5%;
  }
  .page-template-page-conversion .section--conversion > .container .column--frame .frame--wooden--inline svg {
    height: 1px;
    padding-bottom: 100%;
    overflow: visible;
  }
  .page-template-page-conversion .section--conversion > .container .column--frame .frame--scalloped--inline, .page-template-page-conversion .section--conversion > .container .column--frame .frame--simple--inline {
    width: 107%;
  }
  .page-template-page-conversion .section--conversion > .container .column--additional-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .progress-bar-div {
    -webkit-align-self: flex-end;
    align-self: flex-end;
  }
  .progress {
    height: 10px;
    margin-bottom: 10px;
    margin-top: 15px;
    overflow: hidden;
    min-width: 160px;
    background-color: #adb8c6;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
  }
  .page-template-page-conversion .section--conversion > .container .column--modules .column__content {
    width: 78%;
    margin: 80px 0 0 auto;
    padding: 0;
  }
  .page-template-page-conversion .section--conversion > .container .column--modules .section__intro {
    text-align: left;
  }
  .page-template-page-conversion .section--conversion > .container .column--modules .section__intro > *:first-child {
    margin-top: 0;
  }
  .page-template-page-conversion .section--conversion > .container .column--modules .section__intro > *:last-child {
    margin-bottom: 0;
  }
  .page-template-page-conversion .section--conversion > .container .column--modules .section__intro .text-block__headline {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .page-template-page-conversion .section--conversion > .container .column--modules .section__intro {
    margin-bottom: 0;
  }
  .page-template-page-conversion .section--conversion > .container .column--modules .section__intro .text-block__headline {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .page-template-page-conversion .section--conversion > .container .column--modules.framedby--simple--inline .column__content {
    width: 93.5%;
  }
  .page-template-page-conversion .section--conversion > .container .column--modules.framedby--scalloped--inline .column__content {
    width: 93.5%;
  }
  .page-template-page-conversion .section--conversion > .container .column--modules.framedby--rounded--inline .column__content {
    width: 88.5%;
  }
  .page-template-page-conversion .section--conversion > .container .column--modules.framedby--wooden--inline .column__content {
    width: 86%;
  }
}
@media (min-width: 1200px) {
  .page-template-page-conversion .section--conversion > .container .column--modules .module {
    padding: 0;
  }
  .page-template-page-conversion .section--conversion > .container .column--modules .container {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .page-template-page-conversion .section--conversion > .container .column--additional-info .column__content, .page-template-page-conversion .section--conversion > .container .column--content .column__content, .page-template-page-conversion .section--conversion > .container .column--hero .column__content {
    margin-right: 15px;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .page-template-page-conversion .section--conversion > .container .hero--conversion {
    position: relative;
  }
  .page-template-page-conversion .section--conversion > .container .hero--conversion:after {
    content: "";
    position: absolute;
    top: -125px;
    left: 50%;
    margin-left: -5000vw;
    width: 10000vw;
    height: calc(100% + 125px);
    z-index: -1;
  }
}
.page-template-post-index .column,
.archive .column,
.search-results .column {
  flex: 0 1 100%;
}
@media (min-width: 992px) {
  .page-template-post-index .column--categories,
  .archive .column--categories,
  .search-results .column--categories {
    flex: 0 0 26%;
  }
}
.page-template-post-index .column--blog-list .row,
.archive .column--blog-list .row,
.search-results .column--blog-list .row {
  margin: 0;
}
@media (min-width: 992px) {
  .page-template-post-index .column--blog-list .row,
  .archive .column--blog-list .row,
  .search-results .column--blog-list .row {
    flex-wrap: wrap;
    margin-left: 0rem;
    margin-right: -1rem;
  }
}
.page-template-post-index .column--blog-list .column,
.archive .column--blog-list .column,
.search-results .column--blog-list .column {
  flex: 0 1 100%;
}
@media screen and (min-width: 400px) {
  .page-template-post-index .column--blog-list .column,
  .archive .column--blog-list .column,
  .search-results .column--blog-list .column {
    flex: 0 1 50%;
  }
}
@media (min-width: 992px) {
  .page-template-post-index .column--blog-list .column,
  .archive .column--blog-list .column,
  .search-results .column--blog-list .column {
    flex: 0 1 33.3%;
  }
}
@media (min-width: 992px) {
  .page-template-post-index .column--blog-list .column,
  .archive .column--blog-list .column,
  .search-results .column--blog-list .column {
    flex: 0 1 33.3%;
  }
}

.page-template-page-modular .module--html h1, .page-template-page-modular .module--html h2, .page-template-page-modular .module--html .module--split .features__headline, .module--split .page-template-page-modular .module--html .features__headline, .page-template-page-modular .module--html h3, .page-template-page-modular .module--html h4, .page-template-page-modular .module--html h5, .page-template-page-modular .module--html h6,
.page-template-page-landing .module--html h1,
.page-template-page-landing .module--html h2,
.page-template-page-landing .module--html .module--split .features__headline,
.module--split .page-template-page-landing .module--html .features__headline,
.page-template-page-landing .module--html h3,
.page-template-page-landing .module--html h4,
.page-template-page-landing .module--html h5,
.page-template-page-landing .module--html h6 {
  margin-bottom: 1.6em;
}
.page-template-page-modular .module--html p,
.page-template-page-landing .module--html p {
  margin-bottom: 35px;
}
.page-template-page-modular .module--html ul, .page-template-page-modular .module--html ol, .page-template-page-modular .module--html dl,
.page-template-page-landing .module--html ul,
.page-template-page-landing .module--html ol,
.page-template-page-landing .module--html dl {
  margin-bottom: 31px;
}
.page-template-page-modular .module--html li, .page-template-page-modular .module--html dl,
.page-template-page-landing .module--html li,
.page-template-page-landing .module--html dl {
  margin-bottom: 26px;
}
.page-template-page-modular .module--html li:last-child, .page-template-page-modular .module--html dl:last-child,
.page-template-page-landing .module--html li:last-child,
.page-template-page-landing .module--html dl:last-child {
  margin-bottom: 0;
}
.page-template-page-modular .module--html .alignleft,
.page-template-page-landing .module--html .alignleft {
  float: left;
  margin-right: 1.25rem;
}
.page-template-page-modular .module--html .alignright,
.page-template-page-landing .module--html .alignright {
  float: right;
  margin-left: 1.25rem;
}
.page-template-page-modular .module--html .aligncenter,
.page-template-page-landing .module--html .aligncenter {
  display: block;
  clear: both;
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.page-template-page-modular .module--html blockquote,
.page-template-page-landing .module--html blockquote {
  font-size: 1.3125rem;
  line-height: 1.5384615385;
  color: #1247BA;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .page-template-page-modular .module--html blockquote,
  .page-template-page-landing .module--html blockquote {
    font-size: 1.625rem;
    width: 100%;
    margin-left: 23px;
    margin-right: 23px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.page-template-page-modular .module--html .row,
.page-template-page-landing .module--html .row {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.page-template-page-modular > .module:first-child,
.page-template-page-landing > .module:first-child {
  padding-top: 0;
}

.single-post p img, .single-post li img {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.single-post .social-sharing .icon--label {
  display: none;
}
.single-post .social-sharing a {
  position: relative;
  text-decoration: none;
  line-height: 42px;
  width: 42px;
  display: inline-block;
  text-align: center;
  margin-right: 6px;
  font-size: 1.3125rem;
  transition: all 0.3s ease-in-out;
  background: 0 0;
}
.single-post .social-sharing a:after {
  content: "\e825";
  font-family: "tnaa-icons", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  color: #3C3C3D;
  opacity: 0.1;
  z-index: -1;
  font-size: 42px;
  transition: all 0.3s ease-in-out;
}
.single-post .social-sharing a:hover {
  color: #FFF;
}
.single-post .social-sharing a:hover:after {
  opacity: 1;
  color: #21B296;
}
.single-post .module--split .column--text .column__content {
  margin-left: 0.625rem;
}
.single__content .module--html .alignleft {
  float: left;
  margin-right: 1.25rem;
}
.single__content .module--html .alignright {
  float: right;
  margin-left: 1.25rem;
}
.single__content .module--html .aligncenter {
  display: block;
  clear: both;
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 128.18%;
}
.single__content .module--html blockquote {
  font-size: 1.3125rem;
  line-height: 1.5384615385;
  color: #1247BA;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .single__content .module--html blockquote {
    font-size: 1.625rem;
    width: 107.68%;
    margin-left: 23px;
    margin-right: 23px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.single__content .module .row {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
@media (min-width: 992px) {
  .single__content .module .row {
    margin-left: auto;
    margin-right: auto;
  }
}
.single__content > .module:first-child {
  padding-top: 0;
}
.single__content section.vpre-normal {
  padding-top: 30px;
}
.single__content section.vpost-normal {
  padding-bottom: 30px;
}
.single__content p {
  margin-bottom: 35px;
}
.single__content ul, .single__content ol, .single__content dl {
  margin-bottom: 31px;
}
.single__content li, .single__content dl {
  margin-bottom: 26px;
}
.single__content li:last-child, .single__content dl:last-child {
  margin-bottom: 0;
}
.single__content,
.single .section--social-sharing {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .single__content,
  .single .section--social-sharing {
    left: -47px;
    position: relative;
  }
}
@media screen and (min-width: 1440px) {
  .single__content,
  .single .section--social-sharing {
    width: 53.33%;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .single__content .container,
  .single .section--social-sharing .container {
    width: auto;
  }
}
.single__content .row,
.single .section--social-sharing .row {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
@media (min-width: 992px) {
  .single__content .row,
  .single .section--social-sharing .row {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .single .section--social-sharing {
    margin-bottom: 15px;
  }
}

.single-team_member .team--hero {
  overflow: hidden;
  position: relative;
  margin: 34px 0 0;
  padding: 0 20px;
}
@media screen and (min-width: 576px) {
  .single-team_member .team--hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 68px 0;
  }
}
@media (min-width: 992px) {
  .single-team_member .team--hero {
    margin: 0;
  }
}
.single-team_member .shape {
  display: none;
}
@media screen and (min-width: 576px) {
  .single-team_member .shape {
    display: block;
    position: absolute;
    width: 35%;
    max-width: 500px;
    right: -50px;
    bottom: -10px;
  }
}
.single-team_member .image {
  position: relative;
  max-width: 75vw;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .single-team_member .image {
    max-width: 326px;
    width: 33%;
    margin: 0;
  }
}
.single-team_member .image--frame {
  width: 100%;
  position: relative;
  z-index: 2;
}
.single-team_member .image--frame img {
  display: block;
  width: 100%;
  height: auto;
}
.single-team_member .image--source {
  position: absolute;
  top: 6%;
  right: 8%;
  bottom: 6%;
  left: 8%;
  background-size: cover;
  background-position: center;
}
.single-team_member .details {
  margin: 10px 0 40px;
}
@media screen and (min-width: 576px) {
  .single-team_member .details {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 5%;
  }
}
@media (min-width: 992px) {
  .single-team_member .details {
    padding-left: 100px;
  }
}
.single-team_member .details h1 {
  margin-bottom: 20px;
}
.single-team_member .details .fun-facts {
  max-width: 450px;
  margin: 30px 0;
}
.single-team_member .details .fun-facts svg {
  width: 100%;
  position: static;
}
.single-team_member .details .fun-facts .label {
  margin-top: 20px;
  margin-bottom: 8px;
  font-family: "sidecar", sans-serif;
  font-size: 60px;
  line-height: 1;
}
.single-team_member .details .fun-facts .fact {
  max-width: 420px;
  font-size: 16px;
}
@media screen and (min-width: 576px) {
  .single-team_member .details .fun-facts .fact {
    font-size: 20px;
  }
}
.single-team_member h1 em {
  font-family: "sidecar", sans-serif;
  top: -15px;
  font-size: 80px;
  color: #471445;
  font-weight: 500;
  line-height: 1.1;
}
@media screen and (min-width: 576px) {
  .single-team_member h1 em {
    font-size: 120px;
  }
}
.single-team_member .single__content {
  max-width: 1080px;
  width: 100%;
  left: 0;
  right: 0;
}
.single-team_member .single__content .module--html {
  width: 100%;
  margin: 0 auto;
}
.single-team_member .single__content .module--html .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .single-team_member .single__content .module--html .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.single-team_member .single__content .module--html .content .column {
  margin: 20px 0 40px;
}
@media (min-width: 992px) {
  .single-team_member .single__content .module--html .content .column {
    margin: 0 0 40px;
    padding-right: 90px;
    max-width: 620px;
  }
  .single-team_member .single__content .module--html .content .column:nth-child(2) {
    padding-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 350px;
  }
}
.single-team_member .single__content .module--testimonial {
  padding-bottom: 60px;
}
.single-team_member .single__content .module--testimonial + .module--testimonial {
  padding-top: 0;
}
.single-team_member .single__content .module--testimonial .container {
  width: 100%;
  box-sizing: border-box;
  color: #fff;
}
.single-team_member .single__content .contact-info {
  background-color: #f6efe8;
  padding: 20px;
}
@media (min-width: 992px) {
  .single-team_member .single__content .contact-info {
    margin-top: 220px;
  }
}
@media (min-width: 992px) {
  .single-team_member .single__content .contact-info {
    padding: 40px;
  }
}
.single-team_member .single__content .contact-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-team_member .single__content .contact-info ul li {
  margin: 24px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.single-team_member .single__content .contact-info ul li:last-of-type {
  margin-bottom: 0;
}
.single-team_member .single__content .contact-info ul li .link {
  padding: 8px 0 0;
}
.single-team_member .single__content .contact-info ul li .link a {
  text-transform: capitalize;
  display: block;
  padding: 0;
  background: none;
  line-height: 1;
}
.single-team_member .single__content .contact-info ul li .link span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: #3c3c3d;
  opacity: 0.5;
  line-height: 1.2;
}
.single-team_member .single__content .contact-info .icon {
  display: block;
  position: relative;
  margin-right: 20px;
  color: #21b296;
  font-size: 21px;
}
.single-team_member .single__content .contact-info .icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
}
.single-team_member .single__content .more-about {
  margin: 20px 0;
}
.single-team_member .single__content .more-about ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.single-team_member .single__content .more-about ul li {
  position: relative;
  width: calc(50% - 13px);
  height: 40vw;
}
@media screen and (min-width: 576px) {
  .single-team_member .single__content .more-about ul li {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .single-team_member .single__content .more-about ul li {
    width: calc(33.33% - 13px);
    height: 14vw;
    max-height: 162px;
  }
}
.single-team_member .single__content .more-about ul li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}

.single-team_member .single__content .contact-info h2,
.single-team_member .single__content .contact-info .module--split .features__headline,
.module--split .single-team_member .single__content .contact-info .features__headline {
  font-size: 18px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .single-team_member .single__content .contact-info h2,
  .single-team_member .single__content .contact-info .module--split .features__headline,
  .module--split .single-team_member .single__content .contact-info .features__headline {
    font-size: 24px;
  }
}

.single-job .single__main.main--job .section--job .hero--job .back .icon {
  font-size: 0.813rem;
  margin-right: 0.25rem;
  font-weight: 500;
}
.single-job .single__main.main--job .section--job .hero--job .back .icon::before {
  font-size: 1rem;
  font-weight: 500;
}
.single-job.allied-job .notification-card {
  background-color: #1247BA;
}
@media (min-width: 1200px) {
  .single-job > .site-header .collapse--content a {
    color: #000;
  }
  .single-job > .site-header .collapse--content a:hover {
    color: #21B296;
  }
  .single-job > .site-header a, .single-job > .site-header span {
    color: #FFF;
  }
  .single-job > .site-header a:before, .single-job > .site-header span:before {
    border-color: #FFF;
  }
  .single-job > .site-header a.cta--text, .single-job > .site-header span.cta--text {
    color: #FFF;
  }
  .single-job > .site-header a.cta--text:before, .single-job > .site-header span.cta--text:before {
    border-color: #FFF;
  }
  .single-job > .site-header .menu-conversion-container .cta--outlined {
    color: #FFF;
    box-shadow: inset 0 0 0 2px #FFF;
  }
  .single-job > .site-header .menu-conversion-container .cta--outlined:hover {
    background-color: #FFF;
    color: #000;
  }
  .single-job > .site-header .logo * {
    fill: #FFF;
  }
  .single-job > .site-header .menu-toggle {
    color: #FFF;
  }
}

.single-job .section--job,
.page-template-page-details .section--job {
  padding-top: 83px;
}

@media (min-width: 992px) {
  .single-job .section--job,
  .page-template-page-details .section--job {
    padding-top: 0;
  }
}
.single-job .section--job .actions,
.page-template-page-details .section--job .actions {
  text-align: center;
}

.single-job .section--job .actions .cta,
.page-template-page-details .section--job .actions .cta {
  display: inline-block;
  padding: 19px 40px 19px;
  position: relative;
}

.single-job .section--job .actions .cta:after,
.page-template-page-details .section--job .actions .cta:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 100%;
  background: #ededee;
}

.single-job .section--job .actions .cta--text,
.single-job .section--job .actions .cta--icon,
.page-template-page-details .section--job .actions .cta--text,
.page-template-page-details .section--job .actions .cta--icon {
  background: none;
}

.single-job .section--job .actions .cta--button:after,
.single-job .section--job .actions .cta:last-child:after,
.page-template-page-details .section--job .actions .cta--button:after,
.page-template-page-details .section--job .actions .cta:last-child:after {
  display: none;
}

.single-job .section--job .actions .cta--button,
.page-template-page-details .section--job .actions .cta--button {
  width: calc(100% - 80px);
  max-width: 380px;
}

.single-job .section--job .hero a,
.page-template-page-details .section--job .hero a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 3px;
  margin-left: -2px;
}

@media (min-width: 1200px) {
  .single-job .section--job .hero--job,
  .page-template-page-details .section--job .hero--job {
    padding-bottom: 40px;
  }
}

.single-job .section--job .hero--job .back,
.page-template-page-details .section--job .hero--job .back {
  display: block;
  margin-bottom: 11px;
}

.single-job .section--job .hero--job .back *,
.page-template-page-details .section--job .hero--job .back * {
  vertical-align: middle;
}

.single-job .section--job .hero--job .back .icon,
.page-template-page-details .section--job .hero--job .back .icon {
  font-size: 25px;
  line-height: 0;
  position: relative;
  top: -1px;
}

.single-job .section--job .hero--job .back .icon:before,
.page-template-page-details .section--job .hero--job .back .icon:before {
  margin: 0;
}

.single-job .section--job .hero__headline,
.page-template-page-details .section--job .hero__headline {
  padding: 0;
}

.single-job .section--job .hero__location,
.page-template-page-details .section--job .hero__location {
  margin: 7px 0 0 3px;
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  .single-job .section--job .box,
  .page-template-page-details .section--job .box {
    margin-top: 0;
    overflow: hidden;
  }
}
.single-job .section--job .box__content,
.page-template-page-details .section--job .box__content {
  width: auto;
}

.single-job .section--job .box__title,
.page-template-page-details .section--job .box__title {
  font-size: 1.5rem;
  line-height: 1.2083333333;
}

.single-job .section--job .box--location-info .image,
.page-template-page-details .section--job .box--location-info .image {
  margin-bottom: 26px;
}

.single-job .section--job .box--additional-info ul,
.page-template-page-details .section--job .box--additional-info ul {
  margin-left: 15px;
  padding-left: 0;
}

.single-job .section--job .box--additional-info a,
.page-template-page-details .section--job .box--additional-info a {
  color: #3c3c3d;
  text-decoration: none;
}

.single-job .section--job .box--additional-info a:hover,
.page-template-page-details .section--job .box--additional-info a:hover {
  text-decoration: underline;
}

.single-job .section--job .box--additional-info a.cta:hover,
.page-template-page-details .section--job .box--additional-info a.cta:hover {
  text-decoration: none;
}

.single-job .section--job .box--additional-info .box__content > *:first-child,
.page-template-page-details .section--job .box--additional-info .box__content > *:first-child {
  margin-top: 0;
}

.single-job .section--job .box--additional-info .box__content h4,
.page-template-page-details .section--job .box--additional-info .box__content h4 {
  font-size: 1.5rem;
  line-height: 1.2083333333;
}

.single-job .section--job .box--attributes,
.page-template-page-details .section--job .box--attributes {
  padding-bottom: 30px;
}

.single-job .section--job .requirements,
.page-template-page-details .section--job .requirements {
  margin-top: 40px;
}

.single-job .section--job .attributes,
.page-template-page-details .section--job .attributes {
  width: 100%;
  margin-bottom: 30px;
}

.single-job .section--job .attributes .value,
.page-template-page-details .section--job .attributes .value {
  font-weight: 500;
}

.single-job .section--job .attributes tr td:last-child,
.page-template-page-details .section--job .attributes tr td:last-child {
  text-align: right;
}

.single-job .section--job .attributes td,
.page-template-page-details .section--job .attributes td {
  width: 50%;
}

@media (min-width: 992px) {
  .single-job .section--job .attributes td,
  .page-template-page-details .section--job .attributes td {
    width: auto;
  }
}
.single-job .section--job .frame--purple path,
.page-template-page-details .section--job .frame--purple path {
  fill: none;
  stroke: #471445;
}

.single-job .section--job .frame--blue path,
.page-template-page-details .section--job .frame--blue path {
  fill: none;
  stroke: #1247ba;
}

.single-job .section--job .frame--green path,
.page-template-page-details .section--job .frame--green path {
  fill: none;
  stroke: #21b296;
}

.single-job .section--job .frame--yellow path,
.page-template-page-details .section--job .frame--yellow path {
  fill: none;
  stroke: #ffa62e;
}

.single-job .section--job .frame--red path,
.page-template-page-details .section--job .frame--red path {
  fill: none;
  stroke: #f51238;
}

.single-job .section--job .frame--almond path,
.page-template-page-details .section--job .frame--almond path {
  fill: none;
  stroke: #ede0d4;
}

.single-job .section--job .frame--gray path,
.page-template-page-details .section--job .frame--gray path {
  fill: none;
  stroke: #525257;
}

.single-job .section--job .frame--light-gray path,
.page-template-page-details .section--job .frame--light-gray path {
  fill: none;
  stroke: #f8f8f9;
}

.single-job .section--job > .container .box--hero .hero--job,
.page-template-page-details .section--job > .container .box--hero .hero--job {
  position: relative;
}

.single-job .section--job > .container .box--hero .hero--job:after,
.page-template-page-details .section--job > .container .box--hero .hero--job:after {
  content: "";
  position: absolute;
  top: -172px;
  margin-left: -10vw;
  width: 110vw;
  height: calc(100% + 172px);
  z-index: -1;
}
@media (min-width: 1200px) {
  .single-job .section--job > .container .box--hero .hero--job:after,
  .page-template-page-details .section--job > .container .box--hero .hero--job:after {
    left: 50%;
    margin-left: -5000vw;
    width: 10000vw;
  }
}

.single-job .section--job > .container .box--hero.bg-purple,
.page-template-page-details .section--job > .container .box--hero.bg-purple {
  color: #fff;
}

.single-job .section--job > .container .box--hero.bg-purple .hero:after,
.page-template-page-details .section--job > .container .box--hero.bg-purple .hero:after {
  background-color: #471445;
}

.single-job .section--job > .container .box--hero.bg-blue,
.page-template-page-details .section--job > .container .box--hero.bg-blue {
  color: #fff;
}

.single-job .section--job > .container .box--hero.bg-blue .hero:after,
.page-template-page-details .section--job > .container .box--hero.bg-blue .hero:after {
  background-color: #1247ba;
}

.single-job .section--job > .container .box--hero.bg-green,
.page-template-page-details .section--job > .container .box--hero.bg-green {
  color: #fff;
}

.single-job .section--job > .container .box--hero.bg-red,
.page-template-page-details .section--job > .container .box--hero.bg-red {
  color: #fff;
}

.single-job .section--job > .container .box--hero.bg-red .hero:after,
.page-template-page-details .section--job > .container .box--hero.bg-red .hero:after {
  background-color: #f51238;
}

.single-job .section--job > .container .box--hero.bg-yellow,
.page-template-page-details .section--job > .container .box--hero.bg-yellow {
  color: inherit;
}

.single-job .section--job > .container .box--hero.bg-yellow .hero:after,
.page-template-page-details .section--job > .container .box--hero.bg-yellow .hero:after {
  background-color: #ffa62e;
}

.single-job .section--job > .container .box--hero.bg-gray,
.page-template-page-details .section--job > .container .box--hero.bg-gray {
  color: inherit;
}

.single-job .section--job > .container .box--hero.bg-gray .hero:after,
.page-template-page-details .section--job > .container .box--hero.bg-gray .hero:after {
  background-color: #f8f8f9;
}

.single-job .section--job > .container .box--hero.bg-almond,
.page-template-page-details .section--job > .container .box--hero.bg-almond {
  color: inherit;
}

.single-job .section--job > .container .box--hero.bg-almond .hero:after,
.page-template-page-details .section--job > .container .box--hero.bg-almond .hero:after {
  background-color: #ede0d4;
}

.single-job .section--job > .container .hero__headline,
.page-template-page-details .section--job > .container .hero__headline {
  font-size: 1.75rem;
  line-height: 1.2142857143;
  margin: 0;
}

@media (min-width: 992px) {
  .single-job .section--job > .container .hero__headline,
  .page-template-page-details .section--job > .container .hero__headline {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .single-job .section--job > .container .hero__headline,
  .page-template-page-details .section--job > .container .hero__headline {
    font-size: 2.375rem;
  }
}
@media screen and (min-width: 1400px) {
  .single-job .section--job > .container .hero__headline,
  .page-template-page-details .section--job > .container .hero__headline {
    font-size: 3rem;
  }
}
.single-job .section--job > .container .box--frame,
.page-template-page-details .section--job > .container .box--frame {
  display: none;
}

@media (min-width: 992px) {
  .single-job .section--job > .container > .row,
  .page-template-page-details .section--job > .container > .row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50.42% 1fr;
    grid-template-columns: 50.42% 1fr;
    -ms-grid-rows: 172px auto 1fr;
    grid-template-rows: 172px auto 1fr;
    width: auto;
    margin-bottom: 80px;
  }
  .single-job .section--job > .container > .row .column--n0,
  .page-template-page-details .section--job > .container > .row .column--n0 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row-start: 2;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 1;
  }
  .single-job .section--job > .container > .row .column--n1,
  .page-template-page-details .section--job > .container > .row .column--n1 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row-start: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 1;
  }
  .single-job .section--job > .container > .row .column--n2,
  .page-template-page-details .section--job > .container > .row .column--n2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    grid-row-start: 2;
    grid-row-end: 4;
    -ms-grid-column: 2;
    grid-column-start: 2;
    grid-column-end: 2;
  }
  .single-job .section--job > .container .box--attributes,
  .page-template-page-details .section--job > .container .box--attributes {
    padding-top: 30px;
  }
  .single-job .section--job > .container .box--featured-image,
  .page-template-page-details .section--job > .container .box--featured-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .single-job .section--job > .container .box--featured-image > .box__content,
  .page-template-page-details .section--job > .container .box--featured-image > .box__content {
    padding: 0;
  }
  .single-job .section--job > .container .box--featured-image .box__content,
  .page-template-page-details .section--job > .container .box--featured-image .box__content {
    width: 78%;
    margin: 0 auto;
  }
  .single-job .section--job > .container .box--frame,
  .page-template-page-details .section--job > .container .box--frame {
    position: relative;
    -ms-grid-row: 2;
    grid-row-start: 2;
    grid-row-end: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    grid-column-end: 2;
    display: block;
  }
  .single-job .section--job > .container .box--frame svg,
  .page-template-page-details .section--job > .container .box--frame svg {
    vector-effect: non-scaling-stroke;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .single-job .section--job > .container .box--frame svg path,
  .page-template-page-details .section--job > .container .box--frame svg path {
    vector-effect: non-scaling-stroke;
    stroke-width: 3;
  }
  .single-job .section--job > .container .box--frame .frame,
  .page-template-page-details .section--job > .container .box--frame .frame {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
    margin-top: -2%;
    padding-bottom: 2%;
  }
  .single-job .section--job > .container .box--frame .frame--wooden--inline,
  .page-template-page-details .section--job > .container .box--frame .frame--wooden--inline {
    margin-top: -5%;
    padding-bottom: 5%;
  }
  .single-job .section--job > .container .box--frame .frame--wooden--inline svg,
  .page-template-page-details .section--job > .container .box--frame .frame--wooden--inline svg {
    height: 1px;
    padding-bottom: 100%;
    overflow: visible;
  }
  .single-job .section--job > .container .box--frame .frame--scalloped--inline,
  .single-job .section--job > .container .box--frame .frame--simple--inline,
  .page-template-page-details .section--job > .container .box--frame .frame--scalloped--inline,
  .page-template-page-details .section--job > .container .box--frame .frame--simple--inline {
    width: 100%;
  }
  .single-job .section--job > .container .box--additional-info,
  .page-template-page-details .section--job > .container .box--additional-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .single-job .section--job > .container .box--frame,
  .single-job .section--job > .container .box--featured-image,
  .page-template-page-details .section--job > .container .box--frame,
  .page-template-page-details .section--job > .container .box--featured-image {
    padding-top: 50px;
  }
  .single-job .section--job > .container .box--description.framedby--simple--inline .box__content,
  .single-job .section--job > .container .box--location-info.framedby--simple--inline .box__content,
  .page-template-page-details .section--job > .container .box--description.framedby--simple--inline .box__content,
  .page-template-page-details .section--job > .container .box--location-info.framedby--simple--inline .box__content {
    margin: 0 auto;
    width: 86.02%;
    margin-top: 5%;
  }
  .single-job .section--job > .container .box--description.framedby--scalloped--inline .box__content,
  .single-job .section--job > .container .box--location-info.framedby--scalloped--inline .box__content,
  .page-template-page-details .section--job > .container .box--description.framedby--scalloped--inline .box__content,
  .page-template-page-details .section--job > .container .box--location-info.framedby--scalloped--inline .box__content {
    margin: 0 auto;
    width: 86.02%;
    margin-top: 5%;
  }
  .single-job .section--job > .container .box--description.framedby--rounded--inline .box__content,
  .single-job .section--job > .container .box--location-info.framedby--rounded--inline .box__content,
  .page-template-page-details .section--job > .container .box--description.framedby--rounded--inline .box__content,
  .page-template-page-details .section--job > .container .box--location-info.framedby--rounded--inline .box__content {
    margin: 0 auto;
    width: 81.42%;
    margin-top: 10%;
  }
  .single-job .section--job > .container .box--description.framedby--wooden--inline .box__content,
  .single-job .section--job > .container .box--location-info.framedby--wooden--inline .box__content,
  .page-template-page-details .section--job > .container .box--description.framedby--wooden--inline .box__content,
  .page-template-page-details .section--job > .container .box--location-info.framedby--wooden--inline .box__content {
    margin: 0 auto;
    width: 79.12%;
    margin-top: 15%;
  }
}
@media (min-width: 992px) {
  .single-job .section--job .column--n1 .box--additional-info,
  .page-template-page-details .section--job .column--n1 .box--additional-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.single-job .section--job .column--n1 .box--additional-info .box__content,
.box--additional-info .box__content {
  background: #F4F5F7;
  border-radius: 1rem;
  margin: 0 auto;
  padding: 40px;
}

@media (min-width: 992px) {
  .single-job .section--job .column--n1 .box--additional-info .box__content,
  .page-template-page-details .section--job .column--n1 .box--additional-info .box__content {
    width: 100%;
  }
}
.single-job .section--job .column--n2 .box--additional-info,
.page-template-page-details .section--job .column--n2 .box--additional-info {
  background: #ededee;
  overflow: hidden;
}

@media (min-width: 992px) {
  .single-job .section--job .column--n2 .box--additional-info,
  .page-template-page-details .section--job .column--n2 .box--additional-info {
    display: none;
  }
}
.single-job .section--job .column--n2 .box--additional-info .box__content,
.page-template-page-details .section--job .column--n2 .box--additional-info .box__content {
  background: none;
  padding: 0;
  margin: 30px;
}

@media (min-width: 992px) {
  .single-job .section--job .column.framedby--simple--inline .box__content,
  .page-template-page-details .section--job .column.framedby--simple--inline .box__content {
    width: 86.02%;
    margin: 0 auto;
  }
  .single-job .section--job .column.framedby--simple--inline .box--featured-image .box__content,
  .page-template-page-details .section--job .column.framedby--simple--inline .box--featured-image .box__content {
    margin-top: 5%;
  }
  .single-job .section--job .column.framedby--scalloped--inline .box__content,
  .page-template-page-details .section--job .column.framedby--scalloped--inline .box__content {
    width: 86.02%;
    margin: 0 auto;
  }
  .single-job .section--job .column.framedby--scalloped--inline .box--featured-image .box__content,
  .page-template-page-details .section--job .column.framedby--scalloped--inline .box--featured-image .box__content {
    margin-top: 5%;
  }
  .single-job .section--job .column.framedby--rounded--inline .box__content,
  .page-template-page-details .section--job .column.framedby--rounded--inline .box__content {
    width: 81.42%;
    margin: 0 auto;
  }
  .single-job .section--job .column.framedby--rounded--inline .box--featured-image .box__content,
  .page-template-page-details .section--job .column.framedby--rounded--inline .box--featured-image .box__content {
    margin-top: 10%;
  }
  .single-job .section--job .column.framedby--wooden--inline .box__content,
  .page-template-page-details .section--job .column.framedby--wooden--inline .box__content {
    width: 79.12%;
    margin: 0 auto;
  }
  .single-job .section--job .column.framedby--wooden--inline .box--featured-image .box__content,
  .page-template-page-details .section--job .column.framedby--wooden--inline .box--featured-image .box__content {
    margin-top: 15%;
  }
}
.single-job .section--job .image--framed,
.page-template-page-details .section--job .image--framed {
  padding-bottom: 72.09%;
}

.single-job .section--job .image--framed svg,
.page-template-page-details .section--job .image--framed svg {
  top: 0;
  left: 0;
  width: 100%;
}

.single-job .section--job .image--framed.frame--simple--inline:hover path,
.page-template-page-details .section--job .image--framed.frame--simple--inline:hover path {
  opacity: 1;
  -webkit-animation: frame-pulse 0.15s linear infinite alternate;
  animation: frame-pulse 0.15s linear infinite alternate;
}

.single-job .section--job .image--framed.frame--simple--inline:hover path.path-2,
.page-template-page-details .section--job .image--framed.frame--simple--inline:hover path.path-2 {
  opacity: 0;
  -webkit-animation: frame-pulse-2 0.15s linear infinite alternate;
  animation: frame-pulse-2 0.15s linear infinite alternate;
}

.single-job .section--job .image--framed .image-wrapper,
.page-template-page-details .section--job .image--framed .image-wrapper {
  position: absolute;
  top: 6%;
  left: 4.5%;
  width: 91%;
  padding-bottom: 64.09%;
  overflow: hidden;
}

.single-job .section--job .image--framed img,
.page-template-page-details .section--job .image--framed img {
  top: 0;
  left: 0;
  width: 100%;
}

.description__inner {
  position: relative;
  overflow: hidden;
  max-height: 300px;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}

.description__inner:after {
  content: "";
  height: 40%;
  max-height: 95px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.show-more {
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  border: 0;
  background: 0;
  font-weight: bold;
}

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