@font-face {
    font-family: 'Flexo';
    src: url('../fonts/Flexo-Regular.woff2') format('woff2'),
        url('../fonts/Flexo-Regular.woff') format('woff'),
        url('../fonts/Flexo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Flexo';
    src: url('../fonts/Flexo-It.woff2') format('woff2'),
        url('../fonts/Flexo-It.woff') format('woff'),
        url('../fonts/Flexo-It.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Flexo';
    src: url('../fonts/Flexo-Medium.woff2') format('woff2'),
        url('../fonts/Flexo-Medium.woff') format('woff'),
        url('../fonts/Flexo-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Flexo';
    src: url('../fonts/Flexo-MediumIt.woff2') format('woff2'),
        url('../fonts/Flexo-MediumIt.woff') format('woff'),
        url('../fonts/Flexo-MediumIt.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Flexo';
    src: url('../fonts/Flexo-Demi.woff2') format('woff2'),
        url('../fonts/Flexo-Demi.woff') format('woff'),
        url('../fonts/Flexo-Demi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Flexo';
    src: url('../fonts/Flexo-DemiIt.woff2') format('woff2'),
        url('../fonts/Flexo-DemiIt.woff') format('woff'),
        url('../fonts/Flexo-DemiIt.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Flexo';
    src: url('../fonts/Flexo-Bold.woff2') format('woff2'),
        url('../fonts/Flexo-Bold.woff') format('woff'),
        url('../fonts/Flexo-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Flexo';
    src: url('../fonts/Flexo-BoldIt.woff2') format('woff2'),
        url('../fonts/Flexo-BoldIt.woff') format('woff'),
        url('../fonts/Flexo-BoldIt.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    background: #fff;
    color: #4f4f4f;
    font-family: Flexo, sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    height: 100%;
    overflow-y: scroll;
    position: relative;
    width: 100%;
    word-wrap: break-word;
}

* {
    outline-offset: 0;
}

*:focus-visible {
    outline: #00a8b8 solid 0.125rem;
}

#mask {
    background: rgba(0, 0, 0, .75);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
}

a {
    color: #2c63b1;
    text-decoration: none;
}

div.menu-button {
    -webkit-tap-highlight-color: transparent;
    background: #f4f4f4;
    display: none;
}

div.menu-button button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .25);
    background: transparent;
    border: none;
    color: #4f4f4f;
    display: block;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 2rem;
    outline-offset: -0.125rem;
    padding: 0.5625rem 0.9375rem;
}

div.menu-button .fa {
    float: left;
    font-size: 2rem;
    margin-right: 0.625rem;
}

@media (max-width: 809px) {
    div.menu-button {
        display: block;
        position: relative;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 2;
    }
}

#meta {
    background: #f4f4f4;
}

#meta div {
    margin: 0 auto;
    max-width: 67.5rem;
    overflow: hidden;
    padding: 0.5rem 0.9375rem;
}

#meta ul {
    float: right;
    font-size: 0.8125rem;
    line-height: 1.5rem;
    list-style: none none;
    margin: 0;
    padding: 0;
}

#meta li {
    float: left;
    margin-left: 1.25rem;
}

#meta a {
    color: #4f4f4f;
}

#meta i {
    font-size: 1rem;
}

#logo {
    background: #fff;
}

#logo div {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 67.5rem;
    overflow: hidden;
    padding: 1.25rem 0.9375rem;
}

#logo img {
    display: block;
    height: 5rem;
}

#logo span {
    color: #2c63b1;
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: -0.3438rem;
}

@media (max-width: 809px) {
    #logo span {
        display: none;
    }
}

#menu {
    background: #f4f4f4;
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

#menu > div {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 67.5rem;
    padding: 0 0.9375rem;
}

@media (min-width: 810px) {
    #main-menu > ul {
        -webkit-tap-highlight-color: transparent;
        display: flex;
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.25rem;
        list-style: none none;
        margin: 0;
        padding: 0;
    }

    #main-menu > ul > li {
        color: #4f4f4f;
        position: relative;
    }

    #main-menu > ul:not(.hover) > li.active,
    #main-menu > ul:not(.hover) > li.selected,
    #main-menu > ul > li.hover {
        background-color: #2c63b1;
        color: #fff;
    }

    #main-menu > ul > li > a {
        color: inherit;
        display: block;
        font-size: 0.9375rem;
        font-weight: 700;
        outline-offset: -0.125rem;
        padding: 0.625rem 0.9375rem;
    }

    #main-menu ul ul {
        background: #2c63b1;
        box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, .25);
        color: #fff;
        display: none;
        list-style: none none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 2.5rem;
        width: 16.875rem;
        z-index: 2;
    }

    #main-menu > ul > li > ul > li.hover {
        background-color: #00447a;
    }

    #main-menu ul ul a {
        color: inherit;
        display: block;
        outline-offset: -0.125rem;
        padding: 0.625rem 0.9375rem;
    }

    #main-menu ul ul a[target]::after {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        content: "\f08e";
        float: right;
        font-family: "Font Awesome 5 Pro";
        font-size: 0.75rem;
        font-style: normal;
        font-variant: normal;
        font-weight: 300;
        line-height: 1.25rem;
        text-rendering: auto;
    }

    #main-menu ul ul ul {
        background: #fff;
        box-sizing: border-box;
        color: #2c63b1;
        left: 16.875rem;
        margin: 0;
        min-height: 100%;
        padding: 0.3125rem 0;
        top: 0;
    }

    #main-menu ul ul ul li.hover {
        background: #f4f4f4;
    }

    #main-menu ul ul ul a {
        padding: 0.3125rem 0.9375rem;
    }

    #main-menu button[aria-expanded=true] + ul {
        display: block;
    }

    #main-menu li.start,
    #main-menu li.meta {
        display: none;
    }

    #main-menu ul ul li.parent > a::after {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        content: "\f054";
        float: right;
        font-family: "Font Awesome 5 Pro";
        font-size: 0.75rem;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1.25rem;
        text-align: center;
        text-rendering: auto;
        width: 0.75rem;
    }

    #main-menu button {
        background: transparent;
        border: none;
        color: inherit;
        height: 40px;
        margin-top: -40px;
        outline-offset: -0.125rem;
        padding: 0;
        position: absolute;
        right: 0;
        width: 42px;
    }

    #main-menu button:not(:focus) {
        left: -32767px;
    }

    #main-menu > ul > li > button {
        width: 15px;
    }

    #main-menu > ul > li > button span::after {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        content: "\f0d7";
        font-family: "Font Awesome 5 Pro";
        font-size: 0.75rem;
        font-style: normal;
        font-variant: normal;
        font-weight: 700;
        line-height: 1.25rem;
        text-rendering: auto;
        vertical-align: top;
    }
}

@media (max-width: 809px) {
    #main-menu {
        -webkit-overflow-scrolling: touch;
        -webkit-tap-highlight-color: transparent;
        background: #f4f4f4;
        max-height: calc(100% - 3.125rem);
        left: -16.875rem;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 3.125rem;
        transition: left .25s;
        width: 16.875rem;
    }

    #main-menu.show {
        left: 0;
    }

    #main-menu ul {
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.25rem;
        list-style: none none;
        margin: 0;
        padding: 0;
    }

    #main-menu ul ul {
        display: none;
    }

    #main-menu button[aria-expanded=true] + ul {
        display: block;
    }

    #main-menu a {
        border-top: 0.0625rem #c7c7c7 solid;
        color: #4f4f4f;
        display: block;
        outline-offset: -0.125rem;
        padding: 0.9375rem;
    }

    #main-menu li.selected > a {
        border-top-color: #5682c1;
        background: #00447a;
        color: #fff;
    }

    #main-menu li.parent > a::after {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        content: "\f054";
        float: right;
        font-family: "Font Awesome 5 Pro";
        font-size: 0.75rem;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1.25rem;
        text-align: center;
        text-rendering: auto;
        width: 0.75rem;
    }

    #main-menu li.parent > a[aria-expanded=true]::after {
        content: "\f078";
    }

    #main-menu a[target]::after {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        content: "\f08e";
        float: right;
        font-family: "Font Awesome 5 Pro";
        font-size: 0.75rem;
        font-style: normal;
        font-variant: normal;
        font-weight: 300;
        line-height: 1.25rem;
        text-rendering: auto;
    }

    #main-menu button {
        background: transparent;
        border: none;
        height: 50px;
        margin-top: -50px;
        outline-offset: -0.125rem;
        padding: 0;
        position: absolute;
        right: 0;
        width: 42px;
    }

    #main-menu button:not(:focus) {
        left: -32767px;
    }

    #main-menu li.parent > a[aria-expanded="true"],
    #main-menu button[aria-expanded="true"] + ul a {
        background: #2c63b1;
        border-top-color: #5682c1;
        color: #fff;
    }

    #main-menu li.selected > a {
        border-top-color: #5682c1 !important;
        background: #00447a !important;
        color: #fff !important;
    }
}

#banner {
    background: #f4f4f4;
}

#banner div {
    margin: 0 auto;
    max-width: 67.5rem;
    overflow: hidden;
    padding: 0 0.9375rem;
}

#banner img {
    display: block;
    min-height: 8.125rem;
    width: 100%;
    object-fit: cover;
}

#wrapper {
    display: flex;
    flex: 1 0 auto;
    flex-wrap: wrap;
    margin: 0 auto 2.8125rem;
    max-width: 67.5rem;
    padding: 0 0.9375rem;
}

#wrapper > div {
    flex: 1;
}

#margin {
    padding-left: 6.75rem;
    width: 20.25rem;
}

#breadcrumbs {
    color: #747474;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.8125rem;
    line-height: 1.3333;
    list-style: none none;
    margin: 0.625rem 0 1.875rem;
    padding: 0;
}

#breadcrumbs li:not(:last-child)::after {
    color: #747474;
    content: "\f105";
    float: right;
    font-family: "Font Awesome 5 Pro";
    font-size: 0.875rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    margin: 0 0.3125rem;
    text-rendering: auto;
}

#breadcrumbs strong {
    font-weight: 500;
}

#content h1 {
    color: #2c63b1;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 1.875rem 0;
}

#content h2 {
    color: #4f4f4f;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3333;
    margin: 1.25rem 0;
}

#content h3 {
    color: #4f4f4f;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3333;
    margin: 1.25rem 0;
}

#content h4 {
    color: #4f4f4f;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0.625rem 0;
}

@media (max-width: 604px) {
    #content h1 {
        font-size: 1.75rem;
        margin: 1.5rem 0;
    }

    #content h2 {
        font-size: 1.375rem;
    }
}

#content div.desc {
    border-top: 0.0625rem #c7c7c7 solid;
    color: #747474;
    font-size: 0.8125rem;
    margin: 1.25rem 0;
    padding: 0.5625rem 0 0;
}

#content p {
    margin: 0.625rem 0;
}

#content li p {
    margin: 0;
}

#content ul {
    margin: 1.25rem 0;
}

#content h3 + p,
#content h3 + table,
#content h3 + ul {
    margin-top: 1.25rem;
}

#content h4 + p,
#content h4 + table,
#content h4 + ul {
    margin-top: 0.625rem;
}

#content table {
    border-collapse: collapse;
    margin: 1.25rem 0 0.9375rem;
}

#content th,
#content td {
    padding: 0;
    vertical-align: top;
}

#content th {
    font-weight: 700;
    text-align: left;
}

#content th ~ th,
#content th ~ td,
#content td ~ td {
    padding-left: 1.25rem;
}

#content th p,
#content td p {
    margin: 0;
}

#content figure {
    margin: 1.875rem 0;
}

#content figure a {
    display: block;
    position: relative;
}

#content figure a::after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    bottom: 0.625rem;
    color: #fff;
    content: "\f00e";
    display: block;
    font-family: "Font Awesome 5 Pro";
    font-size: 2rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    right: 0.625rem;
    line-height: 2rem;
    opacity: .75;
    position: absolute;
    text-rendering: auto;
    text-shadow: 0.0625rem 0.0625rem 0.125rem #4f4f4f;
}

#content figure img {
    display: block;
    width: 100%;
}

#content figure.border {
    margin: 1.3125rem 0.0625rem;
}

#content figure.border img {
    border: 0.0625rem #c7c7c7 solid;
    margin: -0.0625rem;
}

#content figcaption {
    color: #747474;
    font-size: 0.8125rem;
    margin: 0.625rem 0;
}

#content div.video {
    height: 0;
    margin: 1.25rem 0;
    padding: 0 0 56.25%;
    overflow: hidden;
    position: relative;
}

#content div.video.ratio-4-3 {
    padding: 0 0 75%;
}

#content div.video iframe {
    left: -.25%;
    height: 100.5%;
    position: absolute;
    top: -.25%;
    width: 100.5%;
}

#content p.lit {
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.5;
    margin: 0.625rem 0;
}

#content h1:last-child,
#content h2:last-child,
#content h3:last-child,
#content h4:last-child,
#content div.desc:last-child,
#content p:last-child,
#content ul:last-child,
#content table:last-child,
#content figure:last-child,
#content div.video:last-child,
#content p.lit:last-child {
    margin-bottom: 0;
}

#margin h2 {
    background: #2c63b1;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.375rem;
    margin: 0;
}

#margin h2 a {
    color: inherit;
    display: block;
    padding: 0.875rem;
}

#margin h2 a:empty {
    display: none;
}

#margin div.navMain {
    display: none;
}

#margin div.navMain.ready {
    display: block;
}

#margin div.navMain > ul {
    border-radius: 0 0 0.3125rem 0.3125rem;
    overflow: hidden;
}

#margin div.navMain ul {
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    background: #f4f4f4;
    font-size: 0.875rem;
    font-weight: 500;
    hyphens: none;
    line-height: 1.25rem;
    list-style: none none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#margin div.navMain strong,
#margin div.navMain em a {
    color: #fff;
    display: block;
    font-weight: 500;
}

#margin div.navMain strong {
    background: #00447a;
    padding: 0.625rem 1.25rem;
}

#margin div.navMain em a {
    background: #2c63b1;
    font-style: normal;
}

#margin div.navMain a {
    color: #4f4f4f;
    display: block;
    outline-offset: -0.125rem;
    padding: 0.625rem 1.25rem;
}

#margin div.navMain li.childs strong ~ ul {
    background: #2c63b1;
    padding: 0.1563rem 0;
}

#margin div.navMain li.childs strong ~ ul a {
    color: #fff;
    padding: 0.4688rem 1.25rem;
}

#margin div.navMain li.parent > strong::after,
#margin div.navMain li.parent > em a::after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: "\f078";
    float: right;
    font-family: "Font Awesome 5 Pro";
    font-size: 0.75rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1.25rem;
    text-rendering: auto;
}

#margin div.navMain a[target]::after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: "\f08e";
    float: right;
    font-family: "Font Awesome 5 Pro";
    font-size: 0.75rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 1.25rem;
    text-rendering: auto;
}

#margin div.navMain span.aural {
    display: none;
}

footer {
    background: #f4f4f4;
    margin: 2.8125rem 0 0;
    padding: 0.9375rem 0;
}

footer div.info {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.8125rem;
    margin: 0 auto;
    max-width: 69.375rem;
    padding: 0.9375rem 0;
}

footer div.info > div {
    box-sizing: border-box;
    padding: 0 0.9375rem;
    width: calc(100% / 3);
}

footer div.info > div + div {
    border-left: 0.0625rem #c7c7c7 solid;
}

footer div.info h2 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3333;
    margin: 0 0 1.25rem;
}

footer div.info p {
    margin: 0 0 1.25rem;
}

footer div.info p:last-child {
    margin-bottom: 0;
}

footer div.info ul {
    list-style: none none;
    margin: 0;
    padding: 0;
}

footer div.info table {
    border-spacing: 0;
    margin: 0 0 1.25rem;
}

footer div.info table:last-child {
    margin-bottom: 0;
}

footer div.info th {
    font-weight: 500;
    padding: 0;
    text-align: left;
    vertical-align: top;
}

footer div.info td {
    padding: 0 0 0 1.25rem;
    vertical-align: top;
}

footer div.profile div {
    height: 0;
    overflow: hidden;
    position: relative;
    padding: 0 0 56.25%;
}

footer div.profile iframe {
    left: -.25%;
    height: 100.5%;
    position: absolute;
    top: -.25%;
    width: 100.5%;
}

footer div.profile figure {
    display: none;
    margin: 0;
}

footer div.profile img {
    display: block;
    width: 100%;
}

footer div.profile figcaption {
    margin: 0.3125rem 0 0;
}

@media (min-width: 810px) and (max-width: 928px) {
    footer div.profile div.video {
        display: none;
    }

    footer div.profile figure {
        display: block;
    }
}

footer div.cc {
    font-size: 0.8125rem;
    margin: 0 auto;
    max-width: 67.5rem;
    padding: 0.9375rem;
}

footer div.cc a {
    display: table;
}

footer div.cc img {
    display: block;
    width: 7.5rem;
}

footer div.cc p {
    margin: 0.625rem 0 0;
}

@media (max-width: 809px) {
    footer div.info {
        padding: 0 0.9375rem;
    }

    footer div.info > div {
        padding: 0.9375rem 0;
        width: 100%;
    }

    footer div.info > div + div {
        border-top: 0.0625rem #c7c7c7 solid;
    }

    footer div.info > div + div {
        border-left: none;
    }
}

#bottom {
    background: #eaeaea;
}

#bottom div {
    margin: 0 auto;
    max-width: 67.5rem;
    overflow: hidden;
    padding: 0.5rem 0.9375rem;
}

#bottom ul {
    float: right;
    font-size: 0.8125rem;
    line-height: 1.5rem;
    list-style: none none;
    margin: 0;
    padding: 0;
}

#bottom li {
    float: left;
    margin-left: 1.25rem;
}

#bottom a {
    color: #4f4f4f;
}

#bottom i {
    font-size: 1rem;
}

@media (max-width: 604px) {
    #logo img {
        height: 3.75rem;
    }
}

@media (max-width: 809px) {

    #meta,
    #bottom {
        display: none;
    }
}

@media (max-width: 991px) {
    #banner div {
        padding: 0;
    }

    #wrapper {
        display: block;
    }

    #wrapper > div {
        width: 100%;
    }

    #margin {
        padding-left: 0;
        width: 100%;
    }

    #margin div.navMain.ready {
        display: none;
    }
}

#content > iframe,
#content > div[id^=Slot] > iframe {
    display: block;
    outline: none;
    width: 100%;
}

#content .error {
    color: #f00;
}

a.ext {
    padding-right: 1.0667em;
}

a.ext::after {
    content: "\f08e";
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-size: 0.8em;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    margin-right: -1.3333em;
    text-align: right;
    text-rendering: auto;
    vertical-align: 0.125em;
    width: 1.3333em;
}

a.doc {
    padding-right: 0.8em;
}

a.doc::after {
    content: "\f15b";
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-size: 0.8em;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    margin-right: -1em;
    text-align: right;
    text-rendering: auto;
    vertical-align: 0.125em;
    width: 1em;
}

#content div.news {
    background: url(../images/loading.gif) center no-repeat;
    margin: 1.875rem 0;
    min-height: 3rem;
}

#content div.news:last-child {
    margin-bottom: 0;
}

#content div.news.ready {
    background: none;
    min-height: 0;
}

#content div.news ul.list figure,
#content div.news ul.list figure img {
    width: 6.25rem;
}

#content div.news > figure img {
    border: 0.0625rem #ccc solid;
}

#content div.glossary {
    background: url(../images/loading.gif) center no-repeat;
    margin: 1.875rem 0;
    min-height: 3rem;
}

#content div.glossary:last-child {
    margin-bottom: 0;
}

#content div.glossary.ready {
    background: none;
    min-height: 0;
}

#content div.glossary ul.list li > a {
    display: block;
    position: relative;
    top: -2.5rem;
    visibility: hidden;
}

#content div.research {
    background: url(../images/loading.gif) center no-repeat;
    margin: 1.875rem 0;
    min-height: 1.5rem;
}

#content div.research:last-child {
    margin-bottom: 0;
}

#content div.research.ready {
    background: none;
    min-height: 0;
}

#content div.research ul.list figure,
#content div.research ul.list figure img {
    width: 6.25rem;
}

#content div.specpub {
    background: url(../images/loading.gif) center no-repeat;
    margin: 1.875rem 0;
    min-height: 3rem;
}

#content div.specpub:last-child {
    margin-bottom: 0;
}

#content div.specpub.ready {
    background: none;
    min-height: 0;
}

#content div.committees {
    background: url(../images/loading.gif) center no-repeat;
    margin: 1.875rem 0;
    min-height: 3rem;
}

#content div.committees:last-child {
    margin-bottom: 0;
}

#content div.committees.ready {
    background: none;
    min-height: 0;
}

#content div.equipment {
    background: url(../images/loading.gif) center no-repeat;
    margin: 1.875rem 0;
    min-height: 3rem;
}

#content div.equipment:last-child {
    margin-bottom: 0;
}

#content div.equipment.ready {
    background: none;
    min-height: 0;
}

#content div.events {
    background: url(../images/loading.gif) center no-repeat;
    margin: 1.875rem 0;
    min-height: 3rem;
}

#content div.events:last-child {
    margin-bottom: 0;
}

#content div.events.ready {
    background: none;
    min-height: 0;
}

#content div.jobs {
    background: url(../images/loading.gif) center no-repeat;
    margin: 1.875rem 0;
    min-height: 3rem;
}

#content div.jobs:last-child {
    margin-bottom: 0;
}

#content div.jobs.ready {
    background: none;
    min-height: 0;
}

#content div.vox {
    background: url(../images/loading.gif) center no-repeat;
    margin: 1.875rem 0;
    min-height: 3rem;
}

#content div.vox:last-child {
    margin-bottom: 0;
}

#content div.vox.ready {
    background: none;
    min-height: 0;
}

#content div.press {
    background: url(../images/loading.gif) center no-repeat;
    margin: 1.875rem 0;
    min-height: 3rem;
}

#content div.press:last-child {
    margin-bottom: 0;
}

#content div.press.ready {
    background: none;
    min-height: 0;
}

#content div.press-photos {
    background: url(../images/loading.gif) center no-repeat;
    margin: 1.875rem 0;
    min-height: 3rem;
}

#content div.press-photos:last-child {
    margin-bottom: 0;
}

#content div.press-photos.ready {
    background: none;
    min-height: 0;
}

#content div.press-photos ul.list figure,
#content div.press-photos ul.list figure img {
    width: 6.25rem;
}

#content div.publis {
    background: url(../images/loading.gif) center no-repeat;
    margin: 1.875rem 0;
    min-height: 3rem;
}

#content div.publis:last-child {
    margin-bottom: 0;
}

#content div.publis.ready {
    background: none;
    min-height: 0;
}

#content ul.list {
    color: #4f4f4f;
    font-size: 0.875rem;
    line-height: 1.5;
    list-style: none none;
    margin: 1.875rem 0;
    padding: 0;
}

#content ul.list:last-child {
    margin-bottom: 0;
}

#content ul.list > li {
    border-radius: 0.3125rem;
    background: #f4f4f4;
    margin-top: 1.875rem;
    overflow: hidden;
}

#content ul.list > li > div {
    align-items: flex-start;
    display: flex;
    margin: 0 -1.25rem -0.9375rem 0;
    overflow: hidden;
    padding: 0.9375rem;
}

@media (max-width: 604px) {
    #content ul.list > li > div {
        display: block;
    }
}

#content ul.list > li > div > * {
    margin: 0 1.25rem 0.9375rem 0;
}

#content ul.list > li > div figure {
    flex: 0 0 auto;
    margin: 0 1.25rem 0.9375rem 0;
}

#content ul.list figure img {
    display: block;
    width: auto;
}

#content ul.list h4 {
    color: #2c63b1;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0.625rem 0 0;
}

#content ul.list h5 {
    color: #4f4f4f;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0.3125rem 0 0;
}

#content ul.list p {
    margin: 0.625rem 0 0;
}

#content ul.list table {
    border-spacing: 0;
    margin: 0.625rem 0 0;
}

#content ul.list th {
    font-weight: 700;
    padding: 0;
    text-align: left;
    vertical-align: top;
}

#content ul.list td {
    padding: 0 0 0 1.25rem;
    vertical-align: top;
}

#content ul.list h4:first-child,
#content ul.list h5:first-child,
#content ul.list p:first-child,
#content ul.list p:empty,
#content ul.list table:first-child {
    margin: 0;
}

#content ul.list > li > button {
    background: #eaeaea;
    border: none;
    color: #585858;
    display: block;
    font-family: Flexo, sans-serif;
    font-size: 0.8125rem;
    height: 2.5rem;
    padding: 0;
    width: 100%;
}

#content ul.list > li > button span::after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: "\f107";
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-size: 1rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    margin-left: 0.3125rem;
    text-rendering: auto;
}

#content ul.list > li > button.minimize span::after {
    content: "\f106";
}

#content ul.list > li > button::-moz-focus-inner {
    border: none;
    padding: 0;
}

#content ul.list li ul {
    list-style: none none;
    margin: 0;
    padding: 0 0.9375rem;
}

#content ul.list li div.text {
    padding: 0.9375rem 0 0;
}

#content ul.list li div.text ul,
#content ul.list li div.text ol {
    list-style: initial;
    margin: 0.9375rem 0 0;
    padding: 0 0 0 1.875rem;
}

#content ul.list li li {
    align-items: flex-start;
    border-top: 0.0625rem #c7c7c7 solid;
    display: flex;
    margin: 0 -1.25rem -0.9375rem 0;
    overflow: hidden;
    padding: 0.9375rem 0;
}

@media (max-width: 604px) {
    #content ul.list li li {
        display: block;
    }
}

#content ul.list li div.text li {
    border-top: none;
    display: list-item;
    padding: 0;
    width: auto;
}

#content ul.list li li > * {
    margin: 0 1.25rem 0.9375rem 0;
}

#content ul.list li li figure {
    flex: 0 0 auto;
    margin: 0 1.25rem 0.9375rem 0;
}

#content ul.list li li p {
    margin: 0.3125rem 0 0;
}

#content ul.list a.download {
    background: #eaeaea;
    border-radius: 0.3125rem;
    color: #585858;
    flex: 0 0 auto;
    float: right;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-left: auto;
    text-align: center;
    width: 2.5rem;
}

#content ul.list a.download i {
    font-size: 1rem;
}

#content ul.list a.button {
    background: #eaeaea;
    border-radius: 0.3125rem;
    color: #585858;
    flex: 0 0 auto;
    float: right;
    font-size: 0.8125rem;
    height: 1.25rem;
    line-height: 1.25rem;
    margin-left: auto;
    padding: 0.625rem 0.9375rem;
    white-space: nowrap;
}

#content ul.list a.button i {
    font-size: 0.75rem;
}

#content ul.list .expand {
    display: none;
}

#content ul.list div.origin {
    flex: 0 0 auto;
    margin: 0 1.25rem 0.3125rem 0;
    overflow: hidden;
    width: 6.25rem;
}

#content ul.list div.origin img {
    float: left;
    margin: 0 0.625rem 0.625rem 0;
}

#margin div.contact {
    background: #f4f4f4;
    padding: 1.25rem;
}

#margin div.contact:empty {
    display: none;
}

#margin div.contact h3 {
    color: #4f4f4f;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.375rem;
    margin: 0 0 1.25rem;
}

#margin div.contact ul {
    color: #4f4f4f;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.8125rem;
    line-height: 1.5;
    list-style: none none;
    margin: 0 -2.5rem -1.25rem 0;
    padding: 0;
}

#margin div.contact li {
    box-sizing: border-box;
    padding: 0 2.5rem 1.25rem 0;
    width: 100%;
}

#margin div.contact li > div {
    display: flex;
}

#margin div.contact figure {
    margin: 0 0.9375rem 0 0;
    width: 3.75rem;
}

#margin div.contact figure a {
    display: block;
}

#margin div.contact img {
    display: block;
    width: 100%;
}

#margin div.contact h4 {
    color: #4f4f4f;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 0.3125rem;
}

#margin div.contact p {
    margin: 0;
}

#margin div.contact table {
    border-spacing: 0;
    margin: 0.3125rem 0 0;
}

#margin div.contact th {
    font-weight: 700;
    min-width: 3.75rem;
    padding: 0;
    text-align: left;
    width: 3.75rem;
}

#margin div.contact td {
    padding: 0 0 0 0.9375rem;
}

@media (min-width: 810px) and (max-width: 991px) {
    #margin div.contact li {
        width: 50%;
    }
}

#margin div.links {
    background: #f4f4f4;
    padding: 1.25rem;
}

#margin div.links h3 {
    color: #4f4f4f;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.375rem;
    margin: 0;
}

#margin div.links ul {
    color: #4f4f4f;
    font-size: 0.8125rem;
    line-height: 1.5;
    list-style: none none;
    margin: 0;
    padding: 0;
}

#margin div.links li {
    margin: 1.25rem 0 0;
}

#margin div.links h4 {
    color: #4f4f4f;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 0.3125rem;
}

#margin div.links p {
    margin: 0;
}

#margin div.publications {
    background: #f4f4f4;
    position: relative;
}

#margin div.publications h3 {
    color: #4f4f4f;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.375rem;
    margin: 0;
    padding: 1.25rem 8.1875rem 1.25rem 1.25rem;
}

#margin div.publications ul {
    color: #4f4f4f;
    font-size: 0;
    list-style: none none;
    margin: 0;
    overflow: hidden;
    padding: 0 0 1.25rem;
    white-space: nowrap;
}

#margin div.publications li {
    display: inline-block;
    font-size: 0.8125rem;
    line-height: 1.5;
    vertical-align: top;
    white-space: normal;
    width: 100%;
}

#margin div.publications li > div {
    display: table;
    padding: 0 1.25rem;
}

#margin div.publications figure {
    display: table-cell;
    padding: 0 0.9375rem 0 0;
    vertical-align: top;
    width: 3.75rem;
}

#margin div.publications figure img {
    display: block;
    width: 3.75rem;
}

#margin div.publications li div div {
    display: table-cell;
    vertical-align: top;
}

#margin div.publications h4 {
    color: #4f4f4f;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 0.3125rem;
}

#margin div.publications p {
    margin: 0 0 0.3125rem;
}

#margin div.publications p:last-child {
    margin: 0;
}

#margin div.publications button {
    background: transparent;
    border: 0.0625rem #c7c7c7 solid;
    box-sizing: border-box;
    color: #585858;
    font-size: 0.75rem;
    height: 1.75rem;
    line-height: 1.75rem;
    padding: 0;
    position: absolute;
    top: 1.0625rem;
    text-align: center;
    width: 1.75rem;
}

#margin div.publications button.disabled {
    opacity: .5;
}

#margin div.publications button::-moz-focus-inner {
    border: none;
    padding: 0;
}

#margin div.publications button.next {
    right: 1.25rem;
    top: 1.0625rem;
}

#margin div.publications button.prev {
    right: 5.5rem;
    top: 1.0625rem;
}

#margin div.publications button img {
    display: block;
    position: relative;
}

#margin div.publications > div {
    color: #4f4f4f;
    font-size: 0.8125rem;
    line-height: 1.75rem;
    position: absolute;
    right: 3rem;
    text-align: center;
    top: 1.0625rem;
    width: 2.5rem;
}

@media (min-width: 810px) and (max-width: 991px) {
    #margin div.publications li {
        width: 50%;
    }
}

#stage {
    background: #f4f4f4;
    margin: 0 0 2.8125rem;
}

#stage > div {
    margin: 0 auto;
    max-width: 67.5rem;
    padding: 0 0.9375rem;
    position: relative;
}

#stage .wrapper {
    overflow: hidden;
}

#stage .wrapper > div {
    font-size: 0;
    list-style: none none;
    margin: 0 0 40px;
    padding: 0;
    white-space: nowrap;
}

#stage figure {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: top;
    width: 100%;
}

#stage img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

#stage figcaption {
    background: rgba(248, 248, 248, .75);
    border-radius: 0.3125rem;
    bottom: 1.25rem;
    box-shadow: 0.0625rem 0.0625rem 0.0625rem 0 rgba(0, 0, 0, .333333);
    color: #2c63b1;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
    padding: 0.3175rem 0.625rem;
    position: absolute;
    right: 1.25rem;
}

#stage figcaption span:nth-child(1) {
    display: none;
}

#stage .controls {
    background: #f4f4f4;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 0.5rem 0.9375rem;
    position: absolute;
    right: 0;
}

#stage button {
    background-color: transparent;
    border: none;
    color: #747474;
    cursor: pointer;
    font-size: 1rem;
    height: 24px;
    padding: 0;
    width: 24px;
}

#stage .autoplay {
    order: 1;
}

#stage .next {
    order: 2;
}

#stage .fa-play {
    margin-left: 4.0415px;
}

@media (max-width: 991px) {

    #menu > div,
    #stage > div {
        padding: 0;
    }

    #stage figcaption a {
        font-size: 1.5rem;
    }
}

@media (max-width: 809px) {
    #stage figcaption {
        bottom: 0.625rem;
        right: 0.625rem;
    }

    #stage figcaption span:nth-child(1) {
        display: block;
    }

    #stage figcaption span:nth-child(2) {
        display: none;
    }
}

#content div.filter {
    font-size: 0.8125rem;
    line-height: 1.5;
    margin: 1.875rem 0;
}

#content div.filter ul {
    list-style: none none;
    margin: -0.125rem -0.125rem 1.125rem;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

#content div.filter li {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    background: #eaeaea;
    border-radius: 0.3125rem;
    color: #585858;
    cursor: pointer;
    float: left;
    height: 2.5rem;
    line-height: 2.5rem;
    margin: 0.125rem;
    padding: 0 0.9375rem;
    user-select: none;
}

#content div.filter li.selected {
    background-color: #2c63b1;
    color: #fff;
}

#content div.filter > div:not(.sort) > ul li::after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: "\f107";
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-size: 1rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    margin-left: 0.3125rem;
    text-rendering: auto;
}

#content div.filter > div:not(.sort) > ul li.open::after {
    content: "\f106";
}

#content div.filter div[data-filter] {
    display: none;
}

#content div.filter div[data-filter=year] li {
    text-align: center;
    width: 2.125rem;
}

#content div.filter div[data-filter=initial] li {
    text-align: center;
    width: 0.625rem;
}

#content div.filter > div {
    margin: 1.25rem 0;
}

#content div.filter h2,
#content div.filter h3 {
    color: #4f4f4f;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3333;
    margin: 0 0 0.9375rem;
}

#content div.filter a.reset {
    color: #585858;
    cursor: pointer;
    display: none;
}

#content div.query {
    color: #4f4f4f;
    display: none;
    font-size: 0.8125rem;
    line-height: 1.5;
    margin: 0 0 1.25rem;
}

#content div.query span {
    color: #747474;
}

#content div.query ul {
    display: inline;
    list-style: none none;
    margin: 0;
    padding: 0;
}

#content div.query li {
    cursor: pointer;
    display: inline;
    font-weight: 700;
}

#content div.query li::after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: "\f00d";
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    margin-left: 0.25em;
    text-rendering: auto;
}

#content div.query li + li {
    margin-left: 0.625rem;
}

#content div.solr {
    background: url(../images/loading.gif) center no-repeat;
    margin: 1.875rem 0;
    min-height: 3rem;
}

#content div.solr:last-child {
    margin-bottom: 0;
}

#content div.solr.ready {
    background: none;
    min-height: 0;
}

#content div.solr form.suggest {
    margin: 0;
}

#content div.solr form.suggest div {
    display: flex;
    max-width: 25rem;
    position: relative;
}

#content div.solr form.suggest input[type=text] {
    border: 0.0625rem #747474 solid;
    border-radius: 0.3125rem 0 0 0.3125rem;
    border-right: none;
    box-sizing: border-box;
    color: #4f4f4f;
    flex: 1;
    font-family: Flexo, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
    min-width: 0;
    outline-offset: -0.0625rem;
    padding: 0.3125rem 0.625rem;
    position: relative;
    z-index: 1;
}

#content div.solr form.suggest button {
    background: #2c63b1;
    border: none;
    border-radius: 0 0.3125rem 0.3125rem 0;
    color: #fff;
    font-family: Flexo, sans-serif;
    font-size: 0.875rem;
    line-height: 1.5;
    outline-offset: -0.0625rem;
    padding: 0.3125rem 0.625rem;
    position: relative;
    z-index: 1;
}

#content div.solr form button::-moz-focus-inner {
    border: none;
    padding: 0;
}

#content div.solr form.suggest ul {
    background: #fff;
    border: 0.0625rem #c7c7c7 solid;
    border-radius: 0.3125rem;
    box-sizing: border-box;
    color: #4f4f4f;
    display: none;
    font-size: 0.8125rem;
    line-height: 1.25;
    list-style: none none;
    margin: 2rem 0 0;
    padding: 0.3125rem 0;
    position: absolute;
    width: 100%;
}

#content div.solr form.suggest li {
    cursor: default;
    overflow: hidden;
    padding: 0.3125rem 0.625rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#content div.solr form.suggest li.selected {
    background: #eaeaea;
}

#content div.solr form.suggest ul.hover li.selected {
    background: transparent;
}

#content div.solr form.suggest ul.hover li:hover {
    background: #eaf0f7;
}

#content div.solr a.button {
    background: #2c63b1;
    border: none;
    border-radius: 0.3125rem;
    color: #fff;
    float: left;
    font-family: Flexo, sans-serif;
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0.625rem 0.9375rem;
    white-space: nowrap;
}

#content div.solr a.button.right {
    float: right;
}

#content ul.news {
    font-size: 0.9375rem;
    line-height: 1.1875rem;
    list-style: none none;
    margin: -3.125rem 0 1.875rem;
    padding: 0;
    overflow: hidden;
}

#content ul.news:last-child {
    margin-bottom: 0;
}

#content ul.news li {
    border-bottom: 0.0625rem #eaeaea solid;
    margin-bottom: -1.875rem;
    margin-top: 1.875rem;
    padding: 1.875rem 0;
}

#content ul.news li > div {
    display: flex;
}

#content ul.news figure {
    margin: 0 1.25rem 0 0;
    width: 6.25rem;
}

#content ul.news a {
    color: #4f4f4f;
    display: block;
    outline: 0;
}

#content ul.news a::after {
    content: none;
}

#content ul.news img {
    display: block;
    width: 6.25rem;
}

#content ul.news div div {
    flex: 1;
}

#content ul.news h2 {
    color: #4f4f4f;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.375rem;
    margin: 0 0 0.625rem;
}

#content ul.news h3 {
    color: #4f4f4f;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.1875rem;
    margin: 0 0 0.3125rem;
}

#content ul.news p {
    margin: 0 0 0.3125rem;
}

#content ul.news p.more {
    color: #2c63b1;
    margin: 0;
}

@media (max-width: 604px) {
    #content ul.news li > div {
        display: block;
    }

    #content ul.news figure {
        margin: 0 0 0.9375rem;
        width: 6.25rem;
    }
}

#glossary {
    display: none;
    max-width: 30rem;
    position: absolute;
    width: 100%;
    z-index: 2;
}

#glossary > h4 {
    background: #2c63b1;
    border-radius: 0.3125rem 0.3125rem 0 0;
    box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    padding: 0.3906rem 2.3125rem 0.3906rem 0.6875rem;
}

#glossary button {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    height: 1.5rem;
    position: absolute;
    right: 0.1875rem;
    top: 0.1875rem;
    width: 1.5rem;
}

#glossary button i {
    line-height: 1.5rem;
}

#glossary button::-moz-focus-inner {
    border: none;
    padding: 0;
}

#glossary > div {
    background: #fff;
    border-bottom: 0.0625rem #c7c7c7 solid;
    border-left: 0.0625rem #c7c7c7 solid;
    border-right: 0.0625rem #c7c7c7 solid;
    border-radius: 0 0 0.3125rem 0.3125rem;
    box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0, 0, 0, .2);
    color: #4f4f4f;
    font-size: 0.8125rem;
    line-height: 1.5;
    padding: 0.625rem;
}

#glossary p {
    margin: 0 0 0.625rem;
}

#glossary p:last-child {
    margin: 0;
}

#glossary p:last-child a {
    font-weight: 700;
}

dfn {
    border-bottom: 0.0625rem #4f4f4f dotted;
    cursor: pointer;
    font-style: normal;
}

mark {
    background: #ff0;
    color: inherit;
}

#content .tiles {
    margin: 0 auto;
    max-width: 69.375rem;
    position: relative;
}

#content .tiles ::-webkit-scrollbar {
    display: none;
}

#content .tiles > div {
    overflow: hidden;
}

#content .tiles ul {
    display: flex;
    font-size: 0.8125rem;
    line-height: 1.5;
    list-style: none none;
    margin: 0;
    padding: 0;
    transition-timing-function: ease-out;
}

#content .tiles li {
    display: flex;
    flex: 0 0 auto;
    width: calc(100% / 3);
}

#content .tiles li > div {
    background: #00447a;
    border-radius: 0.625rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    margin: 0.9375rem;
    min-height: 5.6875rem;
    padding: 1.25rem;
    width: 100%;
}

#content .tiles li i {
    flex-shrink: 0;
    font-size: 2.5rem;
    margin-right: 0.9375rem;
    text-align: center;
    width: 3.125rem;
}

#content .tiles li h1 {
    color: inherit;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 0.625rem;
}

#content .tiles li h1:last-child {
    margin-bottom: 0;
}

#content .tiles li a {
    color: inherit;
}

#content .tiles li p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
}

#content .tiles > a {
    background: rgba(240, 240, 240, .75);
    border-radius: 1.875rem;
    cursor: pointer;
    margin-top: -1.875rem;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: opacity .25s;
    visibility: hidden;
}

#content .tiles > a.show {
    opacity: 1;
    visibility: visible;
}

#content .tiles > a.left {
    left: 1.875rem;
}

#content .tiles > a.right {
    right: 1.875rem;
}

#content .tiles > a span {
    border-color: #4f4f4f;
    border-style: solid;
    border-width: 0.125rem 0.125rem 0 0;
    box-sizing: border-box;
    display: block;
    height: 1rem;
    width: 1rem;
}

#content .tiles > a.left span {
    margin: 1.375rem 1.125rem 1.375rem 1.625rem;
    transform: rotate(-135deg);
}

#content .tiles > a.right span {
    margin: 1.375rem 1.625rem 1.375rem 1.125rem;
    transform: rotate(45deg);
}

@media (max-width: 991px) {
    body.touch #content .tiles > div {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    body.touch #content .tiles > a.show {
        opacity: 0;
        visibility: hidden;
    }

    #content .tiles li {
        width: calc(62rem / 3);
    }
}

@media (max-width: 809px) {
    #content .tiles ul {
        padding: 0 0.3125rem;
    }

    #content .tiles li {
        width: calc(62rem / 3 - 0.625rem);
    }

    #content .tiles li > div {
        margin: 0.625rem;
    }
}

#content #info li > div {
    background: #2c63b1;
}

#content #links li > div {
    background: #2c63b1;
}

#social {
    background: #f4f4f4;
    margin: 2.8125rem 0;
}

#social ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none none;
    margin: 0 auto;
    max-width: 67.5rem;
    padding: 0.9375rem;
}

#social li {
    box-sizing: border-box;
    padding: 0.9375rem;
    text-align: center;
    width: calc(100% / 6);
}

#social a {
    color: #4f4f4f;
    display: inline-block;
    font-size: 0.8125rem;
    line-height: 1.5;
}

#social i {
    font-size: 2.5rem;
}

@media (max-width: 809px) {
    #social li {
        width: calc(100% / 3);
    }
}

#margin > div[id^=Slot] > div,
#margin > div:not([id^=Slot]):not(.navMain) {
    border-radius: 0.3125rem;
    margin-top: 1.875rem !important;
    overflow: hidden;
}

#margin > div[id^=Slot] > div:empty,
#margin > div:not([id^=Slot]):not(.navMain):empty {
    margin-top: 0 !important;
}

#menu form.search > div {
    display: flex;
    position: relative;
    width: 15rem;
}

#menu form.search > div > div {
    background: #fff;
    border: 0.0625rem #747474 solid;
    border-radius: 0.3125rem 0 0 0.3125rem;
    border-right: none;
    flex: 1;
    padding: 0.25rem;
    position: relative;
    z-index: 1;
}

#menu form.search textarea {
    border: none;
    border-radius: 0.0625rem 0 0 0.0625rem;
    box-sizing: border-box;
    color: #4f4f4f;
    display: block;
    font-family: Flexo, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    margin: 0;
    min-width: 0;
    outline-offset: 0.25rem;
    overflow-x: hidden;
    padding: 0 0.25rem;
    resize: none;
    white-space: nowrap;
    width: 100%;
    word-wrap: break-word;
}

#menu form.search input {
    border: 0.0625rem #747474 solid;
    border-radius: 0.3125rem 0 0 0.3125rem;
    border-right: none;
    box-sizing: border-box;
    color: #4f4f4f;
    flex: 1;
    font-family: Flexo, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    min-width: 0;
    outline-offset: -0.0625rem;
    padding: 0.25rem 0.625rem;
    position: relative;
    z-index: 1;
}

#menu form.search button {
    border: 0.0625rem solid;
    border-radius: 0 0.3125rem 0.3125rem 0;
    box-sizing: border-box;
    font-family: Flexo, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    outline-offset: -0.0625rem;
    padding: 0.25rem 0.5rem;
    position: relative;
    z-index: 1;
}

#menu form.search ul {
    background: #fff;
    border: 0.0625rem #c7c7c7 solid;
    border-radius: 0.3125rem;
    box-sizing: border-box;
    color: #4f4f4f;
    display: none;
    font-size: 0.8125rem;
    line-height: 1.25;
    list-style: none none;
    margin: 1.8125rem 0 0;
    padding: 0.3125rem 0;
    position: absolute;
    width: 100%;
}

#menu form.search li {
    cursor: default;
    overflow: hidden;
    padding: 0.3125rem 0.625rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#menu form.search li.selected {
    background: #eaeaea;
}

#menu form.search ul.hover li.selected {
    background: transparent;
}

#menu form.search ul.hover li:hover {
    background: #eaf0f7;
}

#menu form.search {
    display: none;
    padding: 0.3125rem 0;
}

#menu form.search button {
    background: transparent;
    border-color: #747474;
    color: #4f4f4f;
    width: 1.875rem;
}

#menu div.search {
    display: none;
}

#menu div.search a {
    color: #4f4f4f;
    cursor: pointer;
    display: block;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.25rem;
    outline-offset: -0.125rem;
    padding: 0.625rem 0.9375rem;
}

#menu div.search i {
    font-size: 1rem;
}

@media (min-width: 810px) {
    #menu div.search {
        display: block;
    }
}

@media (min-width: 992px) {
    #menu form.search {
        display: block;
    }

    #menu div.search {
        display: none;
    }
}

footer {
    background: #003662;
    color: #dee7ee;
}

footer div.info > div + div {
    border-left: 0.0625rem #336995 solid;
}

@media (max-width: 809px) {
    footer div.info > div + div {
        border-top: 0.0625rem #336995 solid;
    }

    footer div.info > div + div {
        border-left: none;
    }
}

footer a {
    color: #d5e0ef;
}

footer h2 {
    color: #fff;
}

#bottom {
    background: #002949;
}

#bottom a {
    color: #d5e0ef;
}

#content #sitemap {
    list-style: none none;
    margin: 1.25rem 0;
    padding: 0;
}

#content #sitemap.first-child {
    margin-top: 0;
}

#content #sitemap.last-child {
    margin-bottom: 0;
}

#content #sitemap h2 {
    margin: 1.25rem 0;
}

#content #sitemap ul {
    list-style: disc;
    margin: 0 0 0.625rem;
    padding: 0 0 0 2.5rem;
}

#content #sitemap a[target=_blank] {
    padding-right: 1rem;
}

#content #sitemap a[target=_blank]::after {
    content: "\f08e";
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-size: 0.75rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    margin-right: -1rem;
    text-align: right;
    text-rendering: auto;
    vertical-align: 0.125em;
    width: 1rem;
}

.navToTop {
    display: none;
}

#skip {
    float: left;
    font-size: 0.8125rem;
    line-height: 1.5rem;
    top: auto;
}

#skip:not(:focus) {
    left: -32767px;
    position: absolute;
}