@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

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

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

body {
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

a {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, figure {
  margin: 0;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: 600;
}

.component\:button {
  background: #006993;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.05em;
  margin-right: 35px;
  padding: 14px 22px;
  position: relative;
  text-transform: uppercase;
}
.component\:button:hover {
  background: #007CAD;
}
.component\:button:before {
  background: #9ACA3C;
  content: " ";
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  width: 25px;
}
.component\:button:after {
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #fff;
  height: 0;
  width: 0;
  content: " ";
  position: absolute;
  right: -16px;
  transform: translateY(-50%);
  top: 50%;
}

.card\:content {
  background-image: linear-gradient(#FFF, #F7F7F7);
}
.card\:content:after {
  content: " ";
  clear: both;
  display: table;
  width: 100%;
}
.block\:twoup\:\:box .card\:content {
  background-image: none;
}

.card\:content\:\:image img {
  display: block;
  height: auto;
  width: 100%;
}

.card\:content\:\:box {
  padding: 45px;
}
@media (max-width: 46.24em) {
  .card\:content\:\:box {
    padding: 20px;
  }
}
.card\:content\:\:box img.alignright {
  display: block;
  height: auto;
  max-width: 100%;
  margin-bottom: 25px;
}
@media (min-width: 46.25em) {
  .card\:content\:\:box img.alignright {
    float: right;
    margin-left: 5%;
    max-width: 50%;
  }
}
.card\:content\:\:box .component\:button:not(:last-child) {
  margin-bottom: 25px;
}
.card\:content\:\:box h2 {
  border-bottom: 1px solid #9ACA3C;
  color: #006993;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
@media (min-width: 46.25em) {
  .card\:content\:\:box h2.float-left {
    float: left;
    width: 45%;
  }
}
.card\:content\:\:box h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.card\:content\:\:box ol {
  list-style: decimal;
}
.card\:content\:\:box ol, .card\:content\:\:box ul {
  margin-left: 17px;
}
.card\:content\:\:box ol li:not(:last-child), .card\:content\:\:box ul li:not(:last-child) {
  margin-bottom: 5px;
}
.card\:content\:\:box ol a, .card\:content\:\:box ul a {
  font-weight: 600;
}
.card\:content\:\:box ul li {
  position: relative;
}
.card\:content\:\:box ul li::before {
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #006993;
  height: 0;
  width: 0;
  content: " ";
  position: absolute;
  left: -15px;
  top: 7px;
}
.card\:content\:\:box ol:not(:last-child), .card\:content\:\:box ul:not(:last-child), .card\:content\:\:box p:not(:last-child) {
  margin-bottom: 15px;
}
.card\:content\:\:box a:not(.component\:button) {
  color: #006993;
}
.card\:content\:\:box a:not(.component\:button):hover {
  color: #007CAD;
}
@media (min-width: 46.25em) {
  .card\:content\:\:box .col-half {
    float: left;
    width: 48%;
  }
}
@media (min-width: 46.25em) {
  .card\:content\:\:box .col-half + .col-half {
    float: right;
  }
}
@media (max-width: 46.24em) {
  .card\:content\:\:box .col-half + .col-half {
    margin-top: 25px;
  }
}
@media (min-width: 46.25em) {
  .card\:content\:\:box .col-half + .col-half + .clear {
    content: " ";
    clear: both;
    display: table;
    width: 100%;
  }
}

.card\:video {
  color: #fff;
  width: 100%;
}
@media (min-width: 46.25em) {
  .card\:video {
    width: 48%;
  }
}
@media (max-width: 46.24em) {
  .card\:video:not(:last-child) {
    margin-bottom: 25px;
  }
}

.card\:video\:\:heading {
  margin-bottom: 10px;
  text-align: center;
}

.block\:footer {
  background-image: linear-gradient(#EFF0F0, #F8F9F9);
  padding: 60px;
}
@media (max-width: 46.24em) {
  .block\:footer {
    padding: 45px;
  }
}

.block\:footer\:\:container {
  margin: 0 auto;
  max-width: 770px;
  width: 90%;
}

.block\:footer\:\:logos {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media (max-width: 46.24em) {
  .block\:footer\:\:logos {
    justify-content: center;
  }
}
@media (max-width: 46.24em) {
  .block\:footer\:\:logos a:not(:last-child) {
    margin-bottom: 30px;
  }
}
.block\:footer\:\:logos img {
  display: block;
  height: auto;
  max-width: 100%;
}

.block\:footer\:\:content {
  font-size: 12px;
  text-align: center;
}
.block\:footer\:\:content *:not(:last-child) {
  margin-bottom: 25px;
}

.block\:group {
  border: 1px solid #D8D8D8;
}
.block\:group:not(:last-child) {
  margin-bottom: 65px;
}

.block\:header {
  background-image: linear-gradient(#FFF, #F7F7F7);
  padding: 30px 0;
}

@media (max-width: 46.24em) {
  .block\:header\:\:logo {
    margin-bottom: 25px;
  }
}
.block\:header\:\:logo img {
  display: block;
  height: auto;
  max-width: 100%;
}

.block\:header\:\:container {
  margin: 0 auto;
  max-width: 1350px;
  width: 90%;
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.block\:intro {
  background-color: #006993;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  padding: 60px 0;
}
@media (max-width: 46.24em) {
  .block\:intro {
    background-position: center right;
  }
}

.block\:intro\:\:container {
  margin: 0 auto;
  max-width: 1350px;
  width: 90%;
}

.block\:intro\:\:header {
  border-bottom: 1px solid #9ACA3C;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.block\:intro\:\:heading {
  font-family: "Archivo Black", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (max-width: 46.24em) {
  .block\:intro\:\:heading {
    font-size: 32px;
  }
}

.block\:intro\:\:subheading {
  font-weight: 600;
  font-size: 32px;
}
@media (max-width: 46.24em) {
  .block\:intro\:\:subheading {
    font-size: 24px;
  }
}

.block\:intro\:\:content {
  font-size: 18px;
}
.block\:intro\:\:content:not(:last-child) {
  margin-bottom: 35px;
}
.block\:intro\:\:content a {
  color: #CEE84A;
}
.block\:intro\:\:content a:hover {
  color: #fff;
}
.block\:intro\:\:content * {
  margin-bottom: 15px;
}

.block\:intro\:\:links {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: #CEE84A;
  font-family: "Archivo Black", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.block\:intro\:\:links a {
  position: relative;
}
.block\:intro\:\:links a:hover {
  color: #fff;
}
@media (min-width: 46.25em) {
  .block\:intro\:\:links a:not(:last-child) {
    margin-right: 45px;
  }
}
@media (max-width: 46.24em) {
  .block\:intro\:\:links a:not(:last-child) {
    margin-bottom: 25px;
  }
}
.block\:intro\:\:links a:after {
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #fff;
  height: 0;
  width: 0;
  content: " ";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
}

.block\:main {
  padding: 60px 0;
}

.block\:navigation {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #006993;
  font-family: "Archivo Black", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .block\:navigation {
    font-size: 20px;
  }
}
@media (max-width: 46.24em) {
  .block\:navigation {
    align-items: flex-start;
    flex-direction: column;
  }
}
.block\:navigation a {
  position: relative;
}
.block\:navigation a:hover {
  color: #007CAD;
}
@media (min-width: 46.25em) {
  .block\:navigation a:not(:last-child) {
    margin-right: 45px;
  }
}
@media (max-width: 46.24em) {
  .block\:navigation a:not(:last-child) {
    margin-bottom: 20px;
  }
}
.block\:navigation a:after {
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #9ACA3C;
  height: 0;
  width: 0;
  content: " ";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
}

.block\:section:not(:last-child) {
  margin-bottom: 150px;
}
@media (max-width: 46.24em) {
  .block\:section:not(:last-child) {
    margin-bottom: 75px;
  }
}

.block\:section\:\:container {
  margin: 0 auto;
  max-width: 1350px;
  width: 90%;
}

.block\:section\:\:header {
  max-width: 800px;
  margin-bottom: 25px;
}

.block\:section\:\:heading {
  font-family: "Archivo Black", sans-serif;
  font-size: 32px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.block\:section\:\:content a {
  color: #006993;
}
.block\:section\:\:content a:hover {
  color: #007CAD;
}

.block\:twoup {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block\:twoup:not(:last-child) {
  margin-bottom: 65px;
}

.block\:twoup\:\:box {
  background-image: linear-gradient(#FFF, #F7F7F7);
  border: 1px solid #D8D8D8;
  width: 100%;
}
@media (min-width: 46.25em) {
  .block\:twoup\:\:box {
    width: 47%;
  }
}
@media (max-width: 46.24em) {
  .block\:twoup\:\:box:not(:last-child) {
    margin-bottom: 65px;
  }
}

.block\:videos {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #006993;
  padding: 45px;
}
@media (max-width: 46.24em) {
  .block\:videos {
    padding: 20px;
  }
}