@import url("https://fonts.googleapis.com/css?family=Oswald");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  cursor: default;
}
abbr[title],
dfn[title] {
  cursor: help;
}
button,
input[type="button"],
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
label[for],
select {
  cursor: pointer;
}
code {
  cursor: text;
}
button[disabled],
input[disabled],
select[disabled] {
  cursor: default;
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
progress {
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 0.0625em dotted;
  text-transform: none;
}
@supports (text-decoration: dotted underline) {
  abbr[title] {
    border-bottom: 0;
    text-decoration: dotted underline;
  }
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.625em;
}
img {
  max-width: 100%;
}
img[height],
img[width] {
  max-width: none;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
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 {
  display: table;
  white-space: normal;
  width: 100%;
}
textarea {
  overflow: auto;
  resize: vertical;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
fieldset,
iframe,
img,
legend {
  border: 0;
}
h1,
h2,
h3,
h5,
h6,
keygen {
  font-size: 100%;
}
menu,
ol,
ul {
  list-style-type: none;
}
blockquote,
body,
dd,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
menu,
ol,
p,
pre,
ul {
  margin: 0;
}
fieldset,
legend,
menu,
ol,
ul {
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  color: #333;
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  height: 100%;
  line-height: 1.375;
}
html {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(14px + 4 * ((100vw - 320px) / 1046));
  }
}
@media screen and (min-width: 1366px) {
  html {
    font-size: 18px;
  }
}
body {
  background: #fff;
  min-height: 100%;
  overflow-y: scroll;
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.6667em;
  position: relative;
  width: 93.75%;
}
.container--large {
  max-width: 75em;
}
.entry-content {
  line-height: 1.625;
}
.entry-content h1 {
  font-size: 2em;
}
.entry-content h2 {
  font-size: 1.5em;
}
.entry-content h3 {
  font-size: 1.17em;
}
.entry-content h4 {
  font-size: 1em;
}
.entry-content h5 {
  font-size: 0.83em;
}
.entry-content h6 {
  font-size: 0.75em;
}
.entry-content ol {
  list-style-type: decimal;
}
.entry-content ul {
  list-style-type: disc;
}
.entry-content ol,
.entry-content ul {
  padding-left: 2.5em;
}
.entry-content dd dl,
.entry-content li ol,
.entry-content li ul {
  margin: 0;
}
.entry-content dd {
  margin-left: 2.5em;
}
.entry-content blockquote,
.entry-content dl,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content ol,
.entry-content p,
.entry-content pre,
.entry-content ul {
  margin: 1.625em 0;
}
.entry-content blockquote:first-child,
.entry-content dl:first-child,
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-content ol:first-child,
.entry-content p:first-child,
.entry-content pre:first-child,
.entry-content ul:first-child {
  margin-top: 0;
}
.entry-content blockquote:last-child,
.entry-content dl:last-child,
.entry-content h1:last-child,
.entry-content h2:last-child,
.entry-content h3:last-child,
.entry-content h4:last-child,
.entry-content h5:last-child,
.entry-content h6:last-child,
.entry-content ol:last-child,
.entry-content p:last-child,
.entry-content pre:last-child,
.entry-content ul:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .grid {
    font-size: 0;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.grid__column {
  padding: 1rem 0;
}
.grid__column:first-child {
  padding-top: 0;
}
.grid__column:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 48em) {
  .grid__column {
    display: inline-block;
    font-size: 1rem;
    padding: 0 1rem;
    vertical-align: top;
  }
}
@media screen and (min-width: 48em) {
  .grid__column--1 {
    width: 8.3333%;
  }
  .grid__column--2 {
    width: 16.6667%;
  }
  .grid__column--3 {
    width: 25%;
  }
  .grid__column--4 {
    width: 33.3333%;
  }
  .grid__column--5 {
    width: 41.6667%;
  }
  .grid__column--6 {
    width: 50%;
  }
  .grid__column--7 {
    width: 58.3333%;
  }
  .grid__column--8 {
    width: 66.6667%;
  }
  .grid__column--9 {
    width: 75%;
  }
  .grid__column--10 {
    width: 83.3333%;
  }
  .grid__column--11 {
    width: 91.6667%;
  }
  .grid__column--12 {
    width: 100%;
  }
}
@font-face {
  font-family: Icons;
  src: url("../fonts/icons.woff2") format("woff2"),
    url("../fonts/icons.woff") format("woff");
}
.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 1.5em;
}
.accordion__item {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 48em) {
  .accordion__item {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .accordion__item:nth-child(2n + 2) {
    margin-right: 0;
  }
}
.accordion__item.is-active .accordion__item-title {
  background: #005aa5;
  color: #fff;
}
.accordion__item.is-active .accordion__item-title:after {
  background-position: 0 -12px;
}
.accordion__item.is-active .accordion__item-text {
  display: block;
}
.accordion__item-title {
  background: #efefef;
  cursor: pointer;
  padding: 1em 1.5em;
  font-weight: bold;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  font-size: 0.85em;
}
.accordion__item-title:after {
  content: "";
  display: block;
  background: url("../images/accordion-arrow.png") no-repeat;
  width: 22px;
  height: 12px;
  margin-left: 2em;
  margin-top: 0.5em;
}
.accordion__item-text {
  background: #efefef;
  display: none;
  padding: 1.5em;
}
.accordion__item-text p {
  margin-bottom: 1.5em;
  font-size: 0.875em;
}
.accordion__item-text p:last-child {
  margin-bottom: 0;
}
.footer {
  background: #444;
  color: #fff;
  padding: 2em 0;
}
.footer a {
  color: #fff;
  text-decoration: underline;
}
.footer a:hover {
  text-decoration: underline;
}
.footer__inner {
  font-size: 0.85em;
}
@media screen and (min-width: 48em) {
  .footer__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer__content {
  padding-top: 0.4em;
}
.footer__content p {
  margin-bottom: 1em;
}
.footer__social {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__social-item {
  margin: 0 0.125em;
}
.footer__social-item:first-child {
  margin-right: 0.5em;
}
.connections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 3em;
  width: 100%;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 1em;
}
@media screen and (min-width: 48em) {
  .connections {
    flex-direcstion: row;
  }
}
.connections__item {
  width: 100%;
  padding: 0 0.25em;
  margin-bottom: 1.5em;
  position: relative;
}
.connections__item:after {
  position: absolute;
  bottom: 1em;
  right: 1em;
  width: 1.75em;
  height: 1.75em;
  content: "";
  display: block;
  background: #00aae2 url("../images/button-arrow.png") center center no-repeat;
  background-size: 0.5em;
}
.connections__item:hover .connections__item-title {
  background: #0067bd;
}
@media screen and (min-width: 48em) {
  .connections__item {
    width: 50%;
  }
}
@media screen and (min-width: 64.0625em) {
  .connections__item {
    width: 25%;
  }
}
.connections__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.connections__item-image {
  position: relative;
  z-index: 1;
  padding: 0 0.75em;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 100%;
}
.connections__item-img {
  display: block;
  width: 100%;
  border: 1px solid #0067bd;
}
.connections__item-title {
  background: #005aa5;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  color: #fff;
  text-transform: uppercase;
  padding: 4.25rem 0.75rem 0.75rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: -4em;
  font-size: 0.875em;
  width: 100%;
  height: 8.5em;
}
.connections__item-title span {
  display: block;
  max-width: 13em;
}
.header {
  background: #005aa5;
  height: 7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header--alt .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header--alt .container .header-btn {
  margin-left: auto;
}
.header--alt .container .header-btn .button {
  -webkit-transform: translatex(-3em);
  transform: translatex(-3em);
}
@media screen and (max-width: 47.9375em) {
  .header--alt .container .header-btn {
    display: none;
  }
}
.header__toggle {
  margin-right: 2em;
  background: none;
  padding: 0;
  border: none;
}
.header__icon {
  width: 1em;
  height: 1em;
  fill: #fff;
  font-size: 2em;
}
.hero {
  background: url("../images/hero-background.jpg") center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.hero:before {
  background: url("../images/hero-stripes.png") center center repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1em;
}
@media screen and (min-width: 48em) {
  .hero:before {
    height: 1.65em;
  }
}
@media screen and (min-width: 48em) {
  .hero .container {
    height: calc(100% - 1.65em);
  }
}
.hero__inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 2em;
}
@media screen and (max-width: 47.9375em) {
  .hero__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 64.0625em) {
  .hero__inner {
    padding: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 47.9375em) {
  .hero--video .hero__inner {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}
@media screen and (min-width: 48em) {
  .hero--video .hero__inner {
    -ms-flex-flow: initial;
    flex-flow: initial;
  }
}
@media screen and (min-width: 48em) {
  .hero__inner {
    padding-top: 1.65em;
  }
  .hero--video .hero__inner {
    padding-bottom: 1.65em;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.hero__person {
  display: block;
  margin-left: -0.5em;
  margin-right: 1em;
  width: 50em;
  margin-top: 1em;
}
@media screen and (max-width: 47.9375em) {
  .hero__person {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .hero__person {
    width: 20em;
  }
}
@media screen and (min-width: 64.0625em) {
  .hero__person {
    bottom: 0;
    height: 100%;
    display: block;
    margin-left: 0;
    margin-right: 3em;
    min-width: 24em;
    position: relative;
    width: 32em;
  }
}
.hero__image {
  display: block;
  width: 100%;
}
.hero__content {
  padding-bottom: 2em;
}
@media screen and (max-width: 47.9375em) {
  .hero__content--desktop {
    display: none;
  }
}
@media screen and (min-width: 64.0625em) {
  .hero__content {
    max-width: 25em;
  }
}
.hero__content .button {
  font-size: 0.75em;
}
@media screen and (min-width: 37.5em) {
  .hero__content .button {
    font-size: 1em;
  }
}
.hero__title {
  color: #fff;
  font-size: 3.5em;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 0.25em;
  margin-left: -0.075em;
}
@media screen and (min-width: 48em) {
  .hero__title {
    font-size: 4.5em;
  }
}
.hero__subtitle {
  color: #fff;
  display: block;
  font-size: 1.5em;
  font-weight: normal;
  margin-top: -0.65em;
  font-family: "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 1em;
}
.hero__text {
  color: #fff;
  font-weight: 600;
  margin-bottom: 1.75em;
  font-size: 0.85em;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .hero__text {
    font-size: 0.95em;
    max-width: 25em;
  }
}
@media screen and (min-width: 64.0625em) {
  .hero__text {
    font-size: 1em;
  }
}
.hero__video {
  margin-top: 1.5em;
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 1.5em;
  height: 19em;
  width: 100%;
}
.hero__video--no-margin {
  margin-top: 0;
}
@media screen and (min-width: 48em) {
  .hero__video {
    width: 50%;
    margin-right: 3em;
    padding-bottom: 30%;
    margin-bottom: 0;
  }
  .hero__video--smaller {
    width: 90%;
  }
}
.hero__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__main-title {
  color: #fff;
  text-align: center;
  font-size: 2em;
  font-weight: 800;
  margin: 1em auto 0.5em;
  max-width: 20em;
  line-height: 1.125em;
}
.green-banner {
  background: #1faf4d;
  font-size: 2em;
  color: #231f20;
  padding: 0.45em 1em;
  font-weight: 600;
  text-align: center;
}
.hero__content--mobile {
  display: block;
}
@media screen and (min-width: 48em) {
  .hero__content--mobile {
    display: none;
  }
}
.hero__mobile-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 48em) {
  .hero__mobile-title {
    display: none;
  }
}
.hero__mobile-title .img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 8.5em;
  margin-right: 1em;
}
@media screen and (min-width: 48em) {
  .hero__content--bigger {
    width: 100%;
    max-width: 100%;
  }
  .hero__content--bigger .hero__text {
    width: 100%;
    max-width: 100%;
  }
}
.map--alt {
  background: url("../images/stock-bg.jpg") bottom center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 48em) {
  .map--alt img {
    display: none;
  }
}
.map--alt .container {
  padding: 2em;
}
@media screen and (max-width: 47.9375em) {
  .map--alt .container {
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 48em) {
  .map--alt .map__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.map__inner {
  position: relative;
}
@media screen and (min-width: 64.0625em) {
  .map__inner {
    height: 35em;
    padding: 2em;
  }
}
.map__info {
  background-color: #005aa5;
  padding: 2em;
  width: 100%;
}
@media screen and (min-width: 64.0625em) {
  .map__info {
    background-color: #005aa5;
    max-width: 27em;
    position: relative;
    z-index: 1;
    height: 100%;
    left: 0;
  }
}
.map__title {
  color: #fff;
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 2em;
  padding: 0 1em;
  text-align: center;
}
.map__container {
  height: 25em;
}
.map__container > div:first-of-type {
  height: 25em !important;
}
@media screen and (min-width: 64.0625em) {
  .map__container > div:first-of-type {
    height: 100% !important;
  }
}
@media screen and (min-width: 64.0625em) {
  .map__container {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute !important;
    top: 0;
    width: 100%;
  }
}
.map__list {
  margin-bottom: 2em;
}
.map__list-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  margin-bottom: 1em;
  min-height: 1.5em;
}
.map__list-item:last-child {
  margin-bottom: 0;
}
.map__list-item:before {
  background: url("../images/icon-checkmark.png") no-repeat;
  background-size: 1em 1em;
  content: "";
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 1.75em;
  height: 1em;
  margin-right: 0.5em;
  width: 1em;
  -webkit-transform: translatey(-0.05em);
  transform: translatey(-0.05em);
}
.map__button {
  text-align: center;
}
.map__button .button {
  -webkit-transform: translatex(-1.5em);
  transform: translatex(-1.5em);
}
.map__link {
  color: #fff;
  margin-top: 1.5em;
  text-align: center;
  font-size: 0.85em;
}
.map__link a {
  color: #fff;
  text-decoration: underline;
}
.map__link a:hover {
  text-decoration: none;
}
.section {
  padding: 2.5em 0;
}
.section.section--why {
  background-color: #e6e7e8;
  text-align: center;
}
.section.section--why .button {
  margin-left: -3em;
}
.section.section--white {
  background-color: #fff;
}
.section.section--email {
  background-color: #005aa5;
  text-align: center;
}
.section.section--value {
  background-color: #e6e7e8;
}
.section--employers {
  background-color: #e6e7e8;
}
.section--employers-white {
  background-color: #fff;
}
.section.section--cta {
  background: #005aa5;
}
.section.section--cta .section__title {
  color: #fff;
}
.section__title {
  color: #005aa5;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.25em;
  font-weight: normal;
  margin-bottom: 1.5em;
}
.section__title--bold {
  font-weight: bold;
}
@media screen and (min-width: 48em) {
  .section__title {
    max-width: 26em;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.75em;
  }
  .section--employers .section__title {
    max-width: 100%;
  }
}
.section__title.section__titile--no-space {
  margin-bottom: 0.25em;
}
.section--email .section__title {
  color: #fff;
}
.section--connections .section__title {
  margin-bottom: 0.25em;
}
.section__sub-title {
  color: #005aa5;
  text-align: center;
  font-size: 1.25em;
}
.section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 48em) {
  .section__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.section--employers-alt .section__content .section__video {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.section__text {
  color: #005aa5;
  font-size: 1.125em;
  margin-bottom: 1em;
}
.section--why .section__text {
  margin-bottom: 2em;
}
@media screen and (min-width: 48em) {
  .section__text--padded {
    max-width: 38em;
    margin-left: auto;
    margin-right: auto;
  }
}
.section__video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.section__video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section__video {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 48em) {
  .section--industry .section__video {
    width: 50%;
    margin-right: 1.5em;
  }
}
@media screen and (min-width: 48em) {
  .section--employers .section__video--large {
    width: 60%;
  }
}
.section__copy ul {
  list-style-type: disc;
  margin-left: 1.5em;
}
@media screen and (min-width: 48em) {
  .section__copy ul {
    margin-left: 0;
  }
}
.section__copy ul li {
  margin-bottom: 1em;
}
.section__copy p {
  margin-bottom: 1.25em;
}
.section--industry .section__copy {
  color: #005aa5;
}
@media screen and (min-width: 48em) {
  .section--industry .section__copy {
    width: 50%;
    margin-left: 1.5em;
  }
}
@media screen and (min-width: 48em) {
  .section--employers .section__copy {
    width: 40%;
  }
}
@media screen and (min-width: 64.0625em) {
  .section__why-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.section__why-info {
  width: 100%;
  margin-bottom: 2.5em;
}
@media screen and (min-width: 64.0625em) {
  .section__why-info {
    margin-bottom: 0;
  }
}
.section__why-email {
  background: #005aa5;
  padding: 2em 1em;
  color: #fff;
}
@media screen and (min-width: 64.0625em) {
  .section__why-email {
    width: 25em;
  }
}
.section__why-email p {
  margin-bottom: 1em;
}
.section__cta {
  text-align: center;
}
.section__cta .section__sub-title {
  margin-bottom: 1em;
}
.section__cta .button {
  margin-left: -3em;
}
.section__cta-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 47.9375em) {
  .section__cta-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -3em;
  }
}
.section__cta-btns .button {
  margin: 0;
}
@media screen and (max-width: 47.9375em) {
  .section__cta-btns .button {
    width: 55%;
    margin-bottom: 1em;
  }
  .section__cta-btns .button:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 48em) {
  .section__cta-btns .button:first-child {
    margin-right: 4em;
    margin-left: -3em;
  }
}
.tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 2.5em 0;
}
@media screen and (min-width: 48em) {
  .tiles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1em;
  }
}
@media screen and (min-width: 64.0625em) {
  .tiles.tiles--alt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    max-width: 26em;
    padding: 0;
  }
}
.tiles__tile {
  border-radius: 0.75em;
  border: 2px solid #005aa5;
  color: #005aa5;
  margin: 0 0 1em;
  padding: 1em;
}
@media screen and (min-width: 64.0625em) {
  .tiles--alt .tiles__tile {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0.5em;
    max-width: 100%;
    padding: 0;
  }
}
.tiles__tile:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .tiles__tile {
    border-width: 0.125em;
    margin: 0 1em;
    max-width: 15em;
    padding: 2em 1em;
  }
}
@media screen and (min-width: 64.0625em) {
  .tiles__tile {
    margin: 0 1.5em;
    padding: 2em 1.5em;
  }
}
.tiles__number {
  display: inline-block;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 0.125em;
  position: relative;
}
@media screen and (min-width: 64.0625em) {
  .tiles--alt .tiles__number {
    text-align: left;
    display: block;
    width: 2.25em;
    padding: 0.125em 0.25em;
    margin-right: 0.25em;
    border: 3px solid #005aa5;
    border-radius: 0.75rem !important;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    text-align: center;
  }
}
.tiles__number sup {
  position: relative;
  top: -1em;
  font-size: 0.45em;
}
.tiles__text {
  font-weight: 600;
}
.tiles__text a {
  color: #005aa5;
}
@media screen and (min-width: 64.0625em) {
  .tiles--alt .tiles__text {
    font-size: 1.125em;
    text-align: left;
    margin-top: -0.25em;
  }
}
.quote {
  text-align: center;
  color: #005aa5;
  padding: 0 2.5em;
  margin-bottom: 1.5em;
}
.quote cite {
  font-size: 0.95em;
}
.quote cite p {
  font-size: 0.75em;
}
.quote__image {
  display: block;
  margin: 0 auto 0.5em;
}
.quote__text {
  font-weight: 600;
  font-size: 0.85em;
  padding: 0 2em;
}
.marker {
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif !important;
}
.marker .button {
  border: 1px solid #e6e7e8;
  margin: 1em 0 0.5em;
}
.marker .button:after {
  border: 1px solid #00aae2;
  box-sizing: content-box;
  top: -1px;
}
.marker__title {
  font-size: 1.25em;
}
.button {
  background: #005aa5;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 0.75em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.button:after {
  content: "";
  display: block;
  background: #00aae2 url("../images/button-arrow.png") center center no-repeat;
  background-size: 0.75em;
  width: 3em;
  height: 100%;
  position: absolute;
  top: 0;
  right: -3em;
  -webkit-transition: background-position 0.2s ease-in-out;
  transition: background-position 0.2s ease-in-out;
}
.button:hover:after {
  background-position: top 50% left 60%;
}
.button--white {
  background-color: #fff;
  color: #005aa5;
}
.text-area,
.text-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.text-area {
  height: auto;
  line-height: inherit;
}
.site-logo {
  display: inline-block;
}
.site-logo svg,
.site-logo img {
  height: 4em;
}
.container::after,
.u-clearfix::after {
  clear: both;
  content: "";
  display: table;
}
.u-hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.u-hyphenate {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
a,
.button,
.text-area,
.text-input,
.u-transition {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: background-color, background-image, border-color,
    box-shadow, color, opacity, text-shadow;
  transition-property: background-color, background-image, border-color,
    box-shadow, color, opacity, text-shadow;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.checkbox,
.radio,
.u-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.u-visually-hidden--focusable:active,
.u-visually-hidden--focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@media print {
  *,
  *::after,
  *::before,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
