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

html {
  box-sizing: border-box;
  font-family: "hypatia-sans-pro", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #1a1a1a;
  background-color: #23408f;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a {
  color: #23408f; }

b, strong {
  font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.25;
  margin-top: 2rem;
  margin-bottom: 1rem; }

h1 {
  font-size: 2.1rem; }

h2 {
  font-size: 1.6rem; }

h3 {
  font-size: 1.3rem; }

h4 {
  font-size: 1.1rem; }

h5 {
  font-size: 0.9rem; }

h6 {
  font-size: 0.75rem; }

h1 + p {
  margin-top: 2rem; }

p, dl, ol, ul, pre, blockquote, figure, table {
  margin-top: 1rem;
  margin-bottom: 1rem; }

blockquote {
  font-size: 1.25rem;
  font-style: italic;
  padding-left: 1rem;
  margin-left: 0;
  border-left: solid 1px #23408f; }

figure {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0; }

figcaption {
  font-size: 87.5%;
  font-style: italic; }

code, pre, samp {
  font-family: 'Roboto Mono', 'Source Code Pro', Menlo, Consolas, 'Liberation Mono', monospace; }

code, samp {
  font-size: 87.5%;
  padding: 0.125em; }

pre {
  font-size: 87.5%;
  overflow: scroll; }

table {
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: lightgray; }

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

svg {
  max-height: 100%; }

.container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }

.button {
  display: inline-block;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: white;
  background-color: #23408f;
  padding: 1rem 2rem; }

.panel {
  position: relative; }

.panel > *:first-child {
  margin-top: 0; }

.panel > *:last-child {
  margin-bottom: 0; }

.table {
  width: 100%;
  border: solid 1px lightgray; }

.table th,
.table td {
  padding: 0.5rem; }

.table th {
  background-color: #23408f;
  color: white;
  border: solid 1px #23408f; }

.table td {
  border: solid 1px lightgray; }

.table-program td {
  vertical-align: top; }

.table-program td:first-child {
  width: 1%;
  white-space: nowrap; }

.table-program .title {
  font-weight: 700;
  color: #23408f; }

.program-button {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: rgba(35, 64, 143, 0.1);
  padding: 1rem;
  margin-top: 2rem; }

.program-button h3,
.program-button p {
  margin: 0; }

@media (min-width: 64em) {
  .u-lg-float-left {
    float: left; }
  .u-lg-mr2 {
    margin-right: 2rem; } }

.header {
  position: relative; }

.header-typo {
  display: block;
  line-height: 1.1;
  color: white;
  padding: 1rem; }
  .header-typo::before, .header-typo::after {
    content: ' ';
    display: table; }
  .header-typo::after {
    clear: both; }

.header-typo .cong-name {
  font-size: 1.78rem;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0.5rem; }

.header-typo .cong-name strong {
  font-weight: 700; }

.header-typo .cong-date {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem; }
  @media (min-width: 64em) {
    .header-typo .cong-date {
      float: left; } }

.header-typo .cong-fipp {
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
  color: #febe10;
  margin: 0; }
  @media (min-width: 64em) {
    .header-typo .cong-fipp {
      float: right; } }

.header-typo .cong-fipp strong {
  font-weight: 700; }

.header-image {
  display: block;
  width: 100%;
  height: 300px;
  background-color: #febe10;
  background-image: url("../images/header-image.jpg");
  background-position: left center;
  background-repeat: no-repeat;
  content: ' '; }

.desktop-nav,
.mobile-nav {
  background-color: #1c3372;
  color: white; }

.desktop-nav {
  position: absolute;
  z-index: 1;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase; }
  @media (max-width: 63.9375em) {
    .desktop-nav {
      display: none; } }

.desktop-nav a {
  text-decoration: none;
  color: inherit;
  padding: 1.3rem 1rem; }

.desktop-nav a.is-active {
  font-weight: 600;
  background-color: #febe10;
  color: #23408f; }

.mobile-nav {
  line-height: 1;
  padding: 1.5rem; }
  @media (min-width: 64em) {
    .mobile-nav {
      display: none; } }

.mobile-nav a {
  color: inherit; }

.mobile-nav-trigger {
  display: block; }
  .mobile-nav-trigger::before, .mobile-nav-trigger::after {
    content: ' ';
    display: table; }
  .mobile-nav-trigger::after {
    clear: both; }

.mobile-nav-text {
  float: left; }

.mobile-nav-icon {
  float: right; }

.mobile-nav-list {
  display: none;
  text-transform: uppercase;
  text-align: center;
  list-style: none;
  padding-left: 0;
  margin-top: 1.8rem;
  margin-bottom: 0; }

.mobile-nav-list.is-active {
  display: block; }

.mobile-nav-list a {
  display: block;
  text-decoration: none;
  padding: 1rem; }

.mobile-nav-list a.is-active {
  color: #23408f;
  background-color: #febe10; }

.main {
  background-color: #1c3372; }

@media (min-width: 64em) {
  .content::before, .content::after {
    content: ' ';
    display: table; }
  .content::after {
    clear: both; } }

.content-sidebar {
  display: none; }
  @media (min-width: 64em) {
    .content-sidebar {
      display: block;
      float: left;
      width: 220px;
      margin-top: 2rem; } }

.sidebar-nav {
  line-height: 1;
  color: white; }

.sidebar-nav a {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 1rem;
  margin-left: 20px;
  margin-right: -2rem; }

.sidebar-nav a.is-active {
  font-weight: bold;
  background-color: white;
  color: #23408f; }

.content-page {
  background-color: white;
  padding: 1rem; }
  @media (min-width: 64em) {
    .content-page {
      position: relative;
      float: right;
      width: calc(100% - 240px);
      padding: 2rem; } }

@media (min-width: 64em) {
  .content-page-full {
    float: none;
    width: 100%; } }

.content-page h2 {
  color: #23408f; }

.content-page h3 {
  font-weight: 700;
  color: #23408f; }

.content-page h4 {
  font-weight: 700; }

.home-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  @media (min-width: 64em) {
    .home-grid {
      margin-left: -2rem;
      margin-right: -2rem; } }

.home-grid-item {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  min-width: 0; }
  @media (min-width: 64em) {
    .home-grid-item {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0%;
          -ms-flex: 1 1 0%;
              flex: 1 1 0%;
      -webkit-flex-basis: 0%;
          -ms-flex-preferred-size: 0%;
              flex-basis: 0%;
      padding-left: 2rem;
      padding-right: 2rem; } }

.home-grid-item h2 {
  padding-bottom: 2rem;
  border-bottom: solid 1px lightgray; }

.industry::before, .industry::after {
  content: ' ';
  display: table; }

.industry::after {
  clear: both; }

@media (min-width: 48em) {
  .industry-logo {
    float: left; } }

@media (min-width: 48em) {
  .industry-content {
    margin: 20px 0 0 200px; } }

.industry-content h3 {
  margin-top: 0; }

.footer {
  font-size: 0.9rem;
  text-align: center;
  background-color: #23408f;
  color: white;
  padding: 1rem; }
  @media (min-width: 64em) {
    .footer {
      padding-top: 2rem;
      padding-bottom: 2rem; } }

.footer a {
  color: inherit; }

.footer-address {
  margin: 0; }
