.rmwidget {
	position: absolute;
}
.rmwidget.text {
	overflow: hidden
}
.rmwidget.text div {
	width: 100%;
	height: 100%;
	word-wrap: break-word;
	font-family: 'Source Sans Pro';
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-column-fill: auto;
	-moz-column-fill: auto;
	column-fill: auto
}
.rmwidget.text div p {
	color: #000000;
	margin: 0;
	padding: 0;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px
}
.rmwidget.text div a {
	color: inherit;
	text-decoration: underline
}
.rmwidget.text div a.hovered {
	text-decoration: none !important
}
.rmwidget.text div a.hovered * {
	text-decoration: none !important
}
.rmwidget.text div a * {
	text-decoration: underline
}
.rmwidget.text div a,
.rmwidget.text div span {
	line-height: 1px
}
.rmwidget.text div p.paragraph {
	font-family: Noticia Text !important;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0px;
	line-height: 24px;
	text-align: start;
	text-decoration: none solid rgb(34, 34, 34);
	text-transform: none;
	color: rgb(25, 165, 117);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.rmwidget.widget-picture img {
	width: 100%;
	position: absolute
}
html,
body {
	height: 100%;
	min-width: 1024px;
	-webkit-tap-highlight-color: transparent
}
html,
body {
	overflow: hidden
}
.mag {
	position: absolute;
	min-width: 1024px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden
}
.mag .mag-pages-container {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow-x: hidden
}
.mag .mag-pages-container .container {
	height: 100%;
	overflow-x: hidden;
	left: 0;
	position: relative
}
.mag .mag-pages-container .container .page {
	z-index: 1;
	position: absolute;
	top: 0;
	height: 100%;
	display: none;
	overflow: hidden
}
.mag .mag-pages-container .container .page .content-scroll-wrapper {
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	z-index: 2
}
.mag .mag-pages-container .container .page .content-bounds {
	overflow: hidden;
	position: absolute
}
.mag .mag-pages-container .container .page .page-content-container {
	position: relative;
	overflow: visible
}
.common-slideshow .images .bottom-arrows {
	position: absolute;
	width: 104px;
	height: 40px;
	bottom: 8px;
	left: 50%;
	margin-left: -52px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.common-slideshow .images .bottom-arrows.no-images {
	display: none
}
.common-slideshow .images .bottom-arrows.hidden {
	display: none
}
.common-slideshow .images .bottom-arrows .prev-picture-arrow-bottom,
.common-slideshow .images .bottom-arrows .next-picture-arrow-bottom {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px
}
.common-slideshow .images .bottom-arrows .next-picture-arrow-bottom {
	left: auto;
	right: 0
}
.common-slideshow .images .bottom-arrows .counters-text {
	width: 100%;
	height: 100%;
	line-height: 40px;
	color: #f2f2f2;
	font-family: "Apercu Pro Bold", 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	text-align: center
}

a.thelink {
	text-decoration: none !important;
	border-bottom: solid 2px;
	color: #ffffff !important;
	transition: color .3s cubic-bezier(.42, 0, .58, 1);
}

a.thelink:hover {
	color: #f4600b !important;
}

.strikeout {
    position: relative;
}
.strikeout::after {
    border-bottom: 2px solid #5764A5;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}


.timeline {
	font-size: 16px;
	line-height: 23px;
	color: white;
	font-family: 'Nobel';
	text-transform: uppercase;
	float: left;
}

.timeline-left, .timeline-right {
	width: 50%
}

.timeline-right {
/*	margin-top: 35px;*/
}

.event-arrow, .event-info {
	float: left;
}

.event {
	margin-bottom: 25px;
}

.event-info {
	margin-left: 10px;
	max-width: 365px;
}

.timeline-full .event-info {
	max-width: initial;
}

.event-space {
	font-weight: bold;
}

.event:after {
  content: '';
  display: table;
  clear: both;
}


.timeline-arrow {
	cursor: pointer;
	height: 57px;
	width: 32px;
}