﻿@import url('https://rsms.me/inter/inter.css');

/*General Styles*/

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background: #FAFAFA;
}

iframe {
    width: 100%;
    border: none;
    overflow: hidden;
}

li {
    margin-bottom: 1rem;
}

a {
    color: #2A569D;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #002E6E;
}

.heading-1 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 145%;
    color: #002E6E;
    padding: 0px;
    margin: 0px;
}

.heading-2 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 145%;
    color: #000000;
    padding: 0px;
    margin: 0px;
}

.heading-3 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 145%;
    color: #000000;
    padding: 0px;
    margin: 0px;
}

.subheading-2 {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 145%;
    color: #000000;
    padding: 0px;
    margin: 0px;
}
.subheader-content {
    display: inline-block;
    margin-top: 20px;
}

.label-1 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 145%;
    padding: 0px;
    margin: 0px;
}

.body-1 {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 145%;
    color: #000000;
    padding: 0px;
    margin: 0px;
}

.body-2 {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 145%;
    color: #000000;
    padding: 0px;
    margin: 0px;
}

.bottom-spacing {
    margin-bottom: 15px;
}

.italic {
    font-style: italic;
}

.text-white {
    color: #FFFFFF;
}

.flex {
    display: flex;
}

.body-wrapper {
    min-height: 100%;
    margin-bottom: -508px;
}

.footer-container {
    height: 508px;
}

/* Header Styles */

.header {
    width: 100%;
    height: 64px;
    background: #2A569D;
    vertical-align: middle;
    padding: 0 2%;
}

.header-image {
    vertical-align: middle;
    margin-right: 10px;
}

.breadcrumb-bar {
    display: none;
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #BDBDBD;
    vertical-align: middle;
    padding: 0 2%;
}

.alignment-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.back-container {
    flex-grow: 1;
    flex-shrink: 1;
    border-right: 1px solid #BDBDBD;
}

.breadcrumb-spacer {
    flex-grow: 9;
    flex-shrink: 9;
}

.date-container {
    flex-grow: 1;
    flex-shrink: 1;
    text-align: right;
}

/* Body Styles*/
.page-padding-top {
    padding-top: 25px;
}

.page-padding-bottom{
    padding-bottom: 75px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2%;
}

.main-heading {
    margin-bottom: 25px;
}

.panel-ihp {
    margin-bottom: 40px;
}

.hidden-content {
    display: none;
}

.language-access-list li {
    margin-bottom: 40px;
}

/*
It would be ideal to programatically set the height of the iframe rather than hardcode css
*/
#searchFrame {
    height: 605px;
}

#resultsFrame {
    height: 1300px;
}

#nominationFrame {
    height: 1290px;
}

/* Footer Styles */
.footer-top-container {
    background: #2A569D;
}

.footer-top {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
}

.footer-logo {
    flex: 1 1 auto;
    margin-right: 2rem;
    margin-bottom: 1.5rem;
}

.overline-text {
    margin-bottom: .5rem;
    text-transform: uppercase;
    font-size: .8rem;
}

.footer-navigation {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.footer-navigation .footer-content {
    flex-grow: 1;
    margin-bottom: 3rem;
}

.footer-content-heading {
    margin-bottom: 24px;
}

.no-list-styling {
    padding: 0;
    list-style: none;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

.link-list-container {
    display: flex;
    flex-direction: column;
}

.language-link-list {
    margin-top: 0;
    margin-right: 3rem;
    margin-bottom: 0;
}

.footer-link {
    color: #FFFFFF;
}

.footer-link:hover {
    color: #e0e0e0;
}

.footer-bottom {
    width: 100%;
    text-align: left;
    padding: 40px 0px;
    background: #002E6E;
    line-height: 135%;
}

@media only screen and (min-width: 768px) {

    .header {
        padding: 0 48px;
    }

    .breadcrumb-bar {
        display: flex;
        padding: 0 48px;
    }

    #resultsFrame {
        height: 1056px;
    }

    .footer-top {
        padding-top: 100px;
        padding-bottom: 120px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer-navigation {
        flex: 1 1 auto;
        display: flex;
        flex-direction: row;
    }

    .footer-navigation .footer-content {
        margin-right: 2rem;
        margin-bottom: 0;
    }

    .link-list-container {
        flex-grow: 1;
        flex-direction: row;
    }

    .language-link-list {
        flex-grow: 1;
        margin-right: 1rem;
    }

    .footer-bottom {
        text-align: center;
    }
}
