@import url("./reset.css");
@import url("./common.css");
@import url("./fields.css");
@import url("./tables.css");
@import url("./grids.css");
@import url("./timeline.css");
@import url("./toc.css");
@import url("./cards.css");
@import url("./shapes.css");

/*
Generic Element Definitions
 */

*, *::before, *::after {
	box-sizing: border-box;
}
a {
	text-decoration: none;
}



body {
    letter-spacing: .0107142857em;
	text-align: unset !important;
	background-image:url('../images/fuego.png');
	background-repeat:no-repeat;
	background-position:0 0;
	background-attachment: fixed;
	font-family:  'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: black;
	position: relative;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.large {
	font-size: 1.2em;
}

ul {
    margin-block-start: 0;
}

.red {
	color: var(--agora-red-0);
}

.ui-error {
	background: url(../images/cancel_32.png) 1em 1em  no-repeat, linear-gradient(to bottom, #FF2845  0%, #FFCECC 100%);
	height: 32px;
	display:block;
	width:65%;
	margin: 2em auto;
	min-height:64px;
	padding-left:34px;
	padding-top:12px;
	border-radius: 0.5em;
	text-align: center;
	font-weight: bold;
}

.img-fluid {
	max-width: 100%;
	height: auto;
	margin-left:1em;
	margin-right:1em;
}

/*
Header Structure
 */

header.agora_header {
	width:95%;
	margin-left: auto;
	margin-right: auto;
	background:
			url('../images/logo.png') top left no-repeat,
			linear-gradient(rgb(139, 168, 200) 0%, rgb(11, 52, 108) 0%, rgb(0, 51, 118) 1%, rgb(0, 54, 111) 1%, rgb(1, 54, 108) 2%, rgb(2, 49, 117) 3%, rgb(0, 53, 110) 3%, rgb(0, 52, 112) 60%, rgb(2, 53, 116) 64%, rgb(3, 53, 122) 64%, rgb(0, 56, 123) 67%, rgb(0, 56, 127) 68%, rgb(2, 59, 130) 71%, rgb(0, 62, 133) 71%, rgb(0, 62, 137) 74%, rgb(1, 62, 142) 75%, rgb(0, 67, 148) 77%, rgb(2, 70, 153) 81%, rgb(0, 72, 157) 82%, rgb(1, 73, 158) 85%, rgb(0, 73, 165) 85%, rgb(1, 74, 166) 88%, rgb(1, 76, 169) 89%, rgb(3, 78, 171) 92%, rgb(0, 77, 170) 97%, rgb(0, 75, 166) 98%, rgb(0, 62, 141) 99%, rgb(0, 58, 128) 100%, rgb(30, 89, 159) 100%);
	min-height: 10em;
}

.header-band {
	padding-top:1em;
}
.menu-band {
	margin-top:4.5em;
}
.menu {
	float:left;
}

.home-button {
	float:left;
}

.menu-toolbar {
	float: right;
	padding-right:1em;
}

/* Distinctions */
.distinction {
    font-weight:bold;
    font-family: "Roboto Mono", monospace;
    font-size:1.02em;
    color:var(--agora-blue-1);
    cursor:pointer;
}

/* Communities */

.social-links {
	display: inline-block;
	padding-left: 3em;
}

.social-links span {
	color: white;
	font-size:0.9em;
}
.social-links img {
	width:28px;
	height:28px;
	vertical-align: middle;
}

.social-links a {
	position: relative;
	padding-left: 0.2em;
	padding-right: 0.2em;
	vertical-align: middle;

}



/*
Language choice
 */

.locale-choice-large {
	clear: both;
	width :17em;
	color: white;
	float: right;
	display:block;
	background-color: white;
	margin-left:1em;
	margin-top:0em;
}
.locale-choice-large  img {
	width: 20px;
	height: 20px;
}

.locale-choice-large .dynamic-select-option-text {
	font-size:0.9em !important;
	padding:0px !important;
}

.locale-choice-small {
	display: none;
}

/* Login Buttons */
.login-box {
	text-align: right;
	margin-left: 200px;
	padding-right:1em;
}
.login-box img{
	display: inline;
	vertical-align: middle;
	heigth:24px;
	width:24px;
	margin-right:1em;
}

.login-box a {
	background-color: var(--agora-blue-1a);
	font-weight: 400;
	color:white;
	text-align: center;
	cursor: pointer;
	user-select: none;
	border: 1px solid var(--agora-blue-3);
	padding: 2px 8px 2px 8px;
	font-size: 1rem;
	border-radius: 0.25rem;
	transition: color 0.25s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.login-box a.regular {
	background-color: transparent;
	font-weight: 400;
	color:white;
	text-align: center;
	cursor: pointer;
	user-select: none;
	padding: 2px 8px 2px 8px;
	font-size: 1rem;
	border:none;
}
.login-box a:hover {
	color: var(--agora-blue-0);
	background-color: var(--agora-blue-3);
	text-decoration: none;
}
.login-box a.regular:hover {
	color: var(--agora-blue-0);
	text-decoration: none;
	background-color: transparent;
}

.login-box a:focus  {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 130, 224, 0.25);
}

.login-box .profile-name {
	color:white;
	margin-left: 1em;
	margin-right: 1em;
}



/*
Core structure
 */


article {
	background: #fbfbfb url("./images/wreath.jpg") 100% 0 no-repeat;
	min-width:100px;
	width:85%;
	max-width:1300px;
	margin-left:auto;
	margin-right:auto;
	padding: 1.5em;
	min-height:500px;
	unicode-bidi: isolate;
}

article p {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

h1 {
	color: var(--agora-red-1);
	text-align:left;
	font-size:1.8em;
	line-height:1.5em;
}
h2 {
	color:var(--agora-red);
	font-weight:bold;
	border-bottom-style:solid;
	border-bottom-color:var(--agora-red);
	border-bottom-width:1px;
	margin-bottom:1em;
	margin-top:1.5em;
	font-size:1.3em;
	clear:both;
}
h3 {
	color:var(--agora-yellow-1);
	font-size:1.2em;
	font-weight:bold;
}

h4 {
    font-weight:bold;
    font-size:1em;
    margin-bottom: 0;
    padding-bottom: 0;
}

.pagetitle {
	text-align: center;
	text-transform: uppercase;
	margin-top: 40px;
	color: var(--agora-blue-1);
	font-size:3em;
	text-decoration:none;
}
.page-subtitle {
	text-align: center;
	margin-top: 1em;
	color: var(--agora-blue-2);
	font-size:1.7em;
	text-decoration:none;
}

.page-container {
	position: relative;
	min-height:100%;
}

.page-metadata {
	border-top: solid 1px var(--agora-blue-0);
	text-align:right;
	font-style: italic;
	font-size:0.9em;
	margin-top:5em;

}
footer.agora_footer {
	background-color: var(--agora-blue-1);
	min-height:2em;
	text-align: center;
	padding:1em;
	color: white;
	font-size:0.9em;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
footer.agora_footer a {
	color: white;
	text-decoration: underline;
}
footer.agora_footer .redirect {
	color: var(--agora-yellow-2);
	font-size:1em;
	margin-bottom:1em;
	display: block;
	text-decoration: none;
}

/* Page Source */
.source-view {
	width:100%;
	height:600px;
	display:block;
	border:solid 1px black;
	overflow: auto;
	font-family: "Roboto Mono", monospace;
	font-optical-sizing: auto;
	font-size:1.1em;
	text-wrap: wrap;


}

/* Toolbar */
.page-toolbar {
	width:100%;
	height:40px;
}
.page-toolbar input[type=image] {
	width:35px;
	height:35px;
	margin-right:1em;
	position:relative;
	padding:1px;
	text-decoration:none;
	color:#fff;
}

.page-toolbar input[type=image]:active {
	padding-bottom:0px;
	padding-left:1px;
	padding-right:1px;
	padding-top:2px;
	top:1px;
	background-image: linear-gradient(to top, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
)
}


/* Boxes */


.codebox {
	clear: both;
	font-family: Courier New, Mono, sans-serif;
	font-size: 12pt;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px black;
	text-wrap: wrap;
}

.example {
	width:70%;
	font-style: italic;
	font-size:1.2em;
	min-height:100px;
	box-shadow: 10px 13px 5px -8px rgba(0,0,0,0.43);
	border: solid 1px black;
	margin: 0 auto 25px auto;
	background: linear-gradient(to bottom, #f5f7fa  0%,#c3cfe2 100%);
	padding: 15px 10px 0 25px;
	position:relative;
	top:0;
	left:0;
}


.quote {
	background: url(/static/images/quote_100.png) 10px  10px  no-repeat, linear-gradient(to bottom, #f5f7fa  0%,#c3cfe2 100%);
	font-style: italic;
	font-size:1.2em;
	min-height:100px;
}

.quote:first-letter {
	font-size: 39px;
	font-weight: bold;
}

.quote .author {
	display:block;
	font-style: italic;
	font-weight: bold;
	text-align:right;
}

.speechExample {
	width:70%;
	font-family: "Verdana", serif;
	font-style: italic;
	font-size:1.3em;
	min-height:100px;
	box-shadow: 10px 13px 5px -8px rgba(0,0,0,0.43);
	border: solid 1px black;
	margin: 0 auto 25px auto;
	background:url(/static/images/quote_100.png) no-repeat 10px 10px, linear-gradient(to bottom, #f5f7fa 0%, #c3cfe2 100%);
	padding: 15px 10px 0 25px;
	position:relative;
	top:0;
	left:0;
}

.speechExample .author {
	display:block;
	font-style: italic;
	font-weight: bold;
	text-align:right;
}

/* Allowed and not allowed items */

li.allowed{
	list-style-image: url('../images/accept_16.png');
}

li.notallowed{
	list-style-image: url('../images/cancel_16.png');
}


/* Good and bad examples of speeches */

.speechExample:first-letter {
	font-size: 39px;
	font-weight: bold;
}

.okExample::after {
	content: url(../images/accept_32.png);
	position:absolute;
	bottom:-15px;
	right:-15px;
}


.koExample::after {
	content: url(../images/cancel_32.png);
	position:absolute;
	bottom:-15px;
	right:-15px;
}

/* Exercise boxes */

.exercise {
	width:100%;
	box-shadow: 10px 13px 5px -8px rgba(0,0,0,0.43);
	border: solid 1px black;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	background: #f7af0f;
	background: linear-gradient(to bottom, #f5f7fa 0%,#c3cfe2 100%);
	padding: 0 10px 0 10px;
}
.exercise::before {
	content: url('../images/writing_64.png');
	position: relative;
	top:-30px;
	left:-30px;
	height: 80px;
	width: 80px;
	background-color: var(--agora-blue-1);
	border-radius: 50%;
	border: solid black 1px;
	display: inline-block;
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: -30px;
}

.exercise h2 {
	margin: 0;
	padding: 0;
	border:none;
	color: var(--agora-blue-1);
	font-style: italic;
	font-size:1.2em;
}

.exercise h2::before {
	content: "Exercise: "
}

/**
Club Information
 */
.inactive-club {
    font-size: 3em;
    color:red;
    border: solid 3px red;
    border-radius: 10px;
    padding: 0.5em;
    position:relative;
    top:1em;
    left:1em;
    font-weight: bold;
    font-family: "Roboto Mono", monospace;
    font-variant: all-small-caps;
}

/**
Boxes
 */

.box {
	width:90%;
	min-height:2em;
	box-shadow: 10px 13px 5px -8px rgba(0,0,0,0.43);
	border: solid 1px black;
	margin: 0.7em auto 0.7em auto;
	padding: 16px 10px 16px 40px;
	color: black;
	font-size:1em;
	background: linear-gradient(to bottom, #f5f7fa  0%,#c3cfe2 100%);
}
.info {
	background: url(../images/info_32.png) 3px 3px  no-repeat, linear-gradient(to bottom, #f5f7fa  0%,#c3cfe2 100%);
}

.warn {
	background: url(../images/warning_32.png) 3px 3px  no-repeat, linear-gradient(to bottom, #f5f7fa  0%,#c3cfe2 100%);
}

.idea {
	background: url(../images/light-bulb_32.png) 3px 3px  no-repeat, linear-gradient(to bottom, #f5f7fa  0%,#c3cfe2 100%);
}

.question {
	background: url(../images/question_32.png) 3px 3px  no-repeat, linear-gradient(to bottom, #f5f7fa  0%,#c3cfe2 100%);
}


.ok {
	background: url(../images/accept_32.png) 1px 1px  no-repeat, linear-gradient(to bottom, #f5f7fa  0%,#c3cfe2 100%);
}

.ko {
	background: url(../images/cancel_32.png) 1px 1px  no-repeat, linear-gradient(to bottom, #f5f7fa  0%,#c3cfe2 100%);
}

.error {
	background: url(../images/cancel_32.png) 1px 1px  no-repeat, linear-gradient(to bottom, #f5f7fa  0%,#c3cfe2 100%);
}


.book {
	background: url(../images/book_32.png) 1px 1px  no-repeat, linear-gradient(to bottom, #f5f7fa  0%,#c3cfe2 100%);
}

.video {
	background: url(../images/video_32.png) 1px 1px  no-repeat, linear-gradient(to bottom, #f5f7fa  0%,#c3cfe2 100%);
}

.writing {
	background: url(../images/writing_32.png) 3px 3px  no-repeat, linear-gradient(to bottom, #f5f7fa  0%,#c3cfe2 100%);
}

.web {
	background: url(../images/globe_32.png) 3px 3px  no-repeat, linear-gradient(to bottom, #f5f7fa  0%,#c3cfe2 100%);
}

.star_1 {
	background: url(../images/1st_32.png) 1px 1px  no-repeat
}

.star_2 {
	background: url(../images/2nd_32.png) 1px 1px  no-repeat
}

.star_3 {
	background: url(../images/3rd_32.png) 1px 1px  no-repeat
}


/* Simple solution for floating images */

.with_image { display: flex}
.variable { flex: 1; margin-left:1em;}

/* Rhomb bullet points */
ul.agorabp {
	list-style: none;
	padding: 0;
}
ul.agorabp li {
	margin: 0;
	padding-left: 1em;
	position: relative;
}
ul.agorabp li:after {
	content: '';
	height: .4em;
	width: .4em;
	background: red;
	display: block;
	position: absolute;
	transform: rotate(45deg);
	top: .25em;
	left: 0;
}

ol.agorabp li::first-letter {
	color:red
}

/*
Project Information
 */

@media all and (max-width: 1024px){
	#logo img {
		width: 128px;
	}
}


/*
Project Page Index - Project headers
 */


.navigation {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	font-size:0.9em;
	margin-bottom:1em;
}
.navigation img {
	width:16px;
	position:relative;
	top:-2px;
}

.navigation .navleft {
	display:inline-block;
	float:left;
}

.navigation .navindex {
	display:inline-block;

}

.navigation .page {
	display:inline-block;
	width:2.1em;
	height:2.1em;
	padding-top:0.2em;
	border:solid darkblue 1px;
}

.project-page {
	display:inline-block;
	text-align: center;
	width:2.1em;
	height:2.1em;
	padding-top:0.2em;
	border:solid darkblue 1px;
}

.currentpage {
	color:white;
	background:darkblue;
}

.completed {
	color:white;
	background:darkgreen;
}

.navigation .navright {
	display:inline-block;
	float:right;
}

/*
Timer signals
 */

.timer {
	border-radius: 50%;
	display:inline-block;
	width: 2em;
	height: 2em;
	background: #fff;
	border: 2px solid #666;
	color: #666;
	text-align: center;
	margin-right: 0.5em;
	margin-bottom:0.1em;
}

.redbg  {
	background: red;
}

.yellowbg  {
	background: yellow;
}
.greenbg  {
	background: lime;
}

.svgicon {
	width:1.3em  !important;
	margin-left:3px  !important;
	vertical-align: middle;
}

.svgicon-medium {
	width:2.6em  !important;
	margin-left:3px  !important;
}

.svglarge {
	width:15em  !important;
	height:15em  !important;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.toolbar-icon {
	width:2em  !important;
	height: 2em !important;
	margin-left:0.5em  !important;
	vertical-align: middle;
}

.svglargeicon {
	width:2em  !important;
	margin-left:5px  !important;
	vertical-align: center;
}

.svgclickable {
	width:2em  !important;
	margin-left:5px  !important;
	vertical-align: center;
	cursor: pointer;
}


/*
Section Boxes - Project headers
 */

.section-box {
	background: #fff;
	margin: 1em 1em 2em 0;
	display: inline-block;
	float: left;
	width: 48%;
	padding: 0 3em;
	border-radius: 15px;
	border:solid 2px;
	box-shadow: 0 10px 25px -15px #000;
}

/* Used for general messages that span the whole page */
.section-box.message {
	display:block;
	float:none;
	font-size:12pt;
	margin-left:auto;
	margin-right:auto;
	width:100%
}
.message .message-title {
	text-align: center;
	color: var(--agora-blue-1);
}
.message .message-subtitle {
	text-align: center;
	color: var(--agora-blue-1);
}

.message .message-icon {
	width:7em;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2em;
	display:block;
}

.section-box ul li a:before {
	display: inline-block;
	width: 5px;
	height: 5px;
	content:"";
	vertical-align: middle;
	background-color: red;
	margin: -1px 10px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.section-box ul{
	padding: 0;
	list-style: none;
	margin: 0;

}

.section-box ul li a:before {
	display: inline-block;
	width: 5px;
	height: 5px;
	content:"";
	vertical-align: middle;
	background-color: red;
	margin: -1px 10px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.section-box ul li a{
	font-size: 14px;
	font-family:  'Roboto', sans-serif;
	display: block;
	color: #174c81;
	text-decoration: none;
	padding: 6px 16px 7px 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.section-box ul li a:hover{
	background-color: #15416e;
	color: #fff;
}


.section-box-caption {
	position: relative;
	font-weight: bold;
	color: #15416e;
	width: auto;
	text-align: left;
	padding-left: 0;
	font-size: 26px;
	text-transform: uppercase;
	padding-top: 0.6em;
}

.section-clear {
	clear:both;
}

.section-box-image {
	position: relative;
	top: -34px;
	left: -32px;
	padding: 0px;
	margin-bottom: 0;
}

.project-title {
	font-size:2em;
	text-align:center;
	width:100%;
	color:#CF3B17;
}

.project-type {
	text-align:center;
	width:100%;
	margin:1em 0 1em 0;
}

.project-learning {
	width:100%;
	min-height:100px;
}

.center {
	text-align:center;
}

.project-section {
	display:block;
}

.project-section-title {
	color:#CE3C17;
	font-weight:bold;
	border-bottom-style:solid;
	border-bottom-color:#CE3C17;
	border-bottom-width:1px;
	margin-bottom:1em;
	margin-top:1.5em;
	font-size:1.2em;
}

.project-section h1 {
	font-size:1.5em;
	color:#CE910E;
	font-family: Verdana;
	text-indent:2em;
}


.project-requisites {
	width:100%;
	min-height:100px;

}

.project-recognition {
	width:48%;
	margin-right:0px;
	min-height:100px;
}

.project-elements {
	width:35%;
	min-height:16em;
}

.project-time {
	width:60%;
	min-height:16em;
}

.project-time-box {
	display:inline-block;
	border:solid 1px #CF3B17;
	padding:0.6em;
	max-width:200px;
}

.project-time-part {
	font-weight:bold;text-align:center
}

.button {
	background-color:#0c67df;
	padding:0 12px 0 12px;
	position:relative;
	text-decoration:none;
    cursor:pointer;
	color:#fff;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    height:25px;
    display:inline-flex;
	border-radius: 4px;
    vertical-align: center;
    align-items: center;
}

.button:active {
	background-color: var(--agora-blue-1);
}
.button-mini {
    background-color:#0c67df;
    padding:1px 2px 1px 2px;
    position:relative;
    text-decoration:none;
    cursor:pointer;
    color:#fff;
    font-family: Roboto, sans-serif;
    font-size: 10px;
    display:inline-flex;
    border-radius: 4px;
    vertical-align: center;
    align-items: center;
}

.button-mini:active {
    background-color: var(--agora-blue-1);
}


.test-border {
	border: solid 1px black;
}

/* Responsive Labels */
.medium-screens {
	display: none !important;
}
.small-screens {
	display: none !important;
}

/* Embeded forms in text */
.embedded-form {
	box-shadow: 8px 8px 24px -18px rgba(66, 68, 90, 1);
	width:90%;
	border: 3px solid var(--agora-blue-1);
	border-radius: 16px;
	padding:1em;
	margin-left:auto;
	margin-right:auto;
}

/* Pagination */
div.pagination {
	margin-top:1em;
	padding-top:1em;
	margin-bottom:1em;
	border-top: 2px solid #ccc;
	text-align: center;

}

.pagination .button {
	background-color:#3bb3e0;
	padding:0.5em;
	position:relative;
	text-decoration:none;
	color:#fff;
	border: solid 1px #186f8f;
	background-image: linear-gradient(to top, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
	border-radius: 5px;
}

.pagination .current-page {
	border: solid 1px var(--agora-gray-8);
	background-color:var(--agora-yellow-2);
	color: var(--agora-gray-B);
	padding:0.5em;
	border-radius: 5px;
}

.pagination .inactive-button {
	background-color:var(--agora-gray-8);
	padding:0.5em;
	position:relative;
	text-decoration:none;
	pointer-events: none;
	border: solid 1px var(--agora-gray-8);
	background-image: linear-gradient(to top, var(--agora-gray-8) 0%, var(--agora-gray-A) 100%);
	box-shadow: inset 0px 1px 0px black, 0px 1px 0px black;
	border-radius: 5px;
	color: var(--agora-gray-B);
}


.pagination .button:active {
	padding-bottom:9px;
	padding-left:10px;
	padding-right:10px;
	padding-top:11px;
	top:1px;
	background-image: linear-gradient(to top, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
  )
}

/* Lifecycle markers */
.lifecycle_CREATED { color: var(--agora-gray-C); }

.lifecycle_SUBMITTED { color: var(--agora-gray-C); }

.lifecycle_APPROVED { color: var(--agora-green-0); }

.lifecycle_DECLINED { color: var(--agora-red-0); }

.lifecycle_EXPIRED { color: var(--agora-gray-9); }

.lifecycle_INFORMATION_REQUESTED { color: var(--agora-purple-1); }




/* Ribbon Cards */

.ribbon-card *, .ribbon-card::before, .ribbon-card::after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.ribbon-card {
	width: 80%;
	border-radius: 1rem;
	background: white;
	box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
	margin-left: auto;
	margin-right: auto;
	position: relative;
	color: #434343;
}

.ribbon-card .ribbon-card-container {
	padding: 2rem;
	width: 100%;
	height: 100%;
	background: white;
	border-radius: 1rem;
	position: relative;
}

.ribbon-card .ribbon-card-header {
	margin-bottom: 1rem;
	font-family: "Playfair Display", serif;
}

.ribbon-card .ribbon-card-body {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
}

.ribbon-card::before {
	position: absolute;
	top: 2rem;
	right: -0.5rem;
	content: "";
	background: #283593;
	height: 28px;
	width: 28px;
	transform: rotate(45deg);
}

.ribbon-card::after {
	position: absolute;
	content: attr(data-label);
	top: 11px;
	right: -14px;
	padding: 0.5rem;
	background: #3949ab;
	color: white;
	text-align: center;
	font-family: "Roboto", sans-serif;
	box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
}

/*
HTML Editing
 */
.page-edit {
	width:100%;
	min-height:700px;

}

/*
Time and time zone display
 */
.time {
    font-size:0.9em;
    color:var(--agora-blue-2);
    font-weight:bold;
    font-variant: small-caps;
}
.time-tz {
    cursor: pointer;
    font-weight: bold;
    color:var(--agora-blue-2);
    font-variant: small-caps;
}
.time-owntz {
    font-weight: bold;
    color:var(--agora-blue-2);
    text-decoration: underline var(--agora-red-2);
    text-decoration-skip-spaces: all;
    text-decoration-style: dotted;
    text-decoration-thickness: 2px;
}
.time-notz {
    font-weight: bold;
    color:var(--agora-red-2);
    text-decoration: underline var(--agora-red-2);
    text-decoration-skip-spaces: all;
    text-decoration-style: dotted;
    text-decoration-thickness: 2px;

}


/*
Page excerpts
 */
.page-excerpt {
	width:95%;
	height:400px;
	overflow: auto;
	box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
	border-radius: 1rem;
	border: solid 2px var(--agora-yellow-1);
	padding:1em;
	margin: 1em auto;
	background-color: white;
}

.event-cover {
	max-width:800px;
}

@media  (max-width: 1024px){
	.large-screens {
		display: none !important;
	}
	.medium-screens {
		display: inherit !important;
	}
	.small-screens {
		display: none !important;
	}
	.medium-screens.small-screens {
		display: inherit !important;
	}
	.locale-choice-large {
		display: none;

	}
	.locale-choice-small  img {
		width: 20px;
		height: 20px;
		position: relative;
		top: -5px;
	}

	.locale-choice-small div {
		padding:0;
		width:40px;
	}

	.locale-choice-small {
		width:40px;
		font-size: 0.9em;
		height:1.2em;
		color: white;
		float: right;
		display: block;
		padding: 0;
		margin: 0;
	}
	.locale-choice-small input {
		display: none;
	}
	.locale-choice-small a {
		height: 24px;
	}

}

/* Media - Low-res screens  */
@media  (max-width: 699px){
	header.agora_header {
		width: 100%;
	}

	.login-box {
		display: inline-block;
		width: 300px;
	}


	.toolbar-icon {
		width:1.5em  !important;
		height: 1.5em !important;
		margin-left:0.25em  !important;
		vertical-align: middle;
	}



	.login-box a {
		padding: 0px 3px 0px 3px;
	}

	article {
		width:100%;
	};

	.social-links img {
		width:20px;
		height:20px;
	}


	.large-screens {
		display: none !important;
	}
	.medium-screens {
		display: none !important;
	}
	.small-screens {
		display: inherit !important;
	}

}

