/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, .rc--section-links--horizontal--news h2, div, span, applet, object, iframe,
h1, h2, h3, h5, h4, 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, 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,
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, menu, nav, section {
  display: block;
}

body, .rc--section-links--horizontal--news h2 {
  line-height: 1;
}

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 v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body, .rc--section-links--horizontal--news h2 {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, form div input[type=submit],
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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, form div input[type=submit],
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, form div input[type=submit],
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, form div input[type=submit],
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, form div input[type=submit]::-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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

@font-face {
  font-family: "Sofia-pro-cond-black";
  src: url("/assets/fonts/Sofia_Pro_Condensed/SofiaProCondBlack.ttf") format("truetype");
}
@font-face {
  font-family: "Sofia-pro-cond-bold";
  src: url("/assets/fonts/Sofia_Pro_Condensed/SofiaProCondBold.ttf") format("truetype");
}
@font-face {
  font-family: "Sofia-pro-cond-ext-light";
  src: url("/assets/fonts/Sofia_Pro_Condensed/SofiaProCondExtLight.ttf") format("truetype");
}
@font-face {
  font-family: "Sofia-pro-cond-light";
  src: url("/assets/fonts/Sofia_Pro_Condensed/SofiaProCondLight.ttf") format("truetype");
}
@font-face {
  font-family: "Sofia-pro-cond-medium";
  src: url("/assets/fonts/Sofia_Pro_Condensed/SofiaProCondMedium.ttf") format("truetype");
}
@font-face {
  font-family: "Sofia-pro-cond-regular";
  src: url("/assets/fonts/Sofia_Pro_Condensed/SofiaProCondRegular.ttf") format("truetype");
}
@font-face {
  font-family: "Sofia-pro-cond-semi-bold";
  src: url("/assets/fonts/Sofia_Pro_Condensed/SofiaProCondSemibold.ttf") format("truetype");
}
@font-face {
  font-family: "Sofia-pro-cond-ultra-thin";
  src: url("/assets/fonts/Sofia_Pro_Condensed/SofiaProCondUltraThin.ttf") format("truetype");
}
.row:before, footer:before, nav:before, .main:before, .row:after, footer:after, nav:after, .main:after {
  content: " ";
  display: table;
}
.row:after, footer:after, nav:after, .main:after {
  clear: both;
}
.row, footer, nav, .main {
  position: relative;
}

.inner, .rc, .nav-container, .ac {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .inner, .rc, .nav-container, .ac {
    width: 90%;
    margin: 0 5%;
  }
}

.column, .rc--section-links--horizontal a {
  float: left;
}

.hidden {
  display: none;
}

.overlay {
  position: absolute;
}

.overlay--top {
  top: 0;
}

.overlay--right {
  right: 0;
}

.overlay--left {
  left: 0;
}

.overlay--bottom {
  bottom: 0;
}

.overlay--h-center {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.overlay--v-center {
  top: 50%;
  transform: translateY(-50%);
}

time {
  position: absolute;
  top: 21px;
  top: 2.1rem;
  right: 42px;
  right: 4.2rem;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "sofia-pro-cond-regular", sans-serif;
  color: #13253F;
}
@media (max-width: 720px) {
  time {
    right: 21px;
    right: 2.1rem;
  }
}

html {
  font-size: 62.5%;
}

body, .rc--section-links--horizontal--news h2 {
  font-family: "sofia-pro-cond-light", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 140%;
  font-weight: normal;
  color: #13253F;
}

ul {
  list-style: disc;
  list-style-position: outside;
  margin-left: 42px;
  margin-left: 4.2rem;
  margin-top: 21px;
  margin-top: 2.1rem;
}

a, button, form div input[type=submit] {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a {
  font-family: "sofia-pro-cond-light", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: normal;
  font-size: inherit;
  color: #0062A2;
  text-decoration: underline;
}
a:hover {
  color: #FFB500;
  cursor: pointer;
}

h1, h2, h3, h5, h4 {
  line-height: 120%;
  text-decoration: underline;
}

h1 {
  font-family: "sofia-pro-cond-regular", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  font-weight: normal;
  color: #13253F;
}
@media (max-width: 720px) {
  h1 {
    font-size: 40px;
    font-size: 4rem;
  }
}

h2 {
  font-family: "sofia-pro-cond-regular", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: normal;
  color: #FFB500;
}
@media (max-width: 720px) {
  h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

h3, h5 {
  font-family: "sofia-pro-cond-regular", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  color: #000000;
}

h4 {
  font-family: "sofia-pro-cond-regular", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: normal;
  color: #13253F;
}

h1:not(:first-child), h2:not(:first-child), h4:not(:first-child) {
  margin: 21px 0px;
  margin: 2.1rem 0rem;
}

p {
  margin-top: 21px;
  margin-top: 2.1rem;
}
@media (max-width: 720px) {
  p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

figcaption {
  font-style: italic;
  text-align: left;
  font-size: 25px;
  font-size: 2.5rem;
}

strong {
  font-weight: 700;
}

button:before, form div input[type=submit]:before, button:after, form div input[type=submit]:after,
a.link__button:before,
a.link__button:after,
.link__button a:before,
.link__button a:after,
.link__button p:before,
.link__button p:after {
  content: " ";
  display: table;
}
button:after, form div input[type=submit]:after,
a.link__button:after,
.link__button a:after,
.link__button p:after {
  clear: both;
}
button, form div input[type=submit],
a.link__button,
.link__button a,
.link__button p {
  background-color: #FFB500;
  display: block;
  float: left;
  padding: 10.5px 42px;
  padding: 1.05rem 4.2rem;
  border: none;
  font-family: "sofia-pro-cond-regular", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #13253F;
  cursor: pointer;
}
button:hover, form div input[type=submit]:hover,
a.link__button:hover,
.link__button a:hover,
.link__button p:hover {
  color: #000000;
}

button:hover, form div input[type=submit]:hover {
  color: #ffffff;
}

.content-wrapper {
  overflow-x: hidden;
}

.rc:before, .nav-container:before, .rc:after, .nav-container:after, .ac:before, .ac:after {
  content: " ";
  display: table;
}
.rc:after, .nav-container:after, .ac:after {
  clear: both;
}
.rc, .nav-container, .ac {
  padding-top: 50px;
  padding-top: 5rem;
}
.rc > *:first-child, .nav-container > *:first-child, .ac > *:first-child {
  margin-top: 0;
}

.rc--section-links--horizontal > ul:before, .rc--section-links--horizontal > ul:after {
  content: " ";
  display: table;
}
.rc--section-links--horizontal > ul:after {
  clear: both;
}
.rc--section-links--horizontal > ul {
  list-style-type: none;
  margin-left: 0;
  display: block;
  width: 100%;
}
@media (max-width: 720px) {
  .rc--section-links--horizontal > ul {
    display: none;
  }
}
.rc--section-links--horizontal > ul li {
  display: block;
}
.rc--section-links--horizontal > ul a {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  min-height: 0;
}
.rc--section-links--horizontal > ul a:not(:first-of-type) {
  margin-left: 5%;
}
.rc--section-links--horizontal a {
  display: block;
  position: relative;
  width: 48%;
}
@media (max-width: 720px) {
  .rc--section-links--horizontal a {
    float: none;
    width: 100%;
  }
}
.rc--section-links--horizontal a:not(:first-of-type) {
  margin-left: 4%;
}
@media (max-width: 720px) {
  .rc--section-links--horizontal a:nth-of-type(even) {
    margin-left: 0;
  }
  .rc--section-links--horizontal a:not(:first-of-type) {
    margin-top: 21px;
    margin-top: 2.1rem;
  }
}
.rc--section-links--horizontal img {
  display: block;
  width: 100%;
}
.rc--section-links--horizontal h2 {
  position: absolute;
  top: 31.5px;
  top: 3.15rem;
  left: 21px;
  left: 2.1rem;
  margin: 0;
  width: 50%;
}
@media (max-width: 1023px) {
  .rc--section-links--horizontal h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.rc--section-links--horizontal .fa-long-arrow-right {
  position: absolute;
  bottom: 21px;
  bottom: 2.1rem;
  right: 21px;
  right: 2.1rem;
  color: #FFB500;
}
@media (max-width: 720px) {
  .rc--section-links--horizontal .fa-long-arrow-right {
    right: 21px;
    right: 2.1rem;
  }
}
.rc--section-links--horizontal p {
  position: absolute;
  bottom: 21px;
  bottom: 2.1rem;
  left: 21px;
  left: 2.1rem;
  width: 70%;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .rc--section-links--horizontal p {
    display: none;
  }
}
@media (max-width: 720px) {
  .rc--section-links--horizontal p {
    display: block;
  }
}
.rc--section-links--horizontal--news a {
  min-height: 280px;
  width: 30%;
  padding: 21px;
  padding: 2.1rem;
  border-top-style: solid;
  border-top-color: #FFB500;
  border-top-width: 10px;
  border-top-width: 1rem;
  background-color: #F4F4F4;
  text-decoration: none;
}
.rc--section-links--horizontal--news a.rc--section-links--horizontal__download {
  float: right;
  border-top-style: solid;
  border-top-color: #0062A2;
  border-top-width: 10px;
  border-top-width: 1rem;
}
.rc--section-links--horizontal--news a.rc--section-links--horizontal__download h1, .rc--section-links--horizontal--news a.rc--section-links--horizontal__download i.fa-long-arrow-right {
  color: #0062A2;
}
.rc--section-links--horizontal--news a.rc--section-links--horizontal__download {
  margin-top: 0;
}
@media (max-width: 720px) {
  .rc--section-links--horizontal--news a {
    width: 100%;
  }
  .rc--section-links--horizontal--news a:not(:first-of-type) {
    margin-top: 21px;
    margin-top: 2.1rem;
    margin-left: 0;
  }
}
.rc--section-links--horizontal--news time {
  display: block;
  position: relative;
  right: 0;
  top: 0;
  text-align: right;
}
.rc--section-links--horizontal--news h1 {
  margin-top: 0;
  color: #FFB500;
  font-size: 28px;
  font-size: 2.8rem;
}
.rc--section-links--horizontal--news h2 {
  position: relative;
  top: 0;
  left: 0;
  text-decoration: none;
  width: 80%;
}
@media (max-width: 720px) {
  .rc--section-links--horizontal--news h2 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.rc--section-links--horizontal--news--list a {
  display: block;
  position: relative;
  min-height: 158px;
  width: 100%;
}
.rc--section-links--horizontal--news--list a:not(:first-of-type) {
  margin-top: 21px;
  margin-top: 2.1rem;
}
.rc--section-links--horizontal--news--list h3, .rc--section-links--horizontal--news--list h5 {
  max-width: 75%;
  color: #FFB500;
}
.rc--section-links--horizontal--news--list .fa-long-arrow-right {
  position: absolute;
  bottom: 21px;
  bottom: 2.1rem;
  right: 21px;
  right: 2.1rem;
  color: #FFB500;
}
@media (max-width: 720px) {
  .rc--section-links--horizontal--news--list .fa-long-arrow-right {
    right: 21px;
    right: 2.1rem;
  }
}
.rc--section-links--horizontal--pages {
  padding-top: 80px;
  padding-top: 8rem;
}
.rc--section-links--horizontal--pages a {
  margin-left: 4%;
}
.rc--section-links--horizontal--pages a:nth-of-type(2n+1) {
  margin-left: 0;
}
.rc--section-links--horizontal--pages a:nth-of-type(n+3) {
  margin-top: 4%;
}
.rc--section-links--horizontal--pages h2 {
  font-size: 50px;
  font-size: 5rem;
}

.ac {
  padding-left: 10%;
  padding-right: 10%;
}
@media (max-width: 1023px) {
  .ac {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.ac > figure {
  position: relative;
}
.ac figure, .ac .ci-google-map {
  margin: 0;
  margin-top: 21px;
  margin-top: 2.1rem;
}
.ac figure img {
  display: block;
  max-width: 100%;
  margin: 0;
}
.ac figure figcaption {
  text-align: right;
  font-size: 16px;
  font-size: 1.6rem;
}
.ac figure.ci-video {
  display: block;
  max-width: 100%;
  width: 560px;
}
.ac figure.ci-video iframe {
  max-width: 100%;
  background-color: #000000;
}
.ac figure.ci-video p {
  display: none;
}
.ac .ci-gallery:before, .ac .ci-gallery:after {
  content: " ";
  display: table;
}
.ac .ci-gallery:after {
  clear: both;
}
.ac .ci-gallery {
  margin-top: 21px;
  margin-top: 2.1rem;
  list-style-type: none;
  margin-left: 0;
  padding-top: 0;
}
.ac .ci-gallery li {
  float: left;
  width: 22%;
  margin-left: 4%;
}
.ac .ci-gallery li:nth-of-type(4n+1) {
  margin-left: 0;
}
.ac .ci-gallery li:nth-of-type(n+5) {
  margin-top: 21px;
  margin-top: 2.1rem;
}
.ac .ci-gallery img {
  width: 100%;
  max-width: 100%;
}
.ac .ci-repository:before, .ac .ci-repository:after {
  content: " ";
  display: table;
}
.ac .ci-repository:after {
  clear: both;
}
.ac .ci-repository {
  margin-top: 21px;
  margin-top: 2.1rem;
}
.ac .ci-repository h2 {
  margin-top: 0;
}
.ac .ci-repository ul {
  list-style-type: none;
  margin-left: 0;
  padding-top: 0;
}
.ac .ci-repository li {
  border-top-style: solid;
  border-top-color: #0062A2;
  border-top-width: 10px;
  border-top-width: 1rem;
  background-color: #F4F4F4;
}
.ac .ci-repository li a {
  display: block;
  position: relative;
  min-height: 158px;
  background: transparent url("/assets/img/ui/download.png") 48px 24px no-repeat;
  padding: 21px 42px 21px 176px;
  padding: 2.1rem 4.2rem 2.1rem 17.6rem;
  text-decoration: none;
  font-family: "sofia-pro-cond-regular", sans-serif;
  color: #0062A2;
  font-size: 28px;
  font-size: 2.8rem;
}
@media (max-width: 720px) {
  .ac .ci-repository li a {
    background-size: 40px 55px;
    background-position: 24px 24px;
    padding: 88px 21px 21px 21px;
    padding: 8.8rem 2.1rem 2.1rem 2.1rem;
  }
}
.ac .ci-repository li:not(:first-of-type) {
  margin-top: 21px;
  margin-top: 2.1rem;
}
.ac .ci-repository__filesize {
  display: block;
  font-family: "sofia-pro-cond-light", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #13253F;
  margin-top: 10.5px;
  margin-top: 1.05rem;
  line-height: 140%;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .ac .ci-repository__filesize {
    margin-top: 0;
  }
}
.ac .ci-repository__caption {
  text-decoration: underline;
}
.ac .ci-repository .fa-long-arrow-right {
  position: absolute;
  bottom: 15.75px;
  bottom: 1.575rem;
  right: 42px;
  right: 4.2rem;
}
@media (max-width: 720px) {
  .ac .ci-repository .fa-long-arrow-right {
    right: 21px;
    right: 2.1rem;
  }
}
.ac .ci-repository ul {
  margin-top: 0;
}
.ac .ci-google-map iframe {
  max-width: 100%;
}
.ac > time {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  margin-top: 21px;
  margin-top: 2.1rem;
  margin-bottom: 21px;
  margin-bottom: 2.1rem;
}
.ac .link--section {
  display: block;
  text-align: right;
  margin-top: 63px;
  margin-top: 6.3rem;
}

.banner:before, .banner:after {
  content: " ";
  display: table;
}
.banner:after {
  clear: both;
}
.banner {
  position: relative;
}
.banner img {
  min-height: 200px;
}
.banner .rc, .banner .nav-container {
  padding-top: 0;
}
.banner .overlay--bottom {
  bottom: 5px;
}
.banner .overlay p {
  font-size: 18px;
  font-size: 1.8rem;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .banner .overlay p {
    font-size: 10.5px;
    font-size: 1.05rem;
  }
}
.banner .overlay h1 {
  width: 80%;
  margin: 0 auto;
  font-size: 72px;
  font-size: 7.2rem;
  color: #ffffff;
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .banner .overlay h1 {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media (max-width: 720px) {
  .banner .overlay h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.banner__img {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 130px;
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

form div {
  font-family: "sofia-pro-cond-light", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}
form div:not(:first-of-type) {
  margin-top: 42px;
  margin-top: 4.2rem;
}
form div input, form div label {
  display: block;
  font-family: "sofia-pro-cond-light", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}
form div ul {
  list-style-type: none;
  display: block;
  padding-top: 10.5px;
  padding-top: 1.05rem;
  margin: 0 auto;
  color: #FFB500;
}
form div input {
  padding: 10.5px;
  padding: 1.05rem;
}
form div input[type=text], form div input[type=email] {
  border: 1px solid #13253F;
  width: 100%;
}
form div input[type=submit] {
  float: right;
}
form div label {
  display: block;
  margin-bottom: 10.5px;
  margin-bottom: 1.05rem;
  text-transform: uppercase;
}
form div label span {
  text-transform: none;
}
form div.error input[type=text],
form div.error input[type=email] {
  border-color: #FFB500;
}

header {
  position: relative;
}

nav {
  position: relative;
  background-color: #13253F;
}

nav:nth-of-type(2) {
  background-color: #13253F;
}

.nav-container {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #13253F;
  min-height: 51px;
}
.nav-container.nav-container--primary #nav--primary {
  margin-left: 0;
}
.nav-container.nav-container--primary.animating #nav--primary, .nav-container.nav-container--primary.menu-visible #nav--primary {
  display: block;
}
.nav-container.nav-container--primary.animating #nav--primary {
  transition: transform 0.25s ease-in-out;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
}
.nav-container.nav-container--primary.animating.left #nav--primary {
  transform: translate3d(-340px, 0, 0);
  -webkit-transform: translate3d(-340px, 0, 0);
  transform: translate3d(-100vw, 0, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
}
.nav-container.nav-container--primary.animating.right #nav--primary {
  transform: translate3d(100vw, 0, 0);
  -webkit-transform: translate3d(100vw, 0, 0);
}
.nav-container.nav-container--primary.menu-visible #nav--primary {
  right: 0px;
}
.nav-container #mobile-menu-open,
.nav-container #mobile-menu-close {
  position: absolute;
  display: none;
  top: 10px;
  top: 1rem;
  right: 10px;
  right: 1rem;
  font-size: 54px;
  font-size: 5.4rem;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .nav-container #mobile-menu-open.fa-bars,
  .nav-container #mobile-menu-close.fa-bars {
    display: block;
  }
  .nav-container #mobile-menu-open.fa-times,
  .nav-container #mobile-menu-close.fa-times {
    display: none;
  }
}
@media (min-width: 1024px) {
  .nav-container #mobile-menu-open,
  .nav-container #mobile-menu-close {
    display: none !important;
  }
}
.nav-container ul {
  position: relative;
  float: right;
  overflow: hidden;
  list-style: none;
  padding-top: 10px;
  padding-top: 1rem;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  margin-top: 0;
  z-index: 100;
  background-color: #13253F;
}
@media (max-width: 1023px) {
  .nav-container ul {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.nav-container ul li {
  float: left;
}
@media (max-width: 1023px) {
  .nav-container ul li {
    float: none;
  }
}
.nav-container ul li:not(:last-of-type) {
  border-right: 1px solid #0062A2;
}
@media (max-width: 1023px) {
  .nav-container ul li:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid #0062A2;
  }
}
.nav-container ul a {
  display: block;
  font-family: "sofia-pro-cond-regular", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 10px 5px 10px;
  padding: 1rem 1rem 0.5rem 1rem;
  font-weight: normal;
  color: #ffffff;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: none;
}
.nav-container ul a:hover {
  color: #0062A2;
}
.nav-container ul a.current {
  color: #FFB500;
}
@media (max-width: 1023px) {
  .nav-container ul a {
    padding: 25.2px 6px 21px 6px;
    padding: 2.52rem 0.6rem 2.1rem 0.6rem;
  }
}
@media (max-width: 1023px) {
  .nav-container ul {
    display: block;
    position: absolute;
    float: none;
    top: 0;
    right: -340px;
    width: 340px;
    right: -100vw;
    width: 100vw;
    max-width: 100%;
    margin-top: 75px;
  }
  .nav-container ul li {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .nav-container {
    min-height: 75px;
  }
}

.nav-container__logo {
  display: block;
  position: absolute;
  padding: 10px;
  padding: 1rem;
  background-color: #ffffff;
  z-index: 1000;
}
.nav-container__logo img {
  display: block;
}
@media (max-width: 1023px) {
  .nav-container__logo img {
    width: 50px;
    height: auto;
  }
}

.rc--flash--cookies {
  position: relative;
  padding: 21px 0px;
  padding: 2.1rem 0rem;
}
.rc--flash--cookies p {
  max-width: 80%;
}

#cookies-close {
  position: absolute;
  top: 35%;
  right: 17px;
  right: 1.7rem;
  cursor: pointer;
  cursor: hand;
}

footer {
  padding-top: 20px;
  padding-top: 2rem;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  margin-top: 100px;
  margin-top: 10rem;
  background-color: #13253F;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "sofia-pro-cond-light", sans-serif;
}
footer p {
  margin-top: 0;
}
footer a {
  color: #FFB500;
}
footer .rc, footer .nav-container {
  padding-top: 0;
}

.footer__logos {
  margin-top: 20px;
  margin-top: 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.footer__logos a {
  display: inline-block;
  height: 80px;
  margin-left: 20px;
  margin-left: 2rem;
}
.footer__logos a img {
  height: 100%;
  width: auto;
}
.footer__logos a:first-of-type {
  height: 64px;
  margin-left: 0;
  margin-right: 20px;
  margin-right: 2rem;
}
.footer__logos a:first-of-type img {
  padding-bottom: 8px;
}
