@charset "UTF-8";
/*! normalize.css v8.0.1 | 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=Lato:300,400,700,900|Manuale:300,400,700|Material+Icons&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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.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, 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, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small, .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;
}

.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.visually-hidden:focus {
  clip: auto;
  height: auto;
  overflow: auto;
  position: absolute;
  width: auto;
  z-index: 99;
}

.container {
  width: calc(100% - (15px) * 2);
  max-width: 1440px;
  margin-left: 30px;
  margin-right: 30px;
}
.container::after {
  clear: both;
  content: "";
  display: block;
}

p, a, ul {
  font-family: "Manuale", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 10px 0;
  color: #2F2F2F;
}
@media screen and (min-width: 1024px) {
  p, a, ul {
    font-size: 17px;
    line-height: 28px;
  }
}

strong, b {
  font-family: inherit;
  font-weight: 700;
}

em, i {
  font-family: inherit;
  font-style: italic;
}

h1 {
  font-family: "Manuale", serif;
  font-weight: 700;
  font-size: 32px;
  color: #2F2F2F;
}
@media screen and (min-width: 580px) {
  h1 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 52px;
  }
}

h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #192E49;
  margin: 0px;
}

h2 {
  font-size: 21px;
  border-bottom: 1.5px dotted rgba(25, 45, 73, 0.5);
  padding-bottom: 12px;
  margin-bottom: 20px;
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  h2 {
    margin-top: 0px;
    font-size: 28px;
  }
  h2:not(:first-child) {
    margin-top: 80px;
  }
}

h3 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 14px;
  color: #F39452;
}
@media screen and (min-width: 1024px) {
  h4 {
    font-size: 16px;
  }
}

a {
  font-weight: 400;
  color: #D8531E;
  text-decoration: underline;
  transition: all 0.2s ease;
}
a:focus {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #F16943;
  cursor: pointer;
}

ul {
  font-family: "Manuale", serif;
  line-height: 23px;
}
@media screen and (min-width: 1024px) {
  ul {
    font-size: 17px;
    line-height: 24px;
  }
}

small, .small {
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  small, .small {
    font-size: 15px;
    line-height: 21px;
  }
}

.material-icons {
  direction: ltr;
  display: inline-block;
  font-family: "Material Icons";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.rac-blue-button {
  display: flex;
  padding: 18px;
  margin-top: 6px;
  margin-bottom: 6px;
  text-align: left;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #192E49;
  opacity: 0.8;
  text-decoration: none;
  transition: all 0.2s ease;
}
.rac-blue-button:after {
  content: " >";
}
.rac-blue-button:hover {
  opacity: 1;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #FFFFFF;
  text-decoration: underline;
}
@media screen and (min-width: 580px) {
  .rac-blue-button {
    padding: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 17px;
  }
}

.rac-orange-button {
  display: inline-block;
  min-width: 100px;
  padding: 11px 15px 13px 15px;
  text-align: center;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  background: #D8531E;
  transition: all 0.2s ease;
  border: none;
}
.rac-orange-button:hover {
  background: #9E3C0F;
  cursor: pointer;
  transition: all 0.2s ease;
}

.rac-sidebar-button {
  display: flex;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 14px 22px 16px 20px;
  transition: all 0.2s ease;
  background: #EBEFF4;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  line-height: 17px;
  text-align: left;
  color: #192E49;
  margin-bottom: 0px;
  text-decoration: none;
}
.rac-sidebar-button:hover {
  background: #C6D2DE;
  color: inherit;
  text-decoration: underline;
  transition: all 0.2s ease;
  cursor: pointer;
}
.rac-sidebar-button .icon {
  margin-left: auto;
}
.rac-sidebar-button .icon i {
  font-size: 18px;
}

html {
  scroll-behavior: smooth;
}

.skip-link {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 10px;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.wrapper {
  display: flex;
  justify-content: center;
}

.rac-hero {
  position: relative;
  height: 396px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(rgba(25, 46, 73, 0.9), rgba(25, 46, 73, 0.9)) center center no-repeat;
  z-index: 0;
}
.rac-hero.loaded::before {
  opacity: 1;
}
.rac-hero::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(rgba(25, 46, 73, 0.9), rgba(25, 46, 73, 0.9)), url("/assets/img/hero_image.jpg") center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  opacity: 0;
  transition: all 1s ease-in;
}
.rac-hero .hero-wrapper {
  padding: 30px;
}
@media screen and (min-width: 580px) {
  .rac-hero .hero-wrapper {
    display: flex;
    align-items: center;
    padding: 0;
  }
}
.rac-hero .hero-logo {
  height: auto;
  text-align: left;
}
.rac-hero .hero-logo img {
  width: 122px;
}
@media screen and (min-width: 580px) {
  .rac-hero .hero-logo img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .rac-hero .hero-logo img {
    width: 213px;
  }
}
@media screen and (min-width: 580px) {
  .rac-hero .hero-logo {
    width: calc(25% - 18.75px);
    float: left;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .rac-hero .hero-logo {
    width: calc(25% - 18.75px);
    float: left;
    margin-left: 15px;
    margin-left: calc(8.3333333333% - 16.25px + 30px);
  }
}
.rac-hero .hero-text {
  font-family: "Manuale", serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 31px;
  color: #FFFFFF;
}
@media screen and (min-width: 580px) {
  .rac-hero .hero-text {
    width: calc(75% - 26.25px);
    float: left;
    margin-left: 15px;
    font-size: 30px;
    line-height: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .rac-hero .hero-text {
    width: calc(58.3333333333% - 23.75px);
    float: left;
    margin-left: 15px;
    font-size: 34px;
    line-height: 46px;
  }
}

.rac-page-header {
  min-height: 152px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rac-page-header.level-1 {
  background: #192E49;
}
.rac-page-header.level-1 h1 {
  color: #FFFFFF;
}
.rac-page-header.level-2, .rac-page-header.level-3 {
  padding-top: 1em;
  background: #C6D2DE;
}
@media screen and (min-width: 580px) {
  .rac-page-header h1 {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .rac-page-header h1 {
    width: calc(66.6666666667% - 25px);
    float: left;
    margin-left: 15px;
    margin-left: calc(16.6666666667% - 17.5px + 30px);
    padding-left: 15px;
  }
}

.rac-breadcrumb {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
  list-style: none;
  background-color: #F6F6F4;
}
@media screen and (min-width: 580px) {
  .rac-breadcrumb ol {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .rac-breadcrumb ol {
    width: calc(66.6666666667% - 25px);
    float: left;
    margin-left: 15px;
    margin-left: calc(16.6666666667% - 17.5px + 30px);
    padding-left: 15px;
  }
}
.rac-breadcrumb li, .rac-breadcrumb a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #5B5B5B;
  letter-spacing: 0.075em;
  line-height: 20px;
  text-transform: uppercase;
}
.rac-breadcrumb .rac-breadcrumb-item {
  display: inline-block;
}
.rac-breadcrumb .rac-breadcrumb-item + .rac-breadcrumb-item {
  padding-left: 0.5rem;
}
.rac-breadcrumb .rac-breadcrumb-item + .rac-breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  content: "/";
}

.three-column-content {
  width: calc(100% - 30px);
  float: left;
  margin-left: 15px;
}
@media screen and (min-width: 580px) {
  .three-column-content {
    width: calc(75% - 26.25px);
    float: left;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .three-column-content {
    width: calc(58.3333333333% - 23.75px);
    float: left;
    margin-left: 15px;
    padding-bottom: 100px;
    box-sizing: border-box;
    padding-left: 35px;
    padding-right: 35px;
  }
}

.left-sidebar {
  width: calc(50% - 22.5px);
  float: left;
  margin-left: 15px;
}
@media screen and (min-width: 580px) {
  .left-sidebar {
    width: calc(25% - 18.75px);
    float: left;
    margin-left: 15px;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .left-sidebar {
    width: calc(16.6666666667% - 17.5px);
    float: left;
    margin-left: 15px;
  }
}

.right-sidebar {
  width: calc(100% - 30px);
  float: left;
  margin-left: 15px;
}
@media screen and (min-width: 580px) {
  .right-sidebar {
    width: calc(75% - 26.25px);
    float: left;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .right-sidebar {
    width: calc(25% - 18.75px);
    float: left;
    margin-left: 15px;
    box-sizing: border-box;
    padding-right: 44px;
    padding-left: 40px;
    float: right;
  }
}

.one-column-content {
  width: calc(100% - 30px);
  float: left;
  margin-left: 15px;
  padding-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  .one-column-content {
    width: calc(66.6666666667% - 25px);
    float: left;
    margin-left: 15px;
    left: calc(16.6666666667% - 17.5px + 15px);
    position: relative;
  }
}

.rac-call-to-action {
  padding-top: 60px;
}
@media screen and (min-width: 580px) {
  .rac-call-to-action {
    margin-right: 30px;
  }
}
.rac-call-to-action .action-button {
  display: block;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 20px 26px 24px 24px;
  background-size: cover;
  margin-bottom: 15px;
  margin-right: 30px;
  text-decoration: none;
}
.rac-call-to-action .action-button:focus {
  text-decoration: underline;
}
@media screen and (min-width: 580px) {
  .rac-call-to-action .action-button {
    width: calc(50% - 22.5px);
    float: left;
    margin-left: 15px;
    margin-right: 0;
    padding: 27px 64px 40px 25px;
  }
}
.rac-call-to-action .action-button h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #192E49;
  margin-bottom: 6px;
  border-bottom: none;
}
@media screen and (min-width: 580px) {
  .rac-call-to-action .action-button h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .rac-call-to-action .action-button h2 {
    font-size: 30px;
    line-height: 36px;
    max-width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .rac-call-to-action .action-button p {
    max-width: 400px;
  }
}

@media screen and (min-width: 580px) {
  .rac-roles .roles {
    width: calc(75% - 26.25px);
    float: left;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .rac-roles .roles {
    width: calc(66.6666666667% - 25px);
    float: left;
    margin-left: 15px;
  }
}
.rac-roles .role {
  margin-bottom: 25px;
}
@media screen and (min-width: 580px) {
  .rac-roles .role {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .rac-roles .role {
    width: calc(50% - 22.5px);
    float: left;
    margin-left: 15px;
    padding: 0 40px;
    box-sizing: border-box;
    margin-bottom: 54px;
  }
}
.rac-roles a {
  text-decoration: none;
}
.rac-roles a:hover {
  text-decoration: underline;
}
.rac-roles img {
  height: 60px;
  width: 60px;
  margin-bottom: 12px;
}
@media screen and (min-width: 580px) {
  .rac-roles img {
    height: 74px;
    width: 74px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .rac-roles img {
    height: 92px;
    width: 92px;
  }
}
.rac-roles .name {
  font-weight: 900;
  font-size: 16px;
  color: #D8531E;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0 0 6px 0;
}
.rac-roles small, .rac-roles .small {
  font-style: italic;
}
.rac-roles .container .container {
  margin-left: 0;
}

@media screen and (min-width: 580px) {
  .rac-quicklinks .links {
    width: calc(75% - 26.25px);
    float: left;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .rac-quicklinks .links {
    width: calc(66.6666666667% - 25px);
    float: left;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .rac-quicklinks .link-column {
    width: calc(50% - 22.5px);
    float: left;
    margin-left: 15px;
    padding: 0 40px;
    box-sizing: border-box;
  }
}
.rac-quicklinks .link-wrapper {
  margin-bottom: 24px;
}
.rac-quicklinks .link-wrapper .link {
  font-size: 17px;
  margin: 0;
}
.rac-quicklinks .link-wrapper a {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #D8531E;
  transition: all 0.2s ease;
}
.rac-quicklinks .link-wrapper a:after {
  content: " >";
}
.rac-quicklinks .link-wrapper a:hover {
  color: #9E3C0F;
  transition: all 0.2s ease;
}
.rac-quicklinks small, .rac-quicklinks .small {
  font-style: italic;
}

.rac-instagram {
  background: #192E49;
  display: flex;
  justify-content: center;
}
.rac-instagram .instagram-posts {
  margin: -20px;
}
@media screen and (min-width: 580px) {
  .rac-instagram .instagram-posts {
    margin: 0;
  }
}
.rac-instagram .title {
  color: #FFFFFF;
}
.rac-instagram a.instagram-link {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  float: right;
}
@media screen and (min-width: 580px) {
  .rac-instagram a.instagram-link {
    margin-right: 20px;
  }
}
.rac-instagram a.instagram-link:hover {
  color: #F6F6F4;
}
.rac-instagram a.instagram-link:after {
  content: " >";
}

section {
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 580px) {
  section {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  section {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
section.border-top {
  border: none;
  border-top: 2px dotted rgba(47, 47, 47, 0.3);
  width: 100%;
}
section .title {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 580px) {
  section .title {
    width: calc(25% - 18.75px);
    float: left;
    margin-left: 15px;
    margin-top: 0px;
  }
}
section .title h2, section .title h3, section .title h4, section .title h5 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  color: #192E49;
  letter-spacing: 2px;
  padding: 0px;
  margin: 0px;
  border-bottom: none;
}

.section-block {
  display: flex;
  align-items: center;
  background-color: #C6D2DE;
  min-height: 120px;
  margin-right: 0;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding: 18px 20px;
  width: 100%;
  text-decoration: none;
}
.section-block:focus {
  text-decoration: underline;
}
@media screen and (min-width: 580px) {
  .section-block {
    width: calc(50% - 22.5px);
    float: left;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .section-block {
    width: calc(50% - 22.5px);
    float: left;
    margin-left: 15px;
  }
}
.section-block .text {
  text-transform: uppercase;
  max-width: 220px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #192E49;
  line-height: 22px;
  padding: 18px 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 580px) {
  .section-block .text {
    padding: 20px 30px;
    max-width: 300px;
    font-size: 20px;
  }
}

.alert {
  background: #D8531E;
  font-family: "Manuale", serif;
  line-height: 1.5;
  color: #FFFFFF;
  padding: 20px;
}
.alert .material-icons {
  font-size: 100px;
  float: left;
  padding-right: 10px;
}
.alert a {
  color: #FFFFFF;
}

.rac-social-icons a {
  color: #192E49;
}
.rac-social-icons a i {
  display: inline-block;
  height: 30px;
  width: 30px;
}
.rac-social-icons a:hover {
  color: #D8531E;
  transition: all 0.2s ease;
}
.rac-social-icons a:hover svg g {
  fill: #D8531E;
  transition: all 0.2s ease;
}
@media screen and (min-width: 1024px) {
  .rac-social-icons {
    display: flex;
  }
  .rac-social-icons a i {
    height: unset;
  }
}

nav.rac-top-nav {
  padding: 0;
  height: 50px;
  width: 100%;
}
@media screen and (min-width: 580px) {
  nav.rac-top-nav {
    height: 60px;
  }
}
@media screen and (min-width: 1024px) {
  nav.rac-top-nav {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0;
  }
}
nav.rac-top-nav .container {
  margin: 0;
  width: 100%;
}

.disclosure-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.brand {
  position: absolute;
  margin-left: 25px;
  margin-top: 10px;
  float: left;
  z-index: 3;
}
.brand img {
  width: 62px;
}
@media screen and (min-width: 580px) {
  .brand {
    margin-left: 30px;
  }
  .brand img {
    width: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .brand {
    margin-left: 48px;
  }
  .brand img {
    width: auto;
  }
}

.nav-mobile {
  display: block;
}
@media screen and (min-width: 1024px) {
  .nav-mobile {
    display: none;
  }
}

.list {
  display: none;
  position: relative;
  top: 50px;
  z-index: 2;
  background: #FFFFFF;
  text-align: right;
  border: 0;
}
@media screen and (min-width: 1024px) {
  .list {
    background: none;
    box-sizing: content-box;
    top: 0;
    display: inline-block;
  }
}
.list button {
  padding: 15px 20px 15px 0;
  color: #192E49;
  background: unset;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  border: 0;
}
.list button:hover {
  cursor: pointer;
}
@media screen and (min-width: 580px) {
  .list button {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .list button {
    position: relative;
    z-index: 2;
    display: inline-block;
    font-size: 17px;
    line-height: 17px;
    margin: 21px 25px 0px 25px;
    padding: 0 0 14px 0;
  }
  .list button[aria-expanded=true] {
    outline: none;
    border-bottom: 8px solid;
    color: #D8531E;
  }
  .list button:hover, .list button:focus {
    font-weight: 900;
  }
}
.list button i {
  color: #192E49;
  font-size: 15px;
  vertical-align: middle;
  opacity: 0.7;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .list button i {
    font-size: 21px;
    margin-left: 7px;
  }
}

.dropdown {
  position: static;
  width: 100%;
  background: #662700;
  padding: 22px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .dropdown {
    margin: -4px 0 0 0;
    width: 360px;
    padding-top: 22px;
    position: absolute;
    z-index: 1;
  }
}
.dropdown li {
  list-style-type: none;
  margin: 0px;
  min-width: 300px;
  background: #662700;
  padding: 12px 28px;
  text-align: left;
  height: auto;
}
.dropdown li a {
  text-decoration: none;
  outline: none;
}
.dropdown li:hover, .dropdown li:focus-within {
  background: #9E3C0F;
}
.dropdown li:focus-within {
  outline: 1px solid #FFFFFF;
}
.dropdown li .title {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 16.5px;
  text-transform: none;
  color: #FFFFFF;
  line-height: 20px;
  letter-spacing: normal;
  margin: 0 0 3px 0;
  width: 100%;
}
.dropdown li .description {
  font-family: "Manuale", serif;
  font-weight: 400;
  font-style: italic;
  color: #FFFFFF;
  line-height: 20px;
  font-size: 14px;
  opacity: 0.8;
  text-transform: none;
  letter-spacing: normal;
  margin: 0px;
  width: 100%;
}

.header-social-icons {
  padding: 15px 20px 15px 0;
  top: 50px;
  position: relative;
  z-index: 2;
  background: #fff;
  text-align: right;
  display: none;
}
.header-social-icons a {
  font-size: 15px;
}
@media screen and (min-width: 580px) {
  .header-social-icons {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .header-social-icons {
    position: absolute;
    padding-bottom: 0;
    display: inline-block;
    right: 40px;
    top: 0px;
    float: right;
  }
}
@media screen and (min-width: 1440px) {
  .header-social-icons {
    right: calc((100vw - 1440px) / 2 + 40px);
  }
}

#nav-toggle {
  position: absolute;
  right: 20px;
  top: 5px;
  cursor: pointer;
  color: #D8531E;
  background: unset;
  border: none;
  padding: 0px;
}
#nav-toggle i {
  font-size: 40px;
}
#nav-toggle.active {
  color: #9E3C0F;
}
@media screen and (min-width: 580px) {
  #nav-toggle {
    top: 10px;
    right: 30px;
  }
}

@media screen and (min-width: 580px) {
  .rac-side-nav {
    display: flex;
    position: sticky;
    position: -webkit-sticky; /* Safari */
    top: 60px;
    margin-bottom: 60px;
  }
}
.rac-side-nav .side-nav {
  min-height: 250px;
  display: none;
  padding: 36px 20px 36px 20px;
  background: #D8531E;
  position: absolute;
  width: calc(50% - 60px);
}
@media screen and (min-width: 580px) {
  .rac-side-nav .side-nav {
    display: block;
    position: unset;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .rac-side-nav .side-nav {
    padding: 36px 25px 36px 25px;
  }
  .rac-side-nav .side-nav a {
    font-size: 14px;
    line-height: 18px;
  }
}
.rac-side-nav .side-nav a {
  display: block;
  width: 100%;
  list-style: none;
  text-align: left;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
}
.rac-side-nav .side-nav a:focus {
  outline: 2px solid #FFFFFF;
}
.rac-side-nav .side-nav a:hover {
  cursor: pointer;
}
.rac-side-nav .side-nav a:not(:last-child) {
  margin-bottom: 20px;
}
.rac-side-nav .rac-orange-button {
  width: calc(100% - 30px);
  float: left;
  margin-left: 15px;
  margin-left: 0;
  margin-bottom: 28px;
  margin-top: -52px;
}
@media screen and (min-width: 580px) {
  .rac-side-nav .rac-orange-button {
    display: none;
  }
}

.rac-footer {
  display: flex;
  justify-content: center;
  background: #E3E1DD;
}
.rac-footer p {
  font-family: "Manuale", serif;
  font-weight: 400;
  font-size: 15px;
  color: #192E49;
  line-height: 22px;
  margin-bottom: 10px;
}
.rac-footer p a {
  text-decoration: underline;
}
.rac-footer p a:hover {
  color: #D8531E;
  text-decoration: none;
  transition: all 0.2s ease;
}
.rac-footer a {
  font-family: "Manuale", serif;
  font-weight: 400;
  font-size: 15px;
  color: #192E49;
  line-height: 22px;
  margin-bottom: 10px;
}
.rac-footer a a {
  text-decoration: underline;
}
.rac-footer a a:hover {
  color: #D8531E;
  text-decoration: none;
  transition: all 0.2s ease;
}
@media screen and (min-width: 1024px) {
  .rac-footer .address {
    margin-left: 0px;
  }
}
.rac-footer .footer__section {
  margin-bottom: 40px;
}
@media screen and (min-width: 580px) {
  .rac-footer .footer__section {
    width: calc(50% - 22.5px);
    float: left;
    margin-left: 15px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .rac-footer .footer__section {
    width: calc(25% - 18.75px);
    float: left;
    margin-left: 15px;
  }
}
.rac-footer .policy-link:not(:first-child) {
  margin-left: 28px;
}
.rac-footer .social {
  margin-bottom: 30px;
}
.rac-footer .social .rac-social-icons {
  display: unset;
}
.rac-footer .social a {
  margin-bottom: 18px;
}
.rac-footer .social a i {
  font-size: 22px;
  height: 44px;
  width: 44px;
}
.rac-footer .social a i svg {
  padding-bottom: 4px;
}
@media screen and (min-width: 580px) {
  .rac-footer .social {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .rac-footer .social {
    width: calc(50% - 22.5px);
    float: left;
    margin-left: 15px;
    text-align: right;
  }
}
.rac-footer .title {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  letter-spacing: 4px;
  line-height: 26px;
  text-transform: uppercase;
  padding-top: 60px;
  margin-bottom: 28px;
}
@media screen and (min-width: 580px) {
  .rac-footer .title {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}

.biographies {
  display: flex;
  flex-wrap: wrap;
}
.biographies .biography {
  margin-bottom: 26px;
  width: calc(50% - 22.5px);
  float: left;
  margin-left: 15px;
}
@media screen and (min-width: 580px) {
  .biographies .biography {
    width: calc(33.3333333333% - 20px);
    float: left;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .biographies .biography {
    width: calc(25% - 18.75px);
    float: left;
    margin-left: 15px;
  }
}
.biographies .biography img {
  width: 100%;
}
.biographies .biography a:hover {
  text-decoration: none;
}
.biographies .biography h3 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 15px;
  color: #192E49;
  line-height: 18px;
  margin: 8px 0 0 0;
}

@media screen and (min-width: 580px) {
  .bio-page-image {
    float: left;
    margin-right: 20px;
  }
}

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