/*
	Theme Name: Campus Oeiras
	Theme URI: http://html5blank.com
	Description: Campus Oeiras
	Version: 1
	Author: DSI
	Author URI: http://tecnico.ulisboa.pt
	Tags: Blank, HTML5, CSS3

*/

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    font-size: 62.5%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}

body {
    margin: 0;
    background-color: #fff;
    color: #45555f;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 160%;
    font-family:
        "Source Sans Pro",
        Helvetica,
        Helvetica Neue,
        Arial;
}

body.nav-is-visible{
    overflow-y: hidden;
}

body.expand-image {
    overflow: hidden;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
    line-height: 120%;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-bottom: 1px solid #dee1e9;
    margin: 80px 0;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #009de0;
    text-decoration: none;
    border-bottom: 1px dotted transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:active,
a:hover {
    outline-width: 0;
}

h1 {
    font-family:
        "KlavikaMediumPlain",
        Helvetica,
        Helvetica Neue,
        Arial;
    color: #2e323e;
}
_variables.scss:5 h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2e323e;
    font-weight: normal;
    line-height: 130%;
    margin-top: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family:
        "Source Sans Pro",
        Helvetica,
        Helvetica Neue,
        Arial;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

.box-button,
.box-button.blue,
.button.blue,
.box-button.white,
.button.white,
.button {
    position: relative;
    text-align: center;
    line-height: 160%;
    display: inline-block;
    background: transparent;
    border: 1px solid #45555f;
    color: #45555f;
    border-radius: 0.2rem;
    font-size: 1.4rem;
    font-weight: 600;
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .box-button,
    .box-button.blue,
    .button.blue,
    .box-button.white,
    .button.white,
    .button {
        width: auto;
        padding: 8px 16px;
    }
}

.blue.box-button,
.blue.button,
.button.blue {
    border: 1px solid #009de0;
    color: #009de0;
}

.box-button:hover,
.button.blue:hover,
.button.white:hover,
.button:hover {
    border: 1px solid #009de0;
    background-color: #009de0;
    color: #fff;
}

.blue.filled.box-button,
.blue.filled.button,
.button.blue.filled {
    background: #009de0;
    color: #fff;
    font-weight: 600;
}

.blue.filled.box-button:hover,
.blue.filled.button:hover,
.button.blue.filled:hover {
    background: #007bdc;
}

.articles .button.all-articles {
    margin-top: 50px;
}

main .home-title {
    margin-bottom: 50px;
}

.home-title {
    font-size: 32px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.home-title a {
    position: relative;
    color: #2e323e;
}

.home-title a:after {
    position: absolute;
    display: block;
    content: "";
    width: 30px;
    height: 3px;
    background: #009de0;
    bottom: -15px;
}

.home .articles:not(:first-of-type) {
    border-top: 1px solid #ccc;
    margin-top: 75px;
    padding-top: 75px;
    padding-bottom: 50px;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

svg:not(:root) {
    overflow: hidden;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}
_navigation-hover.scss:15 * {
    word-wrap: break-word;
}

ul,
ol {
    padding-left: 20px;
    margin: 32px 0 56px;
}

ul:last-child,
ol:last-child {
    margin-bottom: 0;
}

ul:first-child,
ol:first-child {
    margin-top: 0;
}

ul li,
ol li {
    margin-bottom: 15px;
}

section,
footer {
    width: 100%;
    position: relative;
    overflow-y: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/* Header */

#main-header {
    position: absolute;
    width: 100%;
    z-index: 99;
}

header .header-top {
    position: relative;
    z-index: 4;
    height: 110px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.vertical-centered {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

header .logo-desktop,
header .mobile-logo {
    font-size: 0;
    margin: 0;
}

header .logo-desktop {
    display: inline-block;
}

header .logo-desktop a,
header .mobile-logo a {
	width: auto;
	height: 56px;
	display: block;
}

header .logo-desktop svg {
	width: auto;
	height: 56px;
}

header .logo-desktop svg path {
    fill: #fff;
}

#main-header .search-trigger {
    float: right;
    position: relative;
    font-size: 0;
    width: 24px;
    height: 20px;
    margin-top: -10px;
}

.search-trigger span {
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    width: 24px;
    height: 20px;
}

.search-trigger span:before,
.search-trigger span:after {
    content: "";
    position: absolute;
}

.search-trigger span:before {
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.search-trigger span:after {
    top: 16px;
    left: 12px;
    height: 2px;
    width: 9px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#lang_sel_list {
    float: right;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 20px;
    font-family:
        "Source Sans Pro",
        Helvetica,
        Helvetica Neue,
        Arial;
}

#lang_sel_list a.lang_sel_sel,
#lang_sel_list a.lang_sel_other {
    background: transparent;
    color: #fff;
    font-size: 0.875em;
    padding: 0 10px;
}

#lang_sel_list .icl-pt-pt,
#lang_sel_list .icl-en {
    display: none;
}

.lang-pt-pt #lang_sel_list .icl-en,
.lang-en #lang_sel_list .icl-pt-pt {
    display: block;
}

#lang_sel_list li a:hover{
    color: #009de0;
}


@media (max-width: 650px) {
    #lang_sel_list {
        height: auto;
        float: none;
        top: auto;
        transform: none;
        margin-right: 0;
        margin-left: 18px;
        order: 1;
        flex: 0 0 auto;
    }

    #lang_sel_list a,
    #lang_sel_list a.lang_sel_sel,
    #lang_sel_list a.lang_sel_other,
    #lang_sel_list .wpml-ls-link {
        color: #45555f;
        font-size: 0;
    }

    #lang_sel_list a:after {
        color: #45555f;
        display: inline-block;
        font-size: 14px;
    }

    #lang_sel_list .icl-en a:after,
    #lang_sel_list .wpml-ls-item-en a:after,
    #lang_sel_list a[hreflang^="en"]:after {
        content: "EN";
    }
    #lang_sel_list .icl-pt-pt a:after,
    #lang_sel_list .wpml-ls-item-pt-pt a:after,
    #lang_sel_list .wpml-ls-item-pt a:after,
    #lang_sel_list a[hreflang^="pt"]:after {
        content: "PT";
    }
}

.articles {
    margin-top: 30px;
}

.page-template-default article > div{
    margin: 80px 0
}


.page-template-default article > h1:not(:first-child){
    margin-top: 56px;
}


body.page-template-news article,
body.page-template-events article,
body.page-template-homepage article {
  /*max-height: 230px;*/
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  overflow: hidden;
}

.single article {
    max-height: none;
}

.articles article:last-of-type {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}

article:last-of-type:after {
    display: none;
}

article header {
    padding-top: 10px;
}

.single article header {
    margin-bottom: 30px;
}

/* labels */

article .label {
    font-size: 0.75em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 2px 5px;
    color: #fff;
    background: #aaa;
}

.articles.single .label {
    padding: 6px 10px;
}

article .label[class*="Cultura"],
article .label[class*="Culture"] {
    background: #ff4981;
}

article .label[class*="Ciência"],
article .label[class*="Science"] {
    background: #5856d6;
}

article .label[class*="Campus"] {
    background: #009de0;
}

article .label[class*="eventos"],
article .label[class*="Events"] {
    background: #00c4b5;
}

/* fim */

article h1 {
    font-size: 1.625em;
}

.single article h1 {
    font-size: 2.25em;
    font-family:
        "KlavikaBold",
        Helvetica,
        Helvetica Neue,
        Arial;
    margin-bottom: 20px;
}

/*
article ul,
article ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
*/

article ol li {
    counter-increment: step-counter;
}

article ol li::before {
    content: counter(step-counter) ".";
    margin: 0 8px 0 5px;
    color: #009de0;
}

article figure {
    padding: 0;
    float: right;
    width: 270px;
    height: 134px;
    overflow: hidden;
    margin: 20px 0 0 15px;
    background-size: cover;
}

article.wrap-text {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
}

article.wrap-text > header {
    flex: 0 0 100%;
    order: 1;
}

article.wrap-text > .text-preview {
    flex: 1 1 0;
    min-width: 0;
    order: 2;
}

article.wrap-text > figure {
    flex: 0 0 270px;
    order: 3;
    float: none;
    margin: 0;
}

article.wrap-text > figure a {
    display: block;
    height: 100%;
}

@media (min-width: 650px) {
    article figure {
        display: block;
    }
}

article figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

article figure ~ .text-preview {
    width: calc(100% - 270px);
    padding-right: 20px;
}

article.wrap-text > figure ~ .text-preview {
    width: auto;
    padding-right: 0;
}

.single article figure {
    float: none;
    margin: 60px 0;
    width: 100%;
    height: auto;
}

.single article figure img {
    width: 100%;
    height: auto;
    max-height: 400px;
}

#news .single article .img-wrap.expanded img {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: auto;
    max-height: 90%;
    height: auto;
    max-width: calc(90% - 38px);
    z-index: 999;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    cursor: zoom-out;
}

.photos-overlay {
    display: none;
}

.expand-image .photos-overlay {
    display: block;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ccc;
}

.multimedia {
    display: none;
    margin: 80px -10px 0 -10px;
    overflow: auto;
}

.multimedia:not(:empty) {
    display: block;
}

.multimedia > div {
    width: 33.33%;
    max-width: 200px;
    height: 150px;
    overflow: hidden;
    float: left;
    position: relative;
    margin: 10px;
    cursor: zoom-in;
    -webkit-box-shadow: inset 0 0 0px 5px rgba(50, 50, 50, 0);
    box-shadow: inset 0 0 0px 5px rgba(50, 50, 50, 0);
}

.multimedia > div:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: inset 0 0 100px 5px rgba(50, 50, 50, 0.5);
    box-shadow: inset 0 0 100px 5px rgba(50, 50, 50, 0.5);
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.multimedia > div:hover:after {
    opacity: 1;
}

.multimedia img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.multimedia h2 {
    font-size: 2em;
    color: #2e323e;
    font-weight: normal;
    line-height: 130%;
}

article h1 {
    margin-bottom: 0.625rem;
    line-height: 1.2;
}

article .text-preview .excerpt p {
    margin-top: 0.625rem;
}

.single article p {
    font-size: 1.125em;
    margin: 35px 0;
    line-height: 180%;
}

.single article ul,
.single article ol {
    font-size: 1.125em;
}

.single article li {
    padding-left: 1.5rem;
    position: relative;
    list-style: none;
}

.single article ul li::before {
    top: 1rem;
    width: 7px;
    height: 7px;
    position: absolute;
    content: "";
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #009de0;
}

time h2 {
    font-size: 1em;
    font-style: italic;
    font-weight: 100;
    opacity: 0.75;
    padding-left: 25px;
    margin-bottom: 50px;
    position: relative;
}

time h2:before,
time h2:after {
    content: "";
    position: absolute;
    left: 0;
}

time h2:before {
    top: 4px;
    width: 18px;
    height: 18px;
    background: transparent;
    border: 2px solid #45555f;
    border-radius: 50%;
    opacity: 0.5;
}

time h2:after {
    top: 9px;
    left: 7px;
    width: 6px;
    height: 5px;
    border: 2px solid #45555f;
    border-top: 0;
    border-right: 0;
    opacity: 0.5;
}

/* main content */

#news {
    z-index: 99;
}

#news .container {
    margin: 50px auto;
}


#page-header .container:before{
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#page-header {
    height: 350px;
    background-size: cover;
    background-position: center;
    background-color: #ccc;
}

#page-header figure {
    margin: 0;
    position: absolute;
    z-index: 1;
    animation: fade-in 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#page-header figure,
#page-header figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#page-header div {
    position: relative;
    height: 100%;
    z-index: 2;
}

#page-header h1 {
    color: #fff;
    font-size: 2.5em;
    padding-bottom: 20px;
    line-height: 120%;
}

#page-header h1 a {
    color: #fff;
}

@media screen and (max-height: 650px) {
    #page-header {
        height: 250px;
    }
    #page-header h1 {
        padding-bottom: 0;
    }
}

aside h1 {
    font-family:
        "KlavikaMediumPlain",
        Helvetica,
        Helvetica Neue,
        Arial;
    font-size: 1.6rem;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

aside h1:first-of-type {
    margin-top: 30px !important;
}

aside .sidebar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

aside .sidebar li {
    margin-bottom: 16px;
    padding-left: 0;
}

aside .sidebar li a {
    position: relative;
    display: inline-block;
    color: #2e323e;
    padding-left: 25px;
    border: 0;
    padding-bottom: 0;
}

aside .sidebar li a:hover {
    color: #009de0;
}

aside .sidebar li a:before {
    top: 12px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}

aside .sidebar li a:after {
    top: 16px;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

:is(#menu-categorias, #menu-categories) .current-menu-item a {
    color: #009de0;
}

.page-nav {
    margin: 60px 0 30px;
}

@media (min-width: 1200px) {
    .page-nav {
        margin: 100px 0 50px;
    }
}

.page-nav ul {
    text-align: center;
    padding: 0;
}

.page-nav ul li {
    display: none;
    margin-bottom: 0;
}

.page-nav ul li.page-button {
    display: inline-block;
    padding: 0;
}

.page-nav ul a,
.page-nav ul span {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 7px 16px;
    margin: 0 5px;
    font-size: 0.875em;
    color: #666;
    min-width: initial;
}

.page-nav ul a {
    border: 1px solid #ddd;
    border-radius: 1px;
}

.page-nav ul a:hover {
    background-color: #009de0;
    border-color: #009de0;
    color: #fff;
}

.page-nav ul a.disabled {
    color: #a9a9a9;
    pointer-events: none;
}

.page-nav ul .page-button:first-of-type a::before {
    content: "\00ab  ";
}

.page-nav ul .page-button:last-of-type a::after {
    content: " \00bb";
}

.page-nav ul .current a {
    background-color: #009de0;
    border-color: #009de0;
    color: #fff;
    font-weight: 600;
    pointer-events: none;
}

@media only screen and (min-width: 768px) {
    .page-nav ul li {
        display: inline-block;
    }
}

aside section {
    margin-bottom: 80px;
}

aside section:last-of-type {
    margin-bottom: 0;
}

.sidebar .social-share svg {
    width: 30px;
    height: auto;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.sidebar .social-share li a {
    padding-left: 0;
}

.sidebar .social-share li a:before,
.sidebar .social-share li a:after {
    display: none;
}

/* Search */
.modal-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #009de0;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal-overlay.open {
    visibility: visible;
    overflow-y: auto;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition:
        opacity 0.3s ease,
        -webkit-transform 0.3s ease;
    transition:
        opacity 0.3s ease,
        -webkit-transform 0.3s ease;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        -webkit-transform 0.3s ease;
}

.search-form {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.modal-overlay form {
    color: #fff;
}

.modal-overlay.search form {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75%;
    max-width: 900px;
}

label {
    display: block;
    position: relative;
}

.sr-only {
    border: 0;
    width: 1px;
    height: 1px;
    clip: rect(0, 0, 0, 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

.search-field {
    box-sizing: border-box !important;
    background: #f1f5f8;
    width: 100%;
    color: #2e323e;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.6;
    padding: 15px 40px;
}

.search-field,
.search-submit,
.search-reset {
    border: 0;
}

.modal-overlay .search-field {
    background: transparent;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    -webkit-transition: border-bottom 0.5s ease-in-out 0.25s;
    transition: border-bottom 0.5s ease-in-out 0.25s;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.button-modal-close {
    position: fixed;
    right: 30px;
    top: 30px;
    padding: 17px;
    z-index: 99999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.button-modal-close:before,
.button-modal-close:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 20px;
    height: 2px;
    top: 16px;
    left: 7px;
}

.button-modal-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.button-modal-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search-submit {
    width: 30px;
    height: 60px;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    background: transparent;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.search-submit:before,
.search-submit:after {
    content: "";
    position: absolute;
}

.search-submit:before {
    top: 21px;
    left: 1px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 2px solid #2e323e;
}

.modal-overlay.search form .search-submit:before {
    border: 2px solid #fff;
}

.search-submit:after {
    height: 2px;
    width: 9px;
    background: #2e323e;
    top: 36px;
    left: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-overlay.search form .search-submit:after {
    background: #fff;
}

.search-reset {
    width: 30px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 2px;
    background: transparent;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    opacity: 0.5;
    font-size: 0;
}

.modal-overlay.search form .search-reset {
    display: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

@media (min-width: 1200px) {
    .search-page .search-field {
        padding: 15px 60px;
    }
}

@media (min-width: 1200px) {
    .search-page .search-submit {
        left: 20px;
    }
}

@media (min-width: 1200px) {
    .search-page .search-reset {
        right: 20px;
    }
}

.search-reset:before,
.search-reset:after {
    position: absolute;
    content: "";
    background: #2e323e;
    width: 20px;
    height: 2px;
    top: 30px;
    right: 0;
}

.search-reset:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search-reset:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search-page {
    margin: 0;
    background: #f1f5f8;
}

@media (min-width: 1200px) {
    .search-page {
        background: none;
        margin: 80px 0 0;
    }
}

.search-filters {
    position: relative;
    margin-bottom: 50px;
}

.filter-by-type {
    border-bottom: 1px solid #ddd;
}

.search-filters a {
    font-size: 1.4rem;
    font-weight: 600;
    color: #a9a9a9;
    border: 0;
    text-transform: uppercase;
}

.filter-by-type a {
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    margin-right: 20px;
}

.search-filters .active {
    font-weight: 700;
    color: #009de0;
}

.filter-by-type a:after {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 70%;
    height: 3px;
    background: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.filter-by-type a.active:after {
    background: #009de0;
    width: 100%;
}

.filter-by-type a:hover:after {
    background: #009de0;
    width: 100%;
}

.search-filters a:hover {
    border: 0;
}

.filter-by-type a:hover {
    color: #009de0;
}

@media (max-width: 1199px) {
    aside h1 {
        margin-bottom: 15px;
    }

    aside .sidebar li a:before,
    aside .sidebar li a:after {
        display: none;
    }

    #news .container {
        margin: 40px auto;
    }

    aside section {
        margin-bottom: 40px;
    }

    .single aside {
        margin-top: 80px;
    }

    #menu-categorias {
        margin-bottom: 40px;
    }

    #news .single article .img-wrap.expanded img {
        max-height: calc(100% - 40px);
        max-width: 100%;
        transform: translate(-50%, 0);
        bottom: 0;
        top: auto;
        box-shadow: none;
    }

    .photos-overlay .button-modal-close {
        right: auto;
        left: 50%;
        top: 3px;
        border: 0;
        padding: 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .photos-overlay .button-modal-close .sr-only {
        display: block;
        height: auto;
        width: auto;
        clip: auto;
        color: #fff;
        position: relative;
        top: 0;
        padding: 5px 0;
        margin-left: 35px;
        text-transform: uppercase;
        font-weight: 600;
    }
}

@media (max-width: 650px) {
    #main-header {
        position: relative;
    }

    #page-header {
        background-color: #009de0;
    }

    header .logo-desktop a,
    header .mobile-logo a {
        height: auto;
    }

    header .logo-desktop svg .graphic {
        fill: #009de0;
    }

header .logo-desktop svg .text,
header .logo-desktop svg .text path {
    fill: #2e323e;
}

    #main-header .search-trigger {
        float: none;
        margin-top: 0;
        margin-left: 18px;
        order: 2;
        flex: 0 0 auto;
    }

    .search-trigger span:before {
        border-color: #2e323e;
    }

    .search-trigger span:after {
        background: #2e323e;
    }

    .single article h1 {
        padding-bottom: 0;
        font-size: 1.75em;
    }

    .single article p {
        margin: 25px 0;
        line-height: 160%;
    }

    header .header-top {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: auto;
        padding: 0;
    }

    header .header-top .vertical-centered {
        top: auto;
        transform: none;
    }

    header .logo-desktop {
        margin-right: auto;
    }

header .logo-desktop svg {
    width: auto;
    height: 48px;
}

    #page-header,
    #page-header div {
        height: auto;
        background-position: center;
    }

    #page-header figure {
        display: none;
    }

    #page-header h1 {
        font-size: 32px;
    }

    .header-content{
        padding-top: 2em;
        padding-bottom: 2em;
    }

    #main-header:before{
        display: none !important;
    }

    .nav-trigger{
        float: none !important;
        top: auto !important;
        transform: none !important;
        width: 32px !important;
        margin-top: 0 !important;
        margin-left: 18px;
        order: 3;
        flex: 0 0 auto;
    }

    .nav-trigger span, .nav-trigger span:before, .nav-trigger span:after{
        background: #2e323e !important;
    }

    body.nav-is-visible .nav-trigger span{
        background-color: rgba(0,0,0,0) !important;
    }

    time h2 {
        margin-bottom: 30px;
    }

    .single aside {
        margin-top: 40px;
    }

    article h1 {
        font-size: 1.375em;
    }

    article figure ~ .text-preview {
        width: 100%;
        padding-right: 0;
    }

    article.wrap-text {
        gap: 8px;
    }

    article.wrap-text > header {
        order: 1;
    }

    article.wrap-text > figure {
        flex-basis: 100%;
        order: 2;
        width: 100%;
        height: auto;
        aspect-ratio: 5 / 3;
    }

    article.wrap-text > .text-preview {
        flex-basis: 100%;
        order: 3;
    }

    .page-nav {
        margin: 50px 0 20px;
    }
}

/* Footer */

#footer {
    width: 100%;
    background: url(https://static.tecnico.ulisboa.pt/themes/tecnico/img/footer-bg.svg)
        top center no-repeat #2e323e;
    color: #fff;
    padding: 60px 0 0;
    text-align: center;
    z-index: 2;
}

#footer .social-icons {
    width: 100%;
    text-align: center;
    margin: 40px 0;
}

@media only screen and (min-width: 1200px) {
    #footer .social-icons {
        margin-top: 0;
    }
}

#footer .social-icons p {
    font-weight: 600;
    font-size: 16px;
}

#footer ul {
    list-style-type: none;
    padding: 0;
}

#footer ul {
    list-style-type: none;
    padding: 0;
}

#footer ul li {
    margin-bottom: 10px;
}

#footer ul li a {
    font-size: 0.875rem;
}

#footer ul li a {
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
}

@media only screen and (min-width: 1200px) {
    #footer ul li {
        margin-bottom: 5px;
    }
}

#footer .social-icons li,
#footer .social-icons a {
    display: inline-block;
}

.social-icons a,
.social-share a {
    padding: 8px;
}

#footer .social-icons li,
#footer .social-icons a {
    display: inline-block;
}

footer .social-bg {
    stroke: #fff;
}

footer .social-icon {
    fill: #fff;
}

.social-icons a svg .social-bg,
.social-icons a svg .social-icon,
.social-share a svg .social-bg,
.social-share a svg .social-icon {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.social-icons a:hover svg .social-bg,
.social-share a:hover svg .social-bg {
    fill: #009de0;
    stroke: #009de0;
}

.social-icons a:hover svg .social-icon,
.social-share a:hover svg .social-icon {
    fill: #fff;
}

#footer nav {
    text-align: justify;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.3);
}

#footer nav ul {
    float: left;
    margin-bottom: 30px;
}

#footer nav ul li {
    display: inline-block;
    margin: 0 15px;
}

#footer nav ul li:first-of-type {
    margin-left: 0;
}

#footer .footer-nav a {
    color: rgba(255, 255, 255, 0.3);
}

#footer .site-info a:hover {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.25);
}

#footer .footer-nav a:hover {
    border-bottom: 1px dotted;
    color: #009de0;
}

#footer .copyright {
    font-size: 14px;
    font-weight: 400;
    float: right;
    margin: 0;
}

#footer .copyright a {
    display: inline-block;
}

#footer .footer-nav a {
    color: rgba(255, 255, 255, 0.3);
}

.link-ulisboa {
    display: inline-block;
    margin: 10px 0;
}

@media (min-width: 1200px) {
    .link-ulisboa {
        margin: 0;
    }
}

@media (max-width: 900px) {
    #footer .copyright,
    #footer nav ul {
        float: none;
        text-align: center;
        margin-bottom: 5px;
    }
    #footer .copyright {
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) {
    #footer nav ul li:first-of-type,
    #footer nav ul li {
        margin: 0 10px;
    }
}

/* Fonts */

@font-face {
    font-family: "KlavikaBold";
    src:
        url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikaboldbold-webfont.eot?")
            format("eot"),
        url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikaboldbold-webfont.woff")
            format("woff"),
        url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikaboldbold-webfont.ttf")
            format("truetype"),
        url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikaboldbold-webfont.svg#webfontBUN34PZS")
            format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "KlavikaMediumPlain";
    src:
        url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikamedium-plain-webfont.eot?")
            format("eot"),
        url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikamedium-plain-webfont.woff")
            format("woff"),
        url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikamedium-plain-webfont.ttf")
            format("truetype"),
        url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikamedium-plain-webfont.svg#webfontTWPh10Er")
            format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "KlavikaRegularPlain";
    src:
        url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikaregular-plain-webfont.eot?")
            format("eot"),
        url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikaregular-plain-webfont.woff")
            format("woff"),
        url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikaregular-plain-webfont.ttf")
            format("truetype"),
        url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikaregular-plain-webfont.svg#webfontDvaJrdUe")
            format("svg");
    font-style: normal;
}

@font-face {
    font-family: "KlavikaRegularItalic";
    src:
        url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikaregular-italic-webfont.eot?")
            format("eot"),
        url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikaregular-italic-webfont.woff")
            format("woff"),
        url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikaregular-italic-webfont.ttf")
            format("truetype"),
        url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikaregular-italic-webfont.svg#webfontPhNFtUba")
            format("svg");
    font-style: italic;
}

@font-face {
    font-family: "KlavikaLightPlain";
    src:
        url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikalight-plain-webfont.eot?")
            format("eot"),
        url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikalight-plain-webfont.woff")
            format("woff"),
        url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikalight-plain-webfont.ttf")
            format("truetype"),
        url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikalight-plain-webfont.svg#webfontpalXHmZY")
            format("svg");
    font-style: normal;
}

/* Grid */
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

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

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

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

.row:after {
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.3333333333%;
}

.col-xs-2 {
    width: 16.6666666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.3333333333%;
}

.col-xs-5 {
    width: 41.6666666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.3333333333%;
}

.col-xs-8 {
    width: 66.6666666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.3333333333%;
}

.col-xs-11 {
    width: 91.6666666667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.3333333333%;
}

.col-xs-pull-2 {
    right: 16.6666666667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.3333333333%;
}

.col-xs-pull-5 {
    right: 41.6666666667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.3333333333%;
}

.col-xs-pull-8 {
    right: 66.6666666667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.3333333333%;
}

.col-xs-pull-11 {
    right: 91.6666666667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.3333333333%;
}

.col-xs-push-2 {
    left: 16.6666666667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.3333333333%;
}

.col-xs-push-5 {
    left: 41.6666666667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.3333333333%;
}

.col-xs-push-8 {
    left: 66.6666666667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.3333333333%;
}

.col-xs-push-11 {
    left: 91.6666666667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-1 {
        width: 8.3333333333%;
    }
    .col-sm-2 {
        width: 16.6666666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.3333333333%;
    }
    .col-sm-5 {
        width: 41.6666666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.3333333333%;
    }
    .col-sm-8 {
        width: 66.6666666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.3333333333%;
    }
    .col-sm-11 {
        width: 91.6666666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.3333333333%;
    }
    .col-sm-pull-2 {
        right: 16.6666666667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.3333333333%;
    }
    .col-sm-pull-5 {
        right: 41.6666666667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.3333333333%;
    }
    .col-sm-pull-8 {
        right: 66.6666666667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.3333333333%;
    }
    .col-sm-pull-11 {
        right: 91.6666666667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.3333333333%;
    }
    .col-sm-push-2 {
        left: 16.6666666667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.3333333333%;
    }
    .col-sm-push-5 {
        left: 41.6666666667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.3333333333%;
    }
    .col-sm-push-8 {
        left: 66.6666666667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.3333333333%;
    }
    .col-sm-push-11 {
        left: 91.6666666667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-1 {
        width: 8.3333333333%;
    }
    .col-md-2 {
        width: 16.6666666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.3333333333%;
    }
    .col-md-5 {
        width: 41.6666666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.3333333333%;
    }
    .col-md-8 {
        width: 66.6666666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.3333333333%;
    }
    .col-md-11 {
        width: 91.6666666667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.3333333333%;
    }
    .col-md-pull-2 {
        right: 16.6666666667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.3333333333%;
    }
    .col-md-pull-5 {
        right: 41.6666666667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.3333333333%;
    }
    .col-md-pull-8 {
        right: 66.6666666667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.3333333333%;
    }
    .col-md-pull-11 {
        right: 91.6666666667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.3333333333%;
    }
    .col-md-push-2 {
        left: 16.6666666667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.3333333333%;
    }
    .col-md-push-5 {
        left: 41.6666666667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.3333333333%;
    }
    .col-md-push-8 {
        left: 66.6666666667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.3333333333%;
    }
    .col-md-push-11 {
        left: 91.6666666667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-1 {
        width: 8.3333333333%;
    }
    .col-lg-2 {
        width: 16.6666666667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.3333333333%;
    }
    .col-lg-5 {
        width: 41.6666666667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.3333333333%;
    }
    .col-lg-8 {
        width: 66.6666666667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.3333333333%;
    }
    .col-lg-11 {
        width: 91.6666666667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.3333333333%;
    }
    .col-lg-pull-2 {
        right: 16.6666666667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.3333333333%;
    }
    .col-lg-pull-5 {
        right: 41.6666666667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.3333333333%;
    }
    .col-lg-pull-8 {
        right: 66.6666666667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.3333333333%;
    }
    .col-lg-pull-11 {
        right: 91.6666666667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.3333333333%;
    }
    .col-lg-push-2 {
        left: 16.6666666667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.3333333333%;
    }
    .col-lg-push-5 {
        left: 41.6666666667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.3333333333%;
    }
    .col-lg-push-8 {
        left: 66.6666666667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.3333333333%;
    }
    .col-lg-push-11 {
        left: 91.6666666667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

/* Contêiner do menu em árvore */
.section-nav {
    border-left: 1px solid #dee1e9;
    padding-left: 0;
}

/* Base da lista */
.menu-tree,
.menu-tree ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-tree > li {
    margin: 0;
}

.menu-tree li + li {
    margin-top: 24px;
}

.menu-tree a {
    display: flex;
    align-items: center;
    min-height: 26px;
    line-height: 26px;
    text-decoration: none;
    color: #45555f; /* restantes elementos */
    position: relative; /* para o pseudo do ativo */
}

.menu-tree > li > a {
    padding-left: 16px;
}
.menu-tree > li > ul > li > a {
    padding-left: 40px;
}
.menu-tree > li > ul > li > ul > li > a {
    padding-left: 64px;
}
.menu-tree > li > ul > li > ul > li > ul > li > a {
    padding-left: 88px;
}

.menu-tree ul {
    display: none;
}
.menu-tree li.current_page_item > ul,
.menu-tree li.current_page_ancestor > ul {
    display: block;
}

.menu-tree li.current_page_item > a {
    color: #0069e0;
}
.menu-tree li.current_page_item > a::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 26px;
    background: #0069e0;
    pointer-events: none;
}

.menu-tree li.current_page_ancestor > a::before {
    content: none;
}

.menu-tree .chevron,
.menu-tree a::after {
    display: none !important;
}

.menu-tree li:not(.current_page_item) > a:hover {
    opacity: 0.8;
    color: #0069e0;
}

.section-nav .menu-tree,
.section-nav .menu-tree ul {
    margin: 0 !important;
    padding: 0 !important;
}

.section-nav .menu-tree li,
.section-nav .menu-tree a {
    margin: 0 !important;
}

.section-nav .menu-tree li + li,
.section-nav .menu-tree ul > li + li {
    margin-top: 16px !important;
}

.section-nav .menu-tree li > ul {
    margin-top: 16px !important;
}

.section-nav .menu-tree .children,
.section-nav .menu-tree .sub-menu {
    margin-top: 16px !important;
    margin-bottom: 0 !important;
}



.categories-list{
    margin-bottom: 32px;
}

.categories-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-list ul li {
  display: inline;
  margin-right: 8px;
}

.categories-list ul li:last-child {
  margin-right: 0;
}

.categories-list ul li a {
  color: #45555F;
  text-decoration: underline;
}

.categories-list ul li a:hover {
  color: #2f3a41; /* Slightly darker on hover */
}







.org-list h4{
    font-size: 20px;
    color: #2e323e;
}

/* Lista padrão: 1 coluna (stacked) */
.org-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr; /* 1 por linha por defeito */
  gap: 16px;                  /* margem entre itens */
border-bottom: 1px solid #ccc;
margin-bottom: 75px;
padding-bottom: 75px;
}


@media (min-width: 782px) {
  .org-list {

    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

.org-list li{
    border: 1px solid #DEE1E9;
padding: 16px;
border-radius: 8px;
}


.org-list > li a {
  display: block;
  height: 100%;
}

.org-list > li a:hover,
.org-list > li a:hover h4,
.org-list > li a:hover p{
  color: #009de0;
}





.org-list .sigla {
  margin: 0 0 8px;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 0.5px;
}
.org-list p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #45555f;
}




.header-content{
display: flex;
flex-direction: column;
justify-content: center;  
align-items: flex-start;
}


@media (min-width: 651px){
    .header-content{
        margin-top: 32px;
    }
}




.header-content h1{
    margin: 0
}


.parent-page {
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 1rem 0.2rem;
  border: 0;
  position: relative;
  padding-left: 20px;
  transform: translate3d(0, 0, 0);
}

.parent-page .back-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTQgOCI+CiAgPHBhdGggZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMy41MTc1NTc3IDNsLjc3MzExMzMtLjc3MzExMzRjLjMxMzc3NzgtLjMxMzc3NzcuMzE2NDQyLS44MTk2NDcyLjAwNjA3NDYtMS4xMzAwMTQ4bC0uMTQ4ODUyLS4xNDg4NTJDMy44NDM0OTIuNjQzNjE4NCAzLjMzMTYwMTQuNjQwMzcyMiAzLjAxNzg3OS45NTQwOTQ2TC4wNTAzODk1IDMuOTIxNTgzN2wuMTcxMTIuMTcxMTItLjE1MDc1MS4xNTA3NTEzIDIuOTY3NDg5IDIuOTY3NDg5MmMuMzEzNzIyNS4zMTM3MjI1LjgyNTYxMzMuMzEwNDc2MiAxLjEzMDAxNS4wMDYwNzQ2bC4xNDg4NTE4LS4xNDg4NTJjLjMxMDM2NzYtLjMxMDM2NzQuMzA3NzAzMy0uODE2MjM3LS4wMDYwNzQ1LTEuMTMwMDE0N0wzLjM3Mjg4NzcgNWg5LjAyNjYzNmMuNDQ4NTExIDAgLjgwMDQ3Ni0uMzUzODk3OC44MDA0NzYtLjc5MDQ1M3YtLjQxOTA5NGMwLS40NDIwNzk2LS4zNTgzODUzLS43OTA0NTMtLjgwMDQ3Ni0uNzkwNDUzaC04Ljg4MTk2NnoiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 20px;
  height: 10px;
}

@media (min-width: 1200px) {
  .parent-page {
    padding-left: 0;
  }

  .parent-page .back-icon {
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
  }

  .parent-page:hover {
    padding-left: 20px;
  }

  .parent-page:hover .back-icon {
    visibility: visible;
    opacity: 1;
  }
}




.post-metadata{
    margin-top: 56px;
}

.post-metadata section {
    margin-bottom: 64px;
}

.post-metadata h2 {
    border-bottom: 1px solid #ddd;
    color: #2e323e;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 3rem;
    padding-bottom: 1.5rem;
    text-transform: uppercase;
}

.article-tags,
.post-metadata .article-tags {
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
}

.article-tags li,
.post-metadata .article-tags li {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
}

.article-tags li a,
.post-metadata .article-tags li a {
    display: inherit;
    font-size: 1.4rem;
    margin: 0 1rem 1.2rem 0;
    padding: .4rem .8rem;
    background: rgba(0,0,0,0);
    border: .1rem solid #ddd;
    border-radius: .2rem;
    color: #717782;
    font-weight: 600;
}

.article-tags li a:hover,
.article-tags li a:focus,
.post-metadata .article-tags li a:hover,
.post-metadata .article-tags li a:focus {
    background: #007bdc;
    border: .1rem solid #007bdc;
    color: #fff;
}

.article-tags li a:active,
.post-metadata .article-tags li a:active {
    background: #006cc6;
    border: .1rem solid #006cc6;
}


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







.post-metadata .social-share a{
    display: flex;
    align-items: center;
    padding: 0;
    margin: 16px 0;
    color: #45555f;
}

.post-metadata .social-share a:hover{
    color: #009de0;
}



.post-metadata .social-share svg{
    display: inline-block;
    margin-right: 8px;
}

.post-metadata ul + h2 {
margin-top: 40px;
}

.yarpp-thumbnail {
    margin: 24px 0;
}

.yarpp-related img{
    width: 96px;
    height: 72px;
    object-fit: cover;
    margin-right: 24px;
    border-radius: 4px;
    flex-shrink: 0;
    flex-grow: 0;
}


.yarpp-related a {
    display: flex;
    align-items: center;
    color: #45555f;
}

.yarpp-related a {
    display: flex;
    align-items: center;
    color: #009de0;
}








.nav-trigger{
    display: none;
}




@media (max-width: 1199px) {
    .site-nav{
        position: fixed;
        top: 0;
        right: 0px;
        bottom: 0;
        width: 260px;
        height: 100vh;
        background-color: #2e3242;
        opacity: 1;
        visibility: visible;
        overflow-x: hidden;
        overflow-y: auto;
        transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
        opacity: 1;
        visibility: visible;
        z-index: 99999;
        transform: translateX(100%);
    }

    body.nav-is-visible .site-nav{
        transform: translateX(0%);
    }

    .site-nav ul{
        margin: 0;
        padding: 0;
        width: 100%;
        list-style: none;
        transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
    }

  .site-nav li {
    display: block;
    margin: 0;
  }

  .site-nav li a {
    display: block;
    line-height: 60px;
    height: 60px;
    padding: 0 20px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #383d4c;
    position: relative;
  }

  .site-nav li a:hover {
    background: #009de0;
  }


    .has-children ul{
        position: absolute;
        top: 0;
        transform: translateX(100%);
    }

    .has-children a{
        padding-right: 32px !important;
    }

    .has-children>a:after, .go-back>a:after {
        position: absolute;
        content: "";
        top: 50%;
        display: inline-block;
        height: 10px;
        width: 10px;
        border: 2px solid #45555f;
        border-left: 0;
        border-bottom: 0;
        transform: rotate(45deg) translateY(-50%);
    }

    .has-children>a:after {
    left: 23rem;
    }

    .go-back>a:after {
    left: 1.5rem;
    transform: rotate(-135deg) translateY(50%);
    }


    .site-nav li a:hover:after {
        border-color: #fff;
    }

    .has-children .is-hidden{
        opacity: 0;
        pointer-events: none;
    }

    .go-back a{
        padding-left: 40px !important;
    }



    .nav-trigger{
        display: block;
        float: right;
        position: relative;
        display: inline-block;
        width: 50px;
        height: 60px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        border: 0;
        z-index: 3;
        top: 50%;
        transform: translateY(-50%);
        margin-top: -10px;
    }

    .nav-trigger span, .nav-trigger span:before, .nav-trigger span:after {
        content: "";
        position: absolute;
        left: 0;
        width: 2.4rem;
        height: .2rem;
        border-radius: .2rem;
        background-color: #fff;
        transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
    }

    .nav-trigger span {
        left: 100%;
        top: 50%;
        transform: translate(-100%, -50%);
        transition: background 600ms cubic-bezier(0.77, 0, 0.175, 1);
    }

    .nav-trigger span:before {
    margin-top: -6px;
    }

    .nav-trigger span:after {
    margin-top: 6px;
    }

    body.nav-is-visible .nav-trigger span {
    background-color: rgba(0,0,0,0);
    }

    body.nav-is-visible .nav-trigger span:before {
    transform: rotate(45deg);
    transform-origin: .3rem;
    }

    body.nav-is-visible .nav-trigger span:after {
    transform: rotate(-45deg);
    transform-origin: .4rem;
    }


    header, main, footer{
        transition: transform 600ms cubic-bezier(0.77, 0, 0.175, 1);
    }
    
    body.nav-is-visible header, body.nav-is-visible main, body.nav-is-visible footer{
        transform: translateX(-260px);
    }
    

    .sidebar-wrap{
        display: none;
    }

}


.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  z-index: 999; /* logo abaixo do menu */
  position: fixed;

cursor: pointer;
background-color: rgba(46,50,66,.3);
visibility: hidden;
opacity: 0;
backface-visibility: hidden;
transition: opacity 600ms cubic-bezier(0.77, 0, 0.175, 1),visibility 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

body.nav-is-visible .nav-overlay {
  opacity: 1;
  visibility: visible;
}



@media (min-width: 1200px){
    .site-nav{
        display: none;
    }
} 



@media (min-width: 1200px) {
  #news { 
    overflow-y: visible;
  }


  .sidebar-wrap {
    align-self: flex-start;
    position: sticky;
    top: 90px;
    z-index: 1;
  }
}



.main-content,
section{
    overflow-x: hidden;
}




/* Tables */

/* Tabela base */
table {
  border: none;
  outline: none;
  border-collapse: collapse;
  width: 100%;
  margin: 2rem 0;
}

table:first-child {
  margin-top: 0;
}

/* Cabeçalhos e legendas */
thead th {
  text-align: left;
}

table caption {
  text-align: center;
  padding: 20px 9px;
  font-style: italic;
}

/* Células e linhas */
th {
  padding: 0 1.25rem .5rem;
  border-bottom: 1px solid #ddd;
}

tr {
  border-bottom: 1px solid #ddd;
}

td {
  vertical-align: top;
  padding: .5rem 1.25rem;
}

/* Hover na linha */
tr:hover td {
  background: #eef2f5;
}

/* Imagens dentro da tabela */
table img {
  max-width: none; /* preserva dimensões originais */
}


#lang_sel_list ul{
    border: 0 !important;
}


#lang_sel_list ul a, #lang_sel li ul a:link, #lang_sel_list ul a.lang_sel_other:visited{
background: transparent !important;
border: 0 !important;
color: #fff !important;
}








.yarpp-related-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.yarpp-related-item {
	display: flex;
	align-items: stretch;
	gap: 16px;
	text-decoration: none;
	color: inherit;
}

.yarpp-related-image {
	width: 152px;
	min-width: 120px;
	aspect-ratio: 5 / 3;
	overflow: hidden;
	border-radius: 2px;
	background-color: #f1f1f1;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiM5OTkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNzYuMTA3IDYyLjgzOWMwIDMuNjc4LTMuMjQzIDYuNjYtNy4yNTggNi42NiAwIDAtOS41OS0uMDQ0LTE5LjIxNi0uMDc4LTguODYtLjAzMS0xOC4yNDUuMDUtMTkuNzExLjA3OC0zLjA2LjA2LTUuNDEtMi4yNTEtNS40MjEtNi42Ni0uMDEyLTQuMjk0LjExMi0yMC4zNC4xMTItMjAuMzQiLz48cGF0aCBzdHJva2U9IiM5OTkiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTI5LjEwNyA2OS40OTljNC4xNjguMDU1IDUtNCA1LTYuMTc1TTM0LjEwNyA2My41VjMyLjc3NWMwLTEuMjU1IDEuMDgtMi4yNzMgMi40MDktMi4yNzNoMzcuMTgyYzEuMzMgMCAyLjQwOSAxLjAxNyAyLjQwOSAyLjI3M3YzMC43MjciLz48cGF0aCBmaWxsPSIjOTk5IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOS4xMDcgNjIuNDk5Yy0uNTUzIDAtMS0uNDQ2LTEtLjk5M1YzNi40OTJhLjk5NC45OTQgMCAwIDEgMS0uOTkzYy41NTIgMCAxIC40NDYgMSAuOTkzdjI1LjAxNGEuOTk0Ljk5NCAwIDAgMS0xIC45OTMiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIHN0cm9rZT0iIzk5OSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik0yOS4xIDM2LjV2MjUiLz48cGF0aCBzdHJva2U9IiM5OTkiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTYwIDQwaDExTTYwIDQ1aDExTTYwIDUwaDExTTM5IDU1aDMyTTM5IDYwaDMyIi8+PHBhdGggZmlsbD0iIzk5OSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNTYgMzlIMzl2MTJoMTd6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 88px 88px;
}

.yarpp-related-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.yarpp-related-placeholder {
	width: 100%;
	height: 100%;
	background: #e5e5e5;
}

.yarpp-related-content {
	flex: 1;
	display: flex;
	align-items: center;
}

.yarpp-related-title {
	margin: 0;
	font-size: 16px;
	line-height: 1.4;
  color: #45555f;
}
