html * {
    -moz-osx-font-smoothing: grayscale;
}
*, *::after, *::before {
    box-sizing: border-box;
}
a {
    color: #acb7c0;
    font-family: "Open Sans",sans-serif;
    text-decoration: none;
}
img {
    max-width: 100%;
}
.cd-container {
    margin: 0 auto;
    width: 100%;
}
.cd-container::after {
    clear: both;
    content: "";
    display: table;
}
header {
    background: #303e49 none repeat scroll 0 0;
    height: 200px;
    line-height: 200px;
    text-align: center;
}
header h1 {
    color: white;
    font-size: 1.125rem;
}
@media only screen and (min-width: 1170px) {
header {
    height: 300px;
    line-height: 300px;
}
header h1 {
    font-size: 1.5rem;
}
}
#cd-timeline {
    margin-bottom: 2em;
    margin-top: 2em;
    padding: 2em 0;
    position: relative;
}
#cd-timeline::before {
    border-left: 2px dashed #b3cae0;
    content: "";
    height: 100%;
    left: 12px;
    position: absolute;
    top: 0;
    width: 20px;
}
@media only screen and (min-width: 1170px) {
#cd-timeline {
    margin-bottom: 3em;
    margin-top: 3em;
}
#cd-timeline::before {
    left: 50%;
    margin-left: -2px;
}
}
.cd-timeline-block {
    margin: 2em 0;
    position: relative;
}
.cd-timeline-block::after {
    clear: both;
    content: "";
    display: table;
}
.cd-timeline-block:first-child {
    margin-top: 0;
}
.cd-timeline-block:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
.cd-timeline-block {
    margin: 4em 0;
}
.cd-timeline-block:first-child {
    margin-top: 0;
}
.cd-timeline-block:last-child {
    margin-bottom: 0;
}
}
.cd-timeline-img {
    border: 4px solid #fff;
    border-radius: 50%;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}
.cd-timeline-img span {
    color: #fff;
    font-size: 25px;
    line-height: 50px;
    margin: 0 0 0 9px;
    text-align: center;
}
.cd-timeline-img img {
    display: block;
    height: 24px;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    position: relative;
    top: 50%;
    width: 24px;
}
.cd-timeline-img.cd-picture {
    background: #75ce66 none repeat scroll 0 0;
}
.cd-timeline-img.cd-movie {
    background: #c03b44 none repeat scroll 0 0;
}
.cd-timeline-img.cd-location {
    background: #f0ca45 none repeat scroll 0 0;
}
@media only screen and (min-width: 1170px) {
.cd-timeline-img {
    height: 60px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
}
.cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
}
.cssanimations .cd-timeline-img.bounce-in {
    animation: 0.6s ease 0s normal none 1 running cd-bounce-1;
    visibility: visible;
}
}
@keyframes cd-bounce-1 {
0% {
    opacity: 0;
    transform: scale(0.5);
}
60% {
    opacity: 1;
    transform: scale(1.2);
}
100% {
    transform: scale(1);
}
}
@keyframes cd-bounce-1 {
0% {
    opacity: 0;
    transform: scale(0.5);
}
60% {
    opacity: 1;
    transform: scale(1.2);
}
100% {
    transform: scale(1);
}
}
.cd-timeline-content {
    background: white none repeat scroll 0 0;
    border-radius: 0.25em;
    box-shadow: 0 3px 0 #d7e4ed;
    margin-left: 60px;
    padding: 1em;
    position: relative;
}
.cd-timeline-content::after {
    clear: both;
    content: "";
    display: table;
}
.cd-timeline-content h2 {
    color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    display: inline-block;
}
.cd-timeline-content p {
    line-height: 1.6;
    margin: 1em 0;
}
.cd-timeline-content .cd-read-more {
    background: #acb7c0 none repeat scroll 0 0;
    border-radius: 0.25em;
    color: white;
    float: right;
    padding: 0.8em 1em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    color: #454545;
    float: left;
    font-size: 13px !important;
    opacity: 0.7;
    padding: 10px 20px;
    text-align: left !important;
    width: 50% !important;
}
.cd-timeline-content::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent white transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 7px;
    content: "";
    height: 0;
    position: absolute;
    right: 100%;
    top: 16px;
    width: 0;
}
@media only screen and (min-width: 768px) {
.cd-timeline-content h2 {
    font-size: 1.25rem;
}
.cd-timeline-content p {
    font-size: 1rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 0.875rem;
}
}
@media only screen and (min-width: 1170px) {
.cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
}
.cd-timeline-content::before {
    border-color: transparent transparent transparent white;
    left: 100%;
    top: 24px;
}
.cd-timeline-content .cd-read-more {
    float: left;
}
.cd-timeline-content .cd-date {
    font-size: 1rem;
    left: 122%;
    position: absolute;
    top: 6px;
    width: 100%;
}
.cd-timeline-block:nth-child(2n) .cd-timeline-content {
    float: right;
}
.cd-timeline-block:nth-child(2n) .cd-timeline-content::before {
    border-color: transparent white transparent transparent;
    left: auto;
    right: 100%;
    top: 24px;
}
.cd-timeline-block:nth-child(2n) .cd-timeline-content .cd-read-more {
    float: right;
}
.cd-timeline-block:nth-child(2n) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
}
.cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
}
.cssanimations .cd-timeline-content.bounce-in {
    animation: 0.6s ease 0s normal none 1 running cd-bounce-2;
    visibility: visible;
}
}
@media only screen and (min-width: 1170px) {
.cssanimations .cd-timeline-block:nth-child(2n) .cd-timeline-content.bounce-in {
    animation: 0.6s ease 0s normal none 1 running cd-bounce-2-inverse;
}
}
@keyframes cd-bounce-2 {
0% {
    opacity: 0;
    transform: translateX(-100px);
}
60% {
    opacity: 1;
    transform: translateX(20px);
}
100% {
    transform: translateX(0px);
}
}
@keyframes cd-bounce-2 {
0% {
    opacity: 0;
    transform: translateX(-100px);
}
60% {
    opacity: 1;
    transform: translateX(20px);
}
100% {
    transform: translateX(0px);
}
}
@keyframes cd-bounce-2-inverse {
0% {
    opacity: 0;
    transform: translateX(100px);
}
60% {
    opacity: 1;
    transform: translateX(-20px);
}
100% {
    transform: translateX(0px);
}
}
@keyframes cd-bounce-2-inverse {
0% {
    opacity: 0;
    transform: translateX(100px);
}
60% {
    opacity: 1;
    transform: translateX(-20px);
}
100% {
    transform: translateX(0px);
}
}
