@charset "UTF-8";
/* fonts implemented via third parties or foundries */
@font-face {
    font-family: 'ValueDiacritics';
    src: url("../fonts/ValueDiacriticsV2-Bold.eot");
    src: local("☺"), url("../fonts/ValueDiacriticsV2-Bold.woff") format("woff"), url("../fonts/ValueDiacriticsV2-Bold.ttf") format("truetype"), url("../fonts/ValueDiacriticsV2-Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Value Sans Bold';
    src: url("../fonts/value-bold-web.eot");
    src: local("☺"), url("../fonts/value-bold-web.woff") format("woff"), url("../fonts/value-bold-web.ttf") format("truetype"), url("../fonts/value-bold-web.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Value Sans Regular';
    src: url("../fonts/value-regular-web.eot");
    src: local("☺"), url("../fonts/value-regular-web.woff") format("woff"), url("../fonts/value-regular-web.ttf") format("truetype"), url("../fonts/value-regular-web.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GT Super';
    src: url("../fonts/GT-Super-Display-Bold.eot");
    src: local("☺"), url("../fonts/GT-Super-Display-Bold.woff") format("woff"), url("../fonts/GT-Super-Display-Bold.ttf") format("truetype"), url("../fonts/GT-Super-Display-Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GT Super Text';
    src: url("../fonts/GT-Super-Text-Book.eot");
    src: local("☺"), url("../fonts/GT-Super-Text-Book.woff") format("woff"), url("../fonts/GT-Super-Text-Book.ttf") format("truetype"), url("../fonts/GT-Super-Text-Book.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* dividable by 5 */
/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `cmn-toggle-switch` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
.cmn-toggle-switch {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 31.25px;
    height: 25px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.1s;
    transition: background 0.1s;
    background: transparent;
}

.cmn-toggle-switch:focus {
    outline: none;
}

.cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 10px;
    left: 0px;
    right: 0px;
    height: 5px;
    background: #1446b9;
}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #1446b9;
    content: "";
}

.cmn-toggle-switch span::before {
    top: -10px;
}

.cmn-toggle-switch span::after {
    bottom: -10px;
}

/**
 * Style 2
 *
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.cmn-toggle-switch__htx span {
    -webkit-transition: background 0 0.1s;
    transition: background 0 0.1s;
}

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
    -webkit-transition-duration: 0.1s, 0.1s;
    transition-duration: 0.1s, 0.1s;
    -webkit-transition-delay: 0.1s, 0;
    transition-delay: 0.1s, 0;
}

.cmn-toggle-switch__htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.cmn-toggle-switch__htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.cmn-toggle-switch__htx.active span {
    background: none;
}

.cmn-toggle-switch__htx.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cmn-toggle-switch__htx.active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
    -webkit-transition-delay: 0, 0.1s;
    transition-delay: 0, 0.1s;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
}

body,
html {
    margin: 0;
    padding: 0;
    background: #f8f8f8;
    color: #232323;
    font-family: "Value Sans Regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

::-moz-selection {
    background: #e6cda0;
    color: #fff;
}

::selection {
    background: #e6cda0;
    color: #fff;
}

strong, b, .strong {
    font-weight: normal !important;
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

em, i {
    font-style: normal;
    font-weight: inherit;
    font-family: "Value Sans Regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

p {
    margin: 0 0 1.5rem 0;
    padding: 0;
}

p .intro {
    font-weight: normal;
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.general-content {
    margin-bottom: 4rem;
}

.general-content p:first-child {
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.general-content .size-full {
    width: 100%;
    height: auto;
}

blockquote,
.single-post .content blockquote p:first-child,
.general-content blockquote {
    letter-spacing: 0;
    font-family: "GT Super", "Georgia", Times New Roman, serif;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.33;
    color: #d2aa64;
    padding: 4rem;
    margin: 0;
    max-width: 50vw;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #1446b9;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 2.33rem;
    line-height: 1;
    margin-bottom: 1.5rem;
}

h1 .fa {
    font-size: 1.25rem;
}

h2 {
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 1.333rem;
    margin-bottom: 1.2rem;
    line-height: 1;
}

h4 {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 1.2rem;
}

h5 {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: .5rem;
}

h6 {
    font-size: 1rem;
    line-height: 1;
    margin-bottom: .5rem;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: #1446b9;
    text-decoration: underline;
}

hr {
    margin: 2rem 0;
    height: 1px;
    background-color: #ddd;
    border: none;
}

.gold {
    color: #d2aa64;
}

.lightgold {
    color: #e6cda0;
}

.blue {
    color: #1446b9;
}

.lightblue {
    color: #7391d7;
}

.white {
    color: #fff;
}

.grey {
    color: #f8f8f8;
}

.stats-blocks .block.background-gold,
.background-gold {
    background-color: #d2aa64;
}

.stats-blocks .block.background-lightgold,
.background-lightgold {
    background-color: #e6cda0;
}

.stats-blocks .block.background-blue,
.background-blue {
    background-color: #1446b9;
}

.stats-blocks .block.background-lightblue,
.background-lightblue {
    background-color: #7391d7;
}

.stats-blocks .block.background-white,
.background-white {
    background-color: #fff;
}

.stats-blocks .block.background-grey,
.background-grey {
    background-color: #f8f8f8;
}

label {
    display: block;
    color: #1446b9;
    font-size: 0.8rem;
    font-weight: normal !important;
    font-family: "Value Sans Regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.wrapper {
    width: 100%;
    padding: 0 1rem;
    margin: 0 auto;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper.vertical-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.wrapper:after {
    content: '';
    display: block;
    clear: both;
}

.wrapper.bottom-margin {
    margin-bottom: 4rem;
}

.page-content {
    position: relative;
    z-index: 3;
}

.page-content > section:first-child {
    padding-top: 8rem;
}

.page-content .aligncenter {
    width: auto;
    height: auto;
    margin: 2rem auto;
}

.page-content .aligncenter img {
    width: 100%;
    height: auto;
}

.page-content .aligncenter .wp-caption-text {
    margin-top: 2px;
    font-size: .75rem;
    color: #1446b9;
    font-family: "Value Sans Regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
    width: 50%;
}

.page-content .size-large {
    width: 100%;
    height: auto;
}

.page-content .size-large img {
    width: 100%;
    height: auto;
}

.page-content .size-medium,
.page-content .size-small {
    width: auto !important;
    height: auto;
    max-width: 100% !important;
}

.page-content .size-medium img,
.page-content .size-small img {
    width: auto !important;
    height: auto;
}

.home .page-content > section:first-child {
    padding-top: 0;
    margin-top: 0rem;
}

.full-width {
    width: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.center {
    text-align: center;
}

.menu-toggle {
    position: fixed;
    z-index: 1001;
    right: 20px;
    top: 20px;
}

.mainmenu {
    min-height: 70px;
}

.mainmenu .home-logo {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: .667rem;
    height: 50px;
    width: auto;
}

.mobile-logo {
    display: none;
}

.intro p {
    font-weight: normal;
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.scroll-to-continue {
    position: absolute;
    z-index: 2;
    display: inline-block;
    bottom: 6rem;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#intro {
    display: block;
    z-index: 1;
    position: relative;
    height: 100%;
    width: 100%;
    background: #f8f8f8;
    margin-bottom: 3px;
}

#intro .slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#intro .slide .intro-logo {
    position: relative;
    padding: 30px 0;
    margin: 0 auto;
    width: 100%;
    max-width: 150px;
}

#intro .slide .intro-logo img {
    width: 100%;
}

#intro .slide .intro-content {
    left: 0;
    top: 10%;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    color: #1446b9;
    z-index: 2;
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#intro .slide .intro-content .intro-content-text {
    font-size: 7rem;
    line-height: 1.05;
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 3rem;
    overflow: visible;
}

#intro .slide .intro-content.diacritics {
    font-family: "ValueDiacritics", "Trebuchet MS", Helvetica, Arial, sans-serif;
    color: #d2aa64;
    opacity: .5;
    z-index: 1;
    margin-top: -4px;
}

#intro .slide.cyrillic {
    font-weight: bold !important;
}

#intro .slide.cyrillic .intro-content {
    font-family: Tahoma, verdana, sans-serif;
}

#intro .slide.cyrillic .intro-content .intro-content-text {
    font-size: 4.5rem;
}

#intro .slide .diacritic {
    z-index: 0;
    position: absolute;
    font-size: 100px;
    color: #d2aa64;
    opacity: .5;
    font-family: Value Sans Bold;
}

#intro .slide.slide-blue {
    background: #1446b9;
}

#intro .slide.slide-blue .intro-content {
    color: #fff;
}

#intro .slide.slide-blue .intro-content.diacritics {
    opacity: 1;
    color: #d2aa64;
}

#intro .slide.slide-blue .diacritic {
    opacity: 1;
}

#intro .slide.slide-lightblue {
    background: #7391d7;
}

#intro .slide.slide-lightblue .intro-content {
    color: #fff;
}

#intro .slide.slide-lightblue .intro-content.diacritics {
    opacity: 1;
    color: #e6cda0;
}

#intro .slide.slide-lightblue .diacritic {
    opacity: 1;
    color: #e6cda0;
}

#intro .slide.slide-gold {
    background: #e6cda0;
}

#intro .slide.slide-gold .intro-content {
    color: #1446b9;
}

#intro .slide.slide-gold .intro-content.diacritics {
    opacity: 1;
    color: #d2aa64;
}

#intro .slide.slide-gold .diacritic {
    opacity: 1;
}

.page-template-shortlist_intern,
.page-template-stats {
    background: #fff;
}

.page-template-shortlist_intern.page-template-stats,
.page-template-stats.page-template-stats {
    background-color: transparent;
}

.page-template-shortlist_intern .page-content > section:first-child,
.page-template-stats .page-content > section:first-child {
    padding-top: 0rem;
}

.page-template-shortlist_intern .back,
.page-template-stats .back {
    position: absolute;
    text-decoration: none;
    top: 1rem;
    left: 1rem;
    font-family: Value Sans Bold;
    color: #fff;
    z-index: 1000;
}

.page-template-shortlist_intern .back:hover,
.page-template-stats .back:hover {
    color: #e6cda0;
}

.page-template-shortlist_intern .shortlist-intro,
.page-template-stats .shortlist-intro {
    text-align: center;
    height: auto !important;
    min-height: auto !important;
}

.page-template-shortlist_intern .shortlist-intro .slide,
.page-template-stats .shortlist-intro .slide {
    position: relative !important;
    height: auto !important;
    padding: 10vh 5rem;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-template-shortlist_intern .shortlist-intro h1,
.page-template-stats .shortlist-intro h1 {
    color: #fff !important;
    font-size: 4rem;
    z-index: 1;
    position: relative;
}

.page-template-shortlist_intern .shortlist-intro h1 br,
.page-template-stats .shortlist-intro h1 br {
    display: none;
}

.page-template-shortlist_intern .shortlist-intro h2,
.page-template-stats .shortlist-intro h2 {
    font-size: 2rem;
    color: #e6cda0 !important;
    z-index: 1;
    position: relative;
}

.page-template-shortlist_intern .shortlist-intro .white-logo,
.page-template-stats .shortlist-intro .white-logo {
    display: none;
}

.page-template-shortlist_intern .shortlist-intro .shortlist-intro-text,
.page-template-stats .shortlist-intro .shortlist-intro-text {
    color: #fff;
    position: relative;
    z-index: 2;
}

.page-template-shortlist_intern footer,
.page-template-stats footer {
    margin-top: 0;
}

section.main {
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

section.main > p:nth-child(2) {
    font-weight: normal;
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

section.main.homepage > p:first-child {
    font-weight: normal;
    font-family: "Value Sans Regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

section.main ul {
    margin-left: 1.1rem;
}

section.main ul li {
    list-style: disc;
}

section.main h4 {
    line-height: 1.3;
}

section.main h3 {
    margin-bottom: 0.5rem;
}

section.main .aligncenter,
section.main .alignnone {
    width: 100% !important;
}

section.main table td .aligncenter,
section.main table td .alignnone {
    width: auto !important;
}

section.main img.size-full,
section.main img.size-large,
section.main img.size-medium {
    width: 100%;
    height: auto;
}

section.main .size-full img,
section.main .size-large img,
section.main .size-medium img {
    width: 100%;
    height: auto;
}

section.main figure {
    margin: 0;
    padding: 0;
    width: 100%;
}

section.main figure img {
    width: 100%;
}

section.main figure figcaption {
    margin: 5px 0 10px 0;
    color: #2d2d2d;
    font-size: 0.8rem;
    line-height: 1;
}

section.main figure.half-width {
    margin-left: 25%;
    width: 50%;
    -webkit-filter: grayscale(100%) contrast(120%);
    filter: grayscale(100%) contrast(120%);
}

section.main figure.half-width figcaption {
    text-align: left;
}

section.main figure.half-width img {
    height: auto;
}

.latest-tweets {
    color: #232323;
    font-size: .8rem;
}

.latest-tweets .tweet {
    line-height: 1.25;
    font-size: 1rem;
}

.latest-tweets .tweet .tweet-user a {
    color: #1446b9;
    text-decoration: none;
    font-weight: normal;
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.latest-tweets .tweet .tweet-user a:hover {
    text-decoration: underline;
}

.latest-tweets .tweet .tweet-date {
    margin-top: .5rem;
    display: block;
}

.latest-tweets .tweet .tweet-date a {
    color: #7391d7;
    font-size: .833rem;
    text-decoration: none;
}

form .gfield,
form p,
form .tml-field-wrap,
form .field {
    position: relative;
    display: block;
    width: 100%;
    z-index: 0;
    padding: 0;
    margin: 0 0 15px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

form .gfield select,
form .gfield input,
form .gfield textarea,
form p select,
form p input,
form p textarea,
form .tml-field-wrap select,
form .tml-field-wrap input,
form .tml-field-wrap textarea,
form .field select,
form .field input,
form .field textarea {
    width: 100%;
    border: 0;
    padding: 15px;
    background-color: #fff;
    color: #2d2d2d;
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

form .gfield select:focus, form .gfield select:focus,
form .gfield input:focus,
form .gfield input:focus,
form .gfield textarea:focus,
form .gfield textarea:focus,
form p select:focus,
form p select:focus,
form p input:focus,
form p input:focus,
form p textarea:focus,
form p textarea:focus,
form .tml-field-wrap select:focus,
form .tml-field-wrap select:focus,
form .tml-field-wrap input:focus,
form .tml-field-wrap input:focus,
form .tml-field-wrap textarea:focus,
form .tml-field-wrap textarea:focus,
form .field select:focus,
form .field select:focus,
form .field input:focus,
form .field input:focus,
form .field textarea:focus,
form .field textarea:focus {
    outline: none;
}

form .gfield select,
form p select,
form .tml-field-wrap select,
form .field select {
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: 0px 1px 3px transparent;
    -webkit-box-shadow: 0px 1px 3px transparent;
    box-shadow: 0px 1px 3px transparent;
    padding: .8rem;
    -webkit-user-select: none;
    padding-left: 10px;
    background-color: #fff;
    background-image: url("data:image/gif;base64,R0lGODlhBwAHAIAAACQiJAH+/SH5BAEAAAEALAAAAAAHAAcAAAILjI8IyxDtDEsxnQIAOw==");
    background-position: 99% center;
    background-repeat: no-repeat;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

form .gfield textarea,
form p textarea,
form .tml-field-wrap textarea,
form .field textarea {
    height: 180px;
    line-height: 1.5;
}

form .gfield:after,
form p:after,
form .tml-field-wrap:after,
form .field:after {
    position: absolute;
    z-index: 10;
    display: block;
    height: 0%;
    width: 100%;
    top: 100%;
    right: 0px;
    background-color: #1446b9;
    color: #fff;
    padding: 10px;
    font-size: .8rem;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased !important;
    content: attr(title);
    opacity: 0;
    overflow: scroll;
    border-right: 1px solid #0f358b;
    border-bottom: 1px solid #0f358b;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

form .gfield input[type='text']:focus, form .gfield input[type='text']:focus,
form p input[type='text']:focus,
form p input[type='text']:focus,
form .tml-field-wrap input[type='text']:focus,
form .tml-field-wrap input[type='text']:focus,
form .field input[type='text']:focus,
form .field input[type='text']:focus {
    outline: none;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

form .gfield input[type='checkbox'],
form p input[type='checkbox'],
form .tml-field-wrap input[type='checkbox'],
form .field input[type='checkbox'] {
    width: auto;
    vertical-align: middle;
    display: inline-block;
}

form .gfield:before,
form p:before,
form .tml-field-wrap:before,
form .field:before {
    position: absolute;
    display: block;
    height: 0px;
    width: 0px;
    top: 100%;
    margin-top: -100px;
    right: 90%;
    border: 10px solid #1446b9;
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    content: '';
    opacity: 0;
    z-index: 0;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

form .gfield input .small,
form p input .small,
form .tml-field-wrap input .small,
form .field input .small {
    width: 25%;
}

form .gfield input .medium,
form p input .medium,
form .tml-field-wrap input .medium,
form .field input .medium {
    width: 50%;
}

form .gfield.has-decription.selected:after,
form p.has-decription.selected:after,
form .tml-field-wrap.has-decription.selected:after,
form .field.has-decription.selected:after {
    opacity: 1;
    width: 100%;
    top: 100%;
    margin-top: -80px;
    height: 80px;
}

form .gfield.has-decription.selected:before,
form p.has-decription.selected:before,
form .tml-field-wrap.has-decription.selected:before,
form .field.has-decription.selected:before {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    -moz-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

form .gfield.has-decription.selected input,
form .gfield.has-decription.selected textarea,
form p.has-decription.selected input,
form p.has-decription.selected textarea,
form .tml-field-wrap.has-decription.selected input,
form .tml-field-wrap.has-decription.selected textarea,
form .field.has-decription.selected input,
form .field.has-decription.selected textarea {
    margin-bottom: 80px;
}

form input[type='submit'] {
    background: transparent;
    color: #1446b9;
    border: 3px solid #1446b9;
    margin-top: 1rem;
    display: inline-block;
    padding: .75rem 1.5rem;
    text-decoration: none;
    width: auto;
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

form input[type='submit']:hover, form input[type='submit']:focus {
    color: #d2aa64;
    border-color: #d2aa64;
    outline: none;
}

.form-title {
    display: none;
}

.slick-dots button,
.button {
    margin-top: 1rem;
    background: transparent;
    display: inline-block;
    color: #1446b9;
    border: 3px solid #1446b9;
    padding: .75rem 1.5rem;
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 1.2;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

.slick-dots button:hover, .slick-dots button:focus,
.button:hover,
.button:focus {
    color: #d2aa64;
    border-color: #d2aa64;
    outline: none;
}

.slick-dots button.button-gold,
.button.button-gold {
    border-color: #d2aa64;
    color: #d2aa64;
}

.slick-dots button.button-gold:hover, .slick-dots button.button-gold:focus,
.button.button-gold:hover,
.button.button-gold:focus {
    color: #fff;
    border-color: #fff;
}

.news-blocks .block {
    width: 50%;
    height: 0;
    padding-bottom: 50% !important;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.news-blocks .block.img {
    overflow: hidden;
}

.news-blocks .block.img img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: ease 0.25s all;
    -o-transition: ease 0.25s all;
    -webkit-transition: ease 0.25s all;
    transition: ease 0.25s all;
    width: 100%;
    height: auto;
}

.news-blocks .block.text {
    padding: 0 1rem;
}

.news-blocks .block.text h3 {
    padding-top: 1rem;
    font-size: 1rem;
    margin-bottom: .9rem;
}

.news-blocks .block.text h3 a {
    color: inherit;
    text-decoration: none;
}

.news-blocks .block.text .date {
    font-size: 0.833rem;
}

.news-blocks .block-duo:hover .block.img img {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.news-blocks .blocks-col {
    width: 100%;
    float: left;
}

.stats-blocks,
.intro-blocks {
    -moz-box-shadow: 0 -10px 20px rgba(10, 35, 93, 0.05);
    -webkit-box-shadow: 0 -10px 20px rgba(10, 35, 93, 0.05);
    box-shadow: 0 -10px 20px rgba(10, 35, 93, 0.05);
}

.stats-blocks .block,
.intro-blocks .block {
    width: 100%;
    float: left;
    height: 0;
    padding-bottom: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.stats-blocks .block .block-label,
.intro-blocks .block .block-label {
    padding-top: 1rem;
    text-align: center;
    font-size: .833rem;
    margin-bottom: 1rem;
}

.stats-blocks .block.large-text h3,
.intro-blocks .block.large-text h3 {
    font-size: 1.667rem;
}

.stats-blocks .block.mid-text h3,
.intro-blocks .block.mid-text h3 {
    font-size: 1.667rem;
}

.stats-blocks .block p,
.intro-blocks .block p {
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
    line-height: 1.2;
    margin-bottom: 0rem;
}

.stats-blocks .block.background-grey.graph .the-graph .bar-holder .bar, .stats-blocks .block.background-white.graph .the-graph .bar-holder .bar,
.intro-blocks .block.background-grey.graph .the-graph .bar-holder .bar,
.intro-blocks .block.background-white.graph .the-graph .bar-holder .bar {
    background: #1446b9;
    color: #fff;
}

.stats-blocks .block.background-grey h3,
.stats-blocks .block.background-grey h3 p,
.stats-blocks .block.background-grey .no_text, .stats-blocks .block.background-white h3,
.stats-blocks .block.background-white h3 p,
.stats-blocks .block.background-white .no_text,
.intro-blocks .block.background-grey h3,
.intro-blocks .block.background-grey h3 p,
.intro-blocks .block.background-grey .no_text,
.intro-blocks .block.background-white h3,
.intro-blocks .block.background-white h3 p,
.intro-blocks .block.background-white .no_text {
    color: #1446b9;
}

.stats-blocks .block.background-grey h2, .stats-blocks .block.background-white h2,
.intro-blocks .block.background-grey h2,
.intro-blocks .block.background-white h2 {
    color: #d2aa64;
}

.stats-blocks .block.background-grey p,
.stats-blocks .block.background-grey .no,
.stats-blocks .block.background-grey .date,
.stats-blocks .block.background-grey .author,
.stats-blocks .block.background-grey .source,
.stats-blocks .block.background-grey .source a, .stats-blocks .block.background-white p,
.stats-blocks .block.background-white .no,
.stats-blocks .block.background-white .date,
.stats-blocks .block.background-white .author,
.stats-blocks .block.background-white .source,
.stats-blocks .block.background-white .source a,
.intro-blocks .block.background-grey p,
.intro-blocks .block.background-grey .no,
.intro-blocks .block.background-grey .date,
.intro-blocks .block.background-grey .author,
.intro-blocks .block.background-grey .source,
.intro-blocks .block.background-grey .source a,
.intro-blocks .block.background-white p,
.intro-blocks .block.background-white .no,
.intro-blocks .block.background-white .date,
.intro-blocks .block.background-white .author,
.intro-blocks .block.background-white .source,
.intro-blocks .block.background-white .source a {
    color: #d2aa64;
}

.stats-blocks .block.background-grey .block-label, .stats-blocks .block.background-white .block-label,
.intro-blocks .block.background-grey .block-label,
.intro-blocks .block.background-white .block-label {
    color: #7391d7;
}

.stats-blocks .block.background-lightgold h3,
.stats-blocks .block.background-lightgold h3 p,
.stats-blocks .block.background-lightgold .no_text,
.intro-blocks .block.background-lightgold h3,
.intro-blocks .block.background-lightgold h3 p,
.intro-blocks .block.background-lightgold .no_text {
    color: #1446b9;
}

.stats-blocks .block.background-lightgold h2,
.intro-blocks .block.background-lightgold h2 {
    color: #fff;
}

.stats-blocks .block.background-lightgold p,
.stats-blocks .block.background-lightgold .no,
.stats-blocks .block.background-lightgold .date,
.stats-blocks .block.background-lightgold .author,
.stats-blocks .block.background-lightgold .source,
.stats-blocks .block.background-lightgold .source a,
.intro-blocks .block.background-lightgold p,
.intro-blocks .block.background-lightgold .no,
.intro-blocks .block.background-lightgold .date,
.intro-blocks .block.background-lightgold .author,
.intro-blocks .block.background-lightgold .source,
.intro-blocks .block.background-lightgold .source a {
    color: #fff;
}

.stats-blocks .block.background-lightgold .block-label,
.intro-blocks .block.background-lightgold .block-label {
    color: #7391d7;
}

.stats-blocks .block.background-gold h3,
.stats-blocks .block.background-gold h3 p,
.stats-blocks .block.background-gold .no_text,
.intro-blocks .block.background-gold h3,
.intro-blocks .block.background-gold h3 p,
.intro-blocks .block.background-gold .no_text {
    color: #fff;
}

.stats-blocks .block.background-gold h2,
.intro-blocks .block.background-gold h2 {
    color: #fff;
}

.stats-blocks .block.background-gold p,
.stats-blocks .block.background-gold .no,
.stats-blocks .block.background-gold .date,
.stats-blocks .block.background-gold .author,
.stats-blocks .block.background-gold .source,
.stats-blocks .block.background-gold .source a,
.intro-blocks .block.background-gold p,
.intro-blocks .block.background-gold .no,
.intro-blocks .block.background-gold .date,
.intro-blocks .block.background-gold .author,
.intro-blocks .block.background-gold .source,
.intro-blocks .block.background-gold .source a {
    color: #1446b9;
}

.stats-blocks .block.background-gold .block-label,
.intro-blocks .block.background-gold .block-label {
    color: #e6cda0;
}

.stats-blocks .block.background-gold .button:hover,
.intro-blocks .block.background-gold .button:hover {
    border-color: #fff;
    color: #fff;
}

.stats-blocks .block.background-blue h3,
.stats-blocks .block.background-blue h3 p,
.stats-blocks .block.background-blue .no_text,
.intro-blocks .block.background-blue h3,
.intro-blocks .block.background-blue h3 p,
.intro-blocks .block.background-blue .no_text {
    color: #d2aa64;
}

.stats-blocks .block.background-blue h2,
.intro-blocks .block.background-blue h2 {
    color: #fff;
}

.stats-blocks .block.background-blue p,
.stats-blocks .block.background-blue .no,
.stats-blocks .block.background-blue .date,
.stats-blocks .block.background-blue .author,
.stats-blocks .block.background-blue .source,
.stats-blocks .block.background-blue .source a,
.intro-blocks .block.background-blue p,
.intro-blocks .block.background-blue .no,
.intro-blocks .block.background-blue .date,
.intro-blocks .block.background-blue .author,
.intro-blocks .block.background-blue .source,
.intro-blocks .block.background-blue .source a {
    color: #fff;
}

.stats-blocks .block.background-blue .block-label,
.intro-blocks .block.background-blue .block-label {
    color: #7391d7;
}

.stats-blocks .block.background-blue .button,
.intro-blocks .block.background-blue .button {
    border-color: #fff;
    color: #fff;
}

.stats-blocks .block.background-lightblue h3,
.stats-blocks .block.background-lightblue h3 p,
.stats-blocks .block.background-lightblue .no_text,
.intro-blocks .block.background-lightblue h3,
.intro-blocks .block.background-lightblue h3 p,
.intro-blocks .block.background-lightblue .no_text {
    color: #fff;
}

.stats-blocks .block.background-lightblue h2,
.intro-blocks .block.background-lightblue h2 {
    color: #e6cda0;
}

.stats-blocks .block.background-lightblue p,
.stats-blocks .block.background-lightblue .no,
.stats-blocks .block.background-lightblue .date,
.stats-blocks .block.background-lightblue .author,
.stats-blocks .block.background-lightblue .source,
.stats-blocks .block.background-lightblue .source a,
.intro-blocks .block.background-lightblue p,
.intro-blocks .block.background-lightblue .no,
.intro-blocks .block.background-lightblue .date,
.intro-blocks .block.background-lightblue .author,
.intro-blocks .block.background-lightblue .source,
.intro-blocks .block.background-lightblue .source a {
    color: #1446b9;
}

.stats-blocks .block.background-lightblue .block-label,
.intro-blocks .block.background-lightblue .block-label {
    color: #e9d5b3;
}

.stats-blocks .block.background-lightblue .button,
.intro-blocks .block.background-lightblue .button {
    border-color: #fff;
    color: #fff;
}

.stats-blocks:after,
.intro-blocks:after {
    clear: both;
    display: block;
    content: ' ';
}

.stats-blocks {
    margin-bottom: 5rem;
    margin-top: -4rem;
}

.stats-blocks h2 {
    font-size: 3rem;
}

.stats-blocks .block {
    float: none;
    width: 100%;
}

.stats-blocks .stat-widget {
    width: 50%;
}

.stats-blocks .stat-widget .block {
    padding-bottom: 100%;
}

.stats-blocks .stat-widget.stat-widget-wide, .stats-blocks .stat-widget.stat-widget-full {
    width: 100%;
}

.stats-blocks .stat-widget.stat-widget-full .block.image {
    margin-bottom: 2rem;
    line-height: 0;
    padding: 0rem !important;
    height: auto;
}

.stats-blocks .stat-widget.stat-widget-full .block.image .text {
    line-height: 1.2;
    font-size: .833rem;
    margin-top: 1rem;
    color: #2d2d2d;
    font-family: "Value Sans Regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.stats-blocks .stat-widget.stat-widget-full .block.image .text p {
    color: #2d2d2d;
    font-family: "Value Sans Regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
    line-height: 1.2;
    font-size: .833rem;
}

.stats-blocks .stat-widget.stat-widget-wide .block {
    padding-bottom: 50%;
}

.stats-blocks .image {
    width: 100%;
    margin: 2rem 0;
}

.stats-blocks .image img {
    width: 100%;
    height: auto;
}

.stats-blocks .text p {
    margin-bottom: 1rem;
}

.stats-blocks .calendar {
    margin: 4rem 0;
}

.stats-blocks .calendar .block {
    padding-top: 1rem;
    float: left;
}

.stats-blocks .calendar .block p {
    font-family: "Value Sans Regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: .833rem;
}

.stats-blocks .calendar:after {
    clear: both;
    display: block;
    content: '';
}

.stats-blocks .quote {
    text-align: center;
}

.stats-blocks .quote h3 {
    font-size: 3rem;
    text-align: center;
}

.stats-blocks .quote .author {
    font-size: .833rem;
}

.stats-blocks .block {
    background-color: #fff;
}

.stats-blocks .block.graph .the-graph .bar-holder {
    border-bottom: rgba(255, 255, 255, 0.25) 1px solid;
    opacity: 0;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.stats-blocks .block.graph .the-graph .bar-holder .bar {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1446b9;
    background: #fff;
    padding: .3rem .75rem;
    font-size: 1.1vw;
    display: inline-block;
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.stats-blocks .block.graph .the-graph .bar-holder .bar .bar-title {
    white-space: nowrap;
}

.stats-blocks .block.graph .the-graph .bar-holder:nth-child(1) {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.stats-blocks .block.graph .the-graph .bar-holder:nth-child(1) .bar {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.stats-blocks .block.graph .the-graph .bar-holder:nth-child(1) .bar-value {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.stats-blocks .block.graph .the-graph .bar-holder:nth-child(2) {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.stats-blocks .block.graph .the-graph .bar-holder:nth-child(2) .bar {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.stats-blocks .block.graph .the-graph .bar-holder:nth-child(2) .bar-value {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.stats-blocks .block.graph .the-graph .bar-holder:nth-child(3) {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.stats-blocks .block.graph .the-graph .bar-holder:nth-child(3) .bar {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.stats-blocks .block.graph .the-graph .bar-holder:nth-child(3) .bar-value {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.stats-blocks .block.graph .the-graph .bar-holder:nth-child(4) {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.stats-blocks .block.graph .the-graph .bar-holder:nth-child(4) .bar {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.stats-blocks .block.graph .the-graph .bar-holder:nth-child(4) .bar-value {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.stats-blocks .block.graph .the-graph .bar-holder:nth-child(5) {
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.stats-blocks .block.graph .the-graph .bar-holder:nth-child(5) .bar {
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.stats-blocks .block.graph .the-graph .bar-holder:nth-child(5) .bar-value {
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.stats-blocks .block.graph .the-graph .bar-holder:nth-child(6) {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.stats-blocks .block.graph .the-graph .bar-holder:nth-child(6) .bar {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.stats-blocks .block.graph .the-graph .bar-holder:nth-child(6) .bar-value {
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.stats-blocks .block.graph .the-graph .bar-holder:nth-child(7) {
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.stats-blocks .block.graph .the-graph .bar-holder:nth-child(7) .bar {
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.stats-blocks .block.graph .the-graph .bar-holder:nth-child(7) .bar-value {
    -moz-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.stats-blocks .block.graph .the-graph .bar-holder:nth-child(8) {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.stats-blocks .block.graph .the-graph .bar-holder:nth-child(8) .bar {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.stats-blocks .block.graph .the-graph .bar-holder:nth-child(8) .bar-value {
    -moz-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

.stats-blocks .block.graph .the-graph .bar-holder:nth-child(9) {
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.stats-blocks .block.graph .the-graph .bar-holder:nth-child(9) .bar {
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.stats-blocks .block.graph .the-graph .bar-holder:nth-child(9) .bar-value {
    -moz-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

.stats-blocks .block.graph .the-graph .bar-holder:nth-child(10) {
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.stats-blocks .block.graph .the-graph .bar-holder:nth-child(10) .bar {
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.stats-blocks .block.graph .the-graph .bar-holder:nth-child(10) .bar-value {
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

.stats-blocks .block.graph .the-graph .bar-holder .bar-value {
    display: inline-block;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    padding-left: .5rem;
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
    color: #e6cda0;
}

.stats-blocks .block.graph .tick {
    font-family: "Value Sans Regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: .6rem;
}

.stats-blocks .block.graph .tick text {
    fill: #1446b9;
}

.stats-blocks .block.graph .tick line {
    display: none;
}

.stats-blocks .block.graph .domain {
    display: none;
}

.stats-blocks .block.graph .dottext {
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 1rem;
}

.stats-blocks .block.media h2 {
    padding-top: 1rem;
}

.stats-blocks .block.media .item {
    margin-bottom: 1rem;
    opacity: 0;
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.stats-blocks .block.media .source {
    font-size: .833rem;
}

.stats-blocks .block.media .source a {
    text-decoration: none;
}

.stats-blocks .block.media h3 {
    margin-bottom: 0rem;
    font-size: 1.25rem !important;
}

.stats-blocks .block.media.in-view .item {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.stats-blocks .block.media.in-view .item:nth-child(1) {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    opacity: 1;
}

.stats-blocks .block.media.in-view .item:nth-child(2) {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
}

.stats-blocks .block.media.in-view .item:nth-child(3) {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
}

.stats-blocks .block.media.in-view .item:nth-child(4) {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 1;
}

.stats-blocks .block.media.in-view .item:nth-child(5) {
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 1;
}

.stats-blocks .block.media.in-view .item:nth-child(6) {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    opacity: 1;
}

.stats-blocks .block.media.in-view .item:nth-child(7) {
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
    opacity: 1;
}

.stats-blocks .block.media.in-view .item:nth-child(8) {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    opacity: 1;
}

.stats-blocks .block.media.in-view .item:nth-child(9) {
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
    opacity: 1;
}

.stats-blocks .block.media.in-view .item:nth-child(10) {
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 1;
}

.stats-blocks .block.bignumber .no {
    font-size: 7rem;
    line-height: 1;
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.stats-blocks .block.bignumber h3 {
    font-size: 2rem;
}

.stats-blocks .block.tweet p {
    margin-bottom: 1rem;
}

.stats-blocks .block.tweet .date {
    font-size: .8333rem;
    font-family: "Value Sans Regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.stats-blocks .block.text p {
    font-family: "Value Sans Regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: .833rem;
}

.stats-blocks,
.intro-blocks {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.single-post .date {
    margin-bottom: 2rem;
}

.single-post .content {
    margin-bottom: 3rem;
}

.single-post .content p:first-child {
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 1.33rem;
}

.single-post .news-image img {
    width: 100%;
    height: auto;
}

.page-template-people .person {
    width: 100%;
    margin-right: 0%;
    float: left;
    overflow-wrap: break-word;
}

.page-template-people .person:nth-child(2n) {
    margin-right: 0;
}

.page-template-people .person h3 {
    margin-bottom: .5rem;
}

.page-template-people .person h3 a {
    text-decoration: none;
}

.page-template-people .person p {
    margin-bottom: .75rem;
}

.page-template-people .person .fa {
    font-size: 1.25rem;
}

.page-template-people .person .side-image {
    float: right;
    width: 100px;
    height: 100px;
    background-color: #fff;
    margin: 0 0rem 1rem 1rem;
}

.page-template-people .person .side-image img {
    width: 100%;
    height: auto;
}

.page-template-people-laureates h2 {
    color: #e6cda0;
    font-size: 2.5rem;
}

.page-template-people-laureates .people:after {
    clear: both;
    content: '';
    display: block;
}

.page-template-people-laureates .person {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 1rem;
    float: left;
    overflow-wrap: break-word;
}

.page-template-people-laureates .person:nth-child(2n) {
    margin-right: 0;
}

.page-template-people-laureates .person h3 {
    font-size: 1.25rem;
    margin-bottom: .5rem;
}

.page-template-people-laureates .person h3 a {
    text-decoration: none;
}

.page-template-people-laureates .person p {
    margin-bottom: .75rem;
}

.page-template-people-laureates .person .fa {
    font-size: 1rem;
}

.page-template-people-laureates .person .the-award {
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
    line-height: 1;
    color: #1446b9;
    font-size: .75em;
    display: inline-block;
    text-transform: capitalize;
}

.page-template-people-laureates .person .the-award span {
    color: #7391d7;
}

.page-template-people-laureates .person .side-image {
    float: left;
    width: 100px;
    height: 100px;
    background-color: #fff;
    margin: 0 1rem 1rem 0rem;
}

.page-template-people-laureates .person .side-image img {
    width: 100%;
    height: auto;
}

.page-template-person figure,
.single-laureate figure {
    width: 100%;
    margin: 0;
}

.page-template-person figure img,
.single-laureate figure img {
    width: 100%;
    height: auto;
}

.page-template-news .news-column,
.page-template-news .tweets-column {
    float: left;
}

.page-template-news .news-column {
    width: 65%;
    margin-right: 5%;
}

.page-template-news .tweets-column {
    width: 30%;
    padding: 2rem;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-template-news .tweets-column h3 {
    font-size: 1.667rem;
}

.page-template-news .main-news {
    margin-bottom: 4rem;
}

.page-template-news .main-news .title-block,
.page-template-news .main-news .image-block {
    height: 0;
    padding-bottom: 50%;
    float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-template-news .main-news .title-block {
    padding-bottom: 50%;
    background-color: #d2aa64;
}

.page-template-news .main-news .title-block h3 {
    padding: 2rem 2rem 0 2rem;
    font-size: 3.33rem;
    color: #fff;
}

.page-template-news .main-news .title-block h3 a {
    text-decoration: none;
    color: inherit;
}

.page-template-news .main-news .title-block .date {
    padding: 0 2rem;
    color: #e6cda0;
}

.page-template-news .main-news .image-block img {
    width: 100%;
    height: auto;
}

.page-template-news .news-articles {
    margin-bottom: 4rem;
}

.page-template-news .news-article {
    margin-bottom: 2rem;
}

.page-template-news .news-article .news-image {
    width: 200px;
    height: 200px;
    background-color: #fff;
    margin: 0 1rem 0 0;
    float: left;
}

.page-template-news .news-article .news-image img {
    width: 100%;
    height: auto;
}

.page-template-news .news-article .news-title h3 {
    width: 85%;
    margin-bottom: .5rem;
}

.page-template-news .news-article .news-title h3 a {
    text-decoration: none;
}

.page-template-news .news-article .news-title .date {
    color: #7391d7;
    font-size: .833rem;
}

.page-template-news .older-news {
    margin-bottom: 4rem;
}

.page-template-news .older-news ul li {
    font-size: 1.333rem;
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
    margin-bottom: 1.5rem;
    line-height: 1.0;
}

.page-template-news .older-news ul li a {
    text-decoration: none;
}

.page-template-news .older-news ul li .date {
    font-family: "Value Sans Regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
    color: #7391d7;
    display: block;
    font-size: .833rem;
    margin-top: .5rem;
}

.home h2 {
    clear: both;
}

.home h2.large {
    font-size: 2.666rem;
    max-width: 50%;
}

.home h2.small {
    font-size: 1.667rem;
    text-align: center;
}

.highlight-article .the-logo,
.page-template-shortlist_intern .the-logo,
.page-template-awards .the-logo {
    display: none;
}

.highlight-article .background-white,
.page-template-shortlist_intern .background-white,
.page-template-awards .background-white {
    overflow: hidden;
}

.highlight-article .the-award-large,
.page-template-shortlist_intern .the-award-large,
.page-template-awards .the-award-large {
    font-size: 13vw;
    line-height: 1;
    left: 30%;
    position: relative;
    display: none;
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
    height: 0;
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
    color: #f8f8f8;
}

.highlight-article .the-award,
.page-template-shortlist_intern .the-award,
.page-template-awards .the-award {
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
    line-height: 1;
    color: #1446b9;
    font-size: 1.667rem;
    display: inline-block;
    margin-bottom: 2rem;
    text-transform: capitalize;
}

.highlight-article .the-award span,
.page-template-shortlist_intern .the-award span,
.page-template-awards .the-award span {
    color: #7391d7;
}

.highlight-article .the-award.winner span,
.page-template-shortlist_intern .the-award.winner span,
.page-template-awards .the-award.winner span {
    color: #d2aa64;
}

.highlight-article .the-award:after,
.page-template-shortlist_intern .the-award:after,
.page-template-awards .the-award:after {
    border-bottom: 4px solid #1446b9;
    content: '';
    display: block;
    width: 75%;
    margin-top: .5rem;
}

.highlight-article h3,
.page-template-shortlist_intern h3,
.page-template-awards h3 {
    font-size: 3.33rem;
    font-family: "GT Super", "Georgia", Times New Roman, serif;
    line-height: 1.1;
    font-weight: bold;
}

.highlight-article h3 a,
.page-template-shortlist_intern h3 a,
.page-template-awards h3 a {
    text-decoration: none;
}

.highlight-article .article-holder,
.page-template-shortlist_intern .article-holder,
.page-template-awards .article-holder {
    padding: 2rem 0;
}

.highlight-article .article,
.page-template-shortlist_intern .article,
.page-template-awards .article {
    float: left;
    width: 100%;
    margin-right: 10%;
}

.highlight-article .article.article-small,
.page-template-shortlist_intern .article.article-small,
.page-template-awards .article.article-small {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 5%;
}

.highlight-article .article.article-small h3,
.page-template-shortlist_intern .article.article-small h3,
.page-template-awards .article.article-small h3 {
    font-size: 1.667rem;
    margin-bottom: .5rem;
}

.highlight-article .article.article-small p,
.page-template-shortlist_intern .article.article-small p,
.page-template-awards .article.article-small p {
    font-size: .833rem;
}

.highlight-article .article.article-small .the-award,
.page-template-shortlist_intern .article.article-small .the-award,
.page-template-awards .article.article-small .the-award {
    font-size: 1rem;
}

.highlight-article .jury-comment,
.page-template-shortlist_intern .jury-comment,
.page-template-awards .jury-comment {
    float: left;
    width: 100%;
    color: #d2aa64;
}

.highlight-article .jury-comment label,
.page-template-shortlist_intern .jury-comment label,
.page-template-awards .jury-comment label {
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    display: block;
    margin-bottom: 1rem;
}

.highlight-article .jury-comment blockquote,
.page-template-shortlist_intern .jury-comment blockquote,
.page-template-awards .jury-comment blockquote {
    margin: 0;
    font-size: 1.667rem;
    line-height: 1.2;
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
    text-style: italic;
}

.single-article .article-language.original {
    display: none !important;
}

.single-article.changed .article-language {
    display: none !important;
}

.single-article.changed .article-language.original {
    display: inline-block !important;
}

.single-article .article-winner-nominee {
    display: inline-block;
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
    color: #1446b9;
    font-size: 1.667rem;
    line-height: 1;
    margin-bottom: 2rem;
    text-transform: capitalize;
}

.single-article .article-winner-nominee span {
    color: #7391d7;
}

.single-article .article-winner-nominee.winner span {
    color: #d2aa64;
}

.single-article .article-winner-nominee:after {
    border-bottom: 4px solid #1446b9;
    content: '';
    display: block;
    width: 75%;
    margin-top: .5rem;
}

.single-article h1 {
    font-family: "GT Super", "Georgia", Times New Roman, serif;
    font-weight: bold;
    font-size: 4.44rem;
    line-height: 1.2;
    text-align: left;
    width: 100%;
    margin: 0 0 50px 0;
}

.single-article .article-details {
    padding: 0 0 2rem 0;
}

.single-article .article-details .article-detail {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #1446b9;
    margin-bottom: 1rem;
}

.single-article .article-details .article-detail label {
    text-transform: uppercase;
    color: #7391d7;
    font-size: .55rem;
    letter-spacing: 1px;
    margin-bottom: 5px;
    line-height: 1;
}

.single-article .article-misc {
    padding-bottom: 3rem;
}

.single-article .article-misc .article-language {
    display: inline-block;
    vertical-align: middle;
    color: #1446b9;
    padding: 12px 20px;
    border: 2px solid #1446b9;
    cursor: pointer;
    -moz-transition: border-color 0.3s ease, color 0.3s ease;
    -o-transition: border-color 0.3s ease, color 0.3s ease;
    -webkit-transition: border-color 0.3s ease, color 0.3s ease;
    transition: border-color 0.3s ease, color 0.3s ease;
}

.single-article .article-misc .article-language:hover {
    color: #d2aa64;
    border-color: #d2aa64;
}

.single-article .article-intro {
    font-family: "GT Super", "Georgia", Times New Roman, serif;
    color: #d2aa64;
    padding: 3rem 0 0 0;
    font-weight: bold;
    font-size: 1.333rem;
    line-height: 1.35;
    text-align: left;
    -webkit-font-smoothing: antialiased !important;
    position: relative;
}

.single-article .article-intro p {
    margin: 0;
    padding: 0;
}

.single-article .sensor-warning {
    position: absolute;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
    width: 80%;
    left: 10%;
    background-color: #fff;
    margin-top: 6rem;
    padding: 2rem;
    color: #1446b9;
    display: flex;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
}

.single-article .sensor-warning.hide {
    -moz-transform: translate(0, 1000px);
    -ms-transform: translate(0, 1000px);
    -webkit-transform: translate(0, 1000px);
    transform: translate(0, 1000px);
    opacity: 0;
}

.single-article .sensor-warning .main {
    padding-right: 2rem;
    line-height: 1.1;
}

.single-article .sensor-warning .button {
    margin-top: 4rem;
}

.single-article .sensor-warning .main,
.single-article .sensor-warning .secondary {
    width: 50%;
}

.single-article .sensor-warning .main {
    font-size: 2rem;
    font-weight: bold;
}

.single-article .sensor-warning .secondary {
    font-size: .8rem;
}

.single-article .image-sensor {
    position: relative;
}

.single-article .image-sensor > * {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    display: block;
}

.single-article .image-sensor .image-sensor-warning {
    background-color: #fff;
    padding: 1.5rem;
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
    line-height: 1.3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1446b9;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 60%;
    left: 20%;
    -moz-transform: scale(1) translate(0, -50%);
    -ms-transform: scale(1) translate(0, -50%);
    -webkit-transform: scale(1) translate(0, -50%);
    transform: scale(1) translate(0, -50%);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.single-article .image-sensor .image-sensor-warning .button {
    margin-top: 1rem;
}

.single-article .image-sensor.remove-sensor > * {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

.single-article .image-sensor.remove-sensor .image-sensor-warning {
    opacity: 0;
    -moz-transform: scale(0.9) translate(0, -50%);
    -ms-transform: scale(0.9) translate(0, -50%);
    -webkit-transform: scale(0.9) translate(0, -50%);
    transform: scale(0.9) translate(0, -50%);
}

.single-article .article-text {
    text-align: left;
    font-family: "GT Super", "Georgia", Times New Roman, serif;
    color: #444;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 auto 0 auto;
    padding: 3rem 0;
}

.single-article .article-text.sensor {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.single-article .article-text.sensor.remove-sensor {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

.single-article .article-text > *:first-child {
    margin-top: 0;
}

.single-article .article-text p {
    text-indent: 0px;
}

.single-article .article-text p.dropcap {
    text-indent: 0;
}

.single-article .article-text p.dropcap:first-letter {
    float: left;
    font-size: 2.9rem;
    line-height: .95;
    padding: .1em 8px 0 2px;
}

.single-article .article-text em,
.single-article .article-text i {
    font-family: "GT Super", "Georgia", Times New Roman, serif;
    font-weight: inherit;
    font-style: italic;
}

.single-article .article-text strong, .single-article .article-text b {
    font-weight: bold !important;
    font-family: "GT Super", "Georgia", Times New Roman, serif;
}

.single-article .article-text h2 {
    font-family: "GT Super", "Georgia", Times New Roman, serif;
    font-weight: bold;
    font-size: 1.667rem;
    line-height: 1.1;
    margin: 3rem 0 1.5rem 0;
}

.single-article .article-text h2 strong {
    font-weight: bold !important;
}

.single-article .article-text h3,
.single-article .article-text h4,
.single-article .article-text h5,
.single-article .article-text h6 {
    font-family: "GT Super", "Georgia", Times New Roman, serif;
    font-weight: bold;
    font-size: 1.667rem;
    line-height: 1.2;
    margin: 3rem 0 1rem 0;
}

.single-article .article-text h3 strong,
.single-article .article-text h4 strong,
.single-article .article-text h5 strong,
.single-article .article-text h6 strong {
    font-weight: bold !important;
    font-family: inherit;
}

.single-article .article-text img {
    width: 100% !important;
    height: auto !important;
    display: block;
}

.single-article .article-text .aligncenter {
    width: auto;
    height: auto;
    margin: 2rem auto;
}

.single-article .article-text .aligncenter img {
    width: 100%;
    height: auto;
}

.single-article .article-text .aligncenter .wp-caption-text {
    margin-top: 2px;
    font-size: .75rem;
    color: #1446b9;
    font-family: "Value Sans Regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
    width: 50%;
}

.single-article .article-text .size-medium,
.single-article .article-text .size-small {
    width: auto !important;
    height: auto;
    max-width: 100% !important;
}

.single-article .article-text .size-medium img,
.single-article .article-text .size-small img {
    width: auto !important;
    height: auto;
}

.single-article .article-text figure {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.single-article .article-text .gallery figure img {
    margin-bottom: .5rem;
}

.single-article .article-share {
    margin: 0 0 50px 0;
    color: #1446b9;
}

.single-article .article-share .icons {
    font-size: 2rem;
}

.single-article .article-share .icons i {
    cursor: pointer;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.single-article .article-share .icons i:hover {
    color: #d2aa64;
}

.error-page h1 {
    position: relative;
    height: 2rem;
    font-size: 3rem;
}

.error-page h1 > div {
    position: absolute;
    z-index: 2;
}

.error-page h1 .diacritics {
    z-index: 1;
    color: #e6cda0;
}

.annoucements-blocks .block {
    height: auto;
    padding-bottom: 2rem !important;
}

footer {
    background-color: #1446b9;
    color: #fff;
    width: 100%;
    margin-top: 100px;
    position: relative;
    padding: 4rem 0;
}

footer .generated {
    text-align: left !important;
    padding: 0 5rem;
    color: #7391d7;
    display: none;
}

footer div {
    text-align: center;
}

footer div .footer-logo {
    height: 66px;
    width: auto;
    margin-bottom: .5rem;
}

footer div.side {
    width: 100%;
    float: none;
}

footer div.main {
    width: 100%;
    float: none;
}

footer div p {
    color: rgba(255, 255, 255, 0.75);
}

footer div.side, footer div.main {
    padding: 0 0 0 0;
    height: 100%;
}

footer div.side h4, footer div.main h4 {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 1rem;
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

footer div.side {
    padding-bottom: 2rem;
}

footer div.side a {
    color: inherit;
    text-decoration: none;
}

footer div.side a:hover {
    color: white;
}

footer div.side h4 {
    margin-bottom: 0px;
    line-height: 1.5;
    color: #fff;
}

footer div.side p, footer div.side ul {
    margin-bottom: 1rem;
}

footer div.side .social-icons {
    font-size: 1.75rem;
    margin-bottom: 0rem;
}

footer div.side .social-icons .share {
    margin-left: .25rem;
}

footer div.main {
    position: relative;
    padding-bottom: 2rem;
}

footer div.main .partners {
    padding: 0;
    margin: 0;
}

footer div.main .partners li {
    margin: 0;
    padding: 0;
    display: inline;
    margin-right: 10px;
}

footer div.main .partners li img {
    -webkit-filter: grayscale(100%) contrast(70%) brightness(120%);
    height: 45px;
}

footer div.copyright {
    font-size: .7rem;
    clear: both;
    text-align: center;
}

footer div.copyright .text {
    display: inline-block;
    background: #1446b9;
    padding: 0 .5rem;
}

footer div.copyright a {
    color: inherit;
}

.page-template-stats .mainmenu {
    position: absolute;
}

@media (max-width: 479px) {
    .stats-blocks .stat-widget {
        width: 100%;
    }

    .sensor-warning .main,
    .sensor-warning .secondary {
        width: 100% !important;
    }

    blockquote,
    .single-post .content blockquote p:first-child,
    .general-content blockquote {
        letter-spacing: 0;
        font-family: "GT Super", "Georgia", Times New Roman, serif;
        font-weight: bold;
        font-size: 1.5rem;
        line-height: 1.33;
        color: #d2aa64;
        padding: 2rem 0rem;
        margin: 0;
        max-width: 100%;
    }

    .scroll-to-continue {
        width: 200px;
    }

    #intro .slide .intro-content {
        top: 0%;
    }

    #intro .slide .intro-content .intro-content-text {
        font-size: 2rem;
    }

    #intro .slide.cyrillic .intro-content .intro-content-text {
        font-size: 2rem;
    }

    .stats-blocks .stat-widget.stat-widget-wide .block {
        padding-bottom: 1rem;
        height: auto;
    }

    .stats-blocks .calendar .block {
        width: 100% !important;
        padding-bottom: 1rem !important;
        height: auto;
    }

    .single-article h1 {
        font-size: 3rem;
    }
}

@media (max-width: 767px) {
    .stats-blocks .block.graph .the-graph .bar-holder .bar {
        font-size: 1rem;
    }
}

@media (min-width: 480px) {
    html,
    body {
        font-size: 16px;
    }

    .wrapper {
        width: 100%;
        padding: 0 2rem;
    }

    h1 {
        font-size: 3.33rem;
        margin-bottom: 3rem;
    }

    h3 {
        font-size: 1.667rem;
    }

    .page-content > section:first-child {
        padding-top: 12rem;
    }

    figure.side-image {
        float: right;
        margin-left: 0;
        margin: 0 0 1rem 1rem;
        width: 200px;
    }

    figure.side-image img {
        width: 100%;
        height: auto;
    }

    .column .article.winner {
        padding-left: 100px;
    }

    .column .article.winner:after {
        left: 0px;
        margin-left: 0px;
        padding-top: 45px;
        content: attr(title);
        font-size: .8rem;
        width: 80px;
        height: 80px;
    }

    .column.last-column .article.winner:after {
        right: auto;
    }

    .news-blocks .block.text {
        padding: 0 1.5rem;
    }

    .news-blocks .block.text h3 {
        padding-top: 1.5rem;
        font-size: 1.25rem;
    }

    .stats-blocks .block.tweet h3 {
        font-size: 1.25rem !important;
    }

    .stats-blocks .block.bignumber .no {
        font-size: 5rem;
    }

    .stats-blocks .block.graph .dottext {
        font-size: .7rem;
    }

    .intro-blocks .block {
        padding-left: 2rem;
        padding-right: 2rem;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .intro-blocks .block .block-label {
        padding-top: 1rem;
        text-align: center;
        font-size: .833rem;
        margin-bottom: 1rem;
    }

    .intro-blocks .block.large-text h3 {
        font-size: 3.33rem;
    }

    .intro-blocks .block.mid-text h3 {
        font-size: 1.667rem;
    }

    .page-template-people .person h3 {
        margin-bottom: 1rem;
    }

    .page-template-people .person h3 a {
        text-decoration: none;
    }

    .page-template-people .person .side-image {
        width: 150px;
        height: 150px;
        margin: 0 0rem 2rem 2rem;
    }

    .page-template-people-laureates .person {
        width: 45%;
        margin-right: 10%;
        float: left;
        overflow-wrap: break-word;
    }

    .page-template-people-laureates .person:nth-child(2n) {
        margin-right: 0;
    }

    .page-template-people-laureates .person:nth-child(2n+1) {
        clear: both;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .stats-blocks .calendar .block {
        width: 50% !important;
        padding-bottom: 50% !important;
        height: 0;
    }

    .stats-blocks .stat-widget-wide .block {
        padding-bottom: 2rem !important;
        height: auto;
    }

    .stats-blocks .block.tweet h3 {
        font-size: 1rem !important;
    }

    .stats-blocks .block.tweet h3 p {
        font-size: 1rem !important;
    }

    .stats-blocks .block.bignumber .no_text {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .mobile-logo {
        position: absolute;
        display: block;
        width: 100px;
        height: auto;
        margin: 1rem 0 0 1rem;
    }

    .mainmenu {
        display: none;
        padding: 1rem;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: fixed;
        z-index: 1000;
        top: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        background: #1446b9;
        color: #fff;
        text-align: left;
        -webkit-font-smoothing: antialiased !important;
        border-bottom-color: #fff;
        border-bottom-style: solid;
    }

    .mainmenu .mobile-logo {
        margin: 0 0 1rem 0;
    }

    .mainmenu.active {
        display: block;
    }

    .mainmenu .home-logo {
        display: none;
    }

    .mainmenu #primary-menu {
        padding-top: 5rem;
    }

    .mainmenu #primary-menu > li {
        display: block;
        margin-bottom: 1rem;
    }

    .mainmenu #primary-menu > li > a {
        font-size: 1.25rem;
        font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
        color: inherit;
    }

    .mainmenu #primary-menu > li > a:hover {
        border-bottom: solid #fff 3px;
    }

    .mainmenu #primary-menu > li a {
        color: inherit;
        text-decoration: none;
    }

    .mainmenu #primary-menu > li.current-menu-item > a, .mainmenu #primary-menu > li.current_page_item > a, .mainmenu #primary-menu > li.current-menu-parent > a, .mainmenu #primary-menu > li.current_page_parent > a, .mainmenu #primary-menu > li.current-page-ancestor > a {
        border-bottom: solid #fff 3px;
    }

    .mainmenu #primary-menu > li > ul.sub-menu {
        margin-top: 5px;
        display: block;
    }

    .mainmenu #primary-menu > li > ul.sub-menu > li {
        display: block;
    }

    .mainmenu #primary-menu > li > ul.sub-menu > li > a {
        font-size: 1rem;
        font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
    }

    .mainmenu #primary-menu > li > ul.sub-menu > li > ul.sub-menu {
        display: none;
    }

    .mainmenu #primary-menu > li > ul.sub-menu > li.current-menu-item > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current_page_item > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current-menu-parent > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current_page_parent > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current-page-ancestor > a {
        border-bottom: solid #fff 1px;
    }

    .mainmenu #primary-menu > li > ul.sub-menu > li.current-menu-item > ul.sub-menu, .mainmenu #primary-menu > li > ul.sub-menu > li.current_page_item > ul.sub-menu, .mainmenu #primary-menu > li > ul.sub-menu > li.current-menu-parent > ul.sub-menu, .mainmenu #primary-menu > li > ul.sub-menu > li.current_page_parent > ul.sub-menu, .mainmenu #primary-menu > li > ul.sub-menu > li.current-page-ancestor > ul.sub-menu {
        margin-top: 5px;
        display: none;
    }

    .mainmenu #primary-menu > li > ul.sub-menu > li.current-menu-item > ul.sub-menu > li, .mainmenu #primary-menu > li > ul.sub-menu > li.current_page_item > ul.sub-menu > li, .mainmenu #primary-menu > li > ul.sub-menu > li.current-menu-parent > ul.sub-menu > li, .mainmenu #primary-menu > li > ul.sub-menu > li.current_page_parent > ul.sub-menu > li, .mainmenu #primary-menu > li > ul.sub-menu > li.current-page-ancestor > ul.sub-menu > li {
        display: block;
    }

    .mainmenu #primary-menu > li > ul.sub-menu > li.current-menu-item > ul.sub-menu > li > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current_page_item > ul.sub-menu > li > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current-menu-parent > ul.sub-menu > li > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current_page_parent > ul.sub-menu > li > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current-page-ancestor > ul.sub-menu > li > a {
        font-size: .9rem;
        font-family: "Value Sans Regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
    }

    .mainmenu #primary-menu > li > ul.sub-menu > li.current-menu-item > ul.sub-menu > li > ul.sub-menu, .mainmenu #primary-menu > li > ul.sub-menu > li.current_page_item > ul.sub-menu > li > ul.sub-menu, .mainmenu #primary-menu > li > ul.sub-menu > li.current-menu-parent > ul.sub-menu > li > ul.sub-menu, .mainmenu #primary-menu > li > ul.sub-menu > li.current_page_parent > ul.sub-menu > li > ul.sub-menu, .mainmenu #primary-menu > li > ul.sub-menu > li.current-page-ancestor > ul.sub-menu > li > ul.sub-menu {
        display: none;
    }

    .mainmenu #primary-menu > li > ul.sub-menu > li.current-menu-item > ul.sub-menu > li.current-menu-item > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current-menu-item > ul.sub-menu > li.current_page_item > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current-menu-item > ul.sub-menu > li.current-menu-parent > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current-menu-item > ul.sub-menu > li.current_page_parent > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current-menu-item > ul.sub-menu > li.current-page-ancestor > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current_page_item > ul.sub-menu > li.current-menu-item > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current_page_item > ul.sub-menu > li.current_page_item > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current_page_item > ul.sub-menu > li.current-menu-parent > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current_page_item > ul.sub-menu > li.current_page_parent > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current_page_item > ul.sub-menu > li.current-page-ancestor > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current-menu-parent > ul.sub-menu > li.current-menu-item > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current-menu-parent > ul.sub-menu > li.current_page_item > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current-menu-parent > ul.sub-menu > li.current-menu-parent > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current-menu-parent > ul.sub-menu > li.current_page_parent > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current-menu-parent > ul.sub-menu > li.current-page-ancestor > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current_page_parent > ul.sub-menu > li.current-menu-item > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current_page_parent > ul.sub-menu > li.current_page_item > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current_page_parent > ul.sub-menu > li.current-menu-parent > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current_page_parent > ul.sub-menu > li.current_page_parent > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current_page_parent > ul.sub-menu > li.current-page-ancestor > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current-page-ancestor > ul.sub-menu > li.current-menu-item > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current-page-ancestor > ul.sub-menu > li.current_page_item > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current-page-ancestor > ul.sub-menu > li.current-menu-parent > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current-page-ancestor > ul.sub-menu > li.current_page_parent > a, .mainmenu #primary-menu > li > ul.sub-menu > li.current-page-ancestor > ul.sub-menu > li.current-page-ancestor > a {
        border-bottom: solid #fff 1px;
    }

    .mainmenu #primary-menu > li > ul.sub-menu > li.current-menu-item > ul.sub-menu > li.current-menu-item .submenu, .mainmenu #primary-menu > li > ul.sub-menu > li.current-menu-item > ul.sub-menu > li.current_page_item .submenu, .mainmenu #primary-menu > li > ul.sub-menu > li.current-menu-item > ul.sub-menu > li.current-menu-parent .submenu, .mainmenu #primary-menu > li > ul.sub-menu > li.current-menu-item > ul.sub-menu > li.current_page_parent .submenu, .mainmenu #primary-menu > li > ul.sub-menu > li.current-menu-item > ul.sub-menu > li.current-page-ancestor .submenu, .mainmenu #primary-menu > li > ul.sub-menu > li.current_page_item > ul.sub-menu > li.current-menu-item .submenu, .mainmenu #primary-menu > li > ul.sub-menu > li.current_page_item > ul.sub-menu > li.current_page_item .submenu, .mainmenu #primary-menu > li > ul.sub-menu > li.current_page_item > ul.sub-menu > li.current-menu-parent .submenu, .mainmenu #primary-menu > li > ul.sub-menu > li.current_page_item > ul.sub-menu > li.current_page_parent .submenu, .mainmenu #primary-menu > li > ul.sub-menu > li.current_page_item > ul.sub-menu > li.current-page-ancestor .submenu, .mainmenu #primary-menu > li > ul.sub-menu > li.current-menu-parent > ul.sub-menu > li.current-menu-item .submenu, .mainmenu #primary-menu > li > ul.sub-menu > li.current-menu-parent > ul.sub-menu > li.current_page_item .submenu, .mainmenu #primary-menu > li > ul.sub-menu > li.current-menu-parent > ul.sub-menu > li.current-menu-parent .submenu, .mainmenu #primary-menu > li > ul.sub-menu > li.current-menu-parent > ul.sub-menu > li.current_page_parent .submenu, .mainmenu #primary-menu > li > ul.sub-menu > li.current-menu-parent > ul.sub-menu > li.current-page-ancestor .submenu, .mainmenu #primary-menu > li > ul.sub-menu > li.current_page_parent > ul.sub-menu > li.current-menu-item .submenu, .mainmenu #primary-menu > li > ul.sub-menu > li.current_page_parent > ul.sub-menu > li.current_page_item .submenu, .mainmenu #primary-menu > li > ul.sub-menu > li.current_page_parent > ul.sub-menu > li.current-menu-parent .submenu, .mainmenu #primary-menu > li > ul.sub-menu > li.current_page_parent > ul.sub-menu > li.current_page_parent .submenu, .mainmenu #primary-menu > li > ul.sub-menu > li.current_page_parent > ul.sub-menu > li.current-page-ancestor .submenu, .mainmenu #primary-menu > li > ul.sub-menu > li.current-page-ancestor > ul.sub-menu > li.current-menu-item .submenu, .mainmenu #primary-menu > li > ul.sub-menu > li.current-page-ancestor > ul.sub-menu > li.current_page_item .submenu, .mainmenu #primary-menu > li > ul.sub-menu > li.current-page-ancestor > ul.sub-menu > li.current-menu-parent .submenu, .mainmenu #primary-menu > li > ul.sub-menu > li.current-page-ancestor > ul.sub-menu > li.current_page_parent .submenu, .mainmenu #primary-menu > li > ul.sub-menu > li.current-page-ancestor > ul.sub-menu > li.current-page-ancestor .submenu {
        display: none;
    }

    .mainmenu #primary-menu > li > ul.sub-menu > li:hover > a {
        border-bottom: solid #fff 2px;
    }

    .menu-toggle.active span:after, .menu-toggle.active span:before {
        background-color: #fff;
    }

    .single-article .lang-2 {
        display: inline;
    }

    .single-article .lang-1 {
        display: none;
    }

    .single-article.changed .lang-2 {
        display: none;
    }

    .single-article.changed .lang-1 {
        display: inline;
    }

    .page-template-shortlist_intern .shortlist-intro h1,
    .page-template-stats .shortlist-intro h1 {
        font-size: 3rem;
    }

    .page-template-shortlist_intern .shortlist-intro .slide,
    .page-template-stats .shortlist-intro .slide {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .page-template-shortlist_intern .shortlist-intro h3,
    .page-template-stats .shortlist-intro h3 {
        font-size: 2rem;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    #intro .slide .intro-content {
        top: 0%;
    }

    #intro .slide .intro-content .intro-content-text {
        font-size: 4rem;
    }

    .intro-blocks .block {
        padding-bottom: 50%;
    }
}

.intro-text {
    margin: 4rem 0 0 0;
    font-size: 2rem;
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
    color: #1446b9;
    line-height: 1.2;
}

@media (min-width: 769px) {
    .mainmenu {
        position: fixed;
        z-index: 1000;
        top: 0;
        width: 100%;
        color: #1446b9;
    }

    .mainmenu .background {
        background: #fff;
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.025);
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.025);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.025);
        position: absolute;
        top: 0px;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 0;
        -moz-transition: ease 0.25s all;
        -o-transition: ease 0.25s all;
        -webkit-transition: ease 0.25s all;
        transition: ease 0.25s all;
        -moz-transform: rotate(-90deg) translate(0, -100px);
        -ms-transform: rotate(-90deg) translate(0, -100px);
        -webkit-transform: rotate(-90deg) translate(0, -100px);
        transform: rotate(-90deg) translate(0, -100px);
        -moz-transform-origin: left 50%;
        -ms-transform-origin: left 50%;
        -webkit-transform-origin: left 50%;
        transform-origin: left 50%;
    }

    .mainmenu.in li a {
        color: #1446b9 !important;
    }

    .mainmenu.in .background {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .mainmenu #primary-menu {
        position: relative;
        z-index: 1;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 0;
    }

    .mainmenu #primary-menu > li {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        text-align: center;
        padding: 1.25rem 0px 0 0;
    }

    .mainmenu #primary-menu > li > a {
        -moz-transition: color 0.5s ease;
        -o-transition: color 0.5s ease;
        -webkit-transition: color 0.5s ease;
        transition: color 0.5s ease;
        font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
        font-size: 1.25rem;
        text-decoration: none;
        line-height: 1;
    }

    .mainmenu #primary-menu > li > .sub-menu {
        display: none;
        position: absolute;
        width: 100%;
        text-align: center;
        left: 0;
        top: 100%;
        padding: 1.5rem 0 1.5rem 0;
    }

    .mainmenu #primary-menu > li > .sub-menu > li {
        font-size: 1rem;
        margin: 0 1rem;
        display: inline-block;
        font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
    }

    .mainmenu #primary-menu > li > .sub-menu > li a {
        text-decoration: none;
    }

    .mainmenu #primary-menu > li > .sub-menu > li.current-menu-item > a, .mainmenu #primary-menu > li > .sub-menu > li.current_page_item > a, .mainmenu #primary-menu > li > .sub-menu > li.current-menu-parent > a, .mainmenu #primary-menu > li > .sub-menu > li.current_page_parent > a, .mainmenu #primary-menu > li > .sub-menu > li.current-page-ancestor > a, .mainmenu #primary-menu > li > .sub-menu > li:hover > a {
        border-bottom: 2px solid #1446b9;
    }

    .mainmenu #primary-menu > li.current-menu-item > a, .mainmenu #primary-menu > li.current_page_item > a, .mainmenu #primary-menu > li.current-menu-parent > a, .mainmenu #primary-menu > li.current_page_parent > a, .mainmenu #primary-menu > li.current-page-ancestor > a {
        border-bottom: 3px solid #1446b9;
    }

    .mainmenu #primary-menu > li.current-menu-item > .sub-menu, .mainmenu #primary-menu > li.current_page_item > .sub-menu, .mainmenu #primary-menu > li.current-menu-parent > .sub-menu, .mainmenu #primary-menu > li.current_page_parent > .sub-menu, .mainmenu #primary-menu > li.current-page-ancestor > .sub-menu {
        display: block;
    }

    .mainmenu #primary-menu > li:hover > .sub-menu, .mainmenu #primary-menu > li.active > .sub-menu {
        display: block;
    }

    .mainmenu #primary-menu > li:hover > a, .mainmenu #primary-menu > li.active > a {
        border-bottom: 3px solid #1446b9;
    }

    .mainmenu #primary-menu > li .sub-menu {
        display: none;
    }

    .mainmenu #primary-menu.white > li > a {
        color: #fff;
    }

    .mainmenu #primary-menu.white > li .sub-menu > li > a {
        color: #fff;
    }

    .mainmenu #primary-menu:hover .sub-menu {
        display: none;
    }

    .mainmenu #primary-menu:hover > li.current-menu-item > .sub-menu, .mainmenu #primary-menu:hover > li.current_page_item > .sub-menu, .mainmenu #primary-menu:hover > li.current-menu-parent > .sub-menu, .mainmenu #primary-menu:hover > li.current_page_parent > .sub-menu, .mainmenu #primary-menu:hover > li.current-page-ancestor > .sub-menu {
        display: none;
    }

    .mainmenu #primary-menu:hover > li.current-menu-item:hover > .sub-menu, .mainmenu #primary-menu:hover > li.current_page_item:hover > .sub-menu, .mainmenu #primary-menu:hover > li.current-menu-parent:hover > .sub-menu, .mainmenu #primary-menu:hover > li.current_page_parent:hover > .sub-menu, .mainmenu #primary-menu:hover > li.current-page-ancestor:hover > .sub-menu {
        display: block;
    }

    .mainmenu #primary-menu:after {
        clear: both;
        content: '';
        display: block;
    }

    .menu-toggle {
        display: none;
    }

    #intro .slide .intro-content {
        top: 0;
        width: 100%;
        height: 100%;
    }

    #intro .slide .intro-content .intro-content-text {
        font-size: 7rem;
        line-height: 1.05;
    }

    #intro .slide .intro-content.diacritics {
        margin-top: -4px;
    }

    .single-article h1 {
        overflow: hidden;
    }

    .single-article h1 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .single-article h1 .text-element {
        display: block;
        overflow: hidden;
        position: relative;
        height: 80px;
    }

    .single-article h1 .lang-element {
        position: relative;
        display: block;
        height: 0px;
        overflow: hidden;
        -webkit-transition: height .25s ease;
        -moz-transition: height .25s ease;
        transition: height .25s ease;
    }

    .single-article h1 .lang-2 {
        height: 100px;
    }

    .single-article h1 .lang-2 > div {
        margin-top: 0px;
        -webkit-transition: margin-top .25s ease;
        -moz-transition: margin-top .25s ease;
        transition: margin-top .25s ease;
    }

    .single-article.changed h1 .lang-element {
        height: 80px;
    }

    .single-article.changed h1 .lang-2 > div {
        margin-top: -80px;
    }

    .single-article .article-text .lang-2 {
        display: block;
    }

    .single-article .article-intro .lang-2 {
        display: block;
    }

    .single-article .article-text .lang-1 {
        display: none;
    }

    .single-article .article-intro .lang-1 {
        display: none;
    }

    .single-article.changed .article-text .lang-2 {
        display: none;
    }

    .single-article.changed .article-intro .lang-2 {
        display: none;
    }

    .single-article.changed .article-text .lang-1 {
        display: block;
    }

    .single-article.changed .article-intro .lang-1 {
        display: block;
    }

    .single-article blockquote {
        padding-left: 8rem;
    }

    .single-article blockquote p {
        position: relative;
    }

    .single-article blockquote p:after {
        content: '“';
        display: block;
        width: 10px;
        height: 100%;
        position: absolute;
        top: 0;
        left: -8rem;
        font-size: 200px;
        line-height: 1;
        opacity: .2;
    }

    .stats-blocks .block,
    .intro-blocks .block {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .stats-blocks .block.large-text h3,
    .intro-blocks .block.large-text h3 {
        font-size: 3.33rem;
    }

    .stats-blocks .block.mid-text h3,
    .intro-blocks .block.mid-text h3 {
        font-size: 1.667rem;
    }

    .stats-blocks .block p,
    .intro-blocks .block p {
        font-size: 1rem;
    }

    .stats-blocks .calendar .block,
    .intro-blocks .calendar .block {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .home-block-intro {
        margin-bottom: -50px;
    }

    .intro-blocks .block {
        width: 50%;
        padding-bottom: 50%;
    }

    .intro-blocks .block:last-child {
        width: 50%;
        padding-bottom: 33%;
    }

    .annoucements-blocks {
        display: flex;
    }

    .annoucements-blocks .block {
        height: auto;
        float: none;
        padding-bottom: 2rem !important;
    }

    .news-blocks .block.text {
        padding: 0 1.5rem;
    }

    .news-blocks .block.text h3 {
        padding-top: 1.5rem;
        font-size: 1.5rem;
    }

    .news-blocks .block.text .date {
        font-size: 1rem;
    }

    .highlight-article .article,
    .page-template-awards .article,
    .page-template-shortlist_intern .article {
        float: left;
        width: 70%;
        margin-right: 10%;
    }

    .highlight-article .article.article-small,
    .page-template-awards .article.article-small,
    .page-template-shortlist_intern .article.article-small {
        width: 45%;
        margin-right: 10%;
    }

    .highlight-article .article.article-small:nth-child(2n),
    .page-template-awards .article.article-small:nth-child(2n),
    .page-template-shortlist_intern .article.article-small:nth-child(2n) {
        margin-right: 0;
    }

    .highlight-article .article.article-small:nth-child(2n+1),
    .page-template-awards .article.article-small:nth-child(2n+1),
    .page-template-shortlist_intern .article.article-small:nth-child(2n+1) {
        clear: both;
    }

    .highlight-article .jury-comment,
    .page-template-awards .jury-comment,
    .page-template-shortlist_intern .jury-comment {
        width: 40%;
    }

    .page-template-people .person {
        width: 45%;
        margin-right: 10%;
        float: left;
        overflow-wrap: break-word;
    }

    .page-template-people .person:nth-child(2n) {
        margin-right: 0;
    }

    .page-template-people .person .side-image {
        float: left;
        width: 125px;
        height: 125px;
        margin: 0 1rem 1rem 0;
    }

    footer div {
        text-align: left;
    }

    footer div.side {
        width: 30%;
        float: left;
    }

    footer div.main {
        margin-left: 5%;
        width: 65%;
        float: left;
    }

    footer div.main .partners li img {
        height: 60px;
    }

    .mainmenu ul#primary-menu {
        width: 600px;
        left: 50%;
        text-align: center;
        margin-left: -300px;
    }

    .mainmenu ul#primary-menu > li {
        width: auto;
        padding-left: .5rem;
        padding-right: .5rem;
    }
}

@media (min-width: 900px) {
    .mainmenu ul#primary-menu {
        width: 900px;
        margin-left: -450px;
    }

    .stats-blocks .stat-widget {
        width: 33.3%;
    }

    .stats-blocks .stat-widget.stat-widget-wide {
        width: 66.6%;
    }

    .stats-blocks .stat-widget.stat-widget-full {
        width: 100%;
    }

    .highlight-article .the-award-large,
    .page-template-shortlist_intern .the-award-large,
    .page-template-awards .the-award-large {
        display: block;
    }

    #intro .intro-content .intro-content-text {
        font-size: 6rem;
    }

    html,
    body {
        font-size: 16px;
    }

    .wrapper {
        width: 100%;
        padding: 0 4rem;
    }

    .column .article.winner {
        padding-left: 0px;
        padding-right: 60px;
    }

    .column .article.winner:after {
        left: 100%;
        margin-left: -50px;
        padding-top: 0px;
        content: '';
        width: 50px;
        height: 50px;
    }

    .column.last-column .article.winner:after {
        right: auto;
    }

    .single-article h1 {
        font-size: 4rem;
    }

    .single-article .article-details .article-detail {
        width: 300px;
    }

    .news-blocks .block.text {
        padding: 0 1.5rem;
    }

    .news-blocks .block.text h3 {
        padding-top: 1.5rem;
        font-size: 2rem;
    }

    .stats-blocks .block,
    .intro-blocks .block {
        padding-bottom: 33.33%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .stats-blocks .block.large-text h3,
    .intro-blocks .block.large-text h3 {
        font-size: 1.667rem;
    }

    .stats-blocks .block.mid-text h3,
    .intro-blocks .block.mid-text h3 {
        font-size: 1.667rem;
    }

    .stats-blocks .block {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .intro-block .block {
        width: 33.33%;
    }

    .intro-block .block:last-child {
        width: 33.33%;
        padding-bottom: 33.33%;
    }

    .columns .column {
        position: relative;
        width: 50%;
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 20px;
    }

    .columns .column.last-column {
        padding-right: 0px;
        padding-left: 20px;
    }

    .columns:after {
        position: relative;
        display: block;
        content: '';
        clear: both;
    }

    .page-template-people-laureates .person {
        width: 30%;
        margin-right: 5%;
    }

    .page-template-people-laureates .person:nth-child(2n) {
        margin-right: 5%;
    }

    .page-template-people-laureates .person:nth-child(2n+1) {
        clear: none;
    }

    .page-template-people-laureates .person:nth-child(3n) {
        margin-right: 0;
    }

    .page-template-people-laureates .person:nth-child(3n+1) {
        clear: both;
    }
}

@media (min-width: 1200px) {
    hr {
        margin: 3rem 0;
    }

    html,
    body {
        font-size: 18px;
    }

    .wrapper {
        width: 1000px;
        padding: 0 4rem;
    }

    .wrapper.wrapper-wide {
        width: 100%;
    }

    .wrapper.wrapper-small {
        width: 900px;
    }

    .mainmenu ul#primary-menu > li {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .button {
        padding: .8rem 1.5rem;
    }

    .stats-blocks .block.large-text h3,
    .intro-blocks .block.large-text h3 {
        font-size: 2rem;
    }

    .intro-blocks .block {
        width: 33.3%;
    }

    .intro-blocks .block:last-child {
        width: 33.3%;
    }

    .news-blocks .block.text {
        padding: 0 1rem;
    }

    .news-blocks .block.text h3 {
        padding-top: 1rem;
        font-size: 1.25rem;
    }

    .news-blocks .blocks-col {
        width: 50%;
        float: left;
    }

    .highlight-article .article.article-small,
    .page-template-awards .article.article-small,
    .page-template-shortlist_intern .article.article-small {
        width: 30%;
        margin-right: 5%;
    }

    .highlight-article .article.article-small:nth-child(2n),
    .page-template-awards .article.article-small:nth-child(2n),
    .page-template-shortlist_intern .article.article-small:nth-child(2n) {
        margin-right: 5%;
    }

    .highlight-article .article.article-small:nth-child(2n+1),
    .page-template-awards .article.article-small:nth-child(2n+1),
    .page-template-shortlist_intern .article.article-small:nth-child(2n+1) {
        clear: none;
    }

    .highlight-article .article.article-small:nth-child(3n),
    .page-template-awards .article.article-small:nth-child(3n),
    .page-template-shortlist_intern .article.article-small:nth-child(3n) {
        margin-right: 0;
    }

    .highlight-article .article.article-small:nth-child(3n+1),
    .page-template-awards .article.article-small:nth-child(3n+1),
    .page-template-shortlist_intern .article.article-small:nth-child(3n+1) {
        clear: both;
    }

    .highlight-article .jury-comment,
    .page-template-awards .jury-comment,
    .page-template-shortlist_intern .jury-comment {
        width: 40%;
    }

    .mainmenu ul#primary-menu {
        width: 1000px;
        left: 50%;
        margin-left: -500px;
    }

    .page-template-people .person .side-image {
        width: 175px;
        height: 175px;
        margin: 0 2rem 2rem 0;
    }

    .page-template-people-laureates .person {
        width: 22%;
        margin-right: 4%;
    }

    .page-template-people-laureates .person:nth-child(2n) {
        margin-right: 4%;
    }

    .page-template-people-laureates .person:nth-child(3n) {
        margin-right: 4%;
    }

    .page-template-people-laureates .person:nth-child(3n+1) {
        clear: none;
    }

    .page-template-people-laureates .person:nth-child(4n) {
        margin-right: 0;
    }

    .page-template-people-laureates .person:nth-child(4n+1) {
        clear: both;
    }

    .mainmenu ul#primary-menu {
        width: 900px;
        left: 50%;
        margin-left: -450px;
    }
}

@media (min-width: 1400px) {
    .mainmenu ul#primary-menu {
        width: 1200px;
        left: 50%;
        margin-left: -600px;
    }
}

@media (min-width: 1600px) {
    .wrapper {
        width: 1400px;
        padding: 0 4rem;
    }

    .wrapper.wrapper-wide {
        width: 100%;
    }

    .wrapper.wrapper-small {
        width: 1150px;
    }

    html,
    body {
        font-size: 18px;
    }

    .news-blocks .block.text {
        padding: 0 1.5rem;
    }

    .news-blocks .block.text h3 {
        padding-top: 1.5rem;
        font-size: 1.5rem;
    }

    .stats-blocks .block,
    .intro-blocks .block {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .stats-blocks .block.large-text h3,
    .intro-blocks .block.large-text h3 {
        font-size: 3.33rem;
    }

    .stats-blocks .block.mid-text h3,
    .intro-blocks .block.mid-text h3 {
        font-size: 1.667rem;
    }

    .single-article .article-text {
        font-size: 1.25rem;
    }

    .single-article .article-intro {
        font-size: 1.75rem;
    }

    blockquote,
    blockquote p,
    .single-post .content blockquote p:first-child,
    .general-content blockquote {
        font-size: 2.5rem;
        line-height: 1.33;
        max-width: 35vw;
    }
}

/**
 *  Master Slider
 *  Core css file
 */
.master-slider {
    position: relative;
    visibility: hidden;
    -moz-transform: translate3d(0, 0, 0);
}

.master-slider a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.master-slider, .master-slider * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.master-slider.ms-fullheight {
    height: 100%;
}

.ms-layout-partialview .ms-view {
    overflow: visible;
    background-color: transparent;
}

.ms-layout-partialview .ms-container {
    overflow: hidden;
}

.master-slider img, .ms-slide-bgvideocont video {
    max-width: none;
}

.ms-ie img {
    border: none;
}

.ms-ie8 * {
    opacity: inherit;
    filter: inherit;
}

.ms-ie7 {
    zoom: 1;
}

.ms-moz .ms-slide-bgcont > img {
    transform: translateX(0px);
}

.ms-loading-container {
    position: absolute;
    width: 100%;
    top: 0;
}

.ms-slide-auto-height {
    display: table;
}

.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading {
    width: 36px;
    height: 36px;
    background: url(../img/masterslider/loading-2.gif) no-repeat center white;
    border-radius: 60px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -18px;
    opacity: 0.9;
}

/* grab cursor */
.ms-no-swipe, .ms-def-cursor {
    cursor: auto !important;
}

.ms-grab-cursor {
    cursor: url(../img/masterslider/grab.png), move;
}

.ms-grabbing-cursor {
    cursor: url(../img/masterslider/grabbing.png), move;
}

.ms-ie .ms-grab-cursor {
    cursor: move;
}

.ms-ie .ms-grabbing-cursor {
    cursor: move;
}

.ms-view {
    margin: 0px auto;
    overflow: hidden;
    background: transparent;
    position: relative;
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    perspective: 2000px;
}

.ms-view .ms-slide-container {
    position: relative;
}

.ms-slide {
    position: absolute;
    height: 100%;
    -webkit-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
}

.ms-wk .ms-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.ms-slide .ms-slide-bgcont,
.ms-slide .ms-slide-bgvideocont {
    position: absolute;
    overflow: hidden;
    width: 100%;
}

.ms-slide .ms-slide-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 110;
}

.ms-ie .ms-slide-link {
    background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRâ€Œâ€‹AA7") 0 0 repeat;
}

.ms-slide .ms-slide-bgvideocont {
    z-index: 105;
    height: 100%;
}

.ms-wk .ms-slide .ms-slide-bgvideocont,
.ms-wk .ms-slide-bgvideocont > video {
    -webkit-transform: translateZ(0.3px);
    transform: translateZ(0.3px);
}

.ms-slide .ms-slide-bgvideo {
    position: absolute;
    top: 0px;
}

.ms-inner-controls-cont, .ms-container {
    position: relative;
    margin: 0 auto;
}

.ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ms-slide .ms-layer, .ms-fixed-layers .ms-layer {
    position: absolute;
    pointer-events: auto;
}

.ms-slide .ms-slide-layers,
.ms-fixed-layers {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 109;
    top: 0px;
    pointer-events: none;
}

.ms-slide .ms-slide-video {
    position: absolute;
    top: 0;
    z-index: 111;
    background: black;
    padding: 0;
    margin: 0;
    border: none;
}

.ms-parallax-layer {
    width: 100%;
    position: absolute;
    top: 0;
}

.ms-scroll-parallax-cont {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.ms-wk .ms-scroll-parallax-cont {
    -webkit-transform: translateZ(0.4px);
    transform: translateZ(0.4px);
}

/*.ms-scroll-parallax .ms-sl-selected .ms-scroll-parallax-cont,
.ms-scroll-parallax .ms-sl-selected .ms-slide-bgcont{}
.ms-scroll-parallax .ms-slide-bgcont{}*/
/*-----------------------------------------------------------*/
.ms-action-layer {
    cursor: pointer;
}

.ms-btn-container {
    position: absolute;
}

.ms-btn {
    text-decoration: none;
    display: inline-block;
    color: black;
    position: relative;
    padding: 8px 15px;
    cursor: pointer;
    white-space: nowrap;
}

.ms-default-btn {
    background: #0074A2;
    border-radius: 5px;
    color: #FFF;
}

.ms-default-btn:hover {
    background-color: #0098D5;
}

.ms-default-btn:active {
    top: 1px;
}

.ms-btn-s {
    padding: 14px 17px;
    font-size: 80%;
    line-height: 0;
}

.ms-btn-m {
    padding: 12px 40px;
}

.ms-btn-n {
    padding: 8px 25px;
    font-size: 95%;
}

.ms-btn-l {
    padding: 17px 50px;
    font-size: 120%;
}

.ms-btn-round {
    border-radius: 5px;
}

.ms-btn-circle {
    border-radius: 100px;
}

.ms-btn-outline-round {
    border-radius: 5px;
}

.ms-btn-outline-circle {
    border-radius: 100px;
}

/*-----------------------------------------------------------*/
.ms-layer.video-box {
    background: black;
}

.ms-layer.video-box iframe {
    padding: 0;
    margin: 0;
    border: none;
    position: absolute;
    z-index: 111;
}

.ms-slide .ms-slide-vpbtn, .ms-slide .ms-video-btn {
    position: absolute;
    cursor: pointer;
    z-index: 112;
}

.ms-slide .ms-slide-vcbtn {
    position: absolute;
    cursor: pointer;
    z-index: 113;
}

.ms-slide-vcbtn-mobile {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28px;
    background-color: black;
    color: white;
    text-align: center;
    cursor: pointer;
    z-index: 113;
}

.ms-slide-vcbtn-mobile .ms-vcbtn-txt {
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 0.75em;
    display: inline-block;
    background: url(../img/masterslider/video-close-btn.png) no-repeat 0px 3px;
    padding-left: 15px;
    height: 15px;
    color: #DBDBDB;
    margin-top: 7px;
}

.ms-wk .ms-slide .ms-slide-vcbtn,
.ms-wk .ms-slide .ms-slide-layers,
.ms-wk .ms-slide .ms-slide-vpbtn,
.ms-wk .ms-slide .ms-slide-video,
.ms-wk .ms-slide-link {
    -webkit-transform: translateZ(0.44px);
    transform: translateZ(0.44px);
}

.ms-video-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ms-mask-frame {
    overflow: hidden;
    position: absolute;
    float: left;
}

/* controls */
.ms-thumb-list {
    overflow: hidden;
    position: absolute;
}

.ms-thumb-list.ms-dir-h {
    width: 100%;
}

.ms-thumb-list.ms-dir-v {
    height: 100%;
    top: 0;
}

.ms-thumbs-cont {
    position: relative;
}

.ms-thumb-frame img {
    width: 100%;
    height: auto;
}

.ms-thumb-frame {
    cursor: pointer;
    float: left;
    overflow: hidden;
    opacity: 0.5;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.ms-thumb-frame-selected {
    opacity: 1;
}

.ms-tabs .ms-thumb-frame {
    background-color: #F6f6f6;
    text-shadow: 0 1px 1px white;
    color: #222;
    border: solid 1px white;
    border-width: 0 1px 1px 0;
    overflow: visible;
    position: relative;
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame {
    margin-top: 12px;
}

.ms-tabs.ms-dir-v .ms-thumb-frame {
    margin-left: 12px;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame {
    margin-left: 0px;
}

.ms-tabs.ms-dir-h.ms-align-top {
    z-index: 140;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame {
    margin-top: -12px;
}

.ms-tabs .ms-thumb {
    padding: 20px 20px;
}

.ms-tabs .ms-thumb-frame-selected {
    opacity: 1;
    background: #EDEDED;
}

.ms-tabs .ms-thumb-frame .ms-thumb-ol {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
    top: 0px;
    left: 50%;
    margin-left: -12px;
    border-bottom: solid 12px #F6f6f6;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
}

.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    top: -12px;
    border-bottom-color: #EDEDED;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol {
    bottom: 0px;
    top: auto;
    border-bottom: 0px;
    border-top: solid 12px #F6f6f6;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    bottom: -12px;
    border-top-color: #EDEDED;
}

.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
    top: 50%;
    left: 0;
    margin-top: -12px;
    border-right: solid 12px #EDEDED;
    border-top: solid 12px transparent;
    border-bottom: solid 12px transparent;
}

.ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    left: -12px;
    border-right-color: #EDEDED;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol {
    left: auto;
    right: 0;
    border-right: 0;
    border-left: solid 12px #EDEDED;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    right: -12px;
    border-left-color: #EDEDED;
}

/* horizontal thumblist arrows*/
.ms-thumb-list.ms-dir-h .ms-thumblist-fwd, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
    height: 100%;
    width: 20px;
    position: absolute;
    left: 0;
    cursor: pointer;
    background: rgba(128, 128, 128, 0.5);
    text-align: center;
    color: white;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
    right: 0;
    left: auto;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
    content: close-quote;
    top: 43%;
    position: relative;
    border: solid transparent;
    border-width: 5px 5px 5px 0px;
    display: block;
    border-right-color: #FFF;
    width: 6px;
    height: 1px;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
    border-width: 5px 0px 5px 5px;
    border-left-color: #FFF;
    left: 7px;
}

/* vertical thumblist arrows */
.ms-thumb-list.ms-dir-v .ms-thumblist-fwd, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    cursor: pointer;
    background: rgba(128, 128, 128, 0.5);
    text-align: center;
    color: white;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
    bottom: 0;
    top: auto;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
    content: close-quote;
    left: 43%;
    position: relative;
    border: solid transparent;
    border-width: 0px 5px 5px 5px;
    display: block;
    border-bottom-color: #FFF;
    height: 1px;
    top: 5px;
    width: 0;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
    border-width: 5px 5px 0px 5px;
    border-top-color: #FFF;
    top: 7px;
}

.ms-bullet {
    cursor: pointer;
    float: left;
}

.ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px;
}

.ms-bullets.ms-dir-v {
    position: absolute;
    top: 50%;
}

.ms-bullets.ms-dir-v .ms-bullet {
    float: none;
}

.ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%;
}

.ms-sbar {
    position: absolute;
}

.ms-sbar.ms-dir-h {
    left: 10px;
    right: 10px;
    top: 5px;
}

.ms-sbar.ms-dir-v {
    top: 10px;
    bottom: 10px;
    right: 5px;
}

.ms-sbar .ms-bar {
    height: 4px;
    background: #333;
    border-radius: 4px;
}

.ms-sbar.ms-dir-v .ms-bar {
    width: 4px;
}

.ms-sbar .ms-bar {
    position: relative;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.ms-timerbar {
    width: 100%;
    bottom: 0px;
    position: absolute;
}

.ms-ctimer {
    position: absolute;
    top: 30px;
    left: 30px;
    cursor: pointer;
}

.ms-time-bar {
    -webkit-transition: width 120ms linear;
    -moz-transition: width 120ms linear;
    -ms-transition: width 120ms linear;
    -o-transition: width 120ms linear;
    transition: width 120ms linear;
}

.ms-ie7 .ms-tooltip-arrow {
    height: 0px;
}

.ms-slide-info {
    position: absolute;
}

.ms-slide-info.ms-dir-v {
    top: 0;
}

.ms-slide-info.ms-dir-h {
    width: 100%;
}

@keyframes point-anim {
    0% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        -ms-transform: scale(0.5);
        opacity: 1;
    }
    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes point-anim {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

/* In Android browser, using css animations over slider causes some crashes */
.ms-android .ms-tooltip-point .ms-point-border {
    animation: none;
    -moz-animation: none;
    -webkit-animation: none;
    -o-animation: none;
}

.ms-bullets {
    width: auto;
}

.ms-bullets .ms-bullet {
    width: 12px;
    height: 12px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    opacity: .33;
}

.ms-bullets .ms-bullet.ms-bullet-selected {
    opacity: 1;
}

.partner-widget {
    background: #1446b9 !important;
}

.partner-widget .partners {
    padding: 0;
    margin: 0;
    margin-top: 2rem;
}

.partner-widget .partners li {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-right: 2rem;
    margin-bottom: 2rem;
    height: 100px;
}

.partner-widget .partners li img {
    -webkit-filter: grayscale(100%) contrast(70%) brightness(120%);
    width: auto;
    height: 100%;
}

.stat-widget {
    opacity: 0;
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.stat-widget.in-view {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gform_wrapper .gfield {
    margin-bottom: 1.5rem;
}

.gform_wrapper .gf_progressbar_wrapper {
    margin-bottom: 2rem;
}

.gform_wrapper .gf_progressbar_wrapper h3 {
    font-size: 1rem;
    font-family: "Value Sans Regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.gform_wrapper .gf_progressbar {
    background: #fff;
    padding: 2px;
    border: 1px solid rgba(115, 145, 215, 0.5);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.gform_wrapper .gf_progressbar_percentage {
    padding: 4px;
    min-width: 30px;
    line-height: 1;
    font-size: .75rem;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.gform_wrapper .ginput_container {
    line-height: 0.5;
    position: relative;
    z-index: 1;
}

.gform_wrapper .ginput_recaptcha {
    line-height: 1;
}

.gform_wrapper .gsection_title {
    margin-top: 2rem;
    border-bottom: 2px solid #1446b9;
}

.gform_wrapper .gfield_description {
    background: #1446b9;
    z-index: 2;
    color: #fff;
    font-size: .75rem;
    padding: 0rem .5rem;
    position: absolute;
    opacity: 1;
    max-height: 0;
    line-height: 1;
    overflow: hidden;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: ease 0.25s all;
    -o-transition: ease 0.25s all;
    -webkit-transition: ease 0.25s all;
    transition: ease 0.25s all;
}

.gform_wrapper .gfield_description br {
    display: none;
}

.gform_wrapper .gfield_description:before {
    height: 0px;
    width: 0px;
    position: absolute;
    top: -20px;
    right: 10%;
    border: 10px solid #1446b9;
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    content: '';
    display: block;
    opacity: 0;
    z-index: 2;
}

.gform_wrapper .ginput_preview {
    display: none;
}

.gform_wrapper .selected + .gfield_description,
.gform_wrapper *:hover + .gfield_description {
    opacity: 1;
    max-height: 100px;
    padding: .3rem .5rem;
    visibility: visible;
}

.gform_wrapper .selected + .gfield_description:before,
.gform_wrapper *:hover + .gfield_description:before {
    opacity: 1;
}

.gform_wrapper .gfield_error label {
    color: #c00;
}

.gform_wrapper .word-count-wrapper {
    position: absolute;
    z-index: 1000;
    bottom: 1rem;
    right: 1rem;
    text-align: right;
    display: inline-block;
    font-size: .7rem;
    background: #fff;
    color: rgba(45, 45, 45, 0.5);
    padding: 5px;
}

.gform_wrapper .word-count-wrapper.error {
    color: #c00;
    opacity: 1;
}

.gform_wrapper textarea.has-word-count {
    padding-bottom: 1.5rem;
}

.gform_wrapper .validation_message {
    opacity: 1 !important;
    max-height: 100px !important;
    background-color: #c00;
    padding: .3rem .5rem !important;
    z-index: 1;
}

.gform_wrapper .validation_message:before {
    border-bottom-color: #c00;
}

.gform_wrapper .validation_message:empty {
    display: none;
}

.gform_wrapper .ginput_container_radio {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.gform_wrapper .ginput_container_radio ul li {
    display: inline-block;
    margin-right: 1rem;
}

.gform_wrapper .ginput_container_radio ul li input, .gform_wrapper .ginput_container_radio ul li label {
    width: auto;
    display: inline-block;
}

.gform_wrapper .ginput_container_checkbox {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.gform_wrapper .ginput_container_checkbox ul li input, .gform_wrapper .ginput_container_checkbox ul li label {
    width: auto;
    display: inline-block;
}

.gform_wrapper .ginput_container_fileupload span {
    display: none;
}

.gform_wrapper .ginput_container_date .clear-multi > * {
    display: inline-block;
    margin-right: .5rem;
}

.gform_wrapper .ginput_container_date select {
    width: auto;
}

.gform_wrapper .gform_page_footer > * {
    margin-right: 1rem;
    display: inline-block;
    vertical-align: middle;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.gform_wrapper .gform_button {
    background: #1446b9;
    color: #fff;
}

.gform_wrapper .gform_button:hover {
    background: #d2aa64;
    color: #fff;
}

.gform_wrapper .validation_error {
    color: #c00;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #c00;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.form_saved_message_emailform input {
    width: 100%;
    border: 0;
    padding: 15px;
    background-color: #fff;
    color: #2d2d2d;
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form_saved_message_emailform input:focus, .form_saved_message_emailform input:focus {
    outline: none;
}

.form_saved_message_emailform input[type='submit'] {
    width: auto;
    margin-top: 1rem;
}

#note {
    position: fixed;
    cursor: pointer;
    z-index: 10000;
    bottom: 0;
    left: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5rem;
    background: #e6cda0;
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

#note.in {
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

#note h3 {
    color: #1446b9;
    font-size: 1.5rem;
    line-height: 1.2;
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-bottom: .25rem;
}

#note h3 a {
    text-decoration: none;
}

#note p {
    color: #7391d7;
    margin-bottom: 0;
}

#note .hide-this {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #7391d7;
    font-size: 2rem;
    line-height: 1;
    text-transform: uppercase;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.home #note {
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.general-widget {
    padding: 4rem 0;
    background-color: #7391d7;
    color: #fff;
}

.general-widget h2 {
    color: #fff;
}

.general-widget h2.white {
    color: #fff;
}

.general-widget h2.gold {
    color: #d2aa64;
}

.general-widget label {
    color: #fff !important;
}

.general-widget input[type='submit'] {
    border-color: #fff;
    color: #fff;
}

.general-widget .latest-tweets {
    color: #fff;
}

.general-widget .latest-tweets .tweet .tweet-user a {
    color: #fff;
}

@media (max-width: 767px) {
    .partner-widget .partners li {
        height: 65px;
    }
}

@media (max-width: 480px) {
    #note {
        padding: 1rem;
    }

    #note p {
        display: none;
    }

    #note h3 {
        width: 90%;
    }

    .home h2.large {
        font-size: 2.33rem;
    }

    .general-widget {
        padding: 2rem 0;
    }

    .partner-widget .partners li {
        height: 40px;
    }
}

.mc4wp-form input[name='FNAME'], .mc4wp-form input[name='LNAME'] {
    width: 48%;
}

.mc4wp-form .names p {
    display: flex;
    justify-content: space-between;
}

.mc4wp-form .mc4wp-alert {
    margin-top: 2rem;
    background: #e6cda0;
    color: #1446b9;
    padding: 1rem;
}

.mc4wp-form .mc4wp-alert p {
    margin-bottom: 0;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-slide:active,
.slick-slide:focus {
    outline: none;
}

.runnerup {
    text-transform: uppercase;
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
    color: #7893D2;
    letter-spacing: .2px;
}

[type="radio"] {
    width: auto;
}

.article-template-template-new-single-article {
    background: transparent;
}

.article-template-template-new-single-article .mainmenu .background {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.article-template-template-new-single-article .social {
    position: relative;
    width: 100%;
    text-align: center;
    font-family: "Value Sans Regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.article-template-template-new-single-article .social span {
    display: block;
    text-align: center;
    margin-bottom: .45rem;
}

.article-template-template-new-single-article .social li {
    display: inline-block;
    margin: 0 .2rem;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: ease-in-out 0.2s all;
    -o-transition: ease-in-out 0.2s all;
    -webkit-transition: ease-in-out 0.2s all;
    transition: ease-in-out 0.2s all;
}

.article-template-template-new-single-article .social li img {
    width: 1.5rem;
    height: auto;
}

.article-template-template-new-single-article .social li:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.article-template-template-new-single-article .social li a path.base {
    fill: #1E4BB4;
}

.article-template-template-new-single-article .social li a path.background {
    fill: #F8F8F8;
}

.article-template-template-new-single-article .art-header {
    width: 100%;
    background-size: cover;
    height: 90vh;
}

.article-template-template-new-single-article .art-titles {
    padding: 2rem;
    color: #D2AA64;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.article-template-template-new-single-article .art-titles.winner {
    background: #232323;
}

.article-template-template-new-single-article .art-titles.winner h1 {
    color: #D2AA64;
}

.article-template-template-new-single-article .art-titles.winner .social li a path.base {
    fill: #F8F8F8;
}

.article-template-template-new-single-article .art-titles.winner .social li a path.background {
    fill: #232323;
}

.article-template-template-new-single-article .art-titles.nominee {
    background: #1E4BB4;
}

.article-template-template-new-single-article .art-titles.nominee h1 {
    color: #F8F8F8;
}

.article-template-template-new-single-article .art-titles.nominee .social li a path.base {
    fill: #F8F8F8;
}

.article-template-template-new-single-article .art-titles.nominee .social li a path.background {
    fill: #1E4BB4;
}

.article-template-template-new-single-article .art-titles .award {
    text-align: center;
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 4rem;
    color: #D2AA64;
}

.article-template-template-new-single-article .art-titles .article-prefix {
    color: #D2AA64;
}

.article-template-template-new-single-article .art-titles h1 {
    line-height: 1;
    color: #D2AA64;
    font-size: 5rem;
    text-align: center;
    width: 75%;
    font-family: "GT Super", "Georgia", Times New Roman, serif;
    margin-bottom: 2rem;
}

.article-template-template-new-single-article .art-titles .publication {
    font-size: 1rem;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 4rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.article-template-template-new-single-article .art-titles .publication a {
    color: inherit;
}

.article-template-template-new-single-article .art-titles .publication .author {
    font-family: "GT Super", "Georgia", Times New Roman, serif;
    color: #F8F8F8;
}

.article-template-template-new-single-article .alignnone,
.article-template-template-new-single-article .aligncenter {
    width: 100% !important;
}

.article-template-template-new-single-article img {
    margin-bottom: 3rem;
}

.article-template-template-new-single-article .wp-caption img {
    margin-bottom: 1rem;
}

.article-template-template-new-single-article .wp-caption .wp-caption-text {
    margin-bottom: 3rem;
    font-family: "Value Sans Regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: .75rem;
    line-height: 1.3;
    max-width: 200px;
    width: 75%;
    max-width: 900px;
    color: #232323;
}

.article-template-template-new-single-article .wp-caption .wp-caption-text em {
    font-family: "Value Sans Regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.article-template-template-new-single-article .wp-caption .wp-caption-text strong {
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.article-template-template-new-single-article .page-content > .text {
    margin: 8rem auto;
    color: #232323;
}

.article-template-template-new-single-article .page-content > .text p,
.article-template-template-new-single-article .page-content > .text blockquote {
    width: 75%;
    max-width: 900px;
    margin: 0rem auto 2rem auto;
}

.article-template-template-new-single-article .page-content > .text blockquote {
    margin: 4rem auto;
    padding: 0;
    font-size: 3rem;
    line-height: 1;
}

.article-template-template-new-single-article .page-content > .text blockquote p {
    width: 75%;
    margin-left: 0;
    max-height: 75%;
}

.article-template-template-new-single-article .page-content > .text blockquote p:after {
    display: none;
}

.article-template-template-new-single-article .page-content > .text h2 {
    color: #D2AA64;
    font-size: 3rem;
    text-align: center;
    width: 60%;
    max-width: 700px;
    margin: 0rem auto 3rem auto;
}

.article-template-template-new-single-article .page-content > .text h3, .article-template-template-new-single-article .page-content > .text h4, .article-template-template-new-single-article .page-content > .text h5 {
    color: #232323;
    width: 75%;
    max-width: 900px;
    margin: 0rem auto .5rem auto;
}

.article-template-template-new-single-article .page-content > .text .intro {
    font-family: "GT Super", "Georgia", Times New Roman, serif;
    font-size: 1.33rem;
    width: 75%;
    max-width: 900px;
    margin: 1rem auto;
}

.article-template-template-new-single-article .page-content > .text .article-text {
    font-family: "GT Super Text", "Georgia", Times New Roman, serif;
    line-height: 160%;
}

@media (max-width: 480px) {
    .article-template-template-new-single-article .mobile-logo {
        z-index: 100;
        width: 50px;
        top: 0rem;
    }

    .article-template-template-new-single-article .art-header {
        margin-top: 4rem;
        height: 50vh;
    }

    .article-template-template-new-single-article .art-titles h1 {
        font-size: 3.5rem;
        width: 90%;
    }

    .article-template-template-new-single-article .wp-caption .wp-caption-text {
        width: 90%;
    }

    .article-template-template-new-single-article .page-content > .text {
        margin: 4rem auto;
    }

    .article-template-template-new-single-article .page-content > .text p,
    .article-template-template-new-single-article .page-content > .text blockquote {
        width: 85%;
    }

    .article-template-template-new-single-article .page-content > .text blockquote {
        margin: 3rem auto;
        font-size: 2rem;
    }

    .article-template-template-new-single-article .page-content > .text blockquote p {
        width: 100%;
        max-height: 100%;
    }

    .article-template-template-new-single-article .page-content > .text h2 {
        font-size: 2rem;
        width: 85%;
    }

    .article-template-template-new-single-article .page-content > .text h3, .article-template-template-new-single-article .page-content > .text h4, .article-template-template-new-single-article .page-content > .text h5 {
        width: 85%;
    }

    .article-template-template-new-single-article .page-content > .text .intro {
        width: 85%;
    }
}

#cartoons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#cartoons .cartoon {
    width: calc(33.3% - 1.5rem);
    margin-bottom: 3rem;
}

#cartoons .cartoon .cartoon-img {
    margin-bottom: 1rem;
    overflow: hidden;
}

#cartoons .cartoon .cartoon-img img {
    width: 100%;
    height: auto;
}

#cartoons .cartoon h4 {
    font-size: 1.5rem;
    font-family: "GT Super", "Georgia", Times New Roman, serif;
    margin-bottom: .9rem;
    color: #1e4bb4;
}

#cartoons .cartoon p {
    max-width: 100%;
    color: #232323;
    font-size: 1rem;
    line-height: 1.3;
}

#cartoons .cartoon p .author {
    font-family: "GT Super", "Georgia", Times New Roman, serif;
    color: #1e4bb4;
}

@media (max-width: 768px) {
    #cartoons .cartoon {
        width: calc(50% - 1.5rem);
    }
}

@media (max-width: 480px) {
    #cartoons .cartoon {
        width: 100%;
    }
}

.articles-popup {
    background: #1446b9;
    color: #fff;
    padding: 1.5rem;
    position: fixed;
    z-index: 100;
    right: 1.5rem;
    bottom: 1.5rem;
    max-width: 400px;
    width: 80%;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #123da2;
    transform: translateY(200%);
    transition: all 1s ease-out;
    opacity: 0;
}

.articles-popup.in {
    transform: translateY(0%);
    opacity: 1;
}

.articles-popup p {
    font-family: "Value Sans Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.2;
}

.articles-popup .button {
    background: #d2aa64;
    color: #fff;
}

.articles-popup .button:hover {
    background: #e6cda0;
    color: #1446b9;
    border-color: #e6cda0;
}

.articles-popup .articles-popup__footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.articles-popup .articles-popup__dont-show {
    font-size: .7rem;
    font-family: "Value Sans Regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
    color: #7391d7;
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
}

.articles-popup__article-direct {
    text-decoration: underline;
    cursor: pointer;
}
