:root {
    --grey: #f5f5f5;
    --red: #e41100;
    --dark-blue: #2b33ab;
    --blue: #14669b;
    --orange: #e07301;
    --black: #000000;
    --light-black: #3d3d3d;
    --light-grey: #F5F5F5;
    --green: #318811;
    --white: #FFFFFF;
}

body {
    font-family: 'Jost', sans-serif;
}

header * {
    color: #007bc7;
}
header a.link {
    text-decoration: none;
    font-size: 17px;
}
img.logo {
    height: 90px;
    object-fit: contain;
    object-position: left;
}

.weight-lighter {
    font-weight: 200;
}
.weight-light {
    font-weight: 300;
}
.weight-medium {
    font-weight: 400;
}
.weight-heavy {
    font-weight: 500;
}
.weight-heavyer {
    font-weight: 600;
}

.max-width {
    max-width: 1400px;
}

.text-red {
    color: var(--red);
}
.text-dark-blue {
    color: var(--dark-blue);
}
.text-blue {
    color: var(--blue) !important;
}
.text-orange {
    color: var(--orange);
}
.text-green {
    color: var(--green) !important;
}
a .text-white {
    color: var(--white)!important;
}

.intro-header {
    font-size: 24px;
}

.intro-subheader {
    font-size: 36px!important;
}
.emission-subheader {
    font-size: 24px;
    color: #e07301;
    font-weight: 600;
    min-height: 58px;
}
.story-header {
    font-size: 32px;
}
.story-subheader{
    font-size: 22px;
}

.story-link {
    display: block;
}
.story-link img {
    padding: 10px;
}

.emission-info th { padding-bottom:12px; }
.emission-info td { vertical-align:top; }

.table-border {
    border: 1px solid #eee;
}
.border-bottom {
    border-bottom: 1px solid #14669b45;
}

                    .btn-primary {
    background-color: #14669b;
    border-color: #14669b;
}

.btn-primary:hover {
    background-color: #072d46;
    border-color: #072d46;
}

.background-grey {
    background-color: var(--light-grey)!important;
}

.table-padding td,
.table-padding th {
    padding: 10px 10px 10px 10px;
}

.background-white {
    background-color: var(--white)!important;
}

header.mobile {
    display: none;
}
header:not(.mobile) {
    min-height: 30px;

    background-image: url(../images/dashed.png);
    background-repeat: repeat-x;
}
header .title {
    margin: 1em 0;
}
header .title a {
    color: var(--black);
    text-decoration: none;
}
.menu-wrapper {
    padding-top: 1em;
    padding-bottom: 1em;
}

nav {
    background-color: var(--blue);
}
nav a {
    text-decoration: none;
}
nav .menu ul {
    padding-left: 0;
    list-style-type: none;
}
nav .menu li {
    float: left;
}
nav .menu li:first-child a{
    padding-left: 0;
}
nav .nav-link {
    padding: 0 20px!important;
    color:  var(--white);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
nav .nav-link:first-of-type {
    padding: 0 20px 0 0!important;
}
@media (max-width: 767px) {
    nav .nav-link {
        color: white;
    }
}
nav .nav-link.active {
    color: var(--orange)!important;
}
nav .menu li a:hover {
    color: var(--light-black);
}
nav .search .search-box {
    position: relative;
    cursor: context-menu;
}
nav .search label {
    font-size: 18px;
    font-weight: 600;
    padding-right: 20px;
}
nav .search .search-box input[name="search"]:focus {
    outline: none;
    box-shadow: none;
    cursor: context-menu;
}
nav .search .search-box span.fas {
    position: absolute;
    right: 20px;
    top: 10px;
    color: var(--blue);
    width: 20px;
    height: 20px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.nav-item:hover {
    opacity: .5;
}
.vertical-align-top {
    vertical-align: top;
}

.popover-header {
    background-color: var(--blue);
    color: var(--white);
    font-weight: 600;
}

.popover-body {
    font-size: 14px;
}

.emission-stamps > div {
    padding-left: 15px;
}

.no-padding td {
    padding: 0!important;
}

#filters h3{
    font-size: 1.5rem;

}
#filters h4{
    font-size: 24px;
}
.content-bg {
    background: url(/assets/images/bg-tile.png) repeat;
}

.highlight-story img {
    margin-right: 20px;
    height: auto;
    position: unset!important;
    max-height: 400px;
    object-fit: contain;
    align-self: flex-end;
    float: right;
}

.bg-column a,
.transparent-column a {
    font-size: 22px;
}
.transparent-column {
    min-height: 400px;
}
.transparent-column .image {
    position: relative;
}
.transparent-column .image img {
    aspect-ratio: 16/9;
    max-height: 340px;
}
.pr-4 {
    padding: 1.5rem;
}
@media only screen and (max-width: 767px) {
    .transparent-column .image img {
        position: static;
    }
    .pr-4 {
        padding: 0;
    }
}

.bg-column a, .transparent-column a {
    font-size: 1rem;
    color: var(--blue);
}

.div-link:hover {
    cursor: pointer;
}

#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 60px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    transition: opacity .2s;
    opacitY: 1;
}
#back-to-top.noshow{
    opacity: 0;
}

#back-to-top a {
    text-decoration: none;
    color: var(--blue);
}

/* Emission screen */
img.stamp-img:hover {
    cursor: pointer;
}
.emission-info th {
    vertical-align: top;
}
.close-btn {
    position: absolute;
    top: 0;
    right: -35px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
}
.close-btn:hover {
    background-color: rgba(255, 255, 255, 1);
}

.close-btn i {
    color: #000000;
    font-size: 30px;
}

#surveyElement .sv-btn {
    color: var(--white);
    background-color: #14669b;
    border-color: #14669b;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
}

.sv-title, .sv-string-viewer {
    font-family: 'Jost', sans-serif!important;
    padding: 0!important;
    margin-bottom: 30px;
}

.sv-container-modern > .sv-title .sv-string-viewer {
    font-size: 36px;
    font-weight: 600;
    color: var(--orange)!important;
}

.sv-question .sv-question__header .sv-string-viewer {
    color: var(--blue) !important;
    font-size: 28px;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
}

.sv-item__control-label > .sv-string-viewer {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.sv-body .sv-body__page {
    margin-top: 0;
}

.sv-question__header {
    margin-bottom: 0!important;
}

.sv-container-modern fieldset{
    margin: 0!important;
}

.story-container {
    padding-left: 30px;
    padding-right: 30px;
}

.page-item.active .page-link {
    background-color: var(--blue);
    border-color: var(--blue);
}


