<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.timeline {
    position: relative;
    overflow: hidden;
    padding-top: 92px;
}
div.timeline:before,
div.timeline:after {
	content: '';
	position: absolute;
	margin: auto;
	border-radius: 50%;
	z-index: 1;
}
div.timeline:before {
	top: 0;
	left: 0;
	right: 0;
	border: 1px solid #116962;
	background: #fff;
	width: 22px;
	height: 22px;
	box-sizing: border-box;
}
div.timeline:after {
	top: 4px;
	left: 4px;
	right: 4px;
	background: #116962;
	width: 14px;
	height: 14px;
}

/* Date Separator */
div.timeline div.date_separator {
    position: relative;
    padding: 20px 0px;
    clear: both;
	display: none;
}
div.timeline div.date_separator span {
    display: block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #BBBBBB;
    background-color: #FFFFFF;
    color: #666666;
    border-radius: 5px;
    opacity: 0;
    filter:alpha(opacity=0);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
            transition: all 0.3s linear;
    -webkit-transform: translateY(-200%);
       -moz-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
            transform: translateY(-200%);
}
div.timeline div.date_separator.animated span {
    opacity: 1;
    filter:alpha(opacity=100);
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
div.timeline_dual div.date_separator span,
div.timeline_center div.date_separator span {
    margin-left: auto;
    margin-right: auto;
}
div.timeline_left div.date_separator span {
    margin-left: auto;
    margin-right: 0px;
}
div.timeline_right div.date_separator span {
    margin-left: 0px;
    margin-right: auto;
}

/* Spine */
div.timeline div.spine {
    position: absolute;
    top: 0;
    bottom: 100%;
    width: 1px;
	background: #116962;
    -webkit-transition: bottom 0.5s linear;
       -moz-transition: bottom 0.5s linear;
        -ms-transition: bottom 0.5s linear;
            transition: bottom 0.5s linear;
}
div.timeline_dual div.spine,
div.timeline_center div.spine {
    left: calc(50% - 1px);
}
div.timeline_left div.spine {
    right: 4px;
}
div.timeline_right div.spine {
    left: 4px;
}
div.timeline div.spine.animated {
    bottom: 0;
}

/* Element */
div.timeline_element {
    margin-bottom: 100px;
    position: relative;
    opacity: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
            transition: all 0.2s linear;
}
.timeline_center div.timeline_element {
	margin-bottom: 100px !important;
}
div.timeline_element:last-child {
	margin-bottom: 0 !important;
}
div.timeline_dual div.timeline_element_left {
    width: 50%;
    float: left;
    clear: left;
}
div.timeline_dual div.timeline_element_right {
    width: 50%;
    float: right;
    clear: right;
}
div.timeline_left div.timeline_element,
div.timeline_dual div.timeline_element_left {
    -webkit-transform: translateX(20px);
       -moz-transform: translateX(20px);
         -mstransform: translateX(20px);
            transform: translateX(20px);
}
div.timeline_right div.timeline_element,
div.timeline_dual div.timeline_element_right {
    -webkit-transform: translateX(-20px);
       -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
}
div.timeline div.timeline_element.animated {
    opacity: 1;
    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
}
.opacityFilter div.timeline_element {
    visibility: hidden;
}
.opacityFilter div.timeline_element.animated {
    visibility: visible;
}
div.timeline_element_box {
    text-shadow: none;
	box-sizing: border-box;
	background: #f5f0ed;
	padding: 30px;
	margin-top: 20px;
	border-radius: 20px;
}
div.timeline_left div.timeline_element_box,
div.timeline_dual div.timeline_element_left div.timeline_element_box {
    margin-right: 40px;
}
div.timeline_right div.timeline_element_box,
div.timeline_dual div.timeline_element_right div.timeline_element_box {
    margin-left: 40px;
}
div.timeline_left div.timeline_element:before,
div.timeline_right div.timeline_element:before,
div.timeline_dual div.timeline_element_left:before,
div.timeline_dual div.timeline_element_right:before {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
}
div.timeline_left div.timeline_element:before {
    right: 10px;
    top: 14px;
	background: #dad4cc;
	opacity: 0.6;
}
div.timeline_dual div.timeline_element_left:before {
    right: 0;
    top: 4px;
	background: #116962;
	width: 100%;
}
div.timeline_right div.timeline_element:before {
    left: 10px;
    top: 14px;
	background: #dad4cc;
	opacity: 0.6;
}
div.timeline_dual div.timeline_element_right:before {
    left: 0;
    top: 4px;
	background: #116962;
	width: 100%;
}
div.timeline_left div.timeline_element:after,
div.timeline_right div.timeline_element:after,
div.timeline_dual div.timeline_element_left:after,
div.timeline_dual div.timeline_element_right:after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
	border-radius: 50%;
	background: #116962;
}
div.timeline_left div.timeline_element:hover:after,
div.timeline_right div.timeline_element:hover:after,
div.timeline_dual div.timeline_element_left:hover:after,
div.timeline_dual div.timeline_element_right:hover:after {
    border-width: 2px;
    z-index: 100;
}
div.timeline_left div.timeline_element:after {
    right: -21px;
    top: 14px;
}
div.timeline_dual div.timeline_element_left:after {
	right: -5px;
    top: 0;
}
div.timeline_right div.timeline_element:after {
    left: -21px;
    top: 14px;
}
div.timeline_dual div.timeline_element_right:after {
    left: -5px;
    top: 0;
}
div.timeline_left div.timeline_element:after,
div.timeline_right div.timeline_element:after,
div.timeline_dual div.timeline_element_left:hover:after,
div.timeline_dual div.timeline_element_right:hover:after {
    z-index: 100;
}
div.timeline_center div.timeline_title {
	left: 0;
	right: 0;
	margin: auto;
}
div.timeline_title span.timeline_title_label {
    display: block;
	font-size: 44px;
    position: absolute;
    top: -49px;
    font-weight: bold;
    color: #116962;
}
div.timeline_dual div.timeline_element_left div.timeline_title span.timeline_title_label {
	right: 43px;
}
div.timeline_dual div.timeline_element_right div.timeline_title span.timeline_title_label {
	left: 43px;
}
div.timeline_title span.timeline_title_date {
    float: right;
	display: none;
}
div.timeline_element div.img_container {
    position: relative;
}
div.timeline_element div.img_overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    -webkit-transition: background 0.2s linear;
       -moz-transition: background 0.2s linear;
        -ms-transition: background 0.2s linear;
            transition: background 0.2s linear;
}
div.timeline_element.notitle div.img_overlay {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
div.timeline_element.slider div.img_overlay {
    border-radius: 5px;
}
div.timeline_element.gallery div.img_overlay {
    border-radius: 2px;
}
div.timeline_element div.img_container:hover div.img_overlay,
div.timeline_element div.img_overlay.loading {
    background: url('../img/opacity.png') repeat;  /*Fallback for IE*/
    background: rgba(0,0,0,0.5);
}
div.timeline_element div.img_overlay span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    margin: -24px 0px 0px -24px;
    cursor: pointer;
    background: url('../img/search.png') no-repeat 50% 50%;
    opacity: 0;
    filter:alpha(opacity=0);
    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
            transition: all 0.2s linear;
    -webkit-transform: translateY(20px);
       -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
}
div.timeline_element div.img_container:hover div.img_overlay span,
div.timeline_element div.img_overlay.loading span {
    opacity: 1;
    filter:alpha(opacity=100);
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
}
div.timeline_element div.img_overlay.loading span {
    background-image: url('../img/loader.gif');
}

/* Slider Element */
div.timeline_element.slider img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 5px 5px;
}
div.timeline_element.slider.notitle img {
    border-radius: 5px;
}
div.timeline_element.slider div.content {
    position: relative;
}
div.timeline_element.slider div.img_container {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
div.timeline_element.slider div.content span.slider_prev,
div.timeline_element.slider div.content span.slider_next {
    position: absolute;
    display: block;
    bottom: 5px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
div.timeline_element.slider div.content span.slider_prev {
    background-image: url('../img/prev.png');
    right: 34px;
}
div.timeline_element.slider div.content span.slider_next {
    background-image: url('../img/next.png');
    right: 5px;
}

/* iframe Element */
div.timeline_element.iframe div.content.loading {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('../img/loader.gif');
}
div.timeline_element.iframe div.content iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0px 0px 5px 5px;
}
div.timeline_element.iframe.notitle div.content iframe {
    border-radius: 5px;
}

/* Blog Post Element */
div.timeline_element.blog_post div.content .title {
    font-size: 25px;
	margin-bottom: 6px;
}
div.timeline_element.blog_post div.content .photo {
	text-align: center;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
div.timeline_element.blog_post div.content .photo img {
	width: 100%;
	height: auto;
}

/* Gallery Element */
div.timeline_element.gallery div.scroll_container {
    position: relative;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin: 10px;
}
div.timeline_element.gallery div.img_container {
    display: inline-block;
    margin-right: 4px;
}
div.timeline_element.gallery div.img_container img {
    display: block;
    border-radius: 2px;
}
div.timeline_element.gallery div.img_container:last-child {
    margin-right: 0px;
}

/* Lightbox */
div.timeline_overlay {
    position: fixed;
    z-index: 200;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    display: none;
    background: url('../img/opacity.png') repeat;  /*Fallback for IE*/
    background-color: rgba(0, 0, 0, 0.5);
}
div.timeline_overlay.open {
    display: block;
}
div.timeline_overlay div.lightbox {
    position: absolute;
    width: 64px;
    height: 64px;
    left: 50%;
    top: 0%;
    margin-left: -32px;
    margin-top: -32px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 8px;
    border: 5px solid #FFFFFF;
    background-color: #FFFFFF;
    opacity: 0;
    filter:alpha(opacity=0);
    -webkit-transition: top 0.3s linear, opacity 0.3s linear;
       -moz-transition: top 0.3s linear, opacity 0.3s linear;
        -ms-transition: top 0.3s linear, opacity 0.3s linear;
            transition: top 0.3s linear, opacity 0.3s linear;
}
div.timeline_overlay div.lightbox.loaded {
    top: 50%;
    opacity: 1;
    filter:alpha(opacity=100);
    -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
       -moz-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
        -ms-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
            box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
}
div.timeline_overlay div.lightbox.updating {
    background-image: url('../img/loader.gif');
    -webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
            transition: all 0.5s linear;
}
div.timeline_overlay div.lightbox img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    filter:alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity 0.1s linear;
       -moz-transition: opacity 0.1s linear;
        -ms-transition: opacity 0.1s linear;
            transition: opacity 0.1s linear;
}
div.timeline_overlay div.lightbox.updating img {
    filter:alpha(opacity=0);
    opacity: 0;
    -webkit-transition: none;
       -moz-transition: none;
        -ms-transition: none;
            transition: none;
}
div.timeline_overlay div.lightbox span {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 55%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
    opacity: 0;
    filter:alpha(opacity=0);
    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
            transition: all 0.2s linear;
}
div.timeline_overlay div.lightbox:hover span {
    top: 50%;
    opacity: 1;
    filter:alpha(opacity=100);
}
div.timeline_overlay div.lightbox.updating span {
    display: none;
}
div.timeline_overlay div.lightbox span.prev {
    background-image: url('../img/prev.png');
    left: 10px;
}
div.timeline_overlay div.lightbox span.next {
    background-image: url('../img/next.png');
    right: 10px;
}
div.timeline_overlay div.lightbox a.close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-image: url('../img/cancel.png');
}

/* Social */
div.timeline img.twitter_profile {
    margin: 0px 10px 10px 0px;
    border-radius: 3px;
    width: 48px;
    height: 48px;
}

div.timeline div.facebook_left_column {
    float: left;
    width: 50px;
}
div.timeline div.facebook_right_column {
    margin-left: 50px;
}
div.timeline div.facebook_content {
    overflow: hidden;
    text-overflow: ellipsis;
}
div.timeline img.facebook_profile {
    border-radius: 3px;
    width: 40px;
    height: 40px;
}
div.timeline div.facebook_post {
    overflow: hidden;
    clear: both;
    font-size: 11px;
    margin-top: 10px;
    border-radius: 3px;
    text-shadow: none;
    color: #777777;
    background-color: #F4F4F4;
    border: 1px solid #DDDDDD;
}
div.timeline div.facebook_post img.facebook_picture {
    max-width: 80px;
    margin: 5px;
    float: left;
    border-radius: 3px;
}
div.timeline div.facebook_type_photo div.facebook_post {
    border: none;
}
div.timeline div.facebook_type_photo div.facebook_post img.facebook_picture {
    max-width: 100%;
    width: 100%;
    margin: 0px;
}
div.timeline div.description_container {
    overflow: hidden;
    margin: 5px 5px 5px 90px;
}
div.timeline div.facebook_post a {
    display: block;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Load More */
div.timeline_loadmore {
    margin: 38px auto;
	color: #fff;
	width: 72px;
	height: 72px;
	background: url(../img/loadmore.png) no-repeat center;
	position: relative;
}
div.timeline_loadmore:after {
	content: '';
	position: absolute;
	top: -4px;
	left: -8px;
	width: 100%;
	height: 100%;
	border: 4px solid transparent;
	border-radius: 50px;
}
@-webkit-keyframes loading {
    from {background-position: 0px 0px;}
    to {background-position: 40px 0px;}
}
@-moz-keyframes loading {
    from {background-position: 0px 0px;}
    to {background-position: 40px 0px;}
}
@-ms-keyframes loading {
    from {background-position: 0px 0px;}
    to {background-position: 40px 0px;}
}
@keyframes loading {
    from {background-position: 0px 0px;}
    to {background-position: 40px 0px;}
}


/* Scroll Bar */
div.timeline_element ::-webkit-scrollbar {  /* Webkit only */
    width: 6px;
    height: 6px;
    background-color: #FFFFFF;
}
div.timeline_element ::-webkit-scrollbar-thumb {
    background-color: #CCCCCC;
    border-radius: 5px;
}
div.timeline_element ::-webkit-scrollbar-thumb:hover {
    background-color: #AAAAAA;
}</pre></body></html>