@charset "utf-8";
/* CSS Document */
/***----- MAIN PAGE -----***/

/* timeline */
#artime-2024 h2 {
    font-size: 260%;
    color: #113456;
    margin-top: 20px;
}
.timeline-body {
    background: #e8e8e8;
    padding-top: 60px;
}
.timeline-body .date {
    font-family: museo-sans-rounded, open-sans, sans-serif;
    font-size: 32px;
    font-weight: bold;
    background: none;
    display: inline-block;
    color: #f58220;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
}
.timeline::before {
    content: '';
    background: #ffbf00;
    width: 5px;
    height: 95%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.timeline-img {
    width: 30px;
    height: 30px;
    background: #ffffff;
    border: 6px solid #ffbf00;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 25px;
    margin-left: -15px;
}
.timeline-content .featured-img {
    width: 80%;
    /* padding-bottom: 1.75rem; */
    margin: 24px 0;
    rotate: none;
    border: none;
    box-shadow: none;
}
.timeline-item:nth-child(even) .timeline-content .featured-img {
    rotate: none;
}
#artime-2024 a {
    display: inline-block;
    margin: 20px auto 30px;
    padding: 7px 15px;
    color: #fff;
    text-decoration: none;
}
/* END timeline */
/* ELT */
#outer-elt-section .sectionheader-lightblue h2 {
    font-size: 260%;
}
.sectionheader-lightblue, #arleadership {
    background-color: transparent;
}
#arleadership { 
    padding: 10px 5% 80px 20%
}
#arboard {
    padding: 10px 5% 80px 20%
}
/* ELT */

/** Stories **/
#arstories-2024 h2 {
    text-align: center;
    color: #00bdf2;
    font-size: 260%;
    margin-top: 50px;
}
.story-tile {
    background-color: #f4f4f4;
    border: none;
    padding: 15px;
    margin: 10px;
    text-align: center;
    width: calc(25% - 20px);
    box-sizing: border-box;
}
.story-tile p {
    margin-bottom: 10px;
    padding: 0 8px;
    font-size: 1em;
    color: #3e3e3e;
    text-align: left;
}
.story-tile h3 {
    padding: 0 8px;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 1.3em;
    line-height: 1.3;
    text-align: left;
}
/** END Stories **/
/** Staff **/
#arstaff-2024 H2, #arstaff-2024 H3 {color:#113456;}
#arpartnetshiprecog-2024 h2 {font-size: 260%;}
#arpartnetshiprecog-2024 > div h2:first-child {
    font-size: 220%;
    margin-top: 0;
    margin-bottom: 24px;
    text-align: center;
    color: #f58220;
    font-family: museo-sans-rounded, myriad-pro, sans-serif;
}
/** END Staff **/
/** POC **/
#arabout-2024 h2 {
    font-size: 260%;
    color: #fff;
    margin-top: 20px;
}
/** END POC **/
/** Background patterns **/
#artime-2024 {
 background: url('/wp-content/themes/corp/images/annualreport2024/bg-pattern-test2.png') top right no-repeat;
background-size: cover;
}
#aranimatedtimeline .timeline-body {
 background: url('/wp-content/themes/corp/images/annualreport2024/main/bg-timeline.png') top right no-repeat;
background-size: cover;
}
#arstaff-2024 {
 background: url('/wp-content/themes/corp/images/annualreport2024/bg-pattern-test.png') top right no-repeat;
background-size: cover;
}
#outer-elt-section {
 background: url('/wp-content/themes/corp/images/annualreport2024/bg-pattern-blue.png') top right no-repeat;
background-size: cover;
}
/** END Background patterns **/

/* Medium devices such as tablets (1024px or lesser) */
@media only screen and (max-width: 1024px) {
.story-tile {
    min-width: 340px;
}
}

/* Small devices such as phones (768px or lesser) */
@media only screen and (max-width: 768px) {
.story-tile {
    min-width: 325px;
}
}



