@font-face {
    font-family: 'Nunito';
    src: url('fonts/nunito-regular.woff') format('woff2'),
		url('fonts/nunito-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('fonts/nunito-regularitalic.woff') format('woff2'),
		url('fonts/nunito-regularitalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Nunito';
    src: url('fonts/nunito-semibold.woff') format('woff2'),
		url('fonts/nunito-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('fonts/nunito-semibolditalic.woff') format('woff2'),
		url('fonts/nunito-semibolditalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

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

@font-face {
    font-family: 'Nunito';
    src: url('fonts/nunito-bolditalic.woff') format('woff2'),
		url('fonts/nunito-bolditalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'RobotoSlab';
    src: url('fonts/robotoslab-regular.woff') format('woff2'),
		url('fonts/robotoslab-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background-image: url('../images/tinfo-pattern-ukko.svg');
    background-size: 38px 105px;
    padding-top: 132px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 1rem 1rem 0 1rem;
    z-index: 900;
    transition: top .5s;
    border-bottom: 1px solid #f6f4ea;
}

/*header.condensed {
    border-bottom: 1px solid #f6f4ea;
}*/

header.hide {
    top: -130px;
}

header.condensed.hide {
    top: -80px;
}

header .slogan {
    font-size: 4vw;
    font-weight: bold;
    color: #ec7c54;
    text-align: center;
    padding-bottom: 1rem;
    margin: 2rem 0 0 0;
}

header.condensed .slogan {
    display: none;
}

main { 
    position: relative;
}

h1,h2,h3,h4,h5,h6 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

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

p + h3 {
    margin-top: 1.75rem;
}

p + h4 {
    margin-top: 1.5rem;
}

a {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

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

figure {
    margin: 2rem 0;
}

figcaption {
    color: #97999b;
    font-size: 80%;
    line-height: 1.25;
    margin-top: .5rem;
}

blockquote {
    position: relative;
    font-size: 1.25rem;
    font-weight: 600;
    font-style: italic;
    line-height: 1.25;
    color: #97999b;
    padding-left: 1.25rem;
    margin: 5rem 0 3rem 0;
}

blockquote::before {
    content: '“';
    position: absolute;
    top: -2.25rem;
    left: 0;
    font-size: 3.3125rem;
}

.container-fluid {
    max-width: 1200px;
}

.navbar-brand {
    display: block;
    flex-shrink: 0;
    width: 110px;
    height: 40px;
    background-image: url('../images/tinfo.svg');
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
    margin: 0 1rem 1rem 0;
    transition: width .5s, height .5s;
    z-index: 999;
}

.navbar-brand.en {
    width: 120px;
    background-image: url('../images/tinfo-en.svg');
}

.navbar-brand.sv {
    width: 113px;
    background-image: url('../images/tinfo-sv.svg');
}

.navbar {
    padding: 0;
}

.navbar a.nav-link {
    font-weight: bold;
    color: #3b3c43;
    margin: 0;
}

.navbar a.nav-link:hover,
.navbar .nav-item.active a.nav-link {
    color: #ec7c54;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #ec7c54;
}

.dropdown-menu {
    margin-top: 0 !important;
    border-top: 1px solid #f6f4ea !important;
}

.jumbotron {
    position: relative;
    margin: 0;
}

.jumbotron .lead {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0;
}

.jumbotron a {
    margin-top: 2rem;
}

.btn {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    padding-top: .725rem;
    padding-bottom: .525rem;
}

.btn-outline-white {
    color: #fff;
    border-color: #fff;
}

.btn-outline-white:active,
.btn-outline-white:hover,
.btn-outline-white:focus {
    background-color: #fff;
    color: #3b3c43;
}

.bg-orange {
    background-color: #ec7c54 !important;
}

.bg-yellow {
    background-color: #eada24 !important;
}

.bg-light-yellow {
    background-color: #f1eb9c !important;
}

.bg-dark-grey {
    background-color: #3b3c43 !important;
}

.bg-light-grey {
    background-color: #97999b !important;
}

.bg-light-green {
    background-color: #b7cdc2 !important;
}

.bg-dark-green {
    background-color: #005e5d !important;
}

.bg-light-blue {
    background-color: #94c2c4 !important;
}

.bg-dark-blue {
    background-color: #01426a !important;
}

.bg-pink {
    background-color: #f2d7ce !important;
}

.overlay-orange::before {
    background-color: #ec7c54 !important;
    opacity: .75 !important;
}

.overlay-yellow::before {
    background-color: #eada24 !important;
    opacity: .75 !important;
}

.overlay-blue::before {
    background-color: #01426a !important;
    opacity: .75 !important;
}

.overlay-light-blue::before {
    background-color: #94c2c4 !important;
    opacity: .75 !important;
}

.overlay-green::before {
    background-color: #005e5d !important;
    opacity: .75 !important;
}

.overlay-light-green::before {
    background-color: #b7cdc2 !important;
    opacity: .75 !important;
}

.overlay-grey::before {
    background-color: #3b3c43;
    opacity: .75;
}

.bg-center {
    background-position: center !important;
}

.bg-top-left {
    background-position: top left !important;
}

.bg-top-center {
    background-position: top center !important;
}

.bg-top-right {
    background-position: top right !important;
}

.bg-middle-left {
    background-position: left center !important;
}

.bg-middle-right {
    background-position: right center !important;
}

.bg-bottom-left {
    background-position: bottom left !important;
}

.bg-bottom-center {
    background-position: bottom center !important;
}

.bg-bottom-right {
    background-position: bottom right !important;
}


.mb-big, .my-big {
    margin-bottom: 8rem !important;
}

.mt-big, .my-big {
    margin-top: 8rem !important;
}

.tag {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    padding: .25rem  1rem;
    border-radius: 10rem;
    margin-bottom: .5rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.tag:hover,
.tag:active,
.tag:focus {
    color: #fff;
    text-decoration: none;
}

.tag.bg-primary:hover {
    background-color: #e75926 !important;
}

.tag.bg-light-blue:hover {
    background-color: #60a8ab !important;
}

.tag.bg-dark-blue:hover {
    background-color: #00629e !important;
}

.tag.bg-dark-green:hover {
    background-color: #007876 !important;
}

.footer-logo {
    max-width: 145px;
    height: auto;
}

.spotlight {
    position: relative;
    display: block;
    background-color: #fff;
    color: #3b3c43;
    font-size: .875rem;
    line-height: normal;
}

.spotlight:hover {
    text-decoration: none;
    color: #3b3c43;
}

.spotlights-row > div {
    margin-bottom: 20px;
}

.spotlight .spotlight-img {
    position: relative;
    background-color: #97999b;
    background-size: cover;
    background-position: center;
    height: 0;
    padding-top: 66.66666666666667%;
}

.orange .spotlight-img {
    background-color: #ec7c54;
}

.yellow .spotlight-img {
    background-color: #eada24;
}

.blue .spotlight-img {
    background-color: #94c2c4;
}

.green .spotlight-img {
    background-color: #b7cdc2;
}

.spotlight .spotlight-img > * {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    padding: 0 1rem;
}

.spotlight .spotlight-img > h3 {
    font-size: 1.5rem;
    color: #fff;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.spotlight .spotlight-inner {
    padding: 1rem 1rem 3rem 1rem;
}

.spotlight h3 {
    color: #ec7c54;
}

.spotlight .spotlight-badge {
    display: inline-block;
    background-color: #94c2c4;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: .6rem 1rem .4rem 1rem;
}

.spotlight-info {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

figure.img-main {
    position: relative;
    background-color: #3b3c43;
    margin: 0;
}

figure.img-main figcaption {
    background-color: #fff;
    text-align: center;
    padding-top: .5rem;
    margin: 0;
}

div.img-main,
.hero {
    position: relative;
    height: 0;
    background-color: #97999b;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 100%;
    z-index: 1;
}

.hero::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero-article {
    position: relative;
    background-color: #97999b;
}

.hero > .hero-texts {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 2rem;
    transform: translateY(-50%);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
}

.hero > .hero-texts > .hero-section {
    font-family: RobotoSlab, serif;
    font-size: 6vw;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    margin-bottom: 1rem;
}

.hero > .hero-texts > h1 {
    font-size: 10vw;
    font-weight: 600;
    line-height: 10vw;
}

.hero .lead {
    font-size: 5vw;
    font-weight: 600;
    max-width: 920px;
    margin: 0 auto;
}

.hero a {
    color: inherit !important;
}

.hero a.btn {
    color: inherit !important;
    border-color: inherit !important;
    margin-top: 2rem;
}

.hero.text-white a.btn:active, .hero.text-white a.btn:hover, .hero.text-white a.btn:focus {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #3b3c43 !important;
}

.hero.text-dark a.btn:active, .hero.text-dark a.btn:hover, .hero.text-dark a.btn:focus {
    background-color: #3b3c43 !important;
    border-color: #3b3c43 !important;
    color: #fff !important;
}

.article-content {
    max-width: 100%;
}

.article-content a {
    word-break: break-all;
}

.article-content .date {
    font-size: 80%;
    color: #97999b;
}

.lead {
    line-height: 1.25;
}

.infobox {
    max-width: 600px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.infobox a {
    color: #3b3c43;
}

.chevron-after::after {
    content: " \203A";
}

/* Custom Some Feed module overrides */
#someFeed {
    position: relative;
    min-height: 64px;
}

.csf-post,
.csf-post:hover {
    border: none !important;
}

.csf-post-date {
    display: none;
}

.csf-post-text {
    color: #3b3c43;
    font-size: .875rem;
    line-height: normal;
}

.csf-post-text span {
    color: #09c;
}
/* /Custom Some Feed module overrides */

.loader {
    position: relative;
    min-height: 64px;
    min-width: 64px;
}

.loader::after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url('../images/icon-loading.svg');
    animation: loader-spin 1s infinite linear;
}

.loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .75);
    z-index: 100;
}

input.loading {
    background-image: url('../../../images/ajax-loader-indicator-small-light.gif');
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.row > div.loader {
    left: 10px;
    right: 10px;
}

.bg-pink .loader-overlay {
    background-color: rgba(242, 215, 206, .75);
}

footer  a {
    color: #fff;
}

footer  a:hover {
    color: #ec7c54;
}

.some-icons img,
.some-icons svg {
    width: 32px;
    height: 32px;
    margin: 0 .125rem;
}

.some-icons a:first-child img,
.some-icons a:first-child svg {
    margin-left: 0;
}

.some-icons a:last-child img,
.some-icons a:last-child svg {
    margin-right: 0;
}

.svg-inject {
    fill: currentColor;
}

.chart-title-pie {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10vw;
    line-height: 10vw;
    text-align: center;
    padding: 0;
    margin: 0;
}

.chart-legend {
    font-size: .85rem;
}

.chart-legend li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: .5rem;
}

.chart-swatch {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    margin-right: .5em;
    vertical-align: text-bottom;
}

footer .navbar a.nav-link {
    margin: 0;
}

footer .navbar .nav-item:first-child a.nav-link {
    padding-left: 0;
}

footer .navbar .nav-item:last-child a.nav-link {
    padding-right: 0;
}

footer .footer-bottom-nav .nav-link {
    font-weight: bold;
    padding: 0;
}

.iti-logo {
    max-width: 120px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.no-scroll {
    overflow: hidden !important;
}

ul.alphabetNavi {
    font-size: .75rem;
}

ul.alphabetNavi > li > a, ul.alphabetNavi > li > span {
    padding: .25rem .5rem;
}

#mainMenu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f6f4ea;
    font-size: 1.25rem;
    padding: 1rem;
    margin-left: -100%;
    z-index: 990;
    transition: margin-left .5s !important;
    overflow-y: auto;
}

#mainMenu.collapse:not(.show) {
    display: block;
}

#mainMenu.menu-open {
    margin-left: 0 !important;
}

#mainMenu.collapsing {
    height: auto !important; 
}

/* Hide Bootstrap dropdown caret from main menu */
#mainMenu .dropdown-toggle::after {
    display: none;
}

#menuBtn,
#toggleSearchBtn {
    position: absolute;
    display: block;
    height: 3rem;
    background-color: transparent;
    background-image: url('../images/icon-menu.svg');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center top;
    font-size: .8rem;
    line-height: normal;
    padding: 2rem 0 0 0;
    border: none;
}

#menuBtn {
    right: 0;
    top: 0;
    background-image: url('../images/icon-menu.svg');
    z-index: 998;
}

#menuBtn.x {
    background-image: url('../images/icon-close-menu.svg');
}

#toggleSearchBtn {
    right: 3rem;
    top: 0;
    background-image: url('../images/icon-search.svg');
    z-index: 100;
}

#toggleSearchBtn.x {
    background-image: url('../images/icon-close-search.svg');
}

#search {
    position: absolute;
    top: -150px;
    left: -1rem;
    right: -1rem;
    padding: 1.5rem;
    z-index: 999;
    transition: top .5s;
}

#search.show {
    top: 3.5rem;
}

#languages {
    position: absolute;
    top: 1rem;
    right: 6rem;
}

#languages a {
    color: inherit;
    font-weight: bold;
}

#languages .list-inline-item:not(:last-child) {
    margin-right: .25rem;
}

#languages li.active a {
    text-decoration: underline;
}

.table td, .table th {
    vertical-align: middle;
}

.table thead th {
    background-color: #3b3c43;
    color: #fff;
    border-bottom: none;
}

.table tr:last-child td,
.table tr:last-child th {
    border-bottom: 1px solid #dee2e6;
}

.tablesorter-default .header, 
.tablesorter-default .tablesorter-header {
    padding-right: 1.5rem;
}

/* Custom styles for Bootstrap page subnavi */
ul.pageSubNavi {
    font-size: 1rem;
	border-bottom: none;
}

ul.pageSubNavi li {
    margin: 0 !important;
}

ul.pageSubNavi li a,
ul.pageSubNavi li a:hover {
	display: block;
    padding: 1rem;
	border: none !important;
	border-bottom: 1px solid #eeeeee !important;
	border-radius: 0px !important;
	margin: 0 !important;
}

ul.pageSubNavi li a:hover {
	background-color: #fafafa !important;
}

ul.pageSubNavi li:first-child a {
    border-top: 1px solid #eeeeee !important;
}

ul.pageSubNavi li a.act {
	text-decoration: underline;
}

ul.pageSubNavi > li > a:hover,
.pageSubNavi > li > a:focus {
	background-color: transparent;
	text-decoration: underline;
}

ul.pageSubNavi ul {
	margin-top: 0;
	border-bottom: 1px solid #eeeeee !important;
}

ul.pageSubNavi ul li {
	margin: 5px 0 !important;
}

ul.pageSubNavi > ul > li > a,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: transparent;
}

ul.pageSubNavi ul li a,
ul.pageSubNavi ul li a:hover {
    border: none !important;
	background-color: transparent !important;
}

ul.pageSubNavi ul li:first-child a {
    border-top: none !important;
}

ul.pageSubNavi > li.open > a {
    /*border-bottom: none !important;*/
	border-bottom: 1px solid #eeeeee !important;
}

.subNaviHeading {
	margin-top: 2px;
	line-height: normal;
}
/* Custom styles for Bootstrap page subnavi end */


/* NPfF styles */
div.dtSearchSelections button {
	margin: 10px 10px 10px 0px;
}

div.npffPlayDiv {
	position: relative;
	box-sizing: border-box;
	width: 18%;
	margin-left: 2.5%;
	margin-bottom: 20px;
	float: left;
	text-align: center;
}

div.npffPlayDiv:first-child, div.npffPlayDiv:nth-child(5n+1) {
	margin-left: 0;
	clear: left;
}

div.npffPlayDiv h3 {
	margin-top: 10px;
}

div.npffPlayTnDiv {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	background-color: #eee;
	background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
}

div.npffPlayTnDiv a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.npffPlayTnDiv .btnContainer, div.productTnDiv .btnContainer {
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 999;
}

.npffAuthorsList .npffPlayDiv {
    margin: 10px !important;
    width: 100px !important;
}

.btnContainer button {
	float: right;
	margin-left: 2px;
}

a.npffTag {
	margin-right: 10px;
}

ul.npffAuthorsList li {
	position: relative;
	background-position: left center;
    background-repeat: no-repeat;
	height: 120px;
}

ul.npffAuthorsList li:nth-child(odd) {
	background-color: #fafafa;
}

ul.npffAuthorsList li:nth-child(even) {
	background-color: #f5f5f5;
}

ul.npffAuthorsList li a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 130px;
	padding-top: 50px;
}

div.npffAdminAddImg {
	width: 10% !important;
	clear: none !important;
	margin-left: 0 !important;
	margin-right: 2.5% !important;
}

#npffSlider .npffSliderImg {
	background-position: center;
	background-size: cover;
	width: 48%;
	padding-top: 32%;
	float: left;
}

#npffSlider .npffSliderText {
	width: 48%;
	float: right;
}

#npffSlider h2 {
	margin-top: 0;
}

div.npff-author-img {
    padding-top: 100% !important;
}
/* NPfF styles end */

table.table-dt th:first-child {
    width: 25%;
}

#dtHelpBtn {
    cursor: pointer;
}

#dtHelpBtn > svg{
    vertical-align: text-top;
}

#backToTop {
    position: fixed;
    top: 5px;
    right: 5px;
    display: none;
    padding: .25rem;
}

.faq-p {
    padding-top: 15px;
    margin: 0;
}

.faq-p:before {
    content: '\25b6 ';
    margin-right: 6px;
    font-family: Nunito, sans-serif;
}

.faq-p.open:before {
    content: '\25bc ';
    margin-right: 4px;
}

/* Tracker */
#tracker ul {
    margin: 0 0 2rem 0;
    padding: 0;
}

#tracker ul li {
    list-style-type: none;
    margin: 0;
    display: inline;
	/*white-space: pre;*/
}

#tracker ul li:after {
    content: " / ";
}

#tracker ul li:last-child:after {
    content: none;
}
/* Tracker end */

.bootstrap-datetimepicker-widget.bottom {
    margin-top: -30px !important;
}

/* Twitter Typeahead styles */
.twitter-typeahead {
    width: 100%;
}

.tt-menu {
    width: 100%;
    background-color: #fff;
    color: #3b3c43;
    border: 1px solid #ced4da;
    border-top: 1px solid #eee;
    max-height: 240px;
    overflow-y: auto;
}

.tt-suggestion,
.tt-more-results {
    padding: .5rem 1rem;
}

.tt-suggestion:hover,
.tt-suggestion.tt-cursor {
    background-color: #ec7c54;
    color: #fff;
    cursor: pointer;
}

.tt-suggestion a {
    display: block;
}

.tt-suggestion:hover a,
.tt-suggestion a:hover,
.tt-suggestion.tt-cursor a {
    color: #fff;
    text-decoration: none;
}

.input-group > .twitter-typeahead {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
/* Twitter Typeahead styles end */


/* FCMS overrides */
main.admin ul.pageSubNavi li a,
main.admin ul.pageSubNavi li a:hover {
    padding: .5rem;
}
a.adminIcon {
    font-size: .8rem;
}
ul.nav-tabs {
    margin-bottom: 1.25rem;
}
.iconTd .btn,
#adminPageNavi .btn {
    padding-top: .525rem;
}
div.loader {
    background-image: none;
}
#adminPageNavi {
    text-align: right;
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: 8px;
    z-index: 999;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
#adminPageNavi h3,
#adminPageNavi hr {
    display: none;
}
/* FCMS overrides end */

@media (max-width: 767px) {
    /* Dropdown exceptions for mobile */
    #mainMenu .dropdown-menu {
        background-color: transparent;
        margin: 0 -1rem;
        padding: 0 0 1rem 1rem;
        border: none !important;
    }
    #mainMenu .dropdown-menu a:hover {
        background-color: transparent;
        text-decoration: underline;
    }
}

@media (min-width: 576px) {
    div.img-main,
    .hero {
        padding-top: 56.25%;
    }
    .hero > .hero-texts > .hero-section {
        font-size: 4vw;
    }
    .hero > .hero-texts > h1 {
        font-size: 6vw;
        line-height: 6vw;
    }
    .hero .lead {
        font-size: 3vw;
    }
}

@media (min-width: 600px) {
    .article-content {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    body {
        padding-top: 192px;
    }
    header {
        padding: 0;
    }
    header.condensed {
        height: 72px;
    }
    header.hide {
        top: -200px;
    }
    header .slogan {
        flex-grow: 1;
        font-size: 1.7rem;
        margin: 0 120px 0 10px;
    }
    .navbar-brand {
        width: 220px;
        height: 80px;
        margin: 2.25rem;
    }
    .navbar-brand.en {
        width: 236px;
    }
    .navbar-brand.sv {
        width: 223px;
    }
    header.condensed .navbar-brand {
        position: absolute;
        top: 0;
        left: 0;
        width: 110px;
        height: 40px;
        margin: 1rem;
    }
    header.condensed .navbar-brand.en {
        width: 120px;
    }
    header.condensed .navbar-brand.sv {
        width: 113px;
    }
    .navbar a.nav-link {
        margin: 0 .25rem;
    }
    #mainMenu {
        position: relative;
        display: flex;
        font-size: 1rem;
        background-color: transparent;
        padding: 0;
        margin: 0;
        overflow-y: visible;
    }
    header.condensed #mainMenu {
        margin-top: 31px;
    }
    #menuBtn {
        display: none;
    }
    #toggleSearchBtn {
        right: 1rem;
        bottom: auto;
        top: 135px;
        z-index: 999;
    }
    header.condensed #toggleSearchBtn {
        top: auto;
        bottom: 12px;
    }
    #search {
        top: -100px;
        left: 300px;
        right: 64px;
    }
    #search.show {
        top: 2rem;
    }
    header.condensed #search {
        padding: 1rem;
    }
    header.condensed #search.show {
        top: 0;
    }
    #search .input-group {
        max-width: 500px;
        margin: 0 auto;
    }
    #search .close {
        position: absolute;
        top: 0;
        right: 8px;
        font-size: 2rem;
        color: #fff;
        text-shadow: none;
        opacity: .75;
    }
    #search .close:hover {
        opacity: 1;
    }
    #languages {
        right: 1rem;
    }
    header.condensed #languages {
        display: none;
    }
    .chart-title-pie {
        font-size: 3vw;
        line-height: 3vw;
    }
    .chart-legend {
        columns: 2;
    }
    div.img-main,
    .hero {
        padding-top: 35%;
    }
    .hero > .hero-texts > .hero-section {
        font-size: 2.25rem;
    }
    .hero > .hero-texts > h1 {
        font-size: 3.5rem;
        line-height: 3.5rem;
    }
    .hero .lead {
        font-size: 1.125rem;
    }
}

@media (min-width: 992px) {
    .navbar a.nav-link {
        margin: 0 1rem;
    }
    .col-lg-6 .spotlight-img {
        padding-top: 32%;
    }
}

@media (min-width: 1050px) {
    #mainMenu {
        justify-content: center;
    }
    .navbar a.nav-link {
        margin: 0 1.5rem;
    }
    .navbar .nav-item:first-child a.nav-link {
        margin-left: 0;
    }
    .navbar .nav-item:last-child a.nav-link {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .chart-title-pie {
        font-size: 42px;
        line-height: 42px;
    }
}

@keyframes loader-spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(359deg);
    }
}
